:root{--background-dark:#1a1a1a;--background-darker:#0d0d0d;--foreground:#e8e8e8;--accent-amber:#d4a574;--accent-amber-dim:rgba(212,165,116,0.3);--text-muted:#a0a0a0;--text-dim:#606060}body,html{max-width:100vw;overflow-x:hidden;min-height:100vh}body{color:var(--foreground);background:linear-gradient(135deg,var(--background-darker) 0,var(--background-dark) 50%,#252525 100%);font-family:Merriweather Light,Courier,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:var(--accent-amber);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb:hover{background:transparent}*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}.mantine-SegmentedControl-label[data-active]{color:#0d0d0d!important;font-weight:600!important}