@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0c12;--bg2:#0f121b;--surface:#151926;--surface2:#1c2130;--border:#29303f;--border2:#384155;--gold:#cba13a;--gold-hi:#e6c766;--gold-soft:#f0dfa8;--text:#e9e5d8;--muted:#9aa0b2;--faint:#6a7185;--danger:#e0663f;--good:#5fae72;--serif:"Cinzel", Georgia, serif;--lore:"EB Garamond", Georgia, serif;--body:"Inter", system-ui, sans-serif;--fire1:#cba13a;--fire2:#e6c766;--fire3:#f0dfa8;--accent:#c9a227}html,body{background:var(--bg);color:var(--text);font-family:var(--body);-webkit-font-smoothing:antialiased;min-height:100vh}body{background-image:radial-gradient(120% 90% at 50% -10%, #141220 0%, var(--bg) 55%)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}::selection{background:#cba13a47}h1,h2,h3,.disp{font-family:var(--serif);letter-spacing:.01em}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.rise{animation:.6s forwards rise}@keyframes fade{0%{opacity:0}to{opacity:1}}.fade{animation:.8s forwards fade}
