:root{--font-app:"DM Sans",system-ui,-apple-system,sans-serif;--accent:#00E5FF;--bg:#FFFFFF;--surface:#FFFFFF;--border:#F4F4F4;--text:#000000;--text-muted:#6A7A90;--risk-ok:#1A8A4A;--risk-warn:#B87800;--risk-high:#CC3322;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--radius-card:16px;--card-padding:16px}[data-theme=dark]{--bg:#0E0E10;--surface:#17181B;--border:#26272B;--text:#FFFFFF;--text-muted:#9AA6B2}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%}body{font-family:var(--font-app);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"tnum";background:var(--bg);color:var(--text)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:3px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}button{font-family:inherit;border:none;background:none;cursor:pointer;color:inherit;text-align:inherit}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes skel{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}