@import "https://fonts.googleapis.com/css2?family=Fredoka+One&family=Nunito:wght@700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600;700&family=Outfit:wght@600;700;800;900&display=swap";:root{--ink-void:#0c1026;--ink-deep:#171c3b;--ink-mid:#282448;--game-background:radial-gradient(ellipse at 50% 32%, #59328a 0%, #38205c 48%, #211338 100%);--surface-1:linear-gradient(160deg, #40315f 0%, #222442 100%);--surface-2:linear-gradient(160deg, #302a4d 0%, #171b33 100%);--surface-sunk:#0b031a8c;--surface-glass:#10142beb;--line-soft:#bea0ff24;--line-gold:#f5c5184d;--gold:#ffc15a;--gold-hi:#ffe0a0;--gold-deep:#b9761f;--gold-dark:#c89a10;--coin:#ffb627;--coin-hi:#ffe08a;--coin-deep:#c57f00;--gem:#00e676;--gem-hi:#b9f6ca;--gem-deep:#00c853;--green-gem:var(--gem);--seat-red:#e63946;--seat-yellow:#ffc93c;--seat-green:#2fbf71;--seat-blue:#3a86ff;--ok:#35c77a;--warn:#ffa92e;--danger:#e14b4b;--red-badge:#e03030;--ink-hi:#fff2d8;--ink-body:#eee3d9;--ink-muted:#bfb5d1;--ink-faint:#8574ae;--white:#fff;--font-display:"Fredoka One", cursive;--font-ui:"Nunito", sans-serif;--fs-micro:9px;--fs-label:11px;--fs-body:13px;--fs-lead:15px;--fs-title:19px;--fs-display:26px;--r-xs:6px;--r-sm:10px;--r-md:14px;--r-lg:18px;--r-pill:999px;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:24px;--lift-1:0 2px 6px #08021466;--lift-2:0 6px 18px #08021480;--lift-3:0 14px 36px #0802149e;--glow-gold:0 0 14px #f5c51859;--bg-deep:var(--ink-deep);--bg-mid:var(--ink-mid);--orange:#ff8c00;--purple-card:#5b2fa0;--yellow-btn:#ffd740;--sidebar-btn-size:62px}.tabular{font-variant-numeric:tabular-nums}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{height:100dvh}body{background:var(--ink-void);width:100%;height:100%;font-family:var(--font-ui);color:var(--ink-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}#root{width:100%;height:100%}::-webkit-scrollbar{display:none}*{scrollbar-width:none}button,[role=button]{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none;cursor:pointer;background:0 0;border:none;padding:0}:focus-visible{outline:2px solid var(--gold-hi);outline-offset:2px;border-radius:var(--r-xs)}button:disabled,[role=button][aria-disabled=true]{cursor:default}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root[data-perf=lite] :not(.perf-keep-motion),:root[data-perf=lite] :not(.perf-keep-motion):before,:root[data-perf=lite] :not(.perf-keep-motion):after{animation:none!important}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.25)}}@keyframes free-bob{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-7px)}}@keyframes dice-rock{0%,to{transform:rotate(-6deg)}50%{transform:rotate(6deg)}}@keyframes logo-shimmer{0%{background-position:-200%}40%,to{background-position:200%}}@keyframes slide-down{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes xp-fill{0%{width:0%}to{width:var(--xp-target,75.2%)}}@keyframes timer-tick{0%,to{opacity:1}50%{opacity:.65}}.coin-received-popup{z-index:4500;top:calc(env(safe-area-inset-top,0px) + 54px);box-sizing:border-box;color:#fff3d6;text-align:start;background:linear-gradient(135deg,#523074,#29183f);border:1px solid #ebc875;border-radius:18px;align-items:center;gap:10px;width:min(100% - 24px,420px);margin-inline:auto;padding:14px 10px 14px 14px;display:flex;position:fixed;inset-inline:12px;box-shadow:0 10px 40px #12092290,inset 0 1px #ffe5a140}.coin-received-popup>img{object-fit:contain;flex:0 0 38px;width:38px;height:38px}.coin-received-content{overflow-wrap:anywhere;flex:1;min-width:0}.coin-received-content>strong{font-family:var(--font-display);color:#ffe08f;font-size:18px}.coin-received-content p{margin:4px 0;font-size:14px;line-height:1.4}.coin-received-content small{color:#dbc8e9;font-size:11px}.coin-received-popup button{color:#fff3d6;min-width:40px;min-height:40px;font:inherit;cursor:pointer;background:#ffffff0d;border:1px solid #aa84cd80;border-radius:12px;flex:0 0 40px;align-self:flex-start;padding:0;font-size:25px}.coin-received-popup button:focus-visible{outline-offset:3px;outline:2px solid #ffe08f}.app-root{background:var(--game-background);flex-direction:column;width:100%;height:100dvh;min-height:100dvh;animation:.3s both fade-in;display:flex;position:relative;overflow:hidden}.home-main{z-index:1;flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative}@media (height<=500px) and (orientation:landscape){.home-main{top:98px;bottom:calc(70px + env(safe-area-inset-bottom));width:30%;position:absolute;left:0}.home-main .home-stage{align-self:flex-start;height:calc(100% - 52px);padding-inline:12px}.home-main .sidebar{flex-direction:row;gap:9px;top:auto;bottom:0}.home-main .sidebar-left{left:13px}.home-main .sidebar-right{right:13px}}.rejoin-overlay{z-index:900;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#08041499;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.rejoin-card{text-align:center;background:linear-gradient(#2a1a4d,#180e2c);border:1px solid #ffd54f66;border-radius:20px;width:min(84%,320px);padding:22px 20px;box-shadow:0 12px 34px #0000008c}.rejoin-icon{font-size:38px;line-height:1}.rejoin-title{color:#ffd54f;margin-top:8px;font-size:18px;font-weight:800}.rejoin-body{color:#e8dcff;margin-top:10px;font-size:13px;line-height:1.5}.rejoin-actions{justify-content:center;gap:10px;margin-top:18px;display:flex}.rejoin-btn{color:#efe6ff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:12px;flex:1;padding:10px 14px;font-size:14px;font-weight:700}.rejoin-btn-primary{color:#3b2500;background:linear-gradient(#ffd54f,#ffb300);border:none}.adm-fab{z-index:90;color:#cdd4e6;cursor:pointer;background:#1b2140;border:1px solid #2f3a63;border-radius:50%;width:46px;height:46px;font-size:19px;transition:transform .15s,background .15s;position:fixed;top:72px;right:16px;box-shadow:0 4px 12px #0006}.adm-fab:hover{background:#23294a}.adm-fab:active{transform:scale(.92)}.adm-fab-badge{color:#fff;background:#ff6b6b;border-radius:9px;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;line-height:18px;position:absolute;top:-3px;right:-3px}.device-displaced-toast{z-index:9999;-webkit-backdrop-filter:blur(12px);color:#fff;letter-spacing:.02em;text-align:center;cursor:pointer;background:linear-gradient(135deg,#ff6b6beb,#c83c3cf2);justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-size:14px;font-weight:600;animation:.4s cubic-bezier(.22,1,.36,1) both displaced-slide-in,.5s 5.5s both displaced-fade-out;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px #0000004d}.device-displaced-icon{flex-shrink:0;font-size:20px}@keyframes displaced-slide-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes displaced-fade-out{0%{opacity:1}to{opacity:0;pointer-events:none}}.collections-loading{color:#fff1cf;place-items:center;min-height:60vh;display:grid}.auth-return-notice{color:#fff4de;font:700 14px/1.4 var(--font-ui,"Nunito",sans-serif);background:linear-gradient(155deg,#563479,#25143f);border:1px solid #a98acb;border-radius:18px;align-items:center;gap:12px;margin:0 0 16px;padding:14px 10px 14px 14px;display:flex;position:relative;box-shadow:inset 0 1px #e7c9ff35,inset 0 -3px #13082655,0 7px 20px #08021e45}.auth-return-notice.success{border-color:#cfa55d}.auth-return-notice.error{border-color:#c67792}.notice-copy{overflow-wrap:anywhere;flex:1;min-width:0}.notice-copy strong{font-size:14px;font-weight:800}.notice-copy p{color:#e0cfe9;margin:5px 0 0;font-size:12px;font-weight:600}.notice-mark{color:#f5e4ff;background:linear-gradient(#895bb4,#51327c);border:1px solid #d8beee;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid;box-shadow:inset 0 2px #ffffff30,0 3px #1c0c36}.notice-mark.success{color:#583613;background:linear-gradient(#fff4b0,#ecb645);border-color:#ffeca0;box-shadow:inset 0 2px #fffbe5,0 3px #846021}.notice-mark.error{background:linear-gradient(#bc567b,#79274d);border-color:#efb2c0}.notice-mark svg{stroke:currentColor;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.notice-spinner{border:2px solid #ffecbd50;border-top-color:#fff0c9;border-radius:50%;width:17px;height:17px;animation:.7s linear infinite notice-spin}.notice-close{color:#dcc3ec;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 36px;width:36px;min-height:44px;padding:0;font:500 25px/1 sans-serif}.notice-action{color:#42254e;cursor:pointer;background:linear-gradient(#ffe6a3,#eabb5c);border:1px solid #efcd80;border-radius:10px;min-height:44px;margin-top:8px;padding:8px 16px;font-weight:900}.notice-close:focus-visible,.notice-action:focus-visible,.confirmation-play:focus-visible{outline-offset:3px;outline:3px solid #fff0b0}.notice-close:active,.notice-action:active,.confirmation-play:active{transform:scale(.97)}.auth-return-notice.floating{z-index:10010;inset-inline:0;bottom:max(104px,calc(env(safe-area-inset-bottom) + 92px));width:min(400px,100vw - 32px);max-height:calc(100dvh - 150px);margin:0 auto;transition:opacity .18s ease-out,transform .22s cubic-bezier(.23,1,.32,1);position:fixed;overflow-y:auto;box-shadow:inset 0 1px #e7c9ff35,inset 0 -3px #13082655,0 10px 35px #09031fa0}@starting-style{.auth-return-notice.floating{opacity:0;transform:translateY(10px)}}.confirmation-celebration{color:#fff1d0;background:radial-gradient(at 50% 0,#714d9f,#382255 62%,#29143f);border:2px solid #e6bb67;border-radius:30px;width:min(340px,100vw - 40px);max-height:calc(100dvh - 32px);margin:auto;padding:0;position:fixed;inset:0;overflow:auto;box-shadow:0 0 0 5px #704982,inset 0 0 0 3px #f9e4ab1a,0 24px 80px #08031db3}.confirmation-celebration::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d071e9c}.confirmation-celebration-inner{text-align:center;padding:22px 26px 27px;position:relative}.confirmation-celebration .notice-close{inset-inline-end:9px;z-index:2;position:absolute;top:7px}.confirmation-hero{place-items:center;height:152px;display:grid;position:relative}.confirmation-hero>img{object-fit:contain;filter:drop-shadow(0 9px 8px #18071a55);width:150px;height:142px;position:relative}.confirmation-halo{background:radial-gradient(circle,#ffd88173,#0000 67%);border-radius:50%;width:150px;height:150px;position:absolute}.confirmation-seal{inset-inline-end:calc(50% - 83px);position:absolute;bottom:12px;transform:rotate(9deg)}.confirmation-seal .notice-mark{width:40px;height:40px}.confirmation-milestone{color:#dabcdf;letter-spacing:.14em;text-transform:uppercase;margin:5px 0 9px;font-size:11px;font-weight:900}.confirmation-celebration h2{color:#ffe5a0;text-shadow:0 3px #311643;margin:0;font-size:clamp(23px,6vw,29px);font-weight:1000;line-height:1.1}.confirmation-celebration p{color:#e2d0ef;max-width:245px;margin:13px auto 21px;font-size:15px;line-height:1.5}.confirmation-play{color:#67361a;cursor:pointer;background:linear-gradient(#fff0a8,#f6c761 65%,#ecad3d);border:2px solid #ffedb4;border-radius:15px;width:100%;min-height:54px;padding:12px 20px;font-family:inherit;font-size:19px;font-weight:1000;transition:transform .12s ease-out;box-shadow:inset 0 2px #fff9d6,0 4px #936030,0 8px 16px #14092066}.confirmation-celebration[open]{animation:.24s cubic-bezier(.23,1,.32,1) confirmation-enter}.notice-sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes notice-spin{to{transform:rotate(360deg)}}@keyframes confirmation-enter{0%{opacity:0;transform:translateY(9px)scale(.97)}to{opacity:1;transform:none}}@media (height<=500px) and (width>=500px){.confirmation-celebration{width:min(480px,100vw - 40px)}.confirmation-celebration-inner{min-height:220px;padding-block:16px 20px;padding-inline:160px 24px}.confirmation-hero{inset-inline-start:12px;width:140px;position:absolute;top:25px}.confirmation-celebration p{margin-bottom:12px}}@media (height<=500px){.auth-return-notice.floating{max-height:calc(100dvh - 98px);bottom:78px}}@media (prefers-reduced-motion:reduce){.confirmation-celebration[open],.notice-spinner{animation:none}.auth-return-notice.floating,.confirmation-play{transition:none}}.action-feedback{color:#fff2cd;text-align:start;overflow-wrap:anywhere;background:linear-gradient(145deg,#553371,#291b45);border:1px solid #b69cdd80;border-radius:15px;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:10px 0;padding:12px;font-size:14px;font-weight:700;line-height:1.4;display:flex;box-shadow:inset 0 1px #f1d7ff25,0 3px #1c1036}.action-feedback>[role]{flex:1;min-width:120px}.feedback-emblem{color:#71431b;background:linear-gradient(#ffecaf,#ddb459);border-radius:50%;flex:0 0 25px;place-items:center;width:25px;height:25px;font-size:16px;font-weight:1000;display:grid;box-shadow:inset 0 1px #fff8d6,0 2px #714726}.is-error .feedback-emblem{color:#ffe7ec;background:linear-gradient(#b56385,#71365f);box-shadow:inset 0 1px #f3b0cf60,0 2px #371330}.action-feedback.is-error{color:#ffdae0;border-color:#ec96a3}.action-feedback button{color:#fff2cd;cursor:pointer;background:#573f79;border:1px solid #d9ba76;border-radius:9px;min-height:44px;padding:8px 16px;font-weight:800}.action-feedback button:disabled{opacity:.65;cursor:wait}.action-feedback button:focus-visible{outline-offset:2px;outline:2px solid #ffe7a1}.profile-loading-screen{background:#1b1238 url(/art/magic/backgrounds/lobby.webp) 50%/cover;place-content:center;min-height:100dvh;padding:24px;display:grid}.profile-loading-screen .action-feedback{max-width:440px}.checkin-result-notice{z-index:500;bottom:100px;max-width:420px;margin:auto;position:fixed;inset-inline:16px}.checkin-result-notice>button{top:14px;color:#ffe6ad;width:44px;height:44px;position:absolute;inset-inline-end:0}.checkin-result-notice .action-feedback{padding-inline-end:44px}.invite-manual-link{color:#ffedc3;-webkit-user-select:all;user-select:all;background:#201332;border:1px solid #ba92d9;border-radius:10px;width:100%;padding:10px}.profile-refresh-feedback{flex:none;max-height:120px;margin:0 12px;overflow:auto}.top-bar{--pod-h:30px;--pod-fs:13px;padding:max(6px, env(safe-area-inset-top)) 8px 6px;z-index:10;color:#fff3d5;background:linear-gradient(#222a4eef,#181d38f5);border-bottom:2px solid #66548995;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;display:flex;position:relative;box-shadow:0 2px 6px #140d2580,inset 0 -1px #ac81c929}.tb-level{background:#0c122b94;border:1.5px solid #58548b;border-radius:20px;min-width:0;padding:5px 8px;box-shadow:inset 0 1px 4px #0a102b}.tb-level-meter{align-items:center;gap:7px;display:flex}.tb-level-caption{font-family:var(--font-display);white-space:nowrap;color:#fff0d1;text-shadow:0 1px 2px #0008;font-size:12px;font-weight:900;line-height:1}.tb-level-caption b{font-weight:inherit}.tb-level-xp{display:none}.xp-track{background:#080f26;border-radius:5px;flex-shrink:1;width:36px;min-width:18px;height:5px;display:block;overflow:hidden;box-shadow:inset 0 1px 2px #0009,0 1px #81778c26}.xp-fill{border-radius:inherit;background:linear-gradient(#ffe49e,#ffba30 50%,#e98b0d);height:100%;transition:width .3s;display:block;box-shadow:inset 0 1px #fff3}.tb-right{align-items:center;gap:6px;min-width:0;display:flex}.tb-pod{height:var(--pod-h);background:linear-gradient(#0b1125e0,#12142cdf);border:1px solid #58547655;border-radius:16px;align-items:center;gap:5px;min-width:0;padding:0 3px 0 1px;display:flex;box-shadow:inset 0 1px 3px #0008}.tb-pod-icon{flex-shrink:0;align-items:center;width:28px;height:28px;display:flex}.tb-pod-icon>*{width:100%!important;height:100%!important}.tb-pod-value{font-family:var(--font-display);font-size:var(--pod-fs);white-space:nowrap;color:#fff4d9;text-shadow:0 1px 2px #0008;font-weight:900}.tb-pod-add{width:calc(var(--pod-h) - 7px);height:calc(var(--pod-h) - 7px);color:#effedb;text-shadow:0 1px 1px #19361b;background:linear-gradient(#38a448,#1a722e 58%,#165f25);border:1px solid #85cb7088;border-radius:7px;flex-shrink:0;place-items:center;font-size:23px;font-weight:900;line-height:1;transition:transform .14s,filter .14s;display:grid;box-shadow:inset 0 1px 1px #d5ffc575,0 2px 2px #0007}.tb-pod-add:hover{filter:brightness(1.15)}.tb-pod-add:active{transform:scale(.91)}.tb-settings-btn{width:var(--pod-h);height:var(--pod-h);color:#ebd1b4;background:linear-gradient(#303553,#171f37);border:1px solid #72718e55;border-radius:8px;flex-shrink:0;place-items:center;transition:filter .14s;display:grid;box-shadow:inset 0 1px 1px #d4bfa42b,0 2px 3px #080d2066}.tb-settings-btn:hover{filter:brightness(1.2)}.tb-settings-btn svg{stroke-width:2.6px;width:19px;height:19px}@media (width>=600px){.top-bar{--pod-h:38px;--pod-fs:17px;padding-block:8px;padding-inline:24px}.tb-level{padding:8px 14px}.tb-level-caption{font-size:17px}.xp-track{width:80px;height:7px}.tb-right{gap:14px}.tb-pod{gap:8px;min-width:120px;padding-right:5px}.tb-pod-value{text-align:center;flex:1}.tb-pod-icon{width:38px;height:38px}.tb-settings-btn svg{width:25px;height:25px}}@media (width>=900px){.top-bar{--pod-h:42px;--pod-fs:20px;padding:10px 36px}.tb-level-caption{font-size:20px}.xp-track{width:110px}.tb-pod{min-width:150px}.tb-pod-icon{width:44px;height:44px}.tb-pod-add{font-size:30px}}@media (width<=360px){.top-bar{--pod-h:27px;--pod-fs:12px;gap:5px;padding-inline:5px}.tb-level{padding-inline:6px}.tb-level-caption{font-size:11px}.tb-level-meter{gap:4px}.xp-track{width:24px}.tb-right{gap:4px}.tb-pod{gap:3px}.tb-pod-icon{width:24px;height:24px}.tb-pod-add{border-radius:5px;font-size:20px}}@media (height<=500px) and (orientation:landscape){.top-bar{--pod-h:30px;--pod-fs:14px;padding:5px 16px}.tb-level{padding-block:5px}.tb-level-caption{font-size:14px}.tb-pod-icon{width:30px;height:30px}.tb-pod-add{font-size:23px}.tb-settings-btn svg{width:21px;height:21px}}@media (prefers-reduced-motion:reduce){.xp-fill,.tb-pod-add,.tb-settings-btn{transition:none}}.cur-icon{flex-shrink:0;display:block}.profile-row{z-index:2;flex-shrink:0;justify-content:space-between;align-items:stretch;gap:16px;width:100%;max-width:1000px;margin-inline:auto;padding:9px 10px 5px;display:flex}.profile-card,.league-card{background:linear-gradient(145deg,#4a2c79e8,#252049eb);border:1.5px solid #8763d7;border-radius:16px;transition:transform .14s,filter .14s;position:relative;box-shadow:0 3px 7px #0d092c66,inset 0 1px 2px #b894ff8a,inset 0 -2px 3px #130c3980}.profile-card:hover,.league-card:hover{filter:brightness(1.1)}.profile-card:active,.league-card:active{transform:scale(.97)}.profile-card{text-align:start;flex:auto;align-items:center;gap:10px;min-width:0;max-width:320px;padding:4px 10px 4px 4px;display:flex}.profile-avatar-shell{flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex;position:relative}.avatar-ring{background:radial-gradient(circle at 35% 30%,#459ada,#3a2c91);border:2px solid #ac88fa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:100%;font-size:28px;line-height:1;display:inline-flex;box-shadow:0 2px 4px #0908218a,inset 0 0 0 2px #443f9a}.profile-avatar-shell.is-house-frame .avatar-ring{width:86%;height:86%;box-shadow:none;border:0}.profile-house-frame{width:105.99%;max-width:none;height:auto;position:absolute;top:50%;left:50%;transform:translate(-49.68%,-49.65%)}.profile-meta{flex-direction:column;gap:4px;min-width:0;display:flex}.profile-name{font-family:var(--font-display);color:#fff0d3;text-shadow:0 2px 1px #201139;white-space:nowrap;text-overflow:ellipsis;font-size:19px;font-weight:900;line-height:1.1;overflow:hidden}.profile-wins{transform-origin:0;color:#ffdfa1;white-space:nowrap;background:linear-gradient(135deg,#8b5e2638,#34243c99);border:1px solid #e6b95b55;border-radius:7px;align-self:flex-start;align-items:center;gap:5px;max-width:100%;padding:2px 7px;font-size:12px;font-weight:800;line-height:1.2;display:inline-flex;transform:scale(.94);box-shadow:inset 0 1px #ffdfa11f}.profile-wins:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){transform-origin:100%}.profile-wins-icon{color:#f4c65c;flex-shrink:0;width:13px;height:13px}.profile-wins-label{color:#e8d6b5;text-overflow:ellipsis;overflow:hidden}.profile-wins-count{color:#ffe4a4;flex-shrink:0}.league-card{flex-direction:column;flex:0 0 126px;justify-content:center;align-items:center;gap:3px;padding:7px 10px 7px 51px;display:flex}.league-shield{object-fit:contain;width:52px;height:55px;position:absolute;top:50%;left:2px;transform:translateY(-50%)}.league-label{font-family:var(--font-display);letter-spacing:.5px;text-transform:uppercase;color:#eac9b1;font-size:10px;font-weight:900}.league-score{font-family:var(--font-display);color:#ffe19b;text-shadow:0 2px 2px #1c133a;font-size:23px;font-weight:900;line-height:1}@media (width>=600px){.profile-row{padding:10px 32px 4px}.profile-card{max-width:330px}.profile-avatar-shell{width:58px;height:58px}.profile-name{font-size:22px}.profile-wins{font-size:13px}.league-card{flex-basis:155px;padding-left:61px}.league-shield{width:64px;height:63px}.league-label{font-size:12px}.league-score{font-size:28px}}@media (width<=360px){.profile-row{gap:9px;padding-inline:8px}.profile-card{gap:6px;padding-right:6px}.profile-name{font-size:16px}.profile-wins{gap:4px;padding-inline:5px}.league-card{flex-basis:112px;padding-left:45px;padding-right:7px}.league-shield{width:46px}}@media (height<=640px){.profile-row{padding-top:6px;padding-bottom:4px}.profile-avatar-shell{width:42px;height:42px}.profile-name{font-size:17px}.profile-meta{gap:3px}.profile-wins{font-size:10px}.league-shield{height:47px}.league-score{font-size:21px}}@media (height<=500px) and (orientation:landscape){.profile-row{gap:10px;padding:5px 16px 2px}.profile-card{max-width:240px;padding-block:2px}.profile-avatar-shell{width:36px;height:36px}.profile-name{font-size:16px}.profile-wins{padding-block:1px}.league-card{flex-basis:124px;padding-block:2px}.league-label{font-size:9px}.league-score{font-size:20px}}@media (prefers-reduced-motion:reduce){.profile-card,.league-card{transition:none}}.sidebar{--sidebar-btn-size:64px;z-index:10;pointer-events:none;flex-direction:column;justify-content:flex-end;align-items:center;gap:10px;padding:4px 0;display:flex;position:absolute;top:0;bottom:0}.sidebar-left{left:5px}.sidebar-right{right:5px}.sidebar>*{pointer-events:auto}.sidebar-btn{width:var(--sidebar-btn-size);height:calc(var(--sidebar-btn-size) * 1.13);background:0 0;border:0;border-radius:12px;flex-direction:column;justify-content:flex-end;align-items:center;transition:transform .14s,filter .14s;display:flex;position:relative}.sidebar-btn:hover{filter:brightness(1.12)}.sidebar-btn:active{transform:scale(.94)}.sidebar-btn .btn-icon{position:absolute;inset:0 0 20px}.sidebar-object-art{object-fit:contain;filter:drop-shadow(0 2px 3px #09042380);z-index:2;width:100%;height:100%;position:absolute;bottom:0;left:0}.sidebar-btn .btn-label{z-index:3;color:#fff1d3;font-family:var(--font-display);text-align:center;text-shadow:0 1px 2px #150621;background:linear-gradient(#583067ee,#211932f5);border:1px solid #c396e78c;border-radius:6px;width:100%;min-height:20px;padding:3px 2px;font-size:11px;line-height:1.1;position:relative;box-shadow:0 2px 4px #0009,inset 0 1px #e2cbff30}.btn-badge{z-index:4;color:#fff;background:#e5435b;border:1px solid #fff1b2;border-radius:50%;place-items:center;min-width:14px;height:14px;font-size:9px;display:grid;position:absolute;top:-4px;right:0;box-shadow:0 2px 4px #19092780}@media (width>=600px){.sidebar{--sidebar-btn-size:76px;gap:12px;padding-bottom:4px}.sidebar-left{left:32px}.sidebar-right{right:32px}.sidebar-btn .btn-label{padding-block:3px;font-size:12px}}@media (width>=900px){.sidebar{--sidebar-btn-size:82px;justify-content:center}.sidebar-left{left:8%}.sidebar-right{right:8%}}@media (height<=640px) and (orientation:portrait){.sidebar{--sidebar-btn-size:56px;gap:5px;padding-bottom:1px}.sidebar-btn .btn-label{padding-block:3px;font-size:10px}}@media (height<=500px) and (orientation:landscape){.sidebar{--sidebar-btn-size:48px;justify-content:flex-end;gap:4px;padding-bottom:0}.sidebar-left{left:5px}.sidebar-right{right:5px}.sidebar-btn .btn-label{padding-block:3px;font-size:9px}}@media (prefers-reduced-motion:reduce){.sidebar-btn{transition:none}}.home-stage{pointer-events:none;place-items:center;width:100%;height:100%;min-height:0;padding:0 70px;display:grid}.home-magic-scene{isolation:isolate;transform-origin:50%;width:min(100%,530px);height:100%;max-height:310px;position:relative;transform:scale(.9)}.home-magic-scene .game-art{object-fit:contain;position:absolute}.home-wordmark-art{z-index:3;filter:drop-shadow(0 7px 9px #100d4880);width:116%;height:77%;top:11%;left:50%;transform:translate(-50%)}.home-mascot{z-index:1;width:34%;height:56%;top:-5%}.home-mascot-blue{left:14%;transform:rotate(-10deg)}.home-mascot-yellow{right:10%;transform:rotate(12deg)}.home-dice-art{z-index:4;width:47%;height:49%;bottom:-2%;left:27%}.home-magic-orbit{z-index:0;opacity:.9;width:115%;height:95%;bottom:-5%;left:50%;transform:translate(-50%)}@media (width>=600px){.home-stage{padding:0 120px}.home-magic-scene{max-height:300px}}@media (height<=640px) and (orientation:portrait){.home-stage{padding:0 62px}.home-mascot{top:-9%}.home-wordmark-art{height:83%;top:4%}.home-dice-art{height:47%;bottom:-6%}}@media (height<=500px) and (orientation:landscape){.home-stage{padding:0 24px}.home-magic-scene{max-height:190px}.home-mascot{top:0}.home-wordmark-art{width:118%}}.game-mode-section{--mode-card-height:clamp(174px, 34dvh, 306px);--mode-card-width:calc(var(--mode-card-height) * .8);z-index:2;padding-bottom:calc(84px + env(safe-area-inset-bottom));flex-shrink:0;position:relative}.game-modes-scroll{--mode-leading-space:max(12px, calc(50% - var(--mode-card-width) / 2));--mode-trailing-space:var(--mode-leading-space);padding:0 var(--mode-trailing-space) 0 var(--mode-leading-space);padding-inline:var(--mode-leading-space) var(--mode-trailing-space);scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;cursor:grab;overscroll-behavior-x:contain;align-items:center;gap:2px;scroll-padding-inline:0;display:flex;overflow:auto hidden}.game-modes-scroll:active{cursor:grabbing;scroll-snap-type:none}.game-modes-scroll.is-static{scroll-snap-type:none;cursor:default;justify-content:center;padding-inline:24px;scroll-padding-inline:24px}.game-modes-scroll::-webkit-scrollbar{display:none}.mode-card{flex:0 0 var(--mode-card-width);width:var(--mode-card-width);height:var(--mode-card-height);isolation:isolate;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;scroll-snap-align:center;transition:transform var(--mode-state-duration,.22s) cubic-bezier(.23, 1, .32, 1), filter .14s ease;background:0 0;border:0;border-radius:40px;padding:0;position:relative;transform:scale(.9)}.mode-card.is-current{transform:scale(1)}.mode-card:hover{filter:brightness(1.08)}.mode-card:active{transform:scale(.88)}.mode-card.is-current:active{transform:scale(.98)}.game-modes-scroll .mode-card:focus-visible{filter:brightness(1.1)drop-shadow(0 0 1px #fff)drop-shadow(0 0 4px #fff3c2);outline:none}.mode-card .game-art{object-fit:contain;pointer-events:none;position:absolute}.mode-frame-art{z-index:5;filter:drop-shadow(0 5px 5px #06031c90);width:100%;height:100%;inset:0}.mode-art-scene{isolation:isolate;background:radial-gradient(at 50% 25%,#dd8fb9,#9d285e 72%);border-radius:23% 23% 10% 10%;position:absolute;inset:11% 12% 26%;overflow:hidden}.mode-card-label{z-index:6;color:#662902;height:16%;font-family:var(--font-display);text-shadow:0 1px #ffdf80;flex-direction:column;justify-content:center;align-items:center;font-size:clamp(18px,3.2dvh,27px);font-weight:900;line-height:1.06;display:flex;position:absolute;top:72%;left:12%;right:12%}.friends-card .mode-card-label,.offline-card .mode-card-label{font-size:clamp(13px,2.4dvh,20px)}.mode-card-label br{display:none}.mode-carousel-guide{pointer-events:none;flex-direction:column;align-items:center;gap:5px;padding:2px 12px 4px;display:flex}.mode-position-dots{align-items:center;gap:12px;height:12px;display:flex}.mode-position-dots span{background:linear-gradient(#9072c7,#5c3d94);border-radius:50%;width:10px;height:10px;box-shadow:inset 0 1px 1px #d8beff55}.mode-position-dots .is-current{background:linear-gradient(#fff1a0,#ffc323 55%,#ee9a0c);box-shadow:inset 0 1px 1px #fffbd4,0 0 7px #ffbd2a66}.mode-swipe-hint{color:#c4a0e5;font-family:var(--font-display);text-shadow:0 2px 2px #100722;margin:0;font-size:12px;font-weight:700;line-height:1.2}@media (width>=600px){.game-mode-section{--mode-card-height:clamp(200px, 30.6dvh, 306px);padding-bottom:calc(88px + env(safe-area-inset-bottom))}.game-modes-scroll{gap:4px}}@media (width>=900px){.game-mode-section{--mode-card-height:clamp(213px, 29.75dvh, 289px);padding-bottom:calc(98px + env(safe-area-inset-bottom))}}@media (height<=640px) and (orientation:portrait){.game-mode-section{--mode-card-height:clamp(162px, 33.15dvh, 208px);padding-bottom:calc(68px + env(safe-area-inset-bottom))}.mode-carousel-guide{gap:3px;padding-bottom:2px}.mode-swipe-hint{font-size:10px}}@media (height<=500px) and (orientation:landscape){.game-mode-section{--mode-card-height:clamp(132px, 41.65dvh, 196px);padding-bottom:calc(66px + env(safe-area-inset-bottom));margin-top:auto;margin-left:30%}.game-modes-scroll{gap:1px}.mode-carousel-guide{gap:2px;padding-bottom:1px}.mode-swipe-hint{font-size:10px}.mode-card-label{font-size:16px}.friends-card .mode-card-label,.offline-card .mode-card-label{font-size:12px}}@media (prefers-reduced-motion:reduce){.mode-card,.mode-card *,.mode-card:before,.mode-card :before{transition:none}}.mode-motion-instant .mode-card,.mode-motion-instant .mode-card *,.mode-motion-instant .mode-card :before{transition:none}@media (forced-colors:active){.game-modes-scroll .mode-card:focus-visible{outline-offset:-12px;border-radius:16%;outline:3px solid canvastext}}.mode-illustration{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 4px 3px #25103f55);width:100%;height:100%;padding:5%;position:absolute;inset:0}.mode-style-muted{border-radius:18px}.mode-star-tile{background:var(--star-face);box-shadow:0 5px 0 var(--star-edge), 0 8px 10px #17082740, inset 0 2px 0 #ffffff35;border:2px solid #fff3;border-radius:12px;position:absolute;inset:20% 7% 8%}.mode-star-art{position:absolute;inset:2% 3% 27%}.mode-star-art .mode-illustration{filter:drop-shadow(0 5px 2px #35151e40);padding:0}.mode-style-muted .mode-card-label--star{height:16%;color:var(--star-ink);text-shadow:0 1px #ffffff30;font-family:var(--font-ui);font-size:clamp(16px,2.6dvh,23px);line-height:1.12;top:73%;left:10%;right:10%}.mode-style-muted.friends-card .mode-card-label--star,.mode-style-muted.offline-card .mode-card-label--star{font-size:clamp(12px,2.1dvh,18px)}.mode-style-muted:hover,.game-modes-scroll .mode-style-muted:focus-visible{filter:none}.game-modes-scroll .mode-style-muted:focus-visible{outline-offset:-4px;outline:2px solid #fff}:is(.game-mode-section--legacy-muted,.game-mode-section--muted) .mode-position-dots .is-current{box-shadow:none;background:#fff5da}.mode-card.mode-frame-teal{--star-face:#286b70;--star-light:#3d8589;--star-edge:#194b50}.mode-card.mode-frame-aubergine{--star-face:#68466e;--star-light:#805a85;--star-edge:#49304e}.mode-card.mode-frame-wine{--star-face:#813c55;--star-light:#9f5269;--star-edge:#5e293c}.mode-style-muted{--star-ink:#fff3dd}.mode-style-muted .mode-star-tile{background:linear-gradient(var(--star-light), var(--star-face))}.mode-style-muted .mode-card-label--star{text-shadow:0 2px #0005}.mode-card-heading{flex-direction:column;align-items:center;display:flex}.mode-style-muted .mode-star-art{bottom:35%}.mode-style-muted .mode-card-label--star{gap:5px;height:25%;top:65%}.mode-card-subtitle{text-align:center;text-wrap:balance;color:#fff3dd;font-size:clamp(11px,1.65dvh,14px);font-weight:500;line-height:1.2}@media (height<=500px) and (orientation:landscape){.mode-style-muted .mode-card-label--star{gap:2px}.mode-style-muted.friends-card .mode-card-heading,.mode-style-muted.offline-card .mode-card-heading{font-size:11px}.mode-card-subtitle{font-size:10px}}.mode-card.mode-frame-slate{--star-face:#62647f;--star-light:#7b7e98;--star-edge:#45465e}.mode-card.mode-frame-orange{--star-face:#a65b38;--star-light:#bc744b;--star-edge:#7b3f29}.mode-frame-teal{--legacy-frame-color:hue-rotate(140deg) saturate(.4) brightness(.78)}.mode-frame-wine{--legacy-frame-color:hue-rotate(285deg) saturate(.4) brightness(.7)}.mode-frame-orange{--legacy-frame-color:hue-rotate(-20deg) saturate(.55) brightness(.83)}.mode-frame-aubergine{--legacy-frame-color:hue-rotate(240deg) saturate(.3) brightness(.7)}.mode-frame-slate{--legacy-frame-color:hue-rotate(190deg) saturate(.2) brightness(.72)}.mode-style-legacy-muted .mode-frame-art--fixed{filter:var(--legacy-frame-color) drop-shadow(0 5px 5px #06031c90)}.mode-style-legacy-muted .mode-art-scene{background:radial-gradient(ellipse at 50% 25%, var(--star-light), var(--star-face) 85%)}.mode-style-legacy-muted .mode-card-label--legacy{color:#fff3dd;text-shadow:0 2px #0005;height:19%;font-family:var(--font-ui);gap:3px;font-size:clamp(14px,2.6dvh,23px);top:71%}.mode-style-legacy-muted:is(.friends-card,.offline-card) .mode-card-heading{font-size:clamp(11px,1.9dvh,16px)}.mode-style-legacy-muted:hover,.game-modes-scroll .mode-style-legacy-muted:focus-visible{filter:none}.game-modes-scroll .mode-style-legacy-muted:focus-visible{outline-offset:-12px;outline:2px solid #fff}.bottom-nav{--nav-h:80px;--nav-icon:48px;z-index:100;height:calc(var(--nav-h) + env(safe-area-inset-bottom));padding:5px 6px max(5px, env(safe-area-inset-bottom));background:linear-gradient(#26254bf5,#101631fc);border:2px solid #555697;border-bottom:0;border-radius:24px 24px 0 0;align-items:stretch;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -3px #9b7cce45,0 -9px 30px #0a052762,inset 0 2px #b2a0e529}.nav-item{color:#eacbad;min-width:44px;font-family:var(--font-display);background:linear-gradient(#2d2b4b55,#10192d88);border:1px solid #63609162;border-radius:10px;flex-direction:column;flex:1 0 auto;justify-content:center;align-items:center;gap:0;padding:0 2px 3px;transition:transform .14s,filter .14s;display:flex;position:relative}.nav-item+.nav-item{margin-left:2px}.nav-item:hover{filter:brightness(1.15)}.nav-item:active{transform:scale(.95)}.nav-item.active{color:#fff1b8;background:radial-gradient(at 50% 48%,#bb784b6b,#4c30403d 65%,#18182ad9);border-color:#d4a75694;box-shadow:0 0 14px #ffd0652e,inset 0 -2px #f1b250}.nav-item.active .nav-icon{filter:drop-shadow(0 0 6px #ffd06599);transform:scale(1.14)translateY(-3px)}.nav-icon-wrap{width:100%;height:var(--nav-icon);justify-content:center;align-items:center;display:flex;position:relative}.nav-icon{width:var(--nav-icon);height:var(--nav-icon);object-fit:contain;filter:drop-shadow(0 2px 2px #040b1880)}.nav-label{text-align:center;text-shadow:0 2px 1px #091125;white-space:nowrap;font-size:12px;line-height:1.1}.nav-badge{z-index:3;color:#fff;background:#e5435b;border:1px solid #ffca88;border-radius:50%;place-items:center;min-width:16px;height:16px;font-size:9px;display:grid;position:absolute;top:1px;right:12%}@media (width>=600px){.bottom-nav{--nav-h:84px;--nav-icon:51px;padding-inline:max(12px,50% - 450px)}.nav-label{font-size:14px}.nav-item+.nav-item{margin-left:4px}}@media (width>=900px){.bottom-nav{--nav-h:94px;--nav-icon:58px}.nav-label{font-size:15px}}@media (width<=360px){.nav-label{font-size:10px}}@media (height<=640px) and (orientation:portrait){.bottom-nav{--nav-h:66px;--nav-icon:38px;padding-top:4px}}@media (height<=500px) and (orientation:landscape){.bottom-nav{--nav-h:60px;--nav-icon:33px;padding-top:3px}.nav-label{font-size:11px}}@media (prefers-reduced-motion:reduce){.nav-item{transition:none}}.profile-modal-overlay{z-index:1000;overscroll-behavior:contain;-webkit-backdrop-filter:blur(8px);background:#080512d6;padding:24px 16px;animation:.2s both profile-fade;position:fixed;inset:0;overflow-y:auto}.profile-modal-overlay .modal-card{box-sizing:border-box;color:#fff0d8;background:linear-gradient(155deg,#412863,#211636 58%,#291a41);border:1px solid #bc92e3;border-radius:25px;flex-direction:column;gap:18px;width:min(420px,100%);margin:0 auto;padding:22px 18px;animation:.22s ease-out both profile-enter;display:flex;position:relative;box-shadow:inset 0 0 0 4px #a374d22b,inset 0 1px #e0c5ff80,0 20px 65px #08041bcc}@keyframes profile-fade{0%{opacity:0}to{opacity:1}}@keyframes profile-enter{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}.profile-modal-overlay button{cursor:pointer;font-family:inherit}.profile-modal-overlay button:disabled{opacity:.6;cursor:wait}.profile-modal-overlay :is(button,input):focus-visible{outline-offset:3px;outline:2px solid #ffe197}.profile-modal-overlay .modal-close-btn{z-index:5;color:#fff0d8;background:linear-gradient(#5f3c7f,#35214e);border:1px solid #c9a1e899;border-radius:50%;width:44px;height:44px;padding:0;font-size:22px;line-height:1;position:absolute;inset-block-start:8px;inset-inline-end:8px;box-shadow:inset 0 1px #e1baff55,0 3px 8px #0005}.profile-modal-header{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:10px 14px;min-width:0;padding-top:28px;display:grid}.profile-modal-avatar-container{grid-row:span 2;align-self:center;padding-bottom:24px;position:relative}.profile-modal-avatar{background:linear-gradient(135deg,#a855f7,#6b21a8);border:3px solid #ffd35e;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:36px;display:inline-flex;box-shadow:0 0 0 3px #8b62bd,0 0 0 5px #dbbafd45,0 6px 15px #11072080}.profile-modal-avatar-edit{bottom:0;color:#fff0d8;background:linear-gradient(#50306f,#2d1a46);border:1px solid #e2bb6f;border-radius:22px;min-width:86px;min-height:44px;padding:6px 10px;position:absolute;inset-inline-start:-2px;box-shadow:inset 0 1px #ffe5b23b,0 3px 7px #10062066;font-size:12px!important;font-weight:800!important}.profile-modal-header-info{flex-direction:column;gap:8px;min-width:0;display:flex}.profile-modal-username{font-family:var(--font-display);text-transform:uppercase;overflow-wrap:anywhere;text-shadow:0 2px 4px #0006;font-size:24px;line-height:1.15}.profile-modal-global-badge{color:#ffe19a;letter-spacing:.5px;background:#2f1948;border:1px solid #9c76c35e;border-radius:18px;align-self:flex-start;align-items:center;min-height:36px;padding:4px 10px;display:inline-flex;font-size:11px!important;font-weight:900!important}.profile-modal-edit-icon-btn,.profile-cancel-btn,.profile-save-btn,.trophy-view-season-btn{color:#fff0d8;background:linear-gradient(#5f3b80,#35214e);border:1px solid #ae82d2;border-radius:22px;min-height:44px;padding:8px 14px;line-height:1.25;box-shadow:inset 0 1px #d5b1ef55,0 2px 5px #10062066;font-size:12px!important;font-weight:800!important}.profile-modal-edit-icon-btn{justify-self:start;align-items:center;gap:6px;display:inline-flex}.profile-modal-edit-icon-btn>span{color:#ffdb80;font-size:19px}.profile-edit-actions{flex-wrap:wrap;gap:6px;display:flex}.profile-edit-actions button{padding-inline:12px}.profile-save-btn{color:#3a2041;background:linear-gradient(#ffe5a0,#eabb59);border-color:#ffe0a1}.profile-modal-edit-input{box-sizing:border-box;color:#fff0d8;width:100%;min-width:0;min-height:44px;font:inherit;background:#18112dba;border:1px solid #d9b764;border-radius:10px;padding:8px;font-size:16px;font-weight:800}.trophy-section{box-sizing:border-box;background:linear-gradient(135deg,#48306380,#1d1434);border:1px solid #9c77c54d;border-radius:16px;flex-direction:column;gap:12px;padding:12px;display:flex;box-shadow:inset 0 1px 3px #130c243d}.trophy-header{align-items:center;gap:10px;display:flex}.trophy-title{flex:1;align-items:center;gap:2px;min-width:0;font-size:15px;font-weight:900;line-height:1.3;display:flex}.profile-trophy-label{overflow-wrap:anywhere;align-items:center;gap:8px;min-width:0;display:inline-flex}.profile-trophy-label .game-art{flex-shrink:0}.trophy-info-icon{color:#dcc6f0;background:0 0;border:0;border-radius:50%;flex-shrink:0;min-width:32px;min-height:44px;padding:0;font-weight:900!important}.profile-current-rating{color:#ffdc83;flex-direction:column;flex-shrink:0;align-items:center;gap:4px;font-size:10px;font-weight:900;display:flex}.badge-active{box-sizing:border-box;color:#3d2050;background:linear-gradient(145deg,#ffe27e,#e8a930);border:2px solid #ffe9ac;border-radius:50%;justify-content:center;align-items:center;min-width:52px;height:52px;padding:0 4px;font-size:17px;font-weight:900;display:flex;box-shadow:inset 0 0 0 3px #ffd060,0 3px 8px #0005}.profile-season-actions{flex-wrap:wrap;align-items:center;gap:8px 12px;display:flex}.trophy-view-season-btn{border-color:#d3ad66;padding-inline:12px}.trophy-reset-timer{color:#dec9ed;flex:1;min-width:100px;font-size:11px;line-height:1.4}.badge-row{background:#130d2480;border:1px solid #8462a535;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 8px;padding:12px 6px;display:grid}.badge-item{flex-direction:column;align-items:center;gap:6px;min-width:0;display:flex}.badge-circle{box-sizing:border-box;color:#fff;border:2px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;font-weight:900;display:flex;box-shadow:inset 0 2px 3px #ffffff35,0 3px 5px #0005}.badge-tier-1{background:linear-gradient(135deg,#8b5a2b,#cd7f32);border-color:#cd7f32}.badge-tier-2{background:linear-gradient(135deg,#b0c4de,#a9a9a9);border-color:silver}.badge-tier-3{background:linear-gradient(135deg,gold,#daa520);border-color:gold}.badge-tier-4{background:linear-gradient(135deg,#00f0ff,#00a3c4);border-color:#00cfff}.badge-tier-5{background:linear-gradient(135deg,#2e8b57,#1e90ff);border-color:#4169e1}.badge-tier-6{background:linear-gradient(135deg,red,#ff4500);border-color:#ff4500}.badge-circle.badge-tier-active{border-color:#ffe395;box-shadow:0 0 8px 2px #ffd75d80,inset 0 0 3px #ffd70066}.badge-label-num{color:#d5bee8;white-space:nowrap;direction:ltr;font-size:10px;font-weight:800}.data-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px;display:grid}.data-field{flex-direction:column;gap:7px;min-width:0;display:flex}.data-label{color:#e4d2ea;font-size:11px;font-weight:800;line-height:1.35}.data-value-box{box-sizing:border-box;color:#ffdc83;width:100%;min-width:0;min-height:44px;font:inherit;overflow-wrap:anywhere;background:#18112dba;border:1px solid #9472b866;border-radius:10px;flex:1;align-items:center;padding:9px 10px;font-size:16px;font-weight:900;line-height:1.35;display:flex;box-shadow:inset 0 2px 3px #10092059,0 1px #a778be14}input.data-value-box{border-color:#d9b764}.profile-id-field{grid-column:1/-1}.profile-id-copyable{text-align:start;justify-content:space-between;gap:12px}.profile-id-copy-icon{color:#e1c9f2;flex-shrink:0;font-size:12px;font-weight:800}.stats-divider{align-items:center;gap:10px;margin:2px 0 -4px;display:flex}.stats-divider-line{background:linear-gradient(90deg,#0000,#cdab685e,#0000);flex:1;height:1px}.stats-divider-pill{color:#fff0d8;letter-spacing:.5px;background:linear-gradient(#53346f,#2f1d48);border:1px solid #b98d55;border-radius:18px;padding:5px 14px;font-size:11px;font-weight:900;line-height:1.4;box-shadow:inset 0 1px #edc99624}.profile-toast{z-index:200;box-sizing:border-box;color:#ffe09a;text-align:center;pointer-events:none;background:#291b3bf5;border:1px solid #e1bb6c99;border-radius:24px;max-width:calc(100vw - 40px);padding:10px 18px;font-size:12px;font-weight:800;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0009}.profile-avatar-popover{top:calc(100% + 8px);z-index:150;box-sizing:border-box;white-space:normal;background:#2d1b43;border:1px solid #e0ba73;border-radius:12px;flex-direction:column;gap:4px;width:min(250px,100vw - 72px);padding:6px;display:flex;position:absolute;inset-inline-start:0;box-shadow:0 6px 20px #000b}.profile-portrait-label{color:#ffedc4;margin:5px 6px;font-size:13px;font-weight:800}.profile-portrait-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.profile-portrait-choice{color:#fff0d8;background:#ffffff08;border:1px solid #9974c769;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:7px 4px;display:flex;font-size:11px!important}.profile-portrait-choice .game-art{object-fit:contain;border-radius:50%;width:64px;height:64px}.profile-portrait-choice:hover,.profile-portrait-choice[aria-pressed=true]{background:#e2a94024;border-color:#f6c65f}.profile-avatar-error{color:#ffd5d5;margin:5px;font-size:12px;line-height:1.4}.profile-avatar-popover-option{color:#fff0d8;text-align:start;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;min-height:44px;padding:8px 12px;display:flex;font-size:12px!important;font-weight:700!important}.profile-avatar-popover-option:hover{background:#ffd75d19}.profile-info-overlay{z-index:300;background:#080512b3;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.profile-info-card{box-sizing:border-box;background:linear-gradient(#412963,#27193b);border:1px solid #c49dde;border-radius:18px;flex-direction:column;gap:12px;width:min(320px,100%);max-height:calc(100dvh - 32px);padding:20px;display:flex;overflow-y:auto;box-shadow:0 8px 32px #000b}.profile-info-title{color:#ffdc83;text-align:center;font-size:16px;font-weight:900}.profile-info-body{color:#eee0f4;text-align:center;font-size:13px;line-height:1.5}.profile-info-close{color:#3a2041;background:linear-gradient(#ffe5a0,#eabb59);border:1px solid #ffe0a1;border-radius:22px;align-self:center;min-height:44px;padding:8px 24px;font-size:12px!important;font-weight:900!important}@media (width<=359px){.profile-modal-overlay{padding:16px 10px}.profile-modal-overlay .modal-card{gap:16px;padding:18px 12px}.profile-modal-header{grid-template-columns:84px minmax(0,1fr);gap:8px 10px}.profile-modal-username{font-size:21px}.trophy-section{padding:10px}.trophy-title{font-size:13px}.profile-trophy-label{gap:5px}.profile-trophy-label .game-art{width:26px;height:30px}.data-grid{gap:12px 10px}.data-value-box{padding:9px 8px;font-size:15px}}@media (prefers-reduced-motion:reduce){.profile-modal-overlay,.profile-modal-overlay .modal-card{animation:none}}.settings-overlay{--settings-cream:#fff0d7;--settings-ink:#fff6ed;--settings-gold:#f2c951;--settings-rule:#f3dfff24;z-index:1000;overscroll-behavior:contain;-webkit-backdrop-filter:blur(5px);background:#070410c8;place-items:center;padding:9px;animation:.18s ease-out both settings-overlay-in;display:grid;position:fixed;inset:0;overflow:hidden}.settings-card{isolation:isolate;width:min(374px,100vw - 18px);max-height:calc(100dvh - 18px);color:var(--settings-ink);font-family:var(--font-ui);background:radial-gradient(120% 62% at 50% -15%,#654178,#3b2856 58%,#281b3d 100%);border:2px solid #c4a0db;border-radius:23px;flex-direction:column;animation:.22s cubic-bezier(.2,.8,.2,1) both settings-panel-in;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 4px #c198e33d,inset 0 2px 1px #f3ddff87,0 3px #1b1229,0 20px 65px #070312ed}.settings-card:before{content:"";z-index:-1;pointer-events:none;border:1px solid #ffe2ff0d;border-radius:18px;position:absolute;inset:4px}.settings-card button,.settings-card a{touch-action:manipulation}.settings-card button:focus-visible,.settings-card a:focus-visible{outline-offset:3px;outline:2px solid #ffe49b}.settings-header{z-index:1;background:radial-gradient(at 50% 0,#7c4f90a8,#0000 67%);border-bottom:1px solid #f1daff2e;flex-direction:column;flex:none;justify-content:flex-end;align-items:center;min-height:100px;padding:5px 52px 8px;display:flex;position:relative}.settings-brand{filter:drop-shadow(0 3px 2px #130b21a3);flex:none;width:137px;height:61px;margin:-6px 0 -5px}.settings-brand img{object-fit:contain;width:100%;height:100%;display:block}.settings-title{color:var(--settings-cream);font:400 24px/1.12 var(--font-display);letter-spacing:1px;text-align:center;text-shadow:0 2px 3px #130b1caa;margin:0}.settings-head-button{color:#fff;width:44px;height:44px;font:900 23px/1 var(--font-ui);cursor:pointer;background:linear-gradient(#694981,#38264f);border:1.5px solid #c5a8d7a6;border-radius:10px;place-items:center;padding:0;display:grid;position:absolute;top:10px;box-shadow:inset 0 1px #efd6ff63,0 3px #1b1227,0 5px 7px #11081d80}.settings-head-button:hover,.settings-logout-btn:hover,.settings-lang-btn:hover,.settings-pill-btn:hover,.settings-apk-btn:hover,.settings-detail-actions button:hover{filter:brightness(1.1)}.settings-head-button:active,.settings-logout-btn:active,.settings-lang-btn:active,.settings-pill-btn:active,.settings-detail-actions button:active{transform:translateY(1px)}.settings-back-btn{inset-inline-start:10px}.settings-close-btn{inset-inline-end:10px}.settings-actions-row{z-index:1;border-bottom:1px solid var(--settings-rule);flex:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:7px 14px 9px;display:grid;position:relative}.settings-actions-row>:only-child{grid-column:1/-1}.settings-logout-btn,.settings-lang-btn{min-width:0;min-height:44px;color:var(--settings-ink);font:900 14px/1.15 var(--font-ui);white-space:nowrap;cursor:pointer;background:linear-gradient(170deg,#604279,#382747);border:1.5px solid #a785c2;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:6px 9px;display:flex;box-shadow:inset 0 1px #f2ddff47,0 3px #1a1229,0 4px 8px #120a1d80}.settings-logout-btn--facebook{background:linear-gradient(#4e68a2,#324976)}.settings-logout-btn--telegram{background:linear-gradient(#299ed5,#187daf)}.settings-logout-icon{color:#f7d982;font-size:20px;line-height:1}.settings-lang-btn{background:linear-gradient(#56406e,#392b50);justify-content:space-between;padding-inline:12px}.settings-edit-icon{color:#f6d475;font-size:17px}.settings-guest-status{color:#e5d1e9;min-width:0;min-height:44px;font:800 13px/1.2 var(--font-ui);align-items:center;gap:5px;display:flex;overflow:hidden}.settings-guest-status span{color:#ffdf89;font-size:19px}.settings-action-status{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.settings-action-feedback,.settings-detail-error{color:#ffe6e6;font:700 13px/1.35 var(--font-ui);background:#512c4f;border:1px solid #ef9aa99c;border-radius:10px;align-items:center;gap:9px;margin:8px 13px;padding:9px 11px;display:flex}.settings-action-feedback p,.settings-detail-error p{flex:1;min-width:0;margin:0}.settings-action-feedback button,.settings-detail-error button{color:#fff;background:#382443;border:1px solid #d6afc8;border-radius:9px;min-height:44px;padding:6px 10px;font-weight:900}.settings-main-frame{z-index:1;flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.settings-rows-container,.settings-detail{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#b18dc5 transparent;-webkit-overflow-scrolling:touch;min-height:0;overflow:auto}.settings-rows-container{flex:1}.settings-rows-container::-webkit-scrollbar{width:5px}.settings-detail::-webkit-scrollbar{width:5px}.settings-rows-container::-webkit-scrollbar-thumb{background:#b18dc5;border-radius:8px}.settings-detail::-webkit-scrollbar-thumb{background:#b18dc5;border-radius:8px}.settings-support-row,.settings-cache-row,.settings-check-row{border:0;border-bottom:1px solid var(--settings-rule);width:100%;min-height:50px;color:var(--settings-ink);text-align:start;background:0 0;justify-content:space-between;align-items:center;gap:10px;padding:3px 2px;display:flex}.settings-check-row{cursor:pointer}.settings-check-row:hover{background:#ffffff0b}.settings-support-row{min-height:52px}.settings-cache-row{min-height:50px}.settings-row-copy{min-width:0;display:block}.settings-row-label{min-width:0;color:var(--settings-ink);font:800 15px/1.23 var(--font-ui);display:block}.settings-row-note{color:#d8c4e3;font:700 12.5px/1.25 var(--font-ui);margin-top:2px;display:block}.settings-pill-btn{color:#fff;min-width:76px;min-height:44px;font:900 12px/1.1 var(--font-ui);text-transform:uppercase;cursor:pointer;background:linear-gradient(#614074,#41294f);border:1.5px solid #9f78ae;border-radius:22px;flex:none;place-items:center;padding:6px 11px;display:inline-grid;box-shadow:inset 0 1px #e4bdeb38,0 2px #1b1225}.settings-pill-btn:disabled,.settings-logout-btn:disabled{cursor:wait;opacity:.7}.settings-cache-btn.is-cleared{color:#f1ffef;background:#347f47;border-color:#78c477}.settings-check-box{border:2px solid var(--settings-gold);color:#20e576;width:39px;height:39px;font:900 23px/1 var(--font-ui);background:#3b2057;border-radius:8px;flex:none;place-items:center;display:grid;box-shadow:inset 0 2px 4px #10091d9e,inset 0 1px #fff3bd57,0 2px #24162b}.settings-check-row[aria-checked=false] .settings-check-box{color:#0000}.settings-scroll-cue{z-index:2;inset-inline:0;pointer-events:none;color:#f4e2b8;min-height:22px;font:900 12px/1 var(--font-ui);text-align:center;background:linear-gradient(#2b1e40ec,#251937);border-top:1px solid #e6c8ed26;place-items:center;display:grid;position:absolute;bottom:0}.settings-apk-banner{z-index:1;background:linear-gradient(#302144,#261a37);border-top:1px solid #d4b4e15c;flex:none;padding:5px 12px 7px;position:relative;box-shadow:inset 0 1px #efdcff32}.settings-apk-banner--inline{box-shadow:none;background:0 0;border:0;margin:6px 0 2px;padding:0}.settings-apk-banner--inline .settings-apk-promo{min-height:88px}.settings-apk-promo{background:radial-gradient(circle at 50% 0,#46435e,#2a263f 70%);border:1.5px solid #9b90b1;border-radius:13px;flex-direction:column;justify-content:center;align-items:stretch;gap:5px;min-height:95px;padding:6px 10px;display:flex;box-shadow:inset 0 1px #ebe6ff7a,0 3px #181229,0 5px 9px #120d20bd}.settings-apk-copy{text-align:center;display:block}.settings-apk-title{color:#fff9ec;font:900 15px/1.12 var(--font-ui);display:block}.settings-apk-subtitle{color:#dbd1df;font:700 12.5px/1.15 var(--font-ui);margin-top:1px;display:block}.settings-apk-btn{color:#fff;width:min(100%,210px);min-height:44px;font:900 13.5px/1.12 var(--font-ui);text-shadow:0 1px 2px #175a28;background:linear-gradient(#7ad278,#42a654 68%,#308e44);border:1.5px solid #a5e895;border-radius:10px;justify-content:center;align-self:center;align-items:center;gap:4px;padding:7px 10px;text-decoration:none;display:inline-flex;box-shadow:inset 0 1px #f2ffe8b8,0 3px #1d6835,0 5px 8px #111713b8}.settings-social-row{color:#e1cde8;font:700 12px/1.2 var(--font-ui);align-items:center;gap:8px;padding:9px 2px 2px;display:flex}.settings-social-row>span{margin-inline-end:auto}.settings-social-btn{color:#fff;cursor:pointer;background:#442b5b;border:1px solid #a282b9;border-radius:11px;flex:none;width:44px;height:44px;font-size:18px}.settings-social-btn:hover{filter:brightness(1.12)}.social-instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcaf45)}.social-facebook{background:#1877f2}.social-telegram{background:#229ed9}.settings-detail{z-index:1;flex:1;padding:8px 16px 19px;position:relative}.settings-detail-lead{color:#dac6e5;font:700 13.5px/1.4 var(--font-ui);margin:7px 1px 10px}.settings-language-option{border:0;border-bottom:1px solid var(--settings-rule);color:#fff7ec;text-align:start;width:100%;min-height:57px;font:800 16px/1.2 var(--font-ui);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:12px;padding:8px 4px;display:flex}.settings-language-option.is-selected{color:#ffdfa0}.settings-language-option .settings-check-box{width:32px;height:32px;font-size:18px}.settings-language-option:not(.is-selected) .settings-check-box{visibility:hidden}.settings-language-option[aria-disabled=true]{cursor:wait;opacity:.7}.settings-language-feedback{color:#ead8f1;font:700 13px/1.35 var(--font-ui)}.settings-cache-impact{color:#f3e7ed;font:700 14px/1.45 var(--font-ui);background:#1d1530ba;border:1px solid #ae8dc1;border-radius:12px;margin:10px 0 17px;padding:14px}.settings-detail-actions{grid-template-columns:1fr 1fr;gap:9px;display:grid}.settings-detail-actions button{color:#fff;min-height:48px;font:800 14px/1.2 var(--font-ui);cursor:pointer;background:linear-gradient(#5c4073,#362648);border:1px solid #b79ac7;border-radius:11px;padding:7px 9px}.settings-detail-actions .settings-clear-confirm{background:linear-gradient(#785368,#502f48);border-color:#d0a078}.settings-detail-actions button:disabled{cursor:wait;opacity:.7}.settings-card .settings-table-detail .table-control-style{width:100%;max-width:610px;margin:4px auto 0}.settings-table-detail .table-control-style p{display:block}@media (width<=350px){.settings-overlay{padding:6px}.settings-card{border-radius:20px;width:calc(100vw - 12px);max-height:calc(100dvh - 12px)}.settings-header{min-height:62px;padding:1px 48px 4px}.settings-brand{width:103px;height:39px;margin:-4px 0 -5px}.settings-title{letter-spacing:.5px;font-size:19px}.settings-head-button{top:6px}.settings-actions-row{gap:7px;padding:2px 10px 4px}.settings-logout-btn,.settings-lang-btn{gap:5px;padding-inline:8px;font-size:13px}.settings-guest-status{font-size:12px}.settings-support-row,.settings-check-row{min-height:44px;padding-block:0}.settings-row-label{font-size:14px}.settings-row-note{font-size:12px}.settings-check-box{width:38px;height:38px}.settings-apk-banner--inline{box-shadow:none;background:0 0;border:0;margin:8px 0 2px;padding:0}.settings-apk-banner--inline .settings-apk-promo{min-height:94px}.settings-detail{padding-inline:12px}}@media (height<=700px) and (width>=351px) and (orientation:portrait){.settings-header{min-height:80px;padding-block:2px 5px}.settings-brand{width:115px;height:45px;margin-block:-5px -4px}.settings-title{font-size:21px}.settings-head-button{top:7px}.settings-actions-row{padding-block:4px 6px}}@media (height<=700px) and (width>=351px) and (width<=499px) and (orientation:portrait){.settings-header{flex-direction:column;justify-content:flex-end;gap:0;min-height:82px;padding:2px 52px 6px}.settings-brand{width:115px;height:45px;margin:-4px 0}.settings-title{text-align:center;overflow-wrap:anywhere;min-width:0;font-size:21px;line-height:1.1}.settings-head-button{top:6px}.settings-apk-banner--inline{margin-block:5px 2px}.settings-apk-banner--inline .settings-apk-promo{flex-direction:row;justify-content:space-between;align-items:center;gap:7px;min-height:60px;padding:5px 7px}.settings-apk-banner--inline .settings-apk-copy{text-align:start;min-width:0}.settings-apk-banner--inline .settings-apk-title{font-size:13px}.settings-apk-banner--inline .settings-apk-subtitle{font-size:11px}.settings-apk-banner--inline .settings-apk-btn{flex:none;width:min(45%,142px);min-height:44px;font-size:12px}}.settings-card--short-landscape{width:min(554px,100vw - 14px);max-height:calc(100dvh - 14px)}.settings-card--short-landscape .settings-apk-banner--inline{box-shadow:none;background:0 0;border:0;margin:5px 0 2px;padding:0}.settings-card--short-landscape .settings-apk-banner--inline .settings-apk-promo{min-height:52px;padding:3px}.settings-card--short-landscape .settings-apk-banner--inline .settings-apk-copy{display:none}.settings-card--short-landscape .settings-apk-banner--inline .settings-apk-btn{width:100%;min-height:44px}.settings-card--short-landscape .settings-language-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.settings-card--short-landscape .settings-language-option{background:#3c2b52;border:1px solid #8f75a2;border-radius:10px;min-height:64px;padding:7px 9px}.settings-card--short-landscape .settings-language-option.is-selected{background:#564262;border-color:#e6c878}.settings-main-content{flex-direction:column;gap:7px;min-width:0;padding:0 12px 10px;display:flex}.settings-destinations{gap:7px;display:grid}.settings-destination{color:#fff8ed;text-align:start;cursor:pointer;background:linear-gradient(155deg,#584169,#30233f);border:1.5px solid #a181b1;border-radius:11px;align-items:center;gap:10px;width:100%;min-height:57px;padding:7px 10px;display:flex;box-shadow:inset 0 1px #f3ddf36b,0 2px #130b1e}.settings-destination:hover{filter:brightness(1.1)}.settings-destination:active{transform:translateY(1px)}.settings-destination-copy{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.settings-destination-copy strong{font:900 15px/1.15 var(--font-ui)}.settings-destination-copy small{color:#e4d1e8;font:700 13px/1.2 var(--font-ui)}.settings-destination-arrow{color:#f4d587;font:900 26px/1 var(--font-ui);flex:none}.settings-privacy-detail .settings-check-row{min-height:79px;padding-inline:5px}.settings-help-detail .settings-support-row,.settings-help-detail .settings-cache-row{min-height:62px}.settings-help-detail .settings-social-row{border-top:1px solid var(--settings-rule);margin-top:12px}.settings-card--short-landscape .settings-help-detail .settings-apk-banner--inline .settings-apk-promo{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;min-height:60px;padding:5px 8px}.settings-card--short-landscape .settings-help-detail .settings-apk-banner--inline .settings-apk-copy{text-align:start;min-width:0;display:block}.settings-card--short-landscape .settings-help-detail .settings-apk-banner--inline .settings-apk-btn{flex:none;width:min(45%,170px)}@media (width<=350px) and (orientation:portrait){.settings-main-content{gap:6px;padding-inline:9px}.settings-destination{gap:8px;min-height:55px;padding-inline:8px}.settings-destination-copy strong{font-size:15px}.settings-destination-copy small{font-size:13px}}@media (width>=500px) and (orientation:landscape){.settings-main-content{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;column-gap:14px;padding:3px 12px 9px;display:grid}.settings-main-content .settings-stage{grid-row:span 2}.settings-destinations{gap:8px}.settings-destination{background:radial-gradient(at 27% 0,#685079,#413050 57%,#30233f);border:1.5px solid #a181b1;min-height:92px;padding-inline:18px;box-shadow:inset 0 1px #f3ddf36b,inset 0 -2px #21182dad,0 3px #130b1e}.settings-destination-copy strong{font-size:16px}.settings-destination-copy small{font-size:12.5px}}@media (width>=500px) and (width<=619px) and (orientation:landscape){.settings-destinations{gap:6px}.settings-destination{min-height:92px;padding-block:4px}}@media (width>=620px) and (width<=760px) and (orientation:landscape){.settings-help-detail .settings-apk-banner--inline .settings-apk-promo{flex-direction:row;justify-content:space-between;gap:10px}.settings-help-detail .settings-apk-banner--inline .settings-apk-copy{text-align:start}.settings-help-detail .settings-apk-banner--inline .settings-apk-btn{width:170px;min-width:170px}}@media (width>=500px) and (width<=619px) and (orientation:landscape){.settings-card--short-landscape .settings-header{flex-direction:row;justify-content:center;gap:9px;min-height:55px;padding:4px 50px}.settings-card--short-landscape .settings-brand{width:95px;height:43px;margin:0}.settings-card--short-landscape .settings-title{font-size:21px}.settings-card--short-landscape .settings-actions-row{padding:2px 12px 5px}.settings-card--short-landscape .settings-support-row,.settings-card--short-landscape .settings-check-row{min-height:44px;padding-block:0}.settings-card--short-landscape .settings-row-label{font-size:14px}.settings-card--short-landscape .settings-cache-row{min-height:48px}}@media (width>=550px) and (width<=619px) and (orientation:landscape){.settings-card--short-landscape[data-view=main] .settings-header{justify-content:flex-start;padding-inline:232px 52px}.settings-card--short-landscape .settings-actions-row{z-index:3;top:5px;border:0;gap:6px;width:214px;padding:0;display:flex;position:absolute;inset-inline-start:12px}.settings-card--short-landscape .settings-logout-btn,.settings-card--short-landscape .settings-lang-btn{flex:1;gap:3px;min-width:0;min-height:44px;padding-inline:5px;font-size:11px}.settings-card--short-landscape .settings-logout-icon{font-size:16px}.settings-card--short-landscape .settings-guest-status{white-space:nowrap;flex:1;font-size:10px}.settings-card--short-landscape .settings-guest-status span{display:none}}@media (width>=620px) and (orientation:landscape){.settings-overlay{padding:7px}.settings-card{width:min(778px,100vw - 14px);max-height:calc(100dvh - 14px)}.settings-header{flex-direction:row;justify-content:center;gap:11px;min-height:56px;padding:5px 50px}.settings-brand{width:104px;height:47px;margin:0}.settings-title{font-size:23px}.settings-head-button{top:6px}.settings-actions-row{z-index:3;top:6px;border:0;gap:7px;width:256px;padding:0;display:flex;position:absolute;inset-inline-start:12px}.settings-actions-row>:only-child{flex:1}.settings-logout-btn,.settings-lang-btn{min-width:110px;min-height:44px;padding:5px 8px;font-size:12px}.settings-guest-status{max-width:120px;font-size:12px}.settings-support-row,.settings-check-row{min-height:44px;padding-block:0}.settings-row-label{font-size:14px}.settings-cache-row{min-height:48px}.settings-apk-banner--inline{box-shadow:none;background:0 0;border:0;margin:5px 0 2px;padding:0}.settings-apk-banner--inline .settings-apk-promo{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;min-height:56px;padding:4px 7px}.settings-apk-banner--inline .settings-apk-copy{text-align:start}.settings-apk-banner--inline .settings-apk-title{font-size:14px}.settings-apk-banner--inline .settings-apk-btn{flex:none;width:152px;min-width:152px}.settings-detail{padding:10px 18px 14px}.settings-language-detail{grid-template-columns:.82fr 1.18fr;align-items:start;gap:20px;display:grid}.settings-language-detail .settings-detail-lead{background:#261b3b95;border:1px solid #ad89bf80;border-radius:12px;align-self:center;margin:0;padding:16px;font-size:16px}.settings-language-list{grid-template-columns:1fr 1fr;gap:8px;display:grid}.settings-language-option{background:#3c2b52;border:1px solid #8f75a2;border-radius:10px;min-height:80px;padding:10px}.settings-language-option.is-selected{background:#564262;border-color:#e6c878}.settings-cache-detail{grid-template-columns:1fr 1.4fr;align-items:start;gap:10px 18px;display:grid}.settings-cache-detail .settings-detail-lead{grid-column:1/-1}.settings-cache-detail .settings-cache-impact{margin:0}.settings-cache-detail .settings-detail-actions{align-self:start}}@media (height<=420px) and (orientation:landscape){.settings-header{min-height:55px}.settings-brand{width:95px;height:43px}.settings-head-button,.settings-actions-row{top:5px}}@media (width<=760px) and (width>=620px) and (orientation:landscape){.settings-actions-row{width:232px}.settings-logout-btn{flex:1.15;min-width:0}.settings-lang-btn{flex:.85;min-width:0}.settings-actions-row.is-guest .settings-guest-status{flex:1;max-width:none}.settings-actions-row.is-guest .settings-lang-btn{flex:1}.settings-brand{width:93px}.settings-title{font-size:21px}.settings-apk-banner--inline .settings-apk-promo{flex-direction:column;align-items:stretch;gap:4px;min-height:0;padding:5px 7px}.settings-apk-banner--inline .settings-apk-copy{text-align:center}.settings-apk-banner--inline .settings-apk-subtitle{display:none}.settings-apk-banner--inline .settings-apk-btn{width:100%;min-width:0;min-height:44px}}@media (width<=720px) and (width>=620px) and (orientation:landscape){.settings-header{justify-content:flex-start;padding-inline:260px 50px}}@media (prefers-reduced-motion:reduce){.settings-overlay,.settings-card{animation:none}.settings-card *,.settings-card :before,.settings-card :after{transition:none!important}}@keyframes settings-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes settings-panel-in{0%{opacity:0;transform:translateY(7px)scale(.985)}to{opacity:1;transform:none}}.coin-transfer-overlay{z-index:1400;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#110925c9;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.coin-transfer-modal{overscroll-behavior:contain;color:#f8edff;background:linear-gradient(145deg,#493071,#26183f);border:1px solid #a37bd6;border-radius:22px;width:min(100%,430px);max-height:calc(100dvh - 32px);padding:20px;font-size:14px;overflow-y:auto;box-shadow:0 18px 70px #080214a6,inset 0 1px #d1aaf24d}.coin-transfer-modal header{align-items:center;gap:10px;display:flex}.coin-transfer-modal header img{width:36px;height:36px}.coin-transfer-modal h2{font-family:var(--font-display);color:#ffe1a0;flex:1;margin:0;font-size:22px}.coin-transfer-modal h3{margin:24px 0 10px;font-size:14px}.coin-transfer-modal button{color:#fff4e2;min-height:40px;font:inherit;cursor:pointer;background:#574074;border:1px solid #a78ace80;border-radius:10px;padding:8px 12px;font-weight:700}.coin-transfer-modal button:disabled{opacity:.5;cursor:default}.coin-transfer-modal button:focus-visible,.coin-transfer-modal input:focus-visible{outline-offset:3px;outline:2px solid #ffe0a0}.coin-transfer-modal .coin-transfer-close{min-width:40px;padding:0;font-size:24px}.coin-transfer-note{color:#d8c7e8;font-size:12px;line-height:1.5}.coin-transfer-balance{background:#1a102d70;border:1px solid #dec48433;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.coin-transfer-balance strong{color:#ffdd85;overflow-wrap:anywhere;font-size:21px}.coin-transfer-recipient{overflow-wrap:anywhere}.coin-transfer-modal label{gap:7px;display:grid}.coin-transfer-modal input{box-sizing:border-box;color:#fff0c6;background:#1f1336;border:1px solid #9473bd;border-radius:10px;width:100%;min-height:48px;padding:10px 12px;font-size:22px}.coin-transfer-actions{justify-content:space-between;gap:10px;margin-top:14px;display:flex}.coin-transfer-actions>button{flex:1}.coin-transfer-modal .coin-transfer-send{color:#39200d;background:linear-gradient(#ffdf85,#eab247);border-color:#ffdd8e}.coin-transfer-confirm{overflow-wrap:anywhere;background:#ffdc8512;border-radius:12px;padding:12px;line-height:1.5}.coin-transfer-confirm p{color:#dfcde9;margin-bottom:0;font-size:12px}.coin-transfer-result{overflow-wrap:anywhere;background:#2b674333;border:1px solid #7fe0a260;border-radius:10px;margin-top:16px;padding:12px;line-height:1.5}.coin-transfer-result.is-error{background:#8a343b38;border-color:#ff9b9670}.coin-transfer-result small{display:block}.coin-transfer-history{margin:0;padding:0;list-style:none}.coin-transfer-history li{border-bottom:1px solid #bb9cdc30;align-items:center;gap:10px;padding:12px 0;display:flex}.coin-transfer-history li>div{overflow-wrap:anywhere;flex:1;min-width:0}.coin-transfer-history small{color:#c6b3dc;margin-top:4px;font-size:11px;display:block}.coin-transfer-history b{color:#ffe0a0;overflow-wrap:anywhere;max-width:45%}.coin-transfer-history b.received{color:#a2e7b6}@media (width<=360px){.coin-transfer-overlay{padding:8px}.coin-transfer-modal{max-height:calc(100dvh - 16px);padding:14px}}.presence-dot{box-sizing:border-box;vertical-align:middle;border-radius:50%;flex:none;display:inline-block}.presence-dot--sm{border-width:1.5px;width:7px;height:7px}.presence-dot--md{border-width:2px;width:9px;height:9px}.presence-dot--lg{border-width:2.5px;width:12px;height:12px}.presence-dot--active{background:#35d07f;border-style:solid;border-color:#ffffff8c}.presence-dot--idle{background:0 0;border-style:solid;border-color:#f0b429}.presence-dot--away{opacity:.65;background:0 0;border-style:solid;border-color:#e85d5dbf}:root{--fp-bg-deep:#2d1b5e;--fp-bg-surface:#3a2470;--fp-bg-surface-hover:#452a85;--fp-accent-purple:#7b3fbe;--fp-tab-inactive:#4e3380;--fp-tab-text-inactive:#a08cc8;--fp-green-cta:#22c55e;--fp-green-cta-dark:#16a34a;--fp-green-cta-border:#14532d;--fp-gold-ring:#f59e0b;--fp-gold-ring-dark:#b45309;--fp-text-muted:#c4b0e0;--fp-search-bg:#251655;--fp-invite-green:#25d366;--fp-invite-blue:#1877f2}.friends-page{--fp-content-gutter:14px;background:var(--fp-bg-deep);flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.friends-header{background:linear-gradient(#8b4513 0%,#5c2d0a 100%);flex-shrink:0;justify-content:center;align-items:center;height:clamp(120px,22vw,180px);display:flex;position:relative;overflow:hidden}.friends-header:before{content:"";pointer-events:none;background:repeating-linear-gradient(90deg,#ffffff08 0,#0000 2px 8px);position:absolute;inset:0}.friends-header-title{font-family:var(--font-display);color:#fff;text-shadow:2px 3px #00000080;letter-spacing:3px;z-index:2;font-size:clamp(28px,7vw,38px);position:relative;transform:rotate(-2deg)}.friends-header-deco{pointer-events:none;z-index:1;font-size:24px;animation:3s ease-in-out infinite fp-float;position:absolute}.deco-envelope-left{font-size:28px;top:12px;left:14px}.deco-envelope-right{font-size:22px;animation-delay:.7s;top:16px;right:60px}.deco-bubble{font-size:20px;animation-delay:1.2s;bottom:16px;right:18px}.friends-header-mascot{z-index:2;font-size:clamp(48px,12vw,72px);animation:3s ease-in-out .3s infinite fp-float;position:absolute;bottom:4px;right:8px}@keyframes fp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.friends-tabs{padding:8px var(--fp-content-gutter);background:var(--fp-bg-deep);scrollbar-width:none;border-bottom:1px solid #ffffff14;flex-shrink:0;align-items:center;gap:4px;display:flex;overflow-x:auto}.friends-tabs::-webkit-scrollbar{display:none}.friends-tab{min-width:0;height:36px;font-family:var(--font-ui);letter-spacing:.3px;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;flex:1;padding:0 10px;font-size:12px;font-weight:700;transition:background .2s,color .2s,box-shadow .2s}.friends-tab.active{background:var(--fp-accent-purple);color:#fff;box-shadow:0 2px 8px #7b3fbe80}.friends-tab{justify-content:center;align-items:center;gap:6px;display:flex}.tab-count-badge{color:#fff;min-width:20px;height:20px;font-size:11px;font-weight:900;font-family:var(--font-ui);background:linear-gradient(#ff453a 0%,#d70015 100%);border:1.5px solid #ffffff40;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-left:2px;padding:0 6px;line-height:1;display:inline-flex;box-shadow:0 2px 6px #00000073,inset 0 1px #fff6}.friends-search-section{padding:12px var(--fp-content-gutter) 8px;flex-shrink:0}.friends-search-bar{background:var(--fp-search-bg);border:1.5px solid #ffffff0f;border-radius:999px;align-items:center;gap:10px;height:44px;padding:0 16px;transition:box-shadow .2s;display:flex}.friends-search-bar:focus-within{box-shadow:0 0 0 2px var(--fp-accent-purple)}.friends-search-icon{color:var(--fp-text-muted);flex-shrink:0;font-size:16px}.friends-search-input{color:#fff;font-family:var(--font-ui);letter-spacing:.3px;background:0 0;border:none;outline:none;flex:1;font-size:14px;font-weight:400}.friends-search-input::placeholder{color:var(--fp-text-muted)}.friends-invite-row{justify-content:flex-end;align-items:center;gap:8px;padding:10px 0 4px;display:flex}.friends-invite-label{color:#fff;margin-right:auto;font-size:13px;font-weight:700}.friends-invite-btn{cursor:pointer;color:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;transition:transform .15s;display:flex;box-shadow:0 2px 6px #0000004d}.friends-invite-btn:active{transform:scale(.92)}.invite-whatsapp{background:var(--fp-invite-green)}.invite-facebook{background:var(--fp-invite-blue)}.friends-invite-earn{cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#d97706 50%,#b45309 100%);border:2px solid #fbbf24;border-radius:14px;flex-shrink:0;align-items:center;gap:12px;width:100%;margin:10px 0 14px;padding:12px 16px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #f59e0b59,inset 0 1px #ffffff4d}.friends-invite-earn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #f59e0b73,inset 0 1px #ffffff4d}.friends-invite-earn:active{transform:scale(.97)}.friends-invite-earn:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:60%;height:100%;animation:3s ease-in-out infinite invite-shimmer;position:absolute;top:0;left:-100%}@keyframes invite-shimmer{0%{left:-100%}50%{left:120%}to{left:120%}}.invite-earn-icon{filter:drop-shadow(0 2px 3px #0000004d);flex-shrink:0;font-size:28px}.invite-earn-text{text-align:start;flex-direction:column;flex:1;gap:2px;display:flex}.invite-earn-title{font-family:var(--font-display);color:#fff;text-shadow:0 1px 2px #0006;letter-spacing:.5px;font-size:16px;font-weight:900}.invite-earn-sub{color:#ffffffd9;font-size:11px;font-weight:600}.invite-earn-arrow{color:#fff;opacity:.8;flex-shrink:0;font-size:24px;font-weight:900}.friends-list{-webkit-overflow-scrolling:touch;scrollbar-width:none;min-height:0;padding:6px var(--fp-content-gutter) 96px;flex:1;overflow-y:auto}.friends-list::-webkit-scrollbar{display:none}.friend-row{background:var(--fp-bg-surface);opacity:0;border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;min-height:68px;padding:10px 12px;transition:background .15s;animation:.35s forwards fp-row-in;display:flex;transform:translateY(12px)}.friend-row:hover{background:var(--fp-bg-surface-hover)}.friend-row+.friend-row{margin-top:8px}@keyframes fp-row-in{to{opacity:1;transform:translateY(0)}}.friend-avatar{border-radius:50%;flex-shrink:0;width:48px;height:48px;position:relative}.friend-avatar-ring{color:#bbb;background:#4a3575;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex;overflow:hidden}.friend-avatar.gold .friend-avatar-ring{border:2.5px solid var(--fp-gold-ring);box-shadow:0 0 6px var(--fp-gold-ring-dark)}.friend-avatar.grey .friend-avatar-ring{border:2px solid #6b5e8a}.friend-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.friend-name{color:#fff;letter-spacing:.3px;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:15px;font-weight:600;overflow:hidden}.friend-challenge-btn{border:2px solid var(--fp-green-cta-border);background:linear-gradient(180deg, var(--fp-green-cta) 0%, var(--fp-green-cta-dark) 100%);color:#fff;min-width:100px;height:38px;font-family:var(--font-ui);letter-spacing:1px;text-shadow:0 1px 2px #0006;cursor:pointer;box-shadow:0 4px 0 var(--fp-green-cta-border);border-radius:999px;flex-shrink:0;font-size:13px;font-weight:800;transition:transform 80ms,box-shadow 80ms}.friend-challenge-btn:active{box-shadow:0 2px 0 var(--fp-green-cta-border);transform:translateY(2px)}@media (width<=389px){.friend-avatar,.friend-avatar-ring{width:40px;height:40px}.friend-challenge-btn{min-width:90px;height:34px;font-size:12px}.friend-name{font-size:14px}.friends-tab{height:32px;font-size:11px}}@media (width>=480px){.friends-list,.friends-search-section,.friends-tabs{width:100%;max-width:480px;margin:0 auto}}@media (width>=768px){.friends-list,.friends-search-section,.friends-tabs{max-width:600px}.friends-header-title{font-size:42px}}.friends-empty-chat{color:#ffffff4d;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 20px;font-size:16px;font-weight:700;animation:.3s ease-out fp-fade-in;display:flex}.empty-chat-icon{opacity:.35;font-size:56px}@keyframes fp-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.friend-name{align-items:center;gap:6px;display:flex}.friend-name-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.friends-page{background:linear-gradient(#171334c4,#100c24df)}.friends-magic-header{background:radial-gradient(at bottom,#61309648,#0000 70%);flex-shrink:0;justify-content:center;align-items:center;gap:4px;min-height:118px;padding:12px 14px;display:flex}.friends-hero-copy{text-align:center;min-width:0}.friends-magic-header h1{color:#fff0d8;font-family:var(--font-display);text-shadow:0 3px #42225e,0 5px 8px #0b061d;margin:0;font-size:clamp(28px,7vw,39px)}.friends-hero-copy p{color:#dbc8ef;text-wrap:balance;max-width:240px;margin:5px 0 0;font-size:12px;line-height:1.4}.friends-hero-pawn{object-fit:contain;flex-shrink:0;width:74px;height:94px}.friends-tabs{background:#20163b80;border-color:#a283d12b;gap:5px}.friends-tab{white-space:normal;border:1px solid #9977d03b;border-radius:12px;height:auto;min-height:42px;padding:8px 5px;font-size:12px;line-height:1.15}.friends-tab.active{color:#4d290e;background:linear-gradient(#ffd778,#ffb72b);border-color:#ffe69a;box-shadow:inset 0 1px #fff0b7,0 3px #83451d}.friends-tab:not(.active){color:#d5c4ef;background:linear-gradient(#3d2a62,#271c47)}.friends-search-bar{background:#17122dd9;border:1px solid #9a79d078;border-radius:15px;box-shadow:inset 0 2px 4px #0a071b80}.friends-search-input{min-width:0}.friend-row{background:linear-gradient(135deg,#36245bcc,#21183ce8);border:1px solid #9a74cf66;border-radius:18px;box-shadow:inset 0 1px #ccb0f033,0 4px 9px #0b061d44}.friend-row>div:nth-child(2){flex:1;min-width:0}.friend-name{overflow-wrap:anywhere}.friend-challenge-btn{border-radius:10px;flex-shrink:0;min-height:36px}.friends-empty-art{object-fit:contain;width:80px;height:76px}.friends-invite-art{object-fit:contain;flex-shrink:0;width:66px;height:66px}.friends-invite-earn{background:linear-gradient(160deg,#ffe18a,#ffb82c 65%,#eb951d);border-color:#ffeab0;border-radius:20px}.friends-invite-earn:after{display:none}.friends-invite-earn .invite-earn-title,.friends-invite-earn .invite-earn-sub,.friends-invite-earn .invite-earn-arrow{color:#502a0b;text-shadow:none}@media (width<=360px){.friends-magic-header{min-height:104px}.friends-hero-pawn{width:57px;height:76px}.friend-row{gap:7px;padding:10px}.friend-challenge-btn{padding:6px 8px;font-size:11px}.friends-invite-art{width:52px;height:52px}}@media (height<=480px){.friends-page{overflow-y:auto}.friends-magic-header{min-height:84px}.friends-hero-pawn{height:64px}.friends-list{flex:none;overflow:visible}}.friend-request-actions{flex-shrink:0;gap:8px;display:flex}.friends-empty-chat{color:#cfbae4}.friends-empty-note{max-width:260px;margin:0;font-size:13px;font-weight:400;line-height:1.5}@media (width<=480px){.friend-row:has(.friend-request-actions){flex-wrap:wrap}.friend-request-actions{width:100%;padding-inline-start:47px}.friend-request-actions .friend-challenge-btn{flex:1;min-width:0}}.friends-feedback{color:#fff;overflow-wrap:anywhere;background:#0f0523e0;border-radius:10px;margin:8px 0;padding:10px 12px;font-size:13px;line-height:1.45}.friends-feedback[role=alert]{color:#ffd6d6;border:1px solid #ff969673}.friend-presence{color:#e0cfee;align-items:center;gap:6px;margin-top:4px;font-size:12px;line-height:1.35;display:flex}.friend-level{color:#bda8d6;margin-top:5px;font-size:11px;line-height:1.4}.friend-play-actions{flex-direction:column;flex-shrink:0;gap:5px;max-width:44%;margin-inline-start:auto;display:flex}.friend-play-actions .friend-challenge-btn{color:#502a0b;height:auto;min-height:42px;text-shadow:none;letter-spacing:.3px;background:linear-gradient(#ffe18a,#ffb82c);border:1px solid #ffeab0;margin:0;padding:8px 10px;box-shadow:inset 0 1px #fff0b7,0 3px #83451d}.friend-play-actions .friend-challenge-btn:active{box-shadow:inset 0 1px #fff0b7,0 1px #83451d}.friend-send-coins{color:#e0cfee;min-height:38px;font-family:var(--font-ui);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:5px;padding:5px 8px;font-size:12px;font-weight:600;display:inline-flex}.friend-send-coins img{width:18px;height:18px}.friends-transfer-history{color:#cbb7e1;min-height:44px;font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;border-radius:8px;margin:10px auto 0;padding:8px 12px;font-size:12px;text-decoration:underline;display:block}.friends-page button:focus-visible{outline-offset:3px;outline:3px solid #ffe18a}@media (hover:hover){.friend-send-coins:hover,.friends-transfer-history:hover{color:#fff0d8;background:#bb9be714}}.friend-row>div:nth-child(2){overflow-wrap:anywhere;min-width:0}.invite-earn-overlay{z-index:1100;overscroll-behavior:contain;color:var(--ink-hi);font-family:var(--font-ui);padding:env(safe-area-inset-top,0px) 12px max(24px, env(safe-area-inset-bottom,0px));background:linear-gradient(#171334d9,#100c24ed),url(/art/magic/backgrounds/lobby.webp) 50%/cover;animation:.2s ease-out both invite-fade-in;position:fixed;inset:0;overflow-y:auto}.invite-page{width:100%;max-width:560px;margin-inline:auto}.invite-header{justify-content:center;align-items:center;min-height:76px;padding:16px 50px;display:flex;position:relative}.invite-header-title{color:var(--ink-hi);font-family:var(--font-display);text-align:center;text-shadow:0 3px #42225e,0 5px 8px #0b061d;margin:0;font-size:clamp(23px,5.6vw,30px);font-weight:400;line-height:1.2}.invite-close-btn{width:44px;height:44px;color:var(--ink-hi);cursor:pointer;background:linear-gradient(#5f3c7f,#35214e);border:1px solid #c9a1e899;border-radius:12px;place-items:center;font-size:22px;display:grid;position:absolute;inset-inline-end:0;box-shadow:inset 0 1px #e0c5ff50,0 3px #160d28}.invite-hero{flex-direction:column;align-items:center;padding:4px 6px 0;display:flex}.invite-hero-art{filter:drop-shadow(0 8px 10px #10081e60);justify-content:center;height:84px;margin-bottom:6px;display:flex}.invite-hero-art img{object-fit:contain;width:106px;height:100%}.invite-hero-art img+img{margin-inline-start:-20px}.invite-hero-heading{font-family:var(--font-display);text-align:center;color:var(--ink-hi);margin:0 0 10px;font-size:24px;font-weight:400;line-height:1.35}.invite-hero-intro{max-width:350px;color:var(--ink-body);text-align:center;text-wrap:balance;margin:0 0 18px;font-size:14px;line-height:1.55}.invite-reward-details{text-align:start;border-top:1px solid #a786ce50;width:100%;margin-top:20px;padding:10px 6px 0}.invite-reward-details summary{color:#e0cfee;cursor:pointer;padding:5px 0;font-size:13px;font-weight:700;line-height:1.45}.invite-reward-details summary:focus-visible{outline:3px solid var(--gold-hi);outline-offset:4px;border-radius:4px}.invite-rule{color:var(--ink-body);margin:8px 0 0;font-size:13px;line-height:1.65}.invite-rule b{color:var(--gold-hi)}.invite-rule-note{color:var(--ink-muted);margin:8px 0 0;font-size:12px;line-height:1.6}.invite-guest-ticket{filter:drop-shadow(0 4px #9a5723)drop-shadow(0 10px 12px #0b061d80);width:100%;min-width:0}.invite-ticket-surface{color:#502a0b;clip-path:polygon(12px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 94px),calc(100% - 10px) calc(100% - 84px),100% calc(100% - 74px),100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0 calc(100% - 12px),0 calc(100% - 74px),10px calc(100% - 84px),0 calc(100% - 94px),0 12px);background:radial-gradient(at top,#fff5cd99,#0000 60%),linear-gradient(155deg,#ffe9a8,#ffd05a 60%,#eda938);padding:18px;position:relative;box-shadow:inset 0 0 0 1px #fff1bf,inset 0 0 0 5px #fff0b64d,inset 0 -5px #be782b50}.invite-code-box{flex-direction:column;align-self:stretch;align-items:center;gap:5px;padding:0 0 3px;display:flex}.invite-code-label{color:#724419;text-transform:uppercase;letter-spacing:.06em;text-align:center;font-size:11px;font-weight:800;line-height:1.45}.invite-code-value{color:#502a0b;letter-spacing:.13em;overflow-wrap:anywhere;text-align:center;text-shadow:0 1px #fff2c3;max-width:100%;font-size:28px;font-weight:900}.invite-buttons-row{border-top:1px dashed #9c622d99;gap:10px;width:100%;margin-top:14px;padding-top:16px;display:flex}.invite-btn{min-width:0;min-height:48px;font:900 15px / 1.25 var(--font-ui);cursor:pointer;border:1px solid;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 8px;transition:transform .15s,filter .15s;display:flex}.invite-btn-copy{color:#502a0b;background:linear-gradient(#ffefbf,#ffdb7c);border-color:#bd792e;box-shadow:inset 0 1px #fff7d9,0 3px #b37631}.invite-btn-share{color:#fff0d8;background:linear-gradient(#654089,#392052);border-color:#946cb1;box-shadow:inset 0 1px #dbc2ef70,0 3px #271539}.invite-btn-icon{flex-shrink:0;width:20px;height:20px}.invite-btn:disabled{opacity:.5;cursor:default}.invite-btn:enabled:active,.invite-close-btn:active{transform:translateY(2px)}.invite-earn-overlay button:focus-visible{outline:3px solid var(--gold-hi);outline-offset:3px}.invite-ticket-surface .invite-btn:focus-visible{outline-color:#392052}@media (hover:hover){.invite-btn:enabled:hover,.invite-close-btn:hover{filter:brightness(1.12)}}.invite-description{color:#724419;text-align:center;max-width:340px;margin:8px auto 0;font-size:12px;line-height:1.5}.invite-hero .action-feedback{align-self:stretch}.invite-referrals{margin-top:26px;padding-inline:6px}.invite-referrals-header{padding:0 4px 14px}.invite-referrals-title{font-family:var(--font-display);color:var(--ink-hi);margin:0;font-size:22px;font-weight:400;line-height:1.3}.invite-referrals-sub{color:var(--ink-muted);margin-top:5px;font-size:13px;line-height:1.5}.invite-referral-items{flex-direction:column;gap:10px;display:flex}.invite-referral-card{border-radius:var(--r-lg);background:linear-gradient(135deg,#36245bcc,#21183ce8);border:1px solid #9a74cf66;align-items:center;gap:12px;padding:12px;display:flex;box-shadow:inset 0 1px #ccb0f033,0 4px 9px #0b061d44}.invite-avatar-box{background:var(--surface-1);border:2px solid #b996e0;border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.invite-avatar-img{object-fit:cover;width:100%;height:100%}.invite-avatar-emoji{font-size:24px}.invite-user-info{flex:1;min-width:0}.invite-user-name{white-space:nowrap;text-overflow:ellipsis;color:var(--ink-hi);font-size:14px;font-weight:800;overflow:hidden}.invite-user-date{color:var(--ink-muted);margin-top:3px;font-size:12px}.invite-user-earnings{flex-shrink:0;max-width:45%}.invite-coins-badge{border:1px solid var(--line-gold);border-radius:var(--r-pill);color:var(--gold-hi);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;background:#160f2ca6;align-items:center;gap:4px;padding:5px 8px;font-size:13px;font-weight:900;display:flex}.invite-coins-badge img{object-fit:contain;flex-shrink:0;width:22px;height:22px}.invite-empty-state{border:1px solid var(--line-soft);border-radius:var(--r-lg);background:var(--surface-2);color:var(--ink-muted);text-align:center;flex-direction:column;align-items:center;gap:10px;padding:24px 16px;font-size:14px;display:flex}.invite-empty-icon{object-fit:contain;width:72px;height:64px}@media (width<=359px){.invite-hero{padding-inline:2px}.invite-header{padding-inline:46px}.invite-btn{gap:6px;font-size:14px}.invite-ticket-surface{padding-inline:16px}.invite-referrals{padding-inline:2px}.invite-referral-card{gap:8px;padding:10px}}@media (height<=600px){.invite-header{min-height:68px}.invite-hero-art{height:56px}.invite-hero-intro{margin-bottom:14px}}@keyframes invite-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.invite-earn-overlay{animation:none}.invite-btn{transition:none}}.shop-page{gap:var(--sp-3);background:linear-gradient(180deg, var(--ink-deep) 0%, var(--ink-void) 100%);-webkit-overflow-scrolling:touch;min-height:0;padding:var(--sp-3) var(--sp-3) 96px;scrollbar-width:none;flex-direction:column;flex:1;animation:.25s both fade-in;display:flex;overflow-y:auto}.shop-page::-webkit-scrollbar{display:none}.shop-page>*{flex-shrink:0}.shop-panel{background:var(--surface-2);border:1px solid var(--line-soft);border-radius:var(--r-lg);width:100%;max-width:420px;padding:var(--sp-4);box-shadow:var(--lift-2);margin:0 auto}@media (width>=480px){.shop-panel{max-width:480px}}@media (width>=768px){.shop-panel{max-width:600px}}.shop-panel.shop-cashout{background:linear-gradient(160deg,#1c2a38 0%,#131e28 100%);border-color:#78bedc29}.shop-panel-head{align-items:flex-start;gap:var(--sp-3);margin-bottom:var(--sp-3);display:flex}.shop-panel-icon{border-radius:var(--r-sm);background:var(--surface-sunk);border:1px solid var(--line-soft);flex-shrink:0;place-items:center;width:34px;height:34px;font-size:19px;line-height:1;display:grid}.shop-panel-title{font-family:var(--font-ui);font-size:var(--fs-lead);color:var(--ink-hi);font-weight:900;line-height:1.2}.shop-panel-sub{font-size:var(--fs-body);color:var(--ink-muted);max-width:46ch;margin-top:2px;line-height:1.45}.shop-grid-3col{gap:var(--sp-2);grid-template-columns:repeat(3,1fr);display:grid}.shop-pack-card{align-items:center;gap:var(--sp-2);padding:var(--sp-3) var(--sp-1);border-radius:var(--r-md);background:var(--surface-1);box-shadow:var(--lift-1), inset 0 1px 0 #ffffff1a;border:1px solid #ffb62742;flex-direction:column;transition:transform .12s,box-shadow .12s,border-color .12s;display:flex}.shop-pack-card.is-gem{border-color:#00e67642}.shop-pack-card:hover{box-shadow:var(--lift-2), inset 0 1px 0 #ffffff29;transform:translateY(-2px)}.shop-pack-amount{flex-direction:column;align-items:center;line-height:1;display:flex}.shop-pack-strike{color:var(--ink-faint);margin-bottom:3px;font-size:10px;font-weight:700;text-decoration:line-through}.shop-pack-val{font-family:var(--font-display);color:var(--ink-hi);text-shadow:0 2px 4px #00000073;font-size:21px;line-height:1}.shop-pack-card.is-gem .shop-pack-val{color:var(--gem-hi)}.shop-pack-art{place-items:center;height:56px;display:grid}.shop-stack{filter:drop-shadow(0 4px 6px #0006);align-items:center;display:flex}.shop-stack-2>:not(:first-child){margin-left:-14px}.shop-stack-3>:not(:first-child){margin-left:-13px}.shop-stack>:nth-child(2){transform:translateY(-5px)}.shop-stack>:nth-child(3){transform:translateY(3px)}.shop-buy-btn{width:100%;min-height:32px;padding:0 var(--sp-1);border-radius:var(--r-sm);color:#04301b;font-family:var(--font-ui);background:linear-gradient(#3ed47b 0%,#1e9e56 100%);place-items:center;font-size:11px;font-weight:900;transition:transform .1s,filter .15s;display:grid;box-shadow:0 2px #12703c,inset 0 1px #ffffff59}.shop-buy-btn:hover:not(:disabled){filter:brightness(1.08)}.shop-buy-btn:active:not(:disabled){transform:translateY(2px);box-shadow:0 0 #12703c}.shop-buy-btn:disabled{opacity:.5;box-shadow:none}.shop-result{margin-top:var(--sp-3);align-items:baseline;gap:var(--sp-2);font-size:var(--fs-body);border-radius:var(--r-sm);padding:var(--sp-2) var(--sp-3);border-left:3px solid;line-height:1.4;display:flex}.shop-result:before{font-weight:900}.shop-result.ok{color:#9de8be;background:#35c77a1f}.shop-result.ok:before{content:"✓"}.shop-result.bad{color:#ffb4b4;background:#e14b4b1f}.shop-result.bad:before{content:"!"}.shop-redeem-form{gap:var(--sp-2);display:flex}.shop-redeem-input{background:var(--surface-sunk);border:1px solid var(--line-soft);border-radius:var(--r-sm);min-width:0;color:var(--gold-hi);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:var(--fs-body);letter-spacing:.05em;text-transform:uppercase;flex:auto;padding:9px 10px}.shop-redeem-input::placeholder{color:var(--ink-faint);letter-spacing:.04em}.shop-redeem-input:focus{border-color:var(--line-gold);background:#0000006b;outline:none}.shop-redeem-btn{background:linear-gradient(180deg, var(--gold-hi), #f0a028);border-radius:var(--r-sm);color:#402a00;font-weight:900;font-size:var(--fs-body);flex:none;padding:9px 18px;transition:filter .15s}.shop-redeem-btn:hover:not(:disabled){filter:brightness(1.07)}.shop-redeem-btn:disabled{opacity:.45}.shop-cashout .shop-panel-icon{background:#00000047;border-color:#78bedc2e}.shop-cashout .shop-panel-sub{color:#9bbcc9}.shop-cashout-figures{gap:var(--sp-2);margin-bottom:var(--sp-3);display:flex}.shop-cashout-figures>div{text-align:center;border-radius:var(--r-sm);min-width:0;padding:var(--sp-2) var(--sp-1);background:#00000042;flex:1 1 0}.shop-cashout-num{font-size:var(--fs-lead);color:#7fe3b0;font-variant-numeric:tabular-nums;font-weight:900;display:block}.shop-cashout-lbl{color:#8fadb8;text-transform:uppercase;letter-spacing:.4px;margin-top:2px;font-size:10px;display:block}.shop-cashout-blocked{font-size:var(--fs-body);color:#cfe4ec;border-radius:var(--r-sm);padding:var(--sp-2) var(--sp-3);background:#00000042;line-height:1.45}.shop-cashout-form{gap:var(--sp-2);flex-wrap:wrap;display:flex}.shop-cashout-form label{font-size:var(--fs-label);color:#93b3bf;flex-direction:column;flex:130px;gap:3px;display:flex}.shop-cashout-details{flex:100%!important}.shop-cashout-form input,.shop-cashout-form select{border-radius:var(--r-xs);color:#eafaff;font-size:var(--fs-body);background:#00000052;border:1px solid #78bedc38;min-width:0;padding:8px 9px}.shop-cashout-form input:focus,.shop-cashout-form select:focus{border-color:#5fd0a8;outline:none}.shop-cashout-btn{border-radius:var(--r-sm);color:#05261a;font-weight:900;font-size:var(--fs-body);background:linear-gradient(#57d3a0,#2fae7e);flex:100%;padding:10px 16px}.shop-cashout-btn:disabled{opacity:.45}.shop-cashout-history{margin-top:var(--sp-3);padding-top:var(--sp-2);border-top:1px solid #78bedc29}.shop-cashout-row{align-items:center;gap:var(--sp-2);font-size:var(--fs-label);color:#b9d4dd;font-variant-numeric:tabular-nums;padding:3px 0;display:flex}.shop-cashout-when{color:#7d9aa5;margin-left:auto}.shop-cashout-status{text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:800}.shop-cashout-status.s-paid{color:#7fe3b0}.shop-cashout-status.s-pending{color:var(--warn)}.shop-cashout-status.s-approved{color:#8ec5ff}.shop-cashout-status.s-rejected{color:#ff9b9b}.shop-cashout-status.s-cancelled{color:#8fadb8}.shop-cashout-cancel{color:#ff9b9b;font-size:var(--fs-label);text-decoration:underline}.shop-pack-note{margin-top:var(--sp-3);border:1px solid var(--line-gold);border-radius:var(--r-sm);padding:var(--sp-2) var(--sp-3);font-size:var(--fs-body);color:#ffe6b0;text-align:center;background:#ffc7541f;line-height:1.45}@media (width<=389px){.shop-page{padding-left:var(--sp-2);padding-right:var(--sp-2)}.shop-panel{padding:var(--sp-3)}.shop-pack-val{font-size:17px}.shop-pack-art{height:46px}.shop-buy-btn{min-height:30px;font-size:10px}}.shop-page{background:linear-gradient(#171334b5,#100c24e6)}.shop-magic-header{justify-content:center;align-items:center;gap:10px;min-height:68px;display:flex}.shop-magic-header h1{color:#fff0d8;font-family:var(--font-display);text-shadow:0 3px #3f245c;font-size:34px}.shop-heading-art{object-fit:contain;width:62px;height:62px}.shop-panel{background:linear-gradient(145deg,#39255fe8,#211638f5);border:1px solid #a17dd56e;border-radius:22px;box-shadow:inset 0 1px #d1b5ee4d,inset 0 0 0 3px #8154b51a,0 10px 20px #0b061c45}.shop-redeem{overflow:hidden}.shop-redeem-hero{max-width:330px;height:130px;margin:-10px auto 2px;position:relative}.shop-redeem-coin{filter:drop-shadow(0 0 16px #ffbd3f42);width:126px;height:126px;position:absolute;bottom:0;left:25%;transform:rotate(-12deg)}.shop-redeem-pawn{width:112px;height:128px;position:absolute;bottom:-9px;right:8%;transform:rotate(9deg)}.shop-redeem-orbit{object-fit:contain;opacity:.8;width:100%;height:160px;position:absolute;inset:-6px 0 auto}.shop-redeem .shop-panel-head{align-items:center}.shop-redeem .shop-panel-title{font-family:var(--font-display);color:#fff0d8;font-size:25px}.shop-redeem-icon{background:0 0;border:0;width:42px;height:42px}.shop-redeem-form{gap:10px}.shop-redeem-input{background:#19112fd9;border-color:#a782d6a1;border-radius:13px;min-height:48px;font-size:16px}.shop-redeem-btn{border-radius:13px;min-height:46px}@media (width<=380px){.shop-redeem-form{flex-direction:column}.shop-redeem-btn{width:100%}.shop-redeem-hero{height:106px}.shop-redeem-coin{width:105px;height:105px}.shop-redeem-pawn{width:95px;height:108px}}@media (height<=480px){.shop-redeem-hero{height:90px}.shop-redeem-coin{width:94px;height:94px}.shop-redeem-pawn{width:88px;height:96px}}.shop-panel.shop-telegram{background:radial-gradient(at top,#4a2c7055,#0000 75%),linear-gradient(145deg,#30204d,#211638);border-color:#a17dd58f}.shop-telegram .shop-panel-head{align-items:center}.shop-telegram .shop-panel-head>div{min-width:0}.shop-telegram .shop-panel-title{font-family:var(--font-display);color:#fff0d8;font-size:clamp(20px,5.6vw,25px)}.shop-telegram-icon{color:#fff;background:linear-gradient(160deg,#26a6d4,#08749d);border-radius:14px;flex:0 0 44px;place-items:center;height:44px;display:grid;box-shadow:inset 0 1px #dcf7ff55}.shop-telegram-icon svg{width:26px;height:26px}.shop-telegram-handle{color:#b5eaff;overflow-wrap:anywhere;margin-top:5px;font-size:13px;display:block}.shop-telegram-steps{gap:7px;margin:16px 0 12px;padding:0;list-style:none;display:grid}.shop-telegram-steps li{color:#fff0e0;align-items:center;gap:10px;font-size:15px;line-height:1.4;display:flex}.shop-step-medallion{color:#673405;height:28px;font:700 17px var(--font-display);text-shadow:0 1px #ffec9b;background:linear-gradient(135deg,#ffe788,#efa42b 65%,#bc7619);border:2px solid #ffd479;border-radius:50%;flex:0 0 28px;place-items:center;display:grid;box-shadow:inset 0 0 0 2px #bc791999,0 2px 3px #10081766}.shop-telegram-expectation{color:#cfb9e4;margin:0;font-size:13px;line-height:1.5}.shop-telegram-btn{width:100%;min-height:48px;margin-top:var(--sp-3);border-radius:var(--r-md);color:#fff;text-align:center;overflow-wrap:anywhere;background:linear-gradient(#1589b4,#07658d);border:1px solid #91d8f3;justify-content:center;align-items:center;gap:10px;padding:12px;font-size:14px;font-weight:900;line-height:1.4;text-decoration:none;display:flex;box-shadow:inset 0 1px #e3f8ff33,0 3px #063e58}.shop-telegram-btn:hover{filter:brightness(1.1)}.shop-telegram-btn:active{transform:translateY(1px)}.shop-telegram-btn:focus-visible{outline:3px solid var(--gold-hi,#ffe28b);outline-offset:3px}.shop-gem-grid{gap:var(--sp-2);grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:1fr;display:grid}.shop-gem-grid>.shop-pack-card{grid-column:span 2;min-width:0}.shop-gem-grid.has-five>:nth-child(4){grid-column:2/span 2}.shop-gem-grid.has-five>:nth-child(5){grid-column:4/span 2}.shop-gem-grid .shop-buy-btn{overflow-wrap:anywhere;min-height:44px;margin-top:auto;padding-block:4px}.tournament-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0a0419e0;justify-content:center;align-items:center;animation:.25s cubic-bezier(.4,0,.2,1) tournament-fade-in;display:flex;position:fixed;inset:0}.tournament-modal-container{--bg-deep:#1a0a3c;--bg-panel:#2d1b6b;--bg-purple-mid:#4a2fa0;--promotion-green:#c8f0b0;--promotion-green-dark:#a8d890;--current-player-bg:#d4c8f8;--gold-primary:#f5c518;--gold-dark:#c8960a;--text-white:#fff;--text-purple-light:#c0a8f8;--text-orange:#f90;--text-green-promo:#2c4;--bronze-badge:#d4885a;--timer-bg:#3d2888;--grand-prize-bg:#3a2070;background:radial-gradient(circle at top, var(--bg-panel) 0%, var(--bg-deep) 100%);overscroll-behavior:contain;width:100%;max-width:480px;height:100%;color:var(--text-white);border-left:1px solid #4a2fa080;border-right:1px solid #4a2fa080;flex-direction:column;font-family:Nunito,sans-serif;display:flex;position:relative;overflow-y:auto;box-shadow:0 12px 40px #000000d9}.tournament-modal-container>*{flex-shrink:0}@media (width>=768px){.tournament-modal-container{border:2px solid #5b2fa0;border-radius:28px;max-width:420px;height:90%}}@media (width<=400px){.tournament-modal-container{font-size:90%}}.tournament-header-bar{background:linear-gradient(to bottom, var(--bg-deep) 40%, #1a0a3c00);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 20px;display:flex}.tournament-title-wrapper{align-items:center;gap:8px;display:flex}.tournament-title{letter-spacing:1.5px;background:linear-gradient(180deg, #ffe885 0%, var(--gold-primary) 50%, var(--gold-dark) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px #00000080);text-transform:uppercase;-webkit-background-clip:text;font-family:Fredoka One,cursive;font-size:22px;font-weight:900}.laurel-icon{font-size:22px;display:inline-block}.laurel-left{transform:scaleX(-1)}.circle-btn{width:36px;height:36px;color:var(--text-white);border:1.5px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;font-size:18px;font-weight:700;transition:transform .15s,filter .15s;display:flex;position:relative;box-shadow:0 4px 8px #0000004d,inset 0 2px 4px #ffffff4d}.circle-btn:active{transform:scale(.9)}.circle-btn.info{background:linear-gradient(#4da3ff 0%,#27f 100%)}.circle-btn-placeholder{width:36px;height:36px;display:block}.circle-btn.close{background:linear-gradient(#f56 0%,#d23 100%)}.info-overlay{z-index:100;background:#251352;border:2px solid #5b2fa0;border-radius:16px;padding:16px;animation:.2s cubic-bezier(.18,.89,.32,1.28) slide-down;position:absolute;top:60px;left:20px;right:20px;box-shadow:0 8px 24px #0009}.info-overlay-title{color:var(--gold-primary);margin-bottom:8px;font-family:Fredoka One,cursive;font-size:16px}.info-overlay-desc{color:var(--text-purple-light);font-size:13px;line-height:1.5}.info-overlay-desc p{margin:0 0 10px}.info-overlay-desc p:last-child{margin-bottom:0}.info-overlay-close-btn{color:var(--text-white);background:#ffffff1a;border-radius:8px;margin-top:12px;padding:6px 12px;font-size:12px;font-weight:700}.badge-section{flex-direction:column;flex-shrink:0;align-items:center;padding:2px 20px 8px;display:flex;position:relative}.badge-wrapper{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2px;display:flex;position:relative}.sparkle-star{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);filter:drop-shadow(0 0 4px #ffe699);background-color:#fff;width:16px;height:16px;animation:2.5s linear infinite sparkle-anim;position:absolute}.sparkle-star:first-child{animation-delay:0s;top:10px;left:15px}.sparkle-star:nth-child(2){animation-delay:.6s;top:20px;right:15px}.sparkle-star:nth-child(3){animation-delay:1.2s;bottom:20px;left:20px}.sparkle-star:nth-child(4){animation-delay:1.8s;bottom:15px;right:25px}.badge-glow{pointer-events:none;z-index:1;background:radial-gradient(circle,#d4885a73 0%,#d4885a00 70%);width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.badge-crown-svg{z-index:2;filter:drop-shadow(0 4px 8px #0006);width:70px;height:70px}.tournament-tier-title{letter-spacing:2px;text-transform:uppercase;color:#fa5;background:linear-gradient(#fda 0%,#d4885a 50%,#994c26 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 6px #0009);-webkit-background-clip:text;margin-bottom:6px;font-family:Fredoka One,cursive;font-size:20px;font-weight:900}.goal-trophy-button{cursor:pointer;z-index:8;background:linear-gradient(185deg,#4b2d9f 0%,#2f1d6b 100%);border:1.5px solid #6040c0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .15s;display:flex;position:absolute;top:2px;right:20px;box-shadow:0 4px 8px #0006,inset 0 2px 4px #ffffff1a}.goal-trophy-button:active{transform:scale(.94)}.goal-trophy-icon{filter:drop-shadow(0 1px 3px #0000004d);font-size:16px}.goal-trophy-label{color:var(--text-white);letter-spacing:.5px;text-transform:uppercase;opacity:.9;margin-top:0;font-size:7.5px;font-weight:800}.timer-pill{background-color:var(--timer-bg);color:var(--text-white);border:1px solid #6040c0;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;animation:2s ease-in-out infinite border-glow-pulse;display:flex;box-shadow:inset 0 2px 4px #0000004d}.timer-pill span{letter-spacing:.5px;font-family:Fredoka One,cursive}.grand-prize-banner{background:linear-gradient(135deg, #442685 0%, var(--grand-prize-bg) 50%, #442685 100%);background-size:200%;border:1px solid #6040b0;border-radius:16px;flex-shrink:0;justify-content:space-between;align-items:center;margin:0 20px 8px;padding:6px 12px;animation:4s linear infinite shimmer-sweep;display:flex;box-shadow:0 4px 12px #0000004d,inset 0 1px 2px #ffffff26}.grand-prize-label{color:var(--text-orange);text-shadow:0 1px 2px #0006;letter-spacing:.5px;font-family:Fredoka One,cursive;font-size:12px;font-weight:800}.grand-prize-rewards{align-items:center;gap:12px;display:flex}.reward-chip{align-items:center;gap:4px;display:flex}.reward-chip img{object-fit:contain;width:20px;height:20px}.reward-chip-text{color:var(--text-white);text-shadow:0 1px 3px #0009;font-size:13px;font-weight:700}.reward-chip-more{color:var(--text-purple-light);margin-left:2px;font-size:11px;font-weight:700}.leaderboard-section{background-color:var(--bg-deep);border-top-left-radius:20px;border-top-right-radius:20px;flex-direction:column;flex:1;display:flex;overflow:hidden}.leaderboard-header-row{letter-spacing:1px;color:var(--text-purple-light);background:var(--bg-deep);z-index:5;border-bottom:1px solid #4a2fa040;flex-shrink:0;justify-content:space-between;padding:6px 20px;font-size:11px;font-weight:800;display:flex}.col-rank{text-align:center;width:50px}.col-name{flex:1;padding-left:12px}.col-reward{text-align:center;width:60px}.col-earning{text-align:right;width:80px}.leaderboard-scrollable{scrollbar-width:none;flex-direction:column;flex:1;gap:8px;padding:0 20px 20px;display:flex;overflow-y:auto}.leaderboard-scrollable::-webkit-scrollbar{display:none}.promotion-divider{text-align:center;color:var(--text-green-promo);letter-spacing:.8px;text-shadow:0 0 8px #2c46;text-transform:uppercase;padding:4px 0;font-family:Fredoka One,cursive;font-size:11px;font-weight:800}.leaderboard-row{background-color:var(--promotion-green);border:1px solid var(--promotion-green-dark);border-radius:12px;align-items:center;height:52px;padding:6px 12px;transition:transform .15s;animation:.35s cubic-bezier(.25,.46,.45,.94) both slide-in-row;display:flex;box-shadow:0 4px 8px #00000026,inset 0 2px 2px #fff9}.leaderboard-row:hover{transform:translateY(-1px)}.rank-medal-container{justify-content:center;align-items:center;width:50px;display:flex;position:relative}.rank-medal{width:28px;height:28px;color:var(--text-white);text-shadow:0 1.5px 2px #00000080;z-index:2;background:radial-gradient(circle at 35% 35%,#e59955 0%,#c87f3a 50%,#8b4c1e 100%);border:2px solid #ffbc75;border-radius:50%;justify-content:center;align-items:center;font-family:Fredoka One,cursive;font-size:13px;font-weight:800;display:flex;box-shadow:0 3px 6px #00000059}.rank-medal-ribbons{z-index:1;pointer-events:none;justify-content:space-between;width:18px;height:8px;display:flex;position:absolute;bottom:-4px}.ribbon-left,.ribbon-right{background:#a04c10;border-radius:1px;width:4px;height:10px}.ribbon-left{transform:rotate(15deg)}.ribbon-right{transform:rotate(-15deg)}.row-avatar-wrapper{border:2px solid gold;border-radius:50%;flex-shrink:0;width:32px;height:32px;overflow:hidden;box-shadow:0 2px 5px #00000040}.row-avatar-wrapper.guest{background-color:#a0b0d0;justify-content:center;align-items:center;font-size:22px;display:flex}.row-avatar{object-fit:cover;width:100%;height:100%}.row-info{flex-direction:column;flex:1;gap:2px;padding-left:12px;display:flex}.row-name{color:#1a0a3c;font-size:14px;font-weight:700}.tier-badge{letter-spacing:.5px;border-radius:4px;align-items:center;gap:4px;width:fit-content;padding:2px 6px;font-size:10px;font-weight:800;display:inline-flex;box-shadow:inset 0 1px 2px #fff3}.tier-badge.skilled{color:#05f;background-color:#e1f0ff}.tier-badge.warrior{color:#c80;background-color:#fff2cc}.tier-badge.rookie{color:#f33;background-color:#ffe6e6}.tier-badge.novice{color:#f44;background-color:#ffe8e8}.tier-badge.expert{color:#0a3;background-color:#e2fce8}.tier-badge.amateur{color:#d60;background-color:#fed}.row-reward-cell{flex-direction:column;justify-content:center;align-items:center;gap:1px;width:60px;display:flex}.gift-box-icon{filter:drop-shadow(0 2px 4px #00000026);font-size:18px;animation:3s ease-in-out infinite scale-bounce}.gift-box-reward{color:#4a2fa0;font-size:9.5px;font-weight:800}.row-earning-cell{justify-content:flex-end;align-items:center;width:80px;display:flex}.earning-chip{background:linear-gradient(#ffea88 0%,#e0aa00 100%);border:1.5px solid #fc0;border-radius:12px;justify-content:space-between;align-items:center;gap:4px;min-width:58px;padding:3px 6px;display:flex;box-shadow:0 2px 5px #00000040,inset 0 1px 1px #ffffff80}.earning-coin-icon{font-size:12px}.earning-amount{color:#4a2fa0;text-align:right;flex:1;font-size:11px;font-weight:800}.current-player-row{background-color:var(--current-player-bg);z-index:10;border-top:1px solid #4a2fa066;flex-shrink:0;align-items:center;height:60px;padding:6px 20px;animation:3s ease-in-out infinite player-row-glow;display:flex;box-shadow:0 -4px 16px #0006}.current-player-rank{justify-content:center;width:50px;display:flex}.rank-badge-box{color:var(--text-white);text-align:center;background-color:#4a2fa0;border-radius:6px;min-width:36px;padding:4px 8px;font-family:Fredoka One,cursive;font-size:13px;font-weight:800;box-shadow:0 2px 4px #0003}.current-player-row .row-avatar-wrapper{border-color:#a04c10}.current-player-row .row-name{color:#1a0a3c}.current-player-row .tier-badge{color:#4a2fa0;background-color:gold}.current-player-row .earning-chip{box-shadow:none;background:#a0a0a0;border-color:#b8b8b8}.current-player-row .earning-amount{color:#fff}@keyframes tournament-fade-in{0%{opacity:0}to{opacity:1}}@keyframes sparkle-anim{0%,to{opacity:0;transform:scale(.6)rotate(0)}50%{opacity:1;transform:scale(1.2)rotate(180deg)}}@keyframes shimmer-sweep{0%{background-position:-200%}to{background-position:200%}}@keyframes scale-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes border-glow-pulse{0%,to{border-color:#6040c0;box-shadow:0 0 4px #6040c066,inset 0 2px 4px #0000004d}50%{border-color:#8860ff;box-shadow:0 0 12px #6040c0cc,inset 0 2px 4px #0000004d}}@keyframes slide-in-row{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes player-row-glow{0%,to{box-shadow:0 -4px 12px #b8a0f840}50%{box-shadow:0 -4px 20px #b8a0f88c}}.lg-empty{text-align:center;color:#f3e9ff;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;padding:40px 24px;display:flex}.lg-empty-icon{font-size:44px}.lg-empty-sub{color:#b9a8d8;max-width:300px;font-size:12px;line-height:1.45}.lg-tournament{padding:12px 14px 10px}.lg-tournament-name{color:#fff;text-align:center;font-size:17px;font-weight:800}.lg-tournament-status{color:#bda9e0;text-align:center;margin-top:2px;font-size:11px}.lg-figures{gap:8px;margin:12px 0 10px;display:flex}.lg-figures>div{text-align:center;background:#0000003d;border-radius:10px;flex:1 1 0;min-width:0;padding:8px 4px}.lg-fig-num{color:#ffd76a;font-size:15px;font-weight:800;display:block}.lg-fig-lbl{color:#b9a8d8;margin-top:2px;font-size:10px;display:block}.lg-rules{color:#c9b9e6;text-align:center;margin:0 0 10px;font-size:11px;line-height:1.5}.lg-btn{cursor:pointer;color:#402a00;background:linear-gradient(#ffc754,#f0a028);border:none;border-radius:10px;width:100%;padding:11px 16px;font-size:14px;font-weight:800}.lg-btn:disabled{opacity:.5;cursor:default}.lg-btn-quiet{color:#e6dbff;background:#ffffff1a;margin-top:8px;font-weight:700}.lg-entered{text-align:center;color:#9ee6b4;padding:6px 0;font-size:12px}.lg-msg{color:#ffe0b8;text-align:center;background:#00000042;border-radius:8px;margin-top:9px;padding:7px 9px;font-size:12px;line-height:1.4}.lg-me{color:#f1e6ff;background:#ffd76a1f;border:1px solid #ffd76a4d;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;margin:0 14px 8px;padding:8px 10px;font-size:12px;display:flex}.lg-ok{color:#9ee6b4}.lg-warn{color:#ffb0a0}.lg-board{flex:1 0 auto;padding:0 10px 14px}.lg-row{background:#ffffff0d;border-radius:10px;align-items:center;gap:10px;margin-bottom:6px;padding:8px;display:flex}.lg-row.is-me{background:#ffd76a29}.lg-medal{color:#3a2a00;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:flex}.lg-who{flex:auto;min-width:0}.lg-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.lg-sub{color:#b9a8d8;margin-top:1px;font-size:10px}.lg-pts{color:#ffd76a;flex:none;font-size:14px;font-weight:800}.ko-partner{margin:0 0 10px}.ko-partner-label{color:#b9a8d8;margin-bottom:5px;font-size:11px}.ko-partner-list{gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.ko-partner-chip{cursor:pointer;color:#efe6ff;background:#ffffff12;border:2px solid #0000;border-radius:9px;flex:none;align-items:center;gap:6px;padding:6px 9px;font-size:12px;font-weight:700;display:flex}.ko-partner-chip.is-on{background:#ffd76a29;border-color:#ffd76a}.ko-partner-face{font-size:15px}.ko-partner-name{text-overflow:ellipsis;white-space:nowrap;max-width:90px;overflow:hidden}.ko-wait,.ko-ready,.ko-out,.ko-champion{text-align:center;color:#efe6ff;padding:8px 0 4px}.ko-wait-round{letter-spacing:.08em;text-transform:uppercase;color:#ffd76a;margin-bottom:4px;font-size:11px;font-weight:800}.ko-clock{color:#fff;margin:2px 0 8px;font-size:30px;font-weight:800}.ko-clock.is-urgent{color:#ff9a86}.ko-out-icon,.ko-champion-cup{font-size:34px}.ko-champion-name{color:#ffd76a;margin-top:2px;font-size:17px;font-weight:800}.ko-champion-sub{color:#b9a8d8;font-size:11px}.ko-round{margin-bottom:12px}.ko-round-title{letter-spacing:.09em;text-transform:uppercase;color:#b9a8d8;margin:0 0 5px 2px;font-size:10px;font-weight:800}.ko-match{background:#ffffff0e;border:2px solid #0000;border-radius:10px;margin-bottom:6px;padding:7px 9px}.ko-match.is-mine{border-color:#ffd76a8c}.ko-seat{color:#efe6ff;justify-content:space-between;align-items:center;gap:6px;padding:2px 0;font-size:12px;display:flex}.ko-seat.is-me .ko-seat-name{color:#ffd76a;font-weight:800}.ko-seat.is-out .ko-seat-name{opacity:.5;text-decoration:line-through}.ko-seat.is-empty{color:#7d6f96}.ko-seat-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ko-match-status{color:#9d8dbb;margin-top:3px;font-size:10px}.tournament-heading-art{object-fit:contain;flex-shrink:0;width:42px;height:47px}.tournament-title-wrapper{gap:8px;min-width:0}.tournament-title{color:#fff0d8;overflow-wrap:anywhere;line-height:1.1}.tournament-header-bar{background:linear-gradient(#362450,#211736);border-bottom-color:#ab80da5c}@media (width<=360px){.tournament-title{font-size:20px}.tournament-heading-art{width:32px;height:37px}}.gpop-backdrop{z-index:2000;-webkit-backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;animation:.2s ease-out both gpop-fade-in;display:flex;position:fixed;inset:0}@keyframes gpop-fade-in{0%{opacity:0}to{opacity:1}}.gpop-backdrop.closing{animation:.2s ease-in both gpop-fade-out}@keyframes gpop-fade-out{0%{opacity:1}to{opacity:0}}.gpop-modal{background:linear-gradient(#0d3b6e 0%,#092952 60%,#061a3a 100%);border:3px solid #c8912a;border-radius:24px;flex-direction:column;align-items:center;width:min(88vw,360px);max-height:90vh;padding:20px 20px 24px;animation:.3s cubic-bezier(.175,.885,.32,1.275) both gpop-scale-in;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 2px #f5d78e,0 0 30px 8px #c8912a80}@keyframes gpop-scale-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.gpop-backdrop.closing .gpop-modal{animation:.2s ease-in both gpop-scale-out}@keyframes gpop-scale-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.gpop-close{color:#fff9;cursor:pointer;z-index:5;background:#ffffff1a;border:1.5px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;font-weight:700;transition:all .15s;display:flex;position:absolute;top:12px;right:12px}.gpop-close:hover,.gpop-close:active{color:#fff;background:#fff3}.gpop-title{font-family:var(--font-display,"Fredoka One", cursive);color:#e8350a;-webkit-text-stroke:2px gold;text-shadow:2px 2px gold,3px 3px #8b2200;letter-spacing:-.5px;text-align:center;z-index:2;margin:-8px 0 6px;font-size:clamp(28px,8vw,42px);font-weight:900;line-height:1.1;animation:1.5s ease-in-out infinite alternate gpop-title-pulse}@keyframes gpop-title-pulse{0%{transform:scale(1)}to{transform:scale(1.03)}}.gpop-subtitle{font-family:var(--font-display,"Fredoka One", cursive);color:#fff;text-align:center;margin-bottom:16px;font-size:clamp(13px,3.8vw,17px);font-weight:700;line-height:1.4}.gpop-rewards{grid-template-columns:repeat(3,1fr);gap:10px;width:100%;margin-bottom:4px;display:grid}.gpop-reward{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;display:flex}.gpop-reward.featured{background:#ffd23214;border:1px solid #ffd23233;animation:2s ease-in-out infinite alternate gpop-featured-glow;box-shadow:0 0 16px 4px #ffd23226}@keyframes gpop-featured-glow{0%{box-shadow:0 0 16px 4px #ffd23226}to{box-shadow:0 0 20px 8px #ffd2324d}}.gpop-reward-icon{filter:drop-shadow(0 3px 6px #0006);justify-content:center;align-items:center;height:52px;font-size:46px;line-height:1;display:flex}.gpop-reward.featured .gpop-reward-icon{height:58px;font-size:52px;animation:2s ease-in-out infinite gpop-float}.gpop-reward-icon.is-currency>svg{width:44px;height:44px}.gpop-reward.featured .gpop-reward-icon.is-currency>svg{width:50px;height:50px}@keyframes gpop-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.gpop-reward-label{font-family:var(--font-display,"Fredoka One", cursive);color:gold;text-shadow:0 1px 3px #00000080;font-size:clamp(15px,4.5vw,19px);font-weight:800}.gpop-divider{background:#ffffff14;grid-column:1/-1;height:1px;margin:2px 0}.gpop-cta{color:#fff;width:65%;height:48px;font-family:var(--font-display,"Fredoka One", cursive);text-shadow:0 2px #0000004d;cursor:pointer;background:linear-gradient(#7ed321 0%,#5ab500 60%,#3d8c00 100%);border:none;border-radius:50px;justify-content:center;align-items:center;margin-top:18px;font-size:clamp(17px,5vw,21px);font-weight:800;transition:all .1s;display:flex;box-shadow:0 5px #2a6200}.gpop-cta:hover{transform:translateY(-2px);box-shadow:0 7px #2a6200}.gpop-cta:active{transform:translateY(3px);box-shadow:0 2px #2a6200}.gpop-sparkle{pointer-events:none;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite gpop-sparkle-anim;position:absolute}@keyframes gpop-sparkle-anim{0%,to{opacity:0;transform:translateY(0)scale(.5)}50%{opacity:1;transform:translateY(-14px)scale(1)}}@media (width<=359px){.gpop-modal{padding:16px 14px 20px}.gpop-reward-icon{height:44px;font-size:38px}.gpop-reward.featured .gpop-reward-icon{height:50px;font-size:44px}}.gpop-modal{background:radial-gradient(at top,#5c357e99,#0000 45%),linear-gradient(#302044,#1d1334);border:1px solid #bf95ee;max-height:calc(100dvh - 32px);padding-top:12px;overflow-y:auto;box-shadow:inset 0 0 0 4px #ad75d52b,inset 0 1px #ebcbff99,0 0 0 2px #51307d,0 24px 64px #08031bcc}.gpop-modal>*{flex-shrink:0}.gpop-hero-art{object-fit:contain;width:106px;height:94px;margin:0 0 5px}.gpop-title{color:#fff0d8;text-shadow:0 3px #281130}.gpop-subtitle{color:#cfb9e4}.gpop-reward{background:linear-gradient(145deg,#493163,#281b42);border-color:#9471bc88;border-radius:16px}.gpop-close{color:#ffefd8;z-index:2;background:#301d4c;border-color:#bc91e180;width:36px;height:36px}@media (height<=600px){.gpop-hero-art{width:76px;height:66px}}.gpop-backdrop{padding:max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom))}.gpop-modal{width:min(100%,360px);max-height:100%;overflow:hidden}.gpop-content{overscroll-behavior:contain;flex-direction:column;flex:auto;align-items:center;width:100%;min-height:0;padding:8px 4px;display:flex;position:relative;overflow-y:auto}.gpop-content>*{flex-shrink:0}.gpop-title,.gpop-subtitle,.gpop-reward-label{overflow-wrap:anywhere;max-width:100%}.gpop-cta{overflow-wrap:anywhere;height:auto;min-height:48px;padding:10px 12px}.dr-backdrop{z-index:2000;padding:max(24px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(5px);background:#05030bcc;justify-content:center;align-items:center;animation:.2s ease-out both dr-fade-in;display:flex;position:fixed;inset:0}.dr-backdrop.closing{animation:.2s ease-in both dr-fade-out}@keyframes dr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes dr-fade-out{0%{opacity:1}to{opacity:0}}.dr-modal{isolation:isolate;width:min(100%,370px);max-height:calc(100dvh - 48px - env(safe-area-inset-top) - env(safe-area-inset-bottom));background:radial-gradient(at top,#744a6255,#0000 60%),linear-gradient(155deg,#472b43,#251628 75%);border:3px solid #765079;border-radius:32px;flex-direction:column;align-items:center;min-height:0;padding:20px 17px;animation:.24s cubic-bezier(.2,.8,.2,1) both dr-scale-in;display:flex;position:relative;box-shadow:inset 0 2px 3px #ddabd888,inset 0 0 0 5px #321a36,inset 0 -3px 3px #110b20,0 18px 54px #07021dcc}.dr-modal:before{content:"";z-index:-1;pointer-events:none;border:1px solid #e6b75f;border-radius:23px;position:absolute;inset:8px;box-shadow:inset 0 1px 1px #ffe3a666,0 1px 2px #11091b,0 0 8px #e1a74322}.dr-backdrop.closing .dr-modal{animation:.2s ease-in both dr-scale-out}@keyframes dr-scale-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes dr-scale-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}.dr-close{top:10px;z-index:2;color:#fff0d8;width:44px;height:44px;font:700 27px/1 var(--font-ui);cursor:pointer;background:linear-gradient(145deg,#4d304c,#2b1a30);border:2px solid #826083;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex;position:absolute;inset-inline-end:10px;box-shadow:inset 0 1px 1px #d2a3c455,0 3px 5px #0b061b88}.dr-close:hover{background:#593854}.dr-close:active{transform:translateY(1px)}.dr-content{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#ad819f transparent;border-radius:18px;flex-direction:column;flex:auto;align-items:center;width:100%;min-height:0;padding:4px 6px;display:flex;position:relative;overflow-y:auto}.dr-content>*{flex-shrink:0}.dr-hero-art{object-fit:contain;filter:drop-shadow(0 5px 12px #f4ae352e);width:72px;height:72px;margin:-3px 0 3px}.dr-title{color:#fff0d8;max-width:100%;font:900 clamp(23px, 7.7vw, 30px)/1.1 var(--font-display);text-shadow:0 2px 2px #221022;text-align:center;overflow-wrap:anywhere;margin:0 0 6px}.dr-subtitle{color:#f1dfcd;max-width:250px;font:600 clamp(12px, 3.6vw, 14px)/1.3 var(--font-display);text-align:center;white-space:pre-line;margin:0 0 8px}.dr-cycle-progress{color:#d1bfd6;font:800 13px/1.3 var(--font-display);text-align:center;text-transform:uppercase;margin:0 0 14px}.dr-sparkle{clip-path:polygon(50% 0,63% 36%,100% 50%,63% 64%,50% 100%,37% 64%,0 50%,37% 36%);pointer-events:none;animation:2s ease-in-out infinite dr-sparkle-anim;position:absolute}@keyframes dr-sparkle-anim{0%,to{opacity:0;transform:translateY(0)scale(.5)}50%{opacity:1;transform:translateY(-14px)scale(1)}}.dr-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 10px;width:100%;display:grid}.dr-tile{background:linear-gradient(145deg,#493447,#2b1e31);border:2px solid #85647e;border-radius:17px;flex-direction:column;align-items:center;gap:3px;min-width:0;padding:9px 5px 7px;display:flex;position:relative;box-shadow:inset 0 1px 1px #d7a1c633,0 3px 5px #100a1766}.dr-tile-day{color:#e4cfda;font:800 clamp(10px, 2.8vw, 12px)/1.2 var(--font-ui);text-transform:uppercase;text-align:center}.dr-tile-icon{filter:drop-shadow(0 2px 4px #0006);justify-content:center;align-items:center;height:38px;display:flex}.dr-tile-icon>svg{width:36px;height:36px}.dr-tile-amount{color:#ffe17f;max-width:100%;font:800 clamp(16px, 4.6vw, 18px)/1.1 var(--font-display);font-variant-numeric:tabular-nums;text-shadow:0 1px 2px #100915;overflow-wrap:anywhere}.dr-tile.is-active{background:linear-gradient(145deg,#785032,#482a30);border-color:#ffdc7f;box-shadow:inset 0 1px 2px #ffe6a777,0 0 12px #ecb64e44,0 3px 5px #100a1766}.dr-tile.is-active .dr-tile-day{color:#fff0d8}.dr-today-ribbon{top:-11px;color:#543211;width:max-content;min-width:62%;max-width:calc(100% - 4px);font:900 clamp(9px, 2.8vw, 11px)/1.2 var(--font-display);text-align:center;text-transform:uppercase;white-space:nowrap;background:linear-gradient(#ffe9a1,#e5ad43);border:1px solid #ffe9a8;border-radius:3px 3px 7px 7px;padding:3px 4px 4px;position:absolute;inset-inline-start:50%;transform:translate(-50%);box-shadow:inset 0 1px #fff4ca,0 2px 3px #2b142999}[dir=rtl] .dr-today-ribbon{transform:translate(50%)}.dr-tile:has(.dr-today-ribbon) .dr-tile-day{margin-top:3px}.dr-tile.is-claimed .dr-tile-day{color:#fff0d8}.dr-tile-check,.dr-tile-miss{top:-5px;color:#fff;width:20px;height:20px;font:900 12px/1 var(--font-ui);background:linear-gradient(#72a834,#46721c);border:1px solid #bdd99c;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset-inline-end:-4px;box-shadow:0 2px 4px #10091788}.dr-tile-miss{background:linear-gradient(#b75c64,#7f3a49);border-color:#d99596}.dr-tile.is-missed,.dr-tile.is-locked{border-color:#63485f}.dr-tile.is-missed .dr-tile-icon,.dr-tile.is-locked .dr-tile-icon{filter:grayscale();opacity:.55}.dr-tile.is-missed .dr-tile-amount,.dr-tile.is-locked .dr-tile-amount{color:#d3bfc8}.dr-tile.is-missed .dr-tile-amount{text-decoration:line-through;text-decoration-thickness:2px}.dr-state-label{color:#d6c8dc;max-width:100%;font:700 clamp(11px, 3.1vw, 12px)/1.3 var(--font-ui);text-align:center;overflow-wrap:anywhere;justify-content:center;align-items:center;gap:4px;display:flex}.dr-state-label svg{flex:0 0 12px;width:12px;height:14px}.dr-tile.is-claimed .dr-state-label{color:#abe17d}.dr-tile.is-missed .dr-state-label{color:#f19399}.dr-tile.is-claiming{animation:.6s ease-out both dr-claim-burst}@keyframes dr-claim-burst{0%,to{transform:scale(1)}30%{transform:scale(1.08);box-shadow:0 0 22px #f4be5480}60%{transform:scale(.98)}}.dr-tile.is-claiming .dr-tile-amount{animation:.5s ease-out .15s both dr-amount-pop}@keyframes dr-amount-pop{0%,to{transform:scale(1)}50%{color:#fff;transform:scale(1.15)}}.dr-footer{flex-direction:column;flex-shrink:0;align-items:center;gap:10px;width:100%;padding:12px 6px 4px;display:flex}.dr-expiry{color:#fff0d8;text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.dr-expiry p{font:700 12px/1.4 var(--font-display);margin:0}.dr-expiry-time{font:800 18px/1.25 var(--font-display);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;gap:7px;display:flex}.dr-expiry-time svg{flex-shrink:0;width:20px;height:20px}.dr-cta{color:#fff4d6;width:88%;min-height:50px;font:800 clamp(18px, 5vw, 22px)/1.3 var(--font-display);text-shadow:0 2px 2px #073622;overflow-wrap:anywhere;cursor:pointer;background:linear-gradient(170deg,#359664,#167044 55%,#0b4d31);border:2px solid #ffdf89;border-radius:28px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;transition:transform .12s,filter .12s;display:flex;box-shadow:inset 0 2px 2px #c8e5b4aa,inset 0 -2px 2px #06482d,0 3px #a06b24,0 5px #073d2a}.dr-cta:hover:not(:disabled){filter:brightness(1.07)}.dr-cta:active:not(:disabled){transform:translateY(2px)}.dr-cta:disabled{cursor:wait;filter:saturate(.55)}.dr-cta>.cur-icon{filter:drop-shadow(0 1px 2px #0005)}.dr-status{color:#f1dfcd;max-width:100%;font:700 14px/1.45 var(--font-display);text-align:center;overflow-wrap:anywhere;margin:0}.dr-loading{color:#e6cfdc;font:14px/1.5 var(--font-ui);text-align:center;padding:30px 0}.dr-error{color:#ffe6d8;text-align:center;width:100%;font-size:14px;line-height:1.5}.dr-retry{color:#4c2606;min-height:44px;font:800 15px var(--font-ui);cursor:pointer;background:linear-gradient(#ffe093,#f4b532);border:1px solid #ffd777;border-radius:12px;padding:10px 24px}.dr-close:focus-visible,.dr-cta:focus-visible,.dr-retry:focus-visible,.dr-content:focus-visible{outline-offset:2px;outline:3px solid #ffe098}@media (width<=359px){.dr-modal{border-radius:28px;padding:20px 13px}.dr-modal:before{border-radius:19px}.dr-grid{gap:10px 8px}.dr-tile{padding:10px 4px}}@media (height<=600px){.dr-modal{padding-top:18px;padding-bottom:20px}.dr-hero-art{width:62px;height:62px}.dr-footer{gap:8px;padding-top:10px}.dr-expiry{flex-flow:wrap;justify-content:center;gap:4px 10px}}@media (height<=500px){.dr-hero-art{width:52px;height:52px}}@media (prefers-reduced-motion:reduce){.dr-backdrop,.dr-backdrop *,.dr-backdrop.closing .dr-modal{transition:none;animation:none}.dr-sparkle{opacity:.6}}.splash-container{z-index:9999;color:#ffe5a8;font-family:var(--font-ui,"Nunito", sans-serif);background:linear-gradient(#17103a22,#130b28a6),url(/art/magic/backgrounds/lobby.webp) 50%/cover;place-items:center;display:grid;position:fixed;inset:0;overflow:hidden}.splash-content{width:min(92vw,510px);padding:20px 16px max(22px, env(safe-area-inset-bottom));text-align:center;position:relative}.splash-magic-stage{width:100%;height:min(66vh,560px);min-height:260px;position:relative}.splash-orbit{object-fit:contain;width:100%;height:88%;position:absolute;top:4%;left:0}.splash-pawn{object-fit:contain;filter:drop-shadow(0 10px 9px #0a072847);width:38%;height:40%;position:absolute}.splash-pawn-blue{top:0;left:10%;transform:rotate(-12deg)}.splash-pawn-yellow{top:1%;right:7%;transform:rotate(9deg)}.splash-wordmark{z-index:2;width:108%;margin:0;position:absolute;top:27%;left:-4%}.splash-wordmark img{width:100%;height:auto}.splash-pawn-red{bottom:2%;left:-1%;transform:rotate(-9deg)}.splash-pawn-green{bottom:3%;right:-1%;transform:rotate(7deg)}.splash-dice-art{object-fit:contain;z-index:3;width:53%;height:34%;position:absolute;bottom:0;left:24%}.splash-progress-container{background:#1a113ee6;border:1px solid #ffcf69;border-radius:999px;width:80%;height:16px;margin:18px auto;padding:2px;overflow:hidden;box-shadow:0 0 0 2px #63415b88,inset 0 2px 5px #08051ccc}.splash-progress-bar{border-radius:inherit;background:linear-gradient(#fff1aa,#ffd02f 50%,#ffae18);height:100%;box-shadow:0 0 14px #ffb32e80}.splash-loading-text{text-shadow:0 2px 4px #110923;font-size:14px;font-weight:800}@media (height<=450px) and (width>=600px){.splash-content{width:320px;padding:8px}.splash-magic-stage{height:275px;min-height:0}.splash-progress-container{height:13px;margin:6px auto 10px}}.playing-table-screen{--table-hud-height:58px}.table-hud{z-index:100;min-height:calc(var(--table-hud-height) + env(safe-area-inset-top,0px));padding:calc(7px + env(safe-area-inset-top,0px)) max(10px, env(safe-area-inset-right)) 7px max(10px, env(safe-area-inset-left));box-sizing:border-box;flex-shrink:0;align-items:center;gap:10px;display:flex;position:relative}.hud-hamburger-btn{color:#fff0d7;cursor:pointer;background:linear-gradient(#533778,#2b1b48);border:1px solid #9871bf;border-radius:13px;flex:none;place-items:center;width:44px;height:44px;padding:0;font-size:22px;display:grid;box-shadow:inset 0 1px #dec5ef55,0 3px 7px #09041566}.hud-match-status{flex-direction:column;flex:1;align-items:center;gap:3px;min-width:0;display:flex}.hud-table-label{text-align:center;color:#fff0d7;max-width:100%;font:600 clamp(12px, 3.3vw, 17px)/1.2 var(--font-display);text-wrap:balance}.hud-gem-currency-pill{cursor:pointer;background:#17102c;border:2px solid #745599;border-radius:24px;flex:none;justify-content:center;align-items:center;gap:4px;min-width:72px;min-height:44px;padding:3px 8px 3px 5px;display:flex;box-shadow:inset 0 2px 4px #0005}.hud-gem-icon{flex:none;display:flex}.hud-gem-value-text{color:#fff0d7;font:800 14px/1 var(--font-ui)}.table-hud button{touch-action:manipulation}.table-hud button:focus-visible{outline-offset:3px;outline:2px solid #ffe098}.table-hud button:active{transform:translateY(1px)}@media (height<=799px) and (orientation:portrait){.playing-table-screen{--table-hud-height:78px}.hud-table-label{font-size:11px}.table-hud{gap:6px;padding-inline:7px}.hud-gem-currency-pill{min-width:60px;padding-inline:3px}}@media (orientation:landscape) and (height<=500px){.hud-match-status{flex-direction:row;justify-content:center;gap:14px}.hud-table-label{flex:none;max-width:34%;font-size:12px}}.opponent-panel-container{pointer-events:auto;flex-direction:column;align-items:center;gap:10px;width:100%;display:flex;position:relative}.opponent-avatar-frame{border-radius:50%;flex-shrink:0;width:68px;height:68px;position:relative}.opponent-avatar-image-container{box-sizing:border-box;background-color:#241428;border:4px solid #e8b84b;border-radius:50%;width:100%;height:100%;overflow:hidden;box-shadow:0 4px 10px #00000080}.opponent-avatar-img{object-fit:cover;width:100%;height:100%}.opponent-timer-ring{pointer-events:none;z-index:5;width:calc(100% + 12px);height:calc(100% + 12px);position:absolute;inset:-6px}.opponent-gift-badge{z-index:6;cursor:pointer;pointer-events:auto;background-color:#2a1730;border:1.5px solid #e8b84b;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex;position:absolute;top:-4px;left:-4px;box-shadow:0 3px 6px #0006}.opponent-name-score-pill{box-sizing:border-box;background-color:#1f1220cc;border-radius:20px;justify-content:space-between;align-items:center;width:100%;max-width:180px;height:30px;padding:0 10px;display:flex;position:relative;box-shadow:0 3px 6px #0000004d}@media (orientation:portrait),(width<=768px){.opponent-panel-container{flex-direction:row;align-items:center;gap:10px;padding:0}.opponent-avatar-frame{flex-shrink:0;width:60px;height:60px}.opponent-name-score-pill{flex:1;max-width:none;height:32px}.opponent-gift-badge{width:24px;height:24px;font-size:12px;top:-3px;left:-3px}}.opponent-name-text{color:#fff;text-shadow:0 1px 2px #000c;text-overflow:ellipsis;white-space:nowrap;max-width:70px;font-size:15px;font-weight:800;overflow:hidden}.opponent-coin-chip{justify-content:center;align-items:center;display:flex}.shield-badge-svg{filter:drop-shadow(0 2px 4px #0000004d)}.opponent-score-text{color:#fff;font-size:15px;font-weight:800}.active-turn .opponent-avatar-image-container{border-color:#00e676;box-shadow:0 0 14px #00e676e6}.player-info-bar-container{box-sizing:border-box;color:#fff;background-color:#3a2038;border-radius:20px;justify-content:space-between;align-items:center;width:100%;max-width:220px;height:32px;padding:0 10px;display:flex}@media (orientation:portrait),(width<=768px){.player-info-bar-container{width:100%;max-width:100%}}.player-info-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:90px;font-size:16px;font-weight:700;overflow:hidden}.player-info-coin-chip{justify-content:center;align-items:center;display:flex}.player-info-score-pill{color:#fff;background:#4a2a52;border-radius:12px;padding:2px 8px;font-size:15px;font-weight:700}.hud-actions-bar-absolute{box-sizing:border-box;align-items:center;width:100%;display:flex;position:relative}.hud-actions-bar-absolute.table-social-actions{direction:ltr;background:linear-gradient(#4c365d5e,#241a32a6);border:1px solid #c6a16b38;border-radius:21px;flex-wrap:nowrap;justify-content:flex-start;gap:4px;min-width:0;height:auto;min-height:65px;padding:5px 7px 6px;box-shadow:inset 0 1px #f9dca21c,inset 0 -2px #100b1f70,0 5px 12px #08051530}.hud-actions-bar-absolute.table-social-actions>button{box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;justify-content:center;align-items:center;margin:0;transition:transform .14s ease-out,background-color .14s ease-out;display:flex;position:relative;top:auto;left:auto}.hud-actions-bar-absolute.table-social-actions>.actions-pill-btn-desert{color:#fff0d4;width:48px;min-width:44px;height:54px;box-shadow:none;background:0 0;border:0;border-radius:13px;flex-direction:column;flex:0 0 48px;justify-self:center;gap:3px;padding:2px 0}.table-social-label{color:inherit;white-space:nowrap;text-shadow:0 1px 2px #08051190;font:650 10px/12px Fredoka,Outfit,sans-serif;display:block}.hud-actions-bar-absolute.table-social-actions>.actions-autoplay-btn-desert{color:#cfbdd7;background:#160f251f;border:1px solid #0000;border-radius:12px;flex-direction:column;flex:none;justify-self:center;gap:1px;width:auto;min-width:44px;height:44px;margin-left:auto;padding:3px 7px;box-shadow:inset 0 1px #ffffff07}.table-social-auto-icon{filter:saturate(.5);font-size:17px;line-height:21px}.hud-actions-bar-absolute.table-social-actions>.actions-autoplay-btn-desert.is-on{color:#e0efd0;background:#41624475;border-color:#a5d3a076;box-shadow:inset 0 1px #daf1bd20}.hud-actions-bar-absolute.table-social-actions>.actions-retry-btn-desert{color:#fff0cd;background:linear-gradient(155deg,#a48049,#725235);border:1px solid #ebc67b7d;border-radius:12px;flex-direction:column;flex:0 0 54px;justify-self:center;gap:1px;width:54px;min-width:44px;height:44px;padding:3px 4px;font-size:18px;line-height:20px;box-shadow:inset 0 1px #ffe0a038,0 2px #1e1423}.hud-actions-bar-absolute.table-social-actions .retry-cost{font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:2px;font:750 9px/12px Outfit,sans-serif;display:inline-flex}.hud-actions-bar-absolute.table-social-actions .actions-voice-slot{flex:74px;align-self:center;min-width:0;min-height:44px;display:flex}.hud-actions-bar-absolute.table-social-actions>button:disabled{opacity:.45;cursor:not-allowed}.hud-actions-bar-absolute.table-social-actions>button:focus-visible{outline-offset:2px;outline:2px solid #ffe0a1}.hud-actions-bar-absolute.table-social-actions>button:active:not(:disabled){transform:translateY(2px)}@media (hover:hover) and (pointer:fine){.hud-actions-bar-absolute.table-social-actions>.actions-pill-btn-desert:hover:not(:disabled){background:#f7d5990d;transform:translateY(-1px)}}@media (prefers-reduced-motion:reduce){.hud-actions-bar-absolute.table-social-actions>button{transition:none}}.hud-actions-bar-absolute.table-social-actions.is-text>.actions-pill-btn-desert{background:linear-gradient(160deg,#584067,#342440);border:1px solid #c6a16b50;flex:0 64px;width:64px;min-width:48px;height:44px;padding-inline:5px;box-shadow:inset 0 1px #f9dca21c,0 2px 3px #100b1f40}.table-social-actions.is-text .actions-pill-btn-desert .table-social-label{text-transform:uppercase;font-size:12px;font-weight:650;line-height:16px}@media (width<=380px){.hud-actions-bar-absolute.table-social-actions.has-voice .actions-voice-slot{flex-basis:54px;min-width:44px}.table-social-actions.has-voice .pt-voice-button{flex-direction:column;gap:2px;min-height:44px;padding:4px 2px}.hud-actions-bar-absolute.table-social-actions.has-voice>.actions-retry-btn-desert{flex-basis:44px;width:44px}.hud-actions-bar-absolute.table-social-actions.has-voice>.actions-autoplay-btn-desert{max-width:72px;height:auto;min-height:44px;padding-inline:4px}.table-social-actions.has-voice .actions-autoplay-btn-desert .table-social-label{white-space:normal;text-align:center}}.table-social-charm{pointer-events:none;flex:0 0 32px;justify-content:center;align-items:center;width:36px;height:32px;display:flex;position:relative}.table-social-charm--reaction{background:radial-gradient(at 50% 28%,#efc8793b,#a56b3024 66%,#0000 68%);border-radius:48% 48% 44% 44%}.table-social-charm--reaction .reaction-sticker{filter:drop-shadow(0 2px 1px #1009148c);transform:rotate(-7deg)}.table-social-bubble{background:linear-gradient(155deg,#f3f2cc,#b8d4b3 64%,#8eb3a0);border:1px solid #d4eac5;border-radius:12px 12px 11px 9px;justify-content:center;align-items:center;gap:3px;width:29px;height:24px;margin-top:-3px;display:flex;position:relative;transform:rotate(7deg);box-shadow:inset 0 2px 1px #fff9de,inset 0 -2px 2px #628e784d,0 3px #48685c,0 5px 5px #10091b50}.table-social-bubble:after{content:"";bottom:-4px;background:#b0cdad;border-bottom:1px solid #8fb099;border-radius:0 0 2px 1px;width:7px;height:7px;position:absolute;inset-inline-start:6px;transform:skewY(-34deg);box-shadow:0 2px #48685c}.table-social-bubble i{background:#4d7464;border-radius:50%;width:3px;height:4px;box-shadow:0 1px #fcf7d9}.game-board-svg{aspect-ratio:1;object-fit:contain;-webkit-user-select:none;user-select:none;border-radius:6px;max-width:100%;max-height:100%;display:block;overflow:visible;box-shadow:0 16px 45px #000000b3}.game-board-magic{box-shadow:0 4px #321953,0 0 0 3px #523481,0 14px 36px #09031ea6}.game-board-magic[data-scenic-board=true]{border-radius:5.88235%;box-shadow:0 4px #14171de6,0 14px 36px #090c128c}.yard-group{pointer-events:none}.turn-chevron-indicator{transform-origin:50%;animation:.8s ease-in-out infinite alternate chevron-bob}@keyframes chevron-bob{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.pawn-move-option{cursor:pointer;outline:none}.pawn-move-option-surface{transition:fill-opacity .12s,stroke-opacity .12s}.pawn-move-option:hover .pawn-move-option-surface,.pawn-move-option:focus-visible .pawn-move-option-surface{fill-opacity:.24;stroke-opacity:.85}.pawn-move-option:active .pawn-move-option-surface{fill-opacity:.34}@media (prefers-reduced-motion:reduce){.pawn-move-option-surface{transition:none}}:root{--font-global:"Fredoka", "Outfit", sans-serif;--bg-purple-dark:#2e1730;--bg-purple-light:#3b1e3a;--color-gold:#e8b84b;--color-emerald:#3ddc73;--color-coin:#d96b2c;--color-green-cta:#43c85b;--color-red-ad:#e23a3a}.playing-table-screen{z-index:1000;-webkit-user-select:none;user-select:none;font-family:var(--font-global);background:linear-gradient(160deg,#3b1f6e 0%,#2a1250 55%,#1e0840 100%);flex-direction:column;font-weight:700;animation:.4s cubic-bezier(.22,.61,.36,1) both table-slide-up;display:flex;position:fixed;inset:0;overflow:hidden}.playing-table-screen.closing{animation:.3s ease-in both table-slide-down}@keyframes table-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes table-slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.pt-main-area{flex:1;min-height:0;display:flex;overflow:hidden}.pt-board-section{flex:1;justify-content:center;align-items:center;min-width:0;min-height:0;padding:6px;display:flex;position:relative}.pt-board-inner{justify-content:center;align-items:center;width:100%;max-width:100%;height:100%;max-height:100%;display:flex;position:relative}.pt-corner-dice-layer{aspect-ratio:1;pointer-events:none;z-index:6;width:100%;max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pt-corner-card{pointer-events:none;background:#0c041c8c;border:1px solid #e8b84b73;border-radius:14px;align-items:center;gap:6px;padding:5px 8px;transition:opacity .25s,border-color .25s;display:flex;position:absolute;box-shadow:0 4px 14px #00000073}.pt-corner-card:not(.is-active){opacity:.78}.pt-corner-card.is-active{background:#0c281899;border-color:#00e676}.pt-corner-info{flex-direction:column;align-items:center;gap:3px;display:flex}.pt-corner-avatar-wrap{width:44px;height:44px;position:relative}.pt-corner-timer-ring{pointer-events:none;z-index:1;width:52px;height:52px;position:absolute;top:-4px;left:-4px}.pt-corner-timer-progress{transition:stroke-dashoffset .2s linear}@media (prefers-reduced-motion:reduce){.pt-corner-timer-progress{transition:none}}.pt-corner-avatar{border:3px solid var(--color-gold);box-sizing:border-box;background:#263238;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:flex;box-shadow:0 2px 6px #00000080}.pt-corner-team-badge{color:#fff;z-index:2;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:900;display:flex;position:absolute;bottom:-3px;right:-3px;box-shadow:0 1px 3px #00000080}.pt-corner-team-badge.team-A{background:#ef5350}.pt-corner-team-badge.team-B{background:#2196f3}.pt-corner-name{color:#fff;border:.8px solid var(--color-gold);text-overflow:ellipsis;white-space:nowrap;background:#0a0216d9;border-radius:5px;max-width:76px;padding:1px 7px;font-size:10px;font-weight:700;overflow:hidden}@media (orientation:portrait){.pt-corner-card[data-position=blue]{bottom:calc(100% + 8px);left:2px}.pt-corner-card[data-position=yellow]{flex-direction:row-reverse;bottom:calc(100% + 8px);right:2px}.pt-corner-card[data-position=red]{top:calc(100% + 8px);left:2px}.pt-corner-card[data-position=green]{flex-direction:row-reverse;top:calc(100% + 8px);right:2px}.pt-corner-card{gap:5px;padding-bottom:15px}.pt-corner-name{max-width:104px;position:absolute;bottom:1px;left:50%;transform:translate(-50%)}.pt-corner-avatar-wrap,.pt-corner-avatar{width:40px;height:40px}.pt-corner-timer-ring{width:48px;height:48px}.pt-board-section{overflow:visible}}@media (orientation:portrait) and (width<=380px){.pt-corner-avatar-wrap,.pt-corner-avatar{width:34px;height:34px}.pt-corner-timer-ring{width:42px;height:42px}.pt-corner-card{padding-left:5px;padding-right:5px}}@media (orientation:landscape) and (width>=769px){.pt-corner-card{flex-direction:column;gap:6px}.pt-corner-card[data-position=blue]{top:3%;right:calc(100% + 12px)}.pt-corner-card[data-position=red]{bottom:3%;right:calc(100% + 12px)}.pt-corner-card[data-position=yellow]{top:3%;left:calc(100% + 12px)}.pt-corner-card[data-position=green]{bottom:3%;left:calc(100% + 12px)}.pt-board-section{overflow:visible}}.pt-side-panel{box-sizing:border-box;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:10px;display:flex}@media (orientation:portrait){.pt-main-area{flex-direction:column;align-items:center}.pt-side-panel{flex-direction:row;flex-shrink:0;justify-content:flex-start;align-items:center;gap:10px;width:100%;min-height:0;padding:4px 12px}.pt-opponent-panel{justify-content:flex-end;min-height:72px;max-height:84px}.pt-player-panel{flex-direction:column;align-items:flex-start;gap:2px;min-height:0;padding:4px 10px}.pt-board-section{flex:1;width:100%;min-height:0;padding:4px 6px}.pt-board-inner{width:100%;height:100%}.player-controls-group{align-items:center;gap:8px;width:100%;display:flex}}@media (orientation:landscape) and (width>=769px){.pt-main-area{flex-direction:row;align-items:stretch}.pt-side-panel{background:#0000002e;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:clamp(200px,22vw,300px);padding:16px 10px;overflow:hidden}.pt-opponent-panel{border-right:1px solid #ffffff12}.pt-player-panel{border-left:1px solid #ffffff12;justify-content:center;gap:14px}.pt-board-section{flex:1;min-width:0;padding:12px}.pt-board-inner{width:100%;height:100%}.pt-corner-dice-layer{width:auto;height:100%}.player-controls-group{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.hud-actions-bar-absolute{flex-wrap:wrap;justify-content:center;gap:6px;padding:4px 6px}}.player-avatar-wrapper{flex-shrink:0;width:68px;height:68px;position:relative}.player-avatar-ring{border:4px solid var(--color-gold);box-sizing:border-box;background-color:#37474f;border-radius:50%;width:100%;height:100%;overflow:hidden;box-shadow:0 4px 10px #00000080}.player-avatar-img{object-fit:cover;width:100%;height:100%}.player-mic-icon{color:#fff;background-color:#ef5350;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 5px #0006}.auto-play-badge{cursor:pointer;z-index:10;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;transition:transform .15s,box-shadow .15s,background-color .15s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 8px #00000080}.auto-play-badge:hover{transform:scale(1.15);box-shadow:0 4px 14px #0009}.auto-play-badge:active{transform:scale(.93)}.auto-play-badge--inactive{filter:grayscale();opacity:.7;background-color:#424242d9}.auto-play-badge--active{background-color:#7c4dff;animation:1.6s ease-in-out infinite auto-play-pulse}@keyframes auto-play-pulse{0%,to{box-shadow:0 0 #7c4dffb3}50%{box-shadow:0 0 0 8px #7c4dff00}}.opponent-floating-dice{justify-content:center;align-items:center;gap:6px;display:flex}.opponent-die-dot{color:#fff;background:#ffffff26;border:2px solid #fff6;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:900;display:flex}.turn-alert-banner{border:3px solid var(--color-gold);color:var(--color-gold);font-family:var(--font-global);z-index:105;pointer-events:none;text-align:center;box-sizing:border-box;white-space:nowrap;background:#2e1a37f2;border-radius:16px;width:max-content;max-width:90%;padding:10px 20px;font-size:clamp(16px,3vw,22px);font-weight:800;animation:.3s cubic-bezier(.175,.885,.32,1.275) both banner-pop;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #000000b3}@keyframes banner-pop{0%{opacity:0;transform:translate(-50%,-50%)scale(.7)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.chat-speech-bubble{color:#2d142c;font-family:var(--font-global);z-index:106;background:#fff;border-radius:14px;max-width:160px;padding:6px 12px;font-size:clamp(14px,2.5vw,18px);font-weight:700;animation:.3s cubic-bezier(.175,.885,.32,1.25) both bubble-pop;position:absolute;box-shadow:0 5px 12px #0006}@keyframes bubble-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.chat-speech-bubble:after{content:"";border-style:solid;border-width:7px;position:absolute}.chat-speech-bubble.opponent-bubble{top:10%;right:8%}.chat-speech-bubble.opponent-bubble:after{border-color:#fff #0000 #0000;bottom:-14px;right:16px}.chat-speech-bubble.player-bubble{bottom:10%;left:8%}.chat-speech-bubble.player-bubble:after{border-color:#0000 #0000 #fff;top:-14px;left:16px}.floating-bonus-badge{color:var(--color-emerald);font-family:var(--font-global);text-shadow:0 4px 6px #0009,0 0 15px #3ddc73b3;z-index:1000;pointer-events:none;font-size:clamp(36px,6vw,52px);font-weight:900;animation:1.4s cubic-bezier(.25,1,.5,1) both float-up-fade;position:fixed;bottom:30%;right:5%}@keyframes float-up-fade{0%{opacity:0;transform:translateY(0)scale(.6)}20%{opacity:1;transform:translateY(-30px)scale(1.1)}to{opacity:0;transform:translateY(-150px)scale(.85)}}.emoji-chat-overlay{z-index:1100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;max-width:none;height:100%;max-height:none;padding:max(12px, env(safe-area-inset-top)) 0 0;box-sizing:border-box;background:#0009;border:0;justify-content:center;align-items:flex-end;margin:0;position:fixed;inset:0;overflow:hidden}.emoji-chat-overlay[open]{display:flex}.emoji-chat-overlay::backdrop{background:0 0}.emoji-chat-panel{border-top:3px solid var(--color-gold);box-sizing:border-box;overscroll-behavior:contain;background:#2e1a37;border-top-left-radius:28px;border-top-right-radius:28px;width:100%;max-width:600px;max-height:100%;padding:20px 18px;animation:.3s cubic-bezier(.175,.885,.32,1.1) both panel-slide-up;overflow-y:auto}@keyframes panel-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.panel-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.panel-title{color:#fff;font-size:22px;font-weight:800}.panel-close-btn{color:var(--color-gold);cursor:pointer;background:0 0;border:none;flex-shrink:0;min-width:44px;min-height:44px;font-size:26px}.emojis-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.emote-row-label{font-size:var(--fs-micro);text-transform:uppercase;letter-spacing:.8px;color:var(--ink-faint);margin-bottom:6px;font-weight:900}.emoji-select-btn{cursor:pointer;background:#ffffff1a;border:none;border-radius:14px;padding:10px;font-size:36px;transition:transform .1s,background-color .1s}.emoji-select-btn:active{background:#fff3;transform:scale(.9)}.phrases-list{flex-direction:column;gap:8px;display:flex}.phrase-select-btn{color:#fff;text-align:left;cursor:pointer;background:#ffffff1a;border:none;border-radius:14px;padding:14px;font-size:18px;font-weight:700;transition:background-color .1s}.phrase-select-btn:hover{background:#ffffff29}@media (orientation:landscape) and (width>=480px){.emoji-chat-panel{max-width:900px;padding:12px max(18px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left))}.emoji-chat-panel .panel-header{margin-bottom:10px}.emoji-chat-panel .phrases-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.emoji-chat-panel .phrase-select-btn{min-height:48px;padding:10px 14px;font-size:16px}}.victory-overlay{-webkit-backdrop-filter:blur(10px);z-index:2000;background:#0e0716e6;justify-content:center;align-items:center;animation:.4s ease-out both overlay-fade-in;display:flex;position:fixed;inset:0}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}.victory-card{border:4px solid var(--color-gold);box-sizing:border-box;text-align:center;background:linear-gradient(135deg,#3c2250 0%,#211030 100%);border-radius:28px;width:90%;max-width:440px;padding:30px 24px;animation:.5s cubic-bezier(.175,.885,.32,1.275) both card-pop-up;box-shadow:0 20px 50px #000c,0 0 30px #e8b84b33}@keyframes card-pop-up{0%{opacity:0;transform:scale(.8)translateY(50px)}to{opacity:1;transform:scale(1)translateY(0)}}.victory-trophy-container{justify-content:center;margin-bottom:20px;display:flex;position:relative}.victory-trophy-svg{filter:drop-shadow(0 0 15px #e8b84b99);animation:2s ease-in-out infinite trophy-bounce}@keyframes trophy-bounce{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-12px)scale(1.05)}}.victory-title{font-family:var(--font-global);letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;font-size:32px;font-weight:900}.victory-title.winner-red{color:#ffeb3b;text-shadow:0 0 10px #ffeb3b80}.victory-title.winner-blue{color:#90caf9;text-shadow:0 0 10px #90caf980}.victory-msg{color:#fff;font-family:var(--font-global);margin-bottom:30px;font-size:18px;font-weight:600;line-height:1.4}.victory-btn-group{flex-direction:column;gap:12px;display:flex}.victory-play-btn{background-color:var(--color-green-cta);color:#fff;width:100%;height:52px;font-family:var(--font-global);cursor:pointer;border:none;border-radius:16px;outline:none;font-size:20px;font-weight:800;transition:transform .15s,filter .15s;box-shadow:0 6px 16px #43c85b66}.victory-play-btn:active{transform:scale(.96)}.victory-exit-btn{color:#e0e0e0;width:100%;height:48px;font-family:var(--font-global);cursor:pointer;background-color:#ffffff14;border:2px solid #ffffff26;border-radius:16px;outline:none;font-size:17px;font-weight:700;transition:background-color .15s,transform .15s}.victory-exit-btn:hover{background-color:#ffffff1f}.victory-exit-btn:active{transform:scale(.96)}.disconnect-overlay{z-index:70;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0804148c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.disconnect-card{text-align:center;background:linear-gradient(#2a1a4d,#1a1030);border:1px solid #ffd54f66;border-radius:18px;width:min(78%,300px);padding:20px 18px;box-shadow:0 10px 30px #00000080}.disconnect-icon{font-size:34px;line-height:1}.disconnect-title{color:#ffd54f;margin-top:8px;font-size:17px;font-weight:800}.disconnect-body{color:#e8dcff;margin-top:8px;font-size:13px;line-height:1.45}.disconnect-countdown{color:#fff;font-variant-numeric:tabular-nums;margin-top:12px;font-size:30px;font-weight:800}@media (orientation:landscape) and (width>=1024px){.playing-table-screen{background:radial-gradient(60% 82% at 50% 46%,#7e52d642 0%,#3a1c6e1a 45%,#0006 100%),linear-gradient(160deg,#3b1f6e 0%,#2a1250 55%,#1e0840 100%)}.playing-table-screen:before{content:"";pointer-events:none;opacity:.045;background-image:radial-gradient(#ffffff8c .6px,#0000 .7px);background-size:4px 4px;position:absolute;inset:0}.game-board-svg{border-radius:10px;width:auto;height:100%;box-shadow:0 0 0 3px #e8b84b59,0 0 55px #e8b84b1a,0 28px 70px #000000bf}.pt-main-area{width:100%;max-width:1600px;margin:0 auto;position:relative;overflow:visible}.pt-side-panel{background:0 0;width:auto;max-width:220px;position:absolute;top:50%;overflow:visible;transform:translateY(-50%)}.pt-opponent-panel{border-right:none;left:10px}.pt-board-section{padding:14px}.pt-player-panel{--dock-under-card:225px;right:auto;left:calc(50% + (100dvh - var(--table-hud-height,58px) - 28px) / 2 + 14px);top:calc(14px + .06 * (100dvh - var(--table-hud-height,58px) - 28px) + var(--dock-under-card));background:#0c041c8c;border:1px solid #e8b84b73;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:stretch;width:188px;max-width:none;padding:10px;transform:none;box-shadow:0 4px 14px #00000073}.pt-player-panel .hud-actions-bar-absolute{grid-template-columns:1fr 1fr;gap:8px;padding:0;display:grid}.pt-player-panel .actions-pill-btn-desert,.pt-player-panel .actions-autoplay-btn-desert,.pt-player-panel .actions-ad-chip-btn-desert{width:100%;margin:0}}@media (orientation:landscape) and (width>=1200px){.pt-player-panel{--dock-under-card:268px}.pt-corner-card{border-radius:16px;gap:8px;padding:7px 10px;transform:scale(1.22)}.pt-corner-card .dice-cubes-wrapper{--die-size:26px}.pt-corner-card[data-position=blue]{transform-origin:100% 0;top:6%;right:calc(100% + 14px)}.pt-corner-card[data-position=red]{transform-origin:100% 100%;bottom:6%;right:calc(100% + 14px)}.pt-corner-card[data-position=yellow]{transform-origin:0 0;top:6%;left:calc(100% + 14px)}.pt-corner-card[data-position=green]{transform-origin:0 100%;bottom:6%;left:calc(100% + 14px)}}@media (orientation:landscape) and (width>=1700px){.pt-player-panel{--dock-under-card:300px}.pt-corner-card{transform:scale(1.38)}.pt-corner-card .dice-cubes-wrapper{--die-size:24px}}.pt-corner-name{align-items:center;gap:4px;min-width:0;display:flex}.pt-corner-name>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pt-corner-name:has(.presence-dot){max-width:87px}.victory-title.winner-void{color:#cdd4e6}.playing-table-screen{background:var(--game-background);color:#fff0d7}.pt-corner-card{background:linear-gradient(145deg,#392761ed,#1a1138ed);border-color:#8660bd;box-shadow:inset 0 1px #c09ae536,0 4px 14px #05031788}.pt-corner-card.is-active{background:linear-gradient(145deg,#44304c,#201533);border-color:#ffce68;box-shadow:inset 0 1px #fff1b05c,0 0 13px #ffc45140}.pt-corner-name{color:#fff0d7;background:#1b1239e8;border-color:#8159a7}.pt-corner-card.is-active .pt-corner-name{border-color:#ffd17d}.pt-player-panel{background:#140d2d40}.emoji-chat-overlay{background:#0d0929b8}.emoji-chat-panel{background:linear-gradient(#382157,#1b1234);border-color:#9867cc}.phrase-select-btn{color:#fff0d7;background:#302046;border-color:#745196}.victory-overlay{background:var(--game-background);padding:14px;overflow-y:auto}.victory-card{background:linear-gradient(155deg,#322053f2,#181031f5);border:2px solid #a673ce;width:100%;max-width:430px;max-height:calc(100dvh - 28px);padding:18px 24px 22px;overflow-y:auto;box-shadow:inset 0 0 0 3px #6b3d793b,0 25px 60px #05031899}.victory-magic-art{max-width:290px;height:200px;margin:-5px auto 4px;position:relative}.victory-pawn-art{width:82%;height:200px;position:absolute;bottom:0;left:2%}.victory-orbit-art{opacity:.75;width:100%;height:160px;position:absolute;bottom:0;left:0}.victory-trophy-art{width:100px;height:135px;position:absolute;bottom:-5px;right:0}.victory-card .victory-title{color:#ffde94;text-shadow:0 3px #3b2056;margin:8px 0 12px;font-size:clamp(24px,6vw,34px);line-height:1.1}.victory-card .victory-title.winner-void{color:#d8cfea}.victory-msg{color:#e6d6ea;margin:0 0 18px;font-size:15px;line-height:1.55}.victory-winner-row{color:#ffedc9;text-align:start;background:linear-gradient(90deg,#805026,#4a264c);border:1px solid #d69954;border-radius:14px;align-items:center;gap:10px;margin:0 0 14px;padding:7px 14px;display:flex}.victory-winner-row>span:last-child{overflow-wrap:anywhere;min-width:0}.victory-winner-members{flex-direction:column;gap:7px;min-width:0;display:flex}.victory-winner-member{align-items:center;gap:10px;min-width:0;display:flex}.victory-winner-member>span:last-child{overflow-wrap:anywhere;min-width:0}.victory-crown-art{flex-shrink:0;width:33px;height:32px}.victory-winner-avatar{background:#3b2857;border:1px solid #e9b866;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.victory-play-btn{aspect-ratio:3;color:#582903;height:auto;min-height:64px;box-shadow:none;text-shadow:0 1px #ffe8a2;background:url(/art/magic/frames/button-primary.webp) 50%/contain no-repeat;border:none;border-radius:0;padding:12px 24px;font-size:19px}.victory-exit-btn{color:#fff0d7;background:linear-gradient(#453065,#29183f);border-color:#8961b9}.victory-btn-group{gap:5px}.victory-notice-art{width:145px;height:155px;margin:0 auto 12px;display:block}.pt-connecting-card{text-align:center;color:#fff0d7;flex-direction:column;align-items:center;gap:16px;width:min(90%,360px);padding:22px;display:flex}.pt-connecting-card h2{margin:0;font-size:24px;line-height:1.25}.pt-connecting-art{width:250px;height:250px;position:relative}.pt-connecting-pawn{width:100%;height:100%;position:relative}.pt-connecting-orbit{opacity:.65;width:100%;height:180px;position:absolute;bottom:0;left:0}.pt-connecting-spinner{border:3px solid #69436f;border-top-color:#f5c86b;border-radius:50%;width:32px;height:32px;animation:1s linear infinite pt-connect-spin}@keyframes pt-connect-spin{to{transform:rotate(360deg)}}.playing-table-screen button:focus-visible{outline-offset:3px;outline:2px solid #ffdfa2}@media (height<=660px){.victory-magic-art,.victory-pawn-art{height:136px}.victory-trophy-art{width:80px;height:105px}.victory-orbit-art{height:120px}.victory-notice-art{height:105px}.victory-msg{margin-bottom:12px;font-size:14px}}@media (orientation:landscape) and (height<=500px){.victory-card{text-align:start;grid-template-columns:175px 1fr;gap:8px 18px;max-width:630px;padding:18px;display:grid}.victory-magic-art,.victory-notice-art{grid-area:1/1/5;align-self:center;width:175px;height:200px;margin:0}.victory-pawn-art{width:100%;height:200px}.victory-trophy-art{width:66px}.victory-card>.victory-title,.victory-card>.victory-msg,.victory-winner-row,.victory-btn-group{grid-column:2;margin:0}.victory-play-btn{aspect-ratio:auto;height:62px;min-height:50px}.victory-exit-btn{height:42px}.pt-connecting-card{flex-direction:row;width:600px}.pt-connecting-art{flex-shrink:0;width:210px;height:210px}}@media (prefers-reduced-motion:reduce){.victory-card,.victory-overlay,.pt-connecting-spinner{animation:none}}.pt-six-boost{inset-inline-start:50%;color:#ffe19a;white-space:nowrap;pointer-events:none;background:#302045;border:1px solid #eecb75;border-radius:12px;padding:2px 7px;font-size:11px;font-weight:800;position:absolute;top:calc(100% + 3px);transform:translate(-50%)}@media (orientation:portrait){.pt-board-section{box-sizing:border-box;padding:100px 6px}.pt-board-inner{container-type:size}.pt-board-inner>.game-board-svg,.pt-corner-dice-layer{width:min(100cqw,100cqh);height:min(100cqw,100cqh)}.pt-corner-dice-layer{container-type:inline-size}.pt-corner-card{grid-template-rows:auto;grid-template-columns:auto auto;gap:0 6px;padding:7px 6px 5px;display:grid}.pt-corner-info{display:contents}.pt-corner-avatar-wrap{grid-area:1/1}.pt-corner-dice{grid-area:1/2}.pt-corner-card[data-position=yellow] .pt-corner-avatar-wrap,.pt-corner-card[data-position=green] .pt-corner-avatar-wrap{grid-column:2}.pt-corner-card[data-position=yellow] .pt-corner-dice,.pt-corner-card[data-position=green] .pt-corner-dice{grid-column:1}.pt-corner-name{grid-area:2/1/auto/-1;justify-self:center;max-width:104px;position:static;transform:none}.pt-corner-avatar-wrap,.pt-corner-avatar{width:clamp(40px,13cqw,54px);height:clamp(40px,13cqw,54px)}.pt-corner-timer-ring{width:calc(100% + 8px);height:calc(100% + 8px)}.pt-corner-card .dice-cubes-wrapper{--die-size:clamp(28px, 9cqw, 38px)}.pt-corner-card[data-position=blue],.pt-corner-card[data-position=yellow]{bottom:calc(100% + 12px)}.pt-corner-card[data-position=red],.pt-corner-card[data-position=green]{top:calc(100% + 12px)}.pt-corner-dice-layer[data-seats="2"] .pt-corner-avatar-wrap,.pt-corner-dice-layer[data-seats="2"] .pt-corner-avatar{width:54px;height:54px}.pt-corner-dice-layer[data-seats="2"] .dice-cubes-wrapper{--die-size:38px}.pt-corner-name{padding:2px 8px;font-size:11px}}@container (width<=340px){.pt-corner-dice-layer:not([data-seats="2"]) .pt-corner-card{column-gap:2px;padding-inline:3px}.pt-corner-dice-layer:not([data-seats="2"]) .pt-corner-avatar-wrap,.pt-corner-dice-layer:not([data-seats="2"]) .pt-corner-avatar{width:clamp(30px,12cqw,40px);height:clamp(30px,12cqw,40px)}.pt-corner-dice-layer:not([data-seats="2"]) .dice-cubes-wrapper{--die-size:clamp(20px, 8cqw, 28px)}}@media (orientation:landscape) and (width>=769px){.pt-corner-avatar-wrap,.pt-corner-avatar{width:54px;height:54px}.pt-corner-timer-ring{width:62px;height:62px}.pt-corner-card .dice-cubes-wrapper{--die-size:34px}}.pt-corner-status{z-index:3;background:#211338;border-radius:9px;align-items:center;gap:3px;padding:2px 3px;display:flex;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}@media (orientation:landscape) and (width<=1023px){.pt-main-area{flex-direction:column;align-items:center}.playing-table-screen .pt-board-section{box-sizing:border-box;width:100%;padding:6px;overflow:visible}.pt-board-inner{container-type:size}.pt-board-inner>.game-board-svg,.pt-corner-dice-layer{width:min(100cqh,100cqw - 312px);height:min(100cqh,100cqw - 312px)}.pt-corner-card{flex-direction:row;gap:4px;padding:6px;display:flex}.pt-corner-avatar-wrap,.pt-corner-avatar{width:40px;height:40px}.pt-corner-timer-ring{width:48px;height:48px}.pt-corner-card .dice-cubes-wrapper{--die-size:28px}.playing-table-screen .pt-corner-dice-layer .pt-corner-card[data-position=blue],.playing-table-screen .pt-corner-dice-layer .pt-corner-card[data-position=red]{left:auto;right:calc(100% + 12px)}.playing-table-screen .pt-corner-dice-layer .pt-corner-card[data-position=yellow],.playing-table-screen .pt-corner-dice-layer .pt-corner-card[data-position=green]{flex-direction:row-reverse;left:calc(100% + 12px);right:auto}.playing-table-screen .pt-corner-dice-layer .pt-corner-card[data-position=blue],.playing-table-screen .pt-corner-dice-layer .pt-corner-card[data-position=yellow]{top:4px;bottom:auto}.playing-table-screen .pt-corner-dice-layer .pt-corner-card[data-position=red],.playing-table-screen .pt-corner-dice-layer .pt-corner-card[data-position=green]{top:auto;bottom:32px}.pt-player-panel{background:0 0;border:0;flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:560px;padding:4px 10px;overflow:visible}.pt-player-panel .hud-actions-bar-absolute.table-social-actions{min-height:54px;padding:4px 6px}.pt-player-panel .hud-actions-bar-absolute.table-social-actions>.actions-pill-btn-desert{height:44px}}.pt-corner-card--red,.pt-turn-ribbon[data-seat=red]{--seat-enamel:#ae414f;--seat-dark:#391b34;--seat-light:#faa}.pt-corner-card--yellow,.pt-turn-ribbon[data-seat=yellow]{--seat-enamel:#ba8e31;--seat-dark:#392733;--seat-light:#ffe49a}.pt-corner-card--green,.pt-turn-ribbon[data-seat=green]{--seat-enamel:#367e64;--seat-dark:#152f36;--seat-light:#9ce8ba}.pt-corner-card--blue,.pt-turn-ribbon[data-seat=blue]{--seat-enamel:#426db7;--seat-dark:#1b2344;--seat-light:#a9d3ff}.playing-table-screen .pt-corner-card{background:linear-gradient(155deg, var(--seat-dark), #18112df5);border-color:#c69756;box-shadow:inset 0 1px #fff0bd36,inset 0 -3px #10091d55,0 3px #10091d,0 6px 12px #08041360}.playing-table-screen .pt-corner-card:not(.is-active){opacity:.85}.playing-table-screen .pt-corner-card.is-active{background:linear-gradient(150deg, var(--seat-enamel), var(--seat-dark) 70%);border-color:#ffe6a3;box-shadow:0 0 0 1px #ae7734,inset 0 1px #fff5c278,inset 0 -3px #100b2570,0 3px #201127,0 6px 12px #08041380}.pt-corner-dice{position:relative}.pt-corner-dice .dice-controls-absolute-container,.pt-corner-dice.is-waiting{pointer-events:none}.playing-table-screen .is-waiting .die-collection-material--animated{animation:none}.playing-table-screen .pt-corner-card .active-turn-glow{box-shadow:none;border-color:#0000;animation:none}.pt-tray-roll-target{z-index:5;pointer-events:auto;cursor:pointer;background:0 0;border:0;border-radius:13px;min-height:44px;position:absolute;inset:0}.pt-tray-roll-target:disabled{pointer-events:none;cursor:default}.pt-tray-roll-target:focus-visible{outline-offset:3px;outline:3px solid #fff2ae}.playing-table-screen .pt-corner-card .table-moment{top:calc(100% + 7px);color:#ffe8b2;text-align:center;pointer-events:none;width:100%;min-height:0;padding:0;font-size:10px;line-height:1.15;position:absolute;inset-inline:0}.playing-table-screen .pt-corner-card .table-moment.is-bonus{color:#fff0c2}.playing-table-screen .pt-corner-card .table-moment.is-roll,.playing-table-screen .pt-corner-card .table-moment.is-watching{clip-path:inset(50%);white-space:nowrap;pointer-events:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.playing-table-screen .pt-corner-card .pt-six-boost{top:auto;bottom:-6px;color:#ffe8b2;white-space:nowrap;z-index:4;pointer-events:none;background:#281a32;border:1px solid #bd985c;border-radius:7px;margin:0;padding:1px 4px;font-size:9px;line-height:1.2;position:absolute;inset-inline:auto 0;transform:none}.pt-tray-roll-hint{box-sizing:border-box;color:#412348;width:max(100%,96px);height:24px;font-family:var(--font-display,inherit);text-align:center;text-transform:uppercase;white-space:nowrap;text-shadow:0 1px #ffedaf;pointer-events:auto;transform-origin:top;background:linear-gradient(105deg,#bc7e23,#f3c85e 17%,#ffe8a0 48%,#e9b543 77%,#b57a24);border:1px solid #ffefac;border-radius:11px;justify-content:center;align-items:center;padding:0 13px;font-size:13px;font-weight:900;line-height:1;animation:.18s cubic-bezier(.23,1,.32,1) both roll-hint-arrive,1.2s cubic-bezier(.77,0,.175,1) .18s 2 roll-hint-attention;display:flex;position:absolute;top:calc(100% + 7px);left:50%;translate:-50%;box-shadow:inset 0 2px #fff7ca,inset 0 -2px #b07826,0 2px #5a341e,0 3px 6px #100617b3}.pt-tray-roll-hint:before,.pt-tray-roll-hint:after{content:"";background:radial-gradient(circle at 35% 25%,#fff6c6,#dca846 42%,#9a611f 75%);border-radius:50%;width:6px;height:6px;position:absolute;top:calc(50% - 3px);box-shadow:0 1px 1px #6b3c26}.pt-tray-roll-hint:before{inset-inline-start:5px}.pt-tray-roll-hint:after{inset-inline-end:5px}[lang=fr] .pt-tray-roll-hint{letter-spacing:-.2px;font-size:10px}[lang=ar] .pt-tray-roll-hint{font-size:13px}.pt-corner-card:has(.single-die-mode) .pt-tray-roll-hint{padding-inline:10px;font-size:10px}[lang=fr] .pt-corner-card:has(.single-die-mode) .pt-tray-roll-hint{font-size:8px}[lang=ar] .pt-corner-card:has(.single-die-mode) .pt-tray-roll-hint{font-size:11px}.pt-corner-card:has(.single-die-mode) .pt-tray-roll-hint:before{width:4px;height:4px;top:calc(50% - 2px)}.pt-corner-card:has(.single-die-mode) .pt-tray-roll-hint:after{width:4px;height:4px;top:calc(50% - 2px)}@media (width<=380px){.pt-tray-roll-hint{height:21px;padding-inline:10px;font-size:10px}[lang=fr] .pt-tray-roll-hint{font-size:8px}[lang=ar] .pt-tray-roll-hint{font-size:11px}.pt-tray-roll-hint:before,.pt-tray-roll-hint:after{width:4px;height:4px;top:calc(50% - 2px)}}@keyframes roll-hint-arrive{0%{opacity:0}to{opacity:1}}@keyframes roll-hint-attention{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}@media (orientation:portrait),(width<=768px){.playing-table-screen .pt-corner-card[data-position=blue],.playing-table-screen .pt-corner-card[data-position=yellow]{bottom:calc(100% + 36px)}}@media (orientation:landscape) and (width>=769px){.playing-table-screen .pt-corner-card[data-position=red],.playing-table-screen .pt-corner-card[data-position=green]{bottom:calc(3% + 18px)}.pt-tray-roll-hint{padding-inline:10px;font-size:10px}[lang=fr] .pt-tray-roll-hint{font-size:8px}[lang=ar] .pt-tray-roll-hint{font-size:11px}.pt-tray-roll-hint:before,.pt-tray-roll-hint:after{width:4px;height:4px;top:calc(50% - 2px)}}@media (orientation:landscape) and (width>=1200px){.playing-table-screen .pt-corner-card[data-position=red],.playing-table-screen .pt-corner-card[data-position=green]{bottom:calc(6% + 18px)}}@media (prefers-reduced-motion:reduce){.pt-tray-roll-hint{animation:.18s cubic-bezier(.23,1,.32,1) both roll-hint-arrive}}.pt-turn-ribbon{z-index:20;top:calc(66px + env(safe-area-inset-top,0px));color:#fff0ce;width:max-content;max-width:calc(100% - 32px);min-height:37px;font-family:var(--font-display);text-transform:uppercase;pointer-events:none;background:linear-gradient(#4d315e,#281b3d);border:1px solid #f6d489;border-radius:24px;align-items:center;gap:7px;padding:3px 15px 3px 4px;font-size:16px;font-weight:700;line-height:1.1;display:flex;position:absolute;left:50%;transform:translate(-50%);box-shadow:inset 0 1px #fff0bd70,inset 0 -2px #ad772c,0 2px #674223,0 3px 9px #16092380}.pt-turn-portrait{border:2px solid var(--seat-light);background:var(--seat-dark);border-radius:50%;flex:none;justify-content:center;align-items:center;width:40px;height:40px;margin-block:-7px;font-size:27px;line-height:1;display:inline-flex;box-shadow:0 0 0 2px #d2a458}.pt-turn-pawn{object-fit:contain;flex:none;width:18px;height:25px}.pt-turn-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.pt-turn-countdown{color:#ffe52b;text-transform:none;white-space:nowrap;flex:none;align-items:center;gap:7px;display:inline-flex}.pt-turn-separator{color:#fff0ce}.pt-turn-seconds{font-variant-numeric:tabular-nums;text-align:center;min-width:3ch;font-size:17px}.pt-turn-stopwatch{flex:none;width:23px;height:25px}[dir=rtl] .pt-turn-ribbon{padding-inline:4px 15px}@media (orientation:landscape) and (height>=501px){.playing-table-screen .pt-board-section{padding-top:60px}}@media (height<=799px) and (orientation:portrait),(height<=500px) and (orientation:landscape){.pt-turn-ribbon{box-sizing:border-box;flex:none;justify-content:center;gap:4px;width:auto;min-width:0;max-width:100%;min-height:29px;padding:2px 5px;font-size:11px;position:static;transform:none}.pt-turn-portrait{width:24px;height:24px;margin-block:0;font-size:17px}.pt-turn-pawn{width:13px;height:18px}.pt-turn-countdown{gap:4px}.pt-turn-seconds{font-size:13px}.pt-turn-stopwatch{width:18px;height:20px}[lang=fr] .pt-turn-ribbon{font-size:10px}}.playing-table-screen .pt-corner-card.has-reaction{opacity:1;z-index:9}@media (orientation:portrait) and (height>=800px),(orientation:landscape) and (height>=501px){.playing-table-screen .pt-corner-card.has-reaction:not(.is-active){grid-template-rows:60px 22px;height:100px}}.table-seat-reaction{pointer-events:none;color:#482647;text-align:center;background:#fff1cf;border:1px solid #ffe4a3;font-weight:750;animation:.18s ease-out both table-seat-reaction-arrive}.table-seat-reaction .reaction-sticker[data-reaction-motion]{animation:none}@keyframes table-seat-reaction-arrive{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.playing-table-screen .pt-corner-card .table-seat-reaction{box-sizing:border-box;transform-origin:50%;border-radius:5px;order:3;grid-area:2/1/auto/-1;place-self:center;width:max-content;min-width:0;max-width:100%;height:21px;min-height:0;padding:0 5px;position:static;inset:auto;box-shadow:0 1px #684461}.playing-table-screen .pt-corner-card .table-seat-reaction.is-phrase{white-space:nowrap;text-overflow:ellipsis;height:18px;font-size:10px;line-height:16px;display:block;overflow:hidden}.playing-table-screen .pt-corner-card .table-seat-reaction.is-sticker{width:24px;box-shadow:none;background:0 0;border:0;padding:0;font-size:20px;line-height:1}.table-seat-reaction .reaction-sticker{width:20px!important;height:20px!important}.table-seat-reaction:after{display:none}@media (orientation:landscape) and (height<=500px){.playing-table-screen .pt-corner-card .table-seat-reaction{grid-row:3;height:15px}.playing-table-screen .pt-corner-card .table-seat-reaction.is-phrase{height:15px;padding-inline:3px;font-size:10px;line-height:13px}.playing-table-screen .pt-corner-card .table-seat-reaction.is-sticker{font-size:14px}.table-seat-reaction .reaction-sticker{width:14px!important;height:14px!important}}@media (prefers-reduced-motion:reduce){.table-seat-reaction{animation:none}}.igm-overlay{box-sizing:border-box;width:100%;max-width:none;height:100%;max-height:none;padding:max(12px, env(safe-area-inset-top)) 0 0;color:#fff0db;font-family:var(--font-ui);background:0 0;border:0;margin:0;position:fixed;inset:0;overflow:hidden}.igm-overlay[open]{justify-content:center;align-items:flex-end;display:flex}.igm-overlay::backdrop{background:#100923a8}.igm-surface{pointer-events:none;flex-direction:column;gap:10px;width:min(100%,430px);min-height:0;max-height:100%;display:flex}.igm-surface>*{pointer-events:auto}.igm-card{box-sizing:border-box;min-height:0;padding:20px max(18px, env(safe-area-inset-right)) max(22px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#9877ac transparent;background:radial-gradient(at 0 0,#603a816b,#0000 65%),linear-gradient(150deg,#392451,#21162f 85%);border:1px solid #a782c4;border-bottom:0;border-radius:26px 26px 0 0;flex-direction:column;gap:16px;display:flex;overflow-y:auto;box-shadow:inset 0 1px #dfc1f14d,0 -8px 45px #05021861}.igm-header{flex-shrink:0;align-items:center;gap:9px;display:flex}.igm-title{min-width:0;font:500 25px/1.2 var(--font-display);color:#fff0db;text-wrap:balance;flex:1;margin:0}.igm-close-btn,.igm-back-btn{color:#fff0db;width:44px;height:44px;font:400 29px/1 var(--font-ui);cursor:pointer;background:#150d254f;border:1px solid #b296c15e;border-radius:13px;flex-shrink:0;place-items:center;padding:0;display:grid}.igm-back-btn{font-size:36px}.igm-menu-actions{flex-direction:column;gap:10px;display:flex}.igm-resume-btn{color:#4a2d0d;width:100%;min-height:54px;font:600 19px/1.2 var(--font-display);text-align:center;cursor:pointer;background:linear-gradient(175deg,#ffe895,#f4c34e 68%,#eeb03f);border:1px solid #ffe3a0;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;padding:10px 16px;display:flex;box-shadow:inset 0 2px #fff7c899,0 3px #ab712d,0 5px 10px #120a244d}.igm-resume-btn>span{font-size:17px}.igm-action-btn{color:#fff0db;text-align:start;width:100%;min-height:56px;font:750 17px/1.3 var(--font-ui);cursor:pointer;background:linear-gradient(150deg,#63437455,#2d1e4055);border:1px solid #aa89c366;border-radius:14px;align-items:center;gap:14px;padding:10px 14px;display:flex}.igm-action-btn>svg,.igm-leave-btn>svg{color:#d9b7ed;flex-shrink:0;width:23px;height:23px}.igm-action-btn>span:not(.igm-chevron):not(.igm-action-icon){flex:1}.igm-chevron{color:#d9b7ed;font-size:27px;line-height:1}.igm-leave-separator{border-top:1px solid #b698c62e;margin-top:4px;padding-top:12px}.igm-leave-btn{color:#efbeca;width:100%;min-height:48px;font:700 16px/1.3 var(--font-ui);cursor:pointer;background:#170e2329;border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;gap:10px;padding:10px 12px;display:flex}.igm-leave-btn>svg{color:currentColor}.igm-overlay:is(.igm-screen-settings,.igm-screen-moves,.igm-screen-buttons) .igm-card{padding-bottom:max(16px, env(safe-area-inset-bottom));gap:12px;overflow:hidden}.igm-settings-body{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#9877ac transparent;flex-direction:column;min-height:0;margin:-3px;padding:3px;display:flex;overflow-y:auto}.igm-settings-body>*{flex-shrink:0}.igm-toggles{background:#1c122f55;border:1px solid #a17bc23d;border-radius:15px;overflow:hidden}.igm-toggle-row{color:#fff0db;text-align:start;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:60px;padding:8px 14px;display:flex}.igm-toggle-row+.igm-toggle-row{border-top:1px solid #b698c62e}.igm-toggle-label{font:750 17px/1.3 var(--font-ui)}.igm-toggle-switch{box-sizing:border-box;color:#ba9ecc;width:36px;height:36px;font:800 27px/1 var(--font-ui);background:#21152f;border:1px solid #ad8fc1;border-radius:10px;flex:none;place-items:center;display:grid;box-shadow:inset 0 2px 4px #0005}.igm-toggle-switch.checked{color:#fff9d9;background:linear-gradient(#459d59,#236b39);border-color:#d4dba0;box-shadow:inset 0 1px #edffc780,0 2px 2px #08041666}.igm-move-aids{border:0;min-width:0;margin:0;padding:0}.igm-move-aids legend{color:#fff0db;font:750 17px/1.4 var(--font-ui);padding:0}.igm-move-aids>p{color:#d7c3e0;font:500 14px/1.4 var(--font-ui);margin:4px 0 9px}.igm-move-options{grid-template-columns:1fr;gap:9px;display:grid}.igm-move-option{cursor:pointer;min-width:0;position:relative}.igm-move-option input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.igm-move-face{box-sizing:border-box;background:#22172f;border:1px solid #9f7bb95c;border-radius:13px;align-items:center;gap:13px;height:100%;min-height:86px;padding:10px 28px 10px 9px;display:flex;position:relative}.igm-move-preview{width:100%;height:auto;max-height:58px;display:block}.igm-move-option-name{color:#e6d6ed;font:700 16px/1.3 var(--font-ui);text-align:start;overflow-wrap:normal;display:block}.igm-radio-dot{top:8px;box-sizing:border-box;background:#22172f;border:1.5px solid #ab8dc0;border-radius:50%;width:13px;height:13px;position:absolute;inset-inline-end:8px}.igm-move-option input:checked+.igm-move-face{background:#7b61392d;border-color:#f3d088;box-shadow:inset 0 0 0 1px #f3d08855}.igm-move-option input:checked+.igm-move-face .igm-radio-dot{background:#f3d088;border:3px solid #f3d088;box-shadow:inset 0 0 0 2px #493a31}.igm-settings-footer{border-top:1px solid #b698c62e;flex-direction:column;flex-shrink:0;gap:8px;padding-top:9px;display:flex}.igm-settings-footer>p{color:#d7c3e0;font:500 14px/1.4 var(--font-ui);text-align:center;margin:0}.igm-card .table-control-style{background:0 0;border:0;margin:0;padding:0}.igm-card .table-control-style legend{color:#fff0db;padding:0;font-size:17px;font-weight:750}.igm-card .table-control-style p{margin-top:4px;font-size:14px;line-height:1.4}.igm-card .table-control-style-name{text-align:center;overflow-wrap:anywhere;min-width:0;font-size:16px;line-height:1.3}.igm-card .table-control-style-check{flex-shrink:0}.igm-card .table-control-style-face{box-sizing:border-box;border-radius:13px;height:100%;padding:8px 4px}.igm-card .table-control-style-preview.is-text>span{font-size:12px}.igm-confirm-body{color:#ecdfef;font:500 16px/1.55 var(--font-ui);margin:0}.igm-confirm-body p{margin:0}.igm-confirm-body .igm-remaining-copy{color:#d7c3e0;margin-top:12px;font-size:14px}.igm-confirm-body strong{color:#fff0db;font-weight:800}.igm-confirm-actions{flex-direction:column;gap:12px;padding-top:4px;display:flex}.igm-confirm-leave{color:#ffd8df;min-height:48px;font:750 16px/1.3 var(--font-ui);cursor:pointer;background:#5b2c445c;border:1px solid #c07990;border-radius:14px;padding:10px 16px}.igm-exit-without-leaving{border-top:1px solid #b698c62e;padding-top:10px}.igm-exit-without-leaving p{color:#d7c3e0;font:500 14px/1.4 var(--font-ui);text-align:center;margin:5px 0 0}.igm-overlay button{touch-action:manipulation;transition:transform .15s ease-out}.igm-overlay button:active{transform:scale(.98)}.igm-overlay button:focus-visible,.igm-move-aids:focus-visible,.igm-move-option input:focus-visible+.igm-move-face{outline-offset:2px;outline:2px solid #ffe098}.igm-back-btn>span,.igm-chevron{direction:ltr;unicode-bidi:isolate}.igm-overlay[dir=rtl] .igm-back-btn>span,.igm-overlay[dir=rtl] .igm-chevron,.igm-overlay[dir=rtl] .igm-leave-btn>svg{transform:scaleX(-1)}@media (hover:hover) and (pointer:fine){.igm-action-btn:hover,.igm-close-btn:hover,.igm-back-btn:hover{background-color:#74518b55;border-color:#c5a4d8}.igm-leave-btn:hover,.igm-confirm-leave:hover{background-color:#72375166;border-color:#c07990}.igm-resume-btn:hover{filter:brightness(1.05)}}.igm-action-icon{box-sizing:border-box;color:#ffe4a0;background:linear-gradient(#4e3869,#211535);border:1.5px solid #e0be72;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;display:grid;box-shadow:inset 0 1px #fff4be80,0 2px 3px #0b041980}.igm-action-icon svg{width:24px;height:24px}.igm-action-btn{min-height:66px}.igm-settings-body{gap:13px}.igm-preference-links{flex-direction:column;gap:10px;display:flex}.igm-preference-summary,.igm-card .settings-table-summary{box-sizing:border-box;color:#fff0db;text-align:start;width:100%;min-height:76px;font-family:var(--font-ui);cursor:pointer;background:linear-gradient(145deg,#4c355e80,#251933);border:1px solid #a282be80;border-radius:14px;align-items:center;gap:13px;margin:0;padding:10px 12px;display:flex;box-shadow:inset 0 1px #e3c9ed25}.igm-preference-summary>span:not(.igm-chevron),.igm-card .settings-table-summary-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.igm-preference-summary strong,.igm-card .settings-table-summary-copy strong{font-size:17px;line-height:1.25}.igm-preference-summary small,.igm-card .settings-table-summary-copy>span{color:#d8c3e4;font-size:15px;line-height:1.3}.igm-preference-summary>.igm-move-preview{flex:none;width:88px}.igm-card .settings-table-summary .table-control-style-preview{flex:none;order:-1;width:88px;height:42px}.igm-card .settings-table-summary .table-control-style-mini-action{height:32px}.igm-card .settings-table-summary .table-control-style-mini-label{font-size:9px;line-height:11px}.igm-card .settings-table-summary-chevron{color:#d9b7ed}.igm-move-aids legend,.igm-screen-buttons .table-control-style legend{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.igm-move-face>.igm-move-preview{flex:none;width:96px;max-height:none}.igm-move-copy{flex-direction:column;gap:5px;min-width:0;display:flex}.igm-move-help{color:#d7c3e0;font:500 14px/1.35 var(--font-ui)}.igm-card .table-control-style-face{gap:12px;min-height:118px;padding:14px 6px}.igm-card .table-control-style-preview{height:46px}.igm-card .table-control-style-mini-action{height:38px}.igm-card .table-control-style-preview.is-illustrated .table-social-charm{flex-basis:27px;width:33px;height:27px;transform:scale(.9)}.igm-card .table-control-style-mini-label{font-size:10px;line-height:12px}.igm-overlay[dir=rtl] .settings-table-summary-chevron{transform:scaleX(-1)}@media (width<=360px){.igm-card{gap:12px;padding-inline:13px}.igm-title{font-size:22px}.igm-preference-summary,.igm-card .settings-table-summary{gap:8px;padding-inline:9px}.igm-preference-summary>.igm-move-preview,.igm-card .settings-table-summary .table-control-style-preview{width:72px}.igm-preference-summary strong,.igm-card .settings-table-summary-copy strong{font-size:16px}}@media (orientation:landscape) and (width>=480px){.igm-surface{width:min(100%,900px)}.igm-card{padding:12px max(18px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));gap:10px}.igm-title{font-size:23px}.igm-menu-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;display:grid}.igm-action-btn{min-height:54px;padding-block:6px}.igm-action-icon{width:34px;height:34px}.igm-leave-separator{border:0;margin:0;padding:0;display:flex}.igm-leave-btn{min-height:48px}.igm-screen-settings .igm-settings-body{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:start;gap:14px;display:grid}.igm-toggles{align-self:start}.igm-toggle-row{min-height:58px}.igm-preference-links{gap:8px}.igm-preference-summary,.igm-card .settings-table-summary{gap:9px;min-height:58px;padding:6px 9px}.igm-preference-summary>.igm-move-preview,.igm-card .settings-table-summary .table-control-style-preview{width:72px}.igm-preference-summary strong,.igm-card .settings-table-summary-copy strong{font-size:15px}.igm-preference-summary small,.igm-card .settings-table-summary-copy>span{font-size:13px}.igm-settings-footer{flex-direction:row;align-items:center;gap:14px}.igm-settings-footer>p{text-align:start;flex:1}.igm-settings-footer .igm-resume-btn{width:auto;min-width:160px;max-width:55%;min-height:48px}.igm-move-options{grid-template-columns:repeat(3,minmax(0,1fr))}.igm-move-face{flex-direction:column;gap:7px;padding:8px}.igm-move-face>.igm-move-preview{width:100%;max-height:58px}.igm-move-option-name{text-align:center;font-size:15px}.igm-move-help{text-align:center;font-size:13px}.igm-radio-dot{inset-inline-end:6px}.igm-confirm-actions{flex-direction:row}.igm-confirm-actions>button{flex:1;width:auto}.igm-confirm-card{max-height:100%}}@media (prefers-reduced-motion:no-preference){@starting-style{.igm-overlay[open] .igm-surface{opacity:0;transform:translateY(32px)}}.igm-surface{transition:opacity .18s ease-out,transform .22s cubic-bezier(.22,.61,.36,1)}}@media (orientation:landscape) and (height<=360px){.igm-screen-moves .igm-move-preview{max-height:42px}.igm-screen-moves .igm-move-help{font-size:12px}}@media (prefers-reduced-motion:reduce){.igm-overlay button,.igm-surface{transition:none}.igm-overlay button:active{transform:none}}.pt-voice-button{color:#fff0d7;cursor:pointer;background:linear-gradient(#503575,#2b1b46);border:1px solid #8960b5;border-radius:12px;justify-content:center;align-items:center;gap:5px;width:100%;min-width:0;min-height:36px;padding:6px 8px;font:700 11px/1.1 Fredoka,Outfit,sans-serif;display:inline-flex;box-shadow:inset 0 1px #ba92e333,0 3px 9px #05021860}.pt-voice-button svg{flex:0 0 17px;width:17px;height:17px}.pt-voice-button span{overflow-wrap:anywhere}.pt-voice-button .pt-voice-audio-dot{color:#442843;background:#f1cc7e;border-radius:50%;flex:0 0 12px;justify-content:center;align-items:center;width:12px;height:12px;font:700 10px/1 sans-serif;display:inline-flex}.pt-voice-button.is-connected{border-color:#bb91e5}.pt-voice-button.is-mic-on{color:#ffe3a0;background:linear-gradient(#644a57,#39243f);border-color:#e7b764}.pt-voice-button:active{transform:translateY(1px)}.pt-voice-badge{color:#c9b3df;pointer-events:none;background:#241537;border:1px solid #8b65ad;border-radius:6px;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.pt-voice-badge svg{width:12px;height:12px}.pt-voice-badge.is-speaking{color:#ffe4ac;background:#634834;border-color:#f1c67c}.pt-voice-badge.is-muted,.pt-voice-badge.is-mutedForYou{color:#aa9bb8;border-color:#665074}.pt-voice-dialog{box-sizing:border-box;overscroll-behavior:contain;color:#fff0d7;text-align:start;background:linear-gradient(150deg,#38244f,#1b1232 70%);border:1px solid #a979ce;border-radius:22px;width:min(430px,100vw - 28px);max-width:none;max-height:calc(100dvh - 32px);margin:auto;padding:0;font-family:Outfit,sans-serif;overflow:auto;box-shadow:inset 0 1px #cfabe333,0 22px 70px #060212a6}.pt-voice-dialog::backdrop{background:#100923bd}.pt-voice-panel{padding:22px}.pt-voice-header{justify-content:space-between;align-items:center;gap:14px;display:flex}.pt-voice-audience{color:#d4b0e8;margin:0 0 4px;font-size:11px;font-weight:700}.pt-voice-header h2{color:#ffdda2;margin:0;font:600 25px/1.2 Fredoka,sans-serif}.pt-voice-close{color:#ebd8f7;cursor:pointer;background:#2a193e;border:1px solid #9169ad;border-radius:12px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font:24px/1 Outfit,sans-serif;display:inline-flex}.pt-voice-intro{color:#d4bfdc;margin:16px 0 0;font-size:14px;line-height:1.5}.pt-voice-notice,.pt-voice-error,.pt-voice-audio-notice{background:#241833;border:1px solid #795390;border-radius:12px;margin:16px 0 0;padding:12px;font-size:13px;line-height:1.5}.pt-voice-error{color:#ffe0d2;background:#452734;border-color:#b27a80}.pt-voice-audio-notice{color:#ffe4ab;border-color:#b89358}.pt-voice-audio-notice p{margin:0 0 10px}.pt-voice-mic-state{background:#130d2370;border:1px solid #72538d;border-radius:16px;align-items:center;gap:13px;margin:20px 0 0;padding:15px;display:flex}.pt-voice-mic-emblem{color:#c8b0df;flex:0 0 38px;justify-content:center;align-items:center;width:38px;display:flex}.pt-voice-mic-emblem svg{width:30px;height:30px}.pt-voice-mic-state strong{color:#efdcff;font-size:16px;font-weight:700;display:block}.pt-voice-mic-state p{color:#d1bedb;margin:4px 0 0;font-size:12px;line-height:1.5}.pt-voice-mic-state.is-on{border-color:#bb9256}.pt-voice-mic-state.is-on .pt-voice-mic-emblem,.pt-voice-mic-state.is-on strong{color:#ffdc94}.pt-voice-members{margin-top:20px}.pt-voice-count{color:#cfb2df;margin:0 0 8px;font-size:12px;font-weight:700}.pt-voice-members ul{margin:0;padding:0;list-style:none}.pt-voice-member{border-bottom:1px solid #77548540;align-items:center;gap:9px;min-height:55px;padding:6px 0;display:flex}.pt-voice-member:last-child{border-bottom:0}.pt-voice-avatar{background:#482a61;border-radius:50%;flex:0 0 36px;width:36px;height:36px;font-size:22px}.pt-voice-member-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.pt-voice-member-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.pt-voice-member-copy>span,.pt-voice-self{color:#baa6ca;font-size:11px;font-weight:400}.pt-voice-member.is-speaking .pt-voice-member-copy>span{color:#f4d395}.pt-voice-peer-mute{color:#dbc6e7;cursor:pointer;background:#31213e;border:1px solid #73508f;border-radius:11px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;margin-inline-start:2px;padding:9px;display:inline-flex}.pt-voice-peer-mute[aria-pressed=true]{color:#c4b4ce;background:#241832}.pt-voice-peer-mute svg{width:20px;height:20px}.pt-voice-empty{color:#c5afce;margin:12px 0 0;font-size:12px;line-height:1.5}.pt-voice-footer{flex-direction:column;align-items:stretch;gap:10px;margin-top:20px;display:flex}.pt-voice-footer:empty{display:none}.pt-voice-consent{color:#e1c9e9;margin:0 0 2px;font-size:13px;line-height:1.55}.pt-voice-action{cursor:pointer;border:1px solid #be99da;border-radius:13px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;padding:10px 14px;font:600 15px/1.35 Fredoka,Outfit,sans-serif;display:flex}.pt-voice-action svg{flex:0 0 21px;width:21px;height:21px}.pt-voice-action--primary{color:#522d12;background:linear-gradient(#ffda91,#e8ae57);border-color:#ffe0a1;box-shadow:inset 0 1px #fff0c3,0 3px #73512b}.pt-voice-action--secondary{color:#f2defd;background:linear-gradient(#56386d,#352143);border-color:#9970bb;box-shadow:inset 0 1px #b18bce33}.pt-voice-action:disabled{opacity:.55;cursor:default;box-shadow:none}.pt-voice-leave{color:#dfb8d0;cursor:pointer;background:0 0;border:0;border-radius:12px;min-height:42px;padding:8px 12px;font:500 14px/1.4 Outfit,sans-serif}.pt-voice-leave:hover{background:#67405440}.pt-voice-button:focus-visible,.pt-voice-dialog button:focus-visible{outline-offset:3px;outline:2px solid #ffe0a1}@media (width<=380px){.pt-voice-panel{padding:18px}.pt-voice-header h2{font-size:23px}.pt-voice-member{gap:7px}}@media (height<=520px){.pt-voice-dialog{max-height:calc(100dvh - 16px)}.pt-voice-panel{padding:16px 20px}.pt-voice-mic-state,.pt-voice-members,.pt-voice-footer{margin-top:14px}}.table-moment{pointer-events:none;text-align:center;color:#ffdda1;text-shadow:0 1px #1a0b25;flex:none;justify-content:center;align-items:center;min-width:0;max-width:100%;min-height:16px;padding:0 3px;font-size:10px;font-weight:700;line-height:1.3;display:flex;position:static}.table-moment-copy{overflow-wrap:anywhere;min-width:0}.table-moment-context{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.table-moment.is-bonus{color:#ffe5a1}.playing-table-screen .table-reaction{color:#ffdf91;text-shadow:0 2px #432053,0 4px 7px #10061c;white-space:nowrap;align-items:center;gap:7px;font-size:21px;animation:1.4s ease-out both table-reaction-pop;display:flex;bottom:20%;left:50%;right:auto;transform:translate(-50%)}.table-reaction img{object-fit:contain;width:51px;height:51px}@keyframes table-reaction-pop{0%{opacity:0;transform:translate(-50%,5px)scale(.92)}15%,75%{opacity:1;transform:translate(-50%)scale(1)}to{opacity:0;transform:translate(-50%,-8px)}}@media (prefers-reduced-motion:reduce){.playing-table-screen .table-reaction{animation:none}}.pwf-overlay{z-index:900;background:#000000a6;justify-content:center;align-items:center;animation:.25s both pwf-fade-in;display:flex;position:fixed;inset:0}.pwf-overlay.pwf-closing{animation:.25s both pwf-fade-out}.pwf-screen{border-radius:24px;flex-direction:column;width:90%;max-width:440px;height:90%;max-height:92dvh;animation:.35s both pwf-slide-up;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000080}.pwf-screen.pwf-screen-closing{animation:.25s both pwf-slide-down}.pwf-close-btn{color:#ffffffd9;cursor:pointer;z-index:10;background:#00000059;border:1px solid #ffffff38;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:900;transition:transform .12s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 3px 8px #0000004d}.pwf-close-btn:active{transform:scale(.9)}[dir=rtl] .pwf-close-btn{left:10px;right:auto}.pwf-coins-bar{z-index:5;align-items:center;gap:4px;padding:12px 16px 0;display:flex}.pwf-coin-icon{font-size:22px}.pwf-coin-amount{font-family:var(--font-display);color:#fff;text-shadow:1px 1px 2px #0000004d;font-size:16px;font-weight:900}.pwf-coin-add{color:#fff;cursor:pointer;background:linear-gradient(#3ed47b,#1e9e56);border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;font-weight:900;line-height:1;display:flex;box-shadow:inset 0 1px #ffffff73}.pwf-header-banner{font-family:var(--font-display);color:#fff;letter-spacing:2px;text-align:center;text-shadow:1px 2px #0003;border-radius:30px;margin:10px auto 0;padding:10px 36px;font-size:18px;font-weight:900;box-shadow:0 4px 12px #00000040,inset 0 2px #ffffff26}.pwf-content{scrollbar-width:none;flex-direction:column;flex:1;align-items:center;gap:10px;padding:8px 24px 16px;display:flex;overflow-y:auto}.pwf-content::-webkit-scrollbar{display:none}.pwf-section-title{font-family:var(--font-display);color:#fff;letter-spacing:1px;text-shadow:1px 1px 2px #00000040;margin:4px 0 2px;font-size:15px;font-weight:900}.pwf-variation-row{align-items:center;gap:10px;display:flex}.pwf-var-btn{color:#ffffffb3;font-family:var(--font-display);letter-spacing:1px;cursor:pointer;background:#0003;border:2px solid #ffffff40;border-radius:30px;padding:10px 24px;font-size:14px;font-weight:900;transition:all .18s}.pwf-help-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:2px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:900;display:flex}.pwf-board-type-box{background:#00000026;border:2px solid #ffffff1f;border-radius:16px;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:280px;padding:12px 24px;display:flex}.pwf-bt-title{font-family:var(--font-display);color:#fff;letter-spacing:1px;font-size:14px;font-weight:900}.pwf-bt-options{gap:32px;display:flex}.pwf-bt-option{cursor:pointer;align-items:center;gap:8px;display:flex;position:relative}.pwf-bt-option input[type=radio]{opacity:0;pointer-events:none;position:absolute}.pwf-bt-dot{background:#00000026;border:2px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .15s;display:flex}.pwf-bt-option.pwf-bt-active .pwf-bt-dot{border-color:var(--gold);background:var(--gold);box-shadow:0 0 8px #f5c51873}.pwf-bt-option.pwf-bt-active .pwf-bt-dot:after{content:"";background:#3e2800;border-radius:50%;width:8px;height:8px}.pwf-bt-num{font-family:var(--font-display);color:#fff;text-shadow:1px 1px 2px #0000004d;font-size:22px;font-weight:900}.pwf-bet-row{align-items:center;gap:10px;display:flex}.pwf-bet-btn{border:1px solid var(--line-gold);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:22px;font-weight:900;transition:all .12s;display:flex}.pwf-bet-minus{color:#fff1f2;background:linear-gradient(#e8636d,#b5232f)}.pwf-bet-plus{color:#04301b;background:linear-gradient(#3ed47b,#1e9e56)}.pwf-bet-btn:disabled{opacity:.35;cursor:not-allowed}.pwf-bet-btn:active:not(:disabled){transform:scale(.9)}.pwf-bet-value{text-align:center;border:1px solid var(--line-gold);min-width:120px;font-family:var(--font-display);color:#fff;letter-spacing:.5px;background:#0003;border-radius:10px;padding:8px 16px;font-size:16px;font-weight:900}.pwf-teamup-row{justify-content:center;align-items:center;gap:16px;width:100%;max-width:280px;display:flex}.pwf-teamup-label{font-family:var(--font-ui);color:#ffffffd9;font-size:13px;font-weight:700;line-height:1.3}.pwf-teamup-toggle{cursor:pointer;background:#0000004d;border:2px solid #fff3;border-radius:14px;flex-shrink:0;width:50px;height:28px;transition:all .2s;position:relative}.pwf-toggle-knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0000004d}.pwf-teamup-toggle.pwf-teamup-on .pwf-toggle-knob{transform:translate(22px)}.pwf-offline-players-box{background:#00000026;border:2px solid #ffffff1f;border-radius:16px;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:300px;padding:14px 20px;display:flex}.pwf-player-count-selectors{justify-content:center;gap:20px;display:flex}.pwf-pc-option{cursor:pointer;align-items:center;gap:6px;display:flex;position:relative}.pwf-pc-option input[type=radio]{opacity:0;pointer-events:none;position:absolute}.pwf-pc-dot{background:#00000026;border:2px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.pwf-pc-option.pwf-pc-active .pwf-pc-dot{border-color:var(--gold);background:var(--gold);box-shadow:0 0 8px #f5c51873}.pwf-pc-option.pwf-pc-active .pwf-pc-dot:after{content:"";background:#3e2800;border-radius:50%;width:7px;height:7px}.pwf-pc-label{font-family:var(--font-display);color:#fff;text-shadow:1px 1px 2px #0000004d;font-size:16px;font-weight:900}.pwf-player-inputs-list{flex-direction:column;gap:8px;width:100%;display:flex}.pwf-player-input-row{align-items:center;gap:12px;width:100%;display:flex}.pwf-token-icon{color:#ffa000;text-shadow:0 1px 1px #00000040;border:2.5px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex;box-shadow:0 3px 8px #0006,inset 0 2px #fff3}.pwf-token-red{background:radial-gradient(circle at 34% 28%,#f2717b,#e63946 60%,#a81d28)}.pwf-token-yellow{background:radial-gradient(circle at 34% 28%,#ffe9a8,#ffc93c 60%,#c08800)}.pwf-token-green{background:radial-gradient(circle at 34% 28%,#7ee8b0,#2fbf71 60%,#177a48)}.pwf-token-blue{background:radial-gradient(circle at 34% 28%,#8fbeff,#3a86ff 60%,#1f5cc4)}.pwf-player-name-input{color:#fff;font-family:var(--font-ui);background:#0003;border:2px solid #fff3;border-radius:10px;outline:none;flex:1;padding:8px 12px;font-size:14px;transition:border-color .15s}.pwf-player-name-input:focus{border-color:#ffffff73}.pwf-id-orange{filter:hue-rotate(30deg)saturate(2)brightness(1.1)}.pwf-id-green{filter:hue-rotate(80deg)saturate(1.8)}.pwf-start-btn{color:#fff;width:100%;max-width:260px;font-family:var(--font-display);letter-spacing:3px;cursor:pointer;text-shadow:1px 2px #00000040;border:3px solid;border-radius:30px;padding:14px 0;font-size:20px;font-weight:900;transition:transform .12s;box-shadow:0 6px 18px #00000059,inset 0 2px #fff3}.pwf-start-btn:active{transform:scale(.95)}.pwf-join-bar{background:#0000004d;border-top:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;display:flex}.pwf-join-text{font-family:var(--font-ui);color:#ffffffd9;flex-shrink:1;min-width:0;font-size:12px;line-height:1.3}.pwf-join-text strong{color:#fff;font-weight:900}.pwf-join-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.pwf-join-input{color:#fff;width:70px;font-family:var(--font-ui);background:#0003;border:2px solid #ffffff40;border-radius:8px;outline:none;padding:6px 8px;font-size:12px}.pwf-join-input::placeholder{color:#fff6}.pwf-join-btn{border:1px solid var(--line-gold);background:linear-gradient(180deg, var(--gold-hi), #f0a028);color:#402a00;font-family:var(--font-display);letter-spacing:1px;cursor:pointer;border-radius:20px;padding:8px 20px;font-size:14px;font-weight:900;transition:transform .12s;box-shadow:0 3px 10px #0000004d}.pwf-join-btn:active{transform:scale(.92)}.pwf-start-action-row{justify-content:center;align-items:flex-end;gap:16px;width:100%;max-width:320px;margin-top:10px;display:flex;position:relative}.pwf-invite-btn-container{flex-direction:column;flex-shrink:0;align-items:center;display:flex;position:relative}.pwf-online-badge{white-space:nowrap;font-family:var(--font-ui);color:#fff;text-shadow:1px 1px 2px #0009;align-items:center;gap:4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-18px}.pwf-online-dot{background-color:#39ff14;border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 4px #39ff14}.pwf-invite-btn{color:#fff;cursor:pointer;background:#00000052;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;padding:0;transition:transform .12s;display:flex;box-shadow:0 4px 10px #0000004d}.pwf-invite-btn:active{transform:scale(.9)}.pwf-invite-icon{filter:brightness(0)invert()drop-shadow(0 2px 4px #0000004d);align-items:center;font-size:24px;display:inline-flex}.pwf-plus-sign{margin-left:-2px;font-size:16px;font-weight:900}.pwf-team-code-bar{border-top:1px solid #ffffff1a;background:#0000004d!important}.pwf-team-input{width:140px!important;padding:6px 12px!important;font-size:12px!important}.pwf-team-join-btn{background:linear-gradient(180deg, var(--gold-hi), #f0a028)!important;border-color:var(--line-gold)!important;color:#402a00!important}@keyframes pwf-fade-in{0%{opacity:0}to{opacity:1}}@keyframes pwf-fade-out{0%{opacity:1}to{opacity:0}}@keyframes pwf-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pwf-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media (width>=600px){.pwf-header-banner{font-size:22px}.pwf-friend-sil{font-size:56px}.pwf-id{font-size:30px}.pwf-start-btn{max-width:300px;font-size:22px}}.lobby-status-label{font-family:var(--font-ui);color:var(--color-gold);text-align:center;text-shadow:1px 1px 2px #000c;margin-top:8px;font-size:13px;font-weight:700;display:block}.teamup-custom-modal-overlay{z-index:15;box-sizing:border-box;background:#0d061cf2;border-radius:24px;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.teamup-custom-modal{border:3px solid var(--color-gold);box-sizing:border-box;text-align:center;background:linear-gradient(135deg,#1c0a35 0%,#0a0216 100%);border-radius:20px;width:100%;max-width:340px;padding:24px;box-shadow:0 8px 32px #0009}.teamup-modal-title{font-family:var(--font-header);color:#ef5350;text-transform:uppercase;margin-top:0;margin-bottom:12px;font-size:18px}.teamup-modal-text{font-family:var(--font-ui);color:#fff;margin-bottom:24px;font-size:14px;line-height:1.5}.teamup-modal-actions{justify-content:center;gap:12px;display:flex}.teamup-modal-btn{font-family:var(--font-ui);cursor:pointer;border:none;border-radius:20px;padding:10px 20px;font-size:14px;font-weight:700;transition:transform .1s}.teamup-modal-btn:active{transform:scale(.95)}.teamup-btn-primary{color:#3e2723;background:linear-gradient(#ffd54f 0%,#ffb300 100%);box-shadow:0 4px #b78a00}.teamup-btn-secondary{color:#fff;background:#ffffff26;border:1px solid #ffffff4d}.teamup-friend-list{flex-direction:column;gap:8px;max-height:220px;margin-bottom:20px;padding-right:4px;display:flex;overflow-y:auto}.teamup-friend-list::-webkit-scrollbar{width:6px}.teamup-friend-list::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:3px}.teamup-friend-row{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.teamup-friend-info{color:#fff;font-family:var(--font-ui);align-items:center;gap:8px;font-size:13px;display:flex}.teamup-friend-invite-btn{color:#fff;cursor:pointer;background:linear-gradient(#00b0ff,#0077c0);border:none;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:700;transition:transform .1s}.teamup-friend-invite-btn:active{transform:scale(.92)}.pwf-reroll-count-selectors{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;width:100%;display:flex}.pwf-reroll-opt{color:#ffffffbf;font-family:var(--font-display,sans-serif);cursor:pointer;background:#00000040;border:1px solid #fff3;border-radius:12px;outline:none;padding:4px 10px;font-size:12px;font-weight:600;transition:all .15s}.pwf-reroll-opt:hover{color:#fff;background:#ffffff26}.pwf-reroll-opt.pwf-reroll-active{color:#2d1a00;background:linear-gradient(#f5c518 0%,#d49b00 100%);border-color:#ffe57f;font-weight:800;transform:scale(1.04);box-shadow:0 0 10px #f5c51873}.pwf-friends-reroll-section{background:#0000002e;border:1px solid #ffffff1a;border-radius:12px;width:100%;margin-top:10px;padding:12px 16px}.pwf-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08061dd6}.pwf-screen{background:var(--game-background);color:#fff0d7;border:1px solid #7960bd;box-shadow:inset 0 0 0 3px #38215f,0 24px 80px #050316a8}.pwf-close-btn{color:#fff0d7;background:linear-gradient(#42306e,#21163f);border-color:#7156ac;width:40px;height:40px}.pwf-coins-bar{min-height:42px;padding:16px 18px 0}.pwf-coin-amount{color:#fff0d7}.pwf-header-banner{box-shadow:none;color:#fff0d7;letter-spacing:.4px;text-shadow:0 3px #251140;background:0 0;border-radius:0;flex-shrink:0;order:0;margin:4px 0 0;padding:10px 20px 0;font-size:clamp(21px,5vw,27px)}.pwf-magic-hero{isolation:isolate;flex-shrink:0;height:164px;margin:0 16px;position:relative}.pwf-hero-orbit{opacity:.7;z-index:-1;width:94%;height:145px;position:absolute;bottom:2px;left:3%}.pwf-hero-pawns{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.pwf-hero-pawn{filter:drop-shadow(0 8px 10px #08052270);width:44%;height:156px}.pwf-hero-pawn+.pwf-hero-pawn{margin-left:-22px}.pwf-magic-hero--offline .pwf-hero-pawn,.pwf-magic-hero--4player .pwf-hero-pawn,.pwf-magic-hero--teamup .pwf-hero-pawn{width:29%;height:132px}.pwf-hero-prop{width:88px;height:80px;position:absolute;bottom:-3px;left:calc(50% - 44px)}.pwf-magic-hero.is-waiting{height:126px}.pwf-magic-hero.is-waiting .pwf-hero-pawn{height:125px}.pwf-content{scrollbar-width:thin;scrollbar-color:#60468b transparent;gap:9px;min-height:0;padding:10px 22px 22px}.pwf-section-title{color:#f8e9d2;letter-spacing:.2px;align-self:flex-start;margin:7px 0 0;font-size:15px}.pwf-variation-row{background:#151030c9;border:1px solid #6c4caa;border-radius:14px;gap:4px;width:100%;padding:4px}.pwf-var-btn{color:#e3d5f4;letter-spacing:.5px;background:0 0;border:1px solid #0000;border-radius:10px;flex:1;min-width:0;padding:11px 12px}.pwf-var-btn.pwf-var-active{color:#4e260a;background:linear-gradient(#ffd967,#f5ad24);border-color:#ffe6a1;box-shadow:inset 0 1px #fff9cc,0 2px 9px #ffb42338}.pwf-var-btn:disabled{cursor:default}.pwf-var-btn:disabled:not(.pwf-var-active){opacity:.55}.pwf-var-btn:focus-visible{outline-offset:2px;outline:2px solid #ffe6a1}.pwf-sixes-options{background:#21143acf;border:1px solid #7052aa;border-radius:14px;width:100%;padding:12px}.pwf-dice-choice{border:0;grid-template-columns:1fr 1fr;gap:8px;min-width:0;margin:0;padding:0;display:grid}.pwf-dice-choice legend{font:800 11px var(--font-display);letter-spacing:.6px;color:#e3d5f4;padding:0 0 8px}.pwf-dice-option{color:#e3d5f4;cursor:pointer;background:#180f2f;border:1px solid #725591;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:8px;font-size:14px;font-weight:800;display:flex;position:relative}.pwf-dice-option.is-selected{color:#ffdf8a;background:#493064;border-color:#ffd967;box-shadow:inset 0 0 0 1px #ffd967}.pwf-dice-option input{opacity:0;width:1px;height:1px;margin:0;position:absolute}.pwf-dice-option:has(input:focus-visible){outline-offset:3px;outline:2px solid #ffe6a1}.pwf-dice-choice:disabled .pwf-dice-option{cursor:default}.pwf-variation-heading{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.pwf-variation-heading .pwf-section-title{align-self:auto;margin:0}.pwf-rules-btn{color:#ffdfa0;min-height:44px;font:400 14px/1.2 var(--font-display);cursor:pointer;background:linear-gradient(#54365caa,#2d1a45aa);border:1px solid #c69c655e;border-radius:12px;flex-shrink:0;padding:8px 12px;box-shadow:inset 0 1px #ffe1ad20}.pwf-rules-btn:active{transform:scale(.97)}.pwf-rules-btn:focus-visible{outline-offset:2px;outline:2px solid #ffe6a1}.pwf-table-rules{color:#f8d77c;margin-top:4px;font-size:12px;display:block}.pwf-bet-row{background:#20133ddb;border:1px solid #604497;border-radius:14px;width:100%;padding:10px}.pwf-bet-value{color:#fff0d7;background:#110c29a3;border-color:#634692;flex:1;min-width:0;padding:8px 4px;font-size:17px}.pwf-bet-btn{flex-shrink:0;width:42px;height:42px}.pwf-bet-minus{color:#fff0d7;background:linear-gradient(#634298,#382151);border-color:#9d73dd}.pwf-offline-players-box{background:#21143acf;border:1px solid #7052aa;gap:10px;max-width:none;padding:12px}.pwf-player-count-selectors{flex-wrap:wrap;gap:12px;width:100%}.pwf-pc-option{min-height:36px}.pwf-player-pawn{flex-shrink:0;width:38px;height:44px}.pwf-player-name-input{color:#fff0d7;background:#140d29;border:1px solid #634594;width:100%;min-width:0;min-height:42px}.pwf-teamup-row{justify-content:space-between;max-width:none}.pwf-teamup-toggle.pwf-teamup-on{background:#1fb467;border-color:#70eaa0}.pwf-start-action-row{width:100%;margin-top:9px}.pwf-start-btn{aspect-ratio:3;min-width:0;max-width:350px;min-height:76px;box-shadow:none;color:#542600;text-shadow:0 1px #fff0b4;letter-spacing:.7px;background:url(/art/magic/frames/button-primary.webp) 50%/contain no-repeat;border:0;border-radius:0;padding:18px 22px;font-size:clamp(16px,4.3vw,21px)}.pwf-start-btn:disabled{opacity:.6;cursor:wait}.pwf-invite-btn{background:linear-gradient(#493075,#21143f);border-color:#855ec0;width:58px;height:58px}.pwf-invite-art{width:47px;height:47px}.pwf-online-badge{letter-spacing:0}.pwf-join-bar{background:#120c2bd9;border-color:#5f438c;gap:10px}.pwf-join-right{min-width:0}.pwf-join-input{background:#211638;border-color:#6f509f;min-width:0}.pwf-join-btn{border-color:#8e63bf;min-height:40px}.pwf-seat-avatar,.pwf-empty-seat{background:#281c49;border:1px solid #8e66cc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.pwf-empty-seat{color:#bda8d4;border-style:dashed;font-size:22px}.pwf-waiting-room{border:1px solid #79539d}.pwf-waiting-room input{min-width:0}.pwf-waiting-room .pwf-start-btn{min-height:64px}.matchmaking-search-overlay{z-index:10;color:#fff0d7;text-align:center;background:var(--game-background);flex-direction:column;justify-content:safe center;align-items:center;padding:24px;display:flex;position:absolute;inset:0;overflow-y:auto}.matchmaking-search-overlay>*{flex-shrink:0;min-width:0}.pwf-matchmaking-art{flex-shrink:0;width:min(100%,360px);height:230px;position:relative}.pwf-matchmaking-orbit{width:100%;height:100%;position:absolute;inset:0}.pwf-search-pawn{width:58%;height:220px;position:absolute;bottom:4px}.pwf-search-pawn--red{left:-4px;transform:rotate(-8deg)}.pwf-search-pawn--blue{right:-4px;transform:rotate(8deg)}.pwf-search-dice{width:110px;height:100px;position:absolute;bottom:-5px;left:calc(50% - 55px)}.pwf-search-title{font:700 clamp(24px, 6vw, 32px)/1.15 var(--font-display);text-shadow:0 3px #2b1642;margin:14px 0 24px}.pwf-search-profile{align-items:center;gap:24px;display:flex}.pwf-search-avatar,.pwf-search-rival{background:#241440;border:2px solid #a077d9;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:30px;display:inline-flex}.searching-spinner{border:3px solid #77523f;border-top-color:#ffcf65;border-radius:50%;width:34px;height:34px;animation:1s linear infinite spin}.pwf-search-status{color:#f4c76d;margin-top:22px}.pwf-search-details{color:#d4bfdc;max-width:330px;margin-top:10px;font-size:13px;line-height:1.5}.pwf-search-cancel{color:#fff0d7;background:linear-gradient(#463064,#26163f);border:1px solid #8560b7;border-radius:14px;min-width:180px;min-height:48px;margin-top:26px;padding:10px 24px;font-weight:700}.teamup-custom-modal{background:linear-gradient(#302052,#1b1031);border-color:#9162c9;max-height:calc(100dvh - 32px);overflow-y:auto}.pwf-modal-art{width:88px;height:70px;margin:0 auto 8px}.teamup-friend-info{gap:10px;min-width:0}.teamup-friend-info>span:last-child{overflow-wrap:anywhere}.pwf-overlay button:focus-visible,.pwf-overlay input:focus-visible{outline-offset:3px;outline:2px solid #ffeab5}@media (width<=480px){.pwf-screen{width:100%;height:100%;max-height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);border:none;border-radius:0}}@media (height<=680px){.pwf-magic-hero{height:104px}.pwf-hero-pawn,.pwf-magic-hero--offline .pwf-hero-pawn,.pwf-magic-hero--4player .pwf-hero-pawn,.pwf-magic-hero--teamup .pwf-hero-pawn{height:102px}.pwf-hero-orbit{height:100px}.pwf-hero-prop{width:65px;height:58px;left:calc(50% - 32px)}.pwf-content{gap:7px;padding-top:5px}.pwf-matchmaking-art{height:155px}.pwf-search-pawn{height:160px}.pwf-search-dice{height:75px}.pwf-search-title{margin:8px 0 16px}}@media (orientation:landscape) and (height<=500px){.pwf-screen{grid-template-rows:48px 54px 1fr auto;grid-template-columns:220px 1fr;width:min(96%,700px);max-width:700px;height:96%;max-height:96dvh;display:grid}.pwf-coins-bar{grid-area:1/1}.pwf-header-banner{grid-area:2/1;padding:8px 14px 0;font-size:20px}.pwf-magic-hero{grid-area:3/1;align-self:center;height:155px}.pwf-hero-pawn{height:148px}.pwf-content{grid-area:1/2/-1;padding:48px 20px 12px}.pwf-join-bar{flex-direction:column;grid-area:4/1;padding:8px}.pwf-join-right{width:100%}.pwf-join-input{flex:1;width:85px}.matchmaking-search-overlay{grid-template-columns:minmax(0,240px) minmax(0,300px);align-content:safe center;gap:10px 25px;display:grid}.pwf-matchmaking-art{grid-area:1/1/5;height:230px}.pwf-search-pawn{height:215px}.pwf-search-title,.pwf-search-profile,.pwf-search-status,.pwf-search-details,.pwf-search-cancel{grid-column:2;justify-self:center;margin:0}}@media (prefers-reduced-motion:reduce){.pwf-overlay,.pwf-screen,.searching-spinner{animation:none}}.pwf-feedback{color:#fff;overflow-wrap:anywhere;background:#0f0523e0;border-radius:10px;margin:8px 0;padding:10px 12px;font-size:13px;line-height:1.45}.pwf-feedback[role=alert]{color:#ffd6d6;border:1px solid #ff969673}.game-rules{width:min(440px,100vw - 24px);max-height:min(740px,100dvh - 32px);color:var(--ink-body);background:radial-gradient(at 5% 0,#58337a85,#0000 60%),linear-gradient(150deg,#352054,#18112f 80%);border:2px solid #a27ac6;border-radius:22px;margin:auto;padding:0;overflow:hidden;box-shadow:inset 0 0 0 3px #78529040,0 24px 70px #050218b3}.game-rules[open]{flex-direction:column;display:flex}.game-rules::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0e082ac4}.game-rules-header{border-bottom:1px solid #b893da40;flex-shrink:0;align-items:center;gap:12px;padding:20px 20px 16px;display:flex}.game-rules-heading{flex:1;min-width:0}.game-rules-heading h2{color:var(--ink-hi);font:400 24px/1.15 var(--font-display);text-shadow:0 2px 3px #0b061f80;margin:0}.game-rules-heading p{color:#dfc9e8;font:700 13px/1.4 var(--font-ui);margin:7px 0 0}.game-rules-close{width:44px;height:44px;color:var(--ink-hi);font:400 28px/1 var(--font-ui);cursor:pointer;background:linear-gradient(#50356e,#2a1b40);border:1px solid #a17bc2;border-radius:12px;flex-shrink:0;align-self:flex-start;place-items:center;padding:0;display:grid}.game-rules-live{color:#ffdc9b;font:700 12px/1.4 var(--font-ui);background:#80531e24;border-bottom:1px solid #ffc15a30;flex-shrink:0;margin:0;padding:10px 18px}.game-rules-topics{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#856399 transparent;min-height:0;padding:0 18px;overflow-y:auto}.game-rules-topic{border-bottom:1px solid #b893da30}.game-rules-topic:last-child{border-bottom:0}.game-rules-topic summary{cursor:pointer;color:#ffdfa0;min-height:56px;font:400 16px/1.3 var(--font-display);justify-content:space-between;align-items:center;gap:16px;padding:13px 2px;list-style:none;display:flex}.game-rules-topic summary::-webkit-details-marker{display:none}.game-rules-chevron{font:800 23px/1 var(--font-ui);flex-shrink:0;transform:translateY(-3px)}.game-rules-topic[open] .game-rules-chevron{transform:rotate(180deg)}.game-rules-copy{font:700 14px/1.55 var(--font-ui);padding:0 2px 17px}.game-rules-copy p{margin:0 0 12px}.game-rules-copy p:last-child{margin-bottom:0}.game-rules-callout+.game-rules-callout{margin-top:22px}.game-rules-callout h3{color:#fff0d0;font:400 19px/1.3 var(--font-display);text-wrap:balance;margin:0 0 10px;padding-inline-start:16px;position:relative}.game-rules-callout h3:before{content:"";inset-inline-start:0;background:linear-gradient(#ffe79a,#e8b53d);border-radius:4px;width:4px;position:absolute;top:2px;bottom:2px;box-shadow:0 0 8px #e9b64420}.game-rules-scene-placeholder{box-sizing:border-box;text-align:center;color:#dfc9e8;min-height:216px;font:700 13px/1.5 var(--font-ui);background:radial-gradient(at 50% 64%,#8453b32c,#0000 70%);flex-direction:column;justify-content:center;align-items:center;gap:12px;margin:0 0 18px;padding:20px;display:flex}.game-rules-scene-placeholder p{max-width:32ch;margin:0}.game-rules-scene-placeholder button{color:#ffdfa0;min-height:44px;font:inherit;cursor:pointer;background:linear-gradient(#50356e,#2a1b40);border:1px solid #a17bc2;border-radius:12px;padding:8px 20px}.game-rules-footer{background:#1b123680;border-top:1px solid #b893da40;flex-shrink:0;justify-content:center;padding:10px 20px 14px;display:flex}.game-rules-back{color:#532500;width:min(240px,100%);min-height:58px;font:400 20px/1.2 var(--font-display);cursor:pointer;background:url(/art/magic/frames/button-primary.webp) 50%/100% 100% no-repeat;border:0;padding:12px 26px}.game-rules button:active{transform:scale(.97)}.game-rules button:focus-visible,.game-rules summary:focus-visible{outline-offset:-3px;outline:2px solid #ffe6a1}@media (width<=360px){.game-rules-header{gap:8px;padding:16px 12px}.game-rules-heading h2{font-size:21px}.game-rules-topics{padding-inline:14px}}@media (height<=500px){.game-rules{max-height:calc(100dvh - 16px)}.game-rules-header{padding-block:10px}.game-rules-heading h2{font-size:21px}.game-rules-heading p{margin-top:3px}.game-rules-footer{padding-block:5px}.game-rules-back{min-height:44px}}.game-rules-topic:has(.game-rules-callout) .rule-scene figcaption{display:none}.game-rules-move-tip{font:500 13px/1.5 var(--font-ui);background:#6bbd8910;border:1px solid #72d9a03d;border-radius:14px;gap:12px;margin:0 0 18px;padding:14px;display:flex}.game-rules-move-ring{border:3px solid #00e676;border-radius:50%;flex-shrink:0;width:20px;height:20px;margin-top:2px}.game-rules-move-tip strong{color:#d6f8df;font-weight:800}.game-rules-move-tip p{margin:5px 0 0}.game-rules-move-tip button{color:#ddfbe5;min-height:44px;font:700 13px/1.4 var(--font-ui);cursor:pointer;background:#22653c40;border:1px solid #91caa66b;border-radius:10px;margin-top:8px;padding:8px 12px}.game-rules--table{box-sizing:border-box;width:100%;max-width:none;height:100%;max-height:none;padding:max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) 0 max(12px, env(safe-area-inset-left));box-shadow:none;color:#fff0db;font-family:var(--font-ui);background:0 0;border:0;border-radius:0;margin:0;position:fixed;inset:0}.game-rules--table::backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#10092380}.game-rules-surface{flex-direction:column;gap:10px;width:min(100%,430px);min-height:0;max-height:100%;display:flex}.game-rules-card{background:radial-gradient(at 0 0,#603a816b,#0000 65%),linear-gradient(150deg,#392451,#21162f 85%);border:1px solid #a782c4;border-bottom:0;border-radius:26px 26px 0 0;flex-direction:column;min-height:0;display:flex;overflow:hidden;box-shadow:inset 0 1px #dfc1f14d,0 -8px 45px #05021861}.game-rules--table .game-rules-header{gap:9px;padding:14px 16px 10px}.game-rules--table .game-rules-heading h2{text-shadow:none;font-size:23px}.game-rules--table .game-rules-heading p{margin-top:4px;font-size:13px;font-weight:500}.game-rules-menu-back,.game-rules--table .game-rules-close{box-sizing:border-box;color:#fff0db;width:44px;height:44px;font:400 29px/1 var(--font-ui);cursor:pointer;background:#150d254f;border:1px solid #b296c15e;border-radius:13px;flex-shrink:0;align-self:center;place-items:center;padding:0;display:grid}.game-rules-menu-back{font-size:36px}.game-rules-menu-back>span{direction:ltr;unicode-bidi:isolate}.game-rules--table[dir=rtl] .game-rules-menu-back>span{transform:scaleX(-1)}.game-rules--table .game-rules-topics{padding-inline:16px}.game-rules--table .game-rules-topic summary{min-height:48px;padding-block:10px;font-size:17px}.game-rules--table .game-rules-copy{font-weight:500}.game-rules--table .game-rules-footer{padding:12px 16px max(18px, env(safe-area-inset-bottom))}.game-rules--table .game-rules-back{color:#4a2d0d;width:100%;min-height:50px;font:600 19px/1.2 var(--font-display);background:linear-gradient(175deg,#ffe895,#f4c34e 68%,#eeb03f);border:1px solid #ffe3a0;border-radius:15px;padding:10px 16px;box-shadow:inset 0 2px #fff7c899,0 3px #ab712d}@media (width<=360px){.game-rules--table{padding-inline:8px}.game-rules--table .game-rules-header{gap:7px;padding-inline:12px}.game-rules--table .game-rules-heading h2{font-size:21px}}@media (orientation:landscape) and (width>=480px){.game-rules--table{padding:max(10px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left))}.game-rules--table[open]{justify-content:center;align-items:flex-start}.game-rules-surface{gap:8px;width:min(690px,100%)}.game-rules-card{border-bottom:1px solid #a782c4;border-radius:22px}.game-rules--table .game-rules-header{padding:8px 14px}.game-rules--table .game-rules-heading h2{font-size:21px}.game-rules--table .game-rules-heading p{margin-top:2px}.game-rules--table .game-rules-topic summary{min-height:44px;padding-block:8px}.game-rules--table .game-rules-topic-content{grid-template-columns:minmax(160px,.7fr) minmax(0,1fr);align-items:start;gap:16px;display:grid}.game-rules--table .rule-scene{margin-bottom:10px}.game-rules--table .rule-scene-stage{height:150px}.game-rules--table .rule-scene figcaption{font-size:14px}.game-rules--table .game-rules-scene-placeholder{min-height:150px;padding:10px}.game-rules--table .game-rules-copy{padding-top:6px}.game-rules--table .game-rules-footer{padding:8px 14px 11px}.game-rules--table .game-rules-back{min-height:44px}}@media (orientation:landscape) and (width>=480px) and (height<=360px){.game-rules--table{padding:max(6px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(6px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left))}.game-rules-surface{gap:4px}.game-rules--table .game-rules-header{padding-block:4px}.game-rules--table .game-rules-heading p{display:none}.game-rules--table .game-rules-footer{padding-block:6px}}.game-rules--table{padding:max(12px, env(safe-area-inset-top)) 0 0}.game-rules--table[open]{justify-content:flex-end;align-items:center}.game-rules--table .game-rules-card{border-bottom:0;border-radius:26px 26px 0 0}@media (orientation:landscape) and (width>=480px){.game-rules--table .game-rules-surface{width:min(900px,100%)}}.pwa-prompt-banner{-webkit-backdrop-filter:blur(12px);z-index:9990;color:#fff;background:linear-gradient(135deg,#2a1250f2,#4b1c80f2);border:1px solid #ffd7004d;border-radius:16px;flex-direction:column;gap:10px;width:calc(100% - 32px);max-width:420px;padding:14px 16px;font-family:inherit;animation:.4s ease-out pwaSlideUp;display:flex;position:fixed;bottom:75px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080,0 0 15px #ffd70033}@keyframes pwaSlideUp{0%{opacity:0;transform:translate(-50%,40px)}to{opacity:1;transform:translate(-50%)}}.pwa-prompt-header{justify-content:space-between;align-items:center;display:flex}.pwa-prompt-title{color:gold;text-shadow:0 1px 3px #0006;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.pwa-prompt-title svg{fill:gold;width:20px;height:20px}.pwa-prompt-close{color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:16px;line-height:1;transition:all .2s;display:flex}.pwa-prompt-close:hover{color:#fff;background:#ffffff40}.pwa-prompt-body{color:#ffffffe6;font-size:13px;line-height:1.4}.pwa-prompt-steps{color:#e2d4ff;background:#00000040;border-radius:10px;align-items:center;gap:6px;margin-top:4px;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.pwa-prompt-steps strong{color:gold}.pwa-prompt-btn{color:#1a0836;cursor:pointer;background:linear-gradient(135deg,gold 0%,#fa0 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:10px 16px;font-size:14px;font-weight:700;transition:transform .15s,filter .15s;display:flex;box-shadow:0 4px 12px #ffaa0059}.pwa-prompt-btn:active{filter:brightness(.95);transform:scale(.97)}.android-update{box-sizing:border-box;width:min(380px,100vw - 32px);max-height:calc(100dvh - 32px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));color:#fff5db;text-align:center;overflow-wrap:anywhere;background:linear-gradient(150deg,#3f2263,#1b1234);border:2px solid #bd8ff2;border-radius:24px;margin:auto;padding:clamp(18px,5vw,28px);font-family:inherit;overflow-y:auto;box-shadow:0 16px 60px #0009}.android-update::backdrop{background:#090514b8}.android-update-icon{color:#ffcf54;font-size:32px}.android-update h2{margin:8px 0;font-size:clamp(22px,6vw,28px)}.android-update p{margin:12px 0;line-height:1.5}.android-update-version{color:#ffcf54;font-weight:700}.android-update-help{color:#d1bfeb;font-size:14px}.android-update-actions{gap:10px;margin-top:22px;display:grid}.android-update-actions button{min-height:48px;color:inherit;font:inherit;cursor:pointer;background:#ffffff0c;border:1px solid #9075af;border-radius:14px;padding:12px 16px;font-weight:700}.android-update-actions .android-update-primary{color:#492703;background:linear-gradient(#ffe17a,#ffb521);border-color:#ffe59d}.android-update-actions button:focus-visible{outline-offset:3px;outline:3px solid #fff}.android-update-actions button:disabled{opacity:.65;cursor:wait}
