*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #011016;--primary-light: #0d4f8b;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-500: #6b7280;--gray-700: #374151;--gray-900: #111827;--green: #10b981;--red: #ef4444}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--gray-100);color:var(--gray-900);line-height:1.6}.dashboard{max-width:1400px;margin:0 auto;padding:2rem}.header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;padding:1.5rem 2rem;background:var(--primary);border-radius:12px;color:#fff}.logo{height:60px;width:auto}.header-text h1{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.subtitle{opacity:.9;font-size:1rem}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.logo-loading{height:80px;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:var(--red)}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;text-align:center}.card h3{font-size:.875rem;color:var(--gray-500);font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.big-number{font-size:2.5rem;font-weight:700;color:var(--primary)}.big-number.positive{color:var(--green)}.big-number.negative{color:var(--red)}.card.highlight{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#fff}.card.highlight h3{color:#ffffffe6}.card.highlight .big-number{color:#fff}.chart-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.chart-section h2{font-size:1.25rem;margin-bottom:.5rem;color:var(--gray-900)}.chart-description{color:var(--gray-500);font-size:.875rem;margin-bottom:1.5rem}.questions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.question-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.question-card h3{font-size:1rem;color:var(--gray-900);margin-bottom:1rem;line-height:1.4}.score-comparison{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--gray-50);border-radius:8px;margin-bottom:1rem}.score{font-weight:600;font-size:.9rem}.score.before{color:var(--gray-500)}.score.after{color:var(--primary)}.change{font-weight:700;font-size:1.1rem;padding:.25rem .75rem;border-radius:20px}.change.positive{background:#10b9811a;color:var(--green)}.change.negative{background:#ef44441a;color:var(--red)}.distribution-charts{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.dist-chart h4{font-size:.8rem;color:var(--gray-500);text-align:center;margin-bottom:.5rem}.legend{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.legend-item{display:flex;align-items:center;gap:.25rem;font-size:.7rem;color:var(--gray-500)}.legend-color{width:10px;height:10px;border-radius:2px}.footer{text-align:center;padding:2rem;color:var(--gray-500);font-size:.875rem}.footer-address{font-size:.75rem;margin-top:.5rem}@media(max-width:768px){.dashboard{padding:1rem}.header{flex-direction:column;text-align:center;gap:1rem}.header-text h1{font-size:1.25rem}.questions-grid{grid-template-columns:1fr}.summary-cards{grid-template-columns:repeat(2,1fr)}}@media print{.dashboard{max-width:none}.card,.chart-section,.question-card{break-inside:avoid}}
