:root,:root[data-theme=light]{--stage: #e6e4dd;--bg: #f4f3ef;--surface: #ffffff;--surface-2: #eeece6;--ink: #15181b;--muted: #8a8f87;--line: #e6e3db;--accent: #8e2f3c;--accent-ink: #ffffff;--accent-soft: rgba(142, 47, 60, .1);--in: #1f9d6b;--in-soft: rgba(31, 157, 107, .12);--high: #cf8a1e;--high-soft: rgba(207, 138, 30, .14);--low: #d4483f;--low-soft: rgba(212, 72, 63, .12);--hero-grad: linear-gradient(168deg, #ffffff, #f6f0f1);--glow: transparent;--island: #0a0d0c;--nav: rgba(244, 243, 239, .85);--field: #f1f0ea;color-scheme:light}:root[data-theme=dark]{--stage: #15191a;--bg: #0a0e0d;--surface: #121715;--surface-2: #0d1211;--ink: #ecf1ee;--muted: #8c968f;--line: #1e2724;--accent: #e26b7b;--accent-ink: #1c070b;--accent-soft: rgba(226, 107, 123, .16);--in: #3fd97f;--in-soft: rgba(63, 217, 127, .14);--high: #ffba4a;--high-soft: rgba(255, 186, 74, .14);--low: #ff5d5d;--low-soft: rgba(255, 93, 93, .14);--hero-grad: linear-gradient(165deg, #211619, #150e10);--glow: radial-gradient(120% 130% at 18% 0%, rgba(226, 107, 123, .16), transparent 55%);--island: #000000;--nav: rgba(10, 14, 13, .86);--field: #1a211e;color-scheme:dark}:root{--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;--radius-card: 16px;--radius-hero: 22px;--radius-pill: 9px;--radius-round: 999px;--shadow-card: 0 2px 10px rgba(0, 0, 0, .05)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color .4s ease,color .4s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.02'/%3E%3C/svg%3E")}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}a{color:var(--accent)}button{font-family:inherit}.app-content{flex:1;overflow-y:auto;padding:24px 30px 44px}.section-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card);padding:20px}.card-head{display:flex;justify-content:space-between;align-items:center}.card-title{font-size:14px;font-weight:600}.card-meta{font-size:12px;color:var(--muted)}.stat-strip{display:flex;margin-top:16px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface);overflow:hidden}.stat-strip .stat{flex:1;padding:16px 18px;border-right:1px solid var(--line)}.stat-strip .stat:last-child{border-right:0}.stat-strip .stat .l{font-size:10px;letter-spacing:.06em;color:var(--muted)}.stat-strip .stat .v{font-size:26px;font-weight:500;margin-top:5px}.stat-strip .stat .v small{font-size:13px;color:var(--muted)}.rise{animation:rise .5s cubic-bezier(.2,.7,.2,1) both}.rise.d1{animation-delay:.06s}.rise.d2{animation-delay:.12s}.rise.d3{animation-delay:.18s}@keyframes rise{0%{opacity:0;transform:translateY(8px)}}@media(prefers-reduced-motion:reduce){.rise{animation:none}.stat-strip{grid-template-columns:1fr 1fr}}@media(max-width:600px){.stat-strip{flex-wrap:wrap}.stat-strip .stat{flex:1 1 50%;border-bottom:1px solid var(--line)}}@media(max-width:700px){html,body{overflow-x:clip}.app-content{padding:16px 16px 32px}.card-head{flex-wrap:wrap;gap:2px 12px}input,select,textarea{font-size:16px!important}}
