:root{--bg:#0d1117;--panel:#161b22;--panel2:#1c2330;--border:#2a3441;--text:#e6edf3;--muted:#8b98a9;--accent:#f0b429;--green:#2ea043;--blue:#388bfd;--red:#f85149;--orange:#fb8500}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:none}html{scrollbar-gutter:stable;overscroll-behavior-y:contain}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Apple SD Gothic Neo,Noto Sans KR,sans-serif;line-height:1.5;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}input,textarea,[contenteditable=true]{-webkit-user-select:text;-ms-user-select:text;user-select:text}#root{display:flex;flex-direction:column;min-height:100dvh}a{color:inherit;text-decoration:none}.wrap{width:100%;max-width:1100px;margin:0 auto;padding:0 20px}.tab-page{min-height:100%}.tab-page--from-right{animation:tabPageFromRight .24s cubic-bezier(.2,.8,.2,1)}.tab-page--from-left{animation:tabPageFromLeft .24s cubic-bezier(.2,.8,.2,1)}@keyframes tabPageFromRight{0%{opacity:.82;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@keyframes tabPageFromLeft{0%{opacity:.82;transform:translate(-22px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.tab-page--from-right,.tab-page--from-left{animation:none}}header{position:sticky;top:0;z-index:10;background:#0d1117d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .28s ease}header.chrome-hidden{transform:translateY(-100%)}header.chrome-settling{transition:none}.topbar{display:flex;align-items:center;gap:14px;height:58px;position:relative}.logo{display:flex;align-items:center;gap:7px}.logo-mark{width:28px;height:28px;flex:none}.logo-word{font-family:Archivo,-apple-system,sans-serif;font-weight:900;font-size:20px;letter-spacing:-.5px;line-height:1}.logo-word span{color:var(--accent)}.crumb{color:var(--muted);font-size:13px}.crumb b{color:var(--text)}.matrix-page{max-width:660px;margin:0 auto}.hp-trigger{position:fixed;right:16px;bottom:calc(72px + env(safe-area-inset-bottom,0px));z-index:55;display:flex;align-items:center;gap:8px;padding:14px 18px;border-radius:999px;background:var(--accent);border:none;color:#1a1400;font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 8px 22px #00000080;transition:.12s}.hp-trigger:hover{filter:brightness(1.06)}.hp-trigger:active{transform:scale(.97)}@media(min-width:768px){.hp-trigger{position:static;width:100%;margin:0 0 16px;padding:13px;border-radius:12px;background:#f0b4291f;border:1px solid var(--accent);color:var(--accent);box-shadow:none;justify-content:center}.hp-trigger:hover{background:#f0b42933;filter:none}}.modal-backdrop.hp-backdrop{z-index:120}.modal.hp-modal{max-width:420px}.hp-cards{display:flex;justify-content:center;gap:16px;margin:8px 0 16px}.hp-card{width:84px;height:118px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:800;padding:0;transition:.15s}.hp-card.hp-empty{background:transparent;border:2px dashed var(--border);color:var(--muted)}.hp-card.hp-empty.active{border-color:var(--accent);color:var(--accent);box-shadow:0 0 0 4px #f0b42926}.hp-card-ph{font-size:34px;font-weight:800;opacity:.5}.hp-card.filled{background:#fff;border:none;box-shadow:0 6px 18px #00000073;cursor:pointer}.hp-card.filled:hover{transform:translateY(-2px)}.hp-card.red{color:#d8232a}.hp-card.black{color:#16181c}.hp-card-rank{font-size:40px;line-height:1}.hp-card-suit{font-size:38px;line-height:1;margin-top:5px}.hp-prompt{text-align:center;font-size:14px;color:var(--muted);margin-bottom:16px;font-weight:600}.hp-prompt b{color:var(--accent);font-weight:800}.hp-ranks{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.hp-rank{height:50px;border-radius:11px;background:var(--panel2);border:1px solid var(--border);color:var(--text);font-size:19px;font-weight:800;cursor:pointer;transition:.12s}.hp-rank:hover{border-color:var(--accent);color:var(--accent);background:#f0b42914}.hp-suits{display:flex;gap:12px}.hp-suit{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;padding:18px 10px;border-radius:13px;background:var(--panel2);border:1px solid var(--border);color:var(--text);font-size:16px;font-weight:800;cursor:pointer;transition:.12s}.hp-suit:hover{border-color:var(--accent);color:var(--accent);background:#f0b42914}.hp-suit .ex{display:flex;gap:3px;font-size:26px;line-height:1}.hp-suit .ex .black{color:#e6edf3}.hp-suit .ex .red{color:#f85149}.hp-suit small{font-size:11px;font-weight:600;color:var(--muted)}.hp-restart{background:none;border:none;color:var(--muted);font-size:13px;font-weight:700;cursor:pointer;transition:.12s}.hp-restart:hover{color:var(--accent)}@media(max-width:767px){.modal-backdrop.hp-backdrop{align-items:flex-end;padding:0}.modal.hp-modal{width:100%;max-width:none;border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,0px);animation:sheetUp .26s cubic-bezier(.22,.61,.36,1)}.modal.hp-modal:before{content:"";display:block;width:38px;height:4px;border-radius:2px;background:var(--border);margin:10px auto 0}}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:none}}.hp-field{display:flex;align-items:center;justify-content:center;min-height:38px;min-width:0;overflow:hidden;background:var(--panel2);border:1px solid var(--border);border-radius:9px;color:var(--text);font-size:13px;font-family:inherit;padding:6px 11px;cursor:pointer;transition:.12s;width:100%}.hp-field:hover{border-color:var(--accent)}.hp-field-ph{color:var(--muted)}.hp-field-val{display:inline-flex;align-items:center;gap:6px}.hp-field-val b{font-weight:800}.section-title{font-size:20px;font-weight:800;margin:16px 0 4px}.section-sub{color:var(--muted);font-size:13px;margin-bottom:18px}.matrix{display:grid;grid-template-columns:repeat(13,minmax(0,1fr));gap:4px;max-width:660px}.cell{aspect-ratio:1;min-width:0;overflow:hidden;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:clamp(9px,2.5vw,13px);font-weight:600;letter-spacing:-.3px;cursor:pointer;border:1px solid transparent;transition:.12s}.cell.pair{background:#2b2410;color:#f0d68a}.cell.suited{background:#10261a;color:#7fdfa0}.cell.offsuit{background:#1a212b;color:#b8c4d4}.cell:hover{transform:scale(1.08);border-color:var(--muted)}.cell.active{outline:2px solid var(--accent);outline-offset:1px;box-shadow:0 0 0 3px #f0b42933}.legend{display:flex;gap:16px;margin-top:14px;font-size:12px;color:var(--muted)}.legend i{display:inline-block;width:11px;height:11px;border-radius:3px;margin-right:5px;vertical-align:-1px}.hd-head{display:flex;align-items:center;gap:18px;margin:26px 0 20px}.hand-badge{display:flex;gap:4px}.pcard{background:#fff;border-radius:7px;width:42px;height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:800;box-shadow:0 2px 8px #0006}.pcard .rank,.pcard .suit{font-size:18px;line-height:1}.pcard.red{color:#d8232a}.pcard.black{color:#16181c}.pcard.sm{width:30px;height:42px;border-radius:5px}.pcard.sm .rank{font-size:13px}.pcard.sm .suit{font-size:14px}.pcard.xs{width:24px;height:33px;border-radius:4px}.pcard.xs .rank{font-size:11px}.pcard.xs .suit{font-size:12px}.hd-title{font-size:30px;font-weight:800;letter-spacing:-.5px}.hd-meta{color:var(--muted);font-size:14px}.selector{margin-bottom:18px}.selector .label{font-size:12px;color:var(--muted);font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:7px 14px;border-radius:999px;background:var(--panel);border:1px solid var(--border);font-size:13px;cursor:pointer;transition:.12s;color:var(--muted)}.chip:hover{border-color:var(--muted);color:var(--text)}.chip.on{background:var(--accent);color:#1a1400;border-color:var(--accent);font-weight:700}.chip.sm{padding:5px 11px;font-size:12px}.filterbar{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin:8px 0 22px;padding-top:18px;border-top:1px solid var(--border)}.filterbar .fl{font-size:12px;color:var(--muted);margin-right:4px}.sit-groups{display:flex;flex-direction:column;gap:12px}.sit-group-head{font-size:12px;font-weight:800;margin-bottom:7px;display:flex;align-items:center;gap:6px}.sit-group-head:before{content:"";width:10px;height:10px;border-radius:3px;display:inline-block}.sit-group-head.stage-pre{color:#79b8ff}.sit-group-head.stage-pre:before{background:var(--blue)}.sit-group-head.stage-itm{color:#5fd97e}.sit-group-head.stage-itm:before{background:var(--green)}.sit-group-head.stage-final{color:#f0d68a}.sit-group-head.stage-final:before{background:var(--accent)}.chip.sit{display:inline-flex;align-items:center;gap:6px}.chip.sit.on.stage-pre{background:var(--blue);color:#fff;border-color:var(--blue)}.chip.sit.on.stage-itm{background:var(--green);color:#fff;border-color:var(--green)}.chip.sit.on.stage-final{background:var(--accent);color:#1a1400;border-color:var(--accent)}.icm{font-size:9px;font-weight:800;padding:1px 6px;border-radius:6px;line-height:1.5}.icm.extreme{background:#f85149f2;color:#fff}.icm.high{background:#fb8500f2;color:#1a1400}.filter-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:10px 12px;margin:18px 0 14px;cursor:pointer;transition:.12s}.filter-summary:hover{border-color:var(--muted)}.fbadge{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;padding:6px 12px;border-radius:999px;border:1px solid var(--border)}.fbadge.neutral{background:var(--panel2);color:var(--text)}.fbadge.stage-pre{background:var(--blue);color:#fff;border-color:var(--blue)}.fbadge.stage-itm{background:var(--green);color:#fff;border-color:var(--green)}.fbadge.stage-final{background:var(--accent);color:#1a1400;border-color:var(--accent)}.fbadge .k{font-size:10px;font-weight:600;opacity:.7;margin-right:1px}.filter-btn{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--panel2);border:1px solid var(--border);color:var(--text);border-radius:50%;cursor:pointer;transition:.12s}.filter-btn:hover{border-color:var(--accent);color:var(--accent)}.modal-x{display:inline-flex;align-items:center;justify-content:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:flex-start;justify-content:center;padding:48px 16px;z-index:100;overflow:auto}.modal{background:var(--panel);border:1px solid var(--border);border-radius:16px;width:100%;max-width:540px;box-shadow:0 20px 60px #00000080}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.modal-head h3{font-size:16px;font-weight:800}.modal-x{background:none;border:none;color:var(--muted);font-size:18px;cursor:pointer;line-height:1}.modal-x:hover{color:var(--text)}.modal-body{padding:18px 20px}.modal-foot{padding:14px 20px;border-top:1px solid var(--border);text-align:right}.auth-required-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;display:flex;align-items:center;justify-content:center;padding:20px;background:#04070cad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:authReqFade .16s ease}.auth-required-dialog{width:100%;max-width:380px;border:1px solid rgba(139,152,169,.24);border-radius:18px;background:var(--panel);box-shadow:0 20px 60px #00000094;overflow:hidden;animation:authReqPop .18s cubic-bezier(.2,.8,.2,1)}.auth-required-head{display:flex;align-items:center;justify-content:flex-end;padding:12px 12px 0}.auth-required-x{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:none;border-radius:10px;background:none;color:var(--muted);cursor:pointer;transition:.12s}.auth-required-x:hover{background:var(--panel2);color:var(--text)}.auth-required-body{padding:8px 20px 18px}.auth-required-body h2{font-size:19px;font-weight:850;line-height:1.34;margin-bottom:8px;letter-spacing:0;word-break:keep-all}.auth-required-body p{font-size:14px;line-height:1.65;color:var(--muted);word-break:keep-all}.auth-required-actions{display:flex;flex-direction:column;gap:9px;padding:0 20px 20px}.auth-required-primary,.auth-required-secondary{width:100%;height:46px;border-radius:12px;font-size:15px;font-weight:800;font-family:inherit;cursor:pointer;transition:.12s}.auth-required-primary{border:1px solid var(--accent);background:var(--accent);color:#11151f}.auth-required-primary:hover{filter:brightness(1.06)}.auth-required-secondary{border:1px solid var(--border);background:transparent;color:var(--muted)}.auth-required-secondary:hover{border-color:var(--muted);color:var(--text)}@keyframes authReqFade{0%{opacity:0}to{opacity:1}}@keyframes authReqPop{0%{opacity:.8;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:767px){.auth-required-backdrop{align-items:flex-end;padding:0}.auth-required-dialog{max-width:none;border-radius:20px 20px 0 0;border-left:0;border-right:0;border-bottom:0;animation:sheetUp .24s cubic-bezier(.22,.61,.36,1)}.auth-required-dialog:before{content:"";display:block;width:38px;height:4px;border-radius:999px;background:var(--border);margin:10px auto 0}.auth-required-actions{padding-bottom:max(20px,calc(16px + env(safe-area-inset-bottom,0px)))}}.apply-btn{background:var(--accent);color:#1a1400;border:none;font-size:14px;font-weight:800;padding:10px 24px;border-radius:999px;cursor:pointer;transition:.12s}.apply-btn:hover{filter:brightness(1.08)}.feed{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px}.spot{background:var(--panel);border:1px solid var(--border);border-radius:12px;overflow:hidden;cursor:pointer;transition:.15s}.spot:hover{transform:translateY(-3px);border-color:var(--muted);box-shadow:0 8px 24px #00000059}.thumb{height:160px;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1d2b22,#0f1a14);overflow:hidden}.thumb.bluff{background:linear-gradient(135deg,#2b1d0f,#1a0f06)}.thumb.sdv{background:linear-gradient(135deg,#0f1f2b,#06121a)}.thumb.giveup{background:linear-gradient(135deg,#2b1216,#1a0a0c)}.thumb-cards{display:flex;gap:6px;align-items:center}.thumb-overlay{position:absolute;left:0;right:0;bottom:0;padding:10px 12px;font-weight:800;font-size:17px;background:linear-gradient(transparent,#000000bf);text-shadow:0 1px 3px rgba(0,0,0,.6)}.thumb-role{position:absolute;top:10px;left:10px;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px}.thumb-dur{position:absolute;bottom:10px;right:10px;font-size:11px;background:#000000b3;padding:2px 6px;border-radius:4px}.vs{color:var(--muted);font-weight:700;margin:0 4px}.spot-body{padding:13px 14px}.spot-title{font-weight:700;font-size:15px;line-height:1.35;margin-bottom:6px}.spot-sub{color:var(--muted);font-size:13px;margin-bottom:10px}.spot-tags{display:flex;gap:6px;flex-wrap:wrap}.tag{font-size:11px;color:var(--muted);background:var(--panel2);padding:3px 8px;border-radius:5px}.role{font-size:11px;font-weight:700;padding:3px 9px;border-radius:6px;display:inline-block}.role.value{background:#2ea0432e;color:#5fd97e}.role.bluff,.role.semibluff{background:#fb85002e;color:#ffae52}.role.sdv{background:#388bfd2e;color:#79b8ff}.role.giveup{background:#f851492e;color:#ff8a84}.diff{font-size:11px;font-weight:700;padding:3px 9px;border-radius:6px}.diff.입문{background:#2ea0432e;color:#5fd97e}.diff.중급{background:#f0b4292e;color:#f0d68a}.diff.고급{background:#f851492e;color:#ff8a84}.back{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:14px;cursor:pointer;margin:24px 0 16px}.back:hover{color:var(--text)}.detail-title{font-size:28px;font-weight:800;letter-spacing:-.5px;line-height:1.2;max-width:780px}.detail-sub{color:var(--muted);font-size:16px;margin-top:8px;margin-bottom:22px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:18px 20px;margin-bottom:18px}.panel h3{font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin-bottom:14px}.precond{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.pc-item .k{font-size:12px;color:var(--muted);margin-bottom:3px}.pc-item .v{font-size:15px;font-weight:600}.line{margin-top:14px;padding-top:14px;border-top:1px solid var(--border);font-size:15px}.line b{color:var(--accent)}.precond-badges{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 12px}.precond-line{font-size:14px;color:var(--muted);margin:0 0 20px}.precond-line b{color:var(--accent)}.cfg-tabs{display:flex;gap:4px;flex-wrap:nowrap;overflow-x:auto;border-bottom:1px solid var(--border);margin:6px 0 16px;scrollbar-width:none}.cfg-tabs::-webkit-scrollbar{display:none}.cfg-tab{flex:none;white-space:nowrap;background:none;border:none;border-bottom:2px solid transparent;color:var(--muted);font-size:13px;font-weight:700;padding:9px 13px;cursor:pointer;transition:.12s}.cfg-tab:hover{color:var(--text)}.cfg-tab.on{color:var(--accent);border-bottom-color:var(--accent)}.cfg-meta{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.cfg-icm{font-size:13px;color:var(--muted);line-height:1.5}.cfg-verdict{font-size:14px;line-height:1.5;padding-left:11px;border-left:2px solid var(--accent)}.cfg-verdict b{color:var(--accent)}.made{font-size:13px;color:var(--muted);margin:12px 0 10px}.gto-block{margin-bottom:12px}.gto-head{font-size:13px;color:var(--muted);margin-bottom:8px}.gto-tag{display:inline-block;font-size:11px;font-weight:800;color:#79b8ff;margin-right:7px}.freq-bar{display:flex;height:28px;border-radius:7px;overflow:hidden;border:1px solid var(--border);background:var(--panel2)}.freq-bar .seg{height:100%;transition:width .2s}.freq-bar .seg.fold{background:var(--blue)}.freq-bar .seg.call{background:var(--green)}.freq-bar .seg.raise{background:var(--red)}.freq-legend{display:flex;gap:16px;margin-top:7px;font-size:12px;color:var(--muted)}.freq-legend i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:5px;vertical-align:-1px}.freq-legend i.fold{background:var(--blue)}.freq-legend i.call{background:var(--green)}.freq-legend i.raise{background:var(--red)}.exploit-box{padding:2px 0}.exploit-tag{font-size:11px;font-weight:800;color:var(--muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}.exploit-row{display:flex;gap:9px;font-size:13px;line-height:1.5;padding:5px 0;align-items:baseline}.vtag{flex:none;font-size:10px;font-weight:700;width:46px;text-align:center;color:var(--muted);border:1px solid var(--border);border-radius:5px;padding:2px 0}.street{padding:18px 0 4px;margin-bottom:4px;border-top:1px solid var(--border)}.street-head{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:14px}.street-name{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--accent)}.texture{display:flex;gap:6px}.tx{font-size:11px;color:var(--muted);background:var(--panel2);padding:3px 8px;border-radius:5px}.street-row{display:grid;grid-template-columns:130px 1fr;gap:10px;font-size:14px;padding:8px 0;border-top:1px solid var(--border)}.street-row .k{color:var(--muted)}.takeaway{padding:14px 0;margin:18px 0 4px;font-size:15px;line-height:1.55;border-top:1px solid var(--border)}.takeaway b{color:var(--accent)}.table-block{margin:4px 0}.table-wrap{position:relative;width:100%;max-width:460px;margin:0 auto;aspect-ratio:4/3}.table-legend{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:12px;font-size:12px;color:var(--muted)}.table-legend i{display:inline-block;width:11px;height:11px;border-radius:3px;margin-right:5px;vertical-align:-1px}.table-legend i.l-hero{background:var(--accent)}.table-legend i.l-villain{background:var(--orange)}.table-legend i.l-empty{background:var(--border)}.table-legend i.l-new{background:var(--accent);box-shadow:0 0 6px #f0b429e6}.felt{position:absolute;top:14%;left:5%;right:5%;bottom:14%;border-radius:50%;background:radial-gradient(ellipse at center,#1c6b3f,#114a2c 70%,#0d3a22);border:8px solid #07301c;box-shadow:inset 0 0 50px #0000008c,0 6px 20px #0006}.felt-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#ffffff8c;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.felt-center .pot{margin-top:4px;font-size:11px;color:#fff6;letter-spacing:1px}.board-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:6px}.board-cards{display:flex;gap:5px;align-items:center}.board-label{font-size:10px;font-weight:800;letter-spacing:2px;color:#fff9;text-transform:uppercase}.bcard{transition:.2s;display:inline-block}.bcard.card-old{opacity:.45;filter:grayscale(.3)}.bcard.card-new{transform:translateY(-4px) scale(1.1)}.bcard.card-new .pcard{box-shadow:0 0 0 2px var(--accent),0 0 18px #f0b429cc}.seat{position:absolute;transform:translate(-50%,-50%);width:84px;text-align:center}.seat .cards-row{display:flex;gap:3px;justify-content:center;align-items:flex-end;min-height:33px;margin-bottom:4px}.cardback{width:23px;height:32px;border-radius:4px;border:1px solid #5a4a82;background:repeating-linear-gradient(45deg,#3b2c5a,#3b2c5a 3px,#2a1f42 3px,#2a1f42 6px)}.seat .box{position:relative;background:var(--panel2);border:1px solid var(--border);border-radius:9px;padding:5px 4px}.seat.hero .box{border-color:var(--accent);background:#f0b42924;box-shadow:0 0 0 3px #f0b42926}.seat.villain .box{border-color:var(--orange);background:#fb850024}.seat.empty{opacity:.38}.seat .pos{font-size:12px;font-weight:800;line-height:1.1}.seat .who{font-size:10px;margin-top:1px;font-weight:600}.seat.hero .who{color:var(--accent)}.seat.villain .who{color:var(--orange)}.dealer{position:absolute;top:-7px;right:-7px;width:18px;height:18px;border-radius:50%;background:#fff;color:#111;font-size:10px;font-weight:800;line-height:18px;box-shadow:0 1px 3px #00000080}.empty{text-align:center;padding:80px 20px;color:var(--muted)}.empty .big{font-size:40px;margin-bottom:12px}.note{font-size:12px;color:var(--muted);margin:12px 0;display:block}.app-body{padding-bottom:calc(86px + env(safe-area-inset-bottom,0px));flex:1 0 auto;overflow-x:clip}.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 8px calc(14px + env(safe-area-inset-bottom,0px));pointer-events:none;transition:transform .3s ease}.tabbar:before{content:"";position:absolute;left:0;right:0;bottom:0;height:168px;z-index:0;pointer-events:none;background:linear-gradient(to bottom,#080b1100,#080b11c7 48%,#080b11f5)}.tabbar.chrome-hidden{transform:translateY(140%)}.tabbar.chrome-settling{transition:none}.tabbar-group,.tabbar-auth{pointer-events:auto;background:#161b22f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:relative;z-index:1;border:1px solid var(--border);border-radius:28px;box-shadow:0 10px 30px #00000080}.tabbar-group{position:relative;display:flex;align-items:stretch;flex:1 1 auto;padding:5px 4px}.tabbar-auth{display:flex;align-items:center;justify-content:center;padding:5px;flex:none;border-radius:999px}.tab{position:relative;z-index:1;flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:none;border:none;color:var(--muted);font-size:11px;font-weight:600;padding:5px 2px;cursor:pointer;transition:.12s}.tab span{line-height:1;white-space:nowrap}.tab-ico{display:inline-flex;align-items:center;justify-content:center;padding:3px 14px;border-radius:999px;transition:background .14s ease}.tab:hover,.tab.on{color:var(--text)}.tab.on .tab-ico{color:#1a1400}.tabbar-auth .tab.on .tab-ico{background:var(--accent)}.tab-indicator{position:absolute;left:0;top:0;z-index:0;pointer-events:none;border-radius:999px;background:var(--accent);will-change:transform,width;transition:transform .4s cubic-bezier(.34,1.35,.5,1),width .4s cubic-bezier(.34,1.35,.5,1),opacity .18s ease}@media(prefers-reduced-motion:reduce){.tab-indicator{transition:opacity .18s ease}}@property --tab-load-angle{syntax:"<angle>";initial-value:0deg;inherits:false}.tabbar-group.loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;border-radius:inherit;padding:2px;background:conic-gradient(from var(--tab-load-angle),transparent 0deg,transparent 200deg,#fff7d1 310deg,var(--accent) 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;animation:tabLoadSpin .9s linear infinite}@keyframes tabLoadSpin{to{--tab-load-angle:360deg}}@media(prefers-reduced-motion:reduce){.tabbar-group.loading:after{animation:none;background:#fff7d1;opacity:.7}}.ptr{position:fixed;top:62px;left:50%;z-index:9;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#161b22f5;border:1px solid var(--border);box-shadow:0 6px 18px #00000073;pointer-events:none;will-change:transform,opacity;transition:opacity .2s ease}.ptr.snap{transition:transform .3s cubic-bezier(.2,.8,.2,1),opacity .2s ease}.ptr.armed{border-color:var(--accent);box-shadow:0 6px 20px #f0b42959}.ptr-spinner{width:18px;height:18px;border-radius:50%;border:2.5px solid rgba(240,180,41,.25);border-top-color:var(--accent)}.ptr.refreshing .ptr-spinner{animation:ptrSpin .7s linear infinite}@keyframes ptrSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.ptr.refreshing .ptr-spinner{animation-duration:1.1s}}.topnav{display:none}.topnav-item{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:var(--muted);font-size:14px;font-weight:600;padding:8px 14px;border-radius:9px;cursor:pointer;transition:.12s}.topnav-item:hover{color:var(--text);background:var(--panel)}.topnav-item.on{color:var(--accent)}@media(min-width:768px){.topnav{display:flex;align-items:center;gap:2px;margin-left:auto}.crumb,.tabbar{display:none}.app-body{padding-bottom:48px}.scrolltop.above-tab{bottom:24px}}.page{flex:1 0 auto;display:flex;flex-direction:column;animation:pageIn .22s ease}@keyframes pageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.page-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:14px;height:54px;padding:0 18px;background:var(--bg);transition:transform .25s ease}.page.head-hidden .page-topbar{transform:translateY(-100%)}.page.head-hidden{--app-head-h:0px}.page-back{display:inline-flex;align-items:center;gap:5px;background:none;border:none;color:var(--text);font-size:14px;font-weight:600;cursor:pointer;padding:6px 10px 6px 6px;margin-left:-6px;border-radius:9px;transition:.12s}.page-back:hover{background:var(--panel)}.page-back span{color:var(--muted)}.page-back-cards{display:flex;gap:3px}.page-topbar-title{flex:1;min-width:0;display:flex;align-items:center}.page-topbar-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.vd-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:none;border:none;color:var(--muted);cursor:pointer;transition:.12s;text-decoration:none}.vd-icon-btn:hover{background:var(--panel);color:var(--text)}.vd-icon-btn.on{background:#f0b42924;color:var(--accent)}.page-body{padding-top:6px;padding-bottom:64px;flex:1 0 auto}.page-body--hand{height:calc(100dvh - 54px);min-height:0;padding-bottom:0;flex:1 1 auto;overflow:hidden}.hp-page{height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none;-ms-overflow-style:none}.hp-page::-webkit-scrollbar{display:none}.hp-profile{flex:none;padding:24px 0 20px}.hp-top{display:flex;align-items:center;gap:24px}.hp-avatar{flex:none;width:108px;height:108px;border-radius:50%;display:flex;gap:4px;align-items:center;justify-content:center;background:radial-gradient(ellipse at 32% 26%,#2a3441,#12161d);border:2px solid var(--border)}.hp-avatar.pair{border-color:#6b5a1e}.hp-avatar.suited{border-color:#1e6b42}.hp-avatar.offsuit{border-color:#2a3a52}.hp-head{flex:1;min-width:0}.hp-title{font-size:21px;font-weight:800;letter-spacing:-.3px;line-height:1.3}.hp-desc{color:var(--muted);font-size:14px;line-height:1.55;margin-top:7px;max-width:640px}.filter-all{font-size:13px;color:var(--muted)}.hp-topbar-hand{--hp-header-progress:0;min-width:0;display:flex;align-items:center;gap:8px;opacity:var(--hp-header-progress);transform:translateY(calc(-5px * (1 - var(--hp-header-progress))))}.hp-topbar-cards{flex:none;display:flex;align-items:center;gap:2px}.hp-topbar-cards .pcard{box-shadow:0 1px 4px #00000059}.hp-topbar-copy{min-width:0;display:flex;align-items:baseline;gap:7px}.hp-topbar-hand-code{font-size:14px;font-weight:900;color:var(--text);letter-spacing:0}.hp-topbar-title{font-size:12px;font-weight:700;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hp-sticky-head{position:sticky;top:0;z-index:8;background:var(--bg);margin:0 -20px;padding:0 20px;border-bottom:1px solid var(--border)}.hp-tabs{display:flex;border-bottom:0}.hp-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:none;border:none;border-bottom:2px solid transparent;color:var(--muted);font-size:14px;font-weight:700;padding:14px 0;cursor:pointer;transition:.12s;margin-bottom:-1px}.hp-tab:hover{color:var(--text)}.hp-tab.on{color:var(--accent);border-bottom-color:var(--accent)}.hp-tab-content{min-height:0}.hp-tab-panel{padding:22px 0 64px}.hp-about{--hp-section-gap:30px;--hp-section-pad:28px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hp-sec-h,.hp-block-h,.hp-closing span{position:relative;display:block;font-size:17px;font-weight:800;line-height:1.35;color:var(--text);letter-spacing:0;text-transform:none;margin:0 0 18px;padding:12px 14px 12px 25px;background:var(--panel);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hp-sec-h:before,.hp-block-h:before,.hp-closing span:before{content:"";position:absolute;left:12px;top:50%;width:3px;height:17px;border-radius:2px;background:var(--accent);transform:translateY(-50%)}.hp-stats{display:flex;padding:6px 0 22px;margin-bottom:0}.hp-stat{flex:1;text-align:center}.hp-stat+.hp-stat{border-left:1px solid var(--border)}.hp-stat-v{font-size:21px;font-weight:800;line-height:1.15}.hp-stat-k{font-size:11px;color:var(--muted);font-weight:600;margin-top:6px;letter-spacing:0}.hp-tier{font-weight:800}.tc-elite{color:#e0a92e}.tc-strong{color:#5fd97e}.tc-ok{color:#6fb6f0}.tc-marg{color:#b79bea}.tc-spec{color:#ef9354}.tc-weak{color:var(--muted)}.hp-tier-row{margin:0;padding:20px 0 var(--hp-section-pad)}.hp-tier-scale{display:grid;grid-template-columns:repeat(6,1fr);gap:3px;margin-bottom:11px}.hp-tier-seg{height:4px;border-radius:2px;background:currentColor;opacity:.2}.hp-tier-seg.on{opacity:1;height:6px;margin-top:-1px;box-shadow:0 0 0 1px #ffffff0f}.hp-tier-gloss{font-size:12.5px;line-height:1.55;color:var(--muted)}.hp-tier-gloss b{font-weight:800}.hp-category-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px;font-size:12px;line-height:1.45;color:var(--muted)}.hp-category-line span{font-weight:800;color:var(--muted)}.hp-category-line b{font-weight:800;color:var(--text)}.hp-pos{padding:var(--hp-section-pad) 0}.hp-sec-sub{display:block;font-size:11.5px;font-weight:600;line-height:1.45;color:var(--muted);margin:4px 0 0;letter-spacing:0;text-transform:none}.hp-pos-legend{font-size:11.5px;line-height:1.5;color:var(--muted);margin:-5px 0 16px}.hp-stage-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:8px;margin-bottom:10px;scrollbar-width:none}.hp-stage-tabs::-webkit-scrollbar{display:none}.hp-stage-tab{flex:0 0 auto;border:1px solid var(--border);background:#ffffff06;color:var(--muted);border-radius:6px;padding:7px 11px;font:inherit;font-size:11.5px;font-weight:800;white-space:nowrap;cursor:pointer}.hp-stage-tab.on{color:var(--text);border-color:#6fb6f099;background:#388bfd21}.hp-stage-desc{font-size:12.5px;line-height:1.6;color:var(--muted);padding:14px 0 18px;margin-bottom:20px;border-bottom:1px solid var(--border)}.hp-stage-desc b{display:block;font-size:13.5px;line-height:1.4;color:var(--text);margin-bottom:5px}.hp-plan{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid rgba(255,255,255,.055)}.hp-plan:last-of-type{padding-bottom:0;margin-bottom:0;border-bottom:0}.hp-plan-label{font-size:13.5px;line-height:1.4;font-weight:800;color:var(--text);margin-bottom:9px}.hp-pos-row{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.hp-pos-cell{text-align:center}.hp-pos-name{font-size:11px;font-weight:700;color:var(--muted);margin-bottom:5px;letter-spacing:0}.hp-pos-act{font-size:11.5px;font-weight:700;padding:5px 0;border-radius:6px;letter-spacing:0}.hp-pos-act.open{color:#5fd97e;background:#2ea0431f}.hp-pos-act.limp{color:#d8bb71;background:#d8bb711f}.hp-pos-act.defend,.hp-pos-act.call{color:#6fb6f0;background:#58b0ff1c}.hp-pos-act[class~="3bet"]{color:#ff8a84;background:#f851491f}.hp-pos-act.jam{color:#ef9354;background:#ff9d5c21}.hp-pos-act.mixed{color:#e0a92e;background:#f0b4291c}.hp-pos-act.fold{color:var(--muted);background:#ffffff08}.hp-pos-act.mix{background:linear-gradient(90deg,var(--mc) var(--mf),rgba(255,255,255,.035) var(--mf))}.hp-pos-act.mix.open{color:#7be095;--mc:rgba(46,160,67,.34)}.hp-pos-act.mix.limp{color:#e3c985;--mc:rgba(216,187,113,.32)}.hp-pos-act.mix.jam{color:#f2a268;--mc:rgba(255,157,92,.36)}.hp-pos-act.mix.call,.hp-pos-act.mix.defend{color:#82c4f4;--mc:rgba(88,176,255,.34)}.hp-pos-act.mix sup{font-size:8px;font-weight:800;opacity:.7;margin-left:1px}.hp-plan-note{font-size:12px;line-height:1.55;color:var(--muted);margin-top:9px}.hp-icm{font-size:12px;line-height:1.6;color:var(--muted);margin-top:18px;padding-top:0}.hp-icm b{font-weight:800;color:var(--text);margin-right:7px;letter-spacing:.4px}.hp-response{margin:26px 0 0;padding:24px 0 4px}.hp-response-head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 16px;padding:12px 14px 12px 25px;background:var(--panel);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hp-response-head:before{content:"";position:absolute;left:12px;top:50%;width:3px;height:17px;border-radius:2px;background:var(--accent);transform:translateY(-50%)}.hp-response-head>div{flex:1;min-width:0}.hp-response-head .hp-block-h{position:static;z-index:auto;font-size:17px;margin-bottom:5px;padding:0;background:none;border:0}.hp-response-head .hp-block-h:before{display:none}.hp-response-condition{font-size:11.5px;line-height:1.5;color:var(--muted)}.hp-response-confidence{flex:none;font-size:10.5px;font-weight:800;line-height:1;padding:6px 8px;border-radius:5px}.hp-response-confidence.verified{color:#5fd97e;background:#2ea04324}.hp-response-confidence.directional{color:#e0a92e;background:#f0b4291f}.hp-response-stack-select{margin-bottom:14px}.hp-response-stack-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin-bottom:6px}.hp-response-stack-tabs::-webkit-scrollbar{display:none}.hp-response-stack-tabs button,.hp-response-hero-tabs button{min-width:0;border:1px solid var(--border);background:#ffffff06;color:var(--muted);font:inherit;font-size:11.5px;font-weight:800;padding:7px 5px;border-radius:6px;white-space:nowrap;cursor:pointer}.hp-response-stack-tabs button.on,.hp-response-hero-tabs button.on{color:var(--text);border-color:#6fb6f099;background:#388bfd21}.hp-response-stack-note{font-size:10.5px;line-height:1.45;color:var(--muted)}.hp-response-legend{display:flex;align-items:center;flex-wrap:wrap;gap:12px;font-size:10.5px;color:var(--muted);margin-bottom:11px}.hp-response-legend span:last-child{margin-left:auto}.hp-response-legend i{display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:4px}.hp-response-legend i.fold{background:#56616f}.hp-response-legend i.call{background:#388bfd}.hp-response-legend i.threebet{background:#f85149}.hp-response-legend i.jam{background:#f0883e}.hp-response-desktop{overflow-x:auto;padding-bottom:5px}.hp-response-table{display:grid;grid-template-columns:70px repeat(6,minmax(86px,1fr));min-width:640px;border-top:1px solid var(--border);border-left:1px solid var(--border)}.hp-response-corner,.hp-response-colh,.hp-response-rowh,.hp-response-na,.hp-response-cell{min-width:0;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.hp-response-corner,.hp-response-colh,.hp-response-rowh{display:flex;align-items:center;justify-content:center;min-height:33px;color:var(--muted);font-size:10.5px;font-weight:800;background:#ffffff05}.hp-response-corner{font-size:9.5px;white-space:nowrap}.hp-response-rowh{color:var(--text)}.hp-response-na{display:flex;align-items:center;justify-content:center;min-height:58px;color:#8b98a940;background:#ffffff03}.hp-response-cell{display:flex;flex-direction:column;justify-content:center;min-height:58px;padding:8px;background:#ffffff04}.hp-response-bar{display:flex;width:100%;height:6px;overflow:hidden;border-radius:2px;background:#ffffff09}.hp-response-seg.fold{background:#56616f}.hp-response-seg.call{background:#388bfd}.hp-response-seg[class~="3bet"]{background:#f85149}.hp-response-seg.jam{background:#f0883e}.hp-response-values{display:flex;justify-content:space-between;gap:3px;margin-top:6px;color:#8b98a961;font-size:8.5px;line-height:1;white-space:nowrap}.hp-response-values span.on.fold{color:#a3adb9}.hp-response-values span.on.call{color:#79b8ff}.hp-response-values span.on[class~="3bet"]{color:#ff8a84}.hp-response-values span.on.jam{color:#ffb86b}.hp-response-values b{font-size:9px}.hp-response-cell.compact .hp-response-values{font-size:7.5px;gap:2px}.hp-response-cell.compact .hp-response-values b{font-size:8px}.hp-response-source{display:flex;flex-direction:column;gap:4px;margin-top:13px;font-size:11px;line-height:1.55;color:var(--muted)}.hp-response-source b{color:var(--text);font-size:11.5px}.hp-response-mobile{display:none}@media(max-width:767px){.hp-response-desktop{display:none}.hp-response-mobile{display:block}.hp-response-head{gap:10px}.hp-response-condition{font-size:11px}.hp-response-stack-tabs{gap:4px}.hp-response-stack-tabs button{padding:8px 2px;font-size:11px}.hp-response-legend span:last-child{width:100%;margin-left:0}.hp-response-mobile-label{font-size:11px;font-weight:800;color:var(--muted);margin-bottom:7px}.hp-response-hero-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;margin-bottom:13px}.hp-response-hero-tabs button{min-width:0;padding:7px 2px}.hp-response-mobile-rows{border-top:1px solid var(--border)}.hp-response-mobile-row{display:grid;grid-template-columns:64px minmax(0,1fr);border-bottom:1px solid var(--border)}.hp-response-mobile-opener{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;padding:10px 8px 10px 0}.hp-response-mobile-opener b{font-size:12px}.hp-response-mobile-opener span{font-size:9.5px;color:var(--muted)}.hp-response-mobile-row .hp-response-cell{border-right:0;border-bottom:0;padding:10px 0 10px 10px;background:none}.hp-response-values{font-size:9.5px}.hp-response-values b{font-size:10px}}.hp-pf{padding:var(--hp-section-pad) 0}.hp-pf-tabs{display:flex;gap:6px;margin:2px 0 8px}.hp-pf-tab{flex:1;font-size:12px;font-weight:700;padding:8px 6px;border-radius:8px;border:1px solid var(--border,rgba(255,255,255,.1));background:#ffffff08;color:var(--muted);cursor:pointer}.hp-pf-tab.on{background:#58b0ff24;border-color:#58b0ff80;color:var(--text)}.hp-pf-stages{display:flex;gap:5px;overflow-x:auto;padding-bottom:8px;margin-bottom:10px;scrollbar-width:none}.hp-pf-stages::-webkit-scrollbar{display:none}.hp-pf-stage{flex:0 0 auto;font-size:11.5px;font-weight:700;padding:6px 11px;border-radius:999px;border:1px solid var(--border,rgba(255,255,255,.1));background:#ffffff08;color:var(--muted);cursor:pointer;white-space:nowrap}.hp-pf-stage.on{background:#c9a24b2e;border-color:#c9a24b99;color:var(--text)}.hp-pf-grid{display:grid;gap:4px;align-items:stretch}.hp-pf-corner{font-size:10px;font-weight:700;color:var(--muted);display:flex;align-items:center}.hp-pf-colh{font-size:11px;font-weight:700;color:var(--muted);text-align:center;padding:4px 0}.hp-pf-rowh{font-size:11px;font-weight:700;color:var(--muted);display:flex;align-items:center}.hp-pf-cell{font-size:12.5px;font-weight:800;padding:9px 0;border-radius:6px;border:none;cursor:pointer;color:#fff;letter-spacing:0}.hp-pf-cell.on{outline:2px solid #c9a24b;outline-offset:-2px}.hp-pf-legend{font-size:11.5px;line-height:1.5;color:var(--muted);margin-top:10px}.hp-pf-detail{margin-top:10px;padding:11px 13px;border-radius:9px;background:#ffffff0a;border:1px solid var(--border,rgba(255,255,255,.08))}.hp-pf-detail-h{font-size:12.5px;font-weight:800;color:var(--text);margin-bottom:6px}.hp-pf-detail p{font-size:12.5px;line-height:1.65;color:var(--muted);margin:0}.hp-story-group{padding:var(--hp-section-pad) 0}.hp-story{padding:0 0 var(--hp-section-pad)}.hp-lead{font-size:17px;font-weight:700;line-height:1.5;margin-bottom:12px;letter-spacing:0}.hp-vibe{font-size:15px;line-height:1.7;color:var(--text);margin-bottom:0;max-width:720px}.hp-sw{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:var(--hp-section-pad) 0 0}.hp-sw-h{font-size:15px;font-weight:800;line-height:1.35;letter-spacing:0;text-transform:none;padding-bottom:10px;margin-bottom:14px;border-bottom:1px solid var(--border)}.hp-sw-h.good{color:#5fd97e}.hp-sw-h.bad{color:#ff8a84}.hp-sw ul{list-style:none;display:flex;flex-direction:column;gap:11px}.hp-sw li{font-size:13.5px;line-height:1.55;padding-left:14px;position:relative}.hp-sw li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;border-radius:50%;background:var(--border)}.hp-sw-col:first-child li:before{background:#5fd97eb3}.hp-sw-col:last-child li:before{background:#ff8a84b3}.hp-mistakes{padding:var(--hp-section-pad) 0}.hp-mistakes ul{list-style:none;display:flex;flex-direction:column;gap:11px}.hp-mistakes li{font-size:13.5px;line-height:1.55;padding-left:15px;position:relative}.hp-mistakes li:before{content:"";position:absolute;left:0;top:7px;width:7px;height:2px;border-radius:1px;background:#ff8a84}.hp-closing{font-size:14px;line-height:1.65;color:var(--text);padding:var(--hp-section-pad) 0 0}.hp-closing span{margin-bottom:16px}.hp-flop{padding:var(--hp-section-pad) 0}.hp-flop-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.hp-flop-colh{font-size:12px;font-weight:800;letter-spacing:0;text-transform:none;padding-bottom:10px;margin-bottom:14px;border-bottom:1px solid var(--border)}.hp-flop-col.best .hp-flop-colh{color:#5fd97e}.hp-flop-col.worst .hp-flop-colh{color:#ff8a84}.hp-flop-case{margin-bottom:15px}.hp-flop-case:last-child{margin-bottom:0}.hp-flop-top{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:6px}.hp-flop-board{display:inline-flex;gap:3px}.hp-flop-label{font-size:13px;font-weight:700;color:var(--text)}.hp-flop-note{font-size:13px;line-height:1.5;color:var(--muted)}.hp-flop-odds-line{font-size:11.5px;line-height:1.45;color:var(--muted);opacity:.78;margin-top:5px}@media(max-width:560px){.hp-sw{gap:24px}.hp-flop-grid{grid-template-columns:1fr;gap:22px}}.ev-section{margin-top:26px}.ev-section-title{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:800;margin-bottom:14px}.ev-flag{font-size:18px}.ev-section-cnt{font-size:12px;font-weight:700;color:var(--muted)}.ev-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,330px),1fr));gap:10px}.ev-card{display:grid;grid-template-columns:108px minmax(0,1fr);grid-template-rows:112px auto;width:100%;min-height:150px;text-align:left;font:inherit;background:var(--panel);border:1px solid var(--border);border-radius:12px;overflow:hidden;cursor:pointer;transition:.15s;color:inherit;padding:0}.ev-card:hover{transform:translateY(-1px);border-color:var(--muted);box-shadow:0 8px 22px #00000047}.ev-card.ended{opacity:.5;filter:grayscale(.4)}.ev-card.ended:hover{opacity:.8}.ev-poster{position:relative;aspect-ratio:3/4;background:linear-gradient(135deg,#1d2533,#11161f);display:flex;align-items:center;justify-content:center;overflow:hidden}.ev-card .ev-poster{grid-column:1;grid-row:1;align-self:stretch;width:108px;min-height:100%;aspect-ratio:auto;border-right:1px solid rgba(255,255,255,.08)}.ev-poster-series{font-size:22px;font-weight:800;letter-spacing:0;color:#ffffff38;text-align:center;padding:0 12px}.ev-card .ev-poster-series{font-size:11px;line-height:1.2;color:#ffffff57;padding:0 7px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ev-poster-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ev-card-body{grid-column:2;grid-row:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:14px 14px 10px 13px}.ev-card-footer{grid-column:1 / -1;grid-row:2;z-index:2;display:flex;align-items:center;gap:6px;min-width:0;min-height:37px;padding:6px 10px;background:#06080cd1;border-top:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}.ev-status{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;padding:5px 10px 5px 9px;border-radius:999px;z-index:2;color:#fff;background:#0a0c10b8;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 2px 8px #00000059;white-space:nowrap}.ev-card-footer .ev-status{position:static;gap:5px;font-size:11px;font-weight:800;padding:3px 8px 3px 7px;box-shadow:none}.ev-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#8b949e;flex:none}.ev-status.upcoming:before{background:var(--accent);box-shadow:0 0 6px var(--accent)}.ev-status.ongoing:before{background:var(--green);box-shadow:0 0 7px #2ea043e6;animation:evPulse 1.6s ease-in-out infinite}.ev-status.ended{color:var(--muted)}@keyframes evPulse{0%,to{opacity:1}50%{opacity:.3}}.ev-series,.ev-count{min-width:0;font-size:11.5px;font-weight:700;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev-series{flex:0 1 26%}.ev-count{flex:none;color:#f0d68a}.ev-name{display:flex;align-items:flex-start;gap:6px;font-size:15.5px;font-weight:800;line-height:1.28;color:#fff}.ev-name span{min-width:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ev-name-chev{margin-left:auto;flex:none;opacity:.65}.ev-meta{font-size:13px;color:var(--muted);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev-gtd-main{font-size:13px;font-weight:800;color:#f0d68a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 4px}.ev-head .section-title{margin:0}.ev-info-btn{flex:none;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;color:var(--muted);cursor:pointer;border-radius:50%;transition:.12s}.ev-info-btn:hover{color:var(--accent);background:var(--panel2)}.ev-notice-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;background:#080b119e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ev-notice{width:100%;max-width:420px;background:var(--panel);border:1px solid var(--border);border-radius:16px;overflow:hidden}.ev-notice-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px 18px 12px}.ev-notice-head h3{margin:0;font-size:16px;font-weight:700}.ev-notice-x{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;color:var(--muted);cursor:pointer;border-radius:8px;transition:.12s}.ev-notice-x:hover{color:var(--text);background:var(--panel2)}.ev-notice-body{padding:0 18px 18px;font-size:13.5px;line-height:1.7;color:var(--muted)}.ev-notice-body p{margin:0 0 10px}.ev-notice-body p:last-child{margin-bottom:0}.ev-notice-body b{color:#ff8a84;font-weight:700}.ev-chips{display:flex;flex-wrap:nowrap;gap:5px;margin-top:2px;overflow:hidden}.ev-chip{flex:0 1 auto;min-width:0;max-width:34%;font-size:11.5px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff;padding:3px 8px;border-radius:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev-chip.gtd{color:#f0d68a;border-color:#f0d68a66}.ev-legal{font-size:11px;font-weight:700;padding:3px 9px;border-radius:6px}.ev-legal.legal{background:#2ea0432e;color:#5fd97e}.ev-legal.caution{background:#f851492e;color:#ff8a84}.ev-highlights{display:flex;flex-direction:column;gap:3px;font-size:12.5px;color:#f0d68a;margin-top:2px}.ev-note{font-size:12px;color:var(--muted);line-height:1.5;margin-top:2px}.ev-link{margin-top:auto;padding-top:8px;display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:700;color:var(--blue)}.ev-card:hover .ev-link{color:#79b8ff}.ev-disclaimer{margin:28px 0 8px;padding:14px 16px;background:var(--panel);border:1px solid var(--border);border-left:3px solid var(--red);border-radius:0 10px 10px 0;font-size:12.5px;line-height:1.6;color:var(--muted)}.ev-disclaimer b{color:#ff8a84}.ed{position:relative;margin:-6px -20px 0}.ed-hero{position:relative;min-height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1d2533,#11161f)}.ed-poster-series{font-size:30px;font-weight:800;color:#fff3}.ed-hero-img{display:block;width:100%;height:auto}.ed-body{position:relative;background:var(--bg)}.ed-inner{max-width:760px;margin:0 auto;padding:22px 20px 0}.page.overlay-head .page-topbar{background:#0c0f1480;-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);border-bottom:1px solid rgba(255,255,255,.09)}.page.overlay-head .page-topbar-name{font-size:15px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 4px rgba(0,0,0,.45)}.page.overlay-head .page-body{margin-top:-54px;padding-top:0}.page.overlay-head .ed{margin-top:0}.page.overlay-head .page-back{width:36px;height:36px;padding:0;margin-left:-6px;justify-content:center;border-radius:50%;color:#fff}.page.overlay-head .page-back:hover{background:#ffffff1f}.ed-badges{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.ed-scope{font-size:12px;font-weight:700;color:var(--muted);background:var(--panel2);border:1px solid var(--border);padding:3px 10px;border-radius:8px}.ed-name{font-size:26px;font-weight:800;letter-spacing:-.5px;line-height:1.25}.ed-meta{font-size:14px;color:var(--accent);font-weight:600;margin-top:6px}.ed-venue{font-size:14px;color:var(--muted);margin-top:4px}.ed-highlights{display:flex;flex-direction:column;gap:4px;font-size:14px;color:#f0d68a;margin-top:16px;margin-bottom:6px}.ed-sec{margin-top:26px;border-top:1px solid var(--border);padding-top:20px}.ed-sec-title{font-size:17px;font-weight:800;margin-bottom:14px;display:flex;align-items:center;gap:8px}.ed-sec-cnt{font-size:12px;font-weight:700;color:var(--muted)}.ed-event-no{font-size:12px;font-weight:800;color:var(--accent);background:#f0b42924;padding:2px 8px;border-radius:6px}.ed-event-tag{font-size:11px;font-weight:800;color:#1a1400;background:var(--accent);padding:2px 8px;border-radius:6px}.ed-empty{text-align:center;color:var(--muted);padding:36px 20px;background:var(--panel);border:1px dashed var(--border);border-radius:12px;font-size:14px;line-height:1.6;margin-top:8px}.ed-cta{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:24px;background:var(--accent);color:#1a1400;font-size:15px;font-weight:800;padding:14px;border-radius:12px}.ed-cta:hover{filter:brightness(1.08)}.ed-note{font-size:13px;color:var(--muted);margin-top:14px;line-height:1.6}.ed-summary{font-size:14px;line-height:1.6;color:var(--muted);margin-top:12px}.ed-day-list{display:flex;flex-direction:column;gap:14px}.ed-day{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:start}.ed-day-date{position:sticky;top:58px;display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--accent);background:#f0b42914;border:1px solid rgba(240,180,41,.24);border-radius:8px;padding:9px 6px}.ed-day-date b{font-size:15px;line-height:1}.ed-day-date span{font-size:11px;font-weight:800;color:#f0d68a}.ed-day-events{display:flex;flex-direction:column;gap:8px;min-width:0}.ed-day-row{width:100%;display:grid;grid-template-columns:74px minmax(0,1fr);gap:11px;align-items:center;text-align:left;background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:11px 12px;color:var(--text);font:inherit;cursor:pointer;transition:.12s}.ed-day-row:hover{border-color:var(--muted)}.ed-day-row.open{align-items:start;border-color:var(--accent);box-shadow:0 0 0 1px #f0b42933}.ed-day-row.flagship:not(.open){border-color:#f0b42947}.ed-day-time{font-size:12px;font-weight:800;color:#79b8ff;line-height:1.35}.ed-day-main{display:flex;flex-direction:column;gap:6px;min-width:0}.ed-day-title{display:flex;align-items:center;gap:8px;min-width:0;font-size:14px;font-weight:800;line-height:1.35}.ed-day-title-text{display:flex;align-items:baseline;gap:5px;min-width:0}.ed-day-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ed-day-title-label{flex:none;font-size:12.5px;font-weight:800;color:var(--muted);white-space:nowrap}.ed-day-toggle{flex:none;margin-left:auto;font-size:18px!important;color:var(--muted);transition:transform .16s,color .16s}.ed-day-row.open .ed-day-toggle{transform:rotate(180deg);color:var(--accent)}.ed-day-meta{display:flex;align-items:center;gap:7px;min-width:0;font-size:12.5px;font-weight:800;color:#f0d68a;line-height:1.35}.ed-day-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ed-day-meta span+span:before{content:"";display:inline-block;width:3px;height:3px;margin:0 7px 2px 0;border-radius:50%;background:var(--muted);opacity:.8}.ed-day-detail{display:flex;flex-direction:column;gap:8px;padding-top:2px}.ed-day-sub{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:12.5px;line-height:1.45;color:var(--muted)}.ed-day-facts{display:flex;flex-wrap:wrap;gap:5px}.ed-day-facts span{font-size:11px;font-weight:700;color:var(--muted);background:var(--panel2);border:1px solid var(--border);border-radius:6px;padding:2px 7px}.ed-assets{display:flex;gap:10px;overflow-x:auto;margin:0 -20px;padding:0 20px 4px;scroll-padding:0 20px;scrollbar-width:none}.ed-assets::-webkit-scrollbar{display:none}.ed-asset{flex:0 0 164px;display:inline-flex;align-items:center;gap:6px;min-height:44px;font-size:13px;font-weight:700;color:var(--blue);background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:10px 13px}.ed-asset:hover{border-color:var(--accent)}.ed-asset-img{flex:0 0 164px;display:flex;flex-direction:column;min-width:0;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--panel)}.ed-asset-img:hover{border-color:var(--accent)}.ed-asset-img img{display:block;width:100%;height:112px;object-fit:contain;background:var(--panel2)}.ed-asset-cap{display:flex;align-items:center;gap:5px;padding:8px 10px;font-size:12px;font-weight:600;line-height:1.35;color:var(--muted);border-top:1px solid var(--border)}.ed-official-assets{margin-top:28px;padding-bottom:12px}.scrolltop{position:fixed;right:20px;bottom:24px;z-index:60;width:46px;height:46px;border-radius:50%;background:var(--panel2);border:1px solid var(--border);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #00000073;opacity:0;transform:translateY(12px) scale(.9);pointer-events:none;transition:.2s}.scrolltop.on{opacity:1;transform:none;pointer-events:auto}.scrolltop:hover{border-color:var(--accent);color:var(--accent)}.scrolltop.above-tab{bottom:calc(104px + env(safe-area-inset-bottom,0px))}body.tabbar-hidden .scrolltop.above-tab{bottom:calc(24px + env(safe-area-inset-bottom,0px))}.gl-search{position:relative;display:flex;align-items:center;margin:18px 0 16px}.gl-search-ic{position:absolute;left:14px;color:var(--muted);pointer-events:none}.gl-search input{width:100%;background:var(--panel);border:1px solid var(--border);border-radius:12px;color:var(--text);font-size:15px;padding:13px 44px;outline:none;transition:.12s}.gl-search input:focus{border-color:var(--accent)}.gl-search input::placeholder{color:var(--muted)}.gl-search-x{position:absolute;right:8px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:var(--panel2);border:1px solid var(--border);color:var(--muted);border-radius:50%;cursor:pointer}.gl-search-x:hover{color:var(--text);border-color:var(--muted)}.gl-nav{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:8px}.gl-nav-chip{font-family:inherit;font-size:12px;color:var(--muted);background:var(--panel);border:1px solid var(--border);padding:6px 12px;border-radius:999px;transition:.12s;cursor:pointer}.gl-nav-chip:hover{border-color:var(--accent);color:var(--accent)}.gl-hits{font-size:13px;color:var(--muted);margin-bottom:8px}.gl-cat{scroll-margin-top:70px;margin-top:26px}.gl-cat-title{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:800;color:var(--accent);padding-bottom:9px;border-bottom:1px solid var(--border);margin-bottom:4px}.gl-cat-cnt{font-size:12px;font-weight:700;color:var(--muted)}.gl-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:0 22px}.gl-term{padding:13px 0;border-bottom:1px solid var(--border)}.gl-term-head{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.gl-ko{font-size:15px;font-weight:700}.gl-en{font-size:12px;color:var(--muted)}.gl-aka{font-size:11px;color:#79b8ff;background:#388bfd1f;padding:2px 8px;border-radius:6px}.gl-desc{font-size:13.5px;line-height:1.55;color:var(--muted);margin-top:5px}.gl-ex{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;margin-top:9px;padding:10px 12px;background:var(--panel2);border:1px solid var(--border);border-radius:10px}.gl-ex-group{display:flex;align-items:center;gap:7px}.gl-ex-label{font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.3px}.gl-ex-cards{display:flex;gap:4px;align-items:center}.gl-ex-note{font-size:12px;color:var(--text);opacity:.85}.gl-c{display:inline-block;transition:.15s}.gl-c.dim{opacity:.3;filter:grayscale(.6)}.gl-c.hi{transform:translateY(-3px)}.gl-c.hi .pcard{box-shadow:0 0 0 2px var(--accent),0 0 12px #f0b42999}.home{margin:0 -20px}.home-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:40px;padding:0 20px}.home>.home-sec-head:first-child{margin-top:16px}.home-sec-head .section-title{margin-top:0}.home-more{flex:none;display:inline-flex;align-items:center;gap:2px;background:none;border:none;color:var(--muted);font-size:13px;font-weight:700;cursor:pointer;padding:0 0 18px;transition:.12s}.home-more:hover{color:var(--accent)}.hs-scroll{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 0 10px}.hs-scroll::-webkit-scrollbar{height:6px}.hs-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.hs-card{flex:none;width:360px;min-height:120px;scroll-snap-align:start;scroll-snap-stop:always;display:flex;text-align:left;font:inherit;color:inherit;cursor:pointer;background:var(--panel);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:.15s;padding:0}.hs-card:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:0 8px 24px #00000059}.hs-hand{flex:none;width:82px;display:flex;align-items:center;justify-content:center;padding:12px 8px;background:radial-gradient(ellipse at 40% 28%,#2a3441,#11151c);border-right:2px solid var(--border)}.hs-hand.pair{border-right-color:#6b5a1e}.hs-hand.suited{border-right-color:#1e6b42}.hs-hand.offsuit{border-right-color:#2a3a52}.hs-hand-cards{display:flex;gap:5px}.hs-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:9px;padding:14px}.hs-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.hs-street{font-size:12px;font-weight:800;color:var(--accent)}.hs-chip{font-size:11px;font-weight:700;color:var(--muted);background:var(--panel2);border:1px solid var(--border);padding:2px 8px;border-radius:6px}.hs-title{font-size:14px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hs-foot{margin-top:auto;display:flex;align-items:center;flex-wrap:nowrap;gap:8px;color:var(--muted);font-size:12px}.hs-author{font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.hs-ago{flex:none;white-space:nowrap}.home-evscroll{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:20px;padding:6px 20px 10px}.home-evscroll::-webkit-scrollbar{height:6px}.home-evscroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.home-evcard{flex:none;width:188px;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;text-align:left;font:inherit;color:inherit;cursor:pointer;background:var(--panel);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:.15s;padding:0}.home-evcard:hover{transform:translateY(-3px);border-color:var(--muted);box-shadow:0 8px 24px #00000059}.home-evcard .ev-poster{aspect-ratio:auto;height:calc(188px / 3 * 4)}.home-evcard-poster{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.home-evcard-legal{position:absolute;top:9px;right:9px;z-index:2;box-shadow:0 2px 8px #0006}.home-evcard-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#03040700 40%,#03040780 68%,#030407eb)}.home-evcard-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:10px 11px 11px}.home-evcard-name{font-size:14px;font-weight:800;line-height:1.3;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.85);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-evcard-meta{color:#ffffffd9;font-size:12px;margin-top:3px;text-shadow:0 1px 6px rgba(0,0,0,.85)}.home-duel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;padding:6px 20px 10px}.home-duel-card{min-width:0;display:flex;flex-direction:column;text-align:left;font:inherit;color:inherit;cursor:pointer;background:#151923;border:1px solid #2a3342;border-radius:12px;overflow:hidden;padding:0;transition:.15s}.home-duel-card:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:0 8px 24px #00000059}.home-duel-media{position:relative;aspect-ratio:3/4;background:#05070a;overflow:hidden}.home-duel-media img{width:100%;height:100%;object-fit:cover;display:block}.home-duel-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000000a 18%,#0000002e 48%,#000000e0)}.home-duel-copy{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:5px;padding:10px}.home-duel-copy span{align-self:flex-start;max-width:100%;border-radius:7px;padding:3px 7px;background:#080a0ec2;color:#fff;font-size:10px;font-weight:900;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-duel-card.bluff .home-duel-copy span{color:#f4c557}.home-duel-card.value .home-duel-copy span{color:#72d08b}.home-duel-copy strong{color:#fff;font-size:14px;font-weight:900;line-height:1.2;text-shadow:0 1px 8px rgba(0,0,0,.9);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-duel-foot{display:flex;flex-direction:column;gap:3px;min-height:68px;padding:9px 10px 10px}.home-duel-foot b{font-size:13px;font-weight:800;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-duel-foot small{color:var(--muted);font-size:11px;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:560px){.hs-scroll,.home-evscroll,.vscroll{scrollbar-width:none;-ms-overflow-style:none}.hs-scroll::-webkit-scrollbar,.home-evscroll::-webkit-scrollbar,.vscroll::-webkit-scrollbar{display:none}}.clips-intro{margin:16px 0}.clips-intro h2{font-size:20px;font-weight:800;margin:0 0 4px}.clips-intro p{font-size:13px;color:var(--muted);margin:0}.clips-filter-active{display:flex;align-items:center;flex-wrap:wrap;gap:6px;width:100%;margin:0 0 14px;padding:0;background:none;border:none;color:inherit;font-family:inherit;text-align:left;cursor:pointer}.clips-filter-caret{margin-left:auto;color:var(--muted);flex:none;transition:color .12s ease}.clips-filter-active:hover .clips-filter-caret{color:var(--accent)}.clips-active-item{display:inline-flex;align-items:baseline;gap:5px;background:var(--panel2);border:1px solid var(--border);border-radius:8px;padding:6px 10px}.clips-active-item i{font-style:normal;color:var(--muted);font-size:10.5px;font-weight:700;letter-spacing:.5px}.clips-active-item b{color:var(--text);font-size:12.5px;font-weight:700}.clips-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#080b119e;padding:20px;z-index:100;overflow:auto;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:clipsFadeIn .16s ease}.clips-modal-backdrop.closing{animation:clipsFadeOut .15s ease forwards}.clips-filter-modal{max-width:460px;max-height:85vh;background:#141a26;border-color:#232c3d;display:flex;flex-direction:column;animation:clipsPop .16s ease}.clips-modal-backdrop.closing .clips-filter-modal{animation:clipsPopOut .15s ease forwards}.clips-filter-modal .modal-head{padding:15px 18px 9px;border-bottom:0}.clips-filter-modal .modal-head h3{font-size:17px}.clips-filter-modal .modal-body{display:flex;flex-direction:column;gap:16px;padding:6px 18px 16px;overflow-y:auto}.clips-filter-modal .selector{margin-bottom:0}.clips-filter-modal .modal-x{display:flex;padding:4px;border-radius:6px}.clips-filter-modal .modal-x:hover{background:#1b2231}.clips-filter-modal .chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(68px,1fr));gap:6px}.clips-filter-modal .chip{width:100%;background:#1b2231;color:#aeb7c8;border-color:#2a3447;border-radius:8px;padding:9px 2px;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clips-filter-modal .chip:hover{border-color:var(--accent);color:var(--text)}.clips-filter-modal .chip.on{background:var(--accent);color:#11151f;border-color:var(--accent);font-weight:800}.clips-hand-row{display:flex;align-items:center;gap:8px}.clips-hand-select{flex:1;min-height:43px;background:#1b2231;border:1px solid #2a3447;border-radius:8px;color:var(--text);font:inherit;font-size:13px;font-weight:800;cursor:pointer;padding:10px 12px;text-align:left;transition:border-color .12s ease,color .12s ease}.clips-hand-select:hover{border-color:var(--accent);color:var(--accent)}.clips-hand-select span{color:var(--muted);font-weight:700}.clips-hand-select b{font-size:15px}.clips-hand-clear{flex:none;min-height:43px;background:none;border:1px solid var(--border);border-radius:8px;color:var(--muted);font:inherit;font-size:12px;font-weight:800;cursor:pointer;padding:0 12px;transition:.12s}.clips-hand-clear:hover{border-color:var(--accent);color:var(--accent)}.clips-filter-foot{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:12px 18px 16px;border-top:1px solid #232c3d}.clips-filter-reset{background:none;border:none;color:var(--muted);font-size:13px;font-weight:800;cursor:pointer;padding:10px 4px}.clips-filter-reset:hover{color:var(--accent)}.clips-filter-foot .apply-btn{flex:1;border-radius:10px;padding:12px;font-size:15px}@keyframes clipsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes clipsFadeOut{0%{opacity:1}to{opacity:0}}@keyframes clipsPop{0%{transform:scale(.96);opacity:0}to{transform:none;opacity:1}}@keyframes clipsPopOut{0%{transform:none;opacity:1}to{transform:scale(.96);opacity:0}}.vcard-thumb-tags{position:absolute;left:8px;top:8px;z-index:2;display:flex;flex-wrap:wrap;gap:5px;max-width:calc(100% - 78px)}.vcard-thumb-tags .vcard-tag{color:#fff;background:#0d1117c7;box-shadow:0 2px 8px #00000080;text-shadow:0 1px 2px rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.clips-sentinel{grid-column:1/-1;height:1px}.clips-foot{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;padding:14px;color:var(--muted);font-size:13px;font-weight:600}.clips-spinner{width:22px;height:22px;border-radius:50%;border:2.5px solid rgba(240,180,41,.25);border-top-color:var(--accent);animation:clipsSpin .7s linear infinite}@keyframes clipsSpin{to{transform:rotate(360deg)}}.vfeed{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}.vscroll{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:20px;padding:6px 20px 10px;-webkit-overflow-scrolling:touch}.vscroll::-webkit-scrollbar{height:6px}.vscroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.vscroll .vcard{flex:none;width:300px;scroll-snap-align:start}.vload-more{grid-column:1/-1;padding:13px;border-radius:12px;background:#f0b4291a;border:1px solid var(--accent);color:var(--accent);font-size:14px;font-weight:800;cursor:pointer;transition:.12s}.vload-more:hover{background:#f0b4292e}.vload-more:disabled{opacity:.5;cursor:default}.vcard{display:block;text-align:left;padding:0;background:var(--panel);border:1px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;transition:.12s;color:var(--text)}.vcard:hover{transform:translateY(-2px)}.vcard-thumb{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}.vcard-thumb img{width:100%;height:100%;object-fit:cover;display:block;filter:none;transition:transform .15s,filter .15s}.vcard:hover .vcard-thumb img{filter:brightness(1.04);transform:scale(1.01)}.vcard-thumb:after{display:none}.vcard-dur{position:absolute;right:8px;top:8px;background:#000000d1;color:#fff;font-size:11px;font-weight:700;padding:3px 7px;border-radius:6px;letter-spacing:.2px;z-index:2}.vcard-likes{display:inline-flex;align-items:center;gap:4px;color:#fff;font-size:14px;font-weight:800}.vcard-likes svg{color:#fff}.vcard-likes-tl{position:absolute;z-index:3;left:8px;top:8px;background:#000c;padding:4px 9px 4px 8px;border-radius:7px;text-shadow:0 1px 2px rgba(0,0,0,.6);box-shadow:0 2px 8px #00000073}.vcard-likes-inline{margin-left:auto}.vcard-body{padding:10px 12px 12px;text-align:left}.vcard-chips{display:flex;flex-wrap:wrap;gap:5px;align-items:center;margin-top:9px}.vcard-chip{font-size:10px;font-weight:700;color:#cfd8e3;background:#ffffff1a;padding:2px 7px;border-radius:5px}.vcard-chip.player{color:#fff;background:#ffffff2e}.vcard-chip.solver{color:#1a1400;background:var(--accent);font-weight:800}.vcard-hand{display:flex;align-items:center;gap:6px;margin-bottom:9px}.vcard-body .vcard-hand{margin:10px 0 0}.vcard-hole,.vcard-board{display:flex;gap:3px}.vcard-hole .pcard{box-shadow:0 0 0 1.5px var(--accent),0 2px 6px #00000080}.vcard-vs{color:#cfd8e3;font-size:10px;font-weight:700}.vcard-body .vcard-vs{color:var(--muted)}.vcard-title{font-size:16px;font-weight:800;line-height:1.32;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vcard-title-over{position:absolute;left:0;right:0;bottom:0;z-index:2;color:#fff;padding:46px 12px 11px;background:linear-gradient(to top,#000000eb,#0000009e 58%,#0000);text-shadow:0 1px 3px rgba(0,0,0,.7)}.vcard-sub{font-size:12px;line-height:1.45;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vcard-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.vcard-tag{font-size:10px;font-weight:700;color:#ffe6a8;background:#f0b42938;padding:2px 6px;border-radius:5px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.vcard-sm .vcard-title{font-size:14px}.vcard-sm .vcard-title-over{padding:34px 11px 10px}.vcard-sm .vcard-body{padding:5px 11px 11px}.vcard-sm .vcard-body .vcard-hand{margin-top:0}.vd{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}.vd-left,.vd-right{display:contents}.vd-title{font-size:22px;font-weight:800;line-height:1.3;margin:10px 0 8px;-webkit-tap-highlight-color:transparent}.vd-idtoast{position:fixed;left:50%;bottom:88px;transform:translate(-50%);z-index:120;background:#0d1117f2;border:1px solid rgba(139,152,169,.5);color:var(--text);font-size:13px;font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;padding:8px 14px;border-radius:999px;box-shadow:0 6px 20px #00000080}.vd-sub{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 12px}.vd-event{font-size:13px;font-weight:700;color:var(--text);margin:0 0 12px}.vd-like-btn{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 13px;border-radius:999px;background:var(--panel);border:1px solid var(--line,rgba(255,255,255,.08));color:var(--muted);font-size:13px;font-weight:700;cursor:pointer;transition:.12s}.vd-like-btn:hover{color:var(--text)}.vd-like-btn.on{background:#f0b42924;border-color:#f0b42966;color:var(--accent)}.vd-like-btn:disabled{opacity:.6;cursor:default}.vd-like-count{font-variant-numeric:tabular-nums;min-width:8px}.vd-stick{position:sticky;top:var(--app-head-h,54px);z-index:5;background:var(--bg);margin:0 -20px;padding:8px 0 0;transition:top .25s ease}.yt-clip{margin:0 0 14px}.yt-clip-frame{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}.yt-clip-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;outline:none}.yt-clip-frame iframe:focus,.yt-clip-frame iframe:focus-visible{outline:none}.yt-clip-replay{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:max-content;height:max-content;background:#f0b429f2;color:#1a1400;border:none;font-size:14px;font-weight:800;padding:11px 18px;border-radius:999px;cursor:pointer}.yt-clip-replay:hover{filter:brightness(1.08)}.yt-ctrl{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;justify-content:center;align-items:center;gap:12px;padding:8px 16px calc(8px + env(safe-area-inset-bottom,0px));background:var(--bg);border-top:1px solid var(--border)}.yt-ctrl button{display:inline-flex;align-items:center;justify-content:center;width:48px;height:46px;background:none;border:none;color:var(--text);cursor:pointer;transition:.12s;padding:0}.yt-ctrl button:hover{color:var(--accent)}.yt-ctrl button:active{transform:scale(.9)}.yt-ctrl .yt-ctrl-play{color:var(--accent)}.yt-ctrl .yt-ctrl-loop,.yt-ctrl .yt-ctrl-loop:hover{color:var(--muted)}.yt-ctrl .yt-ctrl-loop.on,.yt-ctrl .yt-ctrl-loop.on:hover{color:var(--accent)}body.has-clip-ctrl .scrolltop{bottom:calc(86px + env(safe-area-inset-bottom,0px))}.vd-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px}.vd-loop{display:inline-flex;align-items:center;gap:6px;background:var(--panel2);border:1px solid var(--border);color:var(--muted);font-size:13px;font-weight:700;padding:8px 14px;border-radius:999px;cursor:pointer;transition:.12s}.vd-loop.on{background:#f0b42924;border-color:var(--accent);color:var(--accent)}.vd-open{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:var(--muted);text-decoration:none;padding:8px 6px}.vd-open:hover{color:var(--text)}.vd-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.vd-tag{font-size:12px;color:var(--blue);background:#388bfd1a;padding:4px 9px;border-radius:999px}.vd-note{padding:0}.vd-note-head{font-size:13px;font-weight:800;color:var(--muted);margin-bottom:8px}.vd-note p{margin:0;font-size:14px;line-height:1.7;color:var(--text)}.freq-bar .seg.check{background:#5a6b7d}.freq-bar .seg.bet{background:var(--accent)}.freq-bar .seg.jam{background:var(--orange)}.freq-legend i.check{background:#5a6b7d}.freq-legend i.bet{background:var(--accent)}.freq-legend i.jam{background:var(--orange)}.board-tabs{display:flex;gap:8px;margin-bottom:14px}.board-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--panel);border:1px solid var(--border);border-radius:10px;color:var(--muted);font-size:14px;font-weight:800;padding:12px 0;cursor:pointer;transition:.12s}.board-tab:hover{color:var(--text)}.board-tab.on{background:#f0b4291f;border-color:var(--accent);color:var(--accent)}.board-cnt{font-size:12px;font-weight:700;opacity:.8}.board-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.board-hint{font-size:12px;color:var(--muted)}.uscard-hand{font-size:11px;font-weight:800;color:#1a1400;background:var(--accent);padding:2px 8px;border-radius:6px}.us-intro{display:flex;align-items:center;gap:12px;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap}.us-intro-txt{font-size:13px;color:var(--muted);line-height:1.5}.us-intro-txt b{color:var(--text)}.us-new{display:inline-flex;align-items:center;gap:5px;background:var(--accent);color:#1a1400;border:none;font-size:13px;font-weight:800;padding:9px 15px;border-radius:999px;cursor:pointer;white-space:nowrap;transition:.12s}.us-new:hover{filter:brightness(1.08)}.usfeed{display:flex;flex-direction:column;gap:12px}.uscard{display:block;text-align:left;width:100%;background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:14px 16px;cursor:pointer;transition:.12s;color:var(--text)}.uscard:hover{border-color:var(--accent)}.uscard-head{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:9px}.uscard-street{font-size:12px;font-weight:800;color:var(--accent)}.uscard-chip{font-size:11px;font-weight:700;color:var(--muted);background:var(--panel2);border:1px solid var(--border);padding:2px 8px;border-radius:6px}.uscard-board{display:flex;gap:3px;margin-left:2px}.uscard-title{font-size:14px;font-weight:700;line-height:1.4;margin-bottom:9px}.uscard-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.uscard-tag{font-size:11px;color:var(--blue);background:#388bfd1a;padding:2px 7px;border-radius:5px}.uscard-foot{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.uscard-author{font-weight:700;color:var(--text)}.uscard-stat{display:inline-flex;align-items:center;gap:3px;margin-left:2px}.uscard-stat.on{color:var(--accent);font-weight:700;margin-left:auto}.usd-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:10px}.usd-street{font-size:12px;font-weight:800;color:var(--accent)}.usd-hand{font-size:11px;font-weight:800;color:var(--muted);margin-left:auto}.usd-title{font-size:20px;font-weight:800;line-height:1.35;margin:0 0 12px}.usd-board{display:flex;gap:4px;margin-bottom:12px}.usd-body{font-size:14px;line-height:1.7;color:var(--text);margin:0 0 12px}.usd-byline{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);padding-bottom:16px;border-bottom:1px solid var(--border)}.usd-author{font-weight:700;color:var(--text)}.usd-stat{display:inline-flex;align-items:center;gap:3px}.usd-comments-head{font-size:14px;font-weight:800;margin:16px 0 12px}.usd-comments{display:flex;flex-direction:column;gap:10px}.usd-comment{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.usd-comment.best{border-color:#2ea04380;background:#2ea04312}.usd-best{font-size:11px;font-weight:800;color:var(--green);margin-bottom:6px}.usd-comment-top{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);margin-bottom:5px}.usd-comment-author{font-weight:700;color:var(--text)}.usd-comment-body{font-size:13px;line-height:1.65;color:var(--text);margin:0}.usd-compose{margin-top:16px}.usd-input{width:100%;box-sizing:border-box;background:var(--panel2);border:1px solid var(--border);border-radius:10px;color:var(--text);font-size:13px;font-family:inherit;padding:11px 12px;resize:vertical}.usd-input:focus{outline:none;border-color:var(--accent)}.usd-compose-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}.usd-note{font-size:11px;color:var(--muted)}.usd-post{background:var(--accent);color:#1a1400;border:none;font-size:13px;font-weight:800;padding:9px 18px;border-radius:999px;cursor:pointer;transition:.12s}.usd-post:disabled{opacity:.4;cursor:default}.vc{flex:1;min-height:0;display:flex;flex-direction:column}.vc-head{font-size:14px;font-weight:800;margin:0;padding:12px 16px 0}.vc-scroll{flex:1;min-height:0;overflow-y:auto;padding:14px 16px 10px}.vc-compose{margin:0 0 16px}.vc-compose--foot{flex:none;margin:0;padding:10px 16px calc(10px + max(env(safe-area-inset-bottom,0px),var(--app-safe-bottom,0px)));border-top:1px solid var(--border);background:var(--bg)}.vc-compose--foot .vc-input{resize:none}.vc-compose--foot .vc-compose-foot{margin-top:8px}.vc-prompt{display:block;width:100%;box-sizing:border-box;text-align:left;background:var(--panel2);border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:14px;font-family:inherit;padding:12px 16px;margin-bottom:max(env(safe-area-inset-bottom,0px),var(--app-safe-bottom,0px));cursor:text;-webkit-tap-highlight-color:transparent;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-float-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:55;animation:vcFade .18s ease}@keyframes vcFade{0%{opacity:0}to{opacity:1}}.vc-float{position:fixed;left:0;right:0;bottom:max(env(keyboard-inset-height,0px),var(--vd-kb-inset,0px),var(--app-safe-bottom,0px),env(safe-area-inset-bottom,0px));z-index:60;display:flex;align-items:flex-end;gap:8px;padding:8px 12px;background:var(--panel);border-top:1px solid var(--border);box-shadow:0 -4px 16px #0006;transition:bottom .18s ease}.vc-float .vc-input{flex:1;min-width:0;resize:none;max-height:120px}.vc-float-send{flex:none;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:var(--accent);color:#1a1400;border:none;cursor:pointer;transition:.12s}.vc-float-send:disabled{opacity:.4;cursor:default}.vc-input{width:100%;box-sizing:border-box;background:var(--panel2);border:1px solid var(--border);border-radius:10px;color:var(--text);font-size:13px;font-family:inherit;padding:11px 12px;resize:vertical}.vc-input:focus{outline:none;border-color:var(--accent)}.vc-compose-foot{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:8px}.vc-post{background:var(--accent);color:#1a1400;border:none;font-size:13px;font-weight:800;padding:9px 18px;border-radius:999px;cursor:pointer;transition:.12s}.vc-post:disabled{opacity:.4;cursor:default}.vc-cancel{background:transparent;color:var(--muted);border:1px solid var(--border);font-size:13px;font-weight:700;padding:8px 14px;border-radius:999px;cursor:pointer}.vc-empty{font-size:13px;color:var(--muted);margin:10px 0}.vc-list{display:flex;flex-direction:column;gap:14px}.vc-thread{display:flex;flex-direction:column;gap:10px}.vc-row{display:flex;flex-direction:column;gap:5px}.vc-reply{margin-left:24px;padding-left:12px;border-left:2px solid var(--border)}.vc-top{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.vc-author{font-weight:700;color:var(--text)}.vc-body{font-size:13px;line-height:1.65;color:var(--text);margin:0;white-space:pre-wrap;word-break:break-word}.vc-mention{color:var(--accent);font-weight:700}.vc-hidden{font-size:12px;color:var(--muted);font-style:italic;margin:0}.vc-actions{display:flex;align-items:center;gap:14px;margin-top:2px}.vc-act{display:inline-flex;align-items:center;gap:4px;background:none;border:none;padding:0;color:var(--muted);font-size:12px;font-weight:700;cursor:pointer}.vc-act:hover{color:var(--text)}.vc-like.on{color:var(--accent)}.vc-danger:hover{color:var(--red,#e5534b)}.vc-reply-compose{margin:6px 0 2px}.vcard-comments{display:inline-flex;align-items:center;gap:4px;color:#fff;font-size:14px;font-weight:800}.vcard-comments svg{color:#fff}.vcard-comments.vcard-likes-tl{position:absolute;z-index:3;left:8px;top:40px;background:#000c;padding:4px 9px 4px 8px;border-radius:7px;text-shadow:0 1px 2px rgba(0,0,0,.6);box-shadow:0 2px 8px #00000073}.vcard-comments.vcard-likes-inline{margin-left:8px}.us-form-row{display:flex;gap:10px;margin-bottom:12px}.us-form-row label,.us-form-full{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:700;color:var(--muted)}.us-form-row label{flex:1;min-width:0}.us-form-full{margin-bottom:12px}.us-form-row input,.us-form-full input,.us-form-full textarea{background:var(--panel2);border:1px solid var(--border);border-radius:9px;color:var(--text);font-size:13px;font-family:inherit;padding:9px 11px;font-weight:400}.us-form-row input:focus,.us-form-full input:focus,.us-form-full textarea:focus{outline:none;border-color:var(--accent)}.rp{margin-top:0;--rp-sticky-overlap:1px}.rp-stick{position:sticky;top:calc(var(--app-head-h,54px) + var(--vd-stick-h,220px));z-index:4;background:var(--bg);margin:0 -20px;padding:12px 20px;transition:top .25s ease}.rp-stick .cfg-tabs{margin-bottom:0}.rp-stick .cfg-tab{flex:1 1 0;min-width:0;padding-left:0;padding-right:0;text-align:center}.rp-head{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px 12px;margin-bottom:0}.rp-level{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--muted);white-space:nowrap}.rp-level-badge{font-size:11px;font-weight:800;color:var(--text);background:var(--panel2);padding:3px 9px;border-radius:7px}.rp-level-blinds{color:var(--text)}.rp-comment-btn{margin-left:auto;display:inline-flex;align-items:center;gap:5px;background:var(--panel2);border:1px solid var(--border);border-radius:999px;color:var(--text);font-size:13px;font-weight:800;padding:5px 12px 5px 10px;cursor:pointer;transition:.12s;-webkit-tap-highlight-color:transparent}.rp-comment-btn:hover{border-color:var(--accent);color:var(--accent)}.rp-comment-btn svg{color:var(--muted)}.rp-comment-btn:hover svg{color:var(--accent)}.rp-comment-count{font-variant-numeric:tabular-nums}.vd-comment-btn{margin:18px 0 0}.vd-sheet{position:fixed;left:0;right:0;bottom:0;top:var(--vd-sheet-top,40%);background:var(--bg);border-radius:16px 16px 0 0;z-index:50;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.22,.61,.36,1),visibility 0s .3s;visibility:hidden;will-change:transform}.vd-sheet.open{transform:none;visibility:visible;transition:transform .3s cubic-bezier(.22,.61,.36,1),visibility 0s 0s}.vd-sheet-head{flex:none;touch-action:none}.vd-sheet-grip{width:40px;height:4px;border-radius:999px;background:var(--border);margin:8px auto 2px}.vd-sheet-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 16px 12px;border-bottom:1px solid var(--border)}.vd-sheet-title{font-size:15px;font-weight:800;color:var(--text)}.vd-sheet-close{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:none;border:none;color:var(--muted);cursor:pointer;transition:.12s;-webkit-tap-highlight-color:transparent}.vd-sheet-close:hover{background:var(--panel);color:var(--text)}.rp-showdown{display:flex;flex-direction:column;gap:14px}.rp-showdown-hands{display:grid;grid-template-columns:repeat(auto-fit,minmax(156px,1fr));gap:10px}.rp-showdown-player{min-width:0;display:flex;align-items:center;gap:11px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#ffffff06}.rp-showdown-cardwrap{position:relative;flex:none;display:flex;align-items:center;padding-top:8px}.rp-showdown-win{position:absolute;top:-8px;left:-7px;transform:rotate(-8deg);z-index:2;background:var(--accent);color:#1a1400;font-size:11px;font-weight:900;letter-spacing:.5px;padding:2px 7px;border-radius:5px;box-shadow:0 2px 8px #0000008c;pointer-events:none}.rp-showdown-cards{flex:none;display:flex;gap:5px}.rp-showdown-cards .pcard{box-shadow:0 0 0 1.5px #f0b42959,0 2px 8px #00000073}.rp-showdown-state{flex:none;display:inline-flex;align-items:center;justify-content:center;min-width:65px;height:42px;border:1px dashed var(--border);border-radius:6px;color:var(--muted);background:var(--panel2);font-size:12px;font-weight:800}.rp-showdown-info{min-width:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.rp-showdown-pos{font-size:13px;font-weight:900;color:var(--text)}.rp-showdown-name{min-width:0;max-width:100%;font-size:12px;font-weight:700;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rp-showdown-hero{font-size:10px;font-weight:800;letter-spacing:.4px;color:var(--accent);background:#f0b42924;border-radius:5px;padding:2px 6px}.rp-result{display:flex;align-items:flex-start;gap:10px;padding:0;background:none;border-radius:0}.rp-result-icon{flex:none;display:inline-flex;align-items:center;justify-content:center;color:var(--accent);margin-top:1px}.rp-result p{margin:0;font-size:14px;line-height:1.65;font-weight:600;color:var(--text)}.rp-pot{font-size:12px;font-weight:700;color:var(--accent)}.rp-street{margin-bottom:14px}.rp-sec+.rp-sec{margin-top:18px;padding-top:18px;border-top:1px solid var(--border)}.rp-sec-label{font-size:11px;font-weight:800;letter-spacing:.4px;color:var(--muted);margin-bottom:10px}.rp-sec-label--row{display:flex;justify-content:space-between;align-items:baseline}.rp-board-info{margin-top:0}.rp-texture-chips{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.rp-texture-chip{font-size:11px;font-weight:800;color:#c9d2df;background:var(--panel2);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:4px 9px;line-height:1.2}.rp-betline-hint{font-size:11px;color:var(--muted);line-height:1.4;margin:-4px 0 10px}.rp-betline-hint b{font-weight:700;color:var(--text)}.rp-narration{margin:2px 0 12px;padding:9px 12px;background:#f0b42912;border-radius:8px;font-size:13.5px;line-height:1.6;color:var(--text)}.rp-street-head{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.rp-board{display:flex;gap:4px}.rp-acts{display:flex;flex-direction:column;gap:2px}.rp-act-arrow{align-self:flex-start;width:58px;text-align:center;color:var(--muted);font-size:13px;line-height:1;opacity:.5}.rp-act{display:flex;align-items:center;gap:12px;padding:9px 0;font-size:13px}.rp-act-hole{position:relative;flex:none;width:58px;height:48px;display:flex;align-items:flex-start;justify-content:center}.rp-act-hole-cards{display:flex;align-items:flex-start;justify-content:center;gap:4px;width:100%;height:33px}.rp-act-hole .pcard{box-shadow:0 2px 7px #0000006b}.rp-act-hole.hero .pcard{box-shadow:0 0 0 1.5px #f0b429b3,0 2px 7px #00000080}.rp-act-hole-empty{width:24px;height:33px;border-radius:4px;border:1px dashed rgba(139,152,169,.45);background:#1c2330bd;box-shadow:inset 0 0 0 1px #ffffff06}.rp-act-hole.hero .rp-act-hole-empty{border-color:#f0b4298c;background:#f0b42914}.rp-act-hole-pos{position:absolute;left:50%;bottom:-5px;transform:translate(-50%);min-width:34px;text-align:center;border-radius:999px;background:#0d1117f0;border:1px solid rgba(139,152,169,.52);color:var(--text);font-size:9.5px;font-weight:900;line-height:1;padding:2px 6px;box-shadow:0 2px 6px #0000006b}.rp-act-hole.hero .rp-act-hole-pos{color:var(--accent);border-color:#f0b42999;background:#1a1400e0}.rp-act-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:3px}.rp-act-who{display:flex;align-items:center;gap:6px;min-width:0}.rp-act-name{color:var(--text);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rp-act-hero,.rp-range-hero{flex:none;font-size:10px;font-weight:800;letter-spacing:.4px;color:var(--accent);background:#f0b42924;border-radius:5px;padding:2px 6px}.rp-range-hero{margin-left:4px;text-transform:none}.rp-act-stack{color:var(--text);font-weight:700}.rp-act-stack i{font-style:normal;font-size:11px;color:var(--muted);font-weight:600}.rp-act-do{flex:none;margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:13px}.rp-act-line{display:inline-flex;align-items:baseline;gap:7px}.rp-act-kind{font-weight:800}.rp-act-potfrac{font-size:11px;font-weight:700;color:var(--muted);white-space:nowrap}.rp-act-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;width:100%;font:inherit;color:inherit;cursor:pointer;text-align:inherit}.rp-act-btn:hover .rp-act-gto-badge{filter:brightness(1.12)}.rp-act-gto-badge{display:inline-flex;align-items:center;gap:2px;font-size:10px;font-weight:800;letter-spacing:.4px;padding:2px 5px 2px 7px;border-radius:5px;white-space:nowrap}.rp-act-gto-badge.tone-main{color:var(--green);background:#2ea04326}.rp-act-gto-badge.tone-mix{color:var(--accent);background:#f0b42924}.rp-act-gto-badge.tone-dev{color:#ef6b64;background:#e5534b26}.rp-act-gto-badge.tone-na{color:var(--muted);background:#ffffff14}.rp-act-gto-badge.tone-solver{color:#8fd29d;background:#4caf5024}.rp-act-gto-chev{flex:none;opacity:.6;transition:transform .15s ease}.rp-act-x.open .rp-act-gto-chev{transform:rotate(180deg)}.rp-act-drawer{padding:2px 0 12px 58px}.rp-act-drawer .rp-gto{margin-top:0;padding-top:12px}.rp-hrc{margin-top:16px;padding-top:14px;border-top:1px solid var(--border)}.rp-act-drawer>.rp-hrc:first-child{margin-top:0;padding-top:10px;border-top:0}.rp-hrc-title{display:flex;align-items:baseline;gap:6px;font-size:12px;font-weight:900;color:var(--text)}.rp-hrc-title span{font-size:10px;font-weight:700;color:var(--muted)}.rp-hrc-meta{margin:8px 0 7px;font-size:10.5px;font-weight:700;color:var(--muted)}.rp-hrc-freqbar{display:flex;height:24px;border-radius:7px;overflow:hidden;background:var(--panel2)}.rp-hrc-freqbar>span{display:flex;align-items:center;justify-content:center;min-width:0;color:#fff;font-size:10px;font-weight:900;text-shadow:0 1px 2px rgba(0,0,0,.5)}.rp-hrc-legend{display:flex;flex-wrap:wrap;gap:5px 10px;margin-top:7px;font-size:10px;font-weight:700;color:var(--muted)}.rp-hrc-legend>span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.rp-hrc-legend i{width:9px;height:9px;border-radius:2px}.rp-hrc-matrix{display:grid;grid-template-columns:repeat(13,minmax(0,1fr));gap:2px;margin-top:10px;width:100%}.rp-hrc-cell{aspect-ratio:1;min-width:0;display:flex;align-items:center;justify-content:center;border:0;padding:0;border-radius:3px;overflow:hidden;color:#fff;font-family:inherit;font-size:clamp(5px,1.65vw,8px);font-variant-numeric:tabular-nums}button.rp-hrc-cell{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .1s ease,outline-color .1s ease}button.rp-hrc-cell:hover,button.rp-hrc-cell:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;z-index:1}button.rp-hrc-cell:active{transform:scale(.92)}.rp-hrc-cell.empty{background:#ffffff0b;color:#ffffff40}.rp-hrc-cell b{font-weight:900;text-shadow:0 1px 2px rgba(0,0,0,.8)}.rp-solve-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:flex-end;justify-content:center;background:#0000009e;padding:0;animation:rp-solve-fade .18s ease}@keyframes rp-solve-fade{0%{opacity:0}to{opacity:1}}.rp-solve-sheet{width:100%;max-height:min(88dvh,760px);display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--border);border-bottom:0;border-radius:18px 18px 0 0;box-shadow:0 -14px 42px #0000008c;overflow:hidden;animation:rp-solve-up .25s cubic-bezier(.22,.61,.36,1)}@keyframes rp-solve-up{0%{transform:translateY(100%)}to{transform:none}}.rp-solve-grip{flex:none;width:38px;height:4px;margin:9px auto 3px;border-radius:999px;background:var(--border)}.rp-solve-head{flex:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 18px 14px;border-bottom:1px solid var(--border)}.rp-solve-eyebrow{margin-bottom:3px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.2px}.rp-solve-head h2{margin:0;color:var(--text);font-size:19px;line-height:1.25;letter-spacing:-.2px}.rp-solve-close{flex:none;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--panel2);color:var(--muted);cursor:pointer}.rp-solve-close:hover,.rp-solve-close:focus-visible{color:var(--text);outline:1px solid var(--muted)}.rp-solve-body{min-height:0;overflow-y:auto;padding:16px 18px max(24px,calc(16px + env(safe-area-inset-bottom,0px)));overscroll-behavior:contain}.rp-solve-summary{padding-bottom:16px;border-bottom:1px solid var(--border)}.rp-solve-summary-meta{display:flex;flex-wrap:wrap;gap:6px 8px;margin-bottom:10px}.rp-solve-summary-meta span{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border-radius:6px;background:var(--panel2);color:var(--muted);font-size:10.5px;font-weight:700}.rp-solve-summary-meta b{margin-left:4px;color:var(--text);font-variant-numeric:tabular-nums}.rp-solve-state{min-height:130px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:13px;font-weight:700;text-align:center}.rp-solve-state.error{flex-direction:column;color:#ef8d86}.rp-solve-state button{border:1px solid var(--border);border-radius:8px;background:var(--panel2);color:var(--text);font:inherit;padding:7px 12px;cursor:pointer}.rp-solve-combos{padding-top:16px}.rp-solve-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.rp-solve-section-head b{font-size:13px;color:var(--text)}.rp-solve-section-head span{font-size:10px;color:var(--muted)}.rp-solve-combo{display:grid;grid-template-columns:88px minmax(0,1fr);gap:10px;padding:12px 0;border-top:1px solid rgba(255,255,255,.07)}.rp-solve-combo:first-of-type{border-top:0}.rp-solve-combo-id{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px}.rp-solve-combo-id>span:last-child{color:var(--muted);font-size:9.5px;font-weight:700;font-variant-numeric:tabular-nums}.rp-solve-cards{display:flex;gap:4px}.rp-solve-class-chip{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:32px;border-radius:7px;background:var(--panel2);border:1px solid var(--border);color:var(--text);font-size:14px;font-weight:900}.rp-solve-combo-actions{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.rp-solve-action{min-width:0;display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;column-gap:5px;row-gap:1px;padding:6px 7px;border-radius:7px;background:var(--panel2);font-variant-numeric:tabular-nums}.rp-solve-action.zero{opacity:.48}.rp-solve-action>i{grid-row:1/3;width:7px;height:100%;min-height:24px;border-radius:999px}.rp-solve-action>b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:10px}.rp-solve-action>strong{color:var(--text);font-size:10px}.rp-solve-action>small{grid-column:2/4;color:var(--muted);font-size:9px;line-height:1.2}@media(min-width:760px){.rp-solve-overlay{align-items:center;padding:24px}.rp-solve-sheet{max-width:580px;border-bottom:1px solid var(--border);border-radius:16px;animation:none}.rp-solve-body{padding-left:22px;padding-right:22px}}@media(max-width:390px){.rp-solve-body{padding-left:14px;padding-right:14px}.rp-solve-combo{grid-template-columns:72px minmax(0,1fr)}.rp-solve-combo-actions{grid-template-columns:1fr}}.rp-act-kind.fold{color:#586577;font-weight:600;opacity:.75}.rp-act-kind.check{color:#8ea2b5}.rp-act-kind.call{color:#2fd96b}.rp-act-kind.bet,.rp-act-kind.raise{color:#ff4d4f}.rp-act-kind.jam{color:var(--orange)}.rp-act-amt{color:var(--text);font-weight:700;display:inline-flex;align-items:baseline;gap:3px}.rp-act-bb{font-style:normal;font-size:11px;font-weight:600;color:var(--muted)}.rp-empty-action{margin:2px 0 0;padding:10px 0;font-size:12.5px;font-weight:700;color:var(--muted)}.rp-runout{margin-top:0}.rp-runout-note{margin:0 0 12px;font-size:12.5px;line-height:1.6;color:var(--muted)}.rp-runout-list{display:flex;flex-direction:column;gap:10px}.rp-runout-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid var(--border)}.rp-runout-row:first-child{border-top:0;padding-top:0}.rp-runout-main{display:flex;align-items:center;gap:10px;min-width:0}.rp-runout-street{flex:none;width:44px;font-size:13px;font-weight:900;color:var(--text)}.rp-runout-row .rp-texture-chips{justify-content:flex-end;gap:5px}.rp-runout-row .rp-texture-chip{font-size:10.5px;padding:3px 7px;color:var(--muted)}@media(max-width:420px){.rp-runout-row{flex-direction:column;align-items:stretch;gap:8px}.rp-runout-row .rp-texture-chips{justify-content:flex-start;padding-left:54px}}.rp-dec-q{font-size:13px;color:var(--text);line-height:1.6}.rp-dec-pot{display:block;font-size:12px;color:var(--muted);margin-top:2px}.rp-dec-body{margin-top:12px}.rp-dec-actual{margin-top:10px;font-size:13px;color:var(--muted)}.rp-dec-actual b{color:var(--text)}.rp-dec-why{margin:8px 0 0;font-size:13px;line-height:1.65;color:var(--text)}.rp-dec-exploit{margin-top:10px;font-size:12px;line-height:1.6;color:var(--muted);border-left:2px solid var(--border);padding-left:10px}.rp-sit-chip{font-size:11px;font-weight:800;padding:4px 10px;border-radius:999px;background:var(--panel2);color:var(--text);white-space:nowrap;line-height:1.5}.rp-sit-chip--stage{background:#f0b42924;color:var(--accent)}.rp-sit-chip--icm{background:#f8514924;color:var(--red)}.rp-decision{margin-top:16px}.rp-decision>.rp-betline:first-child{margin-top:0}.rp-q{font-size:14px;font-weight:800;line-height:1.55;color:var(--text)}.rp-decision .rp-q:not(:first-child){margin-top:18px;padding-top:18px;border-top:1px solid var(--border)}.rp-made{margin-top:6px;font-size:12px;color:var(--muted)}.rp-card{margin-top:7px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:transparent;overflow:hidden}.rp-card.open{background:var(--panel2)}.rp-collapse{overflow:hidden;max-height:0;transition:max-height .26s ease}@media(prefers-reduced-motion:reduce){.rp-collapse{transition:none}}.rp-collapse-btn{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;margin-top:10px;padding:7px 0;border:0;border-top:1px solid var(--border);background:none;color:var(--muted);font-size:12px;font-weight:700;cursor:pointer}.rp-collapse-btn:hover{color:var(--text)}.rp-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:9px 12px;background:none;border:0;cursor:pointer;text-align:left;color:var(--text)}.rp-card-title{font-size:13px;font-weight:600;line-height:1.45;color:var(--text)}.rp-card-chev{flex:none;color:var(--text);transition:transform .15s ease}.rp-card.open .rp-card-chev{transform:rotate(180deg)}.rp-card-body{padding:0 12px 12px}.rp-card-body>:first-child{margin-top:4px}.rp-card-body>.rp-gto:first-child{padding-top:0;border-top:0}.rp-group-label{margin:16px 0 6px;font-size:11.5px;font-weight:700;letter-spacing:.3px;color:var(--muted)}.rp-group-label+.rp-card,.rp-group-label+.rp-scout{margin-top:0}.rp-card+.rp-card{margin-top:8px}.rp-exploit-note{margin:0;font-size:12.5px;line-height:1.65;color:var(--text)}.rp-exploit-range{margin:10px 0 0;display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:12px;line-height:1.6;color:var(--text)}.rp-exploit-tag{font-weight:800;font-size:11px;color:var(--muted)}.rp-exploit-hero{margin:12px 0 0;font-size:12.5px;line-height:1.65;color:var(--text)}.rp-exploit-range .rp-range-chip{padding:4px 9px;background:var(--panel2);border:1px solid var(--border);box-shadow:inset 0 -3px #00000047}.rp-gto{margin-top:18px;padding-top:18px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.rp-gto-spot{font-size:11px;font-weight:700;color:var(--muted);margin-bottom:2px}.rp-gto-row{display:flex;align-items:center;gap:10px}.rp-gto-row.zero{opacity:.45}.rp-gto-label{flex:0 0 84px;font-size:12px;font-weight:700;color:var(--text)}.rp-gto-bar{flex:1;height:12px;border-radius:6px;background:var(--panel2);overflow:hidden}.rp-gto-fill{display:block;height:100%;border-radius:6px;background:var(--accent)}.rp-gto-fill.fold{background:#3a4452}.rp-gto-fill.check{background:#5a6b7d}.rp-gto-fill.call{background:#2fd96b}.rp-gto-fill.bet,.rp-gto-fill.raise{background:#ff4d4f}.rp-gto-fill.jam{background:var(--orange)}.rp-gto-pct{flex:0 0 40px;text-align:right;font-size:12px;font-weight:800;color:var(--text)}.rp-fit{margin:10px 0 0;font-size:12.5px;font-weight:500;line-height:1.6;color:var(--text)}.rp-why{margin:14px 0 0;font-size:13px;line-height:1.7;color:var(--text)}.rp-why b,.rp-plan b,.rp-exploit-hero b{display:block;margin-bottom:4px;font-size:11px;font-weight:800;color:var(--muted)}.rp-plan{margin:12px 0 0;font-size:12.5px;line-height:1.65;color:var(--text);background:var(--panel2);padding:10px 12px;border-radius:9px}.rp-scout{display:flex;flex-direction:column;gap:6px}.rp-scout-item{border:1px solid rgba(255,255,255,.09);border-radius:8px;background:transparent;overflow:hidden}.rp-scout-item.open{background:var(--panel2)}.rp-scout-head{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:9px 12px;background:none;border:0;cursor:pointer;text-align:left;color:var(--text)}.rp-scout-head-title{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px;min-width:0}.rp-scout-pos{font-size:13px;font-weight:700;color:var(--text)}.rp-scout-hero-badge{flex:none;font-size:10px;font-weight:800;letter-spacing:.4px;color:var(--accent);background:#f0b42924;border-radius:5px;padding:2px 6px}.rp-scout-head-action{font-size:11.5px;font-weight:700;color:#7d8694}.rp-scout-head-right{flex:none;display:flex;align-items:center;gap:6px}.rp-scout-combos{font-size:11.5px;font-weight:800;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.rp-scout-item.open .rp-scout-combos{color:var(--accent)}.rp-scout-chev{flex:none;color:var(--text);transition:transform .15s ease}.rp-scout-item.open .rp-scout-chev{transform:rotate(180deg)}.rp-scout-panel{padding:2px 13px 12px}.rp-rangeview{margin-top:16px}.rp-villain+.rp-villain{margin-top:12px}.rp-range-chips{display:flex;flex-wrap:wrap;gap:5px}.rp-range-chip{font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;padding:3px 7px;border-radius:6px;background:var(--panel2);color:var(--text)}.rp-range-note{margin:10px 0 0;font-size:12px;line-height:1.6;color:var(--muted)}.rp-range-heatmap-wrap{margin-top:8px}.rp-range-heatmap{display:grid;grid-template-columns:repeat(13,minmax(0,1fr));gap:2px;width:100%;max-width:360px}.rp-hm-cell{aspect-ratio:1;min-width:0;display:flex;align-items:center;justify-content:center;font-size:clamp(6px,1.7vw,9px);font-weight:800;font-variant-numeric:tabular-nums;border-radius:4px;overflow:hidden;color:#fff;background:var(--panel2)}.rp-hm-cell.rp-hm-empty{background:#ffffff0a;color:#ffffff38}.rp-hm-label{text-shadow:0 1px 2px rgba(0,0,0,.75)}.rp-hm-legend{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:8px;font-size:11px;color:var(--muted)}.rp-hm-legend>span{display:inline-flex;align-items:center;gap:4px}.rp-hm-sw{width:10px;height:10px;border-radius:2px}.rp-range-body{display:flex;align-items:center;gap:10px}.rp-range-main{flex:1;min-width:0}.rp-range-summary{display:flex;flex-direction:column;gap:8px}.rp-range-line{display:flex;align-items:baseline;gap:8px}.rp-range-cat{flex:none;display:inline-flex;align-items:center;justify-content:center;min-width:48px;box-sizing:border-box;font-size:10px;font-weight:800;letter-spacing:.4px;border-radius:5px;padding:2px 6px}.rp-range-cat.value{color:#35c878;background:#1f9d5729}.rp-range-cat.bluff{color:#ef6657;background:#d2483b29}.rp-range-cat.made{color:#57b4d6;background:#2f8fb329}.rp-range-cat.draw{color:#d8ab52;background:#c2913a29}.rp-range-hands{font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.3px;line-height:1.6;color:var(--text)}.rp-range-matrix-btn{flex:none;display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:var(--muted);background:var(--panel2);border:1px solid var(--border);border-radius:7px;padding:4px 9px;cursor:pointer}.rp-range-matrix-btn:hover{border-color:var(--muted)}.rp-mx-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;flex-direction:column;justify-content:flex-end;background:#00000080}.rp-mx-sheet{background:var(--bg);border-radius:16px 16px 0 0;padding:8px 8px max(20px,env(safe-area-inset-bottom));max-height:85vh;overflow-y:auto;animation:rp-mx-up .28s cubic-bezier(.22,.61,.36,1)}@keyframes rp-mx-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.rp-mx-grip{width:36px;height:4px;border-radius:2px;background:var(--border);margin:4px auto 10px}.rp-mx-head{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.rp-mx-title{font-size:14px;font-weight:800;color:var(--text);text-align:center}.rp-mx-close{position:absolute;right:0;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;padding:4px;color:var(--muted);background:none;border:none;cursor:pointer}.rp-mx-body .rp-range-heatmap-wrap{width:100%}.rp-mx-body .rp-range-heatmap{max-width:none}.rp-mx-body .rp-hm-cell{font-size:clamp(8px,2.6vw,12px)}.rp-mx-note{margin:16px 2px 0;padding-top:14px;border-top:1px solid var(--border);font-size:13px;line-height:1.7;color:var(--muted)}@media(min-width:1000px){.rp-mx-overlay{justify-content:center;align-items:center}.rp-mx-sheet{border-radius:14px;max-width:440px;width:100%;animation:none}}.rp-acc{display:flex;flex-direction:column;margin-top:8px}.rp-acc-head{position:sticky;top:calc(var(--app-head-h,54px) + var(--vd-stick-h,220px) + var(--rp-stick-h,96px) - var(--rp-sticky-overlap));z-index:3;display:flex;align-items:center;gap:10px;margin:0 -20px;padding:11px 20px;background:var(--bg);color:var(--text);border-top:1px solid var(--border);border-bottom:2px solid rgba(240,180,41,.62);transition:top .25s ease}.rp-acc-title{flex:none;display:inline-flex;align-items:center;justify-content:flex-start;padding:0;border:none;background:none;color:var(--text);font-size:15px;font-weight:800;letter-spacing:0}.rp-acc-title:before{content:none}.rp-acc-head.has-board .rp-acc-title{width:44px}.rp-acc-board{display:inline-flex;gap:4px;align-items:center}.rp-acc-card{position:relative;display:inline-flex}.rp-acc-card.new .pcard{box-shadow:0 0 0 1.5px var(--accent),0 0 12px #f0b42961,0 2px 8px #0006}.rp-acc-card.new:after{content:"";position:absolute;right:-2px;top:-2px;width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 2px var(--panel)}.rp-acc-pot{font-size:11px;font-weight:800;color:var(--muted);background:var(--panel2);padding:3px 9px;border-radius:999px}.rp-acc-pot i{font-style:normal;font-weight:600;opacity:.78}.rp-acc-head .flex-grow{flex:1}.rp-acc-body{padding:26px 0 28px}.rng-count{font-size:12px;font-weight:700;color:var(--muted)}.rng-grid{display:grid;grid-template-columns:repeat(13,1fr);gap:2px}.rng-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:clamp(7px,1.9vw,10px);font-weight:700;letter-spacing:-.4px;border-radius:3px;overflow:hidden}.rng-cell.live{background:var(--accent);color:#1a1400}.rng-cell.cut{background:#f8514929;color:#f85149d9}.rng-cell.out{background:var(--panel);color:#39424f}.rng-legend{display:flex;gap:14px;margin-top:9px;font-size:11px;color:var(--muted)}.rng-legend i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:5px;vertical-align:-1px}.rng-legend i.live{background:var(--accent)}.rng-legend i.cut{background:#f851498c}.rng-legend i.out{background:var(--panel);border:1px solid var(--border)}.rng-note{margin:12px 0 0;font-size:12px;line-height:1.6;color:var(--muted)}@media(min-width:1000px){.page-body:has(.vd){max-width:1440px}.vd{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:36px;align-items:start}.vd-left,.vd-right{display:block;min-width:0}.vd-left{position:sticky;top:70px;align-self:start}.vd-title{margin-top:4px}.vd-stick{position:static;margin:0;padding:0}.yt-clip-frame{border-radius:14px}.rp{margin-top:0}.rp-stick{position:static;top:auto;margin:0;padding:0 0 18px;box-shadow:none}.rp-acc-head{top:62px;margin:0;padding:12px 0 11px}.vd-sheet{top:54px;left:auto;right:0;width:440px;border-radius:0;border-left:1px solid var(--border);box-shadow:-8px 0 28px #00000073;transform:translate(100%)}.vd-sheet.open{transform:none}}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.header-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:38px;background:none;border:none;color:var(--muted);cursor:pointer;transition:.12s}.header-icon-btn:hover{opacity:.7}.header-ltm-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 15px;background:var(--accent);color:#0d1117;border:none;border-radius:999px;font-size:14px;font-weight:800;letter-spacing:-.2px;line-height:1;cursor:pointer;box-shadow:0 2px 10px #f0b42947;transition:transform .12s,box-shadow .12s}.header-ltm-btn:active{transform:translate(-50%,-50%) scale(.95)}.header-ltm-btn .live-dot,.header-ltm-btn svg{color:#0d1117}.auth-entry-slot{width:64px;height:1px}.auth-entry{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0}.auth-login-btn{padding:7px 14px;border:1px solid var(--border);border-radius:9px;color:var(--text);font-size:13px;font-weight:700;background:var(--panel)}.auth-login-btn:hover{border-color:var(--accent);color:var(--accent)}.auth-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;border:1px solid var(--border);display:block}.auth-avatar--blank{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#0d1117;font-weight:800;font-size:14px}.auth-tab-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.auth-tab--profile{padding:0}.auth-tab--profile .auth-tab-avatar{width:55px;height:55px}.auth-tab--profile .auth-avatar--blank{font-size:20px}.auth-tab--profile.on .auth-tab-avatar{border-color:var(--accent);box-shadow:0 0 0 2px #f0b42959}.auth-search{padding:0;width:55px;height:55px;color:var(--text)}@keyframes authMorphIn{0%{opacity:0;transform:rotate(-90deg) scale(.4)}to{opacity:1;transform:none}}.tabbar-auth .tab-ico,.tabbar-auth .auth-tab-avatar{animation:authMorphIn .34s cubic-bezier(.34,1.25,.5,1)}@media(prefers-reduced-motion:reduce){.tabbar-auth .tab-ico,.tabbar-auth .auth-tab-avatar{animation:none}}@media(max-width:767px){.topbar-actions .auth-entry,.topbar-actions .auth-entry-slot{display:none}}.login-page{position:relative;min-height:100vh;display:flex;flex-direction:column;background:var(--bg);overflow:hidden;animation:pageIn .22s ease}.login-page.closing{animation:pageOut .2s ease forwards}@keyframes pageOut{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(10px)}}.login-bg{position:absolute;top:0;left:0;right:0;height:82%;overflow:hidden;background:radial-gradient(120% 80% at 50% 16%,#f0b42912,#0d111700 60%),var(--bg)}.login-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,rgba(13,17,23,0) 0%,rgba(13,17,23,.08) 40%,rgba(13,17,23,.6) 72%,rgba(13,17,23,.92) 88%,var(--bg) 100%)}.login-matrix{position:absolute;top:-5%;left:50%;transform:translate(-50%);width:112%;display:grid;grid-template-columns:repeat(13,1fr);align-content:start;gap:min(1.6vw,8px);padding:min(2.4vw,12px);opacity:.5;animation:matrixDrift 22s ease-in-out infinite}.login-matrix-cell{aspect-ratio:1;border-radius:3px;opacity:.07;will-change:opacity;animation:matrixPulse 6s ease-in-out infinite}.login-matrix-cell.is-pair{border-radius:4px;animation-duration:4.6s}@keyframes matrixPulse{0%,to{opacity:.06}50%{opacity:.34}}@keyframes matrixDrift{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-2.5%)}}@media(prefers-reduced-motion:reduce){.login-matrix{animation:none}.login-matrix-cell{animation:none;opacity:.16}}.login-close{position:absolute;top:14px;left:10px;z-index:3;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:none;color:#fff;font-size:19px;cursor:pointer;border-radius:10px;transition:.12s}.login-close:hover{background:#ffffff1f}.login-body{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:30px;padding:24px 24px max(100px,env(safe-area-inset-bottom,0px));max-width:380px;margin:0 auto;width:100%;text-align:center}.login-intro,.login-bottom{display:flex;flex-direction:column;align-items:center;gap:18px;width:100%}.login-logo{display:flex;align-items:center;gap:8px}.login-logo-mark{width:38px;height:38px;flex:none}.login-logo .logo-word{font-size:32px}.login-headline{color:var(--text);font-size:25px;font-weight:800;line-height:1.34;letter-spacing:-.01em;margin:0;max-width:300px;word-break:keep-all;text-shadow:0 2px 12px rgba(0,0,0,.45)}.login-providers{display:flex;flex-direction:column;align-items:center;gap:14px;min-height:44px}.login-error{color:#f87171;font-size:13px;margin:0}.login-dev{margin-top:2px;padding:9px 18px;border:1px dashed var(--border);border-radius:999px;background:none;color:var(--muted);font-size:13px;font-weight:700;cursor:pointer;transition:.12s}.login-dev:hover{border-color:var(--muted);color:var(--text)}.login-agree-note{width:100%;max-width:300px;margin:6px auto 0;text-align:center;color:var(--muted);font-size:12px;line-height:1.55}.login-google{position:relative;display:inline-block;line-height:0}.login-google-native{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:300px;max-width:80vw;height:44px;border:none;border-radius:999px;background:#fff;color:#1f1f1f;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 1px 3px #0000004d;transition:background .12s ease,transform .06s ease}.login-google-native:hover{background:#f6f7f8}.login-google-native:active{transform:translateY(1px)}.login-google-native:disabled{opacity:.7;cursor:default}.login-google-g{flex:none}.legal-doc{max-width:680px;margin:0 auto;padding:8px 0 40px;color:var(--text);line-height:1.7;word-break:keep-all}.legal-title{font-size:22px;font-weight:800;margin:8px 0 4px}.legal-effective{color:var(--muted);font-size:12.5px;margin:0 0 20px}.legal-section{margin:0 0 22px}.legal-section h2{font-size:15.5px;font-weight:700;margin:0 0 8px}.legal-section p{font-size:14px;margin:0 0 8px}.legal-section ul{margin:0;padding-left:18px;font-size:14px}.legal-section li{margin:0 0 5px}.legal-emph{background:var(--panel);border-radius:10px;padding:12px 14px;font-size:13.5px;color:var(--text)}.legal-company{margin-top:28px;padding-top:18px;border-top:1px solid var(--border);color:var(--muted);font-size:12px;line-height:1.7}.legal-company p{margin:0}.mypage{display:flex;flex-direction:column;gap:14px;padding:12px 0 28px}.mypage-profile{display:flex;flex-direction:row;align-items:center;gap:14px}.mypage-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:1px solid var(--border);flex:none}.mypage-avatar--blank{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#0d1117;font-weight:800;font-size:25px}.mypage-profile-text{display:flex;flex-direction:column;gap:2px;min-width:0}.mypage-name{font-size:18px;font-weight:800;color:var(--text)}.mypage-email{font-size:13px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mypage-logout{align-self:stretch;text-align:center;margin-top:4px;padding:13px 20px;border:1px solid var(--border);border-radius:10px;background:var(--panel);color:var(--text);font-size:14px;font-weight:700;cursor:pointer}.mypage-logout:hover{border-color:#f87171;color:#f87171}.mypage-fav{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);margin-top:4px}.mypage-fav-btn{padding:5px 12px;border:1px solid var(--border);border-radius:999px;background:var(--panel2);color:var(--muted);font-size:13px;font-weight:700;cursor:pointer;transition:.12s}.mypage-fav-btn:hover{border-color:var(--accent);color:var(--accent)}.mypage-fav-btn.set{color:var(--accent);border-color:var(--accent);background:#f0b4291a}.mypage-fav-btn:disabled{opacity:.6;cursor:default}.mypage-fav-error{font-size:12px;color:#f87171;margin-top:4px}.onboarding{position:relative;min-height:100vh;display:flex;flex-direction:column;animation:pageIn .22s ease}.ob-body{flex:1;display:flex;flex-direction:column;justify-content:flex-end;gap:24px;width:100%;max-width:380px;margin:0 auto;padding:32px 24px 16px}.ob-welcome{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;margin-bottom:8px}.ob-logo-mark{width:56px;height:56px}.ob-title{font-size:24px;font-weight:800;color:var(--text);margin:8px 0 0}.ob-sub{color:var(--muted);font-size:14.5px;line-height:1.6;margin:0;word-break:keep-all}.ob-field{display:flex;flex-direction:column;gap:8px}.ob-label{font-size:13px;font-weight:700;color:var(--text)}.ob-input{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:11px;background:var(--panel2);color:var(--text);font-size:16px;font-family:inherit;transition:.12s}.ob-input:focus{outline:none;border-color:var(--accent)}.ob-hint{font-size:12px;color:var(--muted);line-height:1.5}.ob-hand-pick{display:flex;align-items:center;justify-content:center;padding:14px;border:1px dashed var(--border);border-radius:12px;background:#f0b4290f;color:var(--accent);font-size:15px;font-weight:700;cursor:pointer;transition:.12s}.ob-hand-pick:hover{border-color:var(--accent);background:#f0b4291f}.ob-hand-chip{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid var(--accent);border-radius:12px;background:#f0b4291a;color:var(--text);cursor:pointer;transition:.12s}.ob-hand-chip b{font-size:20px;font-weight:800;color:var(--accent)}.ob-hand-change{font-size:12px;color:var(--muted);font-weight:600}.ob-agree{display:flex;align-items:flex-start;gap:9px;width:100%;max-width:380px;margin:4px auto 0;text-align:left;cursor:pointer;color:var(--text);font-size:13.5px;line-height:1.6}.ob-agree input{flex:none;width:18px;height:18px;margin:1px 0 0;accent-color:var(--accent);cursor:pointer}.ob-agree-text{word-break:normal;overflow-wrap:anywhere}.ob-agree-text b{color:var(--accent);font-weight:700}.ob-agree a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.ob-error{color:#f87171;font-size:13px;margin:0;text-align:center}.ob-actions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:380px;margin:0 auto;padding:8px 24px max(64px,env(safe-area-inset-bottom,0px))}.ob-start{padding:14px;border:none;border-radius:12px;background:var(--accent);color:#1a1400;font-size:15px;font-weight:800;cursor:pointer;transition:.12s}.ob-start:disabled{opacity:.6;cursor:default}.ob-skip{padding:12px;border:none;border-radius:12px;background:none;color:var(--muted);font-size:14px;font-weight:700;cursor:pointer}.ob-skip:hover{color:var(--text)}.ob-skip:disabled{opacity:.6;cursor:default}.mypage-section{width:100%;display:flex;flex-direction:column;gap:8px;margin-top:12px}.mypage-section-title{display:flex;align-items:center;gap:7px;font-size:16px;font-weight:800;color:var(--text);margin:0}.mypage-section-title svg{color:var(--muted)}.mypage-empty{font-size:13px;line-height:1.6;color:var(--muted);text-align:center;padding:28px 0;margin:0}.mypage-links{gap:0}.mypage-links .mypage-section-title{margin-bottom:8px}.mypage-link-row{display:flex;align-items:center;gap:10px;width:100%;padding:13px 2px;border:none;background:none;color:var(--text);font-size:14.5px;font-weight:600;text-align:left;cursor:pointer}.mypage-link-row span{flex:1;min-width:0}.mypage-link-row:active{background:var(--panel)}.mypage-link-row svg{color:var(--muted);flex:none}.mypage .vscroll{margin:0 -20px}
