.document-uploader{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 12px #1e3a8a14;margin-bottom:24px;overflow:hidden;padding:20px;position:relative}.document-uploader:before{background:linear-gradient(90deg,#2563eb,#3b82f6);content:"";height:3px;left:0;position:absolute;right:0;top:0}.uploader-container{display:flex;flex-direction:column;gap:12px}.dropzone{background:linear-gradient(135deg,#f8faff,#eff6ff);border:2px dashed #3b82f6;border-radius:12px;cursor:pointer;overflow:hidden;padding:32px 24px;position:relative;text-align:center;transition:all .3s ease}.dropzone:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#2563eb;box-shadow:0 8px 16px #2563eb26}.dropzone.active{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#2563eb;box-shadow:0 12px 24px #2563eb33}.dropzone-content{align-items:center;display:flex;flex-direction:column;gap:8px}.dropzone-icon{color:#2563eb;height:32px;margin-bottom:4px;width:32px}.dropzone h3{color:#1e3a8a;font-size:1.1rem;font-weight:700;margin:0}.dropzone p{color:#64748b;font-size:.9rem;margin:0}.file-list{display:flex;flex-direction:column;gap:8px}.file-item{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:10px 12px;transition:all .2s ease}.file-item:hover{background:#f0f0f0;border-color:#d1d5db}.file-name{color:#374151;flex:1 1;font-size:.9rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-btn{background:none;border:none;color:#ef4444;cursor:pointer;flex-shrink:0;font-size:1.2rem;padding:0 4px;transition:color .2s ease}.remove-btn:hover{color:#dc2626}.process-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:8px;box-shadow:0 4px 12px #2563eb4d;font-size:.95rem;font-weight:700;padding:10px 20px;transition:all .3s ease}.process-btn:hover:not(:disabled){box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}.process-btn:active:not(:disabled){transform:translateY(0)}.process-btn:disabled{opacity:.5}.error-text{background:#fee2e2;border-left:3px solid #dc2626;color:#dc2626}.error-text,.success-text{border-radius:6px;font-size:.9rem;margin:0;padding:8px 12px}.success-text{background:#dcfce7;border-left:3px solid #059669;color:#059669}.processing-status{padding:20px}.spinner{animation:spin .8s linear infinite;border:3px solid #e5e7eb;border-top-color:#2563eb;height:40px;margin:0 auto 12px;width:40px}.processing-status h3{color:#374151;font-size:1rem;margin:0 0 12px}.progress-bar{border-radius:2px;height:4px}.progress-fill{background:linear-gradient(90deg,#2563eb,#3b82f6)}.hidden-input{display:none}@media (max-width:600px){.document-uploader{padding:16px}.dropzone{padding:24px 16px}.dropzone h3{font-size:1rem}.dropzone p{font-size:.85rem}.process-btn{font-size:.9rem;padding:8px 16px}}.process-btn{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background-color .3s}.process-btn:hover:not(:disabled){background-color:#45a049}.process-btn:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.processing-status{padding:40px 20px;text-align:center}.spinner{border:4px solid #f3f3f3;height:50px;margin-bottom:20px;width:50px}.processing-status h3{color:#333;font-size:18px;margin:20px 0 10px}.progress-bar{background-color:#e0e0e0;border-radius:4px;margin:15px 0}.progress-fill{background-color:#4caf50}.processing-status p{color:#666;margin-top:10px}.error-message{background-color:#ffebee;border-left:4px solid #f44336;border-radius:4px;padding:30px 20px;text-align:center}.error-message h3{color:#f44336;margin:0 0 10px}.error-message p{color:#d32f2f;font-size:14px;margin:10px 0 20px}.error-message button{background-color:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:background-color .3s}.error-message button:hover{background-color:#d32f2f}.results-view{display:flex;flex-direction:column;gap:1.5rem}.results-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding-bottom:1rem}.results-header h3{color:#1f2937;flex:1 1;font-size:1.25rem;margin:0;min-width:200px}.header-actions{display:flex;flex-wrap:wrap;gap:8px}.header-actions .btn-success{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:background-color .2s}.header-actions .btn-success:hover:not(:disabled){background-color:#218838}.header-actions .btn-success:disabled{cursor:not-allowed;opacity:.6}.results-header .btn-secondary{font-size:.875rem;padding:.5rem 1rem}.other-results{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1.5rem}.other-results h4{color:#1f2937;font-size:.95rem;font-weight:600;letter-spacing:.05em;margin:0 0 1rem;text-transform:uppercase}.results-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.result-item{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;transition:all .2s ease}.result-item:hover{background:#f3f4f6;border-color:#d1d5db}.result-item.active{background:#dbeafe;border-color:#3b82f6}.result-item .file-name{color:#1f2937;flex:1 1;font-size:.9rem;font-weight:500;word-break:break-word}.result-item .status{border-radius:4px;font-size:.75rem;font-weight:600;margin-left:.5rem;padding:.25rem .75rem;white-space:nowrap}.result-item .status.success{background:#d1fae5;color:#065f46}.result-item .status.error{background:#fee2e2;color:#991b1b}@media (max-width:600px){.document-uploader{padding:15px}.dropzone{padding:30px 15px}.dropzone h3{font-size:16px}.dropzone p{font-size:12px}.dropzone .upload-icon{height:40px;width:40px}.results-header{align-items:flex-start;flex-direction:column;gap:1rem}.results-header .btn-secondary{width:100%}.results-list{grid-template-columns:1fr}}.extracted-data-table-container{display:flex;flex-direction:column;gap:2rem;padding:1rem}.table-actions{display:flex;justify-content:flex-end;margin-bottom:1rem}.document-result-card{background:linear-gradient(135deg,#fff,#fafbff);border:1px solid #e1e7f5;border-radius:16px;box-shadow:0 4px 16px #1e3a8a14;margin-bottom:2rem;overflow:hidden;transition:all .3s ease}.document-result-card:hover{box-shadow:0 8px 24px #1e3a8a1f;transform:translateY(-2px)}.document-header{align-items:center;background:linear-gradient(135deg,#f8faff,#eff6ff);border-bottom:1px solid #e1e7f5;display:flex;justify-content:space-between;padding:1.25rem 1.5rem;transition:all .3s ease}.document-header:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom-color:#3b82f6}.header-left{align-items:center;display:flex;gap:1rem}.toggle-icon{color:#9ca3af;display:inline-block;font-size:.75rem;transition:transform .2s}.toggle-icon.open{transform:rotate(90deg)}.doc-type-badge{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-radius:9999px;box-shadow:0 2px 4px #1e40af26;color:#1e40af;font-size:.75rem;font-weight:700;padding:.375rem 1rem;text-transform:uppercase}.document-result-card.collapsed .document-header{border-bottom:none}.document-header h3{color:#111827;font-size:1.125rem;margin:0}.lines-section,.top-level-section{padding:1.5rem}.lines-section h4,.top-level-section h4{color:#6b7280;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin:0 0 1rem;text-transform:uppercase}.info-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.info-item{gap:.25rem}.info-label{color:#9ca3af;font-size:.75rem;font-weight:500;text-transform:capitalize}.info-value{background:#f3f4f6;border-radius:4px;color:#374151;font-size:.9375rem;padding:.5rem;word-break:break-all}.table-wrapper{border:1px solid #e5e7eb;border-radius:6px;overflow-x:auto}.results-table{border-collapse:collapse;font-size:.875rem;width:100%}.results-table th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#4b5563;font-weight:600;padding:.75rem 1rem;text-align:left;text-transform:capitalize}.results-table td{border-bottom:1px solid #f3f4f6;color:#1f2937;padding:.75rem 1rem}.results-table tr:last-child td{border-bottom:none}.btn-primary{background-color:#2563eb;border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:.5rem 1rem}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;color:#374151;cursor:pointer;font-weight:500;padding:.5rem 1rem}.btn-secondary:hover{background:#e5e7eb}.btn-small{font-size:.75rem;padding:.25rem .5rem}@media (max-width:768px){.info-grid{grid-template-columns:1fr}}.profile-overlay{align-items:center;animation:fadeIn .2s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.profile-card{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;max-height:80vh;max-width:500px;overflow-y:auto;width:90%}.profile-header{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-bottom:1px solid #e5e7eb;border-radius:16px 16px 0 0;color:#fff;display:flex;justify-content:space-between;padding:20px 24px}.profile-header h3{font-size:1.3rem;font-weight:600;margin:0}.close-button{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.5rem;padding:4px;transition:background-color .2s}.close-button:hover{background:#fff3}.profile-content{padding:0}.profile-section{border-bottom:1px solid #f3f4f6;padding:24px}.profile-section:last-child{border-bottom:none}.profile-section h4{align-items:center;color:#111827;display:flex;font-size:1.1rem;font-weight:600;gap:8px;margin:0 0 16px}.profile-section h5{color:#374151;font-size:.95rem;font-weight:600;margin:16px 0 12px}.detail-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px;padding:8px 0}.detail-row:last-child{margin-bottom:0}.detail-label{color:#6b7280;font-size:.9rem;font-weight:500}.detail-value{color:#111827;font-size:.9rem;font-weight:600;text-align:right}.detail-value.user-id{color:#6b7280;font-family:monospace;font-size:.8rem;max-width:200px;overflow:hidden;text-overflow:ellipsis}.plan-badge{align-items:center;border-radius:12px;color:#fff;display:flex;font-weight:600;gap:8px;margin-bottom:16px;padding:12px 16px}.plan-icon{font-size:1.2rem}.plan-name{flex:1 1;font-size:1rem}.plan-price{font-size:.9rem;opacity:.9}.status.active{color:#10b981}.status.inactive{color:#ef4444}.usage-overview{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.usage-stat{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px 12px;text-align:center}.usage-number{color:#2563eb;display:block;font-size:1.5rem;font-weight:700;margin-bottom:4px}.usage-label{color:#6b7280;display:block;font-size:.8rem;font-weight:500}.usage-progress{margin-bottom:20px}.progress-bar{background:#e5e7eb;border-radius:8px;height:8px;margin-bottom:8px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#10b981,#059669);border-radius:8px;height:100%;transition:width .3s ease}.progress-text{color:#6b7280;font-size:.85rem;font-weight:500}.recent-usage{margin-top:20px}.usage-list{display:flex;flex-direction:column;gap:8px}.usage-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:8px 12px}.usage-date{color:#6b7280;font-size:.85rem;font-weight:500}.usage-quantity{color:#2563eb;font-size:.85rem;font-weight:600}.profile-loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:40px 24px}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#2563eb;height:32px;width:32px}.profile-loading p{color:#6b7280;font-weight:500;margin:0}.profile-error{padding:40px 24px;text-align:center}.profile-error p{color:#ef4444;font-weight:500;margin-bottom:16px}.retry-button{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:background-color .2s}.retry-button:hover{background:#1d4ed8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:640px){.profile-card{max-height:85vh;width:95%}.profile-header{padding:16px 20px}.profile-section{padding:20px}.usage-overview{gap:12px;grid-template-columns:1fr}.detail-row{align-items:flex-start;flex-direction:column;gap:4px}.detail-value{font-size:.95rem;text-align:left}.plan-badge{flex-direction:column;gap:4px;text-align:center}}.modern-home-container{background:#fafbfe;margin:0 auto;max-width:1400px;min-height:100vh;padding:0}.modern-hero-section{background:linear-gradient(135deg,#60a5fa,#3b82f6);overflow:hidden;padding:120px 40px 100px;position:relative;text-align:center}.hero-background-elements{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-blob{animation:float 6s ease-in-out infinite;border-radius:50%;filter:blur(40px);opacity:.3;position:absolute}.hero-blob-1{animation-delay:0s;background:#fff3;height:300px;left:10%;top:10%;width:300px}.hero-blob-2{animation-delay:2s;background:#3b82f64d;height:250px;right:15%;top:60%;width:250px}.hero-blob-3{animation-delay:4s;background:#ffffff26;bottom:20%;height:200px;left:60%;width:200px}.modern-hero-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.hero-badge{align-items:center;animation:fadeInUp .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:50px;display:inline-flex;margin-bottom:32px;padding:12px 24px}.badge-text{color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.5px}.modern-hero-title{animation:fadeInUp .8s ease-out .2s both;color:#fff;font-size:4rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:24px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.modern-hero-subtitle{animation:fadeInUp .8s ease-out .4s both;color:#ffffffe6;font-size:1.3rem;font-weight:400;line-height:1.6;margin-bottom:48px}.hero-actions{animation:fadeInUp .8s ease-out .6s both;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:80px}.modern-cta-primary{align-items:center;background:#fffffff2;border:none;border-radius:16px;box-shadow:0 8px 32px #0000001a;color:#1f2937;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:12px;padding:18px 32px;transition:all .3s ease}.modern-cta-primary:hover{background:#fff;box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.cta-icon{font-size:1.2rem}.cta-arrow{transition:transform .3s ease}.modern-cta-primary:hover .cta-arrow{transform:translateX(4px)}.modern-cta-secondary{background:#0000;border:2px solid #ffffff4d;border-radius:16px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:16px 28px;transition:all .3s ease}.modern-cta-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-stats{align-items:center;animation:fadeInUp .8s ease-out .8s both;display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.stat-item{text-align:center}.stat-number{color:#fff;font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:8px}.stat-label{color:#fffc;font-weight:500}.stat-divider{background:#ffffff4d;height:60px;width:1px}.modern-features-section{background:#fff;padding:120px 40px}.section-header{display:block;margin-bottom:80px;text-align:center}.section-title{color:#1f2937;display:block;font-size:3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:15px}.section-subtopic{color:#6b7280;display:block;font-size:1.2rem;font-weight:500;letter-spacing:0;margin:0 auto 20px}.section-subtitle{color:#6b7280;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.modern-features-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.modern-feature-card{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;padding:40px;position:relative;transition:all .4s ease}.modern-feature-card:before{background:linear-gradient(90deg,#60a5fa,#3b82f6);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .4s ease}.modern-feature-card:hover:before{transform:scaleX(1)}.modern-feature-card:hover{background:linear-gradient(135deg,#fff,#f8faff);border-color:#667eea;box-shadow:0 32px 64px #0000001a;transform:translateY(-8px)}.featured-card{background:#fff;border:2.5px solid #3b82f6;box-shadow:0 0 0 4px #3b82f614;color:#1f2937;position:relative;z-index:1}.featured-card h3,.featured-card p{color:#1f2937}.feature-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.feature-badge{background:#3b82f6;border-radius:50px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.modern-feature-icon{display:block;height:60px;margin-bottom:24px;object-fit:contain;width:60px}.ai-icon{margin-bottom:0}.modern-feature-card h3{color:#1f2937;font-size:1.4rem;font-weight:700;line-height:1.3;margin-bottom:16px}.modern-feature-card p{color:#6b7280;line-height:1.6;margin-bottom:20px}.feature-tech-stack{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background:#fff3;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:4px 12px}.modern-process-section{background:linear-gradient(135deg,#f8faff,#fff);padding:120px 40px}.modern-steps-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin:60px auto 0;max-width:1200px}.modern-step{gap:30px;text-align:center}.modern-step,.step-visual{align-items:center;display:flex;flex-direction:column}.step-visual{width:100%}.modern-step-number{align-items:center;background:linear-gradient(135deg,#60a5fa,#3b82f6);border-radius:50%;box-shadow:0 8px 32px #60a5fa4d;color:#fff;display:flex;font-size:2rem;font-weight:800;height:80px;justify-content:center;position:relative;width:80px}.modern-step:last-child .step-connector,.step-connector{display:none}.step-content{flex:1 1;text-align:center}.step-content h4{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:16px}.step-content p{color:#6b7280;font-size:1.1rem;line-height:1.6;margin-bottom:20px}.step-features{display:flex;flex-direction:column;gap:8px}.step-feature{color:#667eea;font-size:.95rem;font-weight:500}@media (max-width:768px){.modern-hero-title{font-size:2.5rem}.modern-hero-section{padding:80px 20px 60px}.modern-features-section,.modern-process-section{padding:80px 20px}.hero-actions{align-items:center;flex-direction:column}.hero-stats{gap:20px}.stat-divider{display:none}.modern-step{flex-direction:column;gap:30px}.modern-step,.step-content{text-align:center}}.home-container{color:#1f2937;margin:0 auto;max-width:1200px;padding:4rem 2rem}.hero-section{background:linear-gradient(135deg,#fff,#f8faff 50%,#eff6ff);border:1px solid #e1e7f5;border-radius:32px;box-shadow:0 20px 40px -10px #1e3a8a1a;margin-bottom:5rem;padding:5rem 2rem;text-align:center}.hero-title{font-size:3.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:1.5rem}.brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#2563eb,#3b82f6);-webkit-background-clip:text;color:#2563eb}.hero-subtitle{color:#4b5563;font-size:1.25rem;line-height:1.6;margin:0 auto 2.5rem;max-width:800px}.cta-button{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:16px;box-shadow:0 8px 20px #3b82f64d;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:700;overflow:hidden;padding:1.25rem 3rem;position:relative;transition:all .3s ease}.cta-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.cta-button:hover:before{left:100%}.cta-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 15px 30px #3b82f666;transform:translateY(-3px)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:6rem}.feature-card{background:linear-gradient(135deg,#fff,#fafbff);border:1px solid #e1e7f5;border-radius:24px;overflow:hidden;padding:3rem;position:relative;transition:all .3s ease}.feature-card:before{background:linear-gradient(90deg,#3b82f6,#2563eb,#1d4ed8);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{background:linear-gradient(135deg,#fefeff,#f8faff);border-color:#3b82f6;box-shadow:0 25px 40px -10px #3b82f626;transform:translateY(-8px)}.feature-icon{font-size:2.5rem;margin-bottom:1.5rem}.feature-card h3{color:#111827;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:#6b7280;line-height:1.5}.price{color:#111827;font-size:2rem;font-weight:800;margin:1rem 0}.pricing-features{list-style:none;margin:2rem 0;padding:0;text-align:left}.pricing-features li{align-items:center;color:#4b5563;display:flex;margin-bottom:.75rem}.pricing-features li:before{color:#10b981;content:"✓";font-weight:700;margin-right:.75rem}.contact-form label{color:#374151;font-weight:600}.contact-form input:focus,.contact-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.how-it-works{text-align:center}.how-it-works h2{font-size:2.25rem;font-weight:800;margin-bottom:3.5rem}.steps-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around}.step{flex:1 1;min-width:250px;position:relative}.step-number{align-items:center;background-color:#dbeafe;border-radius:50%;color:#2563eb;display:flex;font-size:1.25rem;font-weight:700;height:48px;justify-content:center;margin:0 auto 1.5rem;width:48px}.step h4{font-size:1.125rem;font-weight:700;margin-bottom:.75rem}.step p{color:#6b7280}@media (max-width:768px){.hero-title{font-size:2.5rem}.home-container{padding:2rem 1rem}}.auth-page-container{align-items:center;background:linear-gradient(135deg,#f0f4ff,#fff 50%,#f8faff);display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-card{background:#fff;border:1px solid #e1e7f5;border-radius:20px;box-shadow:0 20px 60px -10px #1e3a8a26;max-width:420px;padding:3rem;width:100%}.auth-header{margin-bottom:2rem;text-align:center}.auth-title{color:#111827;font-size:2rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.5rem}.auth-subtitle{color:#6b7280;font-size:1rem;margin:0}.auth-error{animation:slideDown .3s ease;background:#fee2e2;border:1px solid #fca5a5;border-radius:12px;color:#991b1b;font-size:.95rem;margin-bottom:1.5rem;padding:.75rem 1rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.form-input{background:#fafbff;border:1.5px solid #e1e7f5;font-family:inherit;padding:.875rem 1.25rem}.form-input:focus{box-shadow:0 0 0 4px #2563eb1a;outline:none}.form-input::placeholder{color:#9ca3af}.auth-submit-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;box-shadow:0 4px 15px #2563eb4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.5px;overflow:hidden;padding:1.125rem 1.75rem;position:relative;transition:all .3s ease}.auth-submit-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 8px 25px #2563eb66;transform:translateY(-2px)}.auth-submit-btn:active{box-shadow:0 2px 10px #2563eb4d;transform:translateY(0)}.auth-divider{align-items:center;color:#d1d5db;display:flex;gap:1rem;margin:2rem 0}.auth-divider:after,.auth-divider:before{background:#e1e7f5;content:"";flex:1 1;height:1px}.auth-divider span{color:#9ca3af;font-size:.9rem;font-weight:500}.auth-google-btn{align-items:center;background:#fff;border:1.5px solid #e1e7f5;border-radius:12px;color:#374151;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;margin-bottom:1.5rem;padding:.875rem 1.5rem;transition:all .3s ease;width:100%}.auth-google-btn:hover{background:#f9fafb;border-color:#2563eb;box-shadow:0 4px 16px #2563eb26;color:#2563eb}.google-icon{height:20px;width:20px}.auth-toggle{color:#6b7280;font-size:.95rem;margin:0;text-align:center}.auth-toggle-btn{background:none;border:none;color:#2563eb;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:700;padding:0;text-decoration:underline;transition:color .2s ease}.auth-toggle-btn:hover{color:#1d4ed8}.auth-toggle-btn:active{color:#1e40af}.user-modal-overlay{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.user-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:420px;overflow:hidden;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.user-modal-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:1.5rem;text-align:center}.user-modal-header h3{font-size:1.5rem;font-weight:700;margin:0}.user-modal-content{padding:2rem;text-align:center}.user-email-label{color:#6b7280;font-size:.95rem;font-weight:500;margin:0 0 .75rem}.user-email{color:#111827;font-size:1.1rem;font-weight:700;margin:0;word-break:break-all}@media (max-width:480px){.auth-card{border-radius:16px;padding:2rem}.auth-title{font-size:1.75rem}.form-input{font-size:16px;padding:.75rem 1rem}.auth-submit-btn{padding:.875rem 1.25rem}}.contact-container{background:#f6faff;min-height:100vh;position:relative}.contact-hero{background:#0000;border-radius:0;box-shadow:none;overflow:visible;padding:80px 20px 40px;position:relative;text-align:center;z-index:2}.contact-hero-text-only{background:#0000!important;border-radius:0!important;box-shadow:none!important}.contact-hero-text-only:before{display:none!important}.contact-hero-title{animation:fadeInUp .8s ease-out;color:#1f2937;font-size:2.8rem;font-weight:800;letter-spacing:-.5px;margin-bottom:16px;position:relative;z-index:1}.contact-hero-subtitle{animation:fadeInUp .8s ease-out .15s both;color:#6b7280;font-size:1.05rem;font-weight:400;line-height:1.6;margin-bottom:0;position:relative;z-index:1}.contact-content{margin:0 auto;max-width:1200px;padding:0 20px 80px;position:relative;z-index:2}.contact-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin-bottom:60px}.contact-form-card{animation:slideInLeft 1s ease-out .4s both;background:#fff;border-radius:20px;box-shadow:0 25px 50px #0000001a;overflow:hidden;padding:40px;position:relative}.contact-form-card:before{background:linear-gradient(90deg,#2563eb,#1d4ed8);content:"";height:4px;left:0;position:absolute;right:0;top:0}.form-title{align-items:center;color:#2d3748;display:flex;font-size:2rem;font-weight:600;gap:12px;margin-bottom:30px}.form-title:before{content:"✉️";font-size:1.5rem}.modern-form{display:flex;flex-direction:column;gap:24px}.form-group{gap:.5rem}.form-input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;outline:none;padding:16px 20px;transition:all .3s ease;width:100%}.form-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 8px 25px #2563eb26}.form-label{color:#374151;font-size:.95rem;font-weight:600}.form-textarea{min-height:120px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;overflow:hidden;padding:16px 32px;position:relative;transition:all .3s ease}.submit-btn:hover:not(:disabled){box-shadow:0 15px 30px #2563eb66;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.submit-btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.submit-btn:hover:before{left:100%}.status-message{animation:slideInDown .5s ease-out;border-radius:12px;font-weight:500;padding:16px 20px}.status-success{background:linear-gradient(135deg,#48bb78,#38a169);border:2px solid #68d391;color:#fff}.status-error{background:linear-gradient(135deg,#f56565,#e53e3e);border:2px solid #fc8181;color:#fff}.contact-info-card{animation:slideInRight 1s ease-out .6s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:20px;padding:40px}.info-title{align-items:center;color:#2d3748;display:flex;font-size:2rem;font-weight:600;gap:12px;margin-bottom:30px}.info-title:before{content:"🤝";font-size:1.5rem}.contact-methods{display:flex;flex-direction:column;gap:24px}.contact-method{align-items:center;background:#fff;border:2px solid #0000;border-radius:16px;display:flex;gap:16px;padding:20px;transition:all .3s ease}.contact-method:hover{border-color:#2563eb;box-shadow:0 15px 30px #0000001a;transform:translateY(-4px)}.method-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.method-info h4{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:4px}.method-info p{color:#64748b;margin:0}.method-info a{color:#2563eb;font-weight:500;text-decoration:none;transition:color .3s ease}.method-info a:hover{color:#1d4ed8}.floating-element{pointer-events:none;position:absolute;z-index:1}.floating-1{animation:float 6s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;height:80px;left:10%;opacity:.1;top:15%;width:80px}.floating-2{animation:float 8s ease-in-out infinite reverse;background:linear-gradient(135deg,#764ba2,#667eea);height:120px;right:15%;top:60%;width:120px}.floating-2,.floating-3{border-radius:30% 70% 70% 30%/30% 30% 70% 70%;opacity:.1}.floating-3{animation:float 7s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);bottom:20%;height:60px;left:5%;width:60px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact-hero-title{font-size:2.5rem}.contact-grid{gap:30px;grid-template-columns:1fr}.contact-form-card,.contact-info-card{padding:30px 20px}.form-title,.info-title{font-size:1.5rem}}@media (max-width:480px){.contact-hero{padding:80px 20px 40px}.contact-hero-title{font-size:2rem}.contact-hero-subtitle{font-size:1.1rem}.contact-content{padding:0 15px 60px}}body{background:linear-gradient(135deg,#fff,#f8faff 50%,#eff6ff)}.container{margin:0 auto;max-width:1200px;padding:20px}.form-group{margin-bottom:15px}label{color:#333;display:block;font-weight:500;margin-bottom:5px}input[type=date],input[type=email],input[type=number],input[type=text],select,textarea{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:2px solid #e1e7f5;border-radius:12px;font-family:inherit;font-size:15px;padding:16px 20px;position:relative;transition:all .3s ease;width:100%}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=text]:focus,select:focus,textarea:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 20px #3b82f633,0 0 0 3px #3b82f61a;outline:none;transform:scale(1.01)}button{background:var(--gradient-primary);border:none;border-radius:12px;box-shadow:0 6px 20px #3b82f64d;color:#fff;cursor:pointer;font-size:15px;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:14px 28px;position:relative;text-transform:uppercase;transition:all .3s ease}button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}button:hover:before{left:100%}button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 10px 25px #3b82f666;transform:translateY(-3px) scale(1.02)}button:active{transform:translateY(-1px) scale(.98)}button:disabled{background-color:#ccc}table{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border-collapse:collapse;border-radius:16px;box-shadow:0 10px 30px #3b82f61a;margin-top:20px;overflow:hidden;width:100%}td,th{border-bottom:1px solid #e1e7f580;padding:18px 20px;text-align:left;transition:all .2s ease}th{background:var(--gradient-secondary);border-bottom:3px solid #3b82f6;color:#1e3a8a;font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}tbody tr:nth-child(2n){background:#eff6ff4d}tbody tr:hover{background:#3b82f61a;box-shadow:0 4px 12px #3b82f626;transform:scale(1.01)}tr:hover{background-color:#f9f9f9}.app-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0}.header-container{max-width:1200px}.header-main{justify-content:space-between;margin-bottom:.25rem}.logo-link{color:inherit}.app-title{color:#111827;font-weight:700}.app-subtitle{color:#6b7280;font-size:.875rem}.app-nav{gap:1.5rem}.nav-link{color:#4b5563;font-size:.9375rem;font-weight:500;transition:color .2s}.nav-link:hover{color:#2563eb}.btn-subscribe{background-color:#2563eb;border:none;border-radius:8px;color:#fff!important;cursor:pointer;font-weight:600;margin-left:1rem;padding:.5rem 1rem!important;transition:all .2s ease}.btn-subscribe:hover{background-color:#1d4ed8;transform:translateY(-1px)}.btn-subscribe.subscribed{background-color:#10b981}.btn-subscribe.subscribed:hover{background-color:#059669}.btn-auth{color:#2563eb!important;cursor:pointer;font-weight:600}.profile-button{background:none;border:none;color:#4b5563;cursor:pointer;font-size:.9375rem;font-weight:500;padding:0;text-decoration:none;transition:color .2s}.profile-button:hover{color:#2563eb}.profile-dropdown{display:inline-block;position:relative}.dropdown-menu{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;margin-top:.5rem;min-width:160px;padding:.5rem 0;position:absolute;right:0;top:100%;z-index:1000}.dropdown-item{background:none;border:none;color:#374151;cursor:pointer;display:block;font-size:.875rem;font-weight:500;letter-spacing:normal;padding:.75rem 1rem;text-align:left;text-transform:none;transition:background-color .2s;width:100%}.dropdown-item:hover{background-color:#f3f4f6;color:#111827}.logout-item{border-top:1px solid #f3f4f6;color:#ef4444!important}.logout-item:hover{background-color:#fef2f2!important;color:#dc2626!important}.user-nav{align-items:center;display:flex;gap:1rem}.logout-button{background:#ef4444;border-radius:8px;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.logout-button:hover{background:#dc2626;transform:translateY(-1px)}.loading-screen{align-items:center;color:#2563eb;display:flex;font-size:1.5rem;font-weight:700;height:100vh;justify-content:center}.app-main{background-color:#f9fafb}.app-footer{background-color:#fff;border-top:1px solid #e5e7eb;color:#6b7280;font-size:.875rem;padding:2rem 0;text-align:center}.alert{border-radius:4px;font-size:14px;margin-bottom:20px;padding:12px 15px}.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.loading{opacity:.6;pointer-events:none}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#4caf50;display:inline-block;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.subscription-notice-container{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:20px}.subscription-notice{background-color:#fff;border-radius:12px;border-top:5px solid #3b82f6;box-shadow:0 4px 20px #0000001a;max-width:500px;padding:40px;text-align:center;width:100%}.subscription-notice h2{color:#1e293b;font-size:24px;margin-bottom:16px}.subscription-notice p{color:#64748b;font-size:16px;line-height:1.5;margin-bottom:30px}.notice-actions{display:flex;gap:15px;justify-content:center}.btn-primary{background-color:#3b82f6;border-radius:6px;font-weight:600;padding:12px 24px;text-decoration:none;transition:background-color .2s}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#f1f5f9;border-radius:6px;color:#475569;font-weight:600;padding:12px 24px;text-decoration:none;transition:background-color .2s}.btn-secondary:hover{background-color:#e2e8f0}.btn-small{font-size:12px;padding:6px 12px}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#1e3a8a;--primary-light:#3b82f6;--primary-dark:#1e40af;--secondary-color:#64748b;--success-color:#059669;--danger-color:#dc2626;--warning-color:#d97706;--light-bg:#fff;--card-bg:#fafbff;--border-color:#e1e7f5;--text-primary:#1f2937;--text-secondary:#6b7280;--shadow:0 2px 8px #1e3a8a14;--shadow-lg:0 15px 30px #1e3a8a1f;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--gradient-primary:linear-gradient(135deg,#3b82f6,#1d4ed8);--gradient-secondary:linear-gradient(135deg,#eff6ff,#dbeafe);--gradient-bg:linear-gradient(135deg,#fff,#f8faff 25%,#eff6ff 75%,#dbeafe);--pattern-dots:radial-gradient(circle at 25px 25px,#3b82f61a 2px,#0000 0);--pattern-grid:linear-gradient(#3b82f60d 1px,#0000 0),linear-gradient(90deg,#3b82f60d 1px,#0000 0)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#fff,#f8faff 25%,#eff6ff 75%,#dbeafe);background:var(--gradient-bg);background-size:400% 400%;color:#1f2937;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;min-height:100vh;position:relative}body:before{background:radial-gradient(circle at 25px 25px,#3b82f61a 2px,#0000 0);background:var(--pattern-dots);background-size:50px 50px;content:"";height:100%;left:0;opacity:.6;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{background:linear-gradient(90deg,#2563eb,#3b82f6);border-bottom:1px solid #e1e7f5;border-bottom:1px solid var(--border-color);box-shadow:0 2px 10px #3b82f614;height:70px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem;position:relative}.app-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;margin:0}.header-main{width:100%}.header-main,.logo-link{align-items:center;display:flex}.logo-link{gap:12px;text-decoration:none;transition:transform .3s ease}.logo-link:hover{transform:scale(1.05)}.app-logo{filter:drop-shadow(0 2px 4px rgba(59,130,246,.2));height:auto;transition:filter .3s ease;width:72px}.logo-link:hover .app-logo{filter:drop-shadow(0 4px 8px rgba(59,130,246,.35))}.app-nav{align-items:center;display:flex;flex:1 1;gap:2rem;justify-content:center;margin:0 auto}.nav-link{border-radius:8px;color:#e0e7ef;font-size:14px;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#ffffff14;color:#fff}.app-nav .nav-link{color:#f3f6fa;font-size:1.15rem;font-weight:600;letter-spacing:.02em}.app-nav .nav-link:hover{background:#ffffff1f;color:#fff}.logout-button{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:20px;box-shadow:0 2px 8px #ef44444d;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:8px 16px;position:absolute;right:20px;top:15px;transition:all .3s ease}.logout-button:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #ef444466;transform:translateY(-2px)}.app-main{flex:1 1;margin:0 auto;max-width:1400px;padding:3rem 2rem;position:relative;width:100%;z-index:1}.app-main:before{background:radial-gradient(ellipse at center,#3b82f614 0,#0000 50%);content:"";height:300px;left:-10%;pointer-events:none;position:absolute;top:-100px;width:120%;z-index:-1}.app-footer{background:linear-gradient(90deg,#2563eb,#3b82f6);box-shadow:0 -2px 24px #181c2a1f;color:#e5e7ef;margin-top:4rem;padding:0}.app-footer,.footer-top{border-radius:18px 18px 0 0}.footer-top{align-items:flex-start;background:#23263a;display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem 2rem 2rem}.footer-cta-row{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin-bottom:1.5rem;width:100%}.footer-cta-text{color:#fff;font-size:1.5rem;font-weight:600}.footer-cta-form{display:flex;gap:.5rem}.footer-cta-form input[type=email]{background:#181c2a;border:none;border-radius:8px;color:#fff;font-size:1rem;padding:.75rem 1.2rem}.footer-cta-form button{background:linear-gradient(90deg,#2563eb,#3b82f6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background .2s}.footer-cta-form button:hover{background:linear-gradient(90deg,#3b82f6,#2563eb)}.footer-main.modern-footer{background:#0000;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding:1.5rem 2rem 1rem;width:100%}.footer-col{display:flex;flex:1 1 180px;flex-direction:column;gap:.7rem;min-width:180px;text-align:right}.footer-brand-col{max-width:320px;text-align:left}.footer-col-title{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.footer-subscription-col{min-width:200px}.footer-subscription-text{color:#e5e7ef;font-size:.9rem;line-height:1.4;margin:.5rem 0 1rem}.footer-subscribe-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;box-shadow:0 4px 15px #10b9814d;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.875rem 1.5rem;transition:all .3s ease;width:100%}.footer-subscribe-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.footer-subscribe-btn:active:not(:disabled){transform:translateY(0)}.footer-subscribe-btn.subscribed{background:linear-gradient(135deg,#64748b,#475569);box-shadow:0 4px 15px #64748b4d;cursor:default}.footer-subscribe-btn.subscribed:hover{background:linear-gradient(135deg,#64748b,#475569);transform:none}.footer-link{color:#e5e7ef;font-size:1rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#60a5fa;text-decoration:underline}.footer-brand{color:#fff;font-family:Segoe UI,Roboto,Arial,sans-serif;font-size:1.3rem;font-weight:800;letter-spacing:.04em;margin-bottom:.5rem}.footer-logo{display:block;height:auto;margin-bottom:.75rem;max-width:120px}.footer-desc{color:#e5e7ef;font-size:.95rem;margin-bottom:1rem}.footer-support{background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.footer-support-label{color:#e5e7ef;font-size:.8rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.footer-support-email{color:#fff;display:inline-block;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s ease;word-break:break-all}.footer-support-email:hover{color:#e0f2fe;text-decoration:underline;transform:translateX(2px)}.footer-address{color:#b6bad6;font-size:.98rem}.footer-socials{display:flex;gap:.7rem;margin-top:.7rem}.footer-social{align-items:center;background:#ffffff14;border-radius:50%;color:#fff;display:inline-flex;font-size:1.2rem;height:32px;justify-content:center;text-decoration:none;transition:background .2s,color .2s;width:32px}.footer-social:hover{background:#60a5fa;color:#181c2a}.footer-bottom.modern-footer-bottom{align-items:center;background:#0000;border-radius:0 0 18px 18px;border-top:1px solid #23263a;color:#b6bad6;display:flex;font-size:.98rem;gap:2rem;justify-content:center;padding:1.2rem 2rem;text-align:center;width:100%}.footer-bottom a{color:#60a5fa;font-weight:500;text-decoration:underline}@media (max-width:900px){.footer-main.modern-footer{align-items:flex-start;flex-direction:column;gap:2rem}.footer-bottom.modern-footer-bottom{align-items:flex-start;flex-direction:column;gap:.5rem}}.page-container{margin:0 auto;max-width:1200px}.btn-back{background:none;border:none;color:#1e3a8a;color:var(--primary-color);cursor:pointer;font-size:1rem;font-weight:500;margin-bottom:1.5rem;padding:.5rem 0}.btn-back:hover{text-decoration:underline}.btn-danger,.btn-primary,.btn-secondary{border:none;border-radius:.375rem;cursor:pointer;font-size:.95rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.btn-primary{background-color:#1e3a8a;background-color:var(--primary-color);color:#fff}.btn-primary:hover:not(:disabled){background-color:#1e40af;background-color:var(--primary-dark)}.btn-secondary{background-color:#64748b;background-color:var(--secondary-color);color:#fff}.btn-secondary:hover:not(:disabled){background-color:#475569}.btn-danger{background-color:#dc2626;background-color:var(--danger-color);color:#fff}.btn-danger:hover:not(:disabled){background-color:#dc2626}.btn-small{font-size:.85rem;margin:0 .25rem;padding:.375rem .75rem}button:disabled{cursor:not-allowed;opacity:.5}.form-section,.invoice-form{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 8px #1e3a8a14;box-shadow:var(--shadow);margin-bottom:1.5rem;padding:1.5rem}.form-section h3{color:#1f2937;color:var(--text-primary);font-size:1.1rem;margin-bottom:1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#1f2937;color:var(--text-primary);font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #e1e7f5;border:1px solid var(--border-color);border-radius:.375rem;font-family:inherit;font-size:.95rem;padding:.5rem .75rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1e3a8a;border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.invoice-table,.line-items-table{border-collapse:collapse;margin-bottom:1rem;width:100%}.invoice-table th,.line-items-table th{background-color:#fff;background-color:var(--light-bg);border-bottom:2px solid #e1e7f5;border-bottom:2px solid var(--border-color);font-weight:600;padding:1rem;text-align:left}.invoice-table td,.line-items-table td{border-bottom:1px solid #e1e7f5;border-bottom:1px solid var(--border-color);padding:1rem}.invoice-table tbody tr:hover{background-color:#fff;background-color:var(--light-bg)}.invoice-number-link{background:none;border:none;color:#1e3a8a;color:var(--primary-color);cursor:pointer;font-weight:600;text-decoration:none}.invoice-number-link:hover{text-decoration:underline}.amount{font-weight:600;text-align:right}.status-select{border:1px solid #e1e7f5;border:1px solid var(--border-color);border-radius:.25rem;font-size:.85rem;font-weight:500;padding:.25rem .5rem}.status-draft,.status-draft .status-select{background-color:#fcd34d;color:#92400e}.status-sent,.status-sent .status-select{background-color:#bae6fd;color:#0c4a6e}.status-paid,.status-paid .status-select{background-color:#a7f3d0;color:#065f46}.status-cancelled,.status-cancelled .status-select{background-color:#fecaca;color:#7f1d1d}.error-message,.success-message,.warning-message{border-radius:.375rem;margin-bottom:1rem;padding:1rem}.error-message{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b}.success-message{background-color:#dcfce7;border:1px solid #86efac;color:#166534}.warning-message{background-color:#fef3c7;border:1px solid #fcd34d;color:#92400e}.empty-state,.loading{color:#6b7280;color:var(--text-secondary);font-size:1rem;padding:3rem;text-align:center}.file-uploader{width:100%}.upload-area{background-color:#fff;background-color:var(--light-bg);border:2px dashed #e1e7f5;border:2px dashed var(--border-color);border-radius:.5rem;cursor:pointer;padding:3rem;text-align:center;transition:all .2s}.upload-area:hover{background-color:#3b82f60d;border-color:#1e3a8a;border-color:var(--primary-color)}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-area h3{color:#1f2937;color:var(--text-primary);margin-bottom:.5rem}.upload-area p{color:#6b7280;color:var(--text-secondary);margin-bottom:.25rem}.supported-formats{font-size:.85rem;margin-top:1rem}.file-selected{background-color:#fff;border:1px solid #e1e7f5;border:1px solid var(--border-color);border-radius:.5rem;padding:1.5rem}.file-preview{border-radius:.375rem;max-height:200px;max-width:200px}.file-info,.file-preview{margin-bottom:1rem}.file-name{font-weight:600;margin-bottom:.25rem}.file-size{color:#6b7280;color:var(--text-secondary);font-size:.9rem}.file-actions{display:flex;gap:.5rem;margin-top:1rem}.progress{background-color:#e1e7f5;background-color:var(--border-color);border-radius:3px;height:6px;margin:1rem 0;overflow:hidden;width:100%}.progress-bar{align-items:center;background-color:#1e3a8a;background-color:var(--primary-color);color:#fff;display:flex;font-size:.75rem;height:100%;justify-content:center;transition:width .3s}.dashboard{width:100%}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2rem;margin-bottom:1.5rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 8px #1e3a8a14;box-shadow:var(--shadow);padding:1.5rem;text-align:center}.stat-value{color:#1e3a8a;color:var(--primary-color);font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6b7280;color:var(--text-secondary);font-size:.9rem}.dashboard-content{grid-gap:2rem;display:grid;gap:2rem}.invoices-section,.upload-section{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 8px #1e3a8a14;box-shadow:var(--shadow);padding:1.5rem}.invoices-section h2,.upload-section h2{color:#1f2937;color:var(--text-primary);margin-bottom:1.5rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.section-header h2{margin:0}.invoice-detail{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 8px #1e3a8a14;box-shadow:var(--shadow);overflow:hidden}.detail-header{align-items:center;background-color:#fff;background-color:var(--light-bg);border-bottom:1px solid #e1e7f5;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:1.5rem}.detail-header h1{font-size:1.5rem;margin-bottom:.5rem}.invoice-date{color:#6b7280;color:var(--text-secondary);font-size:.95rem}.detail-actions{display:flex;gap:.5rem}.detail-content{padding:2rem}.detail-section{border-bottom:1px solid #e1e7f5;border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.detail-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-section h3{color:#1f2937;color:var(--text-primary);margin-bottom:1rem}.info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-item{display:flex;flex-direction:column}.info-item .label{color:#6b7280;color:var(--text-secondary);font-size:.9rem;font-weight:600;margin-bottom:.25rem}.info-item .value{color:#1f2937;color:var(--text-primary)}.summary-box{background-color:#fff;background-color:var(--light-bg);border-radius:.375rem;padding:1rem}.summary-row{border-bottom:1px solid #e1e7f5;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:.5rem 0}.summary-row.total{border-bottom:none;font-size:1.1rem;font-weight:700;padding-top:.5rem}.detail-meta{border-top:1px solid #e1e7f5;border-top:1px solid var(--border-color);color:#6b7280;color:var(--text-secondary);font-size:.9rem;margin-top:2rem;padding-top:1rem}.detail-meta p{margin-bottom:.25rem}.pagination{align-items:center;border-top:1px solid #e1e7f5;border-top:1px solid var(--border-color);display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding-top:2rem}.pagination button{background-color:#fff;border:1px solid #e1e7f5;border:1px solid var(--border-color);border-radius:.375rem;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.pagination button:hover:not(:disabled){background-color:#fff;background-color:var(--light-bg);border-color:#1e3a8a;border-color:var(--primary-color)}.pagination button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.header-container{flex-direction:column;gap:1rem}.app-nav{justify-content:space-around;width:100%}.form-row{grid-template-columns:1fr}.invoice-table{font-size:.85rem}.invoice-table td,.invoice-table th{padding:.5rem}.detail-actions{flex-direction:column;width:100%}.detail-actions button{width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=main.1e6a1b87.css.map*/