:root{--bg: #0a0a0c;--surface-0: #101013;--surface-1: #16161b;--surface-2: #1c1c22;--surface-3: #24242c;--hover: #1f1f26;--line: #26262e;--line-soft: #1d1d24;--line-strong: #34343d;--fg: #ececef;--fg-mute: #9a9aa3;--fg-soft: #6c6c75;--fg-faint: #4a4a52;--accent: #6fe3d6;--accent-fg: #04201d;--accent-soft: rgba(111, 227, 214, .12);--accent-line: rgba(111, 227, 214, .32);--green: #66d29a;--amber: #e5b069;--red: #ed6f6f;--blue: #79a8ff;--r-consumer: #a0a0a8;--r-milspec: #5e81f4;--r-restricted: #9b6bf0;--r-classified: #e259c6;--r-covert: #e85a5a;--r-exotic: #f0b248;--font-sans: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;--r-sm: 6px;--r-md: 8px;--r-lg: 12px;--r-xl: 16px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased;letter-spacing:-.005em;min-height:100vh}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a2a32;border-radius:8px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:#3a3a44}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.rdot{display:inline-block;width:8px;height:8px;border-radius:50%;vertical-align:middle}.rdot.consumer{background:var(--r-consumer)}.rdot.milspec{background:var(--r-milspec)}.rdot.restricted{background:var(--r-restricted)}.rdot.classified{background:var(--r-classified)}.rdot.covert{background:var(--r-covert)}.rdot.exotic{background:var(--r-exotic)}.item-icon-bg{background:repeating-linear-gradient(45deg,rgba(255,255,255,.025) 0 6px,transparent 6px 12px),linear-gradient(160deg,#1d1d24,#131318)}.focus-ring:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
