:root{--bg: #0a0a0a;--bg-card: #0f0f0f;--bg-card-hover: #141414;--fg: #888;--fg-bright: #d0d0d0;--white: #fff;--dim: #333;--border: #1a1a1a;--common: #555;--uncommon: #00ff41;--rare: #00bfff;--epic: #b44fff;--legendary: #ffd700;--font: "SF Mono", "Cascadia Code", "JetBrains Mono", "Fira Code", "Consolas", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font);background:var(--bg);color:var(--fg);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh}::selection{background:var(--white);color:var(--bg)}pre{font-family:inherit}a{color:var(--white);text-decoration:none;transition:opacity .15s}a:hover{opacity:.7}
