:root{--bg:#fef6e4;--ink:#0e0e14;--ink-muted:#5b5b66;--accent:#ffd60a;--accent-deep:#c98a00;--card:#ffffff;--shadow:rgba(14,14,20,0.12)}*{margin:0;padding:0;box-sizing:border-box}body,html{background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh}a{text-decoration:none}a,button{color:inherit}button{font:inherit;border:none;background:none;cursor:pointer}