:root{--background:#f3f5f8;--foreground:#0f1720;--muted:#5f6c7b;--border:#d7dee7;--surface:rgba(255,255,255,0.92);--surface-strong:#ffffff;--accent:#0f766e;--accent-strong:#115e59;--danger:#b42318;--shadow:0 18px 45px rgba(15,23,32,0.08);--radius-lg:24px;--radius-md:18px;--radius-sm:12px;color-scheme:light}*{box-sizing:border-box}html{font-size:16px}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(15,118,110,.12),transparent 32%),linear-gradient(180deg,#f8fafc 0,var(--background) 100%);color:var(--foreground);font-family:Segoe UI,sans-serif}body::selection{background:rgba(15,118,110,.18)}a{color:inherit;text-decoration:none}button,textarea{font:inherit}a:focus-visible,button:focus-visible,textarea:focus-visible{outline:3px solid rgba(15,118,110,.35);outline-offset:2px}