:root{color-scheme:light;--accent:#197a63;--accent-strong:#115e4c;--accent-on:#ffffff;--accent-soft:rgba(25,122,99,0.12);--accent-glow:rgba(25,122,99,0.22);--accent-tint:rgba(25,122,99,0.85);--bg:#f4ede0;--bg-paper:#f7f1e4;--bg-cream:#fbf6ea;--surface:#fffdf6;--panel:#fffdf6;--panel-elevated:rgba(255,253,246,0.88);--panel-glass:rgba(255,253,246,0.72);--fill:rgba(82,70,50,0.08);--fill-secondary:rgba(82,70,50,0.05);--label:#1a1814;--label-secondary:rgba(43,39,30,0.62);--label-tertiary:rgba(43,39,30,0.4);--label-quaternary:rgba(43,39,30,0.22);--separator:rgba(43,39,30,0.14);--separator-strong:rgba(43,39,30,0.26);--hairline:rgba(43,39,30,0.08);--positive:#2d8f6a;--positive-soft:rgba(45,143,106,0.12);--warning:#b87326;--warning-soft:rgba(184,115,38,0.14);--danger:#b3271f;--danger-soft:rgba(179,39,31,0.1);--ink:var(--label);--ink-deep:var(--label);--muted:var(--label-secondary);--eyebrow:var(--label-tertiary);--border:var(--separator);--border-strong:var(--separator-strong);--soft:var(--fill-secondary);--bad:var(--danger);--bad-soft:var(--danger-soft);--accent-dark:var(--accent-strong);--row-border:var(--hairline);--elev-1:0 1px 0 rgba(60,50,30,0.04),0 4px 14px -6px rgba(60,50,30,0.1);--elev-2:0 1px 0 rgba(60,50,30,0.04),0 24px 48px -28px rgba(60,50,30,0.22);--motion-micro:120ms;--motion-fast:180ms;--motion-base:320ms;--motion-slow:480ms;--ease-swift:cubic-bezier(0.2,0.8,0.2,1);--ease-soft:cubic-bezier(0.4,0,0.2,1);--ease-emphasized:cubic-bezier(0.16,1,0.3,1);--font-text:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display",system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-display:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-rounded:ui-rounded,"SF Pro Rounded","Hiragino Maru Gothic ProN",system-ui,-apple-system,sans-serif;--font-mono:ui-monospace,"SF Mono","Menlo","Roboto Mono",monospace;font-family:var(--font-text);font-feature-settings:"kern","ss01","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{background-color:var(--bg);background-image:radial-gradient(60% 40% at 80% 0,rgba(25,122,99,.05) 0,transparent 60%),radial-gradient(50% 35% at 0 20%,rgba(184,115,38,.05) 0,transparent 60%);color:var(--label);margin:0;min-height:100vh;font-family:var(--font-text);position:relative}body:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.045 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");background-size:160px 160px;content:"";inset:0;mix-blend-mode:multiply;opacity:.7;pointer-events:none;position:fixed;z-index:0}#__next,main{position:relative;z-index:1}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-strong)}button,input{font:inherit}button{cursor:pointer}button[disabled]{cursor:not-allowed;opacity:.6}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media (prefers-reduced-transparency:reduce){:root{--panel-elevated:var(--panel);--panel-glass:var(--panel)}}