:root{--red: #f5222d;--red-dark: #c4121c;--ink: #0d0d10;--ink-soft: #1a1a1f;--ink-raise: #232329;--paper: #faf7f2;--white: #ffffff;--volt: #d9ff3d;--grey: #6b6b74;--grey-light: #a2a2ab;--line: rgba(13, 13, 16, .12);--line-soft: rgba(13, 13, 16, .07);--font-display: "Archivo Black", "Archivo", sans-serif;--font-body: "Archivo", sans-serif;--radius: 18px;--radius-sm: 12px;--shadow-sm: 0 1px 2px rgba(13, 13, 16, .04);--shadow-md: 0 10px 30px rgba(13, 13, 16, .1);--ease-out: cubic-bezier(.22, 1, .36, 1);--sidebar-w: 264px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background:var(--paper);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}::selection{background:var(--volt);color:var(--ink)}.boot{display:grid;place-items:center;min-height:100vh;color:var(--grey)}.logo-word{display:block;font-family:var(--font-display);font-size:1.35rem;letter-spacing:-.02em;line-height:1}.logo-word em{color:var(--red);font-style:normal}.logo-sub{display:block;font-size:.6rem;font-weight:700;letter-spacing:.26em;color:var(--grey);margin-top:.35rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;border:0;border-radius:999px;font-family:var(--font-body);font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .18s var(--ease-out),background .18s ease,box-shadow .18s ease,opacity .18s ease}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--red{background:var(--red);color:var(--white)}.btn--red:hover:not(:disabled){background:var(--red-dark);box-shadow:0 8px 20px #f5222d47}.btn--ghost{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 1.5px var(--line)}.btn--ghost:hover:not(:disabled){box-shadow:inset 0 0 0 1.5px var(--ink)}.btn--sm{padding:.55rem 1.1rem;font-size:.85rem}.btn--block{width:100%}.shell{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);flex-shrink:0;display:flex;flex-direction:column;gap:2.25rem;padding:1.9rem 1.1rem 1.5rem;background:var(--ink);color:var(--white);position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar .logo-word{color:var(--white)}.sidebar .logo-sub{color:var(--volt)}.sidebar__logo{padding:0 .6rem}.sidebar__nav{display:flex;flex-direction:column;gap:.3rem}.sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.72rem .9rem;border-radius:var(--radius-sm);font-size:.93rem;font-weight:500;color:var(--grey-light);transition:background .16s ease,color .16s ease}.sidebar__link span{font-size:1.02rem;width:1.35rem;text-align:center}.sidebar__link:hover{background:#ffffff12;color:var(--white)}.sidebar__link.is-active{background:var(--red);color:var(--white);box-shadow:0 6px 18px #f5222d59}.sidebar__foot{margin-top:auto;display:flex;flex-direction:column;gap:.8rem;align-items:flex-start;padding:1.1rem .6rem 0;border-top:1px solid rgba(255,255,255,.1)}.sidebar__user{font-size:.78rem;color:var(--grey-light);word-break:break-all}.sidebar__foot .btn--ghost{color:var(--white);box-shadow:inset 0 0 0 1.5px #ffffff40}.sidebar__foot .btn--ghost:hover:not(:disabled){box-shadow:inset 0 0 0 1.5px var(--white)}.sidebar__back{font-size:.78rem;color:var(--grey-light)}.sidebar__back:hover{color:var(--volt)}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{display:none;align-items:center;gap:1rem;padding:.95rem 1.25rem;background:var(--ink);color:var(--white);position:sticky;top:0;z-index:30}.topbar__title{font-weight:600;font-size:.95rem}.topbar__burger{display:flex;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:.25rem}.topbar__burger span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px}.content{padding:clamp(1.5rem,4vw,3rem);max-width:1180px;width:100%}.page-head{margin-bottom:1.9rem}.page-title{font-family:var(--font-display);font-size:clamp(1.9rem,4vw,2.7rem);letter-spacing:-.02em;line-height:1.08}.page-lede{color:var(--grey);margin-top:.55rem;max-width:60ch}.result-count{margin:1.2rem 0 .9rem;font-size:.85rem;color:var(--grey)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.card{display:block;padding:1.6rem;border-radius:var(--radius);background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.card--link{position:relative;overflow:hidden;transition:transform .2s var(--ease-out),box-shadow .2s ease}.card--link:after{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--red);transform:scaleY(0);transform-origin:bottom;transition:transform .25s var(--ease-out)}.card--link:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.card--link:hover:after{transform:scaleY(1)}.card__icon{font-size:1.7rem;display:block;margin-bottom:.7rem}.card__title{font-family:var(--font-display);font-size:1.12rem;letter-spacing:-.01em;margin-bottom:.4rem}.card__body{color:var(--grey);font-size:.92rem}.card__cta{display:inline-block;margin-top:1.1rem;font-weight:600;font-size:.9rem;color:var(--red)}.filters{padding:1.15rem 1.3rem 1.25rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem}.filters__search{width:100%;padding:.78rem 1.15rem;border-radius:999px;border:1.5px solid var(--line);font-family:var(--font-body);font-size:.94rem;background:var(--paper);transition:border-color .15s ease}.filters__search:hover{border-color:#0d0d1047}.filters__search:focus{outline:none;border-color:var(--ink);box-shadow:0 0 0 3px #0d0d1014}.filters__row{display:flex;flex-wrap:wrap;gap:.8rem .9rem;align-items:flex-end}.filters__row--divisions{align-items:flex-end;gap:.45rem;padding-top:.15rem}.filters__row--divisions .chip-btn{margin-bottom:.15rem}.filters__group{padding-top:.85rem;border-top:1px solid var(--line-soft)}.filters__caption{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--grey-light);margin-bottom:.5rem}.fsel--grow{margin-left:auto;min-width:180px}.fsel{display:flex;flex-direction:column;gap:.3rem}.fsel span,.fsel__label{font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--grey)}.fsel__label{margin-right:.35rem}.fsel select{padding:.52rem 2rem .52rem .75rem;border-radius:10px;border:1.5px solid var(--line);font-family:var(--font-body);font-size:.87rem;font-weight:500;background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b6b74' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right .7rem center;appearance:none;cursor:pointer;transition:border-color .15s ease}.fsel select:hover{border-color:#0d0d104d}.fsel select:focus{outline:none;border-color:var(--ink)}.chip-btn{padding:.42rem .9rem;border-radius:999px;border:1.5px solid var(--line);background:var(--white);font-family:var(--font-body);font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease}.chip-btn:hover{border-color:var(--ink);transform:translateY(-1px)}.chip-btn.is-on{background:var(--ink);color:var(--white);border-color:var(--ink)}.chip-btn--reset{margin-left:auto;color:var(--red);border-color:#f5222d66}.chip-btn--reset:hover{background:var(--red);color:var(--white);border-color:var(--red)}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(258px,1fr));gap:.95rem}.ccard{position:relative;display:flex;flex-direction:column;padding:1.2rem 1.3rem 1.25rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .2s var(--ease-out),box-shadow .2s ease,border-color .2s ease}.ccard:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .28s var(--ease-out)}.ccard:hover{transform:translateY(-4px);border-color:#0d0d1033;box-shadow:var(--shadow-md)}.ccard:hover:before{transform:scaleX(1)}.ccard__top{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.9rem}.ccard__crest{width:46px;height:46px;flex-shrink:0;display:grid;place-items:center;border-radius:12px;background:var(--ink);color:var(--white);font-family:var(--font-display);font-size:.95rem;letter-spacing:.02em}.ccard__name{font-family:var(--font-display);font-size:1.03rem;line-height:1.25;letter-spacing:-.01em}.ccard__place{font-size:.82rem;color:var(--grey);margin-top:.3rem;display:flex;align-items:center;gap:.3rem}.ccard__conf{font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--red-dark);margin-top:.4rem}.ccard__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem .5rem;border-top:1px solid var(--line-soft);margin-top:auto;padding-top:.85rem}.ccard__stats--four{grid-template-columns:repeat(2,1fr)}.ccard__stats.ccard__stats--four dt{min-height:3.2em;display:flex;align-items:flex-end}.ccard__stats dt{font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--grey);min-height:2.1em}.ccard__stats dd{font-size:.88rem;font-weight:700;margin-top:.1rem;font-variant-numeric:tabular-nums}.sources-card{padding:1.2rem 1.3rem;background:var(--white);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);max-width:640px}.sources-card ul{list-style:none;display:flex;flex-direction:column;gap:.55rem}.sources-card li{display:flex;justify-content:space-between;gap:1rem;font-size:.84rem;padding-bottom:.55rem;border-bottom:1px solid var(--line-soft)}.sources-card li:last-child{border-bottom:0;padding-bottom:0}.sources-card li span:first-child{color:var(--grey)}.sources-card li span:last-child{font-weight:600;text-align:right}.sources-card__note{font-size:.74rem;color:var(--grey);margin-top:.85rem;line-height:1.5}img.ccard__crest--img,img.profile-head__crest--img{background:var(--white);border:1px solid var(--line);object-fit:contain;padding:5px}.badge{display:inline-block;padding:.3rem .7rem;border-radius:999px;font-size:.65rem;font-weight:700;letter-spacing:.06em;white-space:nowrap;background:#0d0d1012;color:var(--ink)}.badge--ncaad1{background:var(--red);color:var(--white)}.badge--ncaad2{background:#f5222d21;color:var(--red-dark)}.badge--ncaad3{background:#0d0d1014;color:var(--ink)}.badge--naia{background:var(--volt);color:var(--ink)}.honour{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;border-radius:8px;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.rank-medal{display:inline-flex;align-items:stretch;border-radius:10px;overflow:hidden;background:var(--ink);box-shadow:0 3px 10px #0d0d1038}.rank-medal__num{display:flex;align-items:center;padding:.3rem .55rem;background:var(--volt);color:var(--ink);font-family:var(--font-display);font-size:1rem;line-height:1;letter-spacing:-.02em}.rank-medal__num:before{content:"#";font-size:.66em;margin-right:.06em;opacity:.75}.rank-medal__label{display:flex;flex-direction:column;justify-content:center;padding:.22rem .6rem;color:var(--white);font-size:.58rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;line-height:1.25}.rank-medal__label em{font-style:normal;color:var(--volt);letter-spacing:.06em}.rank-medal--lg{border-radius:12px}.rank-medal--lg .rank-medal__num{font-size:1.5rem;padding:.42rem .75rem}.rank-medal--lg .rank-medal__label{font-size:.64rem;padding:.3rem .85rem}.honour--titles{background:var(--white);color:var(--ink);box-shadow:inset 0 0 0 1.5px var(--line)}.ccard__honours{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.7rem}.profile-head__tags{align-items:center}.badge--soft{background:transparent;color:var(--grey);box-shadow:inset 0 0 0 1.5px var(--line);text-transform:capitalize}.skeleton{animation:pulse 1.4s ease-in-out infinite}.skeleton .ccard__crest,.skeleton .sk-line{background:#0d0d1012;color:transparent}.sk-line{display:block;height:.9rem;border-radius:6px;margin-top:.5rem}.sk-line--w60{width:60%}.sk-line--w80{width:80%}@keyframes pulse{50%{opacity:.55}}.crumb{font-size:.84rem;margin-bottom:1.2rem}.crumb a{display:inline-flex;align-items:center;gap:.3rem;color:var(--grey);font-weight:600;transition:color .15s ease}.crumb a:hover{color:var(--red)}.profile-head{display:flex;gap:1.4rem;align-items:center;padding:1.7rem 1.8rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:2.2rem}.profile-head__crest{width:84px;height:84px;flex-shrink:0;display:grid;place-items:center;border-radius:18px;background:var(--ink);color:var(--white);font-family:var(--font-display);font-size:1.6rem}.profile-head .page-title{font-size:clamp(1.5rem,3.2vw,2.1rem)}.profile-head .page-lede{margin-top:.35rem;font-size:.92rem}.profile-head__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.profile-body{counter-reset:sec}.profile-section{margin-bottom:2.4rem;counter-increment:sec}.profile-section__title{display:flex;align-items:baseline;gap:.6rem;font-family:var(--font-display);font-size:1.12rem;letter-spacing:-.01em;margin-bottom:1rem}.profile-section__title:before{content:counter(sec,decimal-leading-zero);font-size:.78rem;color:var(--red);letter-spacing:.05em}.profile-subtitle{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--grey);margin:1.6rem 0 .8rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.85rem}.stat-card{padding:1.05rem 1.2rem;background:var(--white);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm)}.stat-card dt{font-size:.64rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--grey)}.stat-card dd{font-family:var(--font-display);font-size:1.42rem;margin-top:.35rem;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.stat-card__note{font-size:.72rem;color:var(--grey);margin-top:.4rem;line-height:1.45}.stat-card__note--wide{margin-top:1rem;max-width:70ch}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.85rem}.team-card{padding:1.2rem 1.3rem;background:var(--white);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm)}.team-card__title{display:flex;justify-content:space-between;align-items:center;gap:.6rem;font-family:var(--font-display);font-size:.98rem;margin-bottom:.85rem;padding-bottom:.75rem;border-bottom:1.5px solid var(--line-soft)}.team-card__record{font-family:var(--font-body);font-size:.78rem;font-weight:700;padding:.25rem .7rem;border-radius:999px;background:#0d0d100f;font-variant-numeric:tabular-nums}.team-card__rows{display:flex;flex-direction:column;gap:.5rem}.team-card__rows>div{display:flex;justify-content:space-between;gap:1rem;font-size:.85rem;padding-bottom:.5rem;border-bottom:1px solid var(--line-soft)}.team-card__rows>div:last-child{border-bottom:0;padding-bottom:0}.team-card__rows dt{color:var(--grey)}.team-card__rows .cap{text-transform:capitalize}.team-card__rows dd{font-weight:600;font-variant-numeric:tabular-nums;text-align:right}.major-list{list-style:none;display:flex;flex-direction:column;gap:.55rem}.major-list li{display:grid;grid-template-columns:minmax(130px,200px) 1fr auto;align-items:center;gap:.8rem;font-size:.85rem}.major-list__bar{height:8px;border-radius:999px;background:linear-gradient(to right,var(--red) var(--w),rgba(13,13,16,.07) var(--w))}.major-list__pct{font-variant-numeric:tabular-nums;color:var(--grey);font-size:.78rem;min-width:3.4ch;text-align:right}.profile-cta{margin-bottom:1.6rem}.stack{display:flex;flex-direction:column;gap:1rem}.card--muted{box-shadow:var(--shadow-sm)}.checklist{list-style:none;margin-top:.9rem;display:flex;flex-direction:column;gap:.65rem}.checklist__item{display:flex;align-items:center;gap:.75rem;font-size:.92rem}.checklist__box{width:19px;height:19px;flex-shrink:0;border-radius:6px;border:1.5px solid var(--line);background:var(--paper)}.example-list{margin-top:.9rem;padding-left:1.1rem;display:flex;flex-direction:column;gap:.55rem;color:var(--grey);font-size:.92rem}.composer{display:flex;gap:.6rem;margin-top:1.3rem}.composer__input{flex:1;padding:.85rem 1.15rem;border-radius:999px;border:1.5px solid var(--line);font-family:var(--font-body);font-size:.95rem;background:var(--white)}.scaffold-note{margin-top:2.1rem;padding:1rem 1.25rem;border-left:3px solid var(--volt);background:#d9ff3d24;border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.86rem;color:var(--ink-soft);max-width:74ch}.banner{padding:.85rem 1.15rem;border-radius:var(--radius-sm);font-size:.86rem;margin:1.25rem clamp(1.5rem,4vw,3rem) 0;max-width:72ch}.banner--warn{background:#d9ff3d4d;border:1px solid rgba(13,13,16,.14)}.banner--stop{background:#f5222d17;border:1px solid rgba(245,34,45,.35);color:var(--red-dark)}.auth{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(ellipse 60% 45% at 85% 8%,rgba(217,255,61,.16),transparent),radial-gradient(ellipse 55% 40% at 10% 95%,rgba(245,34,45,.07),transparent),var(--paper)}.auth__card{width:100%;max-width:424px;padding:clamp(1.8rem,4vw,2.6rem);background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-md)}.auth__logo{display:block;margin-bottom:1.8rem}.auth__title{font-family:var(--font-display);font-size:1.8rem;letter-spacing:-.02em}.auth__lede{color:var(--grey);font-size:.92rem;margin-top:.45rem}.auth__card .banner{margin:1.25rem 0 0}.auth__form{display:flex;flex-direction:column;gap:1rem;margin-top:1.6rem}.field{display:flex;flex-direction:column;gap:.35rem}.field span{font-size:.8rem;font-weight:600}.field input{padding:.82rem 1rem;border-radius:var(--radius-sm);border:1.5px solid var(--line);font-family:var(--font-body);font-size:.95rem;background:var(--paper);transition:border-color .15s ease}.field input:focus{outline:none;border-color:var(--ink);box-shadow:0 0 0 3px #0d0d1014}.auth__foot{margin-top:1.4rem;font-size:.86rem;color:var(--grey)}.auth__foot a{color:var(--red);font-weight:600}.ob{position:fixed;inset:0;z-index:50;display:grid;grid-template-rows:auto 1fr auto;background:radial-gradient(ellipse 70% 50% at 80% -5%,rgba(217,255,61,.14),transparent 70%),radial-gradient(ellipse 60% 45% at 5% 105%,rgba(245,34,45,.18),transparent 70%),var(--ink);color:var(--white);overflow-y:auto}.ob__bar{display:flex;align-items:center;gap:1.25rem;padding:1.1rem clamp(1rem,4vw,2.4rem)}.ob__logo .logo-word{color:var(--white);font-size:1.15rem}.ob__progress{display:flex;gap:4px;flex:1;max-width:460px;margin:0 auto}.ob__tick{flex:1;height:4px;border-radius:999px;background:#ffffff29;transition:background .35s var(--ease-out)}.ob__tick.is-done{background:var(--volt)}.ob__exit{background:none;border:0;color:var(--grey-light);font-family:var(--font-body);font-size:.82rem;font-weight:600;cursor:pointer;padding:.4rem;transition:color .15s ease}.ob__exit:hover{color:var(--white)}.ob__stage{display:flex;justify-content:center;padding:clamp(1rem,3vw,2rem) clamp(1rem,4vw,2.4rem);overflow-y:auto;min-height:0}.ob__panel{width:100%;max-width:720px;animation:ob-in .42s var(--ease-out) both}@keyframes ob-in{0%{opacity:0;transform:translateY(18px)}}.ob__kicker{display:flex;align-items:center;gap:.7rem;font-size:.66rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--volt);margin-bottom:.85rem}.ob__kicker em{font-style:normal;color:var(--grey-light);letter-spacing:.1em}.ob__kicker em:before{content:"";display:inline-block;width:18px;height:1px;background:#ffffff40;vertical-align:middle;margin-right:.7rem}.ob__title{font-family:var(--font-display);font-size:clamp(1.7rem,4.4vw,2.6rem);line-height:1.08;letter-spacing:-.025em}.ob__lede{color:var(--grey-light);margin-top:.7rem;max-width:54ch;font-size:.96rem}.ob__body{margin-top:clamp(1.5rem,4vw,2.4rem)}.ob__error{margin:1.4rem 0 0;background:#f5222d29;border-color:#f5222d80;color:#ffb3b8}.ob__error strong{color:var(--white)}.ob__foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem clamp(1rem,4vw,2.4rem) clamp(1.2rem,3vw,1.8rem);border-top:1px solid rgba(255,255,255,.09);background:#0d0d10b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;bottom:0}.ob__foot-right{display:flex;align-items:center;gap:.8rem}.ob__foot .btn--ghost{color:var(--white);box-shadow:inset 0 0 0 1.5px #ffffff38}.ob__foot .btn--ghost:hover:not(:disabled){box-shadow:inset 0 0 0 1.5px var(--white)}.ob__skip{background:none;border:0;color:var(--grey-light);font-family:var(--font-body);font-size:.88rem;font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.ob__skip:hover{color:var(--white)}.ob-field{display:flex;flex-direction:column;gap:1.1rem}.ob-field--center{align-items:center}.ob-hint{font-size:.85rem;color:var(--grey);max-width:58ch;line-height:1.55}.ob-hint--center{text-align:center;align-self:center}.ob .ob-hint{color:var(--grey-light)}.ob-caption{font-size:.64rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--grey)}.ob .ob-caption{color:var(--grey-light)}.ob-counter{font-size:.85rem;color:var(--grey)}.ob .ob-counter{color:var(--grey-light)}.ob-counter strong{color:var(--red);font-size:1.05rem}.ob .ob-counter strong{color:var(--volt)}.big-input{width:100%;max-width:620px;padding:.4rem 0 .7rem;background:transparent;border:0;border-bottom:2px solid var(--line);font-family:var(--font-display);font-size:clamp(1.6rem,5vw,2.6rem);letter-spacing:-.02em;color:inherit;text-align:center;transition:border-color .2s ease}.big-input:focus{outline:none;border-bottom-color:var(--red)}.big-input::placeholder{color:var(--grey);opacity:.5}.ob .big-input{border-bottom-color:#fff3}.ob .big-input:focus{border-bottom-color:var(--volt)}.line-input{width:100%;max-width:520px;padding:.8rem 1.1rem;border-radius:999px;border:1.5px solid var(--line);background:var(--white);font-family:var(--font-body);font-size:.95rem;color:inherit}.line-input:focus{outline:none;border-color:var(--ink)}.ob .line-input{background:#ffffff0f;border-color:#ffffff2e;color:var(--white)}.ob .line-input::placeholder{color:var(--grey-light)}.ob .line-input:focus{border-color:var(--volt);background:#ffffff1a}.tile-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.8rem}.tile{position:relative;display:flex;flex-direction:column;gap:.3rem;padding:1.4rem 1.3rem;text-align:left;border-radius:var(--radius);border:1.5px solid var(--line);background:var(--white);color:inherit;font-family:var(--font-body);cursor:pointer;overflow:hidden;transition:transform .18s var(--ease-out),border-color .18s ease,background .18s ease}.tile:hover{transform:translateY(-3px)}.tile__label{font-family:var(--font-display);font-size:1.05rem;letter-spacing:-.01em}.tile__note{font-size:.82rem;color:var(--grey)}.tile.is-on{border-color:var(--red);background:#f5222d0f}.tile.is-on:after{content:"✓";position:absolute;top:.9rem;right:1rem;font-size:.8rem;font-weight:700;color:var(--red)}.ob .tile{background:#ffffff0d;border-color:#ffffff24}.ob .tile__note{color:var(--grey-light)}.ob .tile:hover{border-color:#fff6}.ob .tile.is-on{background:#d9ff3d21;border-color:var(--volt)}.ob .tile.is-on:after{color:var(--volt)}.country-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.55rem;max-height:46vh;overflow-y:auto;padding:.15rem}.country{display:flex;align-items:center;gap:.7rem;padding:.6rem .8rem;border-radius:var(--radius-sm);border:1.5px solid var(--line);background:var(--white);color:inherit;font-family:var(--font-body);font-size:.88rem;text-align:left;cursor:pointer;transition:border-color .15s ease,transform .15s ease,background .15s ease}.country:hover{transform:translateY(-2px)}.country__code{flex-shrink:0;display:grid;place-items:center;width:34px;height:26px;border-radius:6px;background:var(--ink);color:var(--white);font-family:var(--font-display);font-size:.72rem;letter-spacing:.02em}.country__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country.is-on{border-color:var(--red);background:#f5222d0f}.country.is-on .country__code{background:var(--red)}.ob .country{background:#ffffff0d;border-color:#ffffff1f}.ob .country__code{background:#ffffff24}.ob .country.is-on{background:#d9ff3d21;border-color:var(--volt)}.ob .country.is-on .country__code{background:var(--volt);color:var(--ink)}.unit-toggle{display:inline-flex;align-self:flex-start;padding:3px;border-radius:999px;background:#0d0d1012}.ob .unit-toggle{background:#ffffff14}.unit-toggle__btn{padding:.4rem .95rem;border:0;border-radius:999px;background:transparent;color:inherit;font-family:var(--font-body);font-size:.8rem;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease}.unit-toggle__btn.is-on{background:var(--white);box-shadow:var(--shadow-sm)}.ob .unit-toggle__btn.is-on{background:var(--volt);color:var(--ink)}.body-panel{display:grid;grid-template-columns:210px 1fr;gap:clamp(1.2rem,4vw,2.6rem);align-items:stretch}.body-figure{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:300px;padding:1rem 1rem 1.1rem 3.4rem;border-radius:var(--radius);background:linear-gradient(180deg,#0d0d100a,#0d0d1017);border:1px solid var(--line);overflow:hidden}.ob .body-figure{background:linear-gradient(180deg,#ffffff08,#ffffff14);border-color:#ffffff1f}.body-figure__ticks{position:absolute;inset:1rem auto 1.1rem .75rem;display:flex;flex-direction:column;justify-content:space-between;font-size:.6rem;font-weight:700;letter-spacing:.06em;color:var(--grey);font-variant-numeric:tabular-nums}.body-figure__ticks span{position:relative}.body-figure__ticks span:after{content:"";position:absolute;left:calc(100% + 6px);top:50%;width:10px;height:1px;background:currentColor;opacity:.4}.body-figure__player{position:relative;height:var(--h);display:flex;flex-direction:column;align-items:center;transition:height .25s var(--ease-out)}.body-figure__head,.body-figure__torso,.body-figure__legs{background:var(--ink);transition:transform .25s var(--ease-out),width .25s var(--ease-out)}.ob .body-figure__head,.ob .body-figure__torso,.ob .body-figure__legs{background:var(--volt)}.body-figure__head{width:15%;aspect-ratio:1;border-radius:50%;min-width:20px}.body-figure__torso{width:calc(30% * var(--spread));flex:1.05;margin-top:3%;border-radius:40% 40% 26% 26%;min-width:32px}.body-figure__legs{width:calc(24% * var(--spread));flex:1.25;margin-top:2%;border-radius:18% 18% 40% 40%;min-width:26px}.body-controls{display:flex;flex-direction:column;justify-content:center;gap:1.6rem}.slider{display:grid;grid-template-columns:1fr auto;gap:.4rem 1rem;align-items:baseline}.slider__label{font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--grey)}.ob .slider__label{color:var(--grey-light)}.slider__value{font-family:var(--font-display);font-size:1.5rem;letter-spacing:-.02em;font-variant-numeric:tabular-nums;text-align:right}.slider input[type=range]{grid-column:1 / -1}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:22px;background:transparent;cursor:pointer}input[type=range]::-webkit-slider-runnable-track{height:6px;border-radius:999px;background:#0d0d1024}input[type=range]::-moz-range-track{height:6px;border-radius:999px;background:#0d0d1024}.ob input[type=range]::-webkit-slider-runnable-track{background:#ffffff2e}.ob input[type=range]::-moz-range-track{background:#ffffff2e}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;margin-top:-7px;border-radius:50%;background:var(--red);border:3px solid var(--white);box-shadow:0 2px 8px #0d0d1047;transition:transform .15s var(--ease-out)}input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--red);border:3px solid var(--white);box-shadow:0 2px 8px #0d0d1047}input[type=range]:active::-webkit-slider-thumb{transform:scale(1.18)}.ob input[type=range]::-webkit-slider-thumb{background:var(--volt);border-color:var(--ink)}.ob input[type=range]::-moz-range-thumb{background:var(--volt);border-color:var(--ink)}input[type=range]:focus-visible{outline:2px solid var(--volt);outline-offset:4px}.pitch{position:relative;width:min(100%,430px,calc(50vh * 2 / 3));margin:0 auto;aspect-ratio:100 / 150;container-type:inline-size}.pitch__frame{position:absolute;inset:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md)}.pitch__markings{position:absolute;inset:0;width:100%;height:100%}.pitch__turf{fill:#16321f}.pitch__stripe{fill:#ffffff07}.pitch__lines{fill:none;stroke:#ffffff47;stroke-width:.6}.pitch__spot{fill:#fff6;stroke:none}.pitch__markers{position:absolute;inset:0}.pos{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:0;border:0;background:none;font-family:var(--font-body);color:var(--white);cursor:pointer;transition:transform .18s var(--ease-out)}.pos:hover:not(:disabled){transform:translate(-50%,-50%) scale(1.09)}.pos:focus-visible{outline:none}.pos__id{display:grid;place-items:center;width:clamp(30px,13cqw,44px);height:clamp(30px,13cqw,44px);border-radius:50%;background:#0d0d108c;box-shadow:inset 0 0 0 1.5px #ffffff59,0 3px 10px #00000059;font-family:var(--font-display);font-size:clamp(.6rem,3.3cqw,.75rem);letter-spacing:0;transition:background .18s ease,box-shadow .18s ease,color .18s ease}.pos__label{font-size:.56rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-shadow:0 1px 4px rgba(0,0,0,.85);white-space:nowrap;opacity:0;transition:opacity .18s ease}.pos:hover .pos__label,.pos.is-on .pos__label,.pos:focus-visible .pos__label{opacity:1}.pos--keeper .pos__id{box-shadow:inset 0 0 0 1.5px #d9ff3d80,0 3px 10px #00000059}.pos--attack .pos__id{box-shadow:inset 0 0 0 1.5px #f5222d8c,0 3px 10px #00000059}.pos.is-on .pos__id{background:var(--volt);color:var(--ink);box-shadow:0 0 0 4px #d9ff3d3d,0 4px 14px #0006}.pos.is-primary .pos__id{background:var(--red);color:var(--white);box-shadow:0 0 0 4px #f5222d47,0 4px 14px #00000073}.pos.is-primary .pos__label{opacity:1;color:var(--white)}.pos.is-locked{cursor:default}.pos.is-locked:hover{transform:translate(-50%,-50%)}.pos:focus-visible .pos__id{outline:2px solid var(--volt);outline-offset:3px}.role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.7rem}.role{display:flex;flex-direction:column;gap:.35rem;padding:1.1rem 1.2rem;text-align:left;border-radius:var(--radius-sm);border:1.5px solid var(--line);background:var(--white);color:inherit;font-family:var(--font-body);cursor:pointer;transition:transform .18s var(--ease-out),border-color .18s ease,background .18s ease}.role:hover{transform:translateY(-3px)}.role__label{font-family:var(--font-display);font-size:.98rem;letter-spacing:-.01em}.role__blurb{font-size:.82rem;color:var(--grey);line-height:1.45}.role.is-on{border-color:var(--red);background:#f5222d0f}.ob .role{background:#ffffff0d;border-color:#ffffff21}.ob .role__blurb{color:var(--grey-light)}.ob .role.is-on{background:#d9ff3d21;border-color:var(--volt)}.trait-cloud{display:flex;flex-wrap:wrap;gap:.55rem}.trait{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1.05rem;border-radius:999px;border:1.5px solid var(--line);background:var(--white);color:inherit;font-family:var(--font-body);font-size:.88rem;font-weight:600;cursor:pointer;transition:transform .16s var(--ease-out),border-color .16s ease,background .16s ease,opacity .16s ease}.trait:hover:not(:disabled){transform:translateY(-2px)}.trait:disabled{opacity:.38;cursor:not-allowed}.trait.is-on{background:var(--ink);border-color:var(--ink);color:var(--white)}.ob .trait{background:#ffffff0d;border-color:#ffffff24}.ob .trait.is-on{background:var(--volt);border-color:var(--volt);color:var(--ink)}.budget{padding:1.6rem 1.8rem 1.4rem;border-radius:var(--radius);border:1px solid var(--line);background:var(--white);max-width:560px}.ob .budget{background:#ffffff0d;border-color:#ffffff1f}.budget__value{font-family:var(--font-display);font-size:clamp(2.1rem,6vw,3rem);letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums}.ob .budget__value{color:var(--volt)}.budget__unit{font-size:.8rem;color:var(--grey);margin-top:.35rem}.ob .budget__unit{color:var(--grey-light)}.budget__track{margin-top:1.5rem}.budget__track input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--red) var(--fill),rgba(13,13,16,.14) var(--fill))}.budget__track input[type=range]::-moz-range-track{background:linear-gradient(to right,var(--red) var(--fill),rgba(13,13,16,.14) var(--fill))}.ob .budget__track input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--volt) var(--fill),rgba(255,255,255,.18) var(--fill))}.ob .budget__track input[type=range]::-moz-range-track{background:linear-gradient(to right,var(--volt) var(--fill),rgba(255,255,255,.18) var(--fill))}.budget__scale{display:flex;justify-content:space-between;font-size:.68rem;font-weight:700;letter-spacing:.06em;color:var(--grey);margin-top:.1rem}.budget__note{margin-top:1.1rem;padding-top:.95rem;border-top:1px solid var(--line-soft);font-size:.87rem;color:var(--grey);line-height:1.5}.ob .budget__note{color:var(--grey-light);border-top-color:#ffffff1f}.intro-list{list-style:none;display:flex;flex-direction:column;gap:.7rem}.intro-list li{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;border-radius:var(--radius-sm);background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.intro-list__icon{font-size:1.35rem}.intro-list strong{display:block;font-size:.98rem}.intro-list em{display:block;font-style:normal;font-size:.85rem;color:var(--grey-light)}.pcard{position:relative;width:100%;max-width:340px;padding:1.5rem 1.5rem 1.6rem;border-radius:22px;background:linear-gradient(158deg,var(--ink-raise),var(--ink) 62%);color:var(--white);border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 60px #0d0d1059;overflow:hidden}.pcard.is-revealed{animation:pcard-in .6s var(--ease-out) both}@keyframes pcard-in{0%{opacity:0;transform:translateY(24px) scale(.96)}}.pcard__glow{position:absolute;inset:-40% 40% 55% -30%;background:radial-gradient(circle,rgba(217,255,61,.3),transparent 68%);pointer-events:none}.pcard__head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:1.1rem;border-bottom:1px solid rgba(255,255,255,.12)}.pcard__pos{display:flex;flex-direction:column}.pcard__pos-id{font-family:var(--font-display);font-size:2.2rem;line-height:1;letter-spacing:-.03em;color:var(--volt)}.pcard__pos-label{font-size:.6rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--grey-light);margin-top:.3rem}.pcard__avatar{display:grid;place-items:center;width:54px;height:54px;flex-shrink:0;border-radius:14px;background:var(--red);font-family:var(--font-display);font-size:1.15rem}.pcard__name{position:relative;font-family:var(--font-display);font-size:1.4rem;letter-spacing:-.02em;line-height:1.15;margin-top:1.1rem}.pcard__sub{position:relative;font-size:.84rem;color:var(--grey-light);margin-top:.3rem}.pcard__stats{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1.2rem;padding:.9rem 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.pcard__stats dt{font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-light)}.pcard__stats dd{font-family:var(--font-display);font-size:.95rem;margin-top:.25rem;font-variant-numeric:tabular-nums}.pcard__also{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.95rem;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-light)}.pcard__also em{font-style:normal;padding:.2rem .5rem;border-radius:6px;background:#ffffff1a;color:var(--white);letter-spacing:.04em}.pcard__traits{position:relative;list-style:none;display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.95rem}.pcard__traits li{display:inline-flex;align-items:center;gap:.3rem;padding:.32rem .65rem;border-radius:999px;background:#d9ff3d24;color:var(--volt);font-size:.7rem;font-weight:700}.profile-layout{display:grid;grid-template-columns:340px 1fr;gap:clamp(1.4rem,4vw,2.6rem);align-items:start}.detail-list{display:grid;gap:0;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.detail-list>div{display:grid;grid-template-columns:190px 1fr;gap:1rem;padding:.85rem 1.3rem;border-bottom:1px solid var(--line-soft);font-size:.9rem}.detail-list>div:last-child{border-bottom:0}.detail-list dt{font-size:.66rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--grey);align-self:center}.detail-list dd{font-weight:600}.profile-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.2rem}.empty-profile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.7rem;padding:clamp(2.2rem,6vw,3.4rem) 1.6rem;border-radius:var(--radius);border:1.5px dashed var(--line);background:radial-gradient(ellipse 55% 60% at 50% 0%,rgba(217,255,61,.18),transparent 70%),var(--white);max-width:620px}.empty-profile__mark{display:grid;place-items:center;width:66px;height:66px;border-radius:20px;background:var(--ink);color:var(--volt);font-family:var(--font-display);font-size:1rem;margin-bottom:.4rem}.empty-profile__title{font-family:var(--font-display);font-size:1.35rem;letter-spacing:-.02em}.empty-profile__body{color:var(--grey);font-size:.92rem;max-width:46ch}.empty-profile .btn{margin-top:.7rem}.nudge{display:flex;align-items:center;gap:1.1rem;padding:1.1rem 1.4rem;margin-bottom:1.4rem;border-radius:var(--radius);background:var(--ink);color:var(--white);box-shadow:var(--shadow-md);transition:transform .2s var(--ease-out)}.nudge:hover{transform:translateY(-3px)}.nudge__icon{font-size:1.6rem}.nudge__text{flex:1;font-size:.86rem;color:var(--grey-light)}.nudge__text strong{display:block;font-size:1rem;color:var(--white);margin-bottom:.15rem}.nudge__cta{font-weight:700;font-size:.87rem;color:var(--volt);white-space:nowrap}.edit-stack{display:flex;flex-direction:column;gap:1rem}.edit-section{padding:1.5rem 1.6rem;border-radius:var(--radius);background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1.3rem}.edit-section__title{font-family:var(--font-display);font-size:1.05rem;letter-spacing:-.01em;padding-bottom:.8rem;border-bottom:1px solid var(--line-soft)}.edit-section .big-input{text-align:left;font-size:clamp(1.3rem,3.4vw,1.8rem)}.edit-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1.5rem;position:sticky;bottom:0;padding:1rem 0;background:linear-gradient(to top,var(--paper) 62%,transparent)}.edit-actions__warn{flex-basis:100%;font-size:.82rem;color:var(--red-dark)}.fieldset{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.85rem 1rem;align-items:start}.fieldset--tight{gap:.6rem .75rem}.mini-field{display:flex;flex-direction:column;gap:.3rem;min-width:0}.mini-field--wide{grid-column:span 2}.mini-field__label{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--grey)}.ob .mini-field__label{color:var(--grey-light)}.mini-field__hint{font-size:.72rem;color:var(--grey)}.ob .mini-field__hint{color:var(--grey-light)}.mini-input,.mini-select{width:100%;padding:.55rem .7rem;border-radius:10px;border:1.5px solid var(--line);background:var(--white);font-family:var(--font-body);font-size:.88rem;color:inherit;transition:border-color .15s ease}.mini-input:focus,.mini-select:focus{outline:none;border-color:var(--ink);box-shadow:0 0 0 3px #0d0d1012}.mini-input:disabled{opacity:.5;cursor:not-allowed}.mini-input--num{font-variant-numeric:tabular-nums}.mini-input[aria-invalid=true]{border-color:var(--red)}.mini-textarea{resize:vertical;line-height:1.5}.mini-select{appearance:none;cursor:pointer;padding-right:1.9rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b6b74' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center}.ob .mini-input,.ob .mini-select{background-color:#ffffff0f;border-color:#ffffff2e;color:var(--white)}.ob .mini-input::placeholder{color:var(--grey-light)}.ob .mini-input:focus,.ob .mini-select:focus{border-color:var(--volt);box-shadow:none}.ob .mini-select option{background:var(--ink-soft);color:var(--white)}.chip-group{display:flex;flex-wrap:wrap;gap:.45rem}.pick{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.1rem;padding:.5rem .95rem;border-radius:12px;border:1.5px solid var(--line);background:var(--white);color:inherit;font-family:var(--font-body);font-size:.86rem;font-weight:600;text-align:left;cursor:pointer;transition:transform .15s var(--ease-out),border-color .15s ease,background .15s ease}.pick:hover{transform:translateY(-2px);border-color:#0d0d104d}.pick em{font-style:normal;font-size:.7rem;font-weight:500;color:var(--grey)}.pick.is-on{background:var(--ink);border-color:var(--ink);color:var(--white)}.pick.is-on em{color:var(--volt)}.ob .pick{background:#ffffff0d;border-color:#ffffff24}.ob .pick em{color:var(--grey-light)}.ob .pick.is-on{background:var(--volt);border-color:var(--volt);color:var(--ink)}.ob .pick.is-on em{color:#0d0d10b3}.tri{display:inline-flex;padding:3px;border-radius:999px;background:#0d0d1012}.ob .tri{background:#ffffff14}.tri__btn{padding:.35rem .75rem;border:0;border-radius:999px;background:transparent;color:inherit;font-family:var(--font-body);font-size:.78rem;font-weight:600;cursor:pointer;transition:background .16s ease}.tri__btn.is-on{background:var(--white);box-shadow:var(--shadow-sm)}.ob .tri__btn.is-on{background:var(--volt);color:var(--ink)}.repeat{display:flex;flex-direction:column;gap:.7rem}.repeat__empty{padding:1.1rem 1.2rem;border:1.5px dashed var(--line);border-radius:var(--radius-sm);font-size:.86rem;color:var(--grey)}.ob .repeat__empty{color:var(--grey-light);border-color:#ffffff2e}.repeat__row{position:relative;display:flex;gap:.6rem;padding:1rem 1.1rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--paper)}.ob .repeat__row{background:#ffffff0a;border-color:#ffffff1f}.repeat__body{flex:1;min-width:0}.repeat__remove{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1.5px solid var(--line);background:var(--white);color:var(--grey);font-size:.72rem;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.repeat__remove:hover{background:var(--red);border-color:var(--red);color:var(--white)}.repeat__add{align-self:flex-start;padding:.55rem 1.1rem;border-radius:999px;border:1.5px dashed var(--line);background:transparent;color:inherit;font-family:var(--font-body);font-size:.86rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease}.repeat__add:hover{border-color:var(--ink);border-style:solid;background:var(--white)}.ob .repeat__add{border-color:#ffffff40}.ob .repeat__add:hover{border-color:var(--volt);background:#d9ff3d1a}.subhead{margin-top:.6rem}.subhead h3{font-family:var(--font-display);font-size:.95rem;letter-spacing:-.01em}.subhead p{font-size:.82rem;color:var(--grey);margin-top:.15rem}.ob .subhead p{color:var(--grey-light)}.peak-note{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;padding:.75rem 1rem;border-radius:var(--radius-sm);background:#d9ff3d29;border:1px solid rgba(13,13,16,.1);font-size:.88rem;font-weight:600}.peak-note__tag{font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--grey)}.peak-note em{font-style:normal;font-size:.76rem;font-weight:400;color:var(--grey)}.ob .peak-note{background:#d9ff3d1f;border-color:#ffffff24}.ob .peak-note__tag,.ob .peak-note em{color:var(--grey-light)}.timeline{list-style:none;margin-top:1.1rem;padding-left:.4rem}.timeline__item{position:relative;padding:0 0 1.15rem 1.6rem}.timeline__item:before{content:"";position:absolute;left:5px;top:.55rem;bottom:-.35rem;width:2px;background:var(--line)}.timeline__item:last-child:before{display:none}.timeline__dot{position:absolute;left:0;top:.35rem;width:12px;height:12px;border-radius:50%;background:var(--white);box-shadow:inset 0 0 0 2.5px var(--grey-light)}.timeline__item.is-current .timeline__dot{box-shadow:inset 0 0 0 3px var(--red)}.timeline__years{font-size:.66rem;font-weight:700;letter-spacing:.08em;color:var(--grey);font-variant-numeric:tabular-nums}.timeline__club{font-family:var(--font-display);font-size:.98rem;letter-spacing:-.01em}.timeline__country{font-family:var(--font-body);font-size:.78rem;color:var(--grey);margin-left:.5rem}.timeline__level{font-size:.8rem;color:var(--red-dark);font-weight:600;margin-top:.1rem}.timeline__stats{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.35rem}.timeline__stats span{font-size:.76rem;font-weight:700;color:var(--ink);font-variant-numeric:tabular-nums}.timeline__honours{list-style:none;display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem}.timeline__honours li{flex:0 0 auto;white-space:nowrap;padding:.15rem .55rem;border-radius:999px;background:#d9ff3d59;font-size:.7rem;font-weight:700}.timeline__notes{font-size:.8rem;color:var(--grey);margin-top:.3rem}.timeline__link{margin-top:.35rem;font-size:.8rem}.bio-read{white-space:pre-line;font-size:.92rem;line-height:1.6;max-width:68ch}.spell{display:flex;flex-direction:column;gap:.9rem}.spell__block{padding:.85rem 1rem;border-radius:var(--radius-sm);background:var(--white);border:1px solid var(--line)}.spell__blocktitle{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--grey);margin-bottom:.6rem}.spell__blockhint{font-size:.78rem;color:var(--grey);margin:-.35rem 0 .6rem;line-height:1.5}.spell__block--link{border-left:3px solid var(--red)}.spell__block .pick{padding:.35rem .75rem;font-size:.78rem}.statgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:.6rem .7rem}.statgrid .mini-input{text-align:center;padding-left:.4rem;padding-right:.4rem}.spell-honours .ob-caption{margin-bottom:.4rem}.spell-honours .pick{padding:.35rem .7rem;font-size:.78rem}.season-table{display:flex;flex-direction:column;font-size:.85rem}.season-table__head,.season-table__row{display:grid;grid-template-columns:5.5rem minmax(0,1fr) 3rem 4rem 2.6rem 3.4rem;gap:.6rem;padding:.55rem .2rem;align-items:center}.season-table__head{font-size:.6rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--grey);border-bottom:1.5px solid var(--line)}.season-table__row{border-bottom:1px solid var(--line-soft);font-variant-numeric:tabular-nums}.season-table__row span:nth-child(n+3){font-weight:700}.season-table__row span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pref-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.1rem}.balance{padding:1.1rem 1.2rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--white)}.ob .balance{background:#ffffff0d;border-color:#ffffff1f}.balance__ends{display:flex;justify-content:space-between;gap:1rem;font-size:.76rem;font-weight:700;color:var(--grey);margin-bottom:.5rem}.ob .balance__ends{color:var(--grey-light)}.balance input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--red) var(--fill),var(--volt) var(--fill))}.balance input[type=range]::-moz-range-track{background:linear-gradient(to right,var(--red) var(--fill),var(--volt) var(--fill))}.balance__read{font-size:.85rem;font-weight:600;margin-top:.4rem}.budget--inline{max-width:none;padding:1.1rem 1.2rem}.budget--inline .budget__value{font-size:1.9rem}.combo{position:relative}.combo__list{position:absolute;z-index:20;top:calc(100% + 3px);left:0;right:0;max-height:232px;overflow-y:auto;list-style:none;padding:4px;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow-md)}.combo__list button{display:block;width:100%;padding:.45rem .6rem;border:0;border-radius:8px;background:none;text-align:left;font-family:var(--font-body);color:inherit;cursor:pointer}.combo__list button:hover{background:var(--paper)}.combo__name{display:block;font-size:.86rem;font-weight:600}.combo__meta{display:block;font-size:.72rem;color:var(--grey)}.opt-out{display:flex;gap:.75rem;padding:.9rem 1.1rem;border-radius:var(--radius-sm);border:1.5px solid var(--line);background:var(--paper);cursor:pointer}.opt-out:hover{border-color:#0d0d1047}.opt-out input{margin-top:.2rem;width:17px;height:17px;flex-shrink:0;accent-color:var(--red)}.opt-out strong{display:block;font-size:.92rem;margin-bottom:.15rem}.opt-out span{font-size:.82rem;color:var(--grey);line-height:1.5}.ob .opt-out{background:#ffffff0d;border-color:#ffffff24}.ob .opt-out span{color:var(--grey-light)}.budget__entry{display:flex;align-items:baseline;gap:.2rem}.budget__currency{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2.1rem);color:var(--grey)}.budget__amount{width:5.6ch;padding:0;border:0;border-bottom:2px solid transparent;background:none;color:inherit;font-family:var(--font-display);font-size:clamp(2.1rem,6vw,3rem);letter-spacing:-.03em;font-variant-numeric:tabular-nums;transition:border-color .15s ease}.budget__amount:focus{outline:none;border-bottom-color:var(--red)}.ob .budget__amount{color:var(--volt)}.ob .budget__amount:focus{border-bottom-color:var(--volt)}.budget__per{font-size:.85rem;font-weight:600;color:var(--grey);margin-left:.35rem}.ob .budget__per,.ob .budget__currency{color:var(--grey-light)}.pcard__where{position:relative;display:grid;gap:.5rem;margin-top:.9rem}.pcard__where dt{font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-light)}.pcard__where dd{font-size:.9rem;font-weight:700;margin-top:.1rem}.pcard__where dd em{display:inline-block;font-style:normal;font-size:.66rem;font-weight:600;color:var(--volt);margin-left:.45rem}.link-input{display:flex;flex-direction:column;gap:.4rem;max-width:560px}.link-input__warn{font-size:.8rem;color:var(--red-dark)}.ob .link-input__warn{color:#ffb3b8}.link-input__ok{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.link-input__ok em{font-style:normal;font-size:.78rem;color:var(--grey)}.ob .link-input__ok em{color:var(--grey-light)}.link-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;background:var(--volt);color:var(--ink);font-size:.66rem;font-weight:700;letter-spacing:.05em}.link-out{color:var(--red);font-weight:600;word-break:break-all}.link-out:hover{text-decoration:underline}.media-list{display:flex;flex-direction:column;gap:.6rem;font-size:.88rem}.media-list__label{display:inline-block;min-width:6.5rem;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--grey)}.strength{padding:1.3rem 1.4rem;border-radius:var(--radius);background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.strength__top{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.strength__title{font-family:var(--font-display);font-size:1.02rem;letter-spacing:-.01em}.strength__pct{font-family:var(--font-display);font-size:1.7rem;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.strength__bar{height:8px;border-radius:999px;background:#0d0d1017;margin:.7rem 0 .5rem;overflow:hidden}.strength__bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(to right,var(--red),var(--volt));transition:width .5s var(--ease-out)}.strength__count{font-size:.8rem;color:var(--grey)}.strength__todo{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.9rem}.strength__todo button{padding:.35rem .75rem;border-radius:999px;border:1.5px solid var(--line);background:transparent;color:inherit;font-family:var(--font-body);font-size:.78rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease}.strength__todo button:hover{border-color:var(--ink);background:var(--paper)}.section-stack{display:flex;flex-direction:column;gap:.9rem;margin-top:2rem}.psection{border-radius:var(--radius);background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden}.psection.is-open{border-color:#0d0d1047;box-shadow:var(--shadow-md)}.psection__head{display:flex;align-items:flex-start;gap:.9rem;padding:1.15rem 1.4rem}.psection__icon{font-size:1.3rem;line-height:1.3}.psection__titles{flex:1;min-width:0}.psection__titles h2{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;font-family:var(--font-display);font-size:1.02rem;letter-spacing:-.01em}.psection__titles p{font-size:.83rem;color:var(--grey);margin-top:.2rem}.psection__state{padding:.2rem .6rem;border-radius:999px;font-family:var(--font-body);font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#0d0d1012;color:var(--grey)}.psection__state.is-done{background:#d9ff3d66;color:var(--ink)}.psection__body{padding:0 1.4rem 1.3rem}.psection__body:empty{display:none}.psection__body .detail-list{border:0;border-radius:0;box-shadow:none}.psection__body .detail-list>div{padding-left:0;padding-right:0}.psection__editor{padding:.4rem 1.4rem 1.4rem;display:flex;flex-direction:column;gap:1.3rem}.psection__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem;padding-top:1rem;border-top:1px solid var(--line-soft)}.psection__actions .banner{flex-basis:100%;margin:0}.done-next{width:100%;max-width:340px}.done-next ul{list-style:none;display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.done-next li{padding-left:1.1rem;position:relative;font-size:.85rem;color:var(--grey-light)}.done-next li:before{content:"→";position:absolute;left:0;color:var(--volt)}.pcard__level{position:relative;display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-top:.7rem;font-size:.78rem;font-weight:700}.pcard__level span{padding:.22rem .6rem;border-radius:6px;background:#ffffff1a}.pcard__level em{font-style:normal;font-weight:500;color:var(--grey-light)}.dossier-page{max-width:900px;margin:0 auto;padding:clamp(1rem,4vw,2.5rem)}.dossier-bar{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.dossier-tip{font-size:.83rem;color:var(--grey);margin-bottom:1.4rem;padding:.7rem 1rem;background:#d9ff3d29;border-radius:var(--radius-sm)}.dossier{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:16mm;color:var(--ink);font-size:10.5pt;line-height:1.45}.dossier__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding-bottom:4mm;border-bottom:2.5px solid var(--ink)}.dossier__identity{min-width:0;flex:1}.dossier__eyebrow{font-size:7pt;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--red)}.dossier__name{font-family:var(--font-display);font-size:26pt;line-height:1.02;letter-spacing:-.025em;margin:1mm 0 3mm}.dossier__mark{text-align:right;flex-shrink:0}.dossier__pos{display:block;font-family:var(--font-display);font-size:22pt;line-height:1;letter-spacing:-.03em;color:var(--red)}.dossier__brand{display:block;font-family:var(--font-display);font-size:9pt;margin-top:2mm}.dossier__brand em{color:var(--red);font-style:normal}.dossier__section{margin-top:5mm;break-inside:avoid}.dossier__h2{font-family:var(--font-display);font-size:9.5pt;letter-spacing:.06em;text-transform:uppercase;padding-bottom:1.5mm;margin-bottom:3mm;border-bottom:1.5px solid var(--ink)}.dossier__factrow{display:flex;flex-wrap:wrap;gap:4mm 6mm}.dossier__factrow>div{flex:1 1 32mm;min-width:0}.dossier__factrow dt{font-size:6.5pt;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--grey)}.dossier__factrow dd{font-family:var(--font-display);font-size:11pt;letter-spacing:-.01em;margin-top:.8mm}.dossier__sublabel{font-size:6.5pt;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--grey);margin-bottom:1.5mm}.dossier__traitblock{margin-top:4mm}.dossier__traits{list-style:none;display:flex;flex-wrap:wrap;gap:1.5mm}.dossier__traits li{flex:0 0 auto;white-space:nowrap;padding:1mm 2.5mm;border-radius:999px;background:#0d0d100f;font-size:8.5pt;font-weight:700}.dossier__reel a{font-size:10pt;font-weight:600;color:var(--red-dark);word-break:break-all}.dossier__links{list-style:none;display:flex;flex-direction:column;gap:2mm;margin-top:2.5mm}.dossier__links strong{display:block;font-size:6.5pt;text-transform:uppercase;letter-spacing:.1em;color:var(--grey)}.dossier__links a{font-size:8.5pt;color:var(--red-dark);word-break:break-all}.dossier__history{list-style:none}.dossier__history li{display:grid;grid-template-columns:22mm 1fr;gap:4mm;padding:2.2mm 0;border-bottom:1px solid var(--line-soft);break-inside:avoid}.dossier__history li:last-child{border-bottom:0}.dossier__years{font-size:8pt;font-weight:700;color:var(--grey);font-variant-numeric:tabular-nums;padding-top:.6mm}.dossier__spell strong{display:block;font-size:11pt;font-family:var(--font-display);letter-spacing:-.01em}.dossier__spell em{display:block;font-style:normal;font-size:8.5pt;color:var(--red-dark);font-weight:600}.dossier__spellstats{display:block;font-size:8.5pt;font-weight:600;margin-top:.6mm;font-variant-numeric:tabular-nums}.dossier__note{display:block;font-size:8.5pt;color:var(--grey);margin-top:.6mm}.dossier__bio{white-space:pre-line;font-size:10pt;line-height:1.5;max-width:150mm}.dossier__official{display:block;margin-top:1.8mm;padding:1.8mm 2.5mm;border-radius:1.5mm;border-left:.8mm solid var(--red);background:#f5222d0d}.dossier__official em{display:block;font-style:normal;font-size:6.5pt;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--red-dark);margin-bottom:.6mm}.dossier__official a{font-size:8.5pt;font-weight:600;color:var(--ink);word-break:break-all}.dossier__spellhonours{list-style:none;display:flex;flex-wrap:wrap;gap:1.2mm;margin-top:1.2mm}.dossier__spellhonours li{flex:0 0 auto;white-space:nowrap;padding:.8mm 2.2mm;border-radius:999px;box-shadow:inset 0 0 0 .35mm var(--line);font-size:7.5pt;font-weight:700;color:var(--ink)}.dossier__table{width:100%;border-collapse:collapse;font-size:9.5pt}.dossier__table th{text-align:left;font-size:7pt;letter-spacing:.1em;text-transform:uppercase;color:var(--grey);padding:1.2mm 1.5mm;border-bottom:1.2px solid var(--ink)}.dossier__table td{padding:1.6mm 1.5mm;border-bottom:1px solid var(--line-soft);font-variant-numeric:tabular-nums}.dossier__table th:nth-child(n+4),.dossier__table td:nth-child(n+4){text-align:right}.dossier__table tfoot td{font-weight:700;border-top:1.2px solid var(--ink);border-bottom:0}.dossier__empty{font-size:9.5pt;color:var(--grey)}.dossier__foot{display:flex;justify-content:space-between;gap:1rem;margin-top:7mm;padding-top:2.5mm;border-top:2.5px solid var(--ink);font-size:8pt;color:var(--grey)}.dossier__foot em{color:var(--red);font-style:normal}@page{size:A4;margin:12mm}@media print{*{-webkit-print-color-adjust:exact;print-color-adjust:exact}body{background:var(--white)}.dossier-bar,.dossier-tip,.sidebar,.topbar,.banner{display:none!important}.dossier-page{max-width:none;margin:0;padding:0}.dossier{border:0;border-radius:0;box-shadow:none;padding:0;font-size:9.5pt}.dossier__section{break-inside:avoid}.dossier__head{break-after:avoid}.dossier__table{break-inside:auto}.dossier__table tr{break-inside:avoid}.dossier__links a,.dossier__reel a{color:var(--ink);text-decoration:none}}@media(max-width:880px){.dossier{padding:6mm}.dossier__head{flex-direction:column}.dossier__mark{text-align:left}.dossier__history li{grid-template-columns:1fr;gap:.5mm}}@media(prefers-reduced-motion:reduce){.ob__panel,.pcard.is-revealed{animation:none}.strength__bar span,.body-figure__player,.body-figure__head,.body-figure__torso,.body-figure__legs{transition:none}}@media(max-width:880px){.profile-layout{grid-template-columns:1fr}.pcard{max-width:none}.body-panel{grid-template-columns:1fr}.body-figure{min-height:230px}.detail-list>div{grid-template-columns:1fr;gap:.2rem}.nudge{flex-wrap:wrap}.ob__bar{gap:.7rem}.ob__logo{display:none}.ob__foot{padding-bottom:1.2rem}.mini-field--wide{grid-column:span 1}.season-table__head,.season-table__row{grid-template-columns:4.5rem 1fr 2.4rem 2.4rem 2.4rem}.season-table__head span:nth-child(4),.season-table__row span:nth-child(4){display:none}.repeat__row{flex-direction:column-reverse}.repeat__remove{align-self:flex-end}.topbar{display:flex}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;transform:translate(-100%);transition:transform .28s var(--ease-out);box-shadow:none}.sidebar.is-open{transform:translate(0);box-shadow:24px 0 60px #0d0d1059}.profile-head{flex-direction:column;align-items:flex-start;gap:1rem}.banner{margin-left:clamp(1.25rem,4vw,3rem);margin-right:clamp(1.25rem,4vw,3rem)}.chip-btn--reset{margin-left:0}}
