*{margin:0;padding:0;box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{background:#f8fafc;color:#1e293b;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#0c2340}.score{font-weight:700;font-size:1.5rem}.score-gauge{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;font-size:2rem;font-weight:700;position:relative}.score-gauge.high{background:linear-gradient(135deg,#86efac,#22c55e);color:#065f46}.score-gauge.medium{background:linear-gradient(135deg,#fde047,#eab308);color:#713f12}.score-gauge.low{background:linear-gradient(135deg,#fca5a5,#ef4444);color:#7f1d1d}.section-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:#0f172a;border-bottom:3px solid #3b82f6;padding-bottom:.5rem}.grid-2{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-2{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.section-title{font-size:1.5rem}h1{font-size:2rem}.card{padding:1rem}.score-gauge{width:60px;height:60px;font-size:1.5rem}}