body{background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.container{padding:20px}.form-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:40px auto;max-width:600px;padding:30px}label{display:block;font-weight:600;margin-bottom:8px}input,select,textarea{border:1px solid #ddd;border-radius:4px;padding:10px;width:100%}textarea{min-height:100px}button{background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px}button:hover{background:#0056b3}.success-message{background:#d4edda;color:#155724}.error-message,.success-message{border-radius:4px;margin-bottom:20px;padding:15px}.error-message{background:#f8d7da;color:#721c24}h1{color:#333;margin-bottom:20px}table{background:#fff;box-shadow:0 2px 4px #0000001a}td,th{border-bottom:1px solid #ddd;padding:12px;text-align:left}th{background:#f8f9fa}.action-buttons{display:flex;gap:8px}.btn-edit{background:#ffc107;color:#000}.btn-delete,.btn-edit{border:none;border-radius:4px;cursor:pointer;padding:6px 12px}.btn-delete{background:#dc3545}.nav{background:#343a40;margin-bottom:20px;padding:15px 0}.nav ul{display:flex;gap:20px;list-style:none;margin:0 auto;max-width:1200px;padding:0 20px}.nav a{color:#fff;text-decoration:none}.nav a.active{color:#17a2b8}.measurement-tool{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:25px}.tool-header{margin-bottom:20px}.search-container{margin-bottom:15px}.address-search-input{border:3px solid #e0e0e0;border-radius:12px;box-sizing:border-box;font-size:1rem;padding:15px 20px;transition:all .3s ease;width:100%}.address-search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.tool-instructions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.instruction-badge{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 2px 10px #667eea4d;color:#fff;display:flex;font-size:.85rem;font-weight:500;gap:8px;padding:8px 16px}.badge-number{align-items:center;background:#ffffff4d;border-radius:50%;display:inline-flex;font-size:.75rem;font-weight:700;height:20px;justify-content:center;width:20px}.map-container{background:#f8f9fa;border:3px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 15px #0000001a;height:500px;margin-bottom:20px;overflow:hidden;width:100%}.tool-controls{background:#f8f9fa;border-radius:12px;gap:20px;justify-content:space-between;padding:20px}.control-info,.tool-controls{align-items:center;display:flex;flex-wrap:wrap}.control-info{gap:15px}.points-count{color:#667eea;font-size:.95rem;font-weight:600}.close-hint{animation:pulse 2s infinite;color:#666;font-size:.9rem;font-style:italic}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.control-buttons{display:flex;gap:10px}.control-btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease;white-space:nowrap}.undo-btn{background:#ffa726;box-shadow:0 2px 10px #ffa7264d;color:#fff}.undo-btn:hover:not(:disabled){background:#fb8c00;box-shadow:0 4px 15px #ffa72666;transform:translateY(-2px)}.reset-btn{background:#ef5350;box-shadow:0 2px 10px #ef53504d;color:#fff}.reset-btn:hover:not(:disabled){background:#e53935;box-shadow:0 4px 15px #ef535066;transform:translateY(-2px)}.control-btn:disabled{cursor:not-allowed;opacity:.4}.pac-container{border:none;border-radius:8px;box-shadow:0 4px 20px #00000026;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;margin-top:5px}.pac-item{border-top:1px solid #e0e0e0;cursor:pointer;padding:10px}.pac-item:hover{background:#f8f9fa}@media (max-width:768px){.measurement-tool{padding:20px}.tool-instructions{gap:10px}.instruction-badge{font-size:.75rem;padding:6px 12px}.map-container{height:400px}.control-info,.tool-controls{align-items:stretch;flex-direction:column}.control-info{text-align:center}.control-buttons{width:100%}.control-btn{flex:1 1}}@media (max-width:480px){.map-container{height:350px}.instruction-badge{font-size:.7rem;padding:5px 10px}.badge-number{font-size:.7rem;height:18px;width:18px}}.quote-form-container{background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;min-height:100vh;padding:40px 20px}.quote-form-header{color:#fff;margin-bottom:40px;text-align:center}.form-title{font-size:2.5rem;font-weight:700;margin:0 0 10px;text-shadow:0 2px 10px #0003}.form-subtitle{font-size:1.1rem;margin:0;opacity:.95}.progress-steps{justify-content:center;margin:0 auto 40px;max-width:600px;padding:0 20px}.progress-steps,.step{align-items:center;display:flex}.step{flex-direction:column;position:relative}.step-circle{align-items:center;background:#ffffff4d;border:3px solid #0000;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:600;height:50px;justify-content:center;transition:all .3s ease;width:50px}.step.active .step-circle{background:#fff;border-color:#fff;box-shadow:0 4px 15px #fff6;color:#667eea}.step.completed .step-circle{background:#4caf50;border-color:#4caf50;color:#fff}.step-label{color:#fff;font-size:.85rem;font-weight:500;margin-top:8px;opacity:.8}.step.active .step-label{font-weight:600;opacity:1}.step-line{background:#ffffff4d;height:3px;margin:0 10px;transition:all .3s ease;width:80px}.form-content,.step-line.active{background:#fff}.form-content{border-radius:20px;box-shadow:0 20px 60px #0000004d;margin:0 auto;max-width:800px;overflow:hidden}.step-content{animation:fadeIn .5s ease;padding:40px}.step-title{color:#333;font-size:1.8rem;margin:0 0 10px}.step-description{color:#666;font-size:1rem;margin:0 0 30px}.measurement-result{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin:30px 0}.result-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 10px 25px #667eea4d;color:#fff;padding:25px;text-align:center}.result-label{font-size:.9rem;margin-bottom:8px;opacity:.9}.result-value{font-size:2rem;font-weight:700}.contact-form{margin-bottom:30px}.form-group{margin-bottom:20px}.form-group label{color:#333;font-size:.95rem;font-weight:500;margin-bottom:8px}.form-group input{border:2px solid #e0e0e0;border-radius:10px;box-sizing:border-box;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.review-card{background:#f8f9fa;border-radius:15px;padding:30px}.review-card,.review-section{margin-bottom:30px}.review-section:last-child{margin-bottom:0}.review-section h3{border-bottom:2px solid #e0e0e0;color:#667eea;font-size:1.2rem;margin:0 0 15px;padding-bottom:10px}.review-item{border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:12px 0}.review-item:last-child{border-bottom:none}.review-label{color:#666;font-weight:500}.review-value{color:#333;font-weight:600}.review-total{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:none;border-radius:0 0 10px 10px;margin:15px -15px -15px;padding:20px 15px}.review-total .review-label,.review-total .review-value{color:#fff;font-size:1.3rem}.button-group{display:flex;gap:15px;justify-content:flex-end}.btn{border:none;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 32px;transition:all .3s ease;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#e0e0e0;color:#666}.btn-secondary:hover{background:#d0d0d0;transform:translateY(-2px)}.btn-submit{min-width:200px}.success-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.success-content{animation:successFadeIn .6s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:60px 40px;text-align:center}@keyframes successFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.checkmark-circle{height:100px;margin:0 auto 30px;width:100px}.checkmark{stroke:#4caf50;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;border-radius:50%;display:block;height:100px;width:100px}.checkmark,.checkmark-circle-path{stroke-width:3;stroke-miterlimit:10}.checkmark-circle-path{stroke-dasharray:166;stroke-dashoffset:166;stroke:#4caf50;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;transform-origin:50% 50%}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 50px #4caf50}}.success-title{color:#333;font-size:2rem;margin:0 0 15px}.success-message{color:#666;font-size:1.1rem;line-height:1.6;margin:0 0 30px}.success-details{background:#f8f9fa;border-radius:10px;margin-top:20px;padding:20px}.success-details p{color:#333;font-size:1rem;margin:10px 0}.success-details strong{color:#667eea}@media (max-width:768px){.quote-form-container{padding:20px 10px}.form-title{font-size:1.8rem}.form-subtitle{font-size:1rem}.progress-steps{padding:0 10px}.step-circle{font-size:1rem;height:40px;width:40px}.step-line{width:40px}.step-label{font-size:.75rem}.step-content{padding:30px 20px}.step-title{font-size:1.5rem}.measurement-result{grid-template-columns:1fr}.button-group{flex-direction:column}.btn{width:100%}.review-card{padding:20px}.success-content{padding:40px 30px}.success-title{font-size:1.5rem}}@media (max-width:480px){.form-title{font-size:1.5rem}.step-content{padding:20px 15px}.result-value{font-size:1.5rem}}.material-selector{margin:30px 0}.material-selector h4{color:#333;font-size:1.3rem;margin-bottom:20px}.material-options{display:flex;flex-direction:column;gap:15px}.material-option{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;display:flex;padding:15px;transition:all .3s ease}.material-option:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.material-option.selected{background:linear-gradient(135deg,#667eea15,#764ba215);border-color:#667eea;box-shadow:0 4px 12px #667eea33}.material-option input[type=radio]{cursor:pointer;height:20px;margin-right:15px;width:20px}.material-image{border:2px solid #e0e0e0;border-radius:8px;height:80px;margin-right:20px;object-fit:cover;width:80px}.material-details{display:flex;flex:1 1;flex-direction:column;gap:5px}.material-name{color:#333;font-size:1.1rem;font-weight:600}.material-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;margin-top:2px;padding:3px 10px;width:-webkit-fit-content;width:fit-content}.material-price{color:#666;font-size:.95rem}.material-total{color:#667eea;font-size:1.2rem;font-weight:700;margin-top:5px}.admin-panel{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;margin:0 auto;max-width:1400px;padding:2rem}.header{align-items:center;border-bottom:3px solid #2563eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.header h1{color:#1e293b;font-size:2rem;margin:0}.header-actions{align-items:center;display:flex;gap:1rem}.export-btn,.refresh-btn{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.export-btn{background:#8b5cf6}.refresh-btn:hover{background:#059669;transform:translateY(-2px)}.export-btn:hover{background:#7c3aed;transform:translateY(-2px)}.export-dropdown{position:relative}.export-menu{animation:slideDown .2s ease-out;background:#fff;border-radius:8px;box-shadow:0 10px 25px #00000026;margin-top:.5rem;min-width:200px;overflow:hidden;position:absolute;right:0;top:100%;z-index:100}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.export-menu button{background:#fff;border:none;border-bottom:1px solid #f1f5f9;color:#334155;cursor:pointer;display:block;font-size:.95rem;font-weight:500;padding:.75rem 1rem;text-align:left;transition:background .2s;width:100%}.export-menu button:last-child{border-bottom:none}.export-menu button:hover{background:#f8fafc;color:#8b5cf6}.stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 6px #0000001a;color:#fff;padding:1.5rem}.stat-card:nth-child(2){background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-card:nth-child(3){background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-card:nth-child(4){background:linear-gradient(135deg,#43e97b,#38f9d7)}.stat-card h3{font-size:.9rem;letter-spacing:1px;margin:0 0 .5rem;opacity:.9;text-transform:uppercase}.stat-number{font-size:2.5rem;font-weight:700;margin:0}.filter-panel{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.filter-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:1rem}.filter-group{display:flex;flex-direction:column}.filter-group label{color:#475569;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.filter-select,.search-input{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;padding:.75rem;transition:all .2s}.search-input{box-sizing:border-box;width:100%}.filter-select:focus,.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.filter-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23475569' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.filter-footer{align-items:center;border-top:2px solid #f1f5f9;display:flex;justify-content:space-between;padding-top:1rem}.results-count{color:#64748b;font-size:.9rem}.results-count strong{color:#1e293b;font-weight:700}.clear-filters-btn{background:#f1f5f9;border:none;border-radius:6px;color:#475569;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.clear-filters-btn:hover{background:#e2e8f0;color:#1e293b}.quotes-table{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}table{border-collapse:collapse;width:100%}thead{background:#1e293b;color:#fff}th{font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}tbody tr:hover{background-color:#f8fafc}td{color:#334155;padding:1rem}.phone{color:#64748b;font-size:.85rem;margin-top:.25rem}.amount{color:#10b981;font-size:1.1rem;font-weight:700}.date{color:#64748b;font-size:.85rem}.status-badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.4rem .8rem;text-transform:uppercase}.status-pending{background:#fef3c7;color:#92400e}.status-approved{background:#dbeafe;color:#1e40af}.status-completed{background:#d1fae5;color:#065f46}.actions{display:flex;gap:.5rem}.btn-delete,.btn-edit{border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s;white-space:nowrap}.btn-edit{background:#3b82f6;color:#fff}.btn-edit:hover{background:#2563eb;box-shadow:0 4px 8px #3b82f64d;transform:translateY(-2px)}.btn-delete{background:#ef4444;color:#fff}.btn-delete:hover{background:#dc2626;box-shadow:0 4px 8px #ef44444d;transform:translateY(-2px)}.modal-overlay{align-items:center;animation:fadeIn .2s;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{animation:slideUp .3s;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.modal-small{max-width:400px}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h2{color:#1e293b;font-size:1.5rem;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;transition:all .2s;width:32px}.close-btn:hover{background:#f1f5f9;color:#1e293b}.modal-body,.modal-footer{padding:1.5rem}.modal-footer{border-top:2px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:1rem}.form-group label{color:#475569;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select{border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#3b82f6;outline:none}.btn-cancel,.btn-save{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-save{background:#10b981;color:#fff}.btn-save:hover{background:#059669;transform:translateY(-2px)}.btn-cancel{background:#e2e8f0;color:#475569}.btn-cancel:hover{background:#cbd5e1}.warning{color:#dc2626;font-weight:600;margin-top:1rem}.error,.loading{font-size:1.2rem;padding:3rem;text-align:center}.loading{color:#64748b}.error{background:#fee2e2;border-radius:12px;color:#dc2626;margin:2rem 0}@media (max-width:1024px){.filter-row{grid-template-columns:1fr 1fr}.search-group{grid-column:1/-1}}@media (max-width:768px){.admin-panel{padding:1rem}.header{align-items:flex-start;flex-direction:column;gap:1rem}.header-actions{justify-content:space-between;width:100%}.filter-row,.stats{grid-template-columns:1fr}.search-group{grid-column:1}.filter-footer{align-items:stretch;flex-direction:column;gap:1rem}.quotes-table{overflow-x:auto}table{min-width:800px}.form-row{grid-template-columns:1fr}.modal{width:95%}.actions{flex-direction:column}.btn-delete,.btn-edit{width:100%}.export-menu{left:0;right:auto}}*{box-sizing:border-box;margin:0;padding:0}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}body{margin:0;overflow-x:hidden;padding:0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}p{line-height:1.6}:focus{outline:none}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #667eea;outline-offset:2px}::selection{background:#667eea;color:#fff}::-moz-selection{background:#667eea;color:#fff}a{color:#667eea;text-decoration:none;transition:color .3s ease}a:hover{color:#764ba2}button{font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.d-flex{display:flex}.flex-column{flex-direction:column}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.container{margin:0 auto;max-width:1200px;padding:0 20px}.card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:25px}.loading-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.error-message{background:#ffebee;border-left:4px solid #c62828;color:#c62828}.error-message,.success-message{border-radius:8px;margin:15px 0;padding:12px 20px}.success-message{background:#e8f5e9;border-left:4px solid #2e7d32;color:#2e7d32}.warning-message{background:#fff3e0;border-left:4px solid #e65100;color:#e65100}.info-message,.warning-message{border-radius:8px;margin:15px 0;padding:12px 20px}.info-message{background:#e3f2fd;border-left:4px solid #1565c0;color:#1565c0}.disabled,[disabled]{cursor:not-allowed!important;opacity:.6}.hidden{display:none!important}.invisible{visibility:hidden}img{height:auto;max-width:100%}@media print{.no-print{display:none!important}}@media (max-width:768px){body{font-size:14px}.container{padding:0 15px}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}@media (max-width:480px){body{font-size:13px}.container{padding:0 10px}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.focus-visible:focus{outline:2px solid #667eea;outline-offset:2px}html{scroll-behavior:smooth}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.shadow-sm{box-shadow:0 2px 8px #0000001a}.shadow-md{box-shadow:0 5px 20px #00000026}.shadow-lg{box-shadow:0 10px 40px #0003}.rounded-sm{border-radius:5px}.rounded-md{border-radius:10px}.rounded-lg{border-radius:15px}.rounded-full{border-radius:9999px}.transition{transition:all .3s ease}.hover-lift:hover{transform:translateY(-2px);transition:transform .3s ease}
/*# sourceMappingURL=main.7d159e6e.css.map*/