body{color:#334155;background-color:#f4f7f9;margin:0;padding:0;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.dashboard-container{max-width:1400px;margin:0 auto;padding:2rem}.report-header{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.header-top{border-bottom:2px solid #f1f5f9;align-items:center;gap:2rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.logo-box{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.logo-img{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%}.logo-text{color:#94a3b8;text-align:center;font-size:.9rem;font-weight:700}.header-titles h1{color:#0f172a;letter-spacing:-.5px;margin:0 0 .5rem;font-size:2.4rem;font-weight:800}.header-titles .subtitle{color:#64748b;margin:0;font-size:1.2rem;font-weight:500}.header-description h3{color:#782200;margin:0 0 .5rem;font-size:1.1rem}.header-description p{color:#475569;margin:0 0 15px;font-size:.95rem;line-height:1.6}.header-description fo{line-height:1.6;font-size:1.1 rem;color:#ef5c01}.kpi-ribbon{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.kpi-card{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);border-radius:12px;padding:1.8rem;box-shadow:0 10px 15px -3px #2563eb26}.highlight-kpi{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 10px 15px -3px #10b98133}.kpi-value{margin-bottom:.5rem;font-size:2.8rem;font-weight:800;line-height:1;display:block}.kpi-label{text-transform:uppercase;letter-spacing:1px;opacity:.9;font-size:.95rem;font-weight:600}.dashboard-section{margin-bottom:4rem}.section-title{color:#1e293b;align-items:center;margin-bottom:1.5rem;font-size:1.6rem;font-weight:700;display:flex}.section-title:before{content:"";background-color:#3b82f6;border-radius:4px;width:6px;height:24px;margin-right:12px;display:inline-block}.card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d}.card h3{color:#475569;text-align:center;border-bottom:2px solid #f1f5f9;margin-top:0;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.1rem;font-weight:600}.before-card{border-top:5px solid #ef4444}.after-card{border-top:5px solid #10b981}.info-card{border-top:5px solid #3b82f6}.chart-grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;display:grid}.cloud-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=1024px){.cloud-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.header-top{text-align:center;flex-direction:column}}.chart-wrapper{width:100%;height:350px}.cloud-wrapper{width:100%;height:280px;display:block;position:relative;overflow:hidden}.table-card{padding:0;overflow:hidden}.table-responsive{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.95rem}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem}.data-table th{color:#64748b;text-transform:uppercase;letter-spacing:1px;background-color:#f8fafc;font-size:.8rem;font-weight:700}.data-table tbody tr:hover{background-color:#f0f9ff}.loading{color:#3b82f6;justify-content:center;align-items:center;height:100vh;font-size:1.5rem;font-weight:600;display:flex}.cta-section{text-align:center;background:#fff;border:2px solid #3b82f6;border-radius:16px;margin-bottom:3rem;padding:2.5rem;box-shadow:0 10px 25px -5px #3b82f626}.cta-content h2{color:#0f172a;margin-top:0}.cta-content p{color:#475569;max-width:800px;margin-bottom:2rem;margin-left:auto;margin-right:auto;line-height:1.6}.btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:background .3s}.btn-primary:hover{background:#1d4ed8}.modal-overlay{z-index:1000;background:#0f172ab3;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:500px;padding:2rem;position:relative;box-shadow:0 20px 25px -5px #0000001a}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.modal-header h2{color:#1e293b;margin:0;font-size:1.5rem}.close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1}.form-group{flex-direction:column;width:100%;margin-bottom:1.5rem;display:flex}.form-row{gap:1rem;display:flex}.form-group label{color:#475569;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.form-group input{border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:.8rem;font-size:1rem}.form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.align-center{align-items:center}.toggle-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;padding:.8rem}.toggle-group label{margin:0}.toggle-switch{width:50px;height:26px;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#cbd5e1;border-radius:26px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:4px;left:4px}input:checked+.slider{background-color:#10b981}input:checked+.slider:before{transform:translate(24px)}.btn-submit{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:700}.btn-submit:disabled{cursor:not-allowed;background:#94a3b8}.success-message{text-align:center;color:#10b981;padding:2rem 0}.error-text{color:#ef4444;text-align:center;margin-top:1rem;font-size:.9rem}
