:root{--bg: #1c1f24;--canvas: #232730;--surface: #2a2e38;--surface-hi: #323744;--line: #383d4a;--line-hi: #474d5d;--fg: #e8eaef;--fg-soft: #b8bcc6;--dim: #858b98;--accent: #78a99c;--accent-hi: #92c0b3;--accent-dim: #324a45;--accent-fg: #0d1411;--ok: #84b5a8;--warn: #dbb368;--danger: #e09898;--c-warrior: #c69b6d;--c-druid: #ff7c0a;--c-priest: #f1f1f1;--c-paladin: #f48cba;--c-rogue: #fff468;--c-mage: #3fc7eb;--c-warlock: #8788ee;--c-hunter: #aad372;--c-shaman: #0070dd;--q-poor: #9d9d9d;--q-common: #f1f1f1;--q-uncommon: #1eff00;--q-rare: #0070dd;--q-epic: #a335ee;--q-legendary: #ff8000;--parse-gold: #e5cc80;--parse-pink: #e268a8;--parse-orange: #ff8000;--parse-purple: #a335ee;--parse-blue: #0070dd;--parse-green: #1eff00;--parse-gray: #666666;--faction-horde: #e06b6b;--faction-alliance: #6ba0e0;--sp-1: .25rem;--sp-2: .5rem;--sp-3: .75rem;--sp-4: 1rem;--sp-5: 1.5rem;--sp-6: 2rem;--sp-8: 3rem;--sp-10: 4rem;--r-xs: 4px;--r-sm: 6px;--r-md: 8px;--r-lg: 12px;--r-pill: 999px;--shadow-1: 0 1px 2px rgba(0,0,0,.25);--shadow-2: 0 6px 20px rgba(0,0,0,.3);--shadow-3: 0 14px 38px rgba(0,0,0,.42);--dur: .14s;--dur-slow: .28s;--ease: cubic-bezier(.4, 0, .2, 1);--focus-ring: 0 0 0 2px var(--bg), 0 0 0 4px var(--accent);--topbar-h: 68px;--scrim: rgba(0, 0, 0, .62);--img-placeholder: #333333;color-scheme:dark}.page{max-width:60rem;margin:2.5rem auto 0;padding:0 1.75rem 5rem}@media(min-width:1500px){.page{max-width:76rem}}.page>header h1,.page>.page-head h1,.page>h1{font-size:1.95rem;font-weight:600;letter-spacing:-.025em;line-height:1.15;margin:0 0 .4rem}.page>header,.page>.page-head{margin-bottom:2rem}.tone-ok{color:var(--accent-hi);border-color:color-mix(in srgb,var(--accent-hi) 35%,transparent)}.tone-warn{color:var(--warn);border-color:color-mix(in srgb,var(--warn) 35%,transparent)}.tone-danger{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 35%,transparent)}:is(.tone-ok,.tone-warn,.tone-danger) strong{color:inherit}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:16px;line-height:1.55;font-feature-settings:"cv11","ss03"}*{box-sizing:border-box}a{color:var(--accent)}a:hover{color:var(--accent-hi)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--r-sm)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media(min-width:1600px){html,body{font-size:17px}}@media(min-width:2000px){html,body{font-size:18px}}@media(min-width:2560px){html,body{font-size:19px}}select{appearance:none;-webkit-appearance:none;background-color:var(--surface);border:1px solid var(--line-hi);border-radius:var(--r-sm);color:var(--fg);font:inherit;font-size:.9rem;padding:.45rem 2rem .45rem .7rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5l3.5 3.5 3.5-3.5' fill='none' stroke='%23b8bcc6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:12px;cursor:pointer;transition:border-color var(--dur) var(--ease)}select:hover:not(:disabled){border-color:var(--accent)}select:disabled{opacity:.55;cursor:default}select option,select optgroup{background:var(--canvas);color:var(--fg)}input[type=checkbox],input[type=radio]{appearance:none;-webkit-appearance:none;width:16px;height:16px;min-width:16px;max-width:16px;min-height:16px;max-height:16px;padding:0;box-sizing:border-box;margin:0 .2rem 0 0;border:1px solid var(--line-hi);background:var(--surface);vertical-align:-3px;cursor:pointer;flex-shrink:0;transition:background var(--dur) var(--ease),border-color var(--dur) var(--ease)}input[type=checkbox]{border-radius:4px}input[type=radio]{border-radius:50%}input[type=checkbox]:hover:not(:disabled),input[type=radio]:hover:not(:disabled){border-color:var(--accent)}input[type=checkbox]:checked{background:var(--accent) center/11px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.5l2.5 2.5 4.5-5' fill='none' stroke='%230d1411' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");border-color:var(--accent)}input[type=radio]:checked{border:5px solid var(--accent);background:#0d1411}input[type=checkbox]:disabled,input[type=radio]:disabled{opacity:.55;cursor:default}input[type=date],input[type=time],input[type=datetime-local]{background:var(--surface);border:1px solid var(--line-hi);border-radius:var(--r-sm);color:var(--fg);font:inherit;font-size:.9rem;padding:.45rem .7rem}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(.75);opacity:.8;cursor:pointer}.hover-reveal .hover-actions{opacity:0;transition:opacity var(--dur) var(--ease)}.hover-reveal:hover .hover-actions,.hover-reveal:focus-within .hover-actions{opacity:1}@media(hover:none){.hover-reveal .hover-actions{opacity:1}}
