:root{color-scheme:light;--bg:#f5f1e8;--surface:#fffdf7;--surface-strong:#fff8ef;--ink:#1b1916;--muted:#6b665d;--border:#d8d0c4;--accent:#b85c38;--accent-strong:#8d3d1c;--accent-soft:#f6dccf;--gold-soft:#f4e6b5;--olive-soft:#dce4cd}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(184,92,56,.15),transparent 24rem),linear-gradient(180deg,#faf6ed 0,var(--bg) 100%);color:var(--ink);font-family:Georgia,Times New Roman,serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}code{font-family:Courier New,monospace}@keyframes float-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(184,92,56,.08)}50%{transform:scale(1.02);box-shadow:0 24px 60px -32px rgba(184,92,56,.28)}}.fade-rise{animation:float-up .7s ease both}.fade-rise-delay-1{animation:float-up .85s ease both}.fade-rise-delay-2{animation:float-up 1s ease both}.pulse-glow{animation:pulse-glow 5s ease-in-out infinite}