@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Rock+Salt&display=swap";:root{--color-bg: #0a0a0a;--color-surface: #111111;--color-border: #222222;--color-text: #f5f5f5;--color-text-muted: #a0a0a0;--color-text-subtle: #666;--color-hover-bg: #1a1a1a;--color-accent: #ffffff}*,*:before,*:after{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text);margin:0;-webkit-font-smoothing:antialiased;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}img{transition:opacity .4s ease}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}
