:root{--background:#0d1117;--surface:#161b22;--on-background:#f0f6fc;--muted:#8b949e;--divider:#30363d;--accent:#00d26a;--error:#f85149;--border:2px;--space-xs:.25rem;--space-s:.5rem;--space-m:1rem;--space-l:1.5rem;--space-xl:2rem;--touch:2.75rem;--button:3.5rem;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;border-radius:0;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:100%}body{background:var(--background);color:var(--on-background);-webkit-tap-highlight-color:transparent;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1.35}button{font:inherit;color:inherit;cursor:pointer;touch-action:manipulation;background:0 0;border:none}button:disabled{cursor:default}:focus-visible{outline:var(--border) solid var(--accent);outline-offset:2px}h1{overflow-wrap:anywhere;font-size:2rem;font-weight:900;line-height:1.1}h2{overflow-wrap:anywhere;font-size:1.5rem;font-weight:800;line-height:1.15}.muted{color:var(--muted)}.accent{color:var(--accent)}.screen{min-height:100vh;max-width:32rem;min-height:100dvh;padding:calc(var(--space-l) + env(safe-area-inset-top)) var(--space-m) calc(var(--space-l) + env(safe-area-inset-bottom));gap:var(--space-l);flex-direction:column;margin:0 auto;display:flex}.screen__body{gap:var(--space-m);flex-direction:column;flex:1;display:flex}.screen__footer{gap:var(--space-s);padding:var(--space-s) 0 env(safe-area-inset-bottom);background:var(--background);flex-direction:column;display:flex;position:sticky;bottom:0}.button{width:100%;min-height:var(--button);padding:var(--space-s) var(--space-m);border:var(--border) solid var(--on-background);text-align:center;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;text-decoration:none;display:flex}.button--primary{background:var(--accent);color:var(--background)}.button--secondary{color:var(--on-background);background:0 0}.button:disabled,.button[aria-disabled=true]{color:var(--muted);border-color:var(--muted);background:0 0}.row-buttons{gap:var(--space-s);display:flex}.banner{gap:var(--space-s);padding:var(--space-m);background:var(--surface);border:var(--border) solid var(--error);flex-direction:column;display:flex}.banner--info{border-color:var(--accent)}.loading{flex:1;place-items:center;min-height:40vh;display:grid}.loading__bar{background:var(--accent);width:3rem;height:.25rem;animation:1s ease-in-out infinite alternate loading}@keyframes loading{0%{transform:scaleX(.2)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.loading__bar{animation:none}}.names{border-top:1px solid var(--divider);flex-direction:column;list-style:none;display:flex}.names__item{width:100%;min-height:var(--button);justify-content:space-between;align-items:center;gap:var(--space-m);padding:var(--space-s) var(--space-m);border-bottom:1px solid var(--divider);text-align:left;display:flex}.names__name{overflow-wrap:anywhere;font-size:1.375rem;font-weight:700}.names__item--selected{background:var(--accent);color:var(--background)}.names__item--selected .muted{color:var(--background)}.names__item:disabled .names__name{color:var(--muted);text-decoration:line-through}.scale{gap:var(--space-xs);border:none;flex-direction:column;display:flex}.scale__label{justify-content:space-between;width:100%;font-weight:700;display:flex}.scale__value{color:var(--accent);text-align:right;min-width:2ch;font-weight:900}.scale__segments{border:var(--border) solid var(--on-background);grid-template-columns:repeat(10,1fr);display:grid}.scale__segment{border-left:1px solid var(--divider);background:var(--surface);min-height:3rem}.scale__segment:first-child{border-left:none}.scale__segment--filled{background:var(--accent);border-left-color:var(--background)}.card-image{aspect-ratio:1080/1350;border:var(--border) solid var(--on-background);width:100%;height:auto;display:block}.card{border:var(--border) solid var(--on-background);background:var(--surface);padding:var(--space-l);gap:var(--space-s);flex-direction:column;display:flex}.card__top{justify-content:space-between;align-items:flex-start;display:flex}.card__ovr{color:var(--accent);font-size:4rem;font-weight:900;line-height:1}.card__position{font-size:1.25rem;font-weight:800}.card__tag{border:var(--border) solid var(--accent);color:var(--accent);padding:var(--space-xs) var(--space-s);text-transform:uppercase;font-size:.875rem;font-weight:700}.card__name{font-size:1.75rem}.card__stats{gap:var(--space-s) var(--space-l);margin-top:var(--space-m);grid-template-columns:repeat(2,1fr);display:grid}.card__stat{border-bottom:1px solid var(--divider);padding-bottom:var(--space-xs);justify-content:space-between;display:flex}.card__stat dd{font-weight:900}.card--locked .card__missing{margin-top:var(--space-m);font-size:1.375rem;font-weight:800}
