.abrechnung-wizard{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.wizard-progress{background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:1.5rem 2rem;color:#166534}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.progress-title{font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.progress-percent{font-size:1.5rem;font-weight:700}.wizard-progress .progress-bar{height:8px;background:#16653433;border-radius:4px;overflow:hidden;margin-bottom:1.5rem}.wizard-progress .progress-fill{height:100%;background:#16a34a;border-radius:4px;transition:width .5s ease}.wizard-steps{display:flex;justify-content:space-between;gap:.5rem}.wizard-step-indicator{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;cursor:pointer;opacity:.5;transition:all .3s ease}.wizard-step-indicator.active,.wizard-step-indicator.completed{opacity:1}.wizard-step-indicator.completed{cursor:pointer}.wizard-step-indicator:hover:not(.active){opacity:.8}.step-circle{width:48px;height:48px;border-radius:50%;background:#16653426;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:.5rem;transition:all .3s ease}.wizard-step-indicator.active .step-circle{background:#16a34a;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #16a34a4d}.wizard-step-indicator.completed .step-circle{background:#bbf7d0;color:#166534}.step-info{display:flex;flex-direction:column;gap:.15rem}.step-name{font-weight:600;font-size:.85rem}.step-description{font-size:.7rem;opacity:.8}.wizard-content{padding:2rem}.wizard-step{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-header{margin-bottom:2rem}.step-header h3{font-size:1.5rem;color:#333;margin-bottom:.5rem}.step-header p{color:#666;font-size:1rem}.upload-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.upload-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.upload-section-header h4{font-size:1.1rem;font-weight:600;color:#333;margin:0}.section-badge{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}.section-badge.required{background:#fef3c7;color:#92400e}.section-badge.optional{background:#e5e7eb;color:#6b7280}.upload-section-hint{font-size:1rem;color:#555;margin:0 0 1rem}.upload-grid-4{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 768px){.upload-grid-4{grid-template-columns:1fr}}.upload-grid-1{display:grid;grid-template-columns:1fr;max-width:500px}.upload-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}@media (max-width: 1200px){.upload-grid-5{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.upload-grid-5{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.upload-grid-5{grid-template-columns:1fr}}.upload-grid-5 .upload-area{padding:.75rem}.upload-grid-5 .upload-area-header h4{font-size:1rem}.upload-grid-5 .upload-area-header p{font-size:.95rem}.upload-grid-5 .upload-dropzone{min-height:100px;padding:.75rem .5rem}.upload-grid-5 .dropzone-icon{font-size:1.5rem;margin-bottom:.4rem}.upload-grid-5 .dropzone-text{font-size:.9rem}.upload-grid-5 .dropzone-hint{font-size:.85rem}.upload-grid-5 .uploaded-files{min-width:0;overflow:hidden}.upload-grid-5 .uploaded-file{min-width:0}.upload-grid-5 .uploaded-file .file-name{max-width:80px;font-size:.85rem}.upload-grid-5 .uploaded-file .file-size{display:none}.upload-grid-5 .uploaded-file .file-remove{width:22px;height:22px;font-size:.8rem}.upload-section-optional{background:#f8fafc;border:1px dashed #cbd5e1}.upload-section-hint-box{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem;margin-bottom:1rem}.upload-section-hint-main{color:#0369a1;font-size:1rem;margin:0 0 .5rem;font-weight:500}.upload-section-hint-sub{color:#475569;font-size:.95rem;margin:0}.upload-section-hint-text{color:#374151;font-size:1rem;line-height:1.6;margin:0 0 1rem}.upload-grid-4 .upload-area{padding:1rem}.upload-grid-4 .upload-dropzone{min-height:120px;padding:1rem .75rem}.upload-grid-4 .dropzone-icon{font-size:1.75rem;margin-bottom:.5rem}.upload-grid-4 .dropzone-text{font-size:.95rem}.upload-grid-4 .dropzone-hint{font-size:.9rem}.upload-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}@media (max-width: 1024px){.upload-grid{grid-template-columns:1fr}}.upload-area{background:#f9fafb;border-radius:12px;padding:1.5rem;min-width:0;overflow:hidden}.upload-area-header{margin-bottom:1rem}.upload-area-header h4{font-size:1rem;color:#333;margin-bottom:.25rem}.upload-area-header p{font-size:.8rem;color:#666}.upload-area-description{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:6px;padding:.75rem 1rem;margin-bottom:.75rem;font-size:.95rem;line-height:1.5;color:#374151}.upload-area-description small{display:block;font-size:inherit}.upload-grid-5 .upload-area-description{font-size:.9rem;padding:.6rem .8rem}.upload-dropzone{border:2px dashed #d1d5db;border-radius:8px;padding:2rem 1rem;text-align:center;transition:all .3s ease;background:#fff;min-height:180px;display:flex;align-items:center;justify-content:center}.upload-dropzone:hover,.upload-dropzone.active{border-color:#667eea;background:#f3f4ff}.upload-dropzone.has-files{border-color:#10b981;background:#f0fdf4}.dropzone-label{display:flex;flex-direction:column;align-items:center;cursor:pointer;width:100%}.dropzone-icon{font-size:2.5rem;margin-bottom:.75rem}.dropzone-text{font-weight:600;color:#333;margin-bottom:.25rem}.dropzone-hint{font-size:.8rem;color:#666}.uploaded-files{width:100%}.uploaded-file{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:6px;margin-bottom:.5rem;border:1px solid #e5e7eb;min-width:0}.uploaded-file .file-icon{font-size:1.25rem}.uploaded-file .file-name{flex:1;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uploaded-file .file-size{font-size:.8rem;color:#666}.uploaded-file .file-remove{background:#4b5563;color:#fff;border:none;border-radius:50%;width:24px;height:24px;font-size:.75rem;cursor:pointer;transition:all .2s}.uploaded-file .file-remove:hover{background:#374151;transform:scale(1.1)}.add-more-btn{display:block;text-align:center;padding:.5rem;color:#667eea;font-weight:500;cursor:pointer;font-size:.9rem}.add-more-btn:hover{text-decoration:underline}.processing-container{max-width:600px;margin:0 auto;text-align:center}.processing-animation{margin-bottom:2rem}.processing-spinner{width:80px;height:80px;border:6px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.processing-status{margin-bottom:2rem}.processing-step-text{font-size:1.1rem;color:#333;font-weight:500;margin-bottom:1rem}.processing-progress-bar{height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden;margin-bottom:.5rem}.processing-progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:6px;transition:width .3s ease}.processing-percentage{font-size:1.25rem;font-weight:700;color:#667eea}.processing-info{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;padding:1.5rem;text-align:left}.processing-info h4{font-size:1rem;color:#333;margin-bottom:1rem}.processing-steps-list{list-style:none;padding:0;margin:0}.processing-steps-list li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:#999;transition:all .3s ease}.processing-steps-list li.active{color:#333;font-weight:500}.processing-steps-list li.completed{color:#059669}.processing-steps-list li.completed .step-icon{color:#10b981;font-weight:700;background:#d1fae5;border-radius:50%;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;font-size:1rem}.processing-steps-list li .step-icon{font-size:1.25rem}.erfassung-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.erfassung-block{background:#f9fafb;border-radius:12px;padding:1.25rem}.erfassung-block.full-width{grid-column:1 / -1}.block-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.block-icon{font-size:1.25rem}.block-header h4{flex:1;font-size:1rem;color:#333;margin:0}.erkannt-badge{background:#d1fae5;color:#059669;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:4px}.optional-badge{background:#f3f4f6;color:#6b7280;font-size:.7rem;font-weight:500;padding:.2rem .5rem;border-radius:4px;margin-left:auto}.block-content{display:flex;flex-direction:column;gap:.75rem}.form-field{display:flex;flex-direction:column;gap:.25rem}.form-field label{font-size:.8rem;font-weight:600;color:#555}.form-field input,.form-field select,.form-field textarea{padding:.6rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;font-family:inherit;transition:all .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-row{display:flex;gap:.75rem}.form-field-small{flex:0 0 100px}.field-hint{font-size:.75rem;color:#888;font-style:italic;margin-top:.25rem}.verteiler-result{background:#dbeafe;padding:.5rem .75rem;border-radius:6px;font-size:.9rem;color:#1e40af}.btn-add-einheit{background:#667eea;color:#fff;border:none;border-radius:6px;padding:.4rem .75rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-add-einheit:hover{background:#5568d3}.einheiten-container{display:flex;flex-direction:column;gap:1.5rem}.einheit-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.einheit-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.einheit-header h5{margin:0;font-size:1rem}.btn-remove-einheit{background:#fff3;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-remove-einheit:hover{background:#ffffff4d}.einheit-content{padding:1.25rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1024px){.einheit-content{grid-template-columns:1fr}}.einheit-section{display:flex;flex-direction:column;gap:.75rem}.einheit-section h6{font-size:.85rem;color:#667eea;margin:0;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.vorauszahlungen-table{width:100%;border-collapse:collapse;font-size:.85rem}.vorauszahlungen-table th{text-align:left;font-weight:600;color:#555;padding:.5rem .25rem;border-bottom:1px solid #e5e7eb;font-size:.75rem}.vorauszahlungen-table td{padding:.5rem .25rem}.vorauszahlungen-table input{width:100%;padding:.4rem .5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.85rem}.btn-remove-vz{background:#ef4444;color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:.7rem;cursor:pointer}.btn-add-vz{background:none;border:1px dashed #d1d5db;border-radius:4px;padding:.4rem;width:100%;color:#667eea;font-size:.8rem;cursor:pointer;margin-top:.5rem}.btn-add-vz:hover{border-color:#667eea;background:#f3f4ff}.kosten-preview{background:#f9fafb;border-radius:12px;padding:2rem;text-align:center}.kosten-preview p{font-size:1.1rem;color:#333;line-height:1.8}.kosten-preview .hint{font-size:.9rem;color:#666;margin-top:1rem}.pdf-options{display:flex;flex-direction:column;gap:1.5rem}.pdf-option{background:#f9fafb;border-radius:12px;padding:1.5rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:20px;height:20px;accent-color:#667eea}.checkbox-text{font-weight:600;color:#333}.option-preview{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.option-preview textarea,.option-preview input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:.9rem;resize:vertical}.option-label{font-weight:600;color:#333;display:block;margin-bottom:.75rem}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.radio-label input[type=radio]{width:18px;height:18px;accent-color:#667eea}.pdf-summary{background:#dbeafe;border-radius:12px;padding:1.5rem}.pdf-summary h4{color:#1e40af;margin-bottom:1rem}.pdf-summary ul{list-style:none;padding:0;margin:0}.pdf-summary li{padding:.5rem 0;color:#333;border-bottom:1px solid rgba(0,0,0,.1)}.pdf-summary li:last-child{border-bottom:none}.step-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-primary,.btn-secondary,.btn-success{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#333;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.wizard-error{background:#fee2e2;border:1px solid #ef4444;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:.75rem;color:#991b1b;margin-bottom:1rem}.wizard-error .error-icon{font-size:1.25rem}@media (max-width: 768px){.wizard-progress{padding:1rem}.wizard-steps{flex-wrap:wrap;gap:1rem}.wizard-step-indicator{flex:0 0 calc(50% - .5rem)}.step-circle{width:40px;height:40px;font-size:1rem}.wizard-content{padding:1rem}.erfassung-grid{grid-template-columns:1fr}.step-actions{flex-direction:column}.btn-primary,.btn-secondary,.btn-success{width:100%;text-align:center}}.analyse-disclaimer{display:flex;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:12px;margin-bottom:1rem}.analyse-disclaimer .disclaimer-icon{font-size:1.75rem;flex-shrink:0}.analyse-disclaimer .disclaimer-content{flex:1}.analyse-disclaimer .disclaimer-content strong{color:#92400e;font-size:.95rem}.analyse-disclaimer .disclaimer-content p{margin:.5rem 0 0;font-size:.85rem;color:#78350f;line-height:1.5}.analyse-disclaimer .disclaimer-highlight{background:#fff9;padding:.5rem .75rem;border-radius:6px;margin-top:.75rem!important}.analyse-disclaimer .disclaimer-highlight strong{color:#b45309}.erfassung-block.erkannt{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac}.erfassung-grundsteuer{border-left:4px solid #f59e0b}.erfassung-heizkosten{border-left:4px solid #ef4444}.erfassung-schornsteinfeger{border-left:4px solid #6b7280}.erfassung-mietvertrag{border-left:4px solid #3b82f6}.erfassung-teilungserklaerung{border-left:4px solid #8b5cf6}.highlight-field{border:2px solid #667eea!important;background:#f8faff;font-weight:600}.highlight-field.success{border-color:#10b981!important;background:#f0fdf4}.highlight-field.warning{border-color:#f59e0b!important;background:#fffbeb}.legal-hint{background:#f0f9ff;border-left:3px solid #0ea5e9;padding:.5rem .75rem;margin-top:.75rem;font-style:normal;color:#0369a1}.legal-hint strong{color:#0c4a6e}.schornsteinfeger-info{margin-top:.5rem}.kleinreparatur-info{background:#fef3c7;border-left:3px solid #f59e0b;padding:.75rem;border-radius:0 6px 6px 0;margin-top:.5rem}.kleinreparatur-info p{margin:0;font-size:.85rem;color:#92400e}.sonderregelung-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem}.sonderregelung-section:last-child{margin-bottom:0}.sonderregelung-section h5{margin:0 0 .75rem;font-size:.95rem;color:#374151}.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#667eea}.sonderregelung-text{margin-top:.5rem;padding:.5rem;background:#fef3c7;border-radius:4px;font-size:.85rem;font-style:italic;color:#92400e}@media (max-width: 768px){.erfassung-grundsteuer .form-row,.erfassung-heizkosten .form-row,.erfassung-schornsteinfeger .form-row,.erfassung-mietvertrag .form-row{flex-direction:column}.form-field-small{flex:1}}.upload-form-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.upload-form-container h2{color:#333;margin-bottom:.5rem}.upload-subtitle{color:#666;margin-bottom:2rem}.upload-form{display:flex;flex-direction:column;gap:1.5rem}.drag-drop-area{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease;background:#f9fafb;cursor:pointer}.drag-drop-area:hover{border-color:#667eea;background:#f3f4ff}.drag-drop-area.active{border-color:#667eea;background:#e8ebff;transform:scale(1.02)}.drag-drop-area.has-file{border-color:#10b981;background:#f0fdf4}.upload-label{display:flex;flex-direction:column;align-items:center;cursor:pointer}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-text{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem}.upload-hint{font-size:.9rem;color:#666}.selected-file-info{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px}.file-icon{font-size:2rem}.file-details{flex:1;text-align:left}.file-name{font-weight:600;color:#333;margin-bottom:.25rem}.file-size{font-size:.9rem;color:#666}.remove-file-btn{background:#ef4444;color:#fff;border:none;border-radius:50%;width:30px;height:30px;font-size:1rem;cursor:pointer;transition:all .2s}.remove-file-btn:hover{background:#dc2626;transform:scale(1.1)}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-select,.form-textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-family:inherit;transition:all .2s}.form-select:focus,.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-textarea{resize:vertical;min-height:80px}.error-message{background:#fee2e2;border:1px solid #ef4444;border-radius:6px;padding:1rem;display:flex;align-items:center;gap:.5rem;color:#991b1b}.error-icon{font-size:1.2rem}.progress-message{background:#dbeafe;border:1px solid #3b82f6;border-radius:6px;padding:1rem;display:flex;align-items:center;gap:.75rem;color:#1e40af;font-weight:500}.progress-message .spinner{border-color:#3b82f64d;border-top-color:#3b82f6}.submit-btn{background:#667eea;color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.submit-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.tenant-data-form-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.tenant-data-form-container h3{color:#333;margin-bottom:.5rem}.form-description{color:#666;margin-bottom:2rem;line-height:1.5}.tenant-data-form fieldset{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.tenant-data-form legend{color:#667eea;font-weight:600;font-size:1.1rem;padding:0 .5rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-group input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:all .2s}.form-group input.error{border-color:#ef4444}.form-group input::-moz-placeholder{color:#9ca3af}.form-group input::placeholder{color:#9ca3af}.error-message{color:#ef4444;font-size:.85rem;margin-top:.25rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.cancel-button,.submit-button{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem}.cancel-button{background:#fff;border:1px solid #d1d5db;color:#374151}.cancel-button:hover:not(:disabled){background:#f3f4f6}.submit-button{background:#667eea;border:none;color:#fff}.submit-button:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.cancel-button:disabled,.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.cancel-button,.submit-button{width:100%;justify-content:center}}.analysis-results{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.analysis-results h2{color:#333;margin-bottom:1.5rem}.document-info-bar{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f3f4f6;border-radius:8px;margin-bottom:2rem;font-size:.95rem;color:#555}.document-date{color:#667eea;font-weight:600}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.summary-card{background:linear-gradient(135deg,#f6f7f9,#fff);border:1px solid #e5e7eb;border-radius:10px;padding:1.5rem;text-align:center}.summary-card.highlight{background:linear-gradient(135deg,#fef3c7,#fef9e7);border-color:#f59e0b}.summary-label{font-size:.9rem;color:#666;margin-bottom:.5rem;font-weight:500}.summary-value{font-size:1.8rem;font-weight:700;color:#333}.summary-value.savings{color:#10b981}.summary-value.status{font-size:1rem;text-transform:uppercase;color:#667eea}.recommendations-section{background:#eff6ff;border-left:4px solid #3b82f6;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.recommendations-section h3{color:#1e40af;margin-bottom:1rem;font-size:1.2rem}.recommendations-list{display:flex;flex-direction:column;gap:.75rem}.recommendation-item{background:#fff;padding:1rem;border-radius:6px;color:#334155;line-height:1.6}.cost-categories{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.category-section{border-radius:10px;padding:1.5rem;background:#f9fafb}.category-section.unzulaessig{background:#fef2f2;border:2px solid #fecaca}.category-section.kontextabhaengig{background:#fffbeb;border:2px solid #fde68a}.category-section.erlaubt{background:#f0fdf4;border:2px solid #bbf7d0}.category-section h3{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.category-count{font-size:.9rem;font-weight:400;color:#666}.category-description{color:#555;margin-bottom:1rem;font-size:.95rem;line-height:1.5}.cost-items-list{display:flex;flex-direction:column;gap:1rem}.cost-item{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 1px 3px #0000001a}.cost-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.cost-item-name{font-weight:600;color:#333;font-size:1.05rem}.cost-item-amount{font-weight:700;color:#667eea;font-size:1.1rem}.cost-item-reasoning{color:#555;line-height:1.6;margin-bottom:.5rem;font-size:.95rem}.cost-item-legal{color:#64748b;font-size:.85rem;font-style:italic;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e2e8f0}.no-items{color:#9ca3af;font-style:italic;padding:1rem;text-align:center}.next-steps{background:linear-gradient(135deg,#f3f4f6,#fff);border-radius:10px;padding:1.5rem;border:2px solid #e5e7eb}.next-steps h3{color:#333;margin-bottom:1rem;font-size:1.2rem}.next-steps ol{margin-left:1.5rem;color:#555}.next-steps li{margin-bottom:.75rem;line-height:1.6;padding-left:.5rem}@media (max-width: 768px){.summary-cards{grid-template-columns:1fr}.cost-item-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.action-buttons-section{background:linear-gradient(135deg,#f0f9ff,#fff);border:2px solid #bfdbfe;border-radius:12px;padding:2rem;margin-bottom:2rem}.action-buttons-section h3{color:#1e40af;margin-bottom:.5rem}.action-description{color:#64748b;margin-bottom:1.5rem}.action-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:1rem}.action-btn{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:2px solid transparent;border-radius:10px;cursor:pointer;transition:all .3s;text-align:left;font-family:inherit}.action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-btn.primary:hover{transform:translateY(-4px);box-shadow:0 8px 24px #667eea66}.action-btn.secondary{background:#fff;border-color:#667eea;color:#667eea}.action-btn.secondary:hover{background:#f3f4ff;transform:translateY(-4px);box-shadow:0 8px 24px #667eea33}.btn-icon{font-size:2rem;flex-shrink:0}.btn-content{flex:1}.btn-title{font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.btn-subtitle{font-size:.9rem;opacity:.9}.success-notice{background:#d1fae5;border:1px solid #10b981;border-radius:8px;padding:1rem;color:#065f46;display:flex;justify-content:space-between;align-items:center}.redownload-btn{background:#10b981;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s}.redownload-btn:hover{background:#059669;transform:scale(1.05)}@media (max-width: 768px){.action-buttons{grid-template-columns:1fr}.success-notice{flex-direction:column;gap:1rem;text-align:center}.redownload-btn{width:100%}}.calculation-details{margin-top:1rem;padding:1rem;background:#f8f9fa;border-left:3px solid #3b82f6;border-radius:6px;font-size:.9rem}.calculation-details.has-error{background:#fef2f2;border-left-color:#ef4444}.calculation-row{display:flex;justify-content:space-between;padding:.4rem 0;border-bottom:1px solid #e5e7eb}.calculation-row:last-of-type{border-bottom:none}.calculation-label{color:#64748b;font-weight:500}.calculation-value{color:#1e293b;font-weight:600}.calculation-error{margin-top:.75rem;padding:.75rem;background:#fee2e2;border:1px solid #ef4444;border-radius:6px;color:#991b1b;font-weight:600}.calculation-success{margin-top:.75rem;padding:.75rem;background:#d1fae5;border:1px solid #10b981;border-radius:6px;color:#065f46;font-weight:600}.review-panel{padding:1.5rem;max-width:1400px;margin:0 auto}.review-panel h2{margin-bottom:.5rem;color:#1f2937;font-size:1.5rem}.panel-subtitle{color:#6b7280;font-size:.95rem;margin-bottom:1.5rem;line-height:1.4}.review-panel h3{margin:1.5rem 0 1rem;color:#374151;font-size:1.25rem}.review-panel h4{margin:1rem 0 .75rem;color:#4b5563;font-size:1rem}.review-progress{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.progress-title{font-weight:600;color:#374151}.progress-percent{font-size:1.25rem;font-weight:700;color:#059669}.progress-bar{height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden;margin-bottom:.75rem}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:6px;transition:width .3s ease}.progress-stats{display:flex;gap:1.5rem;font-size:.875rem}.stat-item{display:flex;align-items:center;gap:.375rem}.stat-dot{width:10px;height:10px;border-radius:50%}.stat-dot.pending{background:#d1d5db}.stat-dot.confirmed{background:#10b981}.stat-dot.corrected{background:#f59e0b}.review-legend{display:flex;gap:1.5rem;margin-bottom:1rem;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.legend-color{width:20px;height:20px;border-radius:4px;border:1px solid #e5e7eb}.legend-pending{background:#fff}.legend-confirmed{background:#d1fae5}.legend-corrected{background:#fef3c7}.positions-table-container{overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem}.positions-table{width:100%;border-collapse:collapse;font-size:.9rem}.positions-table th{background:#f3f4f6;padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;white-space:nowrap}.positions-table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;vertical-align:top}.col-status{width:60px;text-align:center}.col-name{min-width:200px}.col-amount,.col-mieteranteil{width:120px;text-align:right}.col-hint{min-width:200px;max-width:280px}.col-category{width:100px}.col-umlagefaehig{width:90px;text-align:center}.col-actions{width:180px}.verteilerschluessel-section{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:1px solid #c4b5fd;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.verteilerschluessel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.verteilerschluessel-header h4{margin:0;color:#6b21a8;font-size:1rem}.verteilerschluessel-status{font-size:.8rem;font-weight:500;padding:.25rem .75rem;border-radius:12px}.verteilerschluessel-status.erkannt{background:#dcfce7;color:#15803d;border:1px solid #86efac}.verteilerschluessel-status.fehlt{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.verteilerschluessel-section.has-values{border-color:#86efac;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.verteilerschluessel-section.has-values .verteilerschluessel-header h4{color:#15803d}.verteilerschluessel-section.has-values .verteilerschluessel-field label{color:#166534}.verteilerschluessel-section.has-values .verteilerschluessel-field input,.verteilerschluessel-section.has-values .verteilerschluessel-field select{border-color:#86efac}.verteilerschluessel-section.has-values .verteilerschluessel-field input:focus,.verteilerschluessel-section.has-values .verteilerschluessel-field select:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e33}.verteilerschluessel-inputs{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.verteilerschluessel-field{display:flex;flex-direction:column;gap:.25rem}.verteilerschluessel-field label{font-size:.8rem;font-weight:500;color:#6b21a8}.verteilerschluessel-field input,.verteilerschluessel-field select{padding:.5rem .75rem;border:1px solid #c4b5fd;border-radius:6px;font-size:.9rem;background:#fff}.verteilerschluessel-field input{width:140px}.verteilerschluessel-field select{min-width:180px}.verteilerschluessel-field input:focus,.verteilerschluessel-field select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf633}.verteilerschluessel-result{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #a78bfa;border-radius:6px;margin-left:auto}.verteilerschluessel-result .result-label{font-size:.8rem;color:#6b21a8}.verteilerschluessel-result .result-value{font-size:1rem;font-weight:700;color:#7c3aed}.verteilerschluessel-result .result-formula{font-size:.75rem;color:#9ca3af}.no-hint{color:#9ca3af}.hints-container{display:flex;flex-direction:column;gap:.5rem}.hint-item{display:flex;gap:.5rem;padding:.5rem;border-radius:6px;font-size:.8rem;line-height:1.3}.hint-item.hint-info{background:#eff6ff;border:1px solid #bfdbfe}.hint-item.hint-warning{background:#fef3c7;border:1px solid #fcd34d}.hint-item.hint-error{background:#fee2e2;border:1px solid #fca5a5}.hint-icon{flex-shrink:0;font-size:1rem}.hint-content{display:flex;flex-direction:column;gap:.25rem}.hint-text{font-weight:600;color:#374151}.hint-question{color:#6b7280;font-size:.75rem}.hint-apply-btn{margin-top:.375rem;padding:.25rem .5rem;font-size:.7rem;font-weight:500;background:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .15s ease;align-self:flex-start}.hint-apply-btn:hover{background:#2563eb}.context-details{margin-top:.5rem;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;overflow:hidden}.context-summary{padding:.375rem .5rem;font-size:.7rem;font-weight:500;color:#4b5563;cursor:pointer;background:#f3f4f6;border-bottom:1px solid transparent;transition:all .15s ease;list-style:none}.context-summary::-webkit-details-marker{display:none}.context-summary:before{content:"▶ ";font-size:.6rem;margin-right:.25rem;transition:transform .2s ease;display:inline-block}.context-details[open] .context-summary:before{transform:rotate(90deg)}.context-summary:hover{background:#e5e7eb;color:#1f2937}.context-details[open] .context-summary{border-bottom:1px solid #e5e7eb}.context-content{padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.context-section{padding:.375rem .5rem;border-radius:4px}.context-section.context-allowed{background:#dcfce7;border:1px solid #86efac}.context-section.context-not-allowed{background:#fee2e2;border:1px solid #fca5a5}.context-header{font-size:.7rem;font-weight:600;margin-bottom:.25rem}.context-allowed .context-header{color:#15803d}.context-not-allowed .context-header{color:#dc2626}.context-section ul{margin:0;padding-left:1rem;font-size:.65rem;line-height:1.4}.context-section li{margin-bottom:.125rem}.context-allowed li{color:#166534}.context-not-allowed li{color:#991b1b}.position-row{transition:background-color .2s ease}.row-pending{background:#fff}.row-pending:hover{background:#f9fafb}.row-confirmed{background:#d1fae5}.row-confirmed:hover{background:#a7f3d0}.row-corrected{background:#fef3c7}.row-corrected:hover{background:#fde68a}.status-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:.875rem;font-weight:600}.status-badge.pending{background:#e5e7eb;color:#6b7280}.status-badge.confirmed{background:#10b981;color:#fff}.status-badge.corrected{background:#f59e0b;color:#fff}.position-name{font-weight:500;color:#1f2937;margin-bottom:.25rem}.position-reasoning{font-size:.8rem;color:#6b7280;line-height:1.4}.position-comment{font-size:.8rem;color:#92400e;background:#fef3c7;padding:.25rem .5rem;border-radius:4px;margin-top:.375rem}.amount-corrected{color:#92400e;font-weight:600}.original-amount{display:block;font-size:.75rem;color:#9ca3af;text-decoration:line-through}.category-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.category-erlaubt{background:#d1fae5;color:#065f46}.category-kontextabhaengig{background:#fef3c7;color:#92400e}.category-unzulaessig{background:#fee2e2;color:#991b1b}.umlagefaehig-badge{display:inline-block;padding:.25rem .625rem;border-radius:4px;font-size:.8rem;font-weight:600}.umlagefaehig-badge.ja{background:#d1fae5;color:#065f46}.umlagefaehig-badge.nein{background:#fee2e2;color:#991b1b}.umlagefaehig-badge.unklar{background:#e5e7eb;color:#6b7280}.action-buttons{display:flex;gap:.5rem}.action-buttons-edit{display:flex;flex-direction:column;gap:.5rem}.btn-confirm,.btn-correct{padding:.375rem .75rem;border-radius:4px;font-size:.8rem;font-weight:500;border:1px solid;cursor:pointer;transition:all .15s ease}.btn-confirm{background:#fff;border-color:#10b981;color:#059669}.btn-confirm:hover:not(:disabled){background:#d1fae5}.btn-confirm.active,.btn-confirm:disabled{background:#10b981;color:#fff;cursor:default}.btn-correct{background:#fff;border-color:#f59e0b;color:#d97706}.btn-correct:hover{background:#fef3c7}.btn-save,.btn-cancel{padding:.375rem .75rem;border-radius:4px;font-size:.8rem;font-weight:500;border:none;cursor:pointer}.btn-save{background:#10b981;color:#fff}.btn-save:hover{background:#059669}.btn-cancel{background:#e5e7eb;color:#6b7280}.btn-cancel:hover{background:#d1d5db}.correction-input,.correction-select,.comment-input{padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.8rem;width:100%}.correction-input:focus,.correction-select:focus,.comment-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.correction-input{width:100px;text-align:right}.correction-select{width:80px}.billing-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-top:2rem}.billing-warning{background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;padding:.75rem 1rem;margin-bottom:1rem;color:#92400e;font-size:.875rem}.billing-tables{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 900px){.billing-tables{grid-template-columns:1fr}}.billing-block{background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.billing-block h4{margin:0;padding:.75rem 1rem;background:#f3f4f6;border-bottom:1px solid #e5e7eb}.billing-block.pending-block{border-color:#fbbf24}.billing-block.pending-block h4{background:#fef3c7;color:#92400e}.billing-table{width:100%;border-collapse:collapse}.billing-table th,.billing-table td{padding:.5rem 1rem;text-align:left;border-bottom:1px solid #f3f4f6}.billing-table th{background:#f9fafb;font-weight:500;font-size:.8rem;color:#6b7280}.billing-table .amount-col{text-align:right;width:100px}.billing-table .empty-row{color:#9ca3af;font-style:italic;text-align:center}.billing-table tfoot tr{background:#f3f4f6}.billing-table .sum-row td{border-top:2px solid #e5e7eb;border-bottom:none}.billing-table .sum-row.pending td{background:#fef3c7}.billing-table .corrected-row{background:#fefce8}.billing-table .pending-row{background:#f3f4f6;color:#6b7280}.correction-marker{font-size:.75rem;color:#d97706}.billing-summary{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1rem 1.25rem}.billing-summary h4{margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9rem}.summary-row.saldo{margin-top:.5rem;padding-top:.75rem;border-top:2px solid #e5e7eb;font-size:1rem}.summary-row.saldo.nachzahlung{color:#dc2626}.summary-row.saldo.guthaben{color:#059669}.col-mieteranteil{text-align:right;font-weight:500;min-width:110px}.mieteranteil-container{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.mieteranteil-value{color:#059669;font-weight:600}.mieteranteil-value.unklar{color:#6b7280}.mieteranteil-diff{font-size:.7rem;color:#d97706;display:flex;align-items:center;gap:.25rem}.mieteranteil-calculated{display:flex;flex-direction:column;align-items:flex-end;color:#0369a1;font-weight:600}.calculated-tag{font-size:.6rem;font-weight:500;color:#0284c7;background:#e0f2fe;padding:.125rem .375rem;border-radius:3px;margin-top:.125rem}.mieteranteil-null{color:#9ca3af}.mieteranteil-unklar{color:#f59e0b;font-weight:600}.mieteranteil-pending{display:flex;flex-direction:column;align-items:flex-end;color:#d97706;font-weight:600}.pending-tag{font-size:.6rem;font-weight:500;color:#92400e;background:#fef3c7;padding:.125rem .375rem;border-radius:3px;margin-top:.125rem}.prepayment-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #7dd3fc;border-radius:8px;padding:1.25rem;margin-bottom:1.5rem}.prepayment-section h4{margin:0 0 .5rem;color:#0369a1}.prepayment-hint{color:#0284c7;font-size:.85rem;margin-bottom:1rem}.prepayment-inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.prepayment-field{display:flex;flex-direction:column;gap:.25rem}.prepayment-field label{font-size:.8rem;color:#475569;font-weight:500}.prepayment-field input{padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem}.prepayment-field input:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 2px #0284c733}.input-with-suffix{display:flex;align-items:center}.input-with-suffix input{border-radius:6px 0 0 6px;flex:1}.input-suffix{background:#e2e8f0;padding:.5rem .75rem;border:1px solid #cbd5e1;border-left:none;border-radius:0 6px 6px 0;font-size:.8rem;color:#64748b;white-space:nowrap}.prepayment-total{font-size:.75rem;color:#059669;font-weight:500;margin-top:.25rem}.prepayment-summary{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #7dd3fc;font-size:.95rem}.prepayment-summary strong{color:#0369a1}.prepayment-detail{font-size:.8rem;color:#64748b}.action-buttons-decision{display:flex;align-items:center;gap:.5rem}.decision-buttons{display:flex;gap:.25rem}.btn-decision{padding:.4rem .75rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease;border:2px solid transparent}.btn-decision.btn-ja{background:#f0fdf4;color:#15803d;border-color:#86efac}.btn-decision.btn-ja:hover{background:#dcfce7;border-color:#22c55e}.btn-decision.btn-ja.active{background:#22c55e;color:#fff;border-color:#16a34a}.btn-decision.btn-nein{background:#fef2f2;color:#dc2626;border-color:#fca5a5}.btn-decision.btn-nein:hover{background:#fee2e2;border-color:#ef4444}.btn-decision.btn-nein.active{background:#ef4444;color:#fff;border-color:#dc2626}.btn-detail{padding:.4rem .5rem;background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .15s ease}.btn-detail:hover{background:#e5e7eb;color:#374151}.justification-panel{background:linear-gradient(135deg,#fef9c3,#fef3c7);border:1px solid #fbbf24;border-radius:8px;padding:.75rem;min-width:240px}.justification-header{font-size:.8rem;font-weight:600;color:#92400e;margin-bottom:.5rem}.justification-options{display:flex;flex-direction:column;gap:.375rem}.justification-option{display:flex;flex-direction:column;align-items:flex-start;padding:.5rem .75rem;background:#fff;border:1px solid #fcd34d;border-radius:6px;font-size:.8rem;color:#78350f;cursor:pointer;transition:all .15s ease;text-align:left}.justification-option:hover{background:#fef3c7;border-color:#f59e0b}.justification-option.custom{cursor:default}.justification-option.custom:hover{background:#fff}.custom-justification-input{width:100%;margin-top:.375rem;padding:.375rem .5rem;border:1px solid #fcd34d;border-radius:4px;font-size:.8rem;background:#fffbeb}.custom-justification-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.justification-actions{display:flex;gap:.5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #fde68a}.btn-confirm-justification{flex:1;padding:.375rem .75rem;background:#22c55e;color:#fff;border:none;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .15s ease}.btn-confirm-justification:hover{background:#16a34a}.btn-cancel-justification{padding:.375rem .75rem;background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .15s ease}.btn-cancel-justification:hover{background:#e5e7eb}.btn-feedback{padding:.4rem .5rem;background:#f0f9ff;color:#0369a1;border:1px solid #7dd3fc;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .15s ease}.btn-feedback:hover{background:#e0f2fe;border-color:#0284c7}.feedback-panel{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #7dd3fc;border-radius:8px;padding:1rem;margin-top:.5rem;min-width:280px}.feedback-header{font-size:.9rem;font-weight:600;color:#0369a1;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #bae6fd}.feedback-field{margin-bottom:.75rem}.feedback-field label{display:block;font-size:.8rem;font-weight:500;color:#475569;margin-bottom:.25rem}.feedback-field input,.feedback-field select,.feedback-field textarea{width:100%;padding:.5rem;border:1px solid #cbd5e1;border-radius:4px;font-size:.85rem;background:#fff}.feedback-field input:focus,.feedback-field select:focus,.feedback-field textarea:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 2px #0284c733}.feedback-field textarea{resize:vertical;min-height:60px}.feedback-success{text-align:center;padding:1rem;color:#059669;font-weight:500}.feedback-error{background:#fef2f2;color:#dc2626;padding:.5rem;border-radius:4px;font-size:.8rem;margin-bottom:.75rem}.feedback-actions{display:flex;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #bae6fd}.btn-submit-feedback{flex:1;padding:.5rem 1rem;background:#0284c7;color:#fff;border:none;border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s ease}.btn-submit-feedback:hover:not(:disabled){background:#0369a1}.btn-submit-feedback:disabled{background:#94a3b8;cursor:not-allowed}.btn-cancel-feedback{padding:.5rem 1rem;background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .15s ease}.btn-cancel-feedback:hover{background:#e5e7eb}.prepayment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.prepayment-field.inline{display:flex;align-items:center;gap:.5rem}.prepayment-field.inline label{font-size:.85rem;color:#0369a1;font-weight:500}.year-input{width:80px;padding:.4rem .5rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;text-align:center}.year-input:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 2px #0284c733}.prepayment-table{width:100%;border-collapse:collapse;background:#fff;border-radius:6px;overflow:hidden;margin-bottom:.75rem}.prepayment-table th{background:#f0f9ff;padding:.6rem .75rem;text-align:left;font-weight:600;font-size:.8rem;color:#0369a1;border-bottom:2px solid #7dd3fc}.prepayment-table td{padding:.6rem .75rem;border-bottom:1px solid #e0f2fe;vertical-align:middle}.prepayment-table tr:last-child td{border-bottom:none}.monate-input{width:60px;padding:.4rem .5rem;border:1px solid #cbd5e1;border-radius:4px;font-size:.9rem;text-align:center}.amount-input{width:100px;padding:.4rem .5rem;border:1px solid #cbd5e1;border-radius:4px;font-size:.9rem;text-align:right}.monate-input:focus,.amount-input:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 2px #0284c733}.input-label{font-size:.8rem;color:#64748b;margin-left:.375rem}.sum-cell{font-weight:600;color:#0369a1;min-width:100px}.btn-add-row{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#fff;color:#0369a1;border:1px dashed #7dd3fc;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-add-row:hover{background:#f0f9ff;border-color:#0284c7}.btn-remove-row{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;background:#fef2f2;color:#dc2626;border:1px solid #fca5a5;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .15s ease}.btn-remove-row:hover{background:#fee2e2;border-color:#ef4444}.prepayment-summary{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #7dd3fc}.summary-line{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#475569}.summary-line.total{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #bae6fd;font-size:1rem;color:#0369a1}.no-data{text-align:center;padding:3rem;color:#6b7280}.no-data p{margin:0}.abrechnungsdaten-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #cbd5e1;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.abrechnungsdaten-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.abrechnungsdaten-header h4{margin:0;color:#334155;font-size:1.1rem}.abrechnungsdaten-hint{font-size:.8rem;color:#64748b;font-style:italic}.abrechnungsdaten-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.daten-block{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e2e8f0}.daten-block-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #f1f5f9}.daten-block-header h5{margin:0;flex:1;font-size:.95rem;color:#475569}.daten-icon{font-size:1.25rem}.daten-status{font-size:.7rem;font-weight:500;padding:.2rem .5rem;border-radius:10px}.daten-status.erkannt{background:#dcfce7;color:#15803d}.daten-status.fehlt{background:#fef3c7;color:#92400e}.daten-vermieter{border-left:3px solid #6366f1}.daten-mieter{border-left:3px solid #22c55e}.daten-zeitraum{border-left:3px solid #f59e0b}.daten-fields{display:flex;flex-direction:column;gap:.75rem}.daten-field{display:flex;flex-direction:column;gap:.25rem}.daten-field label{font-size:.75rem;font-weight:500;color:#64748b}.daten-field input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;background:#f8fafc;transition:all .2s ease}.daten-field input:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 2px #6366f126}.daten-field input::-moz-placeholder{color:#94a3b8}.daten-field input::placeholder{color:#94a3b8}.daten-field-row{display:flex;gap:.75rem}.daten-field-small{flex:0 0 100px}.daten-field-large{flex:1}.zeitraum-summary{font-size:.85rem;color:#475569;padding:.5rem .75rem;background:#fef3c7;border-radius:6px;text-align:center}.zeitraum-summary strong{color:#92400e}.section-umlagefaehig,.section-pruefen,.section-nicht-umlagefaehig{margin-bottom:2rem;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.section-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:600}.section-header h4{margin:0;flex:1}.section-icon{font-size:1.25rem}.section-sum{font-family:JetBrains Mono,monospace;font-size:1rem;font-weight:700}.section-note{font-size:.8rem;font-weight:400;color:#6b7280;font-style:italic}.section-umlagefaehig{border:2px solid #10b981}.section-header-umlagefaehig{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.section-header-umlagefaehig .section-sum{color:#047857}.section-pruefen{border:2px solid #f59e0b}.section-header-pruefen{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.section-header-pruefen .section-sum{color:#b45309}.section-nicht-umlagefaehig{border:2px solid #ef4444}.section-header-nicht-umlagefaehig{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.section-header-nicht-umlagefaehig .section-sum{color:#dc2626}.empty-section{text-align:center;padding:2rem;color:#9ca3af;font-style:italic;background:#f9fafb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#aef3d0);min-height:100vh}.app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.container{max-width:1200px;width:100%}.container.main-app{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;overflow:hidden}h1{color:#fff;font-size:2.5rem;margin-bottom:.5rem;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.main-app h1{color:#333;text-shadow:none;text-align:left;font-size:2rem;margin-bottom:.25rem}.subtitle{color:#ffffffe6;text-align:center;margin-bottom:2rem;font-size:1.1rem}.main-app .subtitle{color:#666;text-align:left;font-size:1rem}.app-header{background:linear-gradient(135deg,#f8f5fc,#f0e9f5);border-bottom:1px solid #e9e0f0;padding:2rem;color:#4a4458;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header-content{flex:1}.header-status{display:flex;align-items:center}.status-badge{background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);padding:.5rem 1rem;border-radius:20px;display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#5b4a6f}.status-dot{width:12px;height:12px;min-width:12px;min-height:12px;border-radius:50%;flex-shrink:0;background-color:#9ca3af;animation:statusPulse 2s infinite}.status-dot.status-connected{background-color:#4ade80}.status-dot.status-disconnected{background-color:#f87171}.status-dot.status-checking{background-color:#fbbf24}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.app-nav{display:flex;gap:.5rem;padding:1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}.nav-btn{padding:.75rem 1.5rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s;font-weight:500}.nav-btn:hover{background:#f3f4f6;border-color:#9ca3af}.nav-btn.active{background:#667eea;color:#fff;border-color:#667eea}.app-content{padding:2rem;min-height:400px}.app-footer{background:#f9fafb;padding:1.5rem;text-align:center;color:#666;font-size:.9rem;border-top:1px solid #e5e7eb}.status-card,.info-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0003;margin-bottom:1.5rem}.status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.status-header h2{color:#333;font-size:1.5rem}.status-indicator{width:20px;height:20px;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-text{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:#555}.error-box{background:#fee2e2;border-left:4px solid #ef4444;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.success-box{background:#d4edda;border-left:4px solid #10b981;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;color:#155724}.success-box p{margin:.5rem 0}.warning-box{background:#fff3cd;border-left:4px solid #fbbf24;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;color:#856404}.warning-box p{margin:.5rem 0}.info-text{font-size:.875rem;color:#666;margin-top:.5rem;line-height:1.5}.troubleshooting{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.troubleshooting ol{margin-left:1.5rem;margin-top:.5rem}.troubleshooting li{margin:.75rem 0;color:#555;line-height:1.6}code{background:#fef2f2;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;color:#991b1b;display:block;margin-top:.5rem;overflow-x:auto}.error-details{margin-top:1rem;padding:1rem;background:#fff;border-radius:4px}.test-button,.primary-button{width:100%;padding:1rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.test-button:hover:not(:disabled),.primary-button:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.test-button:disabled{opacity:.6;cursor:not-allowed}.info-card h3{color:#333;margin-bottom:1rem;font-size:1.5rem}.info-card h4{color:#555;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.1rem}.backend-info ul{list-style:none;margin-bottom:1.5rem}.backend-info li{padding:.75rem;margin:.5rem 0;background:#f9fafb;border-radius:6px;color:#555}.backend-info strong{color:#667eea}@media (max-width: 768px){h1{font-size:1.8rem}.main-app h1{font-size:1.5rem}.app-header{flex-direction:column;align-items:flex-start}.app-nav{flex-direction:column}.nav-btn{width:100%}.app-content{padding:1rem}}.auth-container{max-width:450px;margin:0 auto;padding:20px}.auth-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 10px 40px #0000001a}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h2{color:#333;font-size:1.8rem;margin-bottom:.5rem}.auth-header p{color:#666;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#333;font-weight:500;font-size:.9rem}.form-group input{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.auth-button{padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.auth-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.auth-button.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-footer{margin-top:1.5rem;text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0}.auth-footer p{color:#666;font-size:.9rem;margin-bottom:.5rem}.link-button{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;font-size:.95rem;transition:color .3s ease}.link-button:hover{color:#764ba2;text-decoration:underline}.user-menu{position:relative;display:flex;align-items:center;gap:.75rem}.user-info{display:flex;flex-direction:column;align-items:flex-end}.user-info .user-name{font-weight:600;color:#333;font-size:.9rem}.user-info .user-role{font-size:.875rem;color:#666}.user-role.admin{color:#764ba2;font-weight:600}.logout-button{padding:.5rem 1rem;background:#f87171;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.logout-button:hover{background:#ef4444;transform:translateY(-1px);box-shadow:0 4px 12px #f871714d}.auth-required{background:#fff;border-radius:12px;padding:2rem;text-align:center;max-width:500px;margin:0 auto}.auth-required h3{color:#333;margin-bottom:1rem}.auth-required p{color:#666;margin-bottom:1.5rem}@media (max-width: 768px){.auth-card{padding:1.5rem}.user-menu{flex-direction:column;align-items:stretch}.user-info{align-items:center}}.dashboard-container{width:100%;max-width:1400px;margin:0 auto}.dashboard-header{margin-bottom:2rem}.dashboard-header h2{font-size:2rem;color:#1e293b;margin:0 0 .5rem}.dashboard-subtitle{color:#64748b;font-size:1rem;margin:0}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-spinner{font-size:3rem;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-card.highlight-green{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none}.stat-card.highlight-green .stat-label,.stat-card.highlight-green .stat-value{color:#fff}.stat-card.highlight-blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none}.stat-card.highlight-blue .stat-label,.stat-card.highlight-blue .stat-value{color:#fff}.abrechnungen-list{display:flex;flex-direction:column;gap:.75rem}.abrechnung-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:box-shadow .2s ease}.abrechnung-item:hover{box-shadow:0 2px 8px #00000014}.abrechnung-icon{font-size:1.5rem}.abrechnung-content{flex:1}.abrechnung-title{font-weight:600;color:#1f2937}.abrechnung-meta{display:flex;gap:1rem;font-size:.875rem;color:#6b7280;margin-top:.25rem}.abrechnung-download-btn{padding:.5rem 1rem;background:#059669;color:#fff;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;text-decoration:none;transition:background .2s ease}.abrechnung-download-btn:hover{background:#047857}.stat-icon{font-size:2.5rem;opacity:.9}.stat-content{flex:1}.stat-label{font-size:.875rem;color:#64748b;margin-bottom:.25rem;display:block}.stat-value{font-size:1.75rem;font-weight:700;color:#1e293b}.dashboard-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.dashboard-section h3{font-size:1.25rem;color:#1e293b;margin:0 0 1.5rem}.status-breakdown{display:flex;flex-direction:column;gap:.75rem}.status-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:8px}.status-label{font-size:.9375rem;color:#475569;display:flex;align-items:center;gap:.5rem}.status-count{font-size:1.125rem;font-weight:700;color:#1e293b}.cost-distribution{display:flex;flex-direction:column;gap:1.5rem}.cost-category-item{display:flex;flex-direction:column;gap:.5rem}.cost-category-header{display:flex;justify-content:space-between;align-items:center}.cost-category-label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#1e293b}.category-dot{width:12px;height:12px;border-radius:50%}.cost-category-value{font-weight:700;color:#1e293b;font-size:1.125rem}.cost-category-bar{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.cost-category-fill{height:100%;border-radius:4px;transition:width .5s ease}.cost-category-details{display:flex;gap:1rem;font-size:.875rem;color:#64748b}.cost-distribution-summary{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;color:#475569;font-size:.9375rem}.recent-activity{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f8fafc;border-radius:8px;transition:background .2s}.activity-item:hover{background:#f1f5f9}.activity-icon{font-size:1.5rem;flex-shrink:0}.activity-content{flex:1;min-width:0}.activity-title{font-weight:500;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-meta{display:flex;gap:1rem;margin-top:.25rem;font-size:.875rem;color:#64748b}.activity-status{font-weight:500}.activity-date{color:#94a3b8}.activity-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;text-align:center;color:#64748b;font-size:.875rem}.admin-section{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.admin-stat{background:#fff;padding:1rem;border-radius:8px;text-align:center}.admin-stat-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem}.admin-stat-value{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.admin-stat-detail{font-size:.8125rem;color:#94a3b8}.quick-actions{display:flex;gap:1rem;flex-wrap:wrap}.quick-action-btn{padding:.75rem 1.5rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s}.quick-action-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.quick-action-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none}.quick-action-btn.primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.dashboard-empty-state{text-align:center;padding:4rem 2rem;background:#fff;border:2px dashed #e2e8f0;border-radius:12px;margin-top:2rem}.empty-state-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.dashboard-empty-state h3{color:#1e293b;margin-bottom:.5rem}.dashboard-empty-state p{color:#64748b;margin-bottom:1.5rem}.highlight-section{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #10b981;border-radius:12px;padding:2rem;margin-bottom:2rem}.workflow-steps{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin:2rem 0}.workflow-step{display:flex;align-items:flex-start;gap:1rem;flex:1;min-width:150px}.step-number{width:40px;height:40px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.step-content h4{margin:0 0 .25rem;color:#1e293b;font-size:1rem}.step-content p{margin:0;color:#64748b;font-size:.85rem}.workflow-arrow{font-size:1.5rem;color:#10b981;font-weight:700}.primary-button.large{padding:1rem 2rem;font-size:1.1rem}.document-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.document-type-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s ease}.document-type-card:hover{border-color:#10b981;box-shadow:0 4px 12px #10b98126}.doc-type-icon{font-size:2.5rem;margin-bottom:.75rem}.document-type-card h4{margin:0 0 .5rem;color:#1e293b}.document-type-card p{margin:0 0 .75rem;color:#64748b;font-size:.85rem}.doc-type-badge{display:inline-block;padding:.25rem .75rem;background:#f1f5f9;color:#64748b;border-radius:20px;font-size:.75rem}.doc-type-badge.primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.activity-action-btn{padding:.5rem 1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:.85rem;cursor:pointer;white-space:nowrap}.activity-action-btn:hover{transform:scale(1.02)}.info-section{background:#f8fafc;border-radius:12px;padding:1.5rem}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.info-card h4{margin:0 0 .5rem;color:#1e293b;font-size:.95rem}.info-card p{margin:0;color:#64748b;font-size:.85rem;line-height:1.5}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}.workflow-steps{flex-direction:column}.workflow-arrow{transform:rotate(90deg)}.dashboard-header h2,.stat-value{font-size:1.5rem}.quick-actions{flex-direction:column}.quick-action-btn{width:100%}.admin-stats-grid{grid-template-columns:1fr}.cost-category-details{flex-direction:column;gap:.25rem}}.header-status{display:flex;align-items:center;gap:1rem}.user-menu-container{display:flex;align-items:center;gap:1rem;background:#8b5cf614;border:1px solid rgba(139,92,246,.15);padding:.5rem 1rem;border-radius:10px}.user-menu-container .user-info{display:flex;flex-direction:column;align-items:flex-end}.user-menu-container .user-name{font-weight:600;color:#4a4458;font-size:.9rem}.user-menu-container .user-role{font-size:.875rem;color:#6b5b7a}.user-menu-container .user-role.admin{color:#9333ea}.header-actions{display:flex;align-items:center;gap:.5rem}.dropdown-menu-container{position:relative}.dropdown-toggle{background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);color:#1f1a29;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.dropdown-toggle:hover{background:#8b5cf626}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:10px;box-shadow:0 10px 40px #0003;min-width:220px;z-index:1000;overflow:hidden;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu button{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.25rem;background:none;border:none;color:#333;font-size:.95rem;cursor:pointer;transition:background .2s ease;text-align:left}.dropdown-menu button:hover{background:#f3f4f6}.dropdown-menu .logout-item{color:#ef4444}.dropdown-menu .logout-item:hover{background:#fee2e2}.dropdown-divider{height:1px;background:#e5e7eb;margin:.5rem 0}.backend-status-bar{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;color:#5b4a6f;background:linear-gradient(135deg,#ebe3f3,#e2d8ed)}.nav-btn.primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;font-weight:600}.nav-btn.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.nav-btn.primary.active{background:linear-gradient(135deg,#059669,#047857)}.app-nav{display:flex;gap:.75rem;padding:1rem 2rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}@media (max-width: 768px){.user-menu-container{flex-direction:column;gap:.5rem}.user-menu-container .user-info{align-items:center}.dropdown-menu{right:-1rem;min-width:200px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-size:1rem;line-height:1.6;color:#1f2937}h1,h2,h3,h4,h5,h6{color:#111827;line-height:1.3}a{color:#0369a1;text-decoration:underline}a:hover{color:#0284c7}*:focus-visible{outline:3px solid #2563eb;outline-offset:2px}button,[role=button],input[type=submit],input[type=button]{min-height:44px;min-width:44px;font-size:1rem;cursor:pointer}input,select,textarea{font-size:1rem;min-height:44px;padding:.5rem .75rem}label{font-size:.9375rem;font-weight:500;color:#374151}::-moz-placeholder{color:#6b7280;opacity:1}::placeholder{color:#6b7280;opacity:1}table{font-size:1rem}th,td{padding:.75rem}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-6{bottom:1.5rem}.right-6{right:1.5rem}.top-0{top:0}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.col-span-1{grid-column:span 1 / span 1}.col-span-3{grid-column:span 3 / span 3}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-24{height:6rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.max-h-60{max-height:15rem}.max-h-\[90vh\]{max-height:90vh}.min-h-80{min-height:20rem}.min-h-96{min-height:24rem}.min-h-screen{min-height:100vh}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-24{width:6rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-t-4{border-top-width:4px}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-emerald-600{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.border-l-orange-500{--tw-border-opacity: 1;border-left-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-l-red-500{--tw-border-opacity: 1;border-left-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:#fff3}.bg-white\/80{background-color:#fffc}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-amber-400{--tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-100{--tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-50{--tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-600{--tw-gradient-from: #059669 var(--tw-gradient-from-position);--tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100{--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-50{--tw-gradient-from: #f8fafc var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-blue-50{--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-green-50{--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff7ed var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-teal-50{--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-cyan-50{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-teal-100{--tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to: #0d9488 var(--tw-gradient-to-position)}.to-yellow-50{--tw-gradient-to: #fefce8 var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pt-20{padding-top:5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-cyan-800{--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity, 1))}.text-emerald-100{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity, 1))}.text-emerald-200{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-50{--tw-text-opacity: 1;color:rgb(236 253 245 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-emerald-900{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-pink-800{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity, 1))}.text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.text-purple-200{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-50{--tw-text-opacity: 1;color:rgb(250 245 255 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.ring-offset-1{--tw-ring-offset-width: 1px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-contrast: high){body{color:#000;background:#fff}a{color:#00e}button,input,select,textarea{border:2px solid #000}}@media print{body{font-size:12pt;line-height:1.5;color:#000;background:#fff}a{color:#000;text-decoration:underline}.no-print{display:none!important}}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-emerald-300:hover{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.hover\:border-purple-600:hover{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:text-emerald-400:hover{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.hover\:text-emerald-600:hover{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-purple-400:hover{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.disabled\:bg-blue-300:disabled{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-300:disabled{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}@media (min-width: 640px){.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:w-auto{width:auto}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:gap-12{gap:3rem}.md\:p-12{padding:3rem}.md\:p-8{padding:2rem}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}}
