:root{--bg:#060b17;--bg-2:#101027;--felt:#073f35;--felt-2:#052d2d;--felt-light:#0b6d57;--panel:#080f1cb8;--panel-solid:#0d1727;--line:#c8ece82b;--line-strong:#f6d07d80;--text:#eef8f6;--muted:#9eb3c4;--gold:#f6d07d;--cyan:#55d8ea;--red:#f05c70;--green:#84df9e;--card-red:#b62338;--card-black:#111827;--shadow-soft:0 20px 70px #00000057;--shadow-card:0 16px 28px #00000057;--font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--text);background:var(--bg);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:var(--font);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}*{box-sizing:border-box}body{background:radial-gradient(#083a3647,#0000 55%),linear-gradient(135deg,#060b17 0%,#101027 48%,#07140f 100%);min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:0}#root,.screen,.title-screen,.game-screen{min-height:100vh}.screen{align-content:center;gap:24px;padding:36px 20px;display:grid}.screen__header{text-align:center;width:min(840px,100%);margin:0 auto}.screen__header h1,.title-screen h1,.result-screen h1{color:#fff;font-size:58px;font-weight:850;line-height:1}.screen__header p,.title-screen__lead{max-width:620px;color:var(--muted);margin:12px auto 0;font-size:15px}.eyebrow{color:var(--gold);letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:850}.panel{border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:8px}.panel--glass{background:var(--panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.panel--solid{background:var(--panel-solid)}.panel--table{background:linear-gradient(#084e40f0,#042b29f5),repeating-linear-gradient(90deg,#ffffff09 0 1px,#0000 1px 22px)}.ui-button{color:#06111c;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:0;font-weight:850;line-height:1;transition:transform .15s,opacity .15s,border-color .15s,background .15s,box-shadow .15s;display:inline-flex}.ui-button--md{min-height:46px;padding:0 18px;font-size:14px}.ui-button--sm{min-height:36px;padding:0 12px;font-size:13px}.ui-button:hover:not(:disabled){transform:translateY(-1px)}.ui-button:active:not(:disabled){transform:translateY(1px)scale(.98)}.ui-button:disabled{opacity:.45}.ui-button--primary{background:linear-gradient(#ffe2a0,#dba84a);box-shadow:0 12px 26px #f6d07d33}.ui-button--secondary{color:var(--text);background:#55d8ea1c;border-color:#55d8ea47}.ui-button--ghost{color:var(--text);border-color:var(--line);background:#ffffff0d}.ui-button--danger{color:#fff;background:#f05c7033;border-color:#f05c7066}.ui-button__icon,.ui-button svg{flex:none;width:16px;height:16px}.ui-button:focus-visible,.card-view:focus-visible,.error-toast:focus-visible,.rule-summary__button:focus-visible,.rule-summary__close:focus-visible,.rule-toggle-card:focus-visible{outline-offset:3px;outline:3px solid #55d8eab8}.badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:5px;min-height:22px;padding:3px 8px;font-size:11px;font-weight:850;line-height:1;display:inline-flex}.badge svg{width:12px;height:12px}.badge--gold{color:#1b1306;background:var(--gold)}.badge--cyan{color:#031319;background:var(--cyan)}.badge--muted{color:var(--muted);border-color:var(--line);background:#ffffff12}.badge--danger{color:#28050b;background:var(--red)}.badge--success{color:#04140b;background:var(--green)}.text-input{color:var(--muted);text-align:left;gap:6px;font-size:13px;font-weight:800;display:grid}.text-input input{width:100%;min-height:44px;color:var(--text);background:#ffffff12;border:1px solid #ffffff24;border-radius:8px;padding:0 14px}.text-input input:focus{border-color:var(--cyan);outline:none;box-shadow:0 0 0 3px #55d8ea29}.title-screen{place-items:center;padding:36px 18px;display:grid;position:relative;overflow:hidden}.title-screen__backdrop{background:linear-gradient(#060b171f,#060b17d1),repeating-linear-gradient(120deg,#f6d07d14 0 1px,#0000 1px 44px);position:absolute;inset:0}.title-screen__content{z-index:1;text-align:center;justify-items:center;width:min(820px,100%);display:grid;position:relative}.brand-mark,.result-screen__hero>svg{width:78px;height:78px;color:var(--gold);border:1px solid var(--line-strong);background:#f6d07d17;border-radius:50%;place-items:center;display:grid;box-shadow:0 0 34px #f6d07d21}.brand-mark svg,.result-screen__hero>svg{width:38px;height:38px}.title-screen__panel{grid-template-columns:minmax(220px,1fr) auto;gap:12px;width:min(640px,100%);margin-top:28px;padding:14px;display:grid}.title-screen__panel--online{grid-template-columns:minmax(220px,1fr) repeat(2,auto);width:min(860px,100%)}.title-screen__panel--online .text-input:first-child{grid-column:1/-1}.mode-select-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:min(1040px,100%);margin-top:28px;display:grid}.mode-card{text-align:left;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080f1cb8;align-content:start;gap:14px;padding:clamp(15px,2vw,20px);display:grid}.liquid-glass-card{background:linear-gradient(138deg,#ffffff3d,#ffffff13 42%,#55d8ea0e),#09122275;border:1px solid #fff3;border-radius:22px;transition:transform .19s,border-color .19s,box-shadow .19s,background .19s;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff57,inset 0 -34px 58px #ffffff0a,0 24px 74px #0000005c,0 0 0 1px #f6d07d13}.liquid-glass-card:before{content:"";border-radius:inherit;opacity:.72;pointer-events:none;background:linear-gradient(#ffffff38,#0000),radial-gradient(circle at 18% 10%,#fff3,#0000 32%);height:44%;position:absolute;inset:0 0 auto}.liquid-glass-card:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(100deg,#0000,#ffffff47,#0000);width:52%;transition:opacity .18s,transform .42s;position:absolute;inset:-40% auto -40% -64%;transform:translate(0)rotate(10deg)}.liquid-glass-card:hover{background:linear-gradient(138deg,#ffffff4d,#ffffff18 42%,#55d8ea13),#0912226b;border-color:#ffffff52;transform:translateY(-2px)scale(1.01);box-shadow:inset 0 1px #ffffff70,inset 0 -36px 64px #ffffff0c,0 30px 86px #0000006b,0 0 34px #55d8ea14}.liquid-glass-card:hover:after{opacity:.68;transform:translate(330%)rotate(10deg)}.liquid-glass-card:active{transform:translateY(1px)scale(.996)}.liquid-glass-card>*{z-index:1;position:relative}@supports ((-webkit-backdrop-filter:blur(16px)) or (backdrop-filter:blur(16px))){.liquid-glass-card{-webkit-backdrop-filter:blur(24px)saturate(1.3);backdrop-filter:blur(24px)saturate(1.3)}}.liquid-glass-button{background:linear-gradient(145deg,#ffffff42,#ffffff13),#f6d07d29;border-color:#ffffff3d;border-radius:999px;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s;box-shadow:inset 0 1px #fff6,inset 0 -16px 34px #ffffff09,0 12px 28px #0000003d}.liquid-glass-button:hover:not(:disabled){background:linear-gradient(145deg,#ffffff57,#ffffff1a),#f6d07d3d;border-color:#ffffff5c;transform:translateY(-2px)scale(1.01);box-shadow:inset 0 1px #ffffff85,inset 0 -16px 34px #ffffff0b,0 20px 42px #0000004d,0 0 28px #f6d07d14}.liquid-glass-button:active:not(:disabled){transform:translateY(1px)scale(.99)}.mode-card__heading{align-items:center;gap:12px;display:flex}.mode-card__icon{width:44px;height:44px;color:var(--gold);border:1px solid var(--line-strong);background:#f6d07d14;border-radius:8px;flex:none;place-items:center;display:grid}.mode-card__icon svg{width:22px;height:22px}.mode-card h2,.table-setting-panel h2{color:#fff;font-size:20px}.mode-card p,.table-setting-panel p{color:var(--muted);font-size:13px}.setting-row,.join-room-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.join-room-row{grid-template-columns:minmax(0,1fr) auto;align-items:end}.setting-row label{color:var(--muted);gap:6px;font-size:13px;font-weight:800;display:grid}.setting-row select{width:100%;min-height:44px;color:var(--text);background:#101827;border:1px solid #ffffff24;border-radius:8px;padding:0 12px}.setting-row select:disabled{opacity:.58}.title-screen__error{color:#fff;background:#480f1cb8;border:1px solid #f05c706b;border-radius:8px;width:min(720px,100%);margin-top:12px;padding:9px 12px;font-size:13px;font-weight:800}.feature-strip{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;display:flex}.feature-strip span{min-height:30px;color:var(--muted);border:1px solid var(--line);background:#ffffff0b;border-radius:999px;align-items:center;gap:6px;padding:5px 11px;font-size:12px;font-weight:750;display:inline-flex}.feature-strip svg{width:14px;height:14px;color:var(--cyan)}.lobby-panel,.result-panel{gap:20px;width:min(1040px,100%);margin:0 auto;padding:clamp(16px,2vw,24px);display:grid}.lobby-panel__heading{text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.lobby-panel__heading h2{color:#fff;align-items:center;gap:8px;font-size:21px;display:inline-flex}.lobby-panel__heading h2 svg{width:18px;height:18px;color:var(--cyan)}.lobby-panel__heading p{color:var(--muted);font-size:13px}.lobby-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.lobby-card{border:1px solid color-mix(in srgb, var(--player-color,var(--line)) 42%, var(--line));background:linear-gradient(180deg, color-mix(in srgb, var(--player-color,#f6d07d) 12%, transparent), #ffffff0b);border-radius:8px;grid-template-rows:auto 1fr auto;gap:12px;min-height:164px;padding:16px;display:grid;box-shadow:inset 0 0 0 1px #ffffff06}.lobby-card__top{justify-content:space-between;align-items:center;gap:8px;display:flex}.lobby-card__index{color:#06111c;background:var(--gold);border-radius:50%;place-items:center;width:34px;height:34px;font-weight:850;display:grid}.lobby-card h3{color:#fff;overflow-wrap:anywhere;font-size:clamp(17px,1.3vw,20px)}.lobby-card p{color:var(--muted);font-size:12px}.color-picker{grid-template-columns:repeat(8,minmax(18px,1fr));gap:6px;display:grid}.color-swatch{aspect-ratio:1;background:radial-gradient(circle at 32% 24%, #ffffffd1, transparent 28%), var(--player-color);border:1px solid #ffffff3d;border-radius:7px;width:100%;min-height:22px;transition:transform .15s,opacity .15s,box-shadow .15s;position:relative;box-shadow:0 8px 18px #00000038}.color-swatch:hover:not(:disabled){transform:translateY(-1px)scale(1.08)}.color-swatch--selected{box-shadow:0 9px 20px #00000042, 0 0 0 2px #ffffff6b, 0 0 22px color-mix(in srgb, var(--player-color) 45%, transparent);border-color:#fff}.color-swatch--used{opacity:.32}.lobby-rule-section{border:1px solid var(--line);background:#ffffff09;border-radius:8px;gap:12px;padding:14px;display:grid}.lobby-rule-section__heading{text-align:left;justify-content:space-between;align-items:end;gap:12px;display:flex}.lobby-rule-section__heading h2{color:#fff;align-items:center;gap:8px;font-size:19px;display:inline-flex}.lobby-rule-section__heading h2 svg{width:17px;height:17px;color:var(--cyan)}.lobby-rule-section__heading p{color:var(--muted);font-size:12px}.rule-toggle-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:9px;display:grid}.rule-toggle-card{min-height:70px;color:var(--muted);text-align:left;border:1px solid var(--line);background:#060b175c;border-radius:8px;grid-template-columns:26px 1fr;gap:9px;padding:10px;transition:transform .15s,border-color .15s,background .15s,box-shadow .15s,opacity .15s;display:grid}.rule-toggle-card:hover{transform:translateY(-1px)}.rule-toggle-card:disabled,.rule-toggle-card--disabled{cursor:default;opacity:.58}.rule-toggle-card:disabled:hover,.rule-toggle-card--disabled:hover{transform:none}.rule-toggle-card--enabled{color:var(--text);background:linear-gradient(#f6d07d1f,#55d8ea0d),#060b177a;border-color:#f6d07d70;box-shadow:0 0 24px #f6d07d14}.rule-toggle-card__check{color:#06111c;border:1px solid var(--line);background:#ffffff0d;border-radius:7px;place-items:center;width:24px;height:24px;display:grid}.rule-toggle-card--enabled .rule-toggle-card__check{background:var(--gold);border-color:#0000}.rule-toggle-card__check svg{width:15px;height:15px}.rule-toggle-card__copy{gap:2px;min-width:0;display:grid}.rule-toggle-card__copy strong{color:#fff;font-size:13px;font-weight:900;line-height:1.12}.rule-toggle-card__copy span{color:var(--muted);font-size:12px;line-height:1.25}.rule-toggle-card__copy em{color:var(--muted);border:1px solid var(--line);border-radius:999px;justify-self:start;margin-top:3px;padding:3px 7px;font-size:10px;font-style:normal;font-weight:900;line-height:1}.rule-toggle-card--enabled .rule-toggle-card__copy em{color:#1b1306;background:var(--gold);border-color:#0000}.rule-category-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px;display:grid}.rule-option-controls{grid-template-columns:minmax(220px,1fr);gap:10px;padding-top:2px;display:grid}.rule-option-controls--inline{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;margin-top:-2px;padding:9px}.rule-option-controls__group,.rule-option-controls__select{min-width:0;color:var(--muted);gap:7px;font-size:12px;font-weight:850;display:grid}.segmented-control{border:1px solid var(--line);background:#060b1761;border-radius:8px;grid-template-columns:repeat(4,minmax(42px,1fr));gap:5px;padding:4px;display:inline-grid}.segmented-control__button{min-height:30px;color:var(--muted);background:0 0;border:0;border-radius:6px;font-size:12px;font-weight:900}.segmented-control__button--active{color:#1b1306;background:var(--gold)}.segmented-control__button:disabled{opacity:.42}.rule-option-controls__select select{width:100%;min-height:38px;color:var(--text);background:#101827;border:1px solid #ffffff24;border-radius:8px;padding:0 10px}.rule-category{background:#060b173d;border:1px solid #ffffff14;border-radius:10px;align-content:start;gap:10px;min-width:0;padding:12px;display:grid}.rule-category__heading{text-align:left;gap:2px;display:grid}.rule-category__heading h3{color:#fff;font-size:14px;font-weight:900}.rule-category__heading p{color:var(--muted);font-size:12px}.lobby-panel__footer{justify-content:space-between;align-items:center;gap:14px;padding-top:4px;display:flex}.lobby-panel__note{color:var(--muted);text-align:left;font-size:12px;font-weight:800}.online-lobby-panel{width:min(1120px,100%)}.table-setting-panel{background:#55d8ea0e;border:1px solid #55d8ea38;border-radius:8px;justify-content:space-between;align-items:end;gap:12px;padding:14px;display:flex}.setting-row--compact{grid-template-columns:minmax(120px,160px) minmax(140px,170px) auto;align-items:end}.online-room-actions{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.online-game-controls{gap:6px;width:168px;display:grid}.online-game-controls .ui-button{width:100%}.online-room-code{background:#f6d07d0f;border:1px solid #f6d07d42;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.online-room-code span{color:var(--muted);font-size:12px;font-weight:850}.online-room-code strong{color:#fff;letter-spacing:.08em;font-size:clamp(22px,3vw,34px)}.online-error{color:#fff;background:#480f1cc2;border:1px solid #f05c7075;border-radius:8px;padding:9px 11px;font-size:13px;font-weight:800}.game-screen{padding:clamp(12px,1.2vw,22px);display:grid;overflow:hidden}.game-board{height:calc(100dvh - clamp(24px,2.4vw,44px));min-height:0;display:grid;position:relative}.game-board__hud{z-index:20;gap:8px;width:220px;display:grid;position:fixed;top:16px;left:16px}.game-hud-desktop{gap:8px;display:grid}.mobile-game-menu{display:none}.mobile-game-menu__backdrop{z-index:80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#03081194;position:fixed;inset:0}.mobile-game-menu__panel{background:#060b17f0;border:1px solid #f6d07d47;border-radius:8px;align-content:start;gap:10px;width:min(318px,100vw - 24px);max-height:calc(100dvh - 24px);margin:12px;padding:12px;display:grid;overflow:auto;box-shadow:0 22px 70px #00000075}.mobile-game-menu__header{justify-content:space-between;align-items:center;gap:10px;display:flex}.mobile-game-menu__header strong{color:#fff;font-size:15px}.mobile-game-menu__header button{width:34px;height:34px;color:var(--text);border:1px solid var(--line);background:#ffffff0f;border-radius:8px;place-items:center;display:grid}.mobile-game-menu__header svg{width:17px;height:17px}.game-hud-chip{border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:max-content;max-width:100%;min-height:34px;color:var(--muted);background:#060b17b8;border-radius:8px;align-items:center;gap:8px;padding:6px 8px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 12px 30px #00000038}.game-hud-chip svg{width:15px;height:15px;color:var(--gold)}.player-list{border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#060b17ad;border-radius:8px;gap:8px;width:100%;max-width:260px;padding:10px;display:grid}.player-list__title{color:var(--muted);align-items:center;gap:7px;font-size:12px;font-weight:850;display:flex}.player-list__title svg,.player-list__ranking svg{width:14px;height:14px;color:var(--cyan)}.player-list__rows{gap:5px;display:grid}.player-list__row .badge{text-overflow:ellipsis;width:62px;padding-inline:5px;overflow:hidden}.player-list__rank-stack{justify-content:flex-end;align-items:center;gap:4px;width:116px;min-width:0;display:inline-flex;overflow:hidden}.player-list__rank-stack .rank-badge{width:54px}.player-list__penalty-badge.badge,.player-list__downfall-badge.badge{color:#fff;width:50px;min-width:0}.player-list__penalty-badge.badge{background:linear-gradient(135deg,#111827,#374151)}.player-list__downfall-badge.badge{background:linear-gradient(135deg,#7c3aed,#a855f7)}.player-list__color{background:var(--player-color);width:9px;height:9px;box-shadow:0 0 12px color-mix(in srgb, var(--player-color) 65%, transparent);border-radius:50%;flex:none}.player-list__name svg{width:13px;height:13px;color:var(--cyan);flex:none}.player-list__ranking{color:var(--gold);align-items:center;gap:7px;font-size:12px;font-weight:850;display:inline-flex}.game-table{align-self:center;width:min(1680px,100vw - clamp(24px,3vw,72px));height:min(960px,100dvh - clamp(24px,2.4vw,44px));min-height:0;margin:0 auto;position:relative}.game-table__felt{background:radial-gradient(#26a77e6b 0%,#073f35e6 44%,#052d2dfa 100%),repeating-linear-gradient(65deg,#ffffff09 0 1px,#0000 1px 18px);border:1px solid #f6d07d52;border-radius:46%/28%;width:100%;height:100%;position:relative;overflow:visible;box-shadow:inset 0 0 0 12px #f6d07d13,inset 0 0 95px #00000085,0 28px 90px #0000006b}.game-screen--revolution .game-table__felt{background:radial-gradient(#5c388e80 0%,#073f35db 45%,#180c2dfa 100%),repeating-linear-gradient(65deg,#ffffff0a 0 1px,#0000 1px 18px);border-color:#b584ff9e;box-shadow:inset 0 0 0 12px #b584ff14,inset 0 0 105px #0000008c,0 28px 90px #0000006b,0 0 70px #b584ff1f}.game-screen--jack-back .game-table__felt{background:radial-gradient(#225d737a 0%,#06323ee0 45%,#0a0d20fa 100%),repeating-linear-gradient(-65deg,#ffffff0a 0 1px,#0000 1px 18px);border-color:#55d8ea8f;box-shadow:inset 0 0 0 12px #55d8ea12,inset 0 0 105px #0000008c,0 28px 90px #0000006b,0 0 68px #55d8ea1a}.game-table__grain{border-radius:inherit;pointer-events:none;border:1px solid #ffffff12;position:absolute;inset:10%}.game-table__seat{z-index:5;position:absolute}.game-table__seat--top{top:clamp(18px,2.2vw,32px);left:50%;transform:translate(-50%)}.game-table__seat--top-left{top:clamp(44px,5vh,74px);left:26%;transform:translate(-50%)}.game-table__seat--top-right{top:clamp(44px,5vh,74px);right:26%;transform:translate(50%)}.game-table__seat--left{top:46%;left:clamp(14px,2.4vw,34px);transform:translateY(-50%)}.game-table__seat--right{top:46%;right:clamp(14px,2.4vw,34px);transform:translateY(-50%)}.game-table__seat--lower-left{top:66%;left:clamp(24px,4vw,72px);transform:translateY(-50%)}.game-table__seat--lower-right{top:66%;right:clamp(24px,4vw,72px);transform:translateY(-50%)}.game-table__center{z-index:4;pointer-events:none;place-items:center;width:100%;display:grid;position:absolute;inset:0}.field-header{min-height:28px;color:var(--muted);background:#060b175c;border:1px solid #ffffff1c;border-radius:999px;align-items:center;gap:8px;padding:5px 9px;font-size:11px;font-weight:850;display:inline-flex;position:absolute;top:calc(50% - clamp(165px,24vh,245px));left:50%;transform:translate(-50%)}.field-header strong{color:var(--gold);font-weight:850}.field-direction{color:#effffd;background:#55d8ea1a;border:1px solid #55d8ea3d;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-width:82px;padding:3px 7px;display:inline-flex}.field-direction svg{width:13px;height:13px}.field-direction--counterclockwise{color:#ffe8f3;background:#ec48991f;border-color:#ec489947}.game-table__hand-zone{z-index:8;justify-items:center;gap:4px;width:min(1320px,100% - clamp(74px,8vw,150px));display:grid;position:absolute;bottom:clamp(22px,3.8vh,52px);left:50%;transform:translate(-50%)}.game-table__actions{z-index:12;position:relative}.game-table__error{z-index:14;position:absolute;top:78px;left:50%;transform:translate(-50%)}.game-table__effect{z-index:18;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.player-seat{--player-color:var(--gold);border:1px solid color-mix(in srgb, var(--player-color) 38%, var(--line));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-width:210px;min-height:70px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--player-color) 8%, transparent), 0 16px 34px #0003;background:#050b16bd;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 12px;display:grid;position:relative}.player-seat:before{content:"";border-radius:inherit;background:radial-gradient(circle at 50% 0, color-mix(in srgb, var(--player-color) 24%, transparent), transparent 62%);opacity:.42;pointer-events:none;position:absolute;inset:-1px}.player-seat--left,.player-seat--right,.player-seat--lower-left,.player-seat--lower-right{text-align:center;grid-template-columns:1fr;justify-items:center;min-width:106px;min-height:168px;padding:10px}.player-seat--bottom{background:#050b1680;grid-template-columns:1fr auto;min-width:260px;min-height:48px;padding:8px 11px}.player-seat--turn{border-color:color-mix(in srgb, var(--player-color) 72%, white);background:linear-gradient(180deg, color-mix(in srgb, var(--player-color) 14%, transparent), #151821c7);animation:2.1s ease-in-out infinite playerTurnPulse}.player-seat--finished{opacity:.7}.player-seat--left-player{opacity:.62;filter:saturate(.72)}.player-seat__identity{gap:1px;min-width:0;display:grid}.player-seat__name{align-items:center;justify-content:inherit;color:#fff;overflow-wrap:anywhere;gap:5px;font-size:14px;font-weight:850;display:inline-flex}.player-seat__name:before{content:"";background:var(--player-color);width:8px;height:8px;box-shadow:0 0 14px color-mix(in srgb, var(--player-color) 70%, transparent);border-radius:50%;flex:none}.player-seat__name svg{width:14px;height:14px;color:var(--gold)}.player-seat__sub{color:var(--muted);font-size:11px}.player-seat__badges{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.player-seat--left .player-seat__badges,.player-seat--right .player-seat__badges,.player-seat--lower-left .player-seat__badges,.player-seat--lower-right .player-seat__badges{justify-content:center}.card-back-stack{width:66px;height:50px;position:relative}.card-back-stack--left,.card-back-stack--right,.card-back-stack--lower-left,.card-back-stack--lower-right{width:52px;height:72px}.card-back-stack__card{top:calc(var(--stack-index) * 2px);left:calc(var(--stack-index) * 7px);aspect-ratio:.72;background:linear-gradient(135deg,#55d8ea2e,#0000 38%),repeating-linear-gradient(45deg,#f6d07d47 0 1px,#0000 1px 7px),#17213a;border:1px solid #f6d07d57;border-radius:7px;width:42px;position:absolute;box-shadow:0 8px 16px #0000003d}.card-back-stack--left .card-back-stack__card,.card-back-stack--right .card-back-stack__card,.card-back-stack--lower-left .card-back-stack__card,.card-back-stack--lower-right .card-back-stack__card{top:calc(var(--stack-index) * 7px);left:calc(var(--stack-index) * 2px);transform-origin:50%;transform:rotate(90deg)}.played-cards{pointer-events:none;place-items:center;width:min(640px,max(430px,100% - 360px));height:clamp(240px,31vh,380px);display:grid;position:relative}.played-cards__empty{color:#eef8f680;background:#060b172e;border:1px dashed #eef8f638;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:210px;min-height:98px;font-size:13px;font-weight:850;display:inline-flex}.played-cards__empty svg{width:15px;height:15px;color:var(--cyan)}.played-cards__history,.played-cards__clear-sweep{place-items:center;display:grid;position:absolute;inset:0}.played-cards__clear-sweep{z-index:30;transform-origin:60%}.played-cards--counterclockwise .played-cards__clear-sweep{transform-origin:40%}.played-cards__stack{transform-origin:50%;width:0;height:0;position:absolute;top:calc(50% - clamp(94px,8.9vw,119px));left:calc(50% - clamp(67px,6.2vw,86px))}.played-cards__stack--latest{filter:drop-shadow(0 18px 26px #00000047)drop-shadow(0 0 18px #f6d07d2e)}.played-cards__stack--latest:before{content:"";background:radial-gradient(#f6d07d29,#0000 66%);border-radius:50%;position:absolute;inset:-28px -44px;transform:translate(-8px,4px)}.played-cards__stack--clearing{filter:drop-shadow(0 20px 28px #00000057)}.played-cards__item{position:absolute;top:0;left:0}.played-cards__dust{background:#f6d07db8;border-radius:50%;width:9px;height:9px;animation:.9s ease-out both dustScatter;position:absolute;box-shadow:18px -8px #55d8ea6b,42px 12px #ffffff52,66px -20px #f6d07d61}.played-cards--counterclockwise .played-cards__dust{box-shadow:-18px -8px #55d8ea6b,-42px 12px #ffffff52,-66px -20px #f6d07d61}.played-cards__dust--one{top:42%;left:46%}.played-cards__dust--two{animation-delay:80ms;top:56%;left:42%}.played-cards__dust--three{animation-delay:.14s;top:48%;left:52%}.card-view{width:var(--card-width,106px);opacity:1;aspect-ratio:.72;box-shadow:var(--shadow-card);will-change:transform, filter;transform-origin:50% 100%;background:linear-gradient(150deg,#fffffffc,#eef3f6fc),repeating-linear-gradient(45deg,#00000009 0 1px,#0000 1px 12px);border:1px solid #08111f1f;border-radius:8px;flex:none;padding:clamp(8px,.6vw,11px);display:grid;position:relative}.card-view:disabled{cursor:default}.card-view--blocked{opacity:.78;filter:grayscale(.12)saturate(.72)brightness(.9);box-shadow:0 8px 18px #00000038}.card-view--invalid{box-shadow:0 18px 30px #00000061,0 0 0 3px #f05c70bd,0 0 22px #f05c7038}.card-view--selected{box-shadow:0 24px 44px #00000070,0 0 0 3px #55d8ead6,0 0 32px #55d8ea57}.card-view--small{--card-width:clamp(76px, 5vw, 94px)}.card-view--field{--card-width:clamp(135px, 9.9vw, 171px);border-color:#f6d07d47;box-shadow:0 26px 50px #0006,0 0 0 1px #f6d07d2e}.card-view--red{color:var(--card-red)}.card-view--black{color:var(--card-black)}.card-view--joker{color:#221006;background:linear-gradient(155deg,#fff8e2fc,#e8f1fffc),repeating-linear-gradient(135deg,#f6d07d38 0 1px,#0000 1px 10px);border-color:#f6d07d6b}.card-view--joker:before{content:"";background:radial-gradient(circle,#55d8ea2e,#0000 64%);border:1px solid #f6d07d5c;border-radius:50%;position:absolute;inset:12%}.card-view__corner{justify-items:center;font-size:clamp(16px,1.15vw,22px);font-weight:950;line-height:1;display:grid;position:absolute;top:clamp(7px,.5vw,10px);left:clamp(7px,.5vw,10px)}.card-view__corner--bottom{inset:auto clamp(7px,.5vw,10px) clamp(7px,.5vw,10px) auto;transform:rotate(180deg)}.card-view__center{place-self:center;justify-items:center;gap:0;line-height:.92;display:grid}.card-view__center strong{letter-spacing:0;font-size:clamp(34px,2.55vw,48px);font-weight:950}.card-view__center span{place-self:center;font-size:clamp(32px,2.35vw,46px);line-height:1}.card-view--small .card-view__corner{font-size:clamp(13px,.9vw,16px)}.card-view--small .card-view__center strong{font-size:clamp(26px,1.75vw,34px)}.card-view--small .card-view__center span{font-size:clamp(24px,1.55vw,32px)}.card-view--field .card-view__corner{font-size:clamp(18px,1.25vw,27px)}.card-view--field .card-view__center strong{font-size:clamp(47px,3.7vw,70px)}.card-view--field .card-view__center span{font-size:clamp(43px,3.4vw,65px)}.card-view--joker .card-view__center strong{font-size:clamp(20px,1.8vw,32px)}.card-view--joker .card-view__center span{color:#9a6414;letter-spacing:0;font-size:clamp(13px,1vw,18px);font-weight:950}.card-view--field.card-view--joker .card-view__center strong{font-size:clamp(27px,2.4vw,41px)}.card-view--field.card-view--joker .card-view__center span{font-size:clamp(15px,1.2vw,22px)}.hand-zone{width:100%;min-width:0}.hand-view{--card-width:106px;--hand-overlap:30px;justify-content:center;align-items:end;width:100%;min-height:clamp(138px,18vh,196px);padding:clamp(30px,4.2vh,48px) 16px 2px;display:flex;overflow:visible}.hand-view .card-view+.card-view{margin-left:calc(-1 * var(--hand-overlap))}.action-dock{border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#060b17b8;border-radius:8px;align-items:center;gap:10px;max-width:min(620px,100vw - 48px);padding:10px;display:flex;box-shadow:0 16px 36px #00000047}.action-dock__status{max-width:260px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:750;display:inline-flex;overflow:hidden}.queen-bomber-control{background:#0f172ab8;border:1px solid #facc152e;border-radius:8px;gap:6px;min-width:min(360px,100vw - 96px);padding:8px;display:grid}.queen-bomber-control__header{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;font-size:11px;font-weight:850;display:flex}.queen-bomber-control__header button,.queen-bomber-control__rank{color:var(--text);border:1px solid var(--line);background:#ffffff0f}.queen-bomber-control__header button{border-radius:999px;min-height:24px;padding:0 8px;font-size:11px;font-weight:850}.queen-bomber-control__ranks{grid-template-columns:repeat(7,minmax(30px,1fr));gap:5px;display:grid}.queen-bomber-control__rank{border-radius:7px;min-height:28px;font-size:12px;font-weight:900}.queen-bomber-control__rank--selected{color:#111827;background:linear-gradient(#fde68a,#facc15);border-color:#facc15d1;box-shadow:0 0 16px #facc1538}.queen-bomber-control__rank:disabled{cursor:not-allowed;opacity:.38}.volume-control{border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#060b17ad;border-radius:8px;grid-template-columns:30px 1fr;align-items:center;gap:8px;width:168px;padding:7px;display:grid}.volume-control__toggle{width:30px;height:30px;color:var(--cyan);background:#55d8ea14;border:1px solid #55d8ea33;border-radius:7px;place-items:center;display:grid}.volume-control__toggle svg{width:16px;height:16px}.volume-control input{width:100%;accent-color:var(--gold)}.rule-summary{width:168px;position:relative}.rule-summary__button{width:100%;min-height:34px;color:var(--text);border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#060b17ad;border-radius:8px;justify-content:center;align-items:center;gap:7px;font-size:12px;font-weight:850;display:inline-flex}.rule-summary__button svg{width:15px;height:15px;color:var(--cyan)}.rule-summary__panel{z-index:26;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#060b17e6;border:1px solid #f6d07d4d;border-radius:8px;gap:10px;width:min(300px,100vw - 32px);max-height:min(440px,100vh - 110px);padding:12px;display:grid;position:absolute;top:calc(100% + 8px);left:0;overflow:auto;box-shadow:0 18px 48px #00000057}.rule-summary__header{color:#fff;justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.rule-summary__close{width:28px;height:28px;color:var(--muted);border:1px solid var(--line);background:#ffffff0a;border-radius:7px;place-items:center;display:grid}.rule-summary__close svg{width:14px;height:14px}.rule-summary__list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.rule-summary__list li{border:1px solid var(--line);background:#ffffff0b;border-radius:8px;gap:2px;padding:8px;display:grid}.rule-summary__list span{color:#fff;font-size:12px;font-weight:900}.rule-summary__list small{color:var(--muted);font-size:11px;line-height:1.25}.effect-burst{color:#fff;place-items:center;width:clamp(250px,20vw,360px);height:clamp(170px,18vw,300px);display:grid;position:relative;overflow:hidden}.effect-burst__core{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:0;text-transform:uppercase;background:#050b1694;border:1px solid #ffffff52;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:9px 14px;font-size:clamp(12px,1.15vw,16px);font-weight:950;display:inline-flex;position:relative;box-shadow:0 18px 50px #00000057,0 0 46px #f6d07d2e}.effect-burst__core svg{flex:none;width:20px;height:20px}.effect-burst__particles{position:absolute;inset:0}.effect-burst__particle{--angle:calc(var(--particle-index) * 17deg);--distance:calc(78px + var(--particle-index) * 2px);background:var(--gold);width:7px;height:7px;animation:.92s ease-out both particleBurst;animation-delay:calc(var(--particle-index) * 7ms);color:var(--gold);border-radius:999px;position:absolute;top:50%;left:50%;box-shadow:0 0 14px}.effect-burst:before,.effect-burst:after{content:"";z-index:1;background:#ffffffbd;width:280px;height:4px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)rotate(-18deg);box-shadow:0 0 24px #ffffff57}.effect-burst:after{transform:translate(-50%,-50%)rotate(18deg)}.effect-burst--eightCut{color:#ffe8ad}.effect-burst--eightCut .effect-burst__particle{color:#f05c70;background:linear-gradient(90deg,#0000,#fff,#f05c70);border-radius:2px;width:18px;height:3px;animation-name:particleSlash}.effect-burst--fieldClear .effect-burst__particle{color:#eef8f6c7;background:#eef8f6c7}.effect-burst--sevenTransfer .effect-burst__particle{color:#55d8ea;background:linear-gradient(90deg,#55d8ea,#0000);border-radius:999px;width:14px;height:4px;animation-name:particleTransfer}.effect-burst--tenDiscard .effect-burst__particle{color:#f05c70;background:#f05c70;border-radius:2px;width:8px;height:8px;animation-name:particleDiscard}.effect-burst--spadeThreeCounter .effect-burst__particle{color:#55d8ea;background:linear-gradient(90deg,#111827,#55d8ea);border-radius:999px;width:16px;height:4px;animation-name:particleCounter}.effect-burst--autoAction .effect-burst__particle{color:#f6d07d;background:#f6d07d;animation-name:particleTick}.effect-burst--jackBack .effect-burst__particle{color:#55d8ea;background:#55d8ea;animation-name:particleBackflow}.effect-burst--revolution{color:#f2e7ff}.effect-burst--revolution .effect-burst__particle{color:#b584ff;background:#b584ff;animation-name:particleRevolution}.effect-burst--revolution:before,.effect-burst--revolution:after,.effect-burst--sevenTransfer:before,.effect-burst--sevenTransfer:after,.effect-burst--tenDiscard:before,.effect-burst--tenDiscard:after,.effect-burst--spadeThreeCounter:before,.effect-burst--spadeThreeCounter:after,.effect-burst--autoAction:before,.effect-burst--autoAction:after,.effect-burst--jackBack:before,.effect-burst--jackBack:after,.effect-burst--fieldClear:before,.effect-burst--fieldClear:after{display:none}.queen-bomber-discard{z-index:8;pointer-events:none;place-items:center;width:min(88vw,860px);height:min(64vh,540px);display:grid;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.queen-bomber-discard__item{transform-origin:50%;filter:drop-shadow(0 18px 24px #0000005c);place-items:center;gap:4px;min-width:58px;display:grid;position:absolute}.queen-bomber-discard__card{border:2px solid color-mix(in srgb, var(--player-color) 70%, white);color:#111827;width:72px;height:100px;box-shadow:0 0 0 1px #ffffff38, 0 0 28px color-mix(in srgb, var(--player-color) 42%, transparent);background:radial-gradient(circle at 35% 20%,#ffffffe6,#0000 22%),linear-gradient(145deg,#fff7ed,#f8fafc 54%,#e2e8f0);border-radius:10px;place-items:center;font-size:20px;font-weight:950;display:grid}.queen-bomber-discard__label{color:#fff;text-overflow:ellipsis;white-space:nowrap;background:#030810b8;border-radius:999px;max-width:118px;padding:4px 9px;font-size:11px;font-weight:850;overflow:hidden}.downfall-collapse{z-index:10;pointer-events:none;place-items:center;width:min(88vw,860px);height:min(64vh,540px);display:grid;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.downfall-collapse__label{z-index:3;border:1px solid color-mix(in srgb, var(--player-color) 46%, #a855f7b8);color:#f5f3ff;text-align:center;min-width:min(260px,78vw);box-shadow:0 0 0 1px #ffffff14, 0 22px 58px #0000006b, 0 0 54px color-mix(in srgb, var(--player-color) 28%, #a855f729);background:radial-gradient(circle at 50% 0,#a855f75c,#0000 72%),#0a0714bd;border-radius:999px;gap:3px;padding:10px 16px;font-size:clamp(15px,1.8vw,23px);font-weight:950;display:grid;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}.downfall-collapse__label small{color:#f5f3ffc7;font-size:11px;font-weight:800}.downfall-collapse__card{z-index:2;width:54px;height:76px;box-shadow:0 18px 28px #00000057, 0 0 22px color-mix(in srgb, var(--player-color) 26%, transparent);border-radius:9px;place-items:center;font-size:13px;font-weight:950;display:grid;position:absolute;top:50%;left:50%}.downfall-collapse__card--back{background:radial-gradient(circle at 40% 24%,#ffffff3d,#0000 18%),linear-gradient(135deg,#a855f75c,#0000 38%),repeating-linear-gradient(45deg,#f6d07d33 0 1px,#0000 1px 7px),#17112a;border:1px solid #c4b5fd7a}.downfall-collapse__card--face{border:1px solid color-mix(in srgb, var(--player-color) 64%, white);color:#111827;background:radial-gradient(circle at 35% 18%,#ffffffdb,#0000 24%),linear-gradient(145deg,#fff7ed,#f8fafc 54%,#e2e8f0)}.action-dock__status svg{width:15px;height:15px;color:var(--cyan);flex:none}.action-dock__status span{text-overflow:ellipsis;overflow:hidden}.turn-timer{min-width:58px;min-height:38px;color:var(--text);background:#55d8ea17;border:1px solid #55d8ea42;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:7px 9px;font-size:13px;font-weight:950;line-height:1;display:inline-flex}.turn-timer svg{width:15px;height:15px;color:var(--cyan)}.turn-timer strong{color:#fff;text-align:center;min-width:2ch;font-size:18px}.turn-timer--warning{color:#251804;background:#f6d07d38;border-color:#f6d07d9e;animation:.7s ease-in-out infinite timerPulse}.turn-timer--warning svg{color:var(--gold)}.turn-timer--danger{background:#f05c7040;border-color:#f05c70b8;animation-duration:.42s}.turn-timer--danger svg{color:var(--red)}.error-toast{color:#fff;background:#480f1cd1;border:1px solid #f05c7080;border-radius:8px;align-items:center;gap:8px;max-width:min(440px,100vw - 40px);min-height:36px;padding:8px 11px;display:inline-flex;box-shadow:0 12px 30px #00000047}.error-toast svg{width:16px;height:16px;color:var(--red);flex:none}.result-screen{text-align:center}.result-screen__hero{justify-items:center;gap:11px;display:grid}.result-panel{width:min(540px,100%)}.result-list{gap:9px;margin:0;padding:0;list-style:none;display:grid}.result-list li{--player-color:var(--gold);border:1px solid color-mix(in srgb, var(--player-color) 40%, var(--line));background:linear-gradient(90deg, color-mix(in srgb, var(--player-color) 13%, transparent), #ffffff0b);border-radius:8px;align-items:center;gap:10px;min-height:46px;padding:8px 10px;display:flex}.result-list span{color:#06111c;background:var(--gold);border-radius:50%;place-items:center;width:30px;height:30px;font-weight:850;display:grid}.result-list span svg{width:16px;height:16px}.result-list__winner{color:var(--gold);font-size:20px}@keyframes playerTurnPulse{0%,to{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--player-color) 10%, transparent), 0 16px 34px #0003, 0 0 0 color-mix(in srgb, var(--player-color) 0%, transparent)}50%{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--player-color) 24%, transparent), 0 16px 34px #0000003d, 0 0 34px color-mix(in srgb, var(--player-color) 42%, transparent)}}@keyframes particleBurst{0%{opacity:0;transform:rotate(var(--angle)) translate(8px) scale(.35)}22%{opacity:1}to{opacity:0;transform:rotate(var(--angle)) translate(var(--distance)) scale(.12)}}@keyframes particleSlash{0%{opacity:0;transform:rotate(calc(var(--angle) - 35deg)) translate(8px) scaleX(.2)}24%{opacity:1}to{opacity:0;transform:rotate(calc(var(--angle) - 35deg)) translate(var(--distance)) scaleX(1.45)}}@keyframes particleTransfer{0%{opacity:0;transform:rotate(var(--angle)) translate(-34px) scaleX(.28)}26%{opacity:1}to{opacity:0;transform:rotate(var(--angle)) translate(calc(var(--distance) + 42px)) scaleX(1)}}@keyframes particleDiscard{0%{opacity:0;transform:rotate(var(--angle)) translate(8px) scale(1)}28%{opacity:1}to{opacity:0;transform:rotate(calc(var(--angle) + 140deg)) translate(calc(var(--distance) * .78)) scale(0)}}@keyframes particleCounter{0%{opacity:0;transform:rotate(calc(var(--angle) + 40deg)) translate(4px) scaleX(.2)}28%{opacity:1}to{opacity:0;transform:rotate(calc(var(--angle) + 40deg)) translate(var(--distance)) scaleX(1.3)}}@keyframes particleTick{0%{opacity:0;transform:rotate(var(--angle)) translate(14px) scale(.35)}22%{opacity:1}to{opacity:0;transform:rotate(calc(var(--angle) + 30deg)) translate(var(--distance)) scale(.1)}}@keyframes particleBackflow{0%{opacity:0;transform:rotate(var(--angle)) translate(var(--distance)) scale(.18)}28%{opacity:1}to{opacity:0;transform:rotate(calc(var(--angle) - 180deg)) translate(10px) scale(1.2)}}@keyframes particleRevolution{0%{opacity:0;transform:rotate(var(--angle)) translate(18px) scale(.42)}30%{opacity:1}to{opacity:0;transform:rotate(calc(var(--angle) + 210deg)) translate(var(--distance)) scale(.24)}}@keyframes dustScatter{0%{opacity:0;transform:translate(0)scale(.6)}22%{opacity:1}to{opacity:0;transform:translate(120px,-18px)scale(.1)}}@keyframes timerPulse{0%,to{transform:translateY(0);box-shadow:0 0 #f6d07d00}50%{transform:translateY(-1px);box-shadow:0 0 18px #f6d07d38}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=980px){.screen__header h1,.title-screen h1,.result-screen h1{font-size:42px}.game-board{height:calc(100dvh - 24px)}.game-table{width:min(760px,100vw - 24px);height:calc(100dvh - 24px)}.game-board__hud{width:min(210px,100% - 20px);position:absolute;top:10px;left:10px}.game-table__felt{border-radius:120px}.game-table__seat--top{top:58px}.game-table__seat--top-left{top:72px;left:24%}.game-table__seat--top-right{top:72px;right:24%}.game-table__seat--left{top:43%;left:10px}.game-table__seat--right{top:43%;right:10px}.game-table__seat--lower-left{top:60%;left:18px}.game-table__seat--lower-right{top:60%;right:18px}.game-table__hand-zone{width:calc(100% - 36px);bottom:18px}.game-table__actions{transform:none}.lobby-panel__footer{flex-direction:column;align-items:stretch}.played-cards{width:min(520px,max(360px,100% - 230px))}.title-screen__panel--online{grid-template-columns:1fr 1fr}.title-screen__panel--online .text-input{grid-column:1/-1}}@media (width<=720px){.title-screen__panel,.mode-select-grid,.setting-row,.setting-row--compact,.join-room-row{grid-template-columns:1fr}.table-setting-panel{flex-direction:column;align-items:stretch}.title-screen__panel--online{grid-template-columns:1fr}.online-room-code{grid-template-columns:1fr;justify-items:start}.game-board,.game-table{height:calc(100dvh - 20px)}.game-board__hud{width:auto;position:fixed;top:10px;left:10px}.game-hud-desktop{display:none}.mobile-game-menu{align-items:flex-start;gap:6px;max-width:calc(100vw - 20px);display:flex}.mobile-game-menu>.ui-button{border-radius:999px;min-height:32px;padding:0 10px;font-size:11px}.mobile-game-menu .game-hud-chip{scrollbar-width:none;flex:auto;gap:5px;max-width:calc(100vw - 118px);min-height:30px;padding:4px 6px;font-size:10px;overflow-x:auto}.mobile-game-menu .game-hud-chip::-webkit-scrollbar{display:none}.mobile-game-menu .game-hud-chip>span{white-space:nowrap}.mobile-game-menu .game-hud-chip svg{width:12px;height:12px}.player-seat{min-width:176px}.player-seat--left,.player-seat--right,.player-seat--lower-left,.player-seat--lower-right{min-width:84px;min-height:142px}.card-view--small{--card-width:62px}.card-view--field{--card-width:clamp(108px, 27vw, 135px)}.hand-view .card-view+.card-view{margin-left:calc(-1 * var(--hand-overlap))}.action-dock{border-radius:999px;flex-wrap:wrap;justify-content:center;gap:6px;max-width:calc(100vw - 24px);padding:6px}.action-dock .ui-button--md{border-radius:999px;min-height:34px;padding:0 11px;font-size:12px}.action-dock__status{max-width:min(142px,100vw - 156px);font-size:10px}.action-dock__status svg{display:none}.queen-bomber-control{border-radius:12px;order:5;width:100%;min-width:0;padding:6px}.queen-bomber-control__header{font-size:10px}.queen-bomber-control__header button{min-height:22px;padding:0 7px;font-size:10px}.queen-bomber-control__ranks{grid-template-columns:repeat(7,minmax(26px,1fr));gap:4px}.queen-bomber-control__rank{min-height:26px;font-size:11px}.turn-timer{border-radius:999px;gap:3px;min-width:42px;min-height:32px;padding:5px 7px;font-size:11px}.turn-timer svg{width:12px;height:12px}.turn-timer strong{font-size:15px}.played-cards{width:min(76vw,430px);height:clamp(210px,29vh,320px)}.rule-category-grid,.rule-option-controls{grid-template-columns:1fr}}.appearance-picker{border:1px solid var(--line);background:linear-gradient(#ffffff0e,#ffffff06),#050b166b;border-radius:8px;gap:14px;padding:14px;display:grid}.appearance-picker__heading{justify-content:space-between;align-items:center;gap:14px;display:flex}.appearance-picker__heading h2{color:#fff;font-size:18px}.appearance-picker__heading p,.appearance-picker__section strong{color:var(--muted);font-size:12px}.appearance-picker__preview{border:1px solid color-mix(in srgb, var(--player-color) 70%, white);background:radial-gradient(circle at 35% 25%, #ffffff8c, transparent 35%), color-mix(in srgb, var(--player-color) 38%, #050b16e6);width:52px;height:52px;box-shadow:0 0 26px color-mix(in srgb, var(--player-color) 34%, transparent);border-radius:50%;flex:none;place-items:center;font-size:27px;display:grid}.appearance-picker__section{gap:8px;display:grid}.color-picker--full{grid-template-columns:repeat(8,minmax(28px,1fr))}.icon-picker{grid-template-columns:repeat(8,minmax(30px,1fr));gap:7px;display:grid}.icon-swatch{background:#ffffff12;border:1px solid #ffffff2e;border-radius:7px;place-items:center;min-height:34px;font-size:19px;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid}.icon-swatch:hover:not(:disabled){transform:translateY(-1px)}.icon-swatch--selected{border-color:var(--gold);box-shadow:0 0 0 2px #f6d07d33,0 0 18px #f6d07d33}.lobby-grid--compact{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.online-participant-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.lobby-card--summary{grid-template-rows:1fr;min-height:76px;padding:12px}.lobby-card--empty{box-shadow:none;background:#ffffff06;border-style:dashed;border-color:#ffffff29}.lobby-card__summary{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.lobby-card__avatar{border:1px solid color-mix(in srgb, var(--player-color) 58%, white);background:color-mix(in srgb, var(--player-color) 28%, #050b16e0);border-radius:50%;place-items:center;width:42px;height:42px;font-size:23px;display:grid}.lobby-card__avatar--empty{color:var(--muted);background:#ffffff0d;border-color:#ffffff29;font-size:13px;font-weight:900}.lobby-card__name-block{min-width:0}.lobby-card__name-block h3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.player-seat{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;min-width:156px;min-height:50px;padding:8px 10px}.player-seat--left,.player-seat--right,.player-seat--lower-left,.player-seat--lower-right,.player-seat--bottom{text-align:left;grid-template-columns:auto minmax(0,1fr) auto;justify-items:stretch;min-width:156px;min-height:50px;padding:8px 10px}.player-seat__avatar{z-index:1;border:1px solid color-mix(in srgb, var(--player-color) 62%, white);background:color-mix(in srgb, var(--player-color) 30%, #050b16db);border-radius:50%;place-items:center;width:32px;height:32px;font-size:18px;line-height:1;display:grid;position:relative}.player-seat__name{z-index:1;color:#fff;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:4px;min-width:0;max-width:100%;font-size:13px;font-weight:850;display:inline-flex;position:relative;overflow:hidden}.player-seat__count{z-index:1;color:#fff4c7;white-space:nowrap;font-size:12px;font-weight:850;position:relative}.player-seat__meta{z-index:1;flex-wrap:wrap;grid-column:1/-1;gap:4px;min-width:0;display:flex;position:relative}.deal-animation{pointer-events:none;width:1px;height:1px;position:relative}.deal-animation__deck,.deal-animation__card{aspect-ratio:.72;background:linear-gradient(135deg,#55d8ea33,#0000 38%),repeating-linear-gradient(45deg,#f6d07d47 0 1px,#0000 1px 7px),#17213a;border:1px solid #f6d07d70;border-radius:7px;width:36px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 22px #00000042}.deal-animation__deck{opacity:.84;width:42px;box-shadow:0 12px 22px #0000004d,0 0 30px #f6d07d38}.deal-animation__card{z-index:2}.deal-animation__label{color:#fff4c7;letter-spacing:0;white-space:nowrap;text-shadow:0 2px 8px #000000b3;font-size:12px;font-weight:800;position:absolute;top:64px;left:50%;transform:translate(-50%)}@media (width<=720px){.color-picker--full,.icon-picker{grid-template-columns:repeat(4,minmax(34px,1fr))}.appearance-picker__heading{align-items:start}.player-seat,.player-seat--left,.player-seat--right,.player-seat--lower-left,.player-seat--lower-right,.player-seat--bottom{min-width:132px;min-height:44px;padding:7px 8px}.player-seat__avatar{width:28px;height:28px;font-size:16px}.player-seat__name{font-size:12px}.player-seat__count{font-size:11px}}.player-seat,.player-seat--left,.player-seat--right,.player-seat--lower-left,.player-seat--lower-right,.player-seat--bottom{min-width:138px;min-height:34px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;text-align:left;background:0 0;border:0;border-radius:0;grid-template-columns:auto auto minmax(0,1fr);gap:6px;padding:4px 6px}.player-seat--turn .player-seat__avatar{box-shadow:0 0 0 2px color-mix(in srgb, var(--player-color) 38%, transparent), 0 0 18px color-mix(in srgb, var(--player-color) 48%, transparent)}.player-seat--illegal .player-seat__avatar{box-shadow:0 0 0 2px #111827b8,0 0 18px #11182785}.player-seat--downfall .player-seat__avatar{box-shadow:0 0 0 2px #7c3aedb8,0 0 20px #a855f780}.player-seat__avatar{background:color-mix(in srgb, var(--player-color) 42%, #050b16b8);border:0;width:30px;height:30px}.player-seat__count{color:#fff4c7;align-self:center;font-size:12px}.player-seat__name{color:#ffffffe6;align-self:center;font-size:12px}.player-seat--turn .player-seat__name{color:#fff}.player-seat__meta{margin-left:36px}.mobile-game-menu{z-index:210;position:fixed;top:10px;left:10px}.mobile-game-menu__backdrop{z-index:220;pointer-events:auto}.mobile-game-menu__panel{z-index:221;pointer-events:auto;position:relative}@media (width<=720px){.game-board__hud{z-index:210}.mobile-game-menu{align-items:flex-start;gap:6px;max-width:calc(100vw - 20px);display:flex}.player-seat,.player-seat--left,.player-seat--right,.player-seat--lower-left,.player-seat--lower-right,.player-seat--bottom{min-width:118px;min-height:32px;padding:3px 5px}}.title-screen__player-name{text-align:left;width:min(420px,100%);margin-top:22px;padding:12px}.mode-card{align-content:space-between}.table-setting-panel--local{grid-template-columns:minmax(0,1fr) auto;align-items:end;display:grid}.table-setting-panel h2{align-items:center;gap:8px;display:inline-flex}.table-setting-panel h2 svg{width:18px;height:18px;color:var(--cyan)}.mobile-game-menu__backdrop{z-index:520;padding:max(10px, env(safe-area-inset-top)) 10px 10px max(10px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);pointer-events:auto;background:#0308119e;justify-content:flex-start;align-items:flex-start;display:flex;position:fixed;inset:0}.mobile-game-menu__panel{top:max(10px, env(safe-area-inset-top));left:max(10px, env(safe-area-inset-left));z-index:521;pointer-events:auto;opacity:1;visibility:visible;width:min(318px,100vw - 20px);max-height:calc(100dvh - 20px);margin:0;display:grid;position:fixed;overflow:auto;transform:none}.appearance-picker{gap:10px;padding:12px}.appearance-picker__heading{gap:10px}.appearance-picker__heading h2{font-size:16px}.appearance-picker__heading p{font-size:11px}.appearance-picker__section{gap:6px}.appearance-picker .color-picker--full{grid-template-columns:repeat(8,30px);justify-content:start;gap:7px}.appearance-picker .color-swatch{aspect-ratio:1;border-radius:7px;width:30px;min-height:30px}.appearance-picker .icon-picker{grid-template-columns:repeat(8,30px);justify-content:start;gap:7px}.appearance-picker .icon-swatch{width:30px;min-height:30px;font-size:18px}@media (width<=720px){.table-setting-panel--local{grid-template-columns:1fr}.appearance-picker .color-picker--full,.appearance-picker .icon-picker{grid-template-columns:repeat(8,30px);max-width:100%;overflow:hidden}}@media (width<=380px){.appearance-picker .color-picker--full,.appearance-picker .icon-picker{grid-template-columns:repeat(4,32px)}.appearance-picker .color-swatch,.appearance-picker .icon-swatch{width:32px;min-height:32px}}.rank-badge{white-space:nowrap;border-radius:999px;place-items:center;width:62px;min-height:22px;padding:3px 5px;font-size:11px;font-weight:900;line-height:1;display:inline-grid}.rank-badge--gold{color:#1b1301;background:linear-gradient(135deg,#fde68a,#eab308);box-shadow:0 0 16px #facc1547}.rank-badge--silver{color:#0f172a;background:linear-gradient(135deg,#f8fafc,#94a3b8);box-shadow:0 0 14px #cbd5e133}.rank-badge--bronze{color:#fff7ed;background:linear-gradient(135deg,#f59e0b,#92400e);box-shadow:0 0 14px #d9770638}.rank-badge--green{color:#ecfdf5;background:linear-gradient(135deg,#22c55e,#166534);box-shadow:0 0 14px #22c55e33}.rank-badge--illegal{color:#f9fafb;background:linear-gradient(135deg,#111827,#374151);box-shadow:0 0 15px #11182742}.rank-badge--downfall{color:#f5f3ff;background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 0 16px #a855f747}.player-list__row .rank-badge{text-overflow:ellipsis;width:62px;overflow:hidden}.result-panel__actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.play-log-panel{left:max(14px, env(safe-area-inset-left));bottom:max(14px, env(safe-area-inset-bottom));z-index:180;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#ffffff14,#ffffff08),#040913c7;border:1px solid #ffffff1f;border-radius:10px;width:min(310px,100vw - 28px);max-height:min(34dvh,260px);display:grid;position:fixed;overflow:hidden;box-shadow:0 20px 46px #00000057}.play-log-panel__header{color:#fff;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:900;display:flex}.play-log-panel__header span{align-items:center;gap:6px;display:inline-flex}.play-log-panel__header svg{width:14px;height:14px}.play-log-panel__header button{width:24px;height:24px;color:var(--muted);background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.play-log-panel__header button:hover{color:#fff;background:#ffffff14}.play-log-panel__list{gap:5px;max-height:214px;padding:8px 10px 10px;list-style:none;display:grid;overflow:auto}.play-log-panel__item,.play-log-panel__empty{color:#ffffffd1;font-size:11px;line-height:1.45}.play-log-panel__empty{color:var(--muted)}.play-log-panel__item--effect{color:#fbbf24}.play-log-panel__item--danger{color:#fb7185}.appearance-picker__section{min-width:0}.appearance-picker__sections{display:contents}.appearance-picker .color-picker--full,.appearance-picker .icon-picker{grid-template-columns:repeat(4,44px);gap:10px}.appearance-picker .color-swatch,.appearance-picker .icon-swatch{width:44px;min-height:44px}.appearance-picker__preview{width:62px;height:62px;font-size:32px}.bot-difficulty-badge{max-width:88px}@media (width>=860px){.appearance-picker{grid-template-columns:1fr 1fr;align-items:start}.appearance-picker__heading{grid-column:1/-1}}@media (width<=720px){.play-log-panel{width:min(300px,100vw - 20px);max-height:28dvh;font-size:10px}.appearance-picker .color-picker--full,.appearance-picker .icon-picker{grid-template-columns:repeat(4,42px);overflow:visible}.appearance-picker .color-swatch,.appearance-picker .icon-swatch{width:42px;min-height:42px}}.appearance-picker{grid-template-columns:1fr}.appearance-picker__sections{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:18px;display:grid}.appearance-picker .color-picker--full,.appearance-picker .icon-picker{scrollbar-width:thin;grid-template-columns:repeat(8,minmax(34px,42px));justify-content:start;gap:9px;padding:2px 2px 6px;display:grid;overflow-x:auto}.appearance-picker .color-swatch,.appearance-picker .icon-swatch{border-radius:9px;width:42px;min-width:42px;min-height:42px}.appearance-picker .icon-swatch{font-size:24px}.result-panel{background:radial-gradient(circle at 50% 0,#f6d07d24,#0000 38%),linear-gradient(#ffffff12,#ffffff06),#040912c7;width:min(760px,100%);padding:clamp(18px,3vw,28px)}.result-winner-card{--player-color:var(--gold);text-align:left;border:1px solid color-mix(in srgb, var(--player-color) 54%, #f6d07d59);background:linear-gradient(135deg, color-mix(in srgb, var(--player-color) 18%, transparent), transparent 42%), #ffffff0e;box-shadow:inset 0 1px 0 #ffffff29, 0 22px 48px #00000052, 0 0 44px color-mix(in srgb, var(--player-color) 24%, transparent);border-radius:14px;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:16px;margin-bottom:18px;padding:18px;display:grid;position:relative;overflow:hidden}.result-winner-card:after{pointer-events:none;content:"";opacity:.62;background:linear-gradient(115deg,#ffffff38,#0000 24% 72%,#ffffff14);position:absolute;inset:0}.result-winner-card__medal,.result-list__rank{color:#111827;background:linear-gradient(#fde68a,#eab308);place-items:center;font-weight:950;display:grid}.result-winner-card__medal{border-radius:50%;width:58px;height:58px;box-shadow:0 0 28px #facc1542}.result-winner-card__medal svg{width:19px;height:19px}.result-winner-card__medal span{font-size:12px}.result-winner-card__avatar,.result-list__avatar{border:1px solid color-mix(in srgb, var(--player-color) 68%, white);background:radial-gradient(circle at 34% 24%, #ffffff94, transparent 36%), color-mix(in srgb, var(--player-color) 42%, #050b16f2);box-shadow:0 0 22px color-mix(in srgb, var(--player-color) 28%, transparent);border-radius:50%;place-items:center;display:grid}.result-winner-card__avatar{width:72px;height:72px;font-size:38px}.result-winner-card__body{z-index:1;min-width:0;position:relative}.result-winner-card__body strong{color:#fff4c7;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(24px,5vw,40px);line-height:1.05;display:block;overflow:hidden}.result-winner-card__badges,.result-list__badges{flex-wrap:wrap;gap:5px;min-width:0;display:flex}.result-list .badge{border-radius:999px;width:auto;height:auto;min-height:22px;padding:3px 8px;font-size:11px;display:inline-flex}.result-list .badge--gold{color:#1b1306;background:var(--gold)}.result-list .badge--muted{color:var(--muted);border-color:var(--line);background:#ffffff12}.result-list .badge--danger{color:#28050b;background:var(--red)}.result-winner-card__badges{margin-top:8px}.result-list{gap:10px}.result-list li.result-list__item{text-align:left;border-color:color-mix(in srgb, var(--rank-color,var(--player-color)) 42%, var(--line));background:linear-gradient(90deg, color-mix(in srgb, var(--rank-color,var(--player-color)) 12%, transparent), #ffffff09), #03081066;grid-template-columns:auto auto minmax(0,1fr) auto;gap:10px;min-height:62px;padding:10px 12px;display:grid}.result-list__rank{border-radius:50%;width:38px;height:38px;font-size:12px}.result-list__rank svg{width:17px;height:17px}.result-list__avatar{width:42px;height:42px;font-size:23px}.result-list__identity{min-width:0}.result-list__identity strong,.result-list__identity small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.result-list__identity strong{color:#fff;font-size:15px}.result-list__identity small{color:var(--muted);font-size:11px;font-weight:750}.result-list__item--gold{--rank-color:#facc15}.result-list__item--gold .result-list__rank{background:linear-gradient(#fde68a,#eab308)}.result-list__item--silver{--rank-color:#cbd5e1}.result-list__item--silver .result-list__rank{background:linear-gradient(#f8fafc,#94a3b8)}.result-list__item--bronze{--rank-color:#d97706}.result-list__item--bronze .result-list__rank{background:linear-gradient(#fdba74,#b45309)}.result-list__item--green{--rank-color:#22c55e}.result-list__item--green .result-list__rank{background:linear-gradient(#86efac,#16a34a)}.result-list__item--illegal{--rank-color:#111827}.result-list__item--illegal .result-list__rank{color:#f8fafc;background:linear-gradient(#374151,#111827)}.result-list__item--downfall{--rank-color:#8b5cf6}.result-list__item--downfall .result-list__rank{color:#fff;background:linear-gradient(#c4b5fd,#7c3aed)}.result-badge--illegal.badge{color:#f8fafc;background:#111827}.result-badge--downfall.badge{color:#fff;background:#7c3aed}.deal-animation__deck,.deal-animation__card{border-radius:9px;width:48px}.deal-animation__deck{width:56px}.deal-animation__deck-glow{pointer-events:none;background:radial-gradient(circle,#f6d07d38,#0000 68%);border-radius:50%;width:96px;height:96px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.deal-animation__card--mine{border-color:#55d8eab8;box-shadow:0 14px 26px #0000004d,0 0 28px #55d8ea3d}.deal-animation__label{font-size:13px;top:78px}@media (width<=860px){.appearance-picker__sections{grid-template-columns:1fr}.appearance-picker .color-picker--full,.appearance-picker .icon-picker{grid-template-columns:repeat(8,38px)}.appearance-picker .color-swatch,.appearance-picker .icon-swatch{width:38px;min-width:38px;min-height:38px}}@media (width<=560px){.online-participant-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.queen-bomber-discard__card{width:56px;height:78px;font-size:15px}.queen-bomber-discard__label{max-width:78px;font-size:9px}.downfall-collapse__card{border-radius:8px;width:44px;height:62px;font-size:10px}.downfall-collapse__label{min-width:min(230px,82vw);padding:8px 12px}.result-winner-card{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px}.result-winner-card__medal{width:48px;height:48px}.result-winner-card__avatar{width:56px;height:56px;font-size:30px}.result-winner-card__body{grid-column:1/-1}.result-list li.result-list__item{grid-template-columns:auto auto minmax(0,1fr)}.result-list__badges{grid-column:2/-1}}.player-seat,.player-seat--left,.player-seat--right,.player-seat--lower-left,.player-seat--lower-right,.player-seat--bottom{width:clamp(122px,12vw,176px);min-width:0;min-height:70px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;text-align:center;transform-origin:50%;background:0 0;border:0;border-radius:0;grid-template-rows:16px auto 22px;grid-template-columns:minmax(0,1fr);place-items:center;gap:3px;padding:4px 7px;display:grid}.player-seat:before{content:none}.player-seat--turn{background:0 0;border:0;animation:1.85s ease-in-out infinite playerSeatTurnFloat}.player-seat__class-row,.player-seat__main-row,.player-seat__status-row{z-index:1;justify-content:center;align-items:center;width:100%;min-width:0;display:flex;position:relative}.player-seat__class-rank{color:#1b1306;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#ffe8ac,#d9a94c);border-radius:999px;justify-content:center;align-items:center;max-width:100%;min-height:16px;padding:2px 7px;font-size:10px;font-weight:900;line-height:1;display:inline-flex;overflow:hidden;box-shadow:0 6px 14px #f6d07d24}.player-seat__class-rank--empty{visibility:hidden}.player-seat__main-row{gap:6px}.player-seat__avatar{background:color-mix(in srgb, var(--player-color) 44%, #050b16b8);width:31px;height:31px;box-shadow:0 0 12px color-mix(in srgb, var(--player-color) 26%, transparent);border:0;border-radius:50%;flex:none;place-items:center;font-size:17px;line-height:1;transition:transform .17s,box-shadow .17s,filter .17s;display:grid}.player-seat--turn .player-seat__avatar{box-shadow:0 0 0 2px color-mix(in srgb, var(--player-color) 42%, transparent), 0 0 20px color-mix(in srgb, var(--player-color) 56%, transparent);animation:1.85s ease-in-out infinite playerAvatarTurnWiggle;transform:scale(1.16)}.player-seat--illegal .player-seat__avatar{background:linear-gradient(135deg,#111827,#374151);box-shadow:0 0 0 2px #111827b8,0 0 18px #11182785}.player-seat--downfall .player-seat__avatar{background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 0 0 2px #7c3aedb8,0 0 20px #a855f780}.player-seat__count{color:#fff4c7;white-space:nowrap;flex:none;margin-left:3px;font-size:12px;font-weight:900;line-height:1}.player-seat__name{color:#ffffffe6;white-space:nowrap;justify-content:center;align-items:center;gap:2px;min-width:0;font-size:12px;font-weight:850;line-height:1.15;display:inline-flex;overflow:hidden}.player-seat__name:before{content:none}.player-seat__name-text{text-overflow:ellipsis;min-width:0;overflow:hidden}.player-seat__bot-difficulty{min-width:0;color:var(--muted);text-overflow:ellipsis;flex:0 auto;font-size:10px;font-weight:850;line-height:1;overflow:hidden}.player-seat__status-row .rank-badge{min-width:46px;max-width:58px}.player-seat__status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:46px;min-height:20px;padding:2px 8px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.player-seat__status--pass{color:#fff;background:#f05c70d6;box-shadow:0 0 16px #f05c702e}.player-seat__status--empty{visibility:hidden}.player-list{width:318px;max-width:318px}.game-board__hud{width:min(318px,100vw - 32px)}.player-list__row{min-height:28px;color:var(--text);grid-template-columns:minmax(150px,1fr) 80px 56px;align-items:center;gap:7px;font-size:12px;display:grid}.player-list__name{align-items:center;gap:6px;min-width:0;display:inline-flex;overflow:hidden}.player-list__icon{flex:none;font-size:14px;line-height:1}.player-list__name-copy{white-space:nowrap;align-items:baseline;gap:2px;min-width:0;display:inline-flex;overflow:hidden}.player-list__name-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.player-list__bot-difficulty{min-width:0;color:var(--muted);text-overflow:ellipsis;flex:none;font-size:10px;font-weight:850;overflow:hidden}.player-list__meta{justify-content:flex-end;align-items:center;gap:4px;min-width:0;display:inline-flex;overflow:hidden}.player-list__count{color:#fff4c7;white-space:nowrap;font-size:11px;font-weight:900;line-height:1}.player-list__penalty{color:#fff;white-space:nowrap;text-overflow:ellipsis;border-radius:999px;justify-content:center;align-items:center;min-width:30px;max-width:42px;min-height:17px;padding:2px 5px;font-size:9px;font-weight:900;line-height:1;display:inline-flex;overflow:hidden}.player-list__penalty--illegal{background:linear-gradient(135deg,#111827,#374151)}.player-list__penalty--downfall{background:linear-gradient(135deg,#7c3aed,#a855f7)}.player-list__rank{justify-content:flex-end;align-items:center;width:56px;min-width:56px;min-height:20px;display:flex}.player-list__rank .rank-badge{width:46px}.player-list__turn-dot{background:var(--gold);border-radius:50%;width:9px;height:9px;box-shadow:0 0 14px #f6d07d94}@keyframes playerSeatTurnFloat{0%,to{transform:translateY(0)scale(1.02)}50%{transform:translateY(-2px)scale(1.055)}}@keyframes playerAvatarTurnWiggle{0%,to{rotate:-1deg}50%{rotate:2deg}}@media (width<=720px){.player-seat,.player-seat--left,.player-seat--right,.player-seat--lower-left,.player-seat--lower-right,.player-seat--bottom{grid-template-rows:14px auto 20px;width:clamp(106px,34vw,134px);min-height:62px;padding:3px 5px}.player-seat__class-rank{min-height:14px;padding:1px 6px;font-size:9px}.player-seat__avatar{width:27px;height:27px;font-size:15px}.player-seat__count,.player-seat__name{font-size:11px}.player-seat__bot-difficulty{font-size:9px}.player-list{width:min(318px,100vw - 20px);max-width:min(318px,100vw - 20px)}.player-list__row{grid-template-columns:minmax(118px,1fr) 64px 50px;gap:5px}.player-list__rank{width:50px;min-width:50px}.player-list__rank .rank-badge{width:42px}}.game-screen{background:radial-gradient(at 50% 38%,#1c4c3638,#0000 48%),linear-gradient(135deg,#070b12 0%,#11141c 45%,#07100c 100%)}.game-table{filter:drop-shadow(0 32px 46px #00000070)}.game-table__felt{background:radial-gradient(at 50% 45%,#e1c48017,#0000 18%),radial-gradient(#12764ed1 0%,#06493af5 48%,#042624fc 100%),repeating-linear-gradient(28deg,#ffffff07 0 1px,#0000 1px 6px),repeating-linear-gradient(118deg,#0000000b 0 1px,#0000 1px 8px);border:0;box-shadow:inset 0 0 0 9px #1e100ac7,inset 0 0 0 15px #764722eb,inset 0 0 0 18px #e3b5604d,inset 0 0 86px #00000080,0 18px #26150fe0,0 36px 86px #00000080}.game-table__felt:before,.game-table__felt:after{content:"";border-radius:inherit;pointer-events:none;position:absolute}.game-table__felt:before{border:1px solid #eecd843d;inset:17px;box-shadow:inset 0 0 0 2px #061c1859,inset 0 0 0 5px #eecd840e}.game-table__felt:after{opacity:.34;mix-blend-mode:soft-light;background:radial-gradient(at 37% 48%,#0000 0 11%,#ebd6a01c 11.5% 12.4%,#0000 12.9%),radial-gradient(at 62%,#0000 0 10%,#0000001f 10.5% 11.5%,#0000 12%),linear-gradient(86deg,#0000 0 33%,#ffffff0d 34% 35%,#0000 36% 100%),repeating-linear-gradient(0deg,#0000 0 46px,#ffffff07 47px 48px,#0000 49px 112px);inset:10% 13%}.game-screen--revolution .game-table__felt,.game-screen--jack-back .game-table__felt{box-shadow:inset 0 0 0 9px #1e100ac7,inset 0 0 0 15px #764722eb,inset 0 0 0 18px #e3b5604d,inset 0 0 94px #0000008a,0 18px #26150fe0,0 36px 86px #00000080}.game-table__grain{opacity:.7;background:radial-gradient(at 45%,#ffffff13,#0000 9%),radial-gradient(at 55% 48%,#00000017,#0000 10%),repeating-linear-gradient(90deg,#ffffff05 0 1px,#0000 1px 34px);border:0;inset:8%}.action-dock{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#12181be6,#080d11eb),#0d1414;border:1px solid #e2b76438;border-radius:18px;gap:9px;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;box-shadow:inset 0 1px #fff4cc1a,inset 0 -1px #0000006b,0 16px 34px #00000057}.action-dock--my-turn{background:linear-gradient(#372714f5,#131e18f2),#1d2118;border-color:#e2b76494;box-shadow:inset 0 1px #ffedb32e,inset 0 -1px #00000073,0 18px 38px #00000061,0 0 22px #e2b76424}.action-dock--ready{animation:1.65s ease-in-out infinite actionDockReady}.action-dock__status{color:#d8c9a4;max-width:156px;font-weight:850}.action-dock--my-turn .action-dock__status{color:#fff0bf}.action-dock__status-icon{flex:none}.action-dock--ready .action-dock__status-icon{color:#e2b764;animation:1.1s ease-in-out infinite actionIconNudge}.game-screen .action-dock .ui-button{border:1px solid #ffefbe3d;border-radius:999px;transform:translateY(0);box-shadow:inset 0 1px #ffffff47,inset 0 -6px 10px #4a280c3d,0 4px #3a1e0bb8,0 11px 18px #00000047}.game-screen .action-dock .ui-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:inset 0 1px #ffffff57,inset 0 -6px 10px #4a280c33,0 6px #3a1e0bad,0 15px 22px #00000052}.game-screen .action-dock .ui-button:active:not(:disabled){transform:translateY(3px);box-shadow:inset 0 2px 7px #3a1e0b57,inset 0 -2px 6px #ffffff1f,0 1px #3a1e0bbd,0 6px 12px #0000003d}.game-screen .action-dock .ui-button--primary{color:#2c1a06;background:radial-gradient(circle at 34% 18%,#ffffff70,#0000 27%),linear-gradient(#f2d889,#b57a2d 78%,#8f5b1e)}.game-screen .action-dock .ui-button--secondary{color:#fff2dc;background:radial-gradient(circle at 34% 18%,#ffffff3d,#0000 27%),linear-gradient(#8a2f39,#5a1720 78%,#401018)}@keyframes actionDockReady{0%,to{transform:translateY(0)}50%{transform:translateY(-1px)}}@keyframes actionIconNudge{0%,to{transform:rotate(-2deg)translateY(0)}50%{transform:rotate(4deg)translateY(-1px)}}:root{--luxury-black:#05080b;--luxury-blue-black:#08131a;--luxury-blue:#183849;--luxury-green:#063f32;--luxury-green-2:#0b5b45;--luxury-brown:#3a2114;--luxury-brown-2:#6f4323;--luxury-cream:#f1e2bd;--luxury-gold:#c9a65a;--luxury-gold-soft:#c9a65a38;--luxury-line:#d2b26e3d;--luxury-line-strong:#e8c9847a;--luxury-panel:linear-gradient(180deg, #0c1619f0, #050a0df5), #080f12}body{background:radial-gradient(at 52% 24%,#145a4638,#0000 36%),radial-gradient(at 20% 86%,#5c361b33,#0000 40%),linear-gradient(135deg,#020507 0%,#07131a 42%,#06120d 100%)}.title-screen,.screen,.result-screen{background:radial-gradient(at 50% 12%,#0a564138,#0000 34%),radial-gradient(at 80% 80%,#234b6024,#0000 36%),linear-gradient(145deg,#040709 0%,#0a151b 46%,#07120d 100%)}.title-screen__backdrop{background:radial-gradient(at 50% 42%,#095e4347,#0000 34%),linear-gradient(#0105082e,#010508db),repeating-linear-gradient(90deg,#c9a65a0e 0 1px,#0000 1px 42px),repeating-linear-gradient(0deg,#ffffff05 0 1px,#0000 1px 28px)}.title-screen__content:before,.screen__header:before,.result-screen__hero:before{content:"";opacity:.82;background:linear-gradient(90deg,#0000,#c9a65ac2,#0000);width:min(180px,46vw);height:2px;margin:0 auto 16px;display:block}.screen__header h1,.title-screen h1,.result-screen h1{color:#f8edcf;text-shadow:0 2px #382311c7,0 16px 44px #00000094}.screen__header p,.title-screen__lead,.lobby-panel__heading p,.lobby-rule-section__heading p,.rule-category__heading p,.mode-card p,.table-setting-panel p{color:#e6dcbeb3}.eyebrow{color:#d5b76a}.brand-mark,.result-screen__hero>svg{color:#ead18a;background:radial-gradient(circle at 34% 24%,#fff4c738,#0000 32%),linear-gradient(145deg,#214348d1,#331c10f0);border-color:#debb699e;box-shadow:inset 0 1px #fff5d233,inset 0 -8px 16px #00000047,0 16px 42px #0000005c,0 0 34px #c9a65a29}.panel--glass,.lobby-panel,.result-panel,.liquid-glass-card,.mode-card,.lobby-rule-section,.rule-category,.table-setting-panel,.online-room-code,.appearance-picker,.game-hud-chip,.player-list,.volume-control,.rule-summary__button,.rule-summary__panel,.mobile-game-menu__panel,.queen-bomber-control,.play-log-panel{border-color:var(--luxury-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(circle at 18% 0,#c9a65a1a,#0000 34%),linear-gradient(#0e1c1eeb,#050a0df0),#081012;box-shadow:inset 0 1px #fff2c714,inset 0 -1px #0000006b,0 18px 48px #00000059}.liquid-glass-card{background:radial-gradient(circle at 16% 0,#2c687438,#0000 38%),linear-gradient(140deg,#113932eb,#091216f5 48%,#3e2312cc),#081013;border-radius:20px}.liquid-glass-card:before{opacity:.7;background:linear-gradient(#f6e2ab1f,#0000),radial-gradient(circle at 16% 8%,#679ca433,#0000 36%);height:52%}.liquid-glass-card:after{background:linear-gradient(100deg,#0000,#e9cd8938,#0000)}.liquid-glass-card:hover,.mode-card:hover{border-color:var(--luxury-line-strong);background:radial-gradient(circle at 16% 0,#3b7a8447,#0000 40%),linear-gradient(140deg,#16493df5,#091216f5 48%,#4c2b16db),#081013;box-shadow:inset 0 1px #fff2c729,inset 0 -16px 28px #0000002e,0 28px 74px #00000070,0 0 34px #1253442e}.mode-card__icon,.lobby-card__avatar,.result-winner-card__avatar,.result-list__avatar{background:radial-gradient(circle at 34% 24%, #fff5ce47, transparent 36%), linear-gradient(145deg, color-mix(in srgb, var(--player-color,#0b5b45) 42%, #10202a), #2f1c12);box-shadow:inset 0 1px 0 #fff4cc29, 0 10px 24px #00000047, 0 0 20px color-mix(in srgb, var(--player-color,#c9a65a) 24%, transparent);border-color:#e0be6f80}.lobby-card,.rule-toggle-card,.rule-option-controls--inline,.result-list li.result-list__item{background:linear-gradient(180deg, color-mix(in srgb, var(--player-color,#0b5b45) 10%, transparent), #ffffff06), #03090b6b;border-color:#d2b26e2e;box-shadow:inset 0 1px #fff0c80e,0 12px 30px #0003}.rule-toggle-card--enabled,.segmented-control__button--active{background:linear-gradient(#c9a65a38,#08221f8a),#050a0d8c;border-color:#d9b55f8f;box-shadow:inset 0 1px #ffefbe1f,0 0 24px #c9a65a14}.text-input input,.setting-row select,.rule-option-controls__select select{color:#f5ecd2;background:linear-gradient(#081419f0,#04090bf0),#070c0f;border-color:#d2b26e42;box-shadow:inset 0 1px #fff4ce0f,inset 0 0 0 1px #0000002e}.text-input input:focus,.setting-row select:focus,.rule-option-controls__select select:focus{border-color:#629daebd;outline:none;box-shadow:0 0 0 3px #3061703d,inset 0 1px #fff4ce14}.title-screen .ui-button,.lobby-screen .ui-button,.result-screen .ui-button,.game-hud-desktop .ui-button,.mobile-game-menu__panel .ui-button,.rule-summary__button,.rule-summary__close,.volume-control__toggle{color:#f8edcf;background:radial-gradient(circle at 30% 18%,#fff5cd3d,#0000 28%),linear-gradient(#244c42,#102420 58%,#2a180e);border-color:#e6c57e52;border-radius:999px;box-shadow:inset 0 1px #fff6da38,inset 0 -5px 9px #00000052,0 4px #331d10e0,0 12px 24px #00000052}.title-screen .ui-button:hover:not(:disabled),.lobby-screen .ui-button:hover:not(:disabled),.result-screen .ui-button:hover:not(:disabled),.game-hud-desktop .ui-button:hover:not(:disabled),.mobile-game-menu__panel .ui-button:hover:not(:disabled),.rule-summary__button:hover,.rule-summary__close:hover,.volume-control__toggle:hover{background:radial-gradient(circle at 30% 18%,#fff5cd4d,#0000 28%),linear-gradient(#2d6252,#14312b 58%,#352013);border-color:#eecd848f;box-shadow:inset 0 1px #fff6da4d,inset 0 -5px 9px #00000045,0 6px #331d10d1,0 16px 30px #00000061}.title-screen .ui-button:active:not(:disabled),.lobby-screen .ui-button:active:not(:disabled),.result-screen .ui-button:active:not(:disabled),.game-hud-desktop .ui-button:active:not(:disabled),.mobile-game-menu__panel .ui-button:active:not(:disabled),.rule-summary__button:active,.rule-summary__close:active,.volume-control__toggle:active{transform:translateY(3px);box-shadow:inset 0 3px 8px #00000059,inset 0 -2px 6px #fff6da14,0 1px #331d10d6,0 8px 16px #00000042}.title-screen .ui-button--primary,.lobby-screen .ui-button--primary,.result-screen .ui-button--primary{color:#2b1a07;background:radial-gradient(circle at 30% 18%,#ffffff6b,#0000 28%),linear-gradient(#ead18a,#bd843a 72%,#7d4c21)}.title-screen .ui-button--secondary,.lobby-screen .ui-button--secondary,.result-screen .ui-button--secondary{background:radial-gradient(circle at 30% 18%,#fff5cd38,#0000 28%),linear-gradient(#183849,#101d27 60%,#2a180e)}.screen__header,.result-screen__hero{z-index:1;position:relative}.lobby-panel,.result-panel,.player-list{position:relative;overflow:hidden}.lobby-panel:before,.result-panel:before,.play-log-panel:before,.player-list:before{content:"";pointer-events:none;opacity:.65;background:linear-gradient(110deg,#fff4cc14,#0000 18% 72%,#43808e0f),repeating-linear-gradient(90deg,#ffffff05 0 1px,#0000 1px 34px);position:absolute;inset:0}.lobby-panel>*,.result-panel>*,.play-log-panel>*,.player-list>*{z-index:1;position:relative}.game-board__hud{filter:drop-shadow(0 18px 22px #00000052)}.game-hud-chip,.player-list,.volume-control,.rule-summary__button{border-radius:14px}.game-hud-chip svg,.player-list__title svg,.player-list__ranking svg,.rule-summary__button svg,.volume-control__toggle svg{color:#d7b665}.player-list__row{background:linear-gradient(90deg,#fff4cc09,#22484b0a);border-radius:9px}.play-log-panel{color:#27170c;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#f1e2bdeb,#d6bb86e0),#ead6a6;border-radius:14px;box-shadow:0 18px 36px #00000047,0 2px #5c361bb8}.play-log-panel__header{color:#2a180e;border-bottom-color:#5331182e}.play-log-panel__item--pass{color:#6b3f35}.play-log-panel__item--effect{color:#7b4b0e;font-weight:850}.play-log-panel__item--danger{color:#5b1520;font-weight:900}.play-log-panel__item--rank{color:#5e4213;font-weight:950}.result-panel{background:radial-gradient(circle at 50% 0,#c9a65a29,#0000 36%),linear-gradient(#0c181bf0,#050a0df5),#081012;border-radius:20px}.result-winner-card{background:radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--player-color) 20%, transparent), transparent 42%), linear-gradient(135deg, #113932d6, #080e11f0 48%, #4b2b16b8);border-radius:18px}.result-list li.result-list__item{border-radius:14px}.turn-timer{color:#f7e8c4;background:radial-gradient(circle at 30% 16%,#fff5cd38,#0000 30%),linear-gradient(#173545,#0b171d 68%,#2b190e);border-color:#d2b26e5c;border-radius:999px;min-width:64px;min-height:40px;box-shadow:inset 0 1px #fff6da2e,inset 0 -5px 9px #0000004d,0 4px #331d10b8,0 10px 18px #0000003d}.turn-timer svg{color:#d4b468}.turn-timer strong{color:#fff4ce;text-shadow:0 1px 8px #c9a65a38}.action-dock--my-turn .turn-timer{background:radial-gradient(circle at 30% 16%,#fff5cd47,#0000 30%),linear-gradient(#214f43,#122821 62%,#3b2414);border-color:#e8c9849e;box-shadow:inset 0 1px #fff6da3d,inset 0 -5px 9px #0000004d,0 4px #412614cc,0 0 24px #c9a65a24}.turn-timer--warning{color:#2b1a07;background:radial-gradient(circle at 30% 16%,#ffffff5c,#0000 30%),linear-gradient(#ecd384,#b9782a 78%,#683d18);border-color:#efce81c2}.turn-timer--danger{color:#fff3e4;background:radial-gradient(circle at 30% 16%,#fff3,#0000 30%),linear-gradient(#6e1f2a,#451119 75%,#2b0b10);border-color:#9f323acc}.action-dock{background:radial-gradient(circle at 16% 0,#c9a65a1c,#0000 38%),linear-gradient(#0c1819f5,#050a0dfa),#081012;border-radius:20px}.action-dock--my-turn{background:radial-gradient(circle at 16% 0,#e8c9842e,#0000 42%),linear-gradient(#2d2413f5,#0d221bfa),#10150f}.queen-bomber-control{border-radius:14px}.effect-burst{--effect-accent:#c9a65a;--effect-accent-2:#0b5b45;filter:drop-shadow(0 24px 34px #0000005c);width:clamp(280px,24vw,420px);height:clamp(210px,21vw,350px)}.effect-burst:before,.effect-burst:after,.effect-burst--eightCut:before,.effect-burst--eightCut:after,.effect-burst--fieldClear:before,.effect-burst--fieldClear:after,.effect-burst--sevenTransfer:before,.effect-burst--sevenTransfer:after,.effect-burst--tenDiscard:before,.effect-burst--tenDiscard:after,.effect-burst--spadeThreeCounter:before,.effect-burst--spadeThreeCounter:after,.effect-burst--autoAction:before,.effect-burst--autoAction:after,.effect-burst--jackBack:before,.effect-burst--jackBack:after,.effect-burst--revolution:before,.effect-burst--revolution:after{display:block!important}.effect-burst:before{border:1px solid color-mix(in srgb, var(--effect-accent) 58%, transparent);background:conic-gradient(from 0deg, transparent 0 18deg, color-mix(in srgb, var(--effect-accent) 38%, transparent) 18deg 25deg, transparent 25deg 52deg), radial-gradient(circle, transparent 58%, color-mix(in srgb, var(--effect-accent-2) 20%, transparent) 59% 62%, transparent 64%);width:clamp(150px,13vw,210px);height:clamp(150px,13vw,210px);box-shadow:0 0 32px color-mix(in srgb, var(--effect-accent) 20%, transparent), inset 0 0 20px #0000002e;border-radius:50%;animation:1.28s ease-out both luxuryEffectRing;transform:translate(-50%,-50%)rotate(0)}.effect-burst:after{background:radial-gradient(ellipse at center, color-mix(in srgb, var(--effect-accent-2) 18%, transparent), transparent 70%);width:clamp(220px,18vw,310px);height:clamp(84px,8vw,128px);box-shadow:0 0 54px color-mix(in srgb, var(--effect-accent) 12%, transparent);border-radius:50%;animation:1.2s ease-out both luxuryEffectGlow;transform:translate(-50%,-50%)rotate(0)}.effect-burst__core{border-color:color-mix(in srgb, var(--effect-accent) 58%, #ffffff38);min-height:54px;box-shadow:inset 0 1px 0 #fff4cc29, inset 0 -1px 0 #0000008c, 0 16px 38px #00000057, 0 0 38px color-mix(in srgb, var(--effect-accent) 16%, transparent);text-shadow:0 2px 10px #000000b8;background:radial-gradient(circle at 24% 0,#fff4cc24,#0000 38%),linear-gradient(#0c1819e6,#04080aeb),#071012;border-radius:18px;padding:11px 18px}.effect-burst__core:before{content:"";pointer-events:none;border:1px solid #fff4cc14;border-radius:14px;position:absolute;inset:5px}.effect-burst__core svg{color:var(--effect-accent);filter:drop-shadow(0 0 10px color-mix(in srgb, var(--effect-accent) 44%, transparent))}.effect-burst__particle{border:1px solid color-mix(in srgb, var(--effect-accent) 50%, white);width:11px;height:16px;box-shadow:0 10px 18px #00000052, 0 0 12px color-mix(in srgb, var(--effect-accent) 28%, transparent);color:var(--effect-accent);background:linear-gradient(135deg,#fff7dbe6,#dac69adb),#efe2bf;border-radius:2px;animation-name:luxuryParticleFlight}.effect-burst--revolution{--effect-accent:#9f88d8;--effect-accent-2:#21324d}.effect-burst--jackBack,.effect-burst--rankLock{--effect-accent:#78a9ba;--effect-accent-2:#183849}.effect-burst--nineReverse,.effect-burst--fiveSkip,.effect-burst--autoAction{--effect-accent:#8ab6c4;--effect-accent-2:#183849}.effect-burst--sevenTransfer,.effect-burst--suitLock{--effect-accent:#83c09f;--effect-accent-2:#0b5b45}.effect-burst--tenDiscard,.effect-burst--illegalFinish{--effect-accent:#a5535a;--effect-accent-2:#3c1418}.effect-burst--spadeThreeCounter,.effect-burst--fieldClear,.effect-burst--eightCut,.effect-burst--ambulance,.effect-burst--rokurokubi{--effect-accent:#d7b665;--effect-accent-2:#4a2c18}.effect-burst--queenBomber{--effect-accent:#cf9f55;--effect-accent-2:#183849}.effect-burst--downfall{--effect-accent:#8b5cf6;--effect-accent-2:#251746}.queen-bomber-discard__card,.downfall-collapse__card,.deal-animation__card,.deal-animation__deck{background:radial-gradient(circle at 34% 18%,#fff4cf38,#0000 24%),linear-gradient(135deg,#173545,#101820 48%,#3a2114),repeating-linear-gradient(45deg,#e8c98429 0 1px,#0000 1px 7px);border-color:#d6b56980}.queen-bomber-discard__label,.downfall-collapse__label{background:radial-gradient(circle at 50% 0,#e8c9842e,#0000 68%),#050a0ddb;border-color:#e8c98470;box-shadow:inset 0 1px #fff4cc1f,0 18px 42px #00000057}@keyframes luxuryEffectRing{0%{opacity:0;transform:translate(-50%,-50%)rotate(-26deg)scale(.64)}28%{opacity:.9}to{opacity:0;transform:translate(-50%,-50%)rotate(92deg)scale(1.26)}}@keyframes luxuryEffectGlow{0%{opacity:0;transform:translate(-50%,-50%)scale(.72)}24%{opacity:.88}to{opacity:0;transform:translate(-50%,-50%)scale(1.24)}}@keyframes luxuryParticleFlight{0%{opacity:0;transform:translate(-50%, -50%) rotate(calc(var(--particle-index) * 9deg)) scale(.54)}24%{opacity:1}to{opacity:0;transform:rotate(var(--angle)) translate(var(--distance)) rotate(calc(var(--particle-index) * 19deg + 58deg)) scale(.82)}}@media (width<=720px){.title-screen,.screen,.result-screen{background:radial-gradient(at 50% 12%,#0a56412e,#0000 32%),linear-gradient(145deg,#040709 0%,#0a151b 48%,#07120d 100%)}.effect-burst{width:min(340px,86vw);height:min(280px,42vh)}.turn-timer{min-width:58px;min-height:34px;padding:6px 8px}.turn-timer strong{font-size:16px}}.play-log-dock{left:max(14px, env(safe-area-inset-left));bottom:max(14px, env(safe-area-inset-bottom));z-index:180;pointer-events:none;justify-items:start;gap:8px;width:min(320px,100vw - 28px);display:grid;position:fixed}.play-log-dock>*{pointer-events:auto}.play-log-dock .play-log-panel{width:100%;max-height:min(36dvh,280px);position:relative;bottom:auto;left:auto}.play-log-toggle{color:#241607;background:radial-gradient(circle at 30% 18%,#ffffff6b,#0000 30%),linear-gradient(#ead18a,#bd843a 72%,#7d4c21);border:1px solid #60371861;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:0 12px;font-size:12px;font-weight:950;line-height:1;transition:transform .15s,border-color .15s,background .15s,box-shadow .15s;display:inline-flex;box-shadow:inset 0 1px #fff6da61,inset 0 -5px 9px #4e280e42,0 4px #331d10e0,0 12px 24px #00000047}.play-log-toggle:hover{color:#1d1005;background:radial-gradient(circle at 30% 18%,#fffce87a,#0000 30%),linear-gradient(#f1d998,#c39145 68%,#6f3f1c);border-color:#eecd84ad;transform:translateY(-1px);box-shadow:inset 0 1px #fff6da75,inset 0 -5px 9px #46230d3d,0 6px #331d10d1,0 16px 30px #00000057}.play-log-toggle:active{transform:translateY(2px);box-shadow:inset 0 3px 8px #46230d52,inset 0 -2px 6px #fff6da29,0 1px #331d10d6,0 8px 16px #00000038}.play-log-toggle svg{color:#5f3918;width:15px;height:15px}.title-screen .ui-button:hover:not(:disabled),.lobby-screen .ui-button:hover:not(:disabled),.result-screen .ui-button:hover:not(:disabled),.game-hud-desktop .ui-button:hover:not(:disabled),.mobile-game-menu__panel .ui-button:hover:not(:disabled),.rule-summary__button:hover,.rule-summary__close:hover,.volume-control__toggle:hover{background:radial-gradient(circle at 30% 18%,#fff5cd52,#0000 28%),linear-gradient(#75512a,#432616 58%,#241208);border-color:#eecd8494}.title-screen .ui-button--primary:hover:not(:disabled),.lobby-screen .ui-button--primary:hover:not(:disabled),.result-screen .ui-button--primary:hover:not(:disabled){color:#241607;background:radial-gradient(circle at 30% 18%,#ffffff80,#0000 28%),linear-gradient(#f0d997,#c08b3e 72%,#70401d)}.game-hud-chip,.player-list,.action-dock,.turn-timer,.mobile-game-menu__panel,.rule-summary__panel,.volume-control__panel,.lobby-panel,.result-panel,.rule-toggle-card,.rule-option-controls--inline,.queen-bomber-control,.rank-exchange-control{color:#f8edcf}.game-hud-chip,.player-list__title,.action-dock__status,.queen-bomber-control__header,.rank-exchange-control__hint,.rule-toggle-card__copy,.rule-option-controls__hint{color:#f8edcfc7}.play-log-panel,.play-log-panel__header,.play-log-panel__item,.play-log-panel__empty{color:#27170c}.play-log-panel__item,.play-log-panel__empty{color:#27170cd1}@media (width<=720px){.play-log-dock{width:min(300px,100vw - 24px);left:max(12px, env(safe-area-inset-left));bottom:max(12px, env(safe-area-inset-bottom))}.play-log-dock .play-log-panel{max-height:min(42dvh,300px)}.play-log-toggle{min-height:32px;padding:0 11px;font-size:11px}}
