:root{--bg:#08161f;--board-bg:#2a1d12;--board-frame:#4a2f1a;--board-frame-light:#6b4423;--felt:#1f4d3a;--felt-dark:#173d2d;--point-light:#d8b08c;--point-dark:#8a5a3b;--bar-bg:#3a2515;--white-checker:#f2e8da;--white-checker-edge:#c9bba6;--black-checker:#2b2b2f;--black-checker-edge:#050507;--gold:#0ea5e9;--gold-soft:#5eead4;--hl:#ffd86b;--text:#ece3d6;--text-dim:#a8977f;--danger:#c0563f}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body[data-theme=gece]{--felt:#1b2a44;--felt-dark:#14213a;--point-light:#9fb4d8;--point-dark:#4a5f8a}body[data-theme=bordo]{--felt:#4a1f25;--felt-dark:#381319;--point-light:#e0b8a0;--point-dark:#8a4434}html,body{background:radial-gradient(circle at 50% 20%, #103149, var(--bg) 70%);height:100%;color:var(--text);overscroll-behavior:none;margin:0;padding:0;font-family:Inter,system-ui,sans-serif;overflow:hidden}#app{flex-direction:column;gap:8px;max-width:760px;height:100dvh;min-height:100%;margin:0 auto;padding:8px 10px 10px;display:flex;overflow:hidden}body.standalone #app{padding-top:max(8px, env(safe-area-inset-top));padding-right:max(10px, env(safe-area-inset-right));padding-bottom:max(10px, env(safe-area-inset-bottom));padding-left:max(10px, env(safe-area-inset-left))}.topbar{flex-shrink:0;order:1;justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:6px;background:linear-gradient(180deg, var(--gold-soft), var(--gold));color:#0000;text-shadow:0 1px #0006;-webkit-background-clip:text;background-clip:text;align-items:center;margin:0;font-family:Cinzel,serif;font-size:26px;display:flex}.logo .logo-img{width:auto;height:26px;display:block}.home-logo .logo-img{height:56px}.controls{align-items:center;gap:6px;display:flex}.btn.icon{place-items:center;width:38px;height:38px;padding:0;font-size:16px;display:inline-grid}.voice-btn.active{color:#04222b;background:linear-gradient(180deg, var(--gold-soft), var(--gold));box-shadow:0 0 14px #d4af3759}.voice-btn.pending{border-color:var(--gold);color:var(--gold-soft)}.voice-btn.muted{opacity:.72}.lb-card{width:90vw;max-width:380px}#lbModal{z-index:140}.lb-tabs{justify-content:center;gap:8px;margin-bottom:12px;display:flex}.lb-game-tabs{margin-bottom:8px}.lb-game-tab{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:6px 4px;font-size:13px;overflow:hidden}.lb-list{flex-direction:column;gap:4px;max-height:50vh;margin-bottom:16px;display:flex;overflow-y:auto}.lb-row{background:#ffffff0d;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:14px;display:flex}.lb-rank{width:22px;color:var(--gold-soft);text-align:center;font-weight:800}.lb-name{text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.lb-val{color:var(--text-dim);font-size:13px}.lb-empty{color:var(--text-dim);text-align:center;padding:16px}.lb-me{text-align:center;background:#d4af3724;border:1px solid #d4af3766;border-radius:8px;margin-bottom:8px;padding:8px 12px;font-size:13px}.lb-countdown{text-align:center;color:var(--gold-soft);margin-bottom:6px;font-size:13px;font-weight:600}.lb-champ{text-align:center;color:var(--text-dim);margin-bottom:8px;font-size:12px}.friends-card{width:92vw;max-width:400px}#friendsModal{z-index:140}.friends-body{text-align:left;flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.friends-empty{color:var(--text-dim);text-align:center;padding:14px}.friend-code-box{text-align:center;background:#d4af371f;border:1px solid #d4af3759;border-radius:10px;padding:10px 12px}.friend-code-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);font-size:11px}.friend-code{letter-spacing:3px;color:var(--gold-soft);margin:2px 0 6px;font-family:Cinzel,serif;font-size:24px}.friend-code-actions{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.friend-code-actions .btn{padding:6px 10px;font-size:12px}.friend-add{gap:6px;display:flex}.friend-add input{min-width:0;color:var(--text);text-transform:uppercase;background:#00000040;border:1px solid #ffffff24;border-radius:10px;flex:1;padding:9px 11px;font-family:inherit;font-size:14px}.friend-add input:focus{border-color:var(--gold-soft);outline:none}.friend-list{flex-direction:column;gap:4px;max-height:40vh;display:flex;overflow-y:auto}.friend-row{background:#ffffff0d;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.friend-name{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.friend-seen{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:11px;overflow:hidden}.friend-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.friend-actions .btn{padding:6px 10px;font-size:12px}.friend-actions .friend-remove{padding:6px 9px}.topbar{position:relative}.menu{z-index:80;background:linear-gradient(#122636,#0b1b27);border:1px solid #ffffff24;border-radius:12px;flex-direction:column;gap:2px;min-width:170px;margin-top:6px;padding:6px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 10px 30px #0009}.menu.hidden{display:none}.menu .btn{text-align:left;background:0 0;border:none;justify-content:flex-start;width:100%}.menu .btn:hover{background:#ffffff14}.home{z-index:120;padding:max(18px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));background:radial-gradient(circle at 50% 0,#00f2ff2e,#0000 34%),radial-gradient(circle at 15% 82%,#e9c1761f,#0000 28%),linear-gradient(160deg,#08151d 0%,#0d2532 52%,#071018 100%);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.home:before{content:"";opacity:.16;pointer-events:none;background-image:radial-gradient(#ffffff21 1px,#0000 1px);background-size:18px 18px;position:fixed;inset:0}.home.hidden{display:none}.home-card{text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffff18,#ffffff09),#030e15b8;border:1px solid #ffffff21;border-radius:22px;flex-direction:column;align-items:center;gap:11px;width:min(100%,430px);padding:18px;animation:.22s ease-out homeEnter;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 80px #0000007a,inset 0 1px #ffffff14}@keyframes homeEnter{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.home-hero{background:radial-gradient(circle at 50% 10%,#ffffff29,#ffffff09 72%),#ffffff06;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;align-items:center;gap:8px;width:100%;padding:10px 18px 12px;display:flex}.home-logo{justify-content:center;width:100%;margin:0;font-size:40px;overflow:hidden}.home-logo .logo-img{filter:drop-shadow(0 10px 28px #00f2ff3d);width:min(260px,86%);height:auto}.home-auth{justify-content:center;align-items:center;min-height:28px;display:flex}.home-user{color:var(--gold-soft);font-size:14px;font-weight:600}.home-action-panel{background:radial-gradient(circle at 0 0,#ffffff12,#0000 36%),#12213194;border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;gap:12px;width:100%;padding:14px;display:flex;box-shadow:inset 0 1px #ffffff14}.home-target{background:#0000002e;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;gap:4px;width:100%;padding:5px;display:flex}.home-target-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;margin:0 6px 0 4px;font-size:11px;font-weight:800}.home-target-icon{justify-content:center;width:24px;display:inline-flex}.home-target-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.target-opt{cursor:pointer;width:44px;height:34px;color:var(--text);background:0 0;border:1px solid #0000;border-radius:10px;font-family:inherit;font-size:14px;font-weight:700;transition:background .16s,color .16s,box-shadow .16s}.target-opt.active{background:linear-gradient(180deg, var(--gold-soft), var(--gold));color:#05202b;border-color:#ffffff38;box-shadow:0 8px 20px #0ea5e938}.level-opt{cursor:pointer;min-width:0;height:34px;color:var(--text);background:0 0;border:1px solid #0000;border-radius:10px;flex:1;padding:0 10px;font-family:inherit;font-size:13px;font-weight:600;transition:background .16s,color .16s,box-shadow .16s}.level-opt.active{background:linear-gradient(180deg, var(--gold-soft), var(--gold));color:#05202b;border-color:#ffffff38;box-shadow:0 8px 20px #0ea5e938}.lang-opt{cursor:pointer;min-width:0;height:34px;color:var(--text);white-space:nowrap;text-overflow:ellipsis;background:0 0;border:1px solid #0000;border-radius:10px;flex:1;padding:0 6px;font-family:inherit;font-size:12px;font-weight:600;transition:background .16s,color .16s,box-shadow .16s;overflow:hidden}.lang-opt.active{background:linear-gradient(180deg, var(--gold-soft), var(--gold));color:#05202b;border-color:#ffffff38;box-shadow:0 8px 20px #0ea5e938}.home-lb-btn{align-self:center}.home-streak{background:linear-gradient(#ffffff0f,#ffffff06),#07131c99;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:11px;width:100%;padding:12px;display:flex;box-shadow:inset 0 1px #ffffff0f}.home-streak.hidden{display:none}.streak-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.streak-fire{color:var(--gold-soft);font-size:14px;font-weight:800;line-height:1.2}.streak-best{color:#d9bd80;background:#e9c1761a;border:1px solid #e9c1762e;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.quests{text-align:left;flex-direction:column;gap:6px;display:flex}.quests-title{color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800}.quest{min-height:26px;color:var(--text);background:#ffffff09;border-radius:10px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:4px 6px;font-size:12px;font-weight:650;display:grid}.quest .q-check{color:#05202b;border:1px solid #ece3d673;border-radius:6px;place-items:center;width:18px;height:18px;font-size:12px;font-weight:900;line-height:1;display:grid}.quest .q-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.quest.done{color:var(--text-dim);background:#5eead40f}.quest.done .q-check{background:linear-gradient(180deg, var(--gold-soft), var(--gold));border-color:#0000}.install-card{text-align:left;background:#5eead414;border:1px solid #5eead447;border-radius:16px;align-items:center;gap:10px;width:100%;padding:10px;display:flex}.install-card.hidden{display:none}.install-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.install-copy strong{color:var(--text);font-size:13px}.install-copy span{color:var(--text-dim);font-size:12px;line-height:1.35}.install-actions{align-items:center;gap:6px;display:flex}.install-actions .btn-primary{min-width:58px;height:34px;padding:0 12px;font-size:13px}.install-actions .icon{width:34px;height:34px}.home-modes{flex-direction:column;gap:10px;width:100%;display:flex}.home-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.home-mode-grid .home-mode:nth-child(3){grid-column:1/-1;min-height:76px}.home-mode{text-align:left;border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;min-height:92px;padding:15px;font-size:15px;font-weight:800;line-height:1.15;transition:transform .14s,filter .16s,background .16s,border-color .16s;display:flex;overflow:hidden}.home-mode:hover:not(:disabled){transform:translateY(-1px)}.home-mode:active{transform:scale(.985)}.home-mode-icon{width:44px;height:44px;color:var(--gold-soft);background:#ffffff0e;border-radius:50%;place-items:center;margin-bottom:2px;font-size:23px;line-height:1;display:inline-grid}.home-mode-icon svg{fill:none;stroke:currentColor;stroke-width:2.3px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.home-mode-primary .home-mode-icon{color:#fff;background:#ffffff2e;width:38px;height:38px}.home-mode-icon-warm{color:#e9c176}.home-mode small{opacity:.78;font-size:11px;font-weight:500;line-height:1.3}.home-mode-primary{text-align:center;color:#031f25;background:linear-gradient(135deg,#00f2ff,#008f94);border-radius:18px;align-items:center;min-height:84px;padding:18px;font-size:19px;position:relative;box-shadow:0 16px 38px #00f2ff3d,inset 0 1px #ffffff6b}.home-mode-primary:after{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff57;position:absolute;inset:1px}.home-mode-alt{color:var(--text);background:#fff1;border:1px solid #ffffff21}.home-mode-alt:hover{background:#ffffff1c;border-color:#5eead457}.home-secondary{background:#0003;border:1px solid #ffffff14;border-radius:18px;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;width:100%;padding:8px;display:grid}.home-secondary .home-icon{width:auto;min-height:62px;color:var(--text-dim);background:0 0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:0;padding:7px 5px;font-size:11px;display:flex!important}.home-secondary .home-icon svg{fill:none;stroke:currentColor;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.home-secondary .home-icon span{text-overflow:clip;white-space:normal;overflow-wrap:anywhere;text-align:center;max-width:100%;font-size:10.5px;line-height:1.08;display:block;overflow:hidden}.home-secondary .home-icon:hover{color:var(--gold-soft);background:#ffffff14}.online-banner{text-align:center;color:var(--text);background:#0000004d;border:1px solid #d4af3759;border-radius:10px;flex-wrap:wrap;order:2;justify-content:center;align-items:center;gap:10px;padding:6px 12px;font-size:13px;display:flex}.online-banner.hidden{display:none}.online-banner .btn{padding:4px 10px;font-size:12px}.table-chip{color:var(--gold-soft,#e8d9a0);white-space:nowrap;background:#d4af371f;border:1px solid #d4af374d;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.online-banner.reconnecting{background:#78460047;border-color:#f8b46499}.reconnect-msg{color:#ffcf99;font-size:13px;font-weight:600}.online-prompt{color:var(--text-dim);overflow-wrap:anywhere;font-size:12px}.auth{align-items:center;gap:6px;display:flex}.auth-login{font-size:13px}.auth-chip{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:6px;padding:3px 10px 3px 3px;font-size:13px;font-weight:600;display:flex}.auth-av{object-fit:cover;border-radius:50%;width:24px;height:24px}.auth-av-ph{background:linear-gradient(180deg, var(--gold-soft), var(--gold));color:#04222b;place-items:center;font-weight:800;display:grid}.auth-name{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.scoreboard{background:#0000004d;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;padding:5px 14px;font-size:15px;display:flex}.sb-side{align-items:center;gap:5px;display:flex}.sb-side b{text-align:center;min-width:14px;font-size:17px}.sb-side .checker-dot{width:14px;height:14px}.sb-target{color:var(--text-dim);font-size:13px}.sb-cube{color:#04222b;background:linear-gradient(180deg, var(--gold-soft), var(--gold));border-radius:6px;margin-left:6px;padding:1px 7px;font-size:14px;font-weight:800}.btn-double{color:#04222b;background:linear-gradient(#e8cf7a,#c79b2e);font-weight:800}.double-prompt{border:1px solid var(--gold);z-index:95;text-align:center;background:linear-gradient(#122636,#0b1b27);border-radius:14px;flex-direction:column;align-items:center;gap:10px;max-width:90vw;padding:14px 18px;font-weight:600;display:flex;position:fixed;bottom:84px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #0009,0 0 18px #d4af374d}.double-prompt.hidden{display:none}.dp-actions{gap:10px;display:flex}.dp-actions .btn{padding:10px 22px}.pipcount{color:var(--text-dim);background:#0000004d;border-radius:6px;margin-left:4px;padding:1px 7px;font-size:12px;font-weight:700}.player-panel.active .pipcount{color:var(--gold-soft)}.btn{cursor:pointer;color:var(--text);border:none;border-radius:10px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .12s,filter .12s,opacity .2s}.btn:active{transform:scale(.96)}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{background:#ffffff0f;border:1px solid #ffffff1f}.btn-ghost:hover:not(:disabled){background:#ffffff1f}.btn-primary{background:linear-gradient(180deg, var(--gold-soft), var(--gold));color:#04222b;padding:14px 28px;font-size:16px;font-weight:700;box-shadow:0 4px 14px #d4af374d}.btn-primary:hover:not(:disabled){filter:brightness(1.07)}.player-panel{background:#00000040;border:1px solid #ffffff0f;border-radius:12px;flex-shrink:0;order:3;align-items:center;gap:12px;min-height:52px;padding:8px 12px;transition:box-shadow .25s,border-color .25s;display:flex}.player-panel.active{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold), 0 0 18px #d4af3759}#panel-white{order:3}.board-wrap{order:4}#panel-black{order:5}.reactions{order:6}body[data-perspective=white] #panel-black{order:3}body[data-perspective=white] .board-wrap{order:4}body[data-perspective=white] #panel-white{order:5}body[data-perspective=black] #panel-white{order:3}body[data-perspective=black] .board-wrap{order:4}body[data-perspective=black] #panel-black{order:5}.player-id{align-items:center;gap:8px;min-width:110px;display:flex}.player-name{font-size:15px;font-weight:700}.checker-dot{border-radius:50%;width:18px;height:18px;box-shadow:inset 0 1px 2px #fff6,0 1px 3px #00000080}.checker-dot.white{background:radial-gradient(circle at 35% 30%, #fff, var(--white-checker-edge))}.checker-dot.black{background:radial-gradient(circle at 35% 30%, #51515a, var(--black-checker))}.player-status{color:var(--text-dim);flex:1;font-size:13px}.dice-tray{justify-content:flex-end;align-items:center;gap:8px;min-width:96px;display:flex}.die{transform-origin:50%;background:linear-gradient(145deg,#fbf6ec,#d9cdb8);border-radius:9px;flex:none;width:38px;height:38px;position:relative;box-shadow:0 3px 6px #00000073,inset 0 1px 2px #ffffffb3}.die.rolling{animation:.6s dieRoll}.die.center{border-radius:11px;width:48px;height:48px;animation:.72s cubic-bezier(.2,.9,.2,1) centerDieRoll}@keyframes dieRoll{0%{transform:rotate(0)scale(1)}25%{transform:rotate(-160deg)scale(1.18)}55%{transform:rotate(140deg)scale(.9)}80%{transform:rotate(-40deg)scale(1.08)}to{transform:rotate(0)scale(1)}}@keyframes centerDieRoll{0%{opacity:0;transform:translateY(-18px)rotate(-220deg)scale(.72)}34%{opacity:1;transform:translateY(8px)rotate(120deg)scale(1.18)}68%{opacity:1;transform:translateY(-3px)rotate(-24deg)scale(1.04)}to{opacity:1;transform:translateY(0)rotate(0)scale(1)}}.die.used{opacity:.35;filter:grayscale(.5)}.die .pip{background:radial-gradient(circle at 35% 30%,#555,#111);border-radius:50%;width:6px;height:6px;position:absolute;transform:translate(-50%,-50%)}.die .p1{top:26%;left:26%}.die .p2{top:26%;left:74%}.die .p3{top:50%;left:50%}.die .p4{top:74%;left:26%}.die .p5{top:74%;left:74%}.die .p6{top:26%;left:50%}.die .p7{top:74%;left:50%}.die .p8{top:50%;left:26%}.die .p9{top:50%;left:74%}.board-wrap{flex:auto;justify-content:center;align-items:center;min-height:0;display:flex;position:relative}.board-roll{z-index:40;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;padding:0;font-size:26px;line-height:1;animation:1.6s ease-in-out infinite rollPulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 6px 18px #0000008c,0 0 0 3px #0000004d,inset 0 1px 2px #ffffff80}.board-roll.confirm-mode{font-family:Inter,sans-serif;font-size:22px;font-weight:800}@keyframes rollPulse{0%,to{box-shadow:0 6px 18px #0000008c,0 0 0 3px #0000004d,inset 0 1px 2px #ffffff80}50%{box-shadow:0 6px 22px #d4af3799,0 0 0 3px #d4af3780,inset 0 1px 2px #ffffff80}}.board-roll:active{transform:translate(-50%,-50%)scale(.92)}.board-roll[disabled]{display:none}.center-dice{z-index:46;pointer-events:none;background:#14100c8a;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:10px 12px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 34px #00000080,0 0 0 1px #ffffff14}.center-dice.hidden{display:none}.center-dice:not(.hidden)+.board-roll:not(.confirm-mode){opacity:.18}@media (width<=560px){.board-roll{width:50px;height:50px;font-size:22px}.die.center{width:42px;height:42px}.center-dice{gap:8px;padding:8px 10px}}.board{aspect-ratio:10/8;background:linear-gradient(180deg, var(--felt), var(--felt-dark));border:14px solid var(--board-frame);border-radius:14px;grid-template-rows:1fr 1fr;grid-template-columns:1fr 42px 1fr 30px;gap:0;width:min(100%,125dvh - 256.25px);max-height:100%;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 40px #0009,0 12px 40px #0009}.quadrant{display:flex;position:relative}.q-tl{grid-area:1/1}.q-tr{grid-area:1/3}.q-bl{grid-area:2/1}.q-br{grid-area:2/3}.bar{background:linear-gradient(90deg, var(--board-frame), var(--board-frame-light), var(--board-frame));flex-direction:column;grid-area:1/2/span 2;display:flex;position:relative;box-shadow:inset 0 0 14px #00000080}.bar-section{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:4px 0;display:flex}body[data-perspective=white] #bar-black,body[data-perspective=black] #bar-white{justify-content:flex-start}body[data-perspective=white] #bar-white,body[data-perspective=black] #bar-black{justify-content:flex-end}.off{background:linear-gradient(#3a2515,#241509);flex-direction:column;grid-column:4;justify-content:flex-start;align-items:center;gap:2px;padding:4px 2px;display:flex;box-shadow:inset 0 0 10px #0009}body[data-perspective=white] .off-black,body[data-perspective=black] .off-white{grid-row:1;justify-content:flex-start}body[data-perspective=white] .off-white,body[data-perspective=black] .off-black{grid-row:2;justify-content:flex-end}.off-label{color:var(--text-dim);writing-mode:vertical-rl;opacity:.6;font-size:8px;position:absolute}.point{cursor:default;flex-direction:column;flex:1;align-items:center;min-width:0;display:flex;position:relative}.triangle{clip-path:polygon(50% 100%,0 0,100% 0);width:84%;height:88%;position:absolute;left:8%}.point.top .triangle{top:0}.point.bottom .triangle{bottom:0;transform:scaleY(-1)}.point.dark .triangle{background:linear-gradient(180deg, var(--point-dark), #6b4226)}.point.light .triangle{background:linear-gradient(180deg, var(--point-light), #c69873)}.point .checkers{z-index:2;flex-direction:column;align-items:center;width:100%;height:100%;padding:3px 0;display:flex;position:relative}.point.top .checkers{flex-direction:column}.point.bottom .checkers{flex-direction:column-reverse}.checker{width:var(--checker-size,30px);height:var(--checker-size,30px);border-radius:50%;flex-shrink:0;margin-top:-2px;transition:transform .18s;position:relative}.point.bottom .checker{margin-top:0;margin-bottom:-2px}.checker.white{background:radial-gradient(circle at 35% 30%, #fff, var(--white-checker) 55%, var(--white-checker-edge));border:1px solid #b7a98f;box-shadow:0 2px 4px #00000080,inset 0 -2px 4px #00000026,inset 0 2px 3px #fffc}.checker.black{background:radial-gradient(circle at 35% 30%, #5a5a64, var(--black-checker) 55%, var(--black-checker-edge));border:1px solid #000;box-shadow:0 2px 4px #0009,inset 0 -2px 4px #0006,inset 0 2px 3px #ffffff2e}.checker:after{content:"";border:1px solid #0000001f;border-radius:50%;position:absolute;inset:22%}.checker.black:after{border-color:#ffffff14}.stack-count{z-index:5;color:#fff;pointer-events:none;background:#0009;border-radius:8px;padding:1px 5px;font-size:11px;font-weight:700;position:absolute}.point.selectable .triangle:after,.point.movable-target .triangle:after{content:"";background:radial-gradient(circle at 50% 15%,#ffd86b8c,#0000 60%);position:absolute;inset:0}.checker.movable{cursor:pointer;box-shadow:0 0 0 2px var(--hl), 0 2px 6px #00000080}.checker.movable:hover{transform:scale(1.08)}.checker.selected{box-shadow:0 0 0 3px var(--hl), 0 0 14px var(--hl);transform:scale(1.08)}.point.target{cursor:pointer}.point.target .triangle{animation:1.1s ease-in-out infinite pulseTarget}@keyframes pulseTarget{0%,to{filter:brightness()}50%{filter:brightness(1.5) drop-shadow(0 0 6px var(--hl))}}.point.target .drop-dot{z-index:4;background:var(--hl);width:16px;height:16px;box-shadow:0 0 10px var(--hl);opacity:.85;border-radius:50%;animation:1.1s ease-in-out infinite pulseTarget;position:absolute}.point.top .drop-dot{top:6px}.point.bottom .drop-dot{bottom:6px}.off.target,.bar-section.target{box-shadow:inset 0 0 0 3px var(--hl);cursor:pointer}.off.target{animation:1.1s ease-in-out infinite pulseTarget}.checker.entering{animation:.35s cubic-bezier(.34,1.56,.64,1) dropIn}@keyframes dropIn{0%{opacity:0;transform:translateY(-40px)scale(.5)}to{opacity:1;transform:translateY(0)scale(1)}}.checker.hit-anim{animation:.4s forwards hitFly}@keyframes hitFly{0%{transform:scale(1)}50%{transform:scale(1.3)rotate(20deg)}to{transform:scale(1)rotate(0)}}.bottombar{justify-content:center;padding-top:4px;display:flex}.reactions{flex-wrap:wrap;justify-content:center;gap:4px;padding:4px 0 2px;display:flex}.reactions button{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;padding:5px 8px;font-size:20px;line-height:1;transition:transform .1s,background .15s}.reactions button:hover{background:#ffffff21}.reactions button:active{transform:scale(.85)}.chat-btn.unread{position:relative}.chat-btn.unread:after{content:"";background:var(--danger);width:8px;height:8px;box-shadow:0 0 0 2px var(--bg);border-radius:50%;position:absolute;top:4px;right:4px}.replay-bar{z-index:90;background:linear-gradient(#122636,#0b1b27);border:1px solid #d4af3752;border-radius:12px;align-items:center;gap:8px;max-width:94vw;padding:8px 12px;display:flex;position:fixed;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #00000080}.replay-bar.hidden{display:none}.replay-info{color:var(--text);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;overflow:hidden}.replay-bar .btn:disabled{opacity:.4}.chat-panel{z-index:60;background:linear-gradient(#122636,#0b1b27);border:1px solid #d4af3752;border-radius:14px;flex-direction:column;gap:10px;width:min(94vw,540px);padding:14px 16px;display:flex;position:fixed;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000080}.chat-panel.hidden{display:none}.chat-head{color:var(--gold-soft);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-bottom:8px;font-family:Cinzel,serif;font-size:16px;font-weight:700;display:flex}.chat-log{flex-direction:column;gap:8px;min-height:60px;max-height:240px;padding-right:4px;display:flex;overflow-y:auto}.chat-line{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.chat-line.mine{align-items:flex-end}.chat-who{letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim);font-size:10px;font-weight:700}.chat-text{color:var(--text);word-break:break-word;background:#ffffff0f;border-radius:12px;max-width:85%;padding:6px 10px;font-size:14px;line-height:1.35}.chat-line.mine .chat-who{color:var(--gold-soft)}.chat-line.mine .chat-text{background:#5eead429}.chat-quick{flex-wrap:wrap;gap:5px;display:flex}.chat-chip{color:var(--text);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;padding:5px 11px;font-size:12px}.chat-chip:hover{background:#ffffff24}.chat-input{gap:6px;display:flex}.chat-input input{min-width:0;color:var(--text);background:#00000040;border:1px solid #ffffff24;border-radius:10px;flex:1;padding:9px 11px;font-family:inherit;font-size:14px}.chat-input input:focus{border-color:var(--gold-soft);outline:none}@media (width<=560px){.chat-panel{width:100%;max-width:100%;padding-bottom:max(14px, env(safe-area-inset-bottom));border-bottom:none;border-left:none;border-right:none;border-radius:16px 16px 0 0;bottom:0;left:0;right:0;transform:none}.chat-log{max-height:28vh}}.emoji-fly{z-index:60;pointer-events:none;will-change:transform, top, opacity;filter:drop-shadow(0 4px 8px #00000080);font-size:56px;position:absolute;left:50%}@media (width<=560px){.reactions button{padding:4px 7px;font-size:18px}.emoji-fly{font-size:44px}}.overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.overlay.hidden{display:none}.overlay-card{border:1px solid var(--gold);text-align:center;background:linear-gradient(#122636,#0b1b27);border-radius:18px;max-width:320px;padding:32px 28px;box-shadow:0 0 40px #d4af374d}.overlay-card h2{color:var(--gold-soft);margin:0 0 10px;font-family:Cinzel,serif}.overlay-card p{color:var(--text-dim);margin:0 0 20px}.overlay-actions{flex-direction:column;align-items:stretch;gap:10px;display:flex}.overlay-actions .btn:disabled{opacity:.55;cursor:default}.toast{color:var(--text);z-index:90;background:#000000d9;border:1px solid #ffffff26;border-radius:10px;padding:10px 18px;font-size:14px;transition:opacity .3s,transform .3s;position:fixed;bottom:90px;left:50%;transform:translate(-50%)}.toast.hidden{opacity:0;pointer-events:none;transform:translate(-50%,10px)}.orientation-tip{z-index:94;background:#14100cf0;border:1px solid #d4af3773;border-radius:14px;grid-template-columns:44px 1fr 36px;align-items:center;gap:12px;width:min(92vw,390px);padding:12px;display:grid;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 16px 34px #0000008c,0 0 18px #d4af372e}.orientation-tip.hidden{display:none}.orientation-phone{width:44px;height:44px;color:var(--gold-soft);background:#ffffff0f;border:1px solid #ffffff24;border-radius:10px;place-items:center;font-size:24px;font-weight:800;display:grid}.orientation-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.orientation-copy strong{color:var(--text);font-size:14px}.orientation-copy span{color:var(--text-dim);font-size:12px;line-height:1.35}@media (width>=900px){.home{align-items:center}.home-card{border-radius:24px;grid-template-columns:330px minmax(0,1fr);align-items:stretch;gap:18px;width:min(92vw,920px);padding:20px;display:grid}.home-hero{grid-area:1/1/span 3;justify-content:center;min-height:220px}.home-logo .logo-img{width:min(300px,88%);height:auto}.home-streak{border-radius:18px;grid-area:2/2;grid-template-columns:minmax(132px,.48fr) minmax(0,1fr);align-self:stretch;align-items:center;gap:12px;padding:10px 12px;display:grid}.install-card{grid-column:1}.streak-head{border-right:1px solid #ffffff14;place-content:center flex-start;padding-right:12px}.streak-fire{font-size:13px}.streak-best{padding:3px 7px;font-size:10px}.quests{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.quests-title{display:none}.quest{grid-template-columns:18px minmax(0,1fr);min-height:42px;padding:6px 7px;font-size:11px}.quest .q-label{white-space:normal;line-height:1.15}.home-action-panel{grid-area:1/2;justify-content:center;padding:18px}.home-modes{grid-area:3/2}.home-secondary{grid-area:3/1;grid-template-columns:repeat(2,minmax(0,1fr));align-self:end;gap:9px;padding:10px}.home-secondary .home-icon{background:#ffffff0b;flex-direction:row;justify-content:flex-start;gap:9px;min-height:54px;padding:9px 11px}.home-secondary .home-icon svg{flex:none;width:20px;height:20px}.home-secondary .home-icon span{text-align:left;overflow-wrap:normal;font-size:12px;line-height:1.15}.home-mode-primary{min-height:138px;font-size:24px}.home-mode-grid .home-mode{min-height:118px}.home-mode-grid .home-mode:nth-child(3){flex-direction:row;justify-content:flex-start;min-height:74px}#app{gap:6px;max-width:1040px;padding:8px 64px 8px 10px}.topbar{min-height:44px}.logo{font-size:24px}.btn.icon{width:36px;height:36px}.btn-double,#undoBtn{height:38px;padding:0 14px}.player-panel{min-height:46px;padding:6px 12px}.reactions{background:#00000024;border:1px solid #ffffff0f;border-radius:15px;flex-flow:column;justify-content:flex-start;align-items:center;width:48px;padding:5px;position:fixed;top:104px;bottom:32px;right:max(12px,50vw - 520px);overflow-y:auto}.reactions button{border-radius:10px;width:36px;height:36px;padding:0;font-size:18px}}@media (display-mode:standalone) and (orientation:landscape){#app{padding-top:max(6px, env(safe-area-inset-top));padding-bottom:max(6px, env(safe-area-inset-bottom))}.board{width:min(100%,125dvh - 218.75px)}.orientation-tip{display:none}}@media (width<=560px){.topbar{flex-wrap:wrap;gap:6px}.logo{letter-spacing:3px;order:1;font-size:18px}.scoreboard{order:2;margin-left:auto;padding:4px 10px;font-size:13px}.controls{order:3;justify-content:space-between;width:100%}.btn-ghost{padding:8px 10px;font-size:13px}.btn.icon{width:36px;height:36px;font-size:15px}.home{align-items:flex-start;padding:12px}.home-card{border-radius:20px;gap:11px;padding:16px}.home-logo .logo-img{width:min(250px,86%);height:auto}.home-action-panel{border-radius:22px;padding:14px}.home-streak{gap:9px;padding:11px}.streak-head{justify-content:center}.quest{min-height:24px;font-size:11px}.home-target{padding:4px}.home-target-label{margin-right:4px;font-size:10px}.target-opt{width:40px;height:32px}.level-opt{height:32px;padding:0 8px;font-size:12px}.home-mode-grid{gap:8px}.home-mode{border-radius:14px;min-height:92px;padding:12px;font-size:13px}.home-mode-primary{min-height:86px;font-size:17px}.home-mode-icon{width:42px;height:42px}.home-mode small{font-size:10px}.home-secondary{gap:6px;padding:7px}.home-secondary .home-icon{width:auto;min-height:58px;padding:6px 3px;font-size:10px}.home-secondary .home-icon svg{width:20px;height:20px}.home-secondary .home-icon span{font-size:10px;line-height:1.05}.pipcount{padding:1px 5px;font-size:11px}.board{border-width:9px;width:100%}.player-id{min-width:84px}.die{width:32px;height:32px}.off-label{display:none}}@media (width<=760px) and (orientation:landscape){.home{padding:8px max(10px, env(safe-area-inset-right)) 8px max(10px, env(safe-area-inset-left));align-items:flex-start}.home-card{grid-template-columns:168px minmax(0,1fr);align-items:start;gap:5px 10px;width:min(100%,680px);padding:6px 10px;display:grid}.home-hero{grid-area:1/1/span 2}.home-streak,.install-card{grid-column:1}.home-streak{border-radius:14px;gap:6px;padding:8px}.streak-fire{font-size:12px}.streak-best{padding:2px 6px;font-size:10px}.quests{gap:4px}.quests-title{display:none}.quest{grid-template-columns:16px minmax(0,1fr);min-height:22px;padding:3px 5px;font-size:10px}.quest .q-check{border-radius:5px;width:16px;height:16px}.home-action-panel{border-radius:16px;grid-area:1/2/span 2;gap:6px;padding:8px}.home-modes{grid-area:3/2/span 2}.home-secondary{grid-area:3/1;align-self:end}.home-logo .logo-img{width:min(145px,88%);height:auto}.home-hero{border-radius:14px;gap:4px;padding:5px 8px 6px}.home-auth{min-height:22px}.home-action-panel{gap:5px;padding:6px}.home-target{min-height:32px;padding:3px}.target-opt,.level-opt{height:28px;font-size:11px}.home-modes,.home-mode-grid{gap:6px}.home-mode-primary{min-height:48px;padding:8px;font-size:15px}.home-mode{min-height:48px;padding:7px 10px;font-size:11px}.home-mode-grid .home-mode:nth-child(3){min-height:44px}.home-mode-icon{width:32px;height:32px;margin-bottom:0}.home-mode-icon svg{width:18px;height:18px}.home-mode small{font-size:10px}.home-secondary{gap:4px;padding:5px}.home-secondary .home-icon{width:auto;min-height:40px;padding:4px;font-size:10px}.home-secondary .home-icon svg{width:17px;height:17px}.home-secondary .home-icon span{display:none}#app{max-width:none;padding:6px max(8px, env(safe-area-inset-right)) 6px max(8px, env(safe-area-inset-left));grid-template-rows:auto minmax(0,1fr) auto;grid-template-columns:minmax(112px,18vw) minmax(0,1fr) minmax(112px,18vw);gap:6px;display:grid}.topbar{grid-area:1/1/auto/4;gap:6px;min-height:42px}.logo{letter-spacing:4px;font-size:18px}.auth{max-width:150px}.auth-name{max-width:86px}.scoreboard{padding:4px 10px;font-size:13px}.controls{gap:5px}.btn{border-radius:8px}.btn.icon{width:34px;height:34px;font-size:15px}.btn-double,#undoBtn{height:34px;padding:0 10px;font-size:12px}.online-banner{z-index:50;grid-area:2/1/auto/4;align-self:start;margin:0 auto;padding:4px 10px}.board-wrap{grid-area:2/2;align-items:center;min-height:0}.board{border-width:8px;width:auto;max-width:100%;height:min(100dvh - 78px,100%);margin:0 auto}.player-panel{text-align:center;border-radius:10px;flex-direction:column;grid-row:2;justify-content:center;align-self:stretch;gap:8px;min-height:0;padding:8px}body[data-perspective=white] #panel-black,body[data-perspective=black] #panel-white{order:unset;grid-column:1}body[data-perspective=white] #panel-white,body[data-perspective=black] #panel-black{order:unset;grid-column:3}body[data-perspective] .board-wrap{order:unset}.player-id{flex-direction:column;gap:5px;min-width:0}.player-name{font-size:13px}.player-status{font-size:11px}.dice-tray{flex-wrap:wrap;justify-content:center;min-width:0}.die{border-radius:8px;width:30px;height:30px}.die .pip{width:5px;height:5px}.checker{--checker-size:24px}.reactions{order:unset;flex-wrap:nowrap;grid-area:3/1/auto/4;justify-content:center;gap:4px;padding:2px 0 0;overflow-x:auto}.reactions button{border-radius:9px;flex:none;width:32px;height:32px;padding:0;font-size:17px}.orientation-tip{display:none}}@media (width<=760px) and (orientation:landscape) and (display-mode:standalone){#app{padding:max(3px, env(safe-area-inset-top)) max(5px, env(safe-area-inset-right)) max(3px, env(safe-area-inset-bottom)) max(5px, env(safe-area-inset-left));grid-template-rows:auto minmax(0,1fr) auto;grid-template-columns:minmax(82px,13vw) minmax(0,1fr) minmax(82px,13vw);gap:4px 6px}.topbar{gap:5px;min-height:32px}.logo{letter-spacing:3px;white-space:nowrap;max-width:170px;font-size:14px;overflow:hidden}.scoreboard{gap:6px;padding:3px 8px;font-size:12px}.sb-side b{font-size:14px}.sb-target{font-size:11px}.auth-login{font-size:11px;line-height:1.1}.auth .btn,.auth-login{min-height:32px;padding:0 10px}.controls{gap:4px}.btn.icon{border-radius:9px;width:31px;height:31px;font-size:14px}#undoBtn,.btn-double{border-radius:9px;height:31px;padding:0 9px;font-size:11px}.board-wrap{align-items:stretch}.board{border-width:7px;border-radius:10px;height:min(100dvh - 54px,100%);box-shadow:inset 0 0 28px #0000008f,0 8px 24px #00000085}.player-panel{background:#0000002e;border-color:#ffffff14;border-radius:10px;gap:7px;padding:7px 5px}.player-panel.active{box-shadow:0 0 0 1px var(--gold), 0 0 12px #d4af3747}.player-id{gap:4px}.player-name{text-overflow:ellipsis;white-space:nowrap;max-width:72px;font-size:12px;overflow:hidden}.pipcount{margin-left:0;padding:1px 6px;font-size:11px}.player-status{max-width:78px;font-size:10px;line-height:1.25}.checker-dot{width:16px;height:16px}.dice-tray{gap:5px}.die{border-radius:7px;width:27px;height:27px}.die .pip{width:4.5px;height:4.5px}.checker{--checker-size:23px}.board-roll{width:46px;height:46px;font-size:21px}.center-dice{border-radius:12px;gap:6px;padding:7px 8px}.die.center{width:36px;height:36px}.reactions{opacity:.92;gap:4px;padding:0}.reactions button{background:#ffffff0b;border-radius:8px;width:28px;height:28px;font-size:16px}}@media (width<=380px){.board{aspect-ratio:9/9}}@media (width>=900px){.home-secondary .btn.icon.home-icon{width:auto;min-width:0;height:auto}}.okey-app{gap:6px}.okey-roundbadge{color:var(--text-dim);font-size:13px}.okey-opps{order:2;gap:8px;display:flex}.okey-opp{flex:1;justify-content:center;align-items:center;gap:6px;min-width:0;display:flex}.okey-opp-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;min-width:0;padding:5px 12px 5px 6px;transition:border-color .2s,box-shadow .2s;display:flex}.okey-opp.turn .okey-opp-card{border-color:var(--gold-soft);box-shadow:0 0 14px #5eead440}.okey-opp-avatar{background:radial-gradient(circle at 35% 30%,#24506b,#12314a);border:1px solid #ffffff1f;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;display:flex}.okey-opp-info{flex-direction:column;gap:1px;min-width:0;display:flex}.okey-opp-head{align-items:baseline;gap:6px;min-width:0;display:flex}.okey-opp-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:90px;font-size:13px;font-weight:700;overflow:hidden}.okey-opp-score{color:var(--gold-soft);background:#5eead41f;border-radius:8px;padding:0 6px;font-size:11px;font-weight:800}.okey-opp-meta{color:var(--text-dim);align-items:center;gap:5px;font-size:11px;display:flex}.okey-tileback{font-size:13px}.okey-table{background:radial-gradient(ellipse at 50% 40%, var(--felt), var(--felt-dark) 75%);border:6px solid var(--board-frame);border-radius:18px;flex-direction:column;flex:1;order:3;justify-content:center;align-items:center;gap:10px;min-height:0;padding:12px;display:flex;position:relative;box-shadow:inset 0 0 40px #00000073}.okey-center{justify-content:center;align-items:center;gap:26px;display:flex}.okey-pile{cursor:pointer;background:0 0;border:none;padding:0;position:relative}.okey-pile-tile{color:#ffffffbf;background:linear-gradient(160deg,#8a1f1f,#5e1414);border:2px solid #3d0d0d;border-radius:9px;justify-content:center;align-items:center;width:52px;height:72px;font-size:24px;font-weight:800;display:flex;box-shadow:3px 3px #4a1010,6px 6px #3a0c0c,0 8px 18px #00000080}.okey-pile.can-draw .okey-pile-tile{outline:3px solid var(--hl);outline-offset:2px;animation:1.2s infinite okPulse}@keyframes okPulse{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.okey-pile-count{color:var(--text-dim);white-space:nowrap;font-size:11px;position:absolute;bottom:-18px;left:50%;transform:translate(-50%)}.okey-indicator-wrap,.okey-my-discard-wrap{flex-direction:column;align-items:center;gap:4px;display:flex}.okey-indicator-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);font-size:10px}.okey-hint{color:var(--gold-soft);text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#07131c8c;border-radius:8px;min-height:18px;padding:3px 12px;font-size:13px;font-weight:600}.okey-hint:empty{display:none}.okey-tile{cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(#faf4e6,#e9dfc8);border:1px solid #00000047;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;width:46px;height:64px;font-size:22px;font-weight:800;line-height:1;transition:transform .12s,box-shadow .12s;display:flex;position:relative;box-shadow:0 2px 5px #0006,inset 0 1px #fffc}.okey-tile .ok-dot{opacity:.85;background:currentColor;border-radius:50%;width:9px;height:9px}.okey-tile .ok-cb{color:currentColor;pointer-events:none;font-size:10px;line-height:1;display:none;position:absolute;top:2px;left:3px}.cb-mode .okey-tile .ok-cb{display:block}.okey-tile.small .ok-cb{font-size:8px;top:1px;left:2px}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.okey-tile.c-red{color:#c0392b}.okey-tile.c-yellow{color:#d68910}.okey-tile.c-blue{color:#2e63b8}.okey-tile.c-black{color:#2c3e50}.okey-tile.fake{color:var(--gold-soft);text-shadow:0 1px #00000040;font-size:30px}.okey-tile.joker{color:wheat;border:2px solid var(--gold);letter-spacing:.08em;text-transform:uppercase;background:radial-gradient(circle at 50% 32%,#ffffff29,#0000 24%),linear-gradient(135deg,#1c3240 0 22%,#0f202b 22% 28%,#294d5a 28% 50%,#0f202b 50% 56%,#1c3240 56% 78%,#0f202b 78%);font-size:12px;box-shadow:0 0 0 2px #d4af3759,0 0 14px #d4af3799,0 2px 5px #0006}.okey-tile.selected{box-shadow:0 0 0 3px var(--hl), 0 8px 14px #00000080;transform:translateY(-10px)}.okey-tile.joker.selected{box-shadow:0 0 0 3px var(--hl), 0 0 0 6px var(--gold), 0 0 18px #d4af37a6, 0 8px 14px #00000080}.okey-tile.small{width:36px;height:50px;font-size:17px}.okey-tile.small.fake{font-size:25px}.okey-tile.small.joker{font-size:9px}.okey-mini-discard{justify-content:center;align-items:center;min-width:40px;min-height:54px;display:flex}.okey-mini-discard .okey-tile{cursor:default}.okey-mini-discard.can-take .okey-tile{cursor:pointer;outline:3px solid var(--hl);outline-offset:2px;animation:1.2s infinite okPulse}.okey-mini-discard.my{border:2px dashed #ffffff40;border-radius:10px}.okey-corner{z-index:2;justify-content:center;align-items:center;display:flex;position:absolute}.okey-corner.tl{top:12px;left:12px}.okey-corner.tr{top:12px;right:12px}.okey-corner.bl{bottom:12px;left:12px}.okey-corner.br{bottom:12px;right:12px}.okey-corner .okey-mini-discard{background:#0000002e;border:1px dashed #ffffff29;border-radius:8px;width:34px;min-width:34px;min-height:48px}.okey-corner .okey-mini-discard.can-take{border-color:var(--hl);border-style:solid;box-shadow:0 0 12px #ffd86b66}.okey-corner .okey-mini-discard.my.droppable{border-color:var(--hl)}.okey-corner .okey-mini-discard .okey-tile.small{width:32px;height:46px;font-size:15px}.okey-mini-discard.my.droppable{border-color:var(--hl)}.okey-me{flex-direction:column;order:4;gap:6px;display:flex}.okey-me-head{align-items:center;gap:10px;padding:0 4px;display:flex}.okey-actions{gap:6px;margin-left:auto;display:flex}.okey-actions .btn{padding:7px 14px;font-size:13px}.okey-actions .btn.active{border-color:var(--hl);color:var(--gold-soft);box-shadow:0 0 12px #ffd86b38}.okey-rack-wrap{align-items:stretch;gap:8px;display:flex}.okey-rack{background:linear-gradient(180deg, var(--board-frame-light), var(--board-frame));border:2px solid #3a2515;border-radius:14px;flex-direction:column;flex:1;justify-content:center;gap:8px;min-width:0;padding:8px;display:flex;box-shadow:inset 0 2px 10px #00000073}.okey-me.turn .okey-rack{box-shadow:inset 0 2px 10px #00000073,0 0 16px #5eead438}.rack-row{background:linear-gradient(#00000047,#00000029);border-radius:8px;justify-content:center;gap:3px;padding:4px;display:flex}.rack-slot{background:#0000002e;border-radius:8px;flex:0 auto;justify-content:center;align-items:center;width:46px;min-width:0;height:64px;display:flex;box-shadow:inset 0 1px 3px #00000059}.rack-slot .okey-tile{cursor:grab;touch-action:none;width:100%;height:100%}.rack-slot.drag-over{box-shadow:inset 0 0 0 2px var(--hl);background:#ffd86b38}.okey-tile.dragging-src{opacity:.28}.okey-tile.drag-clone{z-index:9999;pointer-events:none;cursor:grabbing;margin:0;position:fixed;top:0;left:0;transform:scale(1.06)rotate(-2deg);box-shadow:0 12px 26px #0000008c}body.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.okey-mini-discard.my.throw-ready{border-color:var(--hl);background:#ffd86b1a;border-style:solid;animation:1.2s infinite okPulse}.okey-mini-discard.my.throw-hover{border-color:var(--hl);background:#ffd86b47;box-shadow:0 0 18px #ffd86b8c}.rack-side{flex-direction:column;justify-content:center;gap:8px;display:flex}.rack-sort-btn{cursor:pointer;color:#3a2708;text-shadow:0 1px #ffffff59;background:linear-gradient(#e8b64c,#c08a24);border:2px solid #8a5f14;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;width:64px;font-family:inherit;font-size:12px;font-weight:800;transition:transform .1s,box-shadow .1s;display:flex;box-shadow:0 3px #7a5210,0 5px 10px #0006,inset 0 1px #ffffff73}.rack-sort-btn:active{transform:translateY(2px);box-shadow:0 1px #7a5210,0 3px 6px #0006}.rack-sort-btn .rs-ico{letter-spacing:1px;font-size:14px}.okey-scores{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}.okey-score-row{background:#ffffff0d;border-radius:8px;justify-content:space-between;gap:10px;padding:6px 12px;font-size:14px;display:flex}.okey-score-row.winner{background:#d4af3729;border:1px solid #d4af3766}.okey-score-row .sc{color:var(--gold-soft);font-weight:800}.okey-finish-tags{flex-wrap:wrap;justify-content:center;gap:6px;margin:8px 0;display:flex}.okey-finish-tag{color:var(--gold-soft);border:1px solid #d4af376b;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700}.okey-winning-hand{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;margin:8px 0 14px;display:flex}.okey-winning-hand .okey-tile.finishing{box-shadow:0 0 0 2px var(--hl), 0 0 14px #ffd86b73}.okey-finish-sep{color:var(--gold-soft);padding:0 2px;font-weight:800}.okey-overlay .overlay-card{width:min(760px,100vw - 28px);max-width:none;max-height:calc(100dvh - 28px);padding:24px 24px 20px;overflow:auto}.okey-overlay .overlay-card p{margin-bottom:10px}.okey-overlay .overlay-actions{max-width:260px;margin:0 auto}.okey-winning-hand{grid-template-columns:repeat(auto-fit,minmax(34px,38px));justify-content:center;gap:6px;max-width:620px;margin-left:auto;margin-right:auto;display:grid}.okey-winning-hand .okey-tile.small{width:34px;height:48px;font-size:15px}.okey-winning-hand .okey-tile.small.fake{font-size:23px}.okey-winning-hand .okey-tile.small.joker{font-size:8px}#app.okey-app{grid-template:"topbar topbar topbar""banner banner banner""opptop opptop opptop""oppleft table oppright"minmax(0,1fr)"melds melds melds""me me me""react react react"/minmax(190px,250px) minmax(0,1fr) minmax(190px,250px);align-items:stretch;display:grid}.okey-app>.okey-melds{grid-area:melds}.okey-app>.topbar{grid-area:topbar}.okey-app>.online-banner{grid-area:banner}.okey-app>.okey-opps{display:contents}.okey-app #opp-top{grid-area:opptop;justify-self:center;width:min(320px,100%)}.okey-app #opp-left{grid-area:oppleft;align-self:center}.okey-app #opp-right{grid-area:oppright;align-self:center}.okey-app>.okey-table{grid-area:table;margin:0 12px}.okey-app>.okey-me{grid-area:me}.okey-app>.reactions{grid-area:react}.okey-app #opp-left,.okey-app #opp-right{gap:6px}@media (width<=560px){.okey-tile{width:38px;height:54px;font-size:18px}.okey-tile.small{width:30px;height:42px;font-size:14px}.okey-rack-wrap{gap:5px}.rack-row{justify-content:stretch;gap:2px;padding:3px}.rack-slot{border-radius:6px;flex:1 1 0;width:auto;min-width:0;height:46px}.rack-slot .okey-tile{font-size:15px}.rack-slot .okey-tile .ok-dot{width:5px;height:5px}.rack-slot .okey-tile .ok-cb{font-size:7px}.rack-side{gap:5px}.rack-sort-btn{border-width:1px;border-radius:9px;gap:1px;width:34px;padding:4px 2px;font-size:8px}.rack-sort-btn .rs-ico{letter-spacing:0;font-size:10px}.okey-center{gap:16px}.okey-actions .btn{padding:6px 10px;font-size:12px}#app.okey-app{grid-template-rows:auto auto auto minmax(184px,auto) auto auto auto;grid-template-columns:50px minmax(0,1fr) 50px;column-gap:0;height:auto;min-height:100dvh;overflow:hidden auto}.okey-melds{max-height:38vh}.okey-app>.okey-table{margin:0}#opp-left,#opp-right{z-index:3}#opp-left .okey-opp-card,#opp-right .okey-opp-card{text-align:center;background:#10263ad1;border-color:#ffffff1f;border-radius:14px;flex-direction:column;gap:3px;width:68px;padding:7px 5px;box-shadow:0 3px 12px #0006}#opp-left .okey-opp-card{justify-self:start;margin-right:-18px}#opp-right .okey-opp-card{justify-self:end;margin-left:-18px}#opp-left .okey-opp-info,#opp-right .okey-opp-info{align-items:center;gap:2px}#opp-left .okey-opp-head,#opp-right .okey-opp-head{flex-wrap:wrap;justify-content:center}#opp-left .okey-opp-avatar,#opp-right .okey-opp-avatar{width:36px;height:36px;font-size:18px}.okey-opp-avatar{width:28px;height:28px;font-size:14px}.okey-opp-name{max-width:58px;font-size:11px}.okey-opp-score{padding:0 5px;font-size:10px}.okey-opp-meta{font-size:10px}#opp-top{width:100%}}@media (orientation:landscape) and (height<=500px) and (width<=960px){#app.okey-app{grid-template-rows:auto auto auto minmax(94px,1fr) auto auto 0;gap:4px;height:auto;min-height:100dvh;overflow:hidden auto}.okey-app>.reactions{display:none}.okey-table{gap:6px;padding:6px}.okey-hint{padding:2px 10px;font-size:12px}.okey-melds{min-height:0;max-height:30vh;margin:3px 8px}.okey-me{gap:4px}.okey-me-head{padding:0 2px}.okey-rack{gap:5px;padding:4px}.rack-row{gap:3px;padding:2px}.rack-slot{height:34px}.okey-actions .btn{padding:4px 9px;font-size:12px}.okey-opp-avatar{width:26px;height:26px;font-size:13px}.okey-opp-name{max-width:90px;font-size:11px}.okey-opp-card{padding:5px 8px}#opp-top{width:min(300px,100%)}.topbar{padding:2px 0}}.okey-melds{--cell-w:38px;--cell-h:52px;min-height:calc(var(--cell-h) * 2 + 16px);max-height:calc(var(--cell-h) * 3.6);background-color:#00000038;background-image:repeating-linear-gradient(to right, #ffffff0f 0 1px, transparent 1px var(--cell-w)), repeating-linear-gradient(to bottom, #ffffff0f 0 1px, transparent 1px var(--cell-h));border-radius:12px;flex-direction:row;align-items:stretch;gap:0;margin:6px 10px;padding:6px 8px;display:flex;overflow:auto;box-shadow:inset 0 2px 10px #0006,inset 0 0 0 1px #ffffff0f}.okey-melds:empty{display:none}.okey-meld-block{border-right:1px solid #ffffff17;flex-direction:column;gap:4px;min-width:max-content;padding:2px 10px;display:flex;position:relative}.okey-meld-block.just-acted{border-radius:8px;animation:1.6s ease-out meldActGlow}@keyframes meldActGlow{0%{box-shadow:0 0 0 2px var(--gold,#d4af37);background:#5eead452}60%{background:#5eead424}to{box-shadow:none;background:0 0}}.okey-meld-label.acted{color:#0c1410;background:var(--gold,#d4af37);white-space:nowrap;border-radius:999px;margin:0 -2px 2px;padding:1px 8px;animation:.3s ease-out meldBadgePop;box-shadow:0 2px 8px #00000080}@keyframes meldBadgePop{0%{opacity:0;transform:translateY(4px)scale(.85)}to{opacity:1;transform:translateY(0)scale(1)}}.okey-meld-block:last-child{border-right:none}.okey-meld-block.mine{background:#5eead40f}.okey-meld-label{opacity:.75;padding:0 2px 2px;font-size:10px;font-weight:600;position:sticky;top:0}.okey-meld-block.mine .okey-meld-label{color:var(--gold-soft);opacity:1}.okey-meld-row{flex-direction:column;gap:4px;display:flex}.okey-meld{border-radius:5px;gap:0;width:max-content;padding:0;transition:box-shadow .15s,transform .15s;display:inline-flex}.okey-melds .okey-meld .okey-tile.small{width:var(--cell-w);height:var(--cell-h);border-radius:5px;margin:0}.okey-meld.proc-ok{cursor:pointer;box-shadow:0 0 0 2px var(--gold-soft);animation:1.2s ease-in-out infinite procPulse}.okey-meld.proc-ok:hover,.okey-meld.drag-over{box-shadow:0 0 0 2px var(--gold);transform:translateY(-2px)}@keyframes procPulse{0%,to{box-shadow:0 0 0 2px var(--gold-soft)}50%{box-shadow:0 0 0 3px var(--gold)}}.okey-meld.okey-take-ok{cursor:pointer;animation:1.2s ease-in-out infinite takePulse;box-shadow:0 0 0 2px #c084fc}.okey-meld.okey-take-ok:hover{transform:translateY(-2px);box-shadow:0 0 0 2px #a855f7}@keyframes takePulse{0%,to{box-shadow:0 0 0 2px #c084fc}50%{box-shadow:0 0 0 3px #a855f7}}.okey-score-row .okey-delta{text-align:center;min-width:42px;font-size:12px;font-weight:700}.okey-score-row .okey-delta.neg{color:#34d399}.okey-score-row .okey-delta.pos{color:#f87171}.okey-scores .okey-score-row{flex-direction:column;align-items:stretch;gap:5px;display:flex}.okey-score-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.okey-reveal-strip{flex-wrap:wrap;gap:3px;display:flex}.okey-reveal-strip .okey-tile.small{border-radius:4px;width:24px;height:33px;font-size:12px}.okey-reveal-strip .okey-tile.small .ok-dot{width:5px;height:5px}.okey-reveal-strip .okey-tile.small.joker{font-size:7px}.okey-meld .meld-pop{animation:.34s cubic-bezier(.2,.8,.3,1.2) meldPop}@keyframes meldPop{0%{opacity:0;transform:scale(.35)}to{opacity:1;transform:scale(1)}}.okey-meld-tabs{display:none}.okey-meld-tab{min-width:0;color:var(--text-soft,#cbd5e1);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;flex:1 1 0;padding:6px 4px;font-size:11px;font-weight:600;position:relative;overflow:hidden}.okey-meld-tab.active{border-color:var(--gold-soft);color:#fff;background:#5eead424}.okey-meld-tab.mine{color:var(--gold-soft)}.okey-meld-tab.turn:after{content:"";background:var(--gold);border-radius:50%;width:6px;height:6px;position:absolute;top:4px;right:5px}@media (width<=720px){.okey-melds{--cell-w:34px;--cell-h:48px;flex-direction:column;gap:8px 10px;margin:4px 6px;padding:6px 8px}.okey-meld-row{gap:6px}.okey-meld-tabs{gap:5px;width:100%;display:flex}.okey-meld-block{border-right:none;min-width:0;display:none}.okey-meld-block.mtab-active{display:flex}.okey-meld-label:not(.acted){display:none}.okey-meld-label.acted{align-self:flex-start}}
