:root,[data-theme=light]{--color-bg:#fff;--color-bg-soft:#faf7f3;--color-bg-muted:#f8f5f1;--color-surface:#fff;--color-border:#ede8e1;--color-border-dark:#ddd8d0;--color-text:#2a2118;--color-text-muted:#6b5a4e;--color-text-light:#9a8878;--color-gold:#c49a53;--color-gold-pale:#fdf6ec;--color-brown:#4a3428;--color-hero-bg:linear-gradient(135deg,#1c1410,#2e1f15);--shadow-card:0 2px 12px rgba(74,52,40,.08);--shadow-hover:0 8px 28px rgba(74,52,40,.12)}[data-theme=dark]{--color-bg:#1a1208;--color-bg-soft:#221710;--color-bg-muted:#2a1f14;--color-surface:#2e2218;--color-border:rgba(196,154,83,.15);--color-border-dark:rgba(196,154,83,.25);--color-text:#f8f6f2;--color-text-muted:#c4b8ac;--color-text-light:#9a8878;--color-gold:#c49a53;--color-gold-pale:rgba(196,154,83,.12);--color-brown:#4a3428;--color-hero-bg:linear-gradient(135deg,#0e0a06,#1a1208);--shadow-card:0 2px 12px rgba(0,0,0,.3);--shadow-hover:0 8px 28px rgba(0,0,0,.4)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{transition:background-color .3s ease,color .3s ease}body{font-family:Jost,system-ui,sans-serif;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}img{max-width:100%;display:block}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] input::-moz-placeholder,[data-theme=dark] textarea::-moz-placeholder{color:var(--color-text-light)!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--color-text-light)!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg-muted)}::-webkit-scrollbar-thumb{background:#c4b8ac;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#c49a53}