:root{--bg: #14161d;--surface: #1c2030;--surface-2: #262b40;--card: #0f3460;--accent: #e94560;--gold: #f5c518;--green: #3fb950;--text: #e8eaf0;--muted: #8892a4;--line: rgba(255, 255, 255, .08);--radius: 12px;--felt: #234a2e;--bf-card-w: 72px;--bf-card-h: 100px}@media(max-height:880px){:root{--bf-card-w: 64px;--bf-card-h: 89px}}@media(max-height:760px){:root{--bf-card-w: 58px;--bf-card-h: 81px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.app-shell{min-height:100%;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;gap:12px;padding:7px 18px;background:var(--surface);border-bottom:1px solid var(--line)}.topbar h1{font-size:1.05rem;letter-spacing:1px;color:var(--gold)}.table-crumb{display:inline-flex;align-items:center;gap:8px;padding-left:10px;border-left:1px solid var(--line)}.tname-crumb{font-size:.85rem;font-weight:600}.topbar .tag{font-size:.72rem;text-transform:uppercase;letter-spacing:1px;color:var(--muted);border:1px solid var(--line);padding:2px 8px;border-radius:999px}.topbar .spacer{margin-left:auto}.conn{font-size:.8rem;display:inline-flex;align-items:center;gap:6px;color:var(--muted)}.conn .dot{width:9px;height:9px;border-radius:50%;background:var(--muted)}.conn.on .dot{background:var(--green)}.conn.off .dot{background:var(--accent)}.content{flex:1;display:flex;flex-direction:column;align-items:stretch;padding:24px}.content>.placeholder,.content>.auth-panel{margin:auto}.placeholder{text-align:center;color:var(--muted);max-width:480px}.placeholder h2{color:var(--text);margin-bottom:10px}.who{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;color:var(--text)}.link{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.78rem;text-decoration:underline}.link:hover{color:var(--accent)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px}.auth-panel{width:100%;max-width:360px}.tabs{display:flex;gap:6px;margin-bottom:20px;background:var(--bg);padding:4px;border-radius:10px}.tabs button{flex:1;padding:9px;border:none;border-radius:7px;background:transparent;color:var(--muted);cursor:pointer;font-size:.88rem}.tabs button.active{background:var(--surface-2);color:var(--text)}form{display:flex;flex-direction:column;gap:14px}label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:var(--muted)}label .hint{color:var(--muted);font-size:.75rem}input,select{background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--text);font-size:.95rem}input:focus,select:focus{outline:none;border-color:var(--accent)}button.primary{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:11px;font-size:.95rem;font-weight:600;cursor:pointer}button.primary:hover{filter:brightness(1.08)}button.primary:disabled{opacity:.5;cursor:not-allowed}.error{color:var(--accent);font-size:.85rem}.fine{margin-top:16px;font-size:.75rem;color:var(--muted);line-height:1.5}.home{width:100%;max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:28px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section-head h2{font-size:1.15rem}.muted{color:var(--muted)}.small{font-size:.8rem}.deck-cards{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.deck-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:10px}.deck-card-main{display:flex;flex-direction:column;gap:3px;cursor:pointer}.deck-card-main strong{font-size:1rem}.deck-card-title{display:flex;align-items:center;gap:8px}.game-tag{font-size:.68rem;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:1px 8px}.deck-card-actions{display:flex;gap:8px}button.ghost{background:var(--surface-2);border:1px solid var(--line);color:var(--text);border-radius:7px;padding:6px 12px;cursor:pointer;font-size:.82rem}button.ghost:hover{border-color:var(--accent)}button.ghost.danger:hover{border-color:var(--accent);color:var(--accent)}.builder{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.builder-head{display:flex;align-items:center;gap:12px}.deck-name{flex:0 1 320px;font-size:1rem}.builder-head .spacer{margin-left:auto}.badge{font-size:.78rem;padding:4px 10px;border-radius:999px;border:1px solid var(--line);color:var(--muted)}.badge.ok{color:var(--green);border-color:#3fb95080}.badge.bad{color:var(--accent);border-color:#e9456080}.badge.tiny{font-size:.66rem;padding:1px 7px}.pad{padding:4px 0}.issues{list-style:disc;margin:0 0 4px 20px;color:var(--accent);font-size:.82rem}.issues li{margin:2px 0}.builder-body{display:grid;grid-template-columns:1fr 1fr 320px;gap:16px;align-items:start}.col{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:14px;min-height:200px}.search-head{display:flex;gap:8px;margin-bottom:10px}.search-head input{flex:1}.paste-box{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.paste-box textarea{background:var(--bg);border:1px solid var(--line);border-radius:8px;color:var(--text);padding:10px;font-family:inherit;resize:vertical}.results{display:flex;flex-direction:column;gap:2px;max-height:60vh;overflow-y:auto}.result,.deck-row{display:flex;align-items:center;gap:8px;padding:5px 6px;border-radius:6px;font-size:.86rem}.result:hover,.deck-row:hover{background:var(--surface-2)}.result .cname,.deck-row .cname{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cost{color:var(--muted);font-size:.78rem}.qty{min-width:20px;text-align:right;color:var(--gold);font-variant-numeric:tabular-nums}.row-actions{display:flex;gap:4px}.row-actions button{background:var(--bg);border:1px solid var(--line);color:var(--text);border-radius:5px;padding:2px 7px;cursor:pointer;font-size:.78rem;line-height:1.3}.row-actions button:hover{border-color:var(--accent)}.deck-row.illegal .cname{color:var(--accent);text-decoration:line-through}.deck-col h3{font-size:.95rem;margin:4px 0 8px}.deck-list{display:flex;flex-direction:column;gap:1px;margin-bottom:12px}.preview-col{position:sticky;top:12px}.card-preview{width:100%;border-radius:12px;display:block}.preview-empty{color:var(--muted);font-size:.85rem;text-align:center;padding:40px 10px}.set-badge{flex:0 0 auto;background:none;border:1px solid var(--line);border-radius:5px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;overflow:hidden}.set-badge:hover{border-color:var(--accent)}.set-badge img{width:100%;height:100%;object-fit:contain}.set-badge span{font-size:.55rem;color:var(--muted)}.printing-option{display:flex;flex-direction:column;gap:4px;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:6px;cursor:pointer;text-align:center}.printing-option:hover{border-color:var(--accent)}.printing-option img{width:100%;border-radius:5px;display:block}.printing-noart{font-size:.75rem;padding:20px 4px;color:var(--muted)}.printing-set-label{font-size:.7rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:900px){.builder-body{grid-template-columns:1fr}.preview-col{position:static}}.lobby-panel{display:flex;flex-direction:column;gap:14px}.create-row{display:flex;gap:8px}.create-row input{flex:1}.table-list{list-style:none;display:flex;flex-direction:column;gap:8px}.table-row{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:12px 14px}.table-info{display:flex;flex-direction:column;gap:2px;min-width:160px}.seats-mini{display:flex;align-items:center;gap:8px;margin-left:auto;font-size:.82rem}.mini-seat{padding:3px 10px;border-radius:999px;border:1px dashed var(--line);color:var(--muted)}.mini-seat.taken{border-style:solid;color:var(--text);background:var(--surface-2)}.vs{color:var(--muted);font-size:.75rem}.table-screen{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:20px;position:relative}.table-head{display:flex;align-items:center;gap:12px}.table-head h2{font-size:1.2rem}.table-head .spacer{margin-left:auto}.seats-area{display:grid;grid-template-columns:1fr 1fr;gap:16px}.seat{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:18px;min-height:160px;display:flex;flex-direction:column;gap:10px}.seat.mine{border-color:var(--gold)}.seat.empty{align-items:center;justify-content:center;border-style:dashed}.seat-head{display:flex;align-items:center;justify-content:space-between}.seat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.seat-name{font-size:1.1rem;font-weight:600}.seat-controls{display:flex;gap:8px;margin-top:auto}.seat-controls select{flex:1}.start-area{display:flex;flex-direction:column;align-items:center;gap:8px;min-height:40px}button.big{font-size:1.05rem;padding:12px 28px}.prompt{display:flex;align-items:center;gap:12px;background:var(--surface-2);border:1px solid var(--gold);border-radius:10px;padding:12px 18px}.spectators h3{font-size:.9rem;margin-bottom:6px}.spectators ul{list-style:none;display:flex;flex-wrap:wrap;gap:8px}.spectators li{background:var(--surface-2);border-radius:999px;padding:4px 12px;font-size:.82rem}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--surface-2);border:1px solid var(--gold);color:var(--text);padding:12px 20px;border-radius:10px;cursor:pointer;box-shadow:0 8px 24px #0006;max-width:90vw}.toast-error{border-color:var(--accent)}.mulligan{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.mulligan h2{font-size:1.15rem}.hand-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.mull-card{width:120px;border-radius:8px;display:block;box-shadow:0 4px 12px #0006;transition:transform .1s,outline-color .1s;outline:3px solid transparent}.mull-card.pick{cursor:pointer}.mull-card.pick:hover{transform:translateY(-6px)}.mull-card.sel{outline-color:var(--gold);transform:translateY(-6px)}.mull-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.table-screen.wide{max-width:1400px}.board{display:flex;flex-direction:row;gap:10px;min-height:0}.board-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;gap:6px}.zone-strip{flex:0 0 auto;display:flex;gap:12px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:4px 8px}.board-sidebar{flex:0 0 210px;width:210px;display:flex;flex-direction:column;gap:10px;overflow-y:auto;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:10px}.side-player{border:1px solid var(--line);border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:6px}.side-player.mine{border-color:var(--gold)}.side-player.active-turn{box-shadow:0 0 0 1px var(--green) inset}.prizes-left{display:flex;align-items:baseline;gap:5px}.turn-tracker{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:8px;padding:6px 10px;font-size:.82rem}.side-banner{border:1px solid var(--gold);border-radius:8px;padding:6px 8px;display:flex;flex-direction:column;gap:6px}.side-banner p{margin:0;line-height:1.35}.sp-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.sp-head .pname{font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-actions{display:flex;flex-direction:column;gap:6px}.side-actions button{width:100%}.side-hints h4{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}.side-hints ul{list-style:none;display:flex;flex-direction:column;gap:3px;font-size:.74rem;color:var(--muted)}.side-hints kbd{background:var(--bg);border:1px solid var(--line);border-radius:4px;padding:0 4px;color:var(--text);font-size:.7rem;margin-right:4px}.side-hints p{margin-top:8px;line-height:1.4}.life{display:flex;align-items:center;gap:6px}.life button{width:24px;height:24px;border-radius:6px;border:1px solid var(--line);background:var(--surface-2);color:var(--text);cursor:pointer;font-size:1rem;line-height:1}.life-num{font-size:1.3rem;font-weight:700;color:var(--gold);min-width:28px;text-align:center}.pname{font-weight:600}.hand-count{color:var(--muted);font-size:.85rem}button.tiny{padding:4px 9px;font-size:.76rem}.piles{display:flex;gap:8px}.pile{display:flex;flex-direction:column;align-items:center;gap:1px}.pile.clickable{cursor:pointer}.pile-card{position:relative;width:46px;height:64px}.pile-card .cardv,.pile-back{width:46px;height:64px;border-radius:4px}.pile-back{object-fit:cover}.pile-empty{width:46px;height:64px;border:1px dashed var(--line);border-radius:4px}.pile-count{position:absolute;bottom:2px;right:2px;background:#000c;color:#fff;font-size:.7rem;padding:0 5px;border-radius:6px}.pile-label{font-size:.58rem;line-height:1.1;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.cardv{position:relative;display:inline-block}.cardv img{width:100%;height:100%;display:block;border-radius:5px;object-fit:cover}.cardv.tapped{transform:rotate(90deg)}.fields{display:flex;flex-direction:column;gap:6px}.battlefield{position:relative;height:210px;border-radius:10px;border:1px solid var(--line);background:var(--felt);background-image:radial-gradient(circle at 50% 50%,rgba(255,255,255,.04),transparent 70%);overflow:hidden}.battlefield.theirs{background:#3a2436}.bf-empty,.hand-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ffffff40;text-transform:uppercase;letter-spacing:3px;font-size:.8rem;pointer-events:none}.hand{position:relative;flex:1;display:flex;align-items:flex-start;gap:0;height:60px;min-height:60px;padding:3px 8px;background:var(--bg);border-radius:8px;overflow:hidden}.hand.theirs{opacity:.95}.hand-slot{flex:0 0 auto;margin-right:-44px}.hand-slot:last-child{margin-right:0}.hand-slot:hover{position:relative;z-index:6}.hand-card{width:120px;height:168px}.hand-card img{box-shadow:0 3px 8px #00000080}.board-preview{position:fixed;right:236px;top:50%;width:300px;max-height:88vh;transform:translateY(-50%);transform-origin:100% 50%;will-change:transform;border-radius:12px;box-shadow:0 14px 40px #000000b3;pointer-events:none;z-index:55}.board-preview.big{transform:translateY(-50%) scale(1.5)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:60}.modal{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:18px;max-width:900px;max-height:82vh;overflow-y:auto}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px}.browse-card{width:100%}.browse-card img{width:100%;height:auto}.bf-card-inner{width:var(--bf-card-w);height:var(--bf-card-h)}.drag-overlay-card{width:var(--bf-card-w);height:var(--bf-card-h);cursor:grabbing;box-shadow:0 10px 24px #0009}.cardv-stack{position:relative;width:var(--bf-card-w);height:var(--bf-card-h)}.stack-parent{position:relative;z-index:10}.stack-attach{box-shadow:0 3px 8px #00000080}.cardv.attach-drop-target{outline:3px solid var(--gold);outline-offset:1px;border-radius:6px}.battlefield.theirs .cardv{transform:rotate(180deg)}.battlefield.theirs .cardv.tapped{transform:rotate(270deg)}.hand.theirs .cardv{transform:rotate(180deg)}.pile-drop{display:inline-block;border-radius:7px}.drop-over{outline:2px dashed var(--gold);outline-offset:2px;border-radius:8px}.hand.mine.drop-over,.battlefield.mine.drop-over{outline-color:var(--gold)}.bf-slot,.bf-slot-drop{width:100%;height:100%}.bf-slot{border:1.5px dashed rgba(255,255,255,.22);border-radius:6px;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;z-index:0;box-sizing:border-box}.bf-slot.filled{border-style:solid;border-color:#ffffff1a}.bf-slot-label{font-size:.58rem;text-transform:uppercase;letter-spacing:.5px;color:#ffffff59;padding-bottom:2px}.bf-freearea{position:absolute;border:1px dashed rgba(255,255,255,.14);border-radius:8px;display:flex;align-items:flex-start;justify-content:center;pointer-events:none;z-index:0;box-sizing:border-box}.bf-freearea-label{font-size:.6rem;text-transform:uppercase;letter-spacing:1px;color:#ffffff40;margin-top:3px}.ko-ring{outline:3px solid var(--bad, #f85149);outline-offset:1px;border-radius:6px}.coin-toast{position:fixed;top:70px;left:50%;transform:translate(-50%);z-index:65;background:var(--surface-2);border:1px solid var(--gold);border-radius:10px;padding:8px 16px;font-size:.85rem;box-shadow:0 8px 24px #00000080;pointer-events:none}.prize-row{display:flex;align-items:center;gap:4px}.prize-row .pile-card,.prize-row .pile-card .cardv,.prize-row .pile-back{width:34px;height:48px}.ctx-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70}.ctx{position:fixed;z-index:71;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:4px;min-width:170px;box-shadow:0 10px 30px #00000080}.ctx-item{display:block;width:100%;text-align:left;background:none;border:none;color:var(--text);padding:7px 12px;border-radius:5px;cursor:pointer;font-size:.85rem}.ctx-item:hover{background:var(--accent);color:#fff}.ctx-sep{height:1px;background:var(--line);margin:4px 6px}.ctx-counter-row{display:flex;align-items:center;gap:6px;padding:3px 10px}.ctx-counter-row .ccr-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.ctx-counter-btn{width:22px;height:22px;flex:0 0 auto;border-radius:6px;border:1px solid var(--line);background:var(--surface-2);color:var(--text);cursor:pointer;font-size:.9rem;line-height:1}.ctx-counter-btn:hover{border-color:var(--accent)}.ctx-counter-val{min-width:18px;text-align:center;font-size:.85rem;font-variant-numeric:tabular-nums;color:var(--gold)}.ctx-attach-list{max-height:200px;overflow-y:auto}.room{width:100%;max-width:1080px;margin:0 auto}.room-head{display:flex;align-items:center;justify-content:space-between}.room-head h2{font-size:1.3rem}.room-sub{margin:6px 0 22px}.head-left{display:flex;align-items:center;gap:14px}.tables-floor{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;padding:30px;border-radius:18px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.04),transparent 60%),repeating-linear-gradient(90deg,#2b2018 0,#2b2018 44px,#241b14 44px,#241b14 88px);border:1px solid var(--line)}.game-table{display:flex;flex-direction:column;align-items:center;gap:10px}.game-table.ingame .felt{filter:saturate(.7) brightness(.85)}.felt{position:relative;width:100%;max-width:300px;height:140px;border-radius:50%/42%;background:radial-gradient(ellipse at 50% 45%,#2e5c37,#163019 78%);border:9px solid #5c3d23;box-shadow:inset 0 0 34px #0000008c,0 6px 16px #0006;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.tname{font-weight:700;color:var(--gold);font-size:1.05rem;letter-spacing:.5px}.tgame{font-size:.66rem;color:#ffffffa6;text-transform:uppercase;letter-spacing:1px}.tstatus{font-size:.68rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:1.5px}.watch{background:#00000059;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:4px 14px;font-size:.78rem;cursor:pointer}.watch:hover{background:#0000008c;border-color:var(--gold)}.game-picker{display:flex;align-items:center;gap:8px;justify-content:center;margin-bottom:16px}.game-picker label{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.chair{width:172px;min-height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:.86rem;padding:6px 10px}.chair.taken{background:var(--surface-2);border:1px solid var(--gold);color:var(--text);font-weight:600}.chair.taken span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chair.open{background:var(--accent);color:#fff;border:none;cursor:pointer;font-weight:600}.chair.open:hover{filter:brightness(1.08)}.chair.open:disabled{background:var(--surface);color:var(--muted);cursor:not-allowed}@media(max-width:720px){.tables-floor{grid-template-columns:1fr}}.content:has(.table-screen.wide){padding:6px}.table-screen.wide{max-width:none;flex:1;min-height:0;display:flex;flex-direction:column;gap:0}.table-screen.wide .board,.table-screen.wide .fields{flex:1;min-height:0}.table-screen.wide .battlefield{flex:1;height:auto;min-height:130px}.cardv.hl{animation:cardflash 1s ease-out;border-radius:6px}@keyframes cardflash{0%,to{box-shadow:0 0 #f5c51800}15%{box-shadow:0 0 0 4px var(--gold),0 0 18px 6px #f5c518e6}60%{box-shadow:0 0 0 3px var(--gold),0 0 12px 3px #f5c51899}}.cardv.sel{outline:3px solid #4aa3ff;outline-offset:1px;border-radius:6px}.card-eye{position:absolute;top:-8px;left:-8px;font-size:1.1rem;filter:drop-shadow(0 1px 2px #000);z-index:3}.card-label{position:absolute;left:2px;right:2px;bottom:4px;background:#000000d1;color:#fff;font-size:.62rem;line-height:1.15;padding:2px 4px;border-radius:4px;text-align:center;z-index:3;pointer-events:none}.card-counters{position:absolute;left:2px;right:2px;bottom:2px;display:flex;flex-wrap:wrap-reverse;gap:2px;z-index:3;pointer-events:none}.counter-badge{display:inline-flex;align-items:center;gap:2px;background:#000000d1;color:#fff;font-size:.6rem;line-height:1.1;padding:1px 4px;border-radius:999px;font-variant-numeric:tabular-nums}.counter-dot{width:6px;height:6px;border-radius:50%;flex:0 0 auto}.counter-icon{font-size:.62rem;line-height:1}.sel-rect{position:fixed;border:1.5px solid #4aa3ff;background:#4aa3ff24;z-index:40;pointer-events:none;border-radius:3px}.arrow-layer{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:60}.roster{display:flex;align-items:center;gap:14px;margin-right:6px}.roster-player{display:inline-flex;align-items:center;gap:6px;font-size:.85rem}.roster-player.empty{color:var(--muted)}.rdot{width:9px;height:9px;border-radius:50%;background:var(--muted)}.rdot.on{background:var(--green)}.rdot.away{background:var(--gold)}.rdot.empty{background:transparent;border:1px dashed var(--muted)}.rnote{color:var(--gold);font-size:.72rem}.roster-spec{color:var(--muted);font-size:.82rem}.browse-groups{display:flex;flex-direction:column;gap:14px}.browse-group-head{font-size:.85rem;color:var(--gold);margin-bottom:6px;border-bottom:1px solid var(--line);padding-bottom:3px}.roll-panel{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:30px 10px}.roll-panel .die{font-size:3rem}.roll-panel h2{font-size:1.3rem}.roll-choices{display:flex;gap:14px;margin-top:6px}.ctx-title{font-size:.68rem;text-transform:uppercase;letter-spacing:1px;color:var(--muted);padding:4px 10px 6px}.token-menu{max-height:70vh;overflow-y:auto;min-width:190px}.token-custom{display:flex;flex-direction:column;gap:6px;padding:6px 8px}.token-custom input{font-size:.82rem;padding:6px 8px}.token-custom-actions{display:flex;gap:6px}.token-custom-actions button{flex:1}.token-face{width:100%;height:100%;border-radius:5px;background:linear-gradient(160deg,#3a3f5a,#23273a);border:1px solid var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:4px;text-align:center;overflow:hidden}.token-name{font-size:.62rem;font-weight:600;line-height:1.15;word-break:break-word}.token-pt{font-size:.8rem;font-weight:700;color:var(--gold)}.sideboard{width:100%;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:12px;min-height:0;flex:1}.sb-head{display:flex;align-items:center;gap:12px}.sb-head h2{font-size:1.15rem}.sb-head .spacer{margin-left:auto}.sb-body{display:grid;grid-template-columns:1fr 1fr 260px;gap:14px;align-items:start;min-height:0;flex:1}.sb-col{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:12px;min-height:0;display:flex;flex-direction:column}.sb-col h3{font-size:.95rem;margin-bottom:8px}.sb-list{display:flex;flex-direction:column;gap:1px;overflow-y:auto}.sb-row{display:flex;align-items:center;gap:8px;padding:4px 6px;border-radius:6px;font-size:.85rem}.sb-row:hover{background:var(--surface-2)}.sb-row .cname{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-preview img{width:100%;border-radius:10px;display:block}.sb-wait{text-align:center}.ok-text{color:var(--green)}.bad-text{color:var(--accent)}button.ghost.restart{border-color:#e9456080;color:var(--accent)}button.ghost.restart:hover{background:#e945601f}@media(max-width:900px){.sb-body{grid-template-columns:1fr}}.shared-deck{max-width:460px}.shared-list{background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:10px 12px;margin:10px 0;max-height:46vh;overflow-y:auto;font-family:ui-monospace,Consolas,monospace;font-size:.78rem;line-height:1.5;white-space:pre-wrap;color:var(--text)}.shared-actions{display:flex;justify-content:flex-end}
