*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-dark: #0c1f0c;--green-mid: #163016;--gold: #d4af37;--gold-light: #f0d060;--gold-dim: #8b7020;--parchment: #f4e4b8;--parchment-dk: #e8d4a0;--ink: #1a0a00;--ink-light: #3a2a10;--silver: #c0c0c0;--white: #f0ead8;--grey: #9a8a7a;--dim-text: #6a5a4a;--card-w: 320px;--card-h: 490px}html,body{height:100%;font-family:Roboto Condensed,Arial Narrow,Arial,sans-serif;background:var(--green-dark);color:var(--white);overflow-x:hidden}#app{min-height:100vh;display:flex;align-items:flex-start;justify-content:center}.screen{width:100%;max-width:960px;padding:32px 16px;animation:fadeIn .3s ease}.screen:not(.screen-simulate){padding-bottom:96px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.screen-title{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:20px;text-align:center}.title-trophy{display:flex;align-items:center;justify-content:center}@keyframes pulse{0%,to{filter:drop-shadow(0 0 20px var(--gold))}50%{filter:drop-shadow(0 0 40px var(--gold-light))}}.title-heading{font-family:Playfair Display,Georgia,serif;font-size:clamp(48px,8vw,80px);font-weight:900;letter-spacing:.12em;background:linear-gradient(135deg,var(--gold-dim),var(--gold-light),var(--gold-dim));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.title-sub{font-size:16px;color:var(--grey);line-height:1.6;max-width:420px}.title-modes{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:8px}.title-hint{font-size:13px;color:var(--dim-text);letter-spacing:.08em;text-transform:uppercase}.screen-review{display:flex;flex-direction:column;align-items:center;gap:14px;padding:32px 16px 48px;max-width:560px;margin:0 auto}.review-heading{font-family:Playfair Display,serif;font-size:30px;color:var(--gold)}.review-sub{font-size:15px;color:var(--grey)}.review-sub strong{color:var(--gold-light)}.review-figure{width:100%;max-width:460px}.review-sim{margin-top:10px}.review-placement{width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:4px}.placement-card{width:100%;background:#ffffff08;border:1px solid rgba(212,175,55,.25);border-radius:10px;padding:14px 18px;display:flex;flex-direction:column;gap:8px}.placement-empty{align-items:center;justify-content:center;min-height:70px;text-align:center}.pl-empty{color:var(--grey);font-size:14px}.review-placement{display:flex;flex-direction:column;gap:14px;width:100%;max-width:460px}.pl-group{display:flex;flex-direction:column;gap:8px;align-items:center}.pl-group-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dim);font-weight:700;text-align:center}.pl-hint{color:var(--dim-text);font-weight:400;letter-spacing:.02em;text-transform:none}.pl-opts{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.pl-opt{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:18px;border:1px solid rgba(212,175,55,.25);background:#ffffff08;cursor:pointer;font-family:Roboto Condensed,sans-serif;color:var(--white);transition:border-color .15s,background .15s,transform .1s}.pl-opt:hover{transform:translateY(-1px);border-color:var(--gold)}.pl-opt-on{border-color:var(--gold);background:#d4af3724;box-shadow:0 0 10px #d4af3740}.plo-main{font-size:14px;font-weight:700}.plo-sub{font-size:12px;color:var(--gold-light)}.pl-opt-club{flex-direction:column;align-items:flex-start;gap:3px;border-radius:10px;padding:10px 14px}.plo-row{display:flex;align-items:center;gap:8px}.plo-euro{font-size:10px;font-weight:700;letter-spacing:.05em;padding:1px 7px;border-radius:8px}.euro-CL{color:#1a0a00;background:var(--gold)}.euro-EL{color:#1a0a00;background:#e08a2a}.euro-UECL{color:#0c1f0c;background:#3aa86a}.euro-none{color:var(--dim-text);background:#ffffff0d}.plo-wc{font-size:9px;font-weight:700;letter-spacing:.04em;padding:1px 6px;border-radius:7px}.wc-in{color:#0c1f0c;background:#3aa86a}.wc-out{color:var(--dim-text);background:#ffffff0d}.plo-flag{width:9px;height:9px;border-radius:50%;border:1px solid rgba(255,255,255,.3);flex-shrink:0}.placement-prompt{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dim);font-weight:700;text-align:center;margin-bottom:4px}.placement-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.pl-choice{display:flex;flex-direction:column;align-items:center;gap:3px;padding:14px 10px;border-radius:10px;border:1px solid rgba(212,175,55,.25);background:#ffffff08;cursor:pointer;font-family:Roboto Condensed,sans-serif;color:var(--white);transition:border-color .15s,background .15s,transform .1s;animation:crestFill .35s ease backwards}.pl-choice:nth-child(2){animation-delay:.05s}.pl-choice:nth-child(3){animation-delay:.1s}.pl-choice:nth-child(4){animation-delay:.15s}.pl-choice:hover{transform:translateY(-2px);border-color:var(--gold);background:#d4af371a}.plc-club{font-family:Playfair Display,serif;font-size:15px;font-weight:700;text-align:center;line-height:1.15}.plc-season{font-size:12px;font-weight:700;color:var(--gold-light)}.plc-nation{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--grey);margin-top:2px}.plc-flag{width:8px;height:8px;border-radius:50%;border:1px solid rgba(255,255,255,.3)}.pl-row{display:flex;align-items:baseline;gap:12px}.pl-key{font-size:11px;letter-spacing:.12em;color:var(--gold-dim);font-weight:700;min-width:60px}.pl-val{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:var(--white)}.pl-tag{font-size:12px;font-weight:700;color:var(--gold-light);background:#d4af371f;padding:2px 10px;border-radius:10px;margin-left:auto}.pl-flash{display:block;font-family:Playfair Display,serif;font-weight:700;color:var(--gold-light);text-align:center}.pl-flash-nat{font-size:14px;color:var(--grey);margin-top:4px}.result-club{font-family:Playfair Display,serif;font-size:17px;color:var(--gold-light);text-align:center;letter-spacing:.02em;display:flex;flex-direction:column;gap:2px}.result-nat{font-family:Roboto Condensed,sans-serif;font-size:12px;color:var(--grey);letter-spacing:.04em}.screen-setup{display:flex;flex-direction:column;align-items:center;gap:22px;padding:32px 16px 48px;max-width:720px;margin:0 auto}.setup-head{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.setup-head .title-heading{font-size:clamp(36px,6vw,56px)}.setup-head .title-sub{font-size:14px;color:var(--grey)}.su-section{width:100%;display:flex;flex-direction:column;gap:10px}.su-row{width:100%}.su-label{font-size:11px;letter-spacing:.16em;color:var(--gold-dim);font-weight:700;text-align:center}.su-locked{color:var(--dim-text);font-weight:400;letter-spacing:.04em}.su-pos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.su-pos{background:#ffffff08;border:2px solid rgba(212,175,55,.18);border-radius:10px;padding:14px 10px;cursor:pointer;font-family:Roboto Condensed,sans-serif;color:var(--white);display:flex;flex-direction:column;align-items:center;gap:3px;transition:border-color .15s,background .15s,transform .1s}.su-pos:hover{transform:translateY(-2px);border-color:#d4af3766}.su-on{border-color:var(--gold);background:#d4af371a;box-shadow:0 0 12px #d4af3738}.su-pos-id{font-family:Playfair Display,serif;font-size:22px;font-weight:900;color:var(--gold)}.su-pos-label{font-size:14px;font-weight:700}.su-pos-attrs{font-size:11px;color:var(--grey)}.su-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.su-chip{background:#ffffff08;border:1px solid rgba(212,175,55,.22);border-radius:18px;padding:8px 16px;font-size:13px;font-weight:700;color:var(--grey);cursor:pointer;font-family:Roboto Condensed,sans-serif;transition:border-color .15s,color .15s,background .15s}.su-chip:hover{color:var(--gold);border-color:var(--gold)}.su-chip.su-on{background:var(--gold);color:var(--ink);border-color:var(--gold)}.su-disabled{opacity:.35;pointer-events:none}.su-start{margin-top:8px}.su-howto{width:100%;max-width:560px;margin-top:18px;padding-top:22px;border-top:1px solid rgba(212,175,55,.18);text-align:center}.su-howto-title{font-size:11px;letter-spacing:.16em;color:var(--gold-dim);font-weight:700;margin-bottom:14px}.su-howto-steps{list-style:none;counter-reset:howto;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;text-align:left}.su-howto-steps li{counter-increment:howto;position:relative;padding-left:38px;font-size:14px;line-height:1.45;color:var(--grey)}.su-howto-steps li b{color:var(--white);font-weight:700}.su-howto-steps li:before{content:counter(howto);position:absolute;left:0;top:-1px;width:24px;height:24px;border-radius:50%;border:1px solid rgba(212,175,55,.4);color:var(--gold);font-family:Playfair Display,serif;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}.su-credit{margin-top:22px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--dim-text, #6b7a68)}.btn-disabled{opacity:.4;cursor:not-allowed;filter:grayscale(.5);box-shadow:none}.btn-disabled:hover{transform:none;box-shadow:none}.era-slider{position:relative;width:100%;max-width:420px;height:44px;margin:6px auto 0}.era-readout{font-family:Playfair Display,serif;font-size:15px;color:var(--gold-light);margin-bottom:10px;text-align:center}.era-track{position:absolute;top:34px;left:8px;right:8px;height:5px;background:#ffffff1a;border-radius:3px}.era-fill{position:absolute;height:100%;background:linear-gradient(90deg,var(--gold-dim),var(--gold));border-radius:3px}.era-input{position:absolute;top:26px;left:0;right:0;width:100%;margin:0;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.era-input::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:20px;height:20px;border-radius:50%;background:var(--gold);border:2px solid var(--ink);cursor:pointer;box-shadow:0 1px 4px #00000080}.era-input::-moz-range-thumb{pointer-events:auto;width:20px;height:20px;border-radius:50%;background:var(--gold);border:2px solid var(--ink);cursor:pointer}.era-input::-webkit-slider-runnable-track{background:none}.era-input::-moz-range-track{background:none}.roster-season{font-family:Roboto Condensed,sans-serif;font-size:13px;font-weight:700;color:var(--gold-light);background:#d4af371f;padding:2px 10px;border-radius:10px}.dm-section{width:100%;max-width:640px;display:flex;flex-direction:column;align-items:center;gap:10px}.dm-section-title{font-size:11px;letter-spacing:.18em;color:var(--gold-dim);font-weight:700}.dm-cards{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.dm-card{flex:1 1 180px;max-width:220px;background:#ffffff08;border:2px solid rgba(212,175,55,.18);border-radius:10px;padding:14px 16px;cursor:pointer;text-align:left;font-family:Roboto Condensed,sans-serif;color:var(--white);display:flex;flex-direction:column;gap:6px;transition:border-color .15s,background .15s,transform .1s}.dm-card:hover{transform:translateY(-2px);border-color:#d4af3766}.dm-active{border-color:var(--gold);background:#d4af371a;box-shadow:0 0 14px #d4af3740}.dm-label{font-family:Playfair Display,serif;font-size:17px;font-weight:700;color:var(--gold-light)}.dm-desc{font-size:12px;color:var(--grey);line-height:1.4}.draft-body--group{grid-template-columns:1fr 340px}.roster-area{width:100%}.roster-head{display:flex;align-items:baseline;gap:12px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid rgba(212,175,55,.2)}.roster-name{font-family:Playfair Display,serif;font-size:26px;font-weight:900;color:var(--gold)}.roster-count{font-size:12px;color:var(--grey);text-transform:uppercase;letter-spacing:.06em}.roster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.roster-card{position:relative;background:#ffffff08;border:1px solid rgba(212,175,55,.18);border-left:5px solid var(--pos);border-radius:8px;padding:10px 12px;cursor:pointer;text-align:left;font-family:Roboto Condensed,sans-serif;color:var(--white);display:flex;flex-direction:column;gap:3px;transition:border-color .15s,background .15s,transform .1s}@media (hover: hover){.roster-card:hover{transform:translateY(-2px);background:#d4af3714;border-color:var(--gold);border-left-color:var(--pos)}}.rc-pos{position:absolute;top:8px;right:10px;font-size:10px;font-weight:900;color:var(--gold-dim);background:#0000004d;padding:1px 6px;border-radius:8px}.rc-name{font-family:Playfair Display,serif;font-size:15px;font-weight:700;padding-right:34px;line-height:1.15}.rc-meta{font-size:11px;color:var(--grey);display:flex;align-items:center;gap:5px}.rc-flag{width:9px;height:9px;border-radius:50%;display:inline-block;flex-shrink:0;border:1px solid rgba(255,255,255,.25)}.player-pick-area{display:flex;flex-direction:column;align-items:center;gap:10px}.back-squad{align-self:flex-start;background:transparent;border:1px solid rgba(212,175,55,.3);color:var(--grey);font-size:12px;font-weight:700;padding:6px 14px;border-radius:16px;cursor:pointer;letter-spacing:.04em;transition:color .15s,border-color .15s}.back-squad:hover{color:var(--gold);border-color:var(--gold)}.btn-reroll{margin-top:12px;align-self:center;background:transparent;border:1px solid rgba(212,175,55,.4);color:var(--gold);font-family:Roboto Condensed,sans-serif;font-size:13px;font-weight:700;letter-spacing:.04em;padding:8px 18px;border-radius:18px;cursor:pointer;transition:background .15s,transform .1s}.btn-reroll:hover{background:#d4af371f;transform:translateY(-1px)}.draft-pos{color:var(--gold);font-weight:700;margin-right:12px;padding-right:12px;border-right:1px solid rgba(212,175,55,.3)}.btn{border:none;cursor:pointer;font-family:Roboto Condensed,sans-serif;border-radius:6px;transition:transform .1s,box-shadow .1s}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(135deg,var(--gold-dim),var(--gold));color:var(--ink);padding:16px 32px;font-size:16px;font-weight:700;letter-spacing:.06em;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:160px;box-shadow:0 4px 16px #d4af374d}.btn-primary:hover{box-shadow:0 6px 24px #d4af3780;transform:translateY(-2px)}.btn-secondary{background:transparent;border:2px solid var(--gold-dim);color:var(--gold);padding:16px 32px;font-size:16px;font-weight:700;letter-spacing:.06em;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:160px}.btn-secondary:hover{background:#d4af3714;border-color:var(--gold)}.btn-label{font-size:18px;font-weight:700}.btn-sub{font-size:11px;font-weight:400;opacity:.8}.btn-spin{margin-top:16px;background:linear-gradient(135deg,var(--gold-dim),var(--gold));color:var(--ink);padding:14px 48px;font-size:20px;font-weight:700;letter-spacing:.12em;border-radius:6px;box-shadow:0 4px 20px #d4af3766;transition:transform .15s,box-shadow .15s}.btn-spin:hover{transform:scale(1.04);box-shadow:0 6px 28px #d4af3799}.mt{margin-top:24px}.screen-draft{padding-top:24px}.draft-header{display:flex;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(212,175,55,.2)}.round-counter{font-family:Playfair Display,serif;font-size:18px;color:var(--gold);white-space:nowrap}.round-pips{display:flex;gap:6px;flex-wrap:wrap}.pip{width:10px;height:10px;border-radius:50%;background:var(--green-mid);border:1px solid var(--gold-dim);transition:background .3s}.pip-done{background:var(--gold);border-color:var(--gold)}.pip-active{background:var(--gold-dim);border-color:var(--gold);box-shadow:0 0 6px var(--gold)}.draft-body{display:grid;grid-template-columns:var(--card-w) 1fr;gap:32px;align-items:start}.draft-left{display:flex;flex-direction:column;align-items:center}.card-area{width:var(--card-w)}.card-area.revealed{animation:cardReveal .4s cubic-bezier(.2,.8,.4,1)}@keyframes cardReveal{0%{opacity:0;transform:rotateY(90deg) scale(.95)}to{opacity:1;transform:rotateY(0) scale(1)}}.card-area.unspun{display:flex;flex-direction:column;align-items:center}.draft-hint{margin-top:12px;font-size:12px;color:var(--grey);text-align:center;max-width:var(--card-w)}.draft-hint.warn{color:#e08040}.card-back{width:var(--card-w);height:var(--card-h);border-radius:12px;background:linear-gradient(145deg,#0d1f2d,#1a3050);border:3px solid var(--gold-dim);box-shadow:0 8px 32px #0009,inset 0 0 40px #0000004d;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.card-back-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 12px,rgba(212,175,55,.04) 12px,rgba(212,175,55,.04) 24px)}.card-back-content{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.card-back-trophy{font-size:64px;opacity:.6;color:var(--gold);filter:drop-shadow(0 0 12px rgba(212,175,55,.4))}.card-back-title{font-family:Playfair Display,serif;font-size:15px;letter-spacing:.25em;color:var(--gold-dim);text-transform:uppercase}.player-card{width:var(--card-w);border-radius:12px;background:radial-gradient(ellipse at 30% 20%,#f9eec8,#e8d4a0);border:3px solid var(--gold-dim);box-shadow:0 8px 32px #0009,inset 0 1px #fff6,0 0 0 1px #d4af374d;overflow:hidden;color:var(--ink)}.card-header{padding:8px 12px;display:flex;justify-content:space-between;align-items:center}.card-nat{font-size:11px;font-weight:700;color:#ffffffe6;letter-spacing:.06em;text-transform:uppercase}.card-pos{font-size:13px;font-weight:900;color:#fff;background:#0000004d;padding:2px 8px;border-radius:10px}.card-era{font-size:11px;color:#ffffffb3}.card-portrait{height:120px;background:linear-gradient(180deg,#0000000d,#0000001f);display:flex;align-items:center;justify-content:center;position:relative}.portrait-silhouette{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#c8b060,#8a6820);border:3px solid;opacity:.7}.portrait-initial{position:absolute;font-family:Playfair Display,serif;font-size:36px;font-weight:900;color:#ffffffe6;text-shadow:0 2px 4px rgba(0,0,0,.4)}.card-name{font-family:Playfair Display,serif;font-size:17px;font-weight:700;color:var(--ink);text-align:center;padding:8px 12px 2px;line-height:1.2}.card-club{font-size:11px;color:var(--ink-light);text-align:center;padding-bottom:8px;letter-spacing:.06em;text-transform:uppercase}.card-stats{padding:0 10px 10px;display:flex;flex-direction:column;gap:3px}.stat-row{display:grid;grid-template-columns:86px 1fr 28px;align-items:center;gap:6px;padding:3px 6px;border-radius:4px;transition:background .15s}.stat-clickable{cursor:pointer}.stat-clickable:hover{background:#d4af3726}.stat-taken{opacity:.4;cursor:not-allowed}.stat-label{font-size:10px;font-weight:700;color:var(--ink-light);letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-bar-wrap{height:6px;background:#00000026;border-radius:3px;overflow:hidden}.stat-bar-fill{height:100%;border-radius:3px;background:#5a8a5a;transition:width .3s}.stat-bar-fill.val-gold{background:linear-gradient(90deg,#c8960a,#f0d060)}.stat-bar-fill.val-silver{background:#8a9aaa}.stat-bar-fill.val-white{background:#7a8a6a}.stat-bar-fill.val-dim{background:#5a5a4a}.stat-bar-fill.hidden-bar{width:40%!important;background:#0003}.stat-value{font-size:13px;font-weight:700;text-align:right}.val-gold{color:var(--gold);text-shadow:0 0 8px rgba(212,175,55,.5)}.val-silver{color:#b0bac4}.val-white{color:var(--ink)}.val-dim{color:var(--dim-text)}.comp-panel{background:#ffffff08;border:1px solid rgba(212,175,55,.2);border-radius:10px;padding:16px}.comp-title{font-size:11px;letter-spacing:.15em;color:var(--gold-dim);text-transform:uppercase;margin-bottom:12px;font-weight:700}.comp-row{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:8px;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:13px}.comp-row:last-child{border-bottom:none}.comp-short{font-size:11px;font-weight:700;color:var(--gold-dim);letter-spacing:.05em}.comp-player{color:var(--white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comp-empty .comp-short{color:var(--dim-text)}.comp-dash{color:var(--dim-text);font-size:18px}.comp-value{font-weight:700;min-width:28px;text-align:right}.comp-filled{animation:compFill .4s ease}@keyframes compFill{0%{background:#d4af3733}to{background:transparent}}.screen-position{padding-top:40px}.pos-heading{font-family:Playfair Display,serif;font-size:32px;color:var(--gold);margin-bottom:6px}.pos-sub{color:var(--grey);font-size:15px;margin-bottom:32px}.pos-sub strong{color:var(--gold-light)}.position-layout{display:grid;grid-template-columns:220px 1fr;gap:32px;align-items:start}.recap-panel{background:#ffffff08;border:1px solid rgba(212,175,55,.2);border-radius:10px;padding:16px}.recap-title{font-size:11px;letter-spacing:.15em;color:var(--gold-dim);text-transform:uppercase;margin-bottom:12px;font-weight:700}.recap-row{display:grid;grid-template-columns:82px 1fr auto;gap:8px;padding:4px 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:13px}.recap-short{font-size:11px;font-weight:700;color:var(--gold-dim);min-width:72px}.recap-player{color:var(--white);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recap-val{font-weight:700;color:var(--grey)}.pos-choices{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pos-card{background:#ffffff08;border:2px solid rgba(212,175,55,.25);border-radius:10px;padding:20px;cursor:pointer;text-align:left;transition:border-color .2s,background .2s,transform .15s;display:flex;flex-direction:column;gap:6px;color:var(--white);font-family:Roboto Condensed,sans-serif}.pos-card:hover{border-color:var(--gold);background:#d4af3714;transform:translateY(-2px)}.pos-id{font-size:28px;font-weight:900;color:var(--gold);font-family:Playfair Display,serif}.pos-label{font-size:16px;font-weight:700}.pos-desc{font-size:12px;color:var(--grey);line-height:1.4}.reel-wrap{width:var(--card-w);height:var(--card-h);border-radius:12px;background:linear-gradient(145deg,#0d1f2d,#1a3050);border:3px solid var(--gold-dim);box-shadow:0 8px 32px #0009;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.reel-track{width:100%;padding:0 16px;text-align:center;z-index:1}.reel-lines{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;flex-direction:column;gap:48px;pointer-events:none}.reel-line{height:2px;background:linear-gradient(90deg,transparent,var(--gold-dim),transparent);opacity:.6}.reel-name{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--white);letter-spacing:.04em;transition:opacity .05s;padding:14px 0}.reel-flash{animation:reelFlash .12s ease-out}@keyframes reelFlash{0%{opacity:.3;transform:scaleY(.8)}60%{opacity:1;transform:scaleY(1.04)}to{opacity:1;transform:scaleY(1)}}.reel-final{color:var(--gold-light);text-shadow:0 0 20px rgba(212,175,55,.7);animation:reelLand .6s ease-out}@keyframes reelLand{0%{transform:scale(1.15);opacity:.6}60%{transform:scale(.97)}to{transform:scale(1);opacity:1}}.screen-simulate{padding:0;max-width:100%}.sim-topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-bottom:1px solid rgba(212,175,55,.15);flex-shrink:0}.sim-topbar-title{font-family:Playfair Display,serif;font-size:16px;color:var(--gold)}.btn-skip{background:transparent;border:1px solid rgba(212,175,55,.35);color:var(--grey);padding:6px 16px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:4px;cursor:pointer;transition:border-color .15s,color .15s}.btn-skip:hover{border-color:var(--gold);color:var(--gold)}.btn-full{width:100%;justify-content:center}.btn-glow{box-shadow:0 0 16px #d4af3780;animation:btnPulse 1.5s ease infinite}@keyframes btnPulse{0%,to{box-shadow:0 0 16px #d4af3766}50%{box-shadow:0 0 28px #d4af37b3}}.sim-layout{display:grid;grid-template-columns:1fr 200px;height:calc(100vh - 45px);overflow:hidden}.sim-left{display:flex;flex-direction:column;overflow:hidden;padding:16px 16px 16px 20px;gap:0}.sim-section-head{font-size:11px;font-weight:700;letter-spacing:.18em;color:var(--gold-dim);text-transform:uppercase;padding:8px 4px 6px;border-bottom:1px solid rgba(212,175,55,.2);margin-bottom:4px;flex-shrink:0}.cl-head{margin-top:12px}.match-log{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:2px;scrollbar-width:thin;scrollbar-color:var(--gold-dim) transparent}.match-log:last-child{flex:0 0 auto;max-height:30vh}.match-row{display:grid;grid-template-columns:20px 1fr 36px 48px 36px;align-items:center;gap:6px;padding:4px 6px;border-radius:4px;font-size:12px;animation:matchIn .2s ease-out;flex-shrink:0}@keyframes matchIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.match-w{background:#50a0501a}.match-d{background:#b4a03c1a}.match-l{background:#a03c3c1a}.match-last{border-bottom:1px solid rgba(212,175,55,.15);margin-bottom:4px}.mr-result{font-weight:900;font-size:11px;text-align:center}.match-w .mr-result{color:#6dce6d}.match-d .mr-result{color:#d4c050}.match-l .mr-result{color:#d06060}.mr-opp{color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.mr-opp em{color:var(--grey);font-style:normal;font-size:10px}.mr-ha{color:var(--dim-text);font-size:10px}.mr-score{font-size:11px;color:var(--grey);text-align:center;white-space:nowrap}.mr-goals{font-size:11px;text-align:center;white-space:nowrap}.mr-rating{font-size:12px;font-weight:700;text-align:right}.rating-high{color:var(--gold)}.rating-mid{color:var(--white)}.rating-low{color:var(--grey)}.sim-right{background:#ffffff05;border-left:1px solid rgba(212,175,55,.15);padding:20px 16px;display:flex;flex-direction:column}.live-totals{display:flex;flex-direction:column;gap:8px}.lt-title{font-size:10px;letter-spacing:.18em;color:var(--gold-dim);text-transform:uppercase;font-weight:700;margin-bottom:6px}.lt-row{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.lt-label{font-size:12px;color:var(--grey)}.lt-val{font-size:18px;font-weight:700;color:var(--gold-light);font-family:Playfair Display,serif;transition:color .2s}.lt-stat{margin-bottom:2px}.lt-break{font-size:10px;color:var(--dim-text);letter-spacing:.02em;text-align:right;margin-top:-2px}.lt-divider{height:1px;background:#d4af3726;margin:4px 0}.lt-sub{font-size:11px;color:var(--grey);margin-top:4px}.screen-result{padding:40px 16px;display:flex;flex-direction:column;align-items:center;gap:28px}.verdict{text-align:center;padding:32px 48px;border-radius:12px;width:100%;max-width:640px}.verdict-win{background:linear-gradient(135deg,#d4af3726,#d4af370d);border:2px solid var(--gold);animation:winGlow 2s ease infinite}@keyframes winGlow{0%,to{box-shadow:0 0 20px #d4af3733}50%{box-shadow:0 0 40px #d4af3780}}.verdict-loss{background:#ffffff08;border:1px solid rgba(255,255,255,.1)}.verdict-trophy{display:flex;justify-content:center;margin-bottom:12px}.verdict h2{font-family:Playfair Display,serif;font-size:32px;color:var(--gold);margin-bottom:8px}.verdict p{color:var(--grey);font-size:15px}.result-stats{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.stat-pill{background:#ffffff0a;border:1px solid rgba(212,175,55,.2);border-radius:8px;padding:12px 20px;text-align:center;display:flex;flex-direction:column;gap:4px;min-width:80px}.sp-val{font-size:22px;font-weight:700;color:var(--gold-light);font-family:Playfair Display,serif}.sp-label{font-size:11px;color:var(--grey);text-transform:uppercase;letter-spacing:.08em}.sp-break{font-size:10px;color:var(--dim-text);margin-top:2px}.result-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%;max-width:760px}.result-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:24px}.btn-share,.btn-tweet{background:transparent;border:2px solid var(--gold-dim);color:var(--gold);padding:14px 24px;font-size:15px;font-weight:700;letter-spacing:.04em;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s,transform .1s}.btn-share:hover,.btn-tweet:hover{background:#d4af371a;border-color:var(--gold);transform:translateY(-2px)}.btn-tweet{border-color:#ffffff40;color:var(--white)}.btn-tweet:hover{background:#ffffff14;border-color:var(--white)}.section-heading{font-family:Playfair Display,serif;font-size:18px;color:var(--gold);margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid rgba(212,175,55,.25)}.ranking{display:flex;flex-direction:column;gap:6px}.ranking-row{display:grid;grid-template-columns:28px 1fr auto auto;gap:8px;align-items:center;padding:8px 10px;border-radius:6px;background:#ffffff05;font-size:13px}.ranking-player{background:#d4af3714;border:1px solid rgba(212,175,55,.25)}.rank-medal{font-size:16px;text-align:center}.rank-label{color:var(--white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-goals{color:var(--grey);font-size:12px;white-space:nowrap}.rank-jury{font-weight:700;color:var(--gold);white-space:nowrap}.share-attrs{display:flex;flex-direction:column;gap:6px}.share-attr{display:grid;grid-template-columns:82px 1fr auto;gap:8px;align-items:center;font-size:13px;padding:4px 0;border-bottom:1px solid rgba(255,255,255,.04)}.sa-short{font-size:11px;font-weight:700;color:var(--gold-dim);min-width:72px}.sa-player{color:var(--white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sa-val{font-weight:700;color:var(--grey)}.figure-panel{background:#ffffff08;border:1px solid rgba(212,175,55,.2);border-radius:10px;padding:16px 12px}.figure-title{font-size:11px;letter-spacing:.15em;color:var(--gold-dim);text-transform:uppercase;margin-bottom:12px;font-weight:700;text-align:center}.figure-wrap{position:relative;display:grid;grid-template-columns:1fr 150px 1fr;align-items:stretch;min-height:420px}.fig-stage{display:flex;align-items:center;justify-content:center}.figure-svg{width:100%;height:420px}.crest-panel{padding:16px 14px}.crest-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px}.crest-tile{display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 8px 12px;border-radius:10px;border:1px solid rgba(212,175,55,.18);background:#ffffff05;transition:border-color .3s,background .3s,transform .15s}.crest-tile.crest-on{border-color:#d4af378c;background:#d4af3712;animation:crestFill .5s ease}.crest-tile.crest-off{opacity:.5}@keyframes crestFill{0%{transform:scale(.94);opacity:.3}to{transform:scale(1);opacity:1}}.crest-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.crest-icon svg{width:100%;height:100%}.crest-on .crest-icon{color:var(--gold-light);filter:drop-shadow(0 1px 3px rgba(212,175,55,.4))}.crest-off .crest-icon{color:var(--gold-dim)}.crest-attr{font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--gold-dim)}.crest-on .crest-attr{color:var(--gold)}.crest-val{font-family:Playfair Display,serif;font-size:26px;font-weight:900;line-height:1}.crest-empty{color:var(--dim-text)}.crest-src{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--grey);white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.crest-flag{width:8px;height:8px;border-radius:50%;flex-shrink:0;border:1px solid rgba(255,255,255,.3)}.fig-part{transition:opacity .4s ease}.fig-empty{fill:#d4af370a;stroke:#d4af374d;stroke-width:1;stroke-dasharray:2.5 2.5}.fig-filled{fill:url(#figGold);stroke:#78500ae6;stroke-width:.8;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45));animation:partFill .5s ease}.fig-off{fill:#d4af3705;stroke:#d4af371a;stroke-width:.8;stroke-dasharray:none}@keyframes partFill{0%{opacity:.15}to{opacity:1}}.fig-spine{stroke:var(--gold-dim);stroke-width:5;stroke-linecap:round;opacity:.6}.fig-name{fill:#3a2606;font-family:Playfair Display,serif;font-size:7.5px;font-weight:700;text-anchor:middle;paint-order:stroke;stroke:#f5dc82b3;stroke-width:.8;pointer-events:none}.fig-col{position:relative}.fig-label{position:absolute;transform:translateY(-50%);display:flex;align-items:center;gap:5px;font-size:12px;white-space:nowrap;opacity:.5;transition:opacity .3s,color .3s}.fig-label.lbl-on{opacity:1}.fig-label-left{right:8px;justify-content:flex-end}.fig-label-right{left:8px;justify-content:flex-start}.fig-attr{font-weight:700;color:var(--grey);letter-spacing:.02em}.lbl-on .fig-attr{color:var(--white)}.fig-arrow{color:var(--gold-dim);font-size:10px}.lbl-on .fig-arrow{color:var(--gold)}.fig-val{font-weight:700;font-size:14px;min-width:20px}.fig-flag{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0;border:1px solid rgba(255,255,255,.3)}.trophy-svg{display:block;width:100%;height:100%;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.title-trophy .trophy-svg{width:80px;height:108px;filter:drop-shadow(0 0 20px rgba(212,175,55,.5));animation:pulse 2s infinite}.voting-trophy .trophy-svg{width:56px;height:75px;filter:drop-shadow(0 0 12px rgba(212,175,55,.5));animation:pulse 2s infinite}.vr-trophy .trophy-svg,.verdict-trophy .trophy-svg{width:64px;height:86px;filter:drop-shadow(0 0 16px rgba(212,175,55,.6))}.trophy-cabinet{display:flex;gap:24px;justify-content:center;align-items:flex-end;min-height:60px;flex-wrap:wrap}.tc-trophy{display:flex;flex-direction:column;align-items:center;gap:6px;animation:fadeIn .5s ease}.tc-icon{width:52px;height:70px}.tc-label{font-size:10px;color:var(--gold-dim);text-transform:uppercase;letter-spacing:.08em;text-align:center}.screen-voting{position:relative;display:flex;flex-direction:column;align-items:center;gap:24px;padding:32px 16px 40px;max-width:640px;margin:0 auto}.voting-skip{position:absolute;top:16px;right:16px;z-index:2}.voting-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.voting-trophy{font-size:48px;color:var(--gold);filter:drop-shadow(0 0 12px rgba(212,175,55,.5));animation:pulse 2s infinite}.voting-title{font-family:Playfair Display,serif;font-size:28px;font-weight:900;background:linear-gradient(135deg,var(--gold-dim),var(--gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.1em}.voting-sub{font-size:13px;color:var(--grey);letter-spacing:.12em;text-transform:uppercase}.vote-list{width:100%;display:flex;flex-direction:column;gap:14px}.vote-entry{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px 12px;align-items:center}.ve-info{grid-column:1;grid-row:1;display:flex;align-items:baseline;gap:10px}.ve-name{font-family:Playfair Display,serif;font-size:16px;font-weight:700;color:var(--white)}.ve-you{color:var(--gold-light)}.ve-sub{font-size:11px;color:var(--dim-text)}.ve-bar-wrap{grid-column:1;grid-row:2;height:8px;background:#ffffff0f;border-radius:4px;overflow:hidden}.ve-bar{height:100%;border-radius:4px;background:linear-gradient(90deg,#4a7a8a,#6aaabb);transition:width .4s cubic-bezier(.2,.8,.4,1)}.ve-bar-you{background:linear-gradient(90deg,var(--gold-dim),var(--gold-light))}.ve-bar-winner{background:linear-gradient(90deg,#c8960a,gold);box-shadow:0 0 12px #ffd70080}.ve-pts{grid-column:2;grid-row:1 / 3;font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:var(--gold);min-width:72px;text-align:right;align-self:center}.ve-winner .ve-name{color:var(--gold-light);text-shadow:0 0 12px rgba(212,175,55,.4)}.ve-winner .ve-pts{color:var(--gold-light)}.voting-status{font-size:13px;color:var(--grey);display:flex;align-items:center;gap:8px}.vs-of{color:var(--dim-text)}.vs-dots{display:inline-flex;gap:4px;align-items:center}.vs-dots span{width:5px;height:5px;border-radius:50%;background:var(--gold-dim);animation:dotPulse 1.2s ease infinite}.vs-dots span:nth-child(2){animation-delay:.2s}.vs-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.vr-reveal{text-align:center;padding:20px 0 8px;animation:fadeIn .6s ease}.vr-trophy{margin-bottom:8px;display:flex;justify-content:center}.vr-winner-name{font-family:Playfair Display,serif;font-size:26px;font-weight:900;color:var(--gold-light);letter-spacing:.04em;text-shadow:0 0 20px rgba(212,175,55,.4)}.vr-winner-pts{font-size:14px;color:var(--gold-dim);margin-top:4px}.vr-your-place{font-size:14px;color:var(--grey);margin-top:12px}.vr-congrats{font-size:14px;color:var(--gold);margin-top:12px}.vr-actions{display:flex;gap:12px;justify-content:center;margin-top:16px}.site-footer{position:fixed;bottom:12px;left:50%;transform:translate(-50%);z-index:100;display:flex;align-items:center;gap:8px;padding:6px 14px;border-radius:20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.footer-sep{color:#ffffff26;font-size:12px}.footer-link{font-family:Roboto Condensed,sans-serif;font-size:12px;color:var(--grey);text-decoration:none;letter-spacing:.06em;text-transform:uppercase;transition:color .2s;white-space:nowrap}.footer-link:hover{color:var(--gold-light)}@media (max-width: 680px){:root{--card-w: 260px;--card-h: 420px}.draft-body{grid-template-columns:1fr}.draft-right{order:-1}.draft-body--group,.position-layout,.pos-choices,.result-columns{grid-template-columns:1fr}.sim-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr;height:calc(100vh - 45px)}.sim-right{order:-1;border-left:none;border-bottom:1px solid rgba(212,175,55,.15);padding:10px 12px}.live-totals{flex-direction:row;flex-wrap:wrap;align-items:center;gap:6px 16px}.lt-title{width:100%;margin-bottom:0}.lt-stat{display:flex;align-items:baseline;gap:6px}.lt-stat .lt-row{gap:4px}.lt-break{margin-top:0}.lt-divider{display:none}.lt-sub{font-size:10px}.sim-left{padding:12px}.match-log,.match-log:last-child{flex:1 1 0;min-height:0;max-height:none}.match-log:empty{flex:0}.match-row{grid-template-columns:15px minmax(0,1fr) auto auto 24px;gap:5px;font-size:11px;align-items:center}.mr-opp{font-size:11px;line-height:1.2;white-space:normal}.mr-opp em{display:block;font-style:normal;color:var(--gold-dim);font-size:9px}.mr-goals{font-size:10px}.result-actions,.vr-actions{flex-direction:column;width:100%;align-items:stretch}.result-actions .btn,.vr-actions .btn{width:100%;justify-content:center}}
