:root{color-scheme:light dark;--bosunly-page-bg:radial-gradient(circle at top left,rgba(194,145,90,0.28),transparent 32%),linear-gradient(180deg,#f8f0e0,#f3e5d2 52%,#ecdbc6);--bosunly-text:#1f1a14;--bosunly-muted:#6f5131;--bosunly-accent:#8b5a2f;--bosunly-surface:rgba(255,248,238,0.9);--bosunly-surface-strong:rgba(255,251,245,0.94);--bosunly-surface-soft:rgba(255,250,242,0.82);--bosunly-border:rgba(74,49,24,0.12);--bosunly-shadow:0 20px 70px rgba(63,39,16,0.08)}@media (prefers-color-scheme:dark){:root{--bosunly-page-bg:radial-gradient(circle at top left,rgba(180,124,63,0.2),transparent 28%),linear-gradient(180deg,#14100c,#1d1712 52%,#241c15);--bosunly-text:#f6ede3;--bosunly-muted:#d5c0ab;--bosunly-accent:#f1b377;--bosunly-surface:rgba(34,27,20,0.92);--bosunly-surface-strong:rgba(41,32,24,0.96);--bosunly-surface-soft:rgba(28,22,17,0.82);--bosunly-border:rgba(241,179,119,0.14);--bosunly-shadow:0 22px 80px rgba(0,0,0,0.24)}}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:var(--bosunly-page-bg);color:var(--bosunly-text)}a,button,input,select,textarea{font:inherit}