@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Inter:wght@400;500;600&display=swap");:root{--gold:#c9a84c;--dark-gold:#3d3525;--bg:#1e1b18;--card-bg:#252220;--text-muted:#8b7b5e;--text-light:#e8dcc0;--text-body:#d4c5a0}*{margin:0;padding:0;box-sizing:border-box}body,html{background:var(--bg);color:var(--text-body);font-family:Inter,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width:768px){html{font-size:14px}}::selection{background:rgba(201,168,76,.3);color:var(--text-light)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--dark-gold);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}a,button,input,textarea{-webkit-tap-highlight-color:rgba(201,168,76,.2)}html{scroll-behavior:smooth}