@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap";
.NavShell-module__J9ZNra__shell{--sidebar-width:var(--nav-width);--subbar-height:0px;grid-template-columns:var(--sidebar-width)1fr;grid-template-rows:calc(var(--topbar-height) + var(--subbar-height))1fr;height:100vh;transition:grid-template-columns var(--duration-normal,.2s)var(--ease-out);grid-template-areas:"logo topbar""sidebar content";display:grid;overflow:hidden}.NavShell-module__J9ZNra__shell[data-expanded=true]{--sidebar-width:200px}.NavShell-module__J9ZNra__shell[data-has-subbar=true]{--subbar-height:56px}.NavShell-module__J9ZNra__sidebar{top:var(--topbar-height);width:var(--sidebar-width);height:calc(100vh - var(--topbar-height));background:var(--bg-surface);border-right:1px solid var(--border-subtle);z-index:var(--z-sticky);transition:width var(--duration-normal,.2s)var(--ease-out);flex-direction:column;grid-area:sidebar;align-items:center;display:flex;position:fixed;left:0;overflow:visible}.NavShell-module__J9ZNra__sidebar[data-expanded=true]{align-items:stretch}.NavShell-module__J9ZNra__logo{width:var(--sidebar-width);height:var(--topbar-height);background:var(--bg-surface);border-right:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);z-index:calc(var(--z-sticky) + 1);transition:width var(--duration-normal,.2s)var(--ease-out),background var(--duration-fast)var(--ease-out);justify-content:center;align-items:center;gap:0;text-decoration:none;display:flex;position:fixed;top:0;left:0;overflow:hidden}.NavShell-module__J9ZNra__logo[data-expanded=true]{justify-content:center;gap:var(--space-2)}.NavShell-module__J9ZNra__logoIcon{object-fit:contain;flex-shrink:0;width:24px;height:auto}.NavShell-module__J9ZNra__logoShort{font-family:var(--font-mono);font-size:var(--text-sm);letter-spacing:.15em;color:var(--text-accent);transition:opacity .15s var(--ease-out);font-weight:700}.NavShell-module__J9ZNra__logo[data-expanded=true] .NavShell-module__J9ZNra__logoShort{display:none}.NavShell-module__J9ZNra__logoLabel{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-primary);white-space:nowrap;opacity:0;pointer-events:none;width:0;transition:opacity .15s var(--ease-out);margin-bottom:-2px;font-weight:700;overflow:hidden}.NavShell-module__J9ZNra__logo[data-expanded=true] .NavShell-module__J9ZNra__logoLabel{opacity:1;pointer-events:auto;width:auto;transition-delay:.12s}.NavShell-module__J9ZNra__logo:hover{background:var(--bg-elevated)}.NavShell-module__J9ZNra__nav{align-items:center;gap:var(--space-1);padding:var(--space-3)0;flex-direction:column;flex:1;width:100%;display:flex;overflow:hidden auto}.NavShell-module__J9ZNra__sidebar[data-expanded=true] .NavShell-module__J9ZNra__nav{align-items:stretch}.NavShell-module__J9ZNra__navGroup{align-items:center;gap:var(--space-1);flex-direction:column;width:100%;display:flex}.NavShell-module__J9ZNra__sidebar[data-expanded=true] .NavShell-module__J9ZNra__navGroup{align-items:stretch}.NavShell-module__J9ZNra__navSpacer{flex:1}.NavShell-module__J9ZNra__navSectionLabel{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);opacity:0;width:0;height:0;transition:opacity .15s var(--ease-out);margin:0;padding:0;font-size:10px;font-weight:600;overflow:hidden}.NavShell-module__J9ZNra__sidebar[data-expanded=true] .NavShell-module__J9ZNra__navSectionLabel{opacity:.5;width:auto;height:auto;padding:var(--space-2)var(--space-3)var(--space-1);margin-top:var(--space-2);transition-delay:.12s}.NavShell-module__J9ZNra__navItem{border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast)var(--ease-out);white-space:nowrap;background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;gap:0;text-decoration:none;display:flex;overflow:hidden}.NavShell-module__J9ZNra__sidebar[data-expanded=true] .NavShell-module__J9ZNra__navItem{width:auto;padding:0 var(--space-3);margin:0 var(--space-2);justify-content:flex-start;gap:var(--space-2)}.NavShell-module__J9ZNra__navLabel{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;opacity:0;pointer-events:none;width:0;transition:opacity .15s var(--ease-out);overflow:hidden}.NavShell-module__J9ZNra__sidebar[data-expanded=true] .NavShell-module__J9ZNra__navLabel{opacity:1;pointer-events:auto;width:auto;transition-delay:.12s}.NavShell-module__J9ZNra__navItem:hover{color:var(--text-primary);background:var(--bg-hover)}.NavShell-module__J9ZNra__navItem[data-active=true]{color:var(--color-primary);background:var(--bg-active);border-color:var(--border-subtle)}.NavShell-module__J9ZNra__sidebarFooter{padding:var(--space-3)0;border-top:1px solid var(--border-subtle);align-items:center;gap:var(--space-1);flex-direction:column;width:100%;display:flex}.NavShell-module__J9ZNra__sidebar[data-expanded=true] .NavShell-module__J9ZNra__sidebarFooter{align-items:stretch}.NavShell-module__J9ZNra__expandToggle{background:var(--bg-surface);border:1px solid var(--border-subtle);width:24px;height:24px;color:var(--text-muted);cursor:pointer;z-index:1;transition:all var(--duration-fast)var(--ease-out);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:0;transform:translate(50%,-50%)}.NavShell-module__J9ZNra__expandToggle:hover{color:var(--color-primary);border-color:rgba(var(--color-primary-rgb),.4);background:rgba(var(--white-rgb),.06)}.NavShell-module__J9ZNra__topbar{top:0;left:var(--sidebar-width);height:var(--topbar-height);background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);z-index:var(--z-sticky);transition:left var(--duration-normal,.2s)var(--ease-out);grid-area:topbar;justify-content:center;align-items:center;display:flex;position:fixed;right:0}.NavShell-module__J9ZNra__tabs{align-items:center;gap:var(--space-1);-webkit-overflow-scrolling:touch;scrollbar-width:none;height:100%;padding:0 var(--space-4);display:flex;overflow-x:auto}.NavShell-module__J9ZNra__tabs::-webkit-scrollbar{display:none}.NavShell-module__J9ZNra__tab{height:100%;padding:0 var(--space-5);font-family:var(--font-mono);font-size:var(--text-sm);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast)var(--ease-out);background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;text-decoration:none;display:flex}.NavShell-module__J9ZNra__tab:hover{color:var(--text-primary)}.NavShell-module__J9ZNra__tab[data-active=true]{color:var(--text-primary);border-bottom-color:var(--color-primary)}.NavShell-module__J9ZNra__subbar{top:var(--topbar-height);left:var(--sidebar-width);background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);height:56px;z-index:var(--z-sticky);transition:left var(--duration-normal,.2s)var(--ease-out);justify-content:center;align-items:center;display:flex;position:fixed;right:0}.NavShell-module__J9ZNra__subTabs{align-items:center;gap:var(--space-1);-webkit-overflow-scrolling:touch;scrollbar-width:none;height:100%;padding:0 var(--space-4);display:flex;overflow-x:auto}.NavShell-module__J9ZNra__subTabs::-webkit-scrollbar{display:none}.NavShell-module__J9ZNra__subTab{height:100%;padding:12px var(--space-3);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast)var(--ease-out);opacity:.7;background:0 0;border:none;border-bottom:1.5px solid #0000;align-items:center;font-size:.65rem;text-decoration:none;display:flex}.NavShell-module__J9ZNra__subTab:hover{color:var(--text-primary);opacity:1}.NavShell-module__J9ZNra__subTab[data-active=true]{color:var(--text-primary);border-bottom-color:var(--color-primary);opacity:1}.NavShell-module__J9ZNra__content{flex-direction:column;grid-area:content;min-height:0;display:flex;position:relative;overflow:hidden auto}.NavShell-module__J9ZNra__content>:first-child{flex:1}.NavShell-module__J9ZNra__mobileToggle{top:var(--space-3);left:var(--space-3);z-index:var(--z-overlay);background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-primary);cursor:pointer;justify-content:center;align-items:center;display:none;position:fixed}@media (max-width:768px){.NavShell-module__J9ZNra__shell{grid-template-columns:1fr;grid-template-rows:calc(var(--topbar-height) + var(--subbar-height))1fr;grid-template-areas:"topbar""content"}.NavShell-module__J9ZNra__sidebar{box-shadow:4px 0 24px rgba(var(--black-rgb),.5);transform:translate(-100%)}.NavShell-module__J9ZNra__sidebar[data-open=true]{transform:translate(0)}.NavShell-module__J9ZNra__logo{display:none}.NavShell-module__J9ZNra__topbar,.NavShell-module__J9ZNra__subbar{left:0}.NavShell-module__J9ZNra__mobileToggle{display:flex}}
:root{--color-primary:#eab308;--color-primary-rgb:234,179,8;--color-accent:#eab308;--color-accent-rgb:234,179,8;--bg-base:#0a0a0a;--bg-base-rgb:10,10,10;--bg-deep:#050508;--bg-deep-rgb:5,5,8;--bg-surface:#121212;--bg-panel:#121212d9;--bg-elevated:#1a1a1a;--bg-hover:rgba(var(--white-rgb),.06);--bg-active:rgba(var(--white-rgb),.1);--text-primary:#e2e8f0;--text-secondary:#a1a1a1;--text-muted:#525252;--text-accent:#eab308;--text-bright:#fafaf9;--text-on-accent:#0a0a0a;--border-subtle:rgba(var(--white-rgb),.08);--border-default:rgba(var(--white-rgb),.14);--border-strong:rgba(var(--white-rgb),.25);--border-accent:rgba(var(--color-accent-rgb),.4);--glow-sm:0 0 8px rgba(var(--color-primary-rgb),.2);--glow-md:0 0 16px rgba(var(--color-primary-rgb),.25);--glow-lg:0 0 32px rgba(var(--color-primary-rgb),.2);--glow-accent:0 0 16px rgba(var(--color-accent-rgb),.3);--shadow-dropdown:0 8px 24px #0006;--white-rgb:255,255,255;--black-rgb:0,0,0;--overlay-backdrop:#00000080;--status-success:#22c55e;--status-success-rgb:34,197,94;--status-warning:#eab308;--status-warning-rgb:234,179,8;--status-danger:#ef4444;--status-danger-rgb:239,68,68;--status-danger-dark:#dc2626;--status-info:#eab308;--status-info-rgb:234,179,8;--rarity-common:#94a3b8;--rarity-common-rgb:148,163,184;--rarity-uncommon:#22c55e;--rarity-uncommon-rgb:34,197,94;--rarity-rare:#3b82f6;--rarity-rare-rgb:59,130,246;--rarity-epic:#a855f7;--rarity-epic-rgb:168,85,247;--rarity-legendary:#f59e0b;--rarity-legendary-rgb:245,158,11;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono","Fira Code","Cascadia Code",monospace;--font-display:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-stat:3rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--ease-out:cubic-bezier(.16,1,.3,1);--duration-fast:.15s;--duration-base:.25s;--duration-slow:.4s;--notch-size:12px;--notch-clip:polygon(var(--notch-size)0%,100% 0%,100% calc(100% - var(--notch-size)),calc(100% - var(--notch-size))100%,0% 100%,0% var(--notch-size));--notch-corner-size:12px;--notch-corner-weight:1px;--notch-corner-color:rgba(var(--color-primary-rgb),.25);--mine-gold:#eab308;--mine-amber:#f59e0b;--mine-ember:#d97706;--nav-width:56px;--topbar-height:56px;--z-base:0;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:18px}body{font-family:var(--font-body);background-color:var(--bg-base);color:var(--text-primary);height:100vh;line-height:1.6;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}a{color:var(--color-primary);transition:color var(--duration-fast)var(--ease-out);text-decoration:none}a:hover{color:var(--text-bright)}::selection{background-color:rgba(var(--color-primary-rgb),.3);color:var(--text-bright)}:focus-visible{outline:1px solid var(--color-primary);outline-offset:2px}img{max-width:100%;display:block}code,pre,[data-mono]{font-family:var(--font-mono)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-mono{font-family:var(--font-mono)}.text-display{font-family:var(--font-display)}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.text-accent{color:var(--color-accent)}.text-primary-color{color:var(--color-primary)}
