*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.request-form-container{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin:40px auto;max-width:600px;padding:30px}.form-header{margin-bottom:30px;text-align:center}.form-header h1{color:#2563eb;font-size:2rem;margin-bottom:8px}.form-header p{color:#6b7280;font-size:1.1rem}.request-form{gap:20px}.form-group,.request-form{display:flex;flex-direction:column}.form-group label{color:#374151;font-size:.95rem;font-weight:500;margin-bottom:6px}.form-group input,.form-group select{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:12px;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.contact-section{background:#f9fafb;border-radius:8px;margin-top:10px;padding:20px}.contact-label{color:#374151;font-size:.95rem;font-weight:600;margin:0 0 15px}.btn-primary{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:600;margin-top:10px;padding:14px 24px;transition:background-color .2s}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#fff;border:2px solid #2563eb;border-radius:6px;color:#2563eb;cursor:pointer;font-size:1rem;font-weight:600;margin-top:20px;padding:12px 24px;transition:all .2s}.btn-secondary:hover{background:#2563eb;color:#fff}.error-message{background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;color:#dc2626;font-size:.95rem;padding:12px}.success-message{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin:80px auto;max-width:600px;padding:40px;text-align:center}.success-icon{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.success-message h2{color:#10b981;margin-bottom:10px}.success-message p{color:#6b7280;font-size:1.1rem;margin-bottom:20px}@media (max-width:640px){.request-form-container,.success-message{margin:20px;padding:20px}.form-header h1{font-size:1.5rem}}.landing-page{overflow-x:hidden;width:100%}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000d;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#06f;font-size:1.4rem;font-weight:700;gap:.5rem}.logo-icon{font-size:1.6rem}.nav-links{align-items:center;display:flex;gap:2rem}.nav-links a{color:#374151;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#06f}.nav-cta{background:#06f;border-radius:6px;color:#fff!important;padding:.6rem 1.5rem;transition:background .2s}.nav-cta:hover{background:#0052cc!important}.hero{align-items:center;background:linear-gradient(135deg,#06f,#0052cc);display:flex;justify-content:center;margin-top:60px;min-height:85vh;padding:8rem 2rem 6rem}.hero-content{color:#fff;max-width:800px;text-align:center}.hero-title{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.4rem;font-weight:400;line-height:1.6;margin-bottom:3rem;opacity:.95}.trust-badges{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin-top:3rem}.trust-badge{align-items:center;display:flex;font-size:1rem;font-weight:500;gap:.8rem}.badge-icon{font-size:1.4rem}.badge-text{color:#fff}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.btn-hero-primary,.btn-hero-secondary{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1.1rem 2.5rem;text-decoration:none;transition:all .2s}.btn-hero-primary{background:#fff;color:#06f}.btn-hero-primary:hover{box-shadow:0 8px 20px #0000004d;transform:translateY(-2px)}.btn-hero-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-hero-secondary:hover{background:#ffffff26}.services-section{background:#f9fafb;padding:6rem 2rem}.section-container{margin:0 auto;max-width:1200px}.section-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#6b7280;font-size:1.2rem;margin-bottom:4rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;padding:2.5rem 2rem;transition:all .3s}.service-card:hover{border-color:#06f;box-shadow:0 8px 20px #0000001f;transform:translateY(-4px)}.service-icon{font-size:2.5rem;margin-bottom:1.2rem}.service-title{color:#1f2937;font-size:1.4rem;font-weight:700;margin-bottom:.8rem}.service-description{color:#6b7280;flex-grow:1;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.service-price{color:#06f;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.btn-service{background:#06f;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.9rem 1.5rem;transition:background .2s;width:100%}.btn-service:hover{background:#0052cc}.about-section{background:#fff;padding:6rem 2rem}.about-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.about-card{padding:2rem;text-align:center}.about-icon{font-size:3rem;margin-bottom:1rem}.about-card h3{color:#1f2937;font-size:1.4rem;font-weight:700;margin-bottom:.8rem}.about-card p{color:#6b7280;line-height:1.6}.form-section{background:#f9fafb;padding:6rem 2rem}.form-intro{margin-bottom:3rem;text-align:center}.form-intro .section-title{color:#1f2937}.form-intro .section-subtitle{color:#6b7280}.form-section .request-form-container{background:#fff;margin:0 auto;max-width:700px}.footer{background:#1f2937;color:#fff;padding:3rem 2rem;text-align:center}.footer-content{margin:0 auto;max-width:1200px}.footer-brand{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;justify-content:center;margin-bottom:1rem}.footer-text{color:#9ca3af;margin-bottom:1rem}.footer-copyright{color:#6b7280;font-size:.9rem}@media (max-width:768px){.nav-links{gap:1rem}.nav-links a:not(.nav-cta){display:none}.hero{min-height:auto;padding:4rem 1.5rem 3rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column}.hero-buttons a,.hero-buttons button{width:100%}.section-title{font-size:2rem}.about-grid,.services-grid{grid-template-columns:1fr}}@media (max-width:480px){.nav-container{padding:0 1rem}.nav-logo{font-size:1.1rem}.hero-title{font-size:1.8rem}.about-section,.form-section,.services-section{padding:4rem 1rem}}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-box{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;padding:40px;width:100%}.login-header{margin-bottom:30px;text-align:center}.login-header h1{color:#2563eb;font-size:1.8rem;margin-bottom:8px}.login-header h2{color:#6b7280;font-size:1.2rem;font-weight:500}.login-form{display:flex;flex-direction:column;gap:20px}.btn-login{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:600;margin-top:10px;padding:14px;transition:background-color .2s}.btn-login:hover:not(:disabled){background:#1d4ed8}.btn-login:disabled{background:#9ca3af;cursor:not-allowed}.dashboard-container{background:#f3f4f6;min-height:100vh;padding:20px}.dashboard-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin-bottom:30px;padding:20px 30px}.dashboard-header h1{color:#2563eb;font-size:1.8rem;margin:0 0 5px}.dashboard-header p{color:#6b7280;font-size:1rem;margin:0}.btn-logout{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:background-color .2s}.btn-logout:hover{background:#dc2626}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;padding:25px;text-align:center}.stat-value{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:5px}.stat-label{color:#6b7280;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase}.stat-new .stat-value{color:#2563eb}.stat-contacted .stat-value{color:#f59e0b}.stat-completed .stat-value{color:#10b981}.filter-bar{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;padding:15px}.filter-btn{background:#fff;border:2px solid #e5e7eb;border-radius:6px;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s}.filter-btn:hover{border-color:#2563eb;color:#2563eb}.filter-btn.active{background:#2563eb;border-color:#2563eb;color:#fff}.requests-container{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;min-height:400px;padding:20px}.loading,.no-requests{color:#6b7280;font-size:1.1rem;padding:60px 20px;text-align:center}.requests-list{display:flex;flex-direction:column;gap:15px}.request-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;padding:20px;transition:box-shadow .2s}.request-card:hover{box-shadow:0 4px 6px #0000001a}.request-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px}.request-header h3{color:#1f2937;font-size:1.2rem;margin:0 0 8px}.status-badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:600;padding:4px 12px;text-transform:uppercase}.badge-new{background:#dbeafe;color:#1e40af}.badge-contacted{background:#fef3c7;color:#92400e}.badge-completed{background:#d1fae5;color:#065f46}.badge-default{background:#f3f4f6;color:#4b5563}.request-actions{align-items:center;display:flex;gap:10px}.status-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:.9rem;padding:6px 10px}.btn-delete{background:none;border:none;border-radius:4px;cursor:pointer;font-size:1.2rem;padding:4px 8px;transition:background-color .2s}.btn-delete:hover{background:#fee2e2}.request-details{display:flex;flex-direction:column;gap:10px}.detail-row{color:#374151;display:flex;font-size:.95rem;gap:8px}.detail-row strong{color:#6b7280;min-width:80px}.detail-row a{color:#2563eb;text-decoration:none}.detail-row a:hover{text-decoration:underline}.timestamp{color:#9ca3af;font-size:.85rem;margin-top:5px}@media (max-width:768px){.dashboard-header{align-items:flex-start;flex-direction:column;gap:15px}.stats-grid{grid-template-columns:repeat(2,1fr)}.request-header{flex-direction:column;gap:10px}.request-actions{justify-content:space-between;width:100%}}
/*# sourceMappingURL=main.095037f4.css.map*/