@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;600;700;900&display=swap");:root{--bg:#171717;--text:#e8e4df;--text-muted:#9b9590;--accent:#e85d3a;--card-bg:#232323;--card-border:#333;--secondary:#5b8a72;--surface:#2a2a2a}*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background-color:var(--bg);color:var(--text);overflow-x:hidden}main{min-height:100vh;position:relative;flex-direction:column}.header-links,main{width:100%;max-width:480px;margin:0 auto;display:flex}.header-links{padding:16px;justify-content:space-between}.retro-link{color:var(--text);text-decoration:none;font-family:Inter,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.5px;transition:color .2s}.retro-link:hover{color:var(--accent)}