*{box-sizing:border-box}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f7f7fb;background:#10121a;font-synthesis:none}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 20% 0%,rgba(111,76,255,.25),transparent 35%),radial-gradient(circle at 90% 90%,rgba(40,180,255,.18),transparent 35%),#10121a}button,input,select{font:inherit}button{cursor:pointer}.shell{min-height:100vh;padding:24px;display:grid;place-items:center}.shell.wide{align-items:start}.panel{width:min(100%,560px);padding:32px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:#171a26f0;box-shadow:0 25px 70px #00000059;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.lobby-panel{width:min(100%,1050px)}.centered{text-align:center}.eyebrow{font-size:14px;letter-spacing:.2em;font-weight:800;color:#9e8cff}h1,h2,h3,p{margin-top:0}h1{margin-bottom:8px;font-size:clamp(30px,6vw,48px)}h2{margin:4px 0}.subtitle{color:#9ca3b5;margin-bottom:26px}.label{display:block;margin:16px 0 8px;font-size:13px;font-weight:700;color:#c3c7d3}input,select{width:100%;min-height:48px;padding:0 14px;border:1px solid rgba(255,255,255,.1);border-radius:13px;color:#fff;outline:none;background:#0e1017}button{min-height:48px;padding:10px 16px;border:0;border-radius:13px;font-weight:800;color:#fff;background:#2b2f3b}.home-panel>button{width:100%;margin-top:12px}button:hover{filter:brightness(1.08)}button:disabled{cursor:default}.primary{background:linear-gradient(135deg,#725dff,#536dff)}.secondary{background:#292d3b}.danger{width:100%;margin-top:22px;background:#39242b;color:#ffb8c1}.compact{min-height:42px;width:auto}.separator{margin:22px 0 4px;display:flex;align-items:center;gap:12px;color:#6f7586}.separator:before,.separator:after{content:"";height:1px;flex:1;background:#ffffff14}.message,.prototype-note,.waiting-turn,.guess-toolbar,.hint-card{padding:14px 16px;border-radius:14px;background:#ffffff0b}.message{color:#ffd486}.topbar,.game-header,.host-toolbar,.guess-toolbar,.winner-banner{display:flex;align-items:center;justify-content:space-between;gap:14px}.host-toolbar{margin:18px 0}.host-toolbar button{flex:1}.room-code{color:#9e8cff}.teams-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.team-column,.waiting{padding:16px;border-radius:18px;background:#ffffff09}.team-column h3,.waiting h3{display:flex;justify-content:space-between}.players{display:grid;gap:10px}.player{min-height:64px;padding:10px;display:flex;align-items:center;gap:10px;border-radius:14px;background:#ffffff0b}.player-main{flex:1;min-width:0}.player-name{font-weight:800}.avatar{width:40px;height:40px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;font-weight:900;background:#ffffff1f}.you,.role-badge{font-size:14px;color:#969dae}.host{padding:5px 8px;border-radius:8px;font-size:12px;color:#fff1ac;background:#ffd7481f}.mini-actions{display:flex;gap:4px}.mini-actions button{min-width:38px;min-height:38px;padding:5px}.empty{color:#777f91}.waiting,.prototype-note{margin-top:16px}.game-shell{width:min(1500px,100%);min-height:100vh;margin:0 auto;padding:20px}.game-header{margin-bottom:14px}.header-right{display:flex;align-items:center;gap:12px}.scoreboard{display:flex;gap:8px}.scoreboard span,.me-chip{padding:10px 13px;border-radius:12px;font-weight:900;background:#ffffff0e}.starter-note{margin-top:7px;color:#949bad;font-size:13px}.hint-form{display:grid;grid-template-columns:1fr 100px auto;gap:10px;padding:16px;margin:12px 0 18px;border-radius:16px;background:#ffffff0a}.hint-card,.waiting-turn{margin:12px 0 18px}.hint-card{display:flex;align-items:center;gap:14px}.hint-card strong{font-size:24px}.hint-card small{color:#9da4b5}.board{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.word-card{position:relative;min-height:98px;padding:12px 8px;border:1px solid rgba(255,255,255,.09);border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:clamp(13px,1.2vw,17px);overflow:hidden;background:#242833;transition:transform .12s ease,filter .12s ease}.word-card:not(:disabled):hover{transform:translateY(-2px)}.word-card span{font-weight:900;text-align:center;overflow-wrap:anywhere}.word-card small{font-size:11px;letter-spacing:.06em;opacity:.78}.owner-blue{background:#296dff4d;border-color:#5087ff73}.owner-red{background:#ff465b47;border-color:#ff576973}.owner-neutral{background:#beb1912e}.owner-danger{background:#050609eb}.word-card.revealed{filter:saturate(.55);opacity:.76}.word-card.my-vote{outline:3px solid rgba(255,255,255,.75);outline-offset:2px}.vote-count{position:absolute;top:7px;right:7px;padding:4px 7px;border-radius:8px;font-size:13px;background:#0a0b10db}.guess-toolbar{margin-top:14px}.legend{margin-top:14px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;color:#9ea5b5;font-size:13px}.winner-banner{margin:12px 0 18px;padding:18px;border-radius:18px;background:#ffffff0f}.winner-banner h1{margin:0}.result-actions{display:flex;gap:8px}.loader{width:44px;height:44px;margin:0 auto;border:4px solid rgba(255,255,255,.12);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.board{gap:7px}.word-card{min-height:82px;border-radius:12px;padding:8px 5px}}@media(max-width:760px){.teams-grid{grid-template-columns:1fr}.game-header,.topbar{align-items:stretch;flex-direction:column}.header-right{justify-content:space-between;flex-wrap:wrap}.hint-form{grid-template-columns:1fr 80px}.hint-form button{grid-column:1 / -1}.board{grid-template-columns:repeat(3,minmax(0,1fr))}.word-card{min-height:76px}.winner-banner{align-items:stretch;flex-direction:column}.result-actions button{flex:1}}@media(max-width:430px){.shell,.game-shell{padding:10px}.panel{padding:20px 15px}.board{gap:5px}.word-card{min-height:68px;font-size:14px}.scoreboard span,.me-chip{padding:8px 9px}}.phase-timer{min-width:78px;padding:10px 13px;border-radius:12px;text-align:center;font-size:20px;font-weight:950;font-variant-numeric:tabular-nums;background:#ffffff13}.phase-timer.timer-warning{transform:scale(1.04);background:#ff54542e}.settings-panel{margin:14px 0 18px;padding:16px;border-radius:18px;background:#ffffff09}.settings-panel h3{margin-bottom:14px}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.settings-grid label{display:grid;gap:6px;color:#c4c9d5;font-size:13px;font-weight:700}.settings-grid small{color:#7e8698;font-weight:500}.settings-panel>button{width:100%;margin-top:12px}@media(max-width:700px){.settings-grid{grid-template-columns:1fr}}.turn-number{margin-top:5px;color:#7f8799;font-size:14px;font-weight:800}.rules{margin-top:12px;border-radius:14px;background:#ffffff09}.rules summary{padding:14px 16px;cursor:pointer;font-weight:850}.rules>div{padding:0 16px 14px;color:#aab0bf;line-height:1.45}.rules p{margin:7px 0}.results-banner{align-items:flex-start}.result-stats{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.result-stats span{padding:7px 9px;border-radius:9px;font-size:14px;background:#ffffff0e}.player-offline{opacity:.55;filter:grayscale(.55)}.offline-badge{margin-left:6px;padding:3px 6px;border-radius:7px;font-size:12px;font-weight:800;color:#ffbdc5;background:#ff4a5e1f}.my-lobby-controls{margin:14px 0 18px;padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:16px;border-radius:18px;background:#ffffff0a}.control-title{margin-bottom:8px;font-size:13px;font-weight:900;color:#c6cad5}.team-choice-buttons,.role-choice-buttons{display:flex;flex-wrap:wrap;gap:7px}.team-choice-buttons button,.role-choice-buttons button{flex:1;min-width:105px}.team-choice-buttons button.selected,.role-choice-buttons button.selected{outline:2px solid rgba(255,255,255,.78);outline-offset:2px}.blue-choice.selected{background:#316eff85}.red-choice.selected{background:#ff465b7a}.team-heading{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.team-heading h3{margin:0}.join-team{min-height:36px;padding:6px 10px}.selected-team{font-size:13px;font-weight:850;color:#aeb5c7}@media(max-width:720px){.my-lobby-controls{grid-template-columns:1fr}}.ready-badge{display:inline-block;margin-top:4px;padding:3px 6px;border-radius:7px;font-size:12px;font-weight:850;color:#9da4b3;background:#ffffff0b}.ready-badge.is-ready{color:#aef2bd;background:#44d2681c}.ready-row{grid-column:1 / -1;display:flex;align-items:center;gap:12px;padding-top:4px}.ready-row span{color:#858d9d;font-size:14px}.ready-button{min-width:150px}.ready-button.active{background:#37bd5b57;outline:2px solid rgba(100,235,132,.35)}.lobby-status{margin:10px 0;display:flex;flex-wrap:wrap;gap:8px}.lobby-status span{padding:8px 10px;border-radius:10px;color:#aeb4c2;font-size:14px;background:#ffffff0a}.game-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:14px;align-items:start}.history-panel{max-height:560px;padding:14px;border-radius:16px;background:#ffffff09;position:sticky;top:14px}.history-panel h3{margin-bottom:10px}.history-list{max-height:500px;overflow-y:auto;display:grid;gap:7px}.history-item{padding:9px 10px;border-radius:10px;background:#ffffff0a}.history-item>div{display:flex;gap:6px;align-items:center;font-size:13px}.history-item p{margin:5px 0 0;color:#afb5c3;font-size:14px}@media(max-width:1050px){.game-layout{grid-template-columns:1fr}.history-panel{position:static;max-height:260px}.history-list{max-height:200px}}@media(max-width:600px){.ready-row{align-items:stretch;flex-direction:column}.ready-button{width:100%}}.game-shell.active-blue{--active-team-glow: rgba(51, 115, 255, .24)}.game-shell.active-red{--active-team-glow: rgba(255, 67, 88, .22)}.phase-title{transition:color .2s ease}.turn-banner{margin:0 0 14px;padding:11px 15px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:14px;box-shadow:0 10px 32px var(--active-team-glow)}.turn-banner.blue{background:linear-gradient(90deg,#2d66eb54,#2d66eb14);border:1px solid rgba(76,127,255,.3)}.turn-banner.red{background:linear-gradient(90deg,#e83d4f54,#e83d4f14);border:1px solid rgba(255,80,99,.3)}.turn-banner strong{letter-spacing:.04em}.turn-banner span{color:#b5bbc8;font-size:14px}.word-card{transform-style:preserve-3d}.word-card .card-inner{width:100%;min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}@keyframes revealCard{0%{transform:rotateY(0) scale(1)}48%{transform:rotateY(88deg) scale(.94)}52%{transform:rotateY(88deg) scale(.94)}to{transform:rotateY(0) scale(1)}}.vote-avatars{display:flex;justify-content:center;align-items:center;margin-top:2px}.vote-avatar,.vote-more{width:23px;height:23px;margin-left:-4px;display:grid;place-items:center;border:2px solid rgba(18,20,28,.95);border-radius:50%;font-size:11px;font-weight:950;color:#fff;background:#5d6475}.vote-avatar:first-child{margin-left:0}.vote-more{width:auto;min-width:23px;padding:0 5px;border-radius:10px}.vote-count{top:6px;right:6px;min-width:21px;height:21px;padding:0 5px;display:grid;place-items:center;border-radius:999px;font-size:12px;background:#0a0b10e6}.result-main{display:flex;align-items:flex-start;flex-wrap:wrap;gap:14px}.result-trophy{width:58px;height:58px;display:grid;place-items:center;flex:0 0 auto;border-radius:18px;font-size:30px;background:#ffd7501c}.result-subtitle{margin:-2px 0 8px;color:#9299a9;font-size:13px}.results-banner{background:radial-gradient(circle at 10% 10%,rgba(255,220,85,.08),transparent 35%),#ffffff0e}@media(max-width:650px){.turn-banner{align-items:flex-start;flex-direction:column}.vote-avatar,.vote-more{width:20px;height:20px;font-size:11px}}.home-shell{min-height:100vh;padding:42px 22px 70px}.home-hero{width:min(1100px,100%);margin:0 auto 28px;text-align:center}.brand-mark{width:66px;height:66px;margin:0 auto 14px;display:grid;place-items:center;border-radius:21px;font-size:22px;font-weight:1000;letter-spacing:-.04em;background:linear-gradient(135deg,#765dff,#42a5ff);box-shadow:0 18px 45px #5364ff38}.home-hero h1{margin:7px 0;font-size:clamp(42px,8vw,72px)}.home-hero p{max-width:650px;margin:0 auto;color:#9fa6b7;font-size:16px;line-height:1.5}.home-dashboard{width:min(1050px,100%);margin:0 auto}.home-message{margin-bottom:12px}.profile-card{padding:14px;display:grid;grid-template-columns:58px 1fr;align-items:center;gap:13px;border:1px solid rgba(255,255,255,.07);border-radius:18px;background:#171a26e6}.profile-card .label{margin-top:0}.profile-avatar{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;font-size:24px;font-weight:950;background:linear-gradient(135deg,#7060ff,#3d9aff)}.resume-room{width:100%;margin-top:12px;padding:13px 16px;display:flex;align-items:center;gap:11px;text-align:left;background:#7060ff26;border:1px solid rgba(139,124,255,.2)}.resume-room>span{font-size:22px}.resume-room div{display:grid}.resume-room small{margin-top:2px;color:#9fa6b6}.home-actions-grid{margin-top:13px;display:grid;grid-template-columns:1.2fr .8fr;gap:13px}.home-action-card,.public-rooms-section{padding:20px;border:1px solid rgba(255,255,255,.07);border-radius:20px;background:#171a26e6}.home-action-card h2,.public-rooms-heading h2{margin-bottom:12px}.home-action-card button{width:100%;margin-top:12px}.public-toggle{margin-top:13px;padding:12px;display:flex;align-items:flex-start;gap:10px;border-radius:13px;cursor:pointer;background:#ffffff09}.public-toggle input{width:19px;height:19px;min-height:0;margin-top:2px}.public-toggle span{display:grid;gap:2px}.public-toggle small{color:#8b93a5}.public-rooms-section{margin-top:13px}.public-rooms-heading{display:flex;align-items:center;justify-content:space-between}.public-rooms-heading h2{margin-bottom:2px}.public-rooms-heading p{margin:0;color:#7e8698;font-size:14px}.room-count-chip{min-width:36px;height:30px;padding:0 9px;display:grid;place-items:center;border-radius:10px;font-weight:900;background:#ffffff0f}.public-rooms-list{margin-top:15px;display:grid;gap:8px}.rooms-loading,.rooms-empty{min-height:90px;padding:18px;display:grid;place-items:center;text-align:center;border-radius:14px;color:#858d9d;background:#ffffff06}.rooms-empty b,.rooms-empty span{display:block}.rooms-empty span{margin-top:4px;font-size:14px}.public-room-card{width:100%;margin:0;padding:11px 13px;display:grid;grid-template-columns:44px 1fr auto auto;align-items:center;gap:12px;text-align:left;border:1px solid rgba(255,255,255,.055);background:#ffffff08}.public-room-card:hover{background:#fff1}.public-room-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;font-size:17px;font-weight:950;background:linear-gradient(135deg,#725dffcc,#49fc)}.public-room-info{display:grid}.public-room-info span{margin-top:2px;color:#858d9e;font-size:13px}.public-room-players{color:#aeb5c4;font-size:14px}.public-room-join{color:#a99cff;font-size:14px;font-weight:850}@media(max-width:700px){.home-shell{padding:24px 11px 50px}.home-actions-grid{grid-template-columns:1fr}.public-room-card{grid-template-columns:40px 1fr auto}.public-room-join{display:none}.public-room-players{grid-column:3}}@media(max-width:450px){.public-room-card{grid-template-columns:38px 1fr}.public-room-players{grid-column:2;margin-top:-7px}}.series-scoreboard{min-width:150px;padding:8px 11px;display:grid;gap:2px;border-radius:12px;text-align:center;background:#ffffff0e}.series-scoreboard>div{display:flex;align-items:center;justify-content:center;gap:7px;font-size:16px}.series-label,.series-scoreboard small{color:#9299aa;font-size:12px;font-weight:750}.series-blue{color:#89abff}.series-red{color:#ff98a5}@media(max-width:760px){.series-scoreboard{width:100%}}.custom-words-field{margin-top:12px;display:grid;gap:7px;color:#c4c9d5;font-size:13px;font-weight:700}.custom-words-field textarea{width:100%;min-height:92px;padding:12px 14px;resize:vertical;border:1px solid rgba(255,255,255,.1);border-radius:13px;color:#fff;outline:none;background:#0e1017;font:inherit;font-weight:500}.custom-words-field textarea:focus{border-color:#816dff;box-shadow:0 0 0 3px #816dff24}.custom-words-field small{color:#7e8698;font-weight:500}.pause-banner{margin-bottom:10px;padding:12px 15px;border:1px solid rgba(255,210,70,.28);border-radius:13px;text-align:center;font-weight:900;color:#ffe196;background:#ffc23714}.host-match-controls{margin:-3px 0 12px;display:flex;justify-content:flex-end;gap:8px}.phase-timer.timer-paused{min-width:95px;color:#ffe196;background:#ffc2371f}@media(max-width:600px){.host-match-controls{justify-content:stretch}.host-match-controls button{flex:1}}.rematch-vote{margin:16px 0;padding:16px;display:grid;gap:10px;justify-items:center;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#ffffff09}.rematch-vote-title{font-size:16px;font-weight:900}.rematch-vote-count{font-size:28px;font-weight:950;letter-spacing:-1px}.rematch-vote small{max-width:440px;text-align:center;color:#8d95a7;line-height:1.45}.match-feed{margin:0 0 14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff06;overflow:hidden}.match-feed summary{padding:12px 14px;display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#cbd1de;font-weight:800}.match-feed summary span{margin-left:auto;min-width:24px;padding:2px 7px;border-radius:999px;text-align:center;font-size:13px;background:#ffffff14}.match-feed-list{padding:0 12px 12px;display:grid;gap:7px}.match-feed-item{padding:8px 10px;display:flex;align-items:center;gap:9px;border-radius:10px;color:#9da5b7;font-size:14px;background:#ffffff06}.match-feed-dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:currentColor}.match-feed-item.blue{color:#82b6ff}.match-feed-item.red{color:#ff8e98}.match-feed-item.danger{color:#ffbd78}.match-feed-text{flex:1}.match-feed-item time{margin-left:auto;color:#6f7788;font-size:12px;font-variant-numeric:tabular-nums}.round-summary{margin:0 0 14px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff09}.round-summary h3{margin-bottom:12px}.round-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.round-summary-grid>div{padding:10px 12px;display:grid;gap:4px;border-radius:11px;background:#ffffff09}.round-summary-grid span{color:#838b9c;font-size:12px;font-weight:700}.round-summary-grid b{font-size:13px}@media(max-width:760px){.round-summary-grid{grid-template-columns:1fr 1fr}}@media(max-width:460px){.round-summary-grid{grid-template-columns:1fr}.match-feed-item{align-items:flex-start}.match-feed-item time{display:none}}.lobby-share-actions{display:flex;gap:7px}.invite-notice{margin-bottom:12px;padding:12px 14px;display:flex;align-items:center;gap:11px;border:1px solid rgba(115,98,255,.18);border-radius:14px;background:#7362ff14}.invite-notice>span{font-size:22px}.invite-notice>div{display:grid;gap:2px}.invite-notice small{color:#9ca3b4}.room-chat{margin:14px 0;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff06}.room-chat-heading{margin-bottom:9px;display:flex;align-items:center;justify-content:space-between}.room-chat-heading h3{margin:0}.room-chat-heading span{min-width:27px;padding:3px 7px;border-radius:999px;text-align:center;font-size:12px;font-weight:850;background:#ffffff12}.chat-list{height:190px;padding:8px;overflow-y:auto;display:grid;align-content:start;gap:7px;border-radius:12px;background:#05070c38}.chat-empty{margin:auto;color:#71798b;font-size:14px}.chat-message{max-width:82%;padding:8px 10px;border-radius:11px 11px 11px 3px;background:#ffffff0e}.chat-message.mine{margin-left:auto;border-radius:11px 11px 3px;background:#6c59ff29}.chat-message-meta{margin-bottom:3px;display:flex;align-items:center;gap:7px}.chat-message-meta b{font-size:12px;color:#b9bfcd}.chat-message-meta time{color:#6e7688;font-size:11px}.chat-message p{margin:0;color:#d3d6df;font-size:14px;line-height:1.4;overflow-wrap:anywhere}.chat-compose{margin-top:8px;display:grid;grid-template-columns:1fr auto;gap:7px}.chat-compose input{min-height:42px}@media(max-width:520px){.lobby-share-actions{width:100%}.lobby-share-actions button{flex:1}.chat-message{max-width:94%}.chat-compose{grid-template-columns:1fr}.chat-compose button{width:100%}}.spectator-choice.selected{background:#9d74ff59}.spectator-badge{display:inline-block;margin-top:4px;padding:3px 6px;border-radius:7px;color:#cbbcff;font-size:12px;font-weight:850;background:#9767ff1a}.spectators-section{margin-top:16px;padding:16px;border-radius:18px;background:linear-gradient(135deg,#7f59ff12,#ffffff06)}.spectator-notice{margin:0 0 12px;padding:11px 14px;border:1px solid rgba(160,118,255,.18);border-radius:13px;color:#c8baff;font-size:14px;font-weight:750;background:#865cff12}.host-toolbar{flex-wrap:wrap}.host-toolbar button{min-width:160px}.player-admin-actions{margin-left:auto;display:flex;gap:5px;align-items:center}button.tiny{min-height:29px;padding:5px 8px;border-radius:8px;font-size:12px}.danger-button{border:1px solid rgba(255,91,104,.2);color:#ff9ba4;background:#ff4a5a14}.danger-button:hover{background:#ff4a5a29}@media(max-width:600px){.player-admin-actions{width:100%;margin:7px 0 0 46px}}.room-lock-badge,.room-open-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:900}.room-lock-badge{color:#ffadb4;background:#ff4c5c1a;border:1px solid rgba(255,76,92,.16)}.room-open-badge{color:#9ee7bb;background:#4ad68014;border:1px solid rgba(74,214,128,.14)}.match-start-overlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#05070cb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.match-start-card{width:min(390px,100%);padding:28px;display:grid;justify-items:center;gap:9px;border:1px solid rgba(255,255,255,.11);border-radius:24px;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(113,93,255,.2),transparent 52%),#11141d;box-shadow:0 24px 80px #00000061}.match-start-label{color:#c8cdda;font-size:15px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.match-start-number{margin:2px 0;font-size:clamp(72px,18vw,118px);line-height:.95;font-weight:950;letter-spacing:-.06em;font-variant-numeric:tabular-nums}.match-start-subtitle{margin-bottom:10px;color:#7f8799;font-size:13px}.word-card{transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease}.word-card.just-revealed{animation:cardRevealPop .62s cubic-bezier(.2,.8,.2,1);z-index:3}@keyframes cardRevealPop{0%{transform:scale(.82) rotateX(12deg);opacity:.45}55%{transform:scale(1.075)}to{transform:scale(1);opacity:1}}.reveal-toast{margin:0 auto 12px;width:min(520px,100%);padding:11px 14px;display:flex;align-items:center;gap:11px;border:1px solid rgba(255,255,255,.09);border-radius:14px;animation:revealToastIn .35s ease both;background:#ffffff0b}.reveal-toast.blue{border-color:#4a91ff40;background:#397aff17}.reveal-toast.red{border-color:#ff5b6a40;background:#ff4c5b14}.reveal-toast.neutral{border-color:#dce0e826}.reveal-toast.danger{border-color:#ffae4a4d;background:#ff912e17}.reveal-toast-icon{font-size:23px}.reveal-toast>div{display:grid;gap:2px}.reveal-toast b{font-size:14px}.reveal-toast small{color:#8c94a6;font-size:12px}@keyframes revealToastIn{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}.result-hero{margin-bottom:16px;padding:26px 18px;display:grid;justify-items:center;gap:5px;border:1px solid rgba(255,255,255,.09);border-radius:22px;text-align:center;background:#ffffff09}.result-hero.blue{background:radial-gradient(circle at 50% 0%,rgba(60,130,255,.2),transparent 58%),#ffffff06}.result-hero.red{background:radial-gradient(circle at 50% 0%,rgba(255,75,91,.18),transparent 58%),#ffffff06}.result-trophy{font-size:42px;animation:trophyIn .65s cubic-bezier(.2,.8,.2,1)}.result-kicker{color:#8991a2;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.result-hero h2{margin:2px 0 8px;font-size:clamp(25px,5vw,38px)}.result-series-score{display:flex;align-items:center;gap:13px;font-size:18px;font-weight:950}.result-series-score .blue{color:#8ab8ff}.result-series-score .red{color:#ff9ba5}@keyframes trophyIn{0%{opacity:0;transform:translateY(-18px) scale(.7) rotate(-10deg)}65%{transform:translateY(3px) scale(1.1) rotate(4deg)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.word-card.just-revealed,.reveal-toast,.result-trophy{animation:none}}.turn-transition{margin:0 auto 12px;width:min(520px,100%);padding:12px 16px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;animation:turnTransitionIn .42s ease both;font-size:13px}.turn-transition span{color:#8d95a7}.turn-transition strong{font-size:15px}.turn-transition.blue{border:1px solid rgba(69,137,255,.22);background:#3475ff14}.turn-transition.red{border:1px solid rgba(255,80,96,.22);background:#ff435412}@keyframes turnTransitionIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:none}}.turn-objective{margin:0 0 13px;padding:11px 13px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:#ffffff06}.turn-objective.blue{box-shadow:inset 3px 0 #4d91ffb8}.turn-objective.red{box-shadow:inset 3px 0 #ff5363b8}.turn-objective>div{display:grid;gap:2px}.turn-objective-label,.current-hint-pill span{color:#737c8f;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.turn-objective b{font-size:14px}.current-hint-pill{margin-left:auto;padding:7px 10px;border-radius:10px;background:#ffffff0b}.current-hint-pill b{font-size:14px}@media(max-width:600px){.turn-objective{gap:10px}.current-hint-pill{width:100%;margin-left:0}}@media(prefers-reduced-motion:reduce){.turn-transition{animation:none}}.game-settings{margin:12px 0;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:#ffffff06}.game-settings summary{padding:11px 13px;cursor:pointer;color:#aeb5c4;font-size:14px;font-weight:800}.game-settings-grid{padding:0 12px 12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.toggle-setting{padding:10px;display:flex;align-items:center;gap:9px;border-radius:11px;background:#ffffff09;cursor:pointer}.toggle-setting input{width:17px;height:17px;accent-color:currentColor}.toggle-setting span{display:grid;gap:2px}.toggle-setting b{font-size:13px}.toggle-setting small{color:#747d90;font-size:11px}body.compact-mode .word-card{min-height:64px;padding:7px;font-size:clamp(10px,1.4vw,14px)}body.compact-mode .turn-objective{padding:8px 10px;margin-bottom:9px}body.compact-mode .turn-banner{padding-top:8px;padding-bottom:8px}body.compact-mode .room-chat{margin-top:9px}@media(max-width:600px){.game-settings-grid{grid-template-columns:1fr}.board{gap:5px}.word-card{min-width:0;padding:6px 3px;font-size:clamp(8px,2.5vw,12px);overflow-wrap:anywhere}.game-layout{gap:10px}}.revealed-card-back{width:100%;min-height:72px;display:grid;place-items:center;border-radius:inherit;transition:filter .18s ease,box-shadow .18s ease,transform .18s ease}.revealed-card-back.blue{background:#2769ebc7}.revealed-card-back.red{background:#e1354bc7}.revealed-card-back.neutral{background:#b0a68e85}.revealed-card-back.danger{background:#0a0b0ff5}.revealed-card-symbol{font-size:27px;filter:saturate(1.2)}.word-card.revealed{opacity:.92;cursor:pointer}.word-card.revealed-selected{transform:translateY(-3px) scale(1.025);filter:saturate(1.35) brightness(1.16);box-shadow:0 0 0 3px #ffffff4d,0 12px 34px #00000047}.me-chip{display:grid;gap:2px}.me-chip strong{font-size:13px}.me-chip span{font-size:12px;opacity:.82;white-space:nowrap}.me-chip.team-blue{border-color:#4889ff4d;background:#2b69eb1c}.me-chip.team-red{border-color:#ff4f614d;background:#e5384b1a}.word-card.revealed-selected .revealed-card-back{filter:saturate(1.5) brightness(1.22);box-shadow:inset 0 0 0 3px #ffffff70,0 0 0 2px #ffffff24}.word-card.revealed:not(.revealed-selected) .revealed-card-back{filter:none}.revealed-card-shell{width:100%;height:100%}.revealed-word{max-width:92%;padding:4px 7px;text-align:center;color:#fff;font-size:clamp(12px,1.25vw,17px);font-weight:950;line-height:1.1;overflow-wrap:anywhere;text-shadow:0 2px 8px rgba(0,0,0,.32)}.word-card.revealed-selected .revealed-card-back{filter:saturate(1.25) brightness(1.12);box-shadow:inset 0 0 0 2px #ffffff38}.word-card.revealed{pointer-events:auto}@media(max-width:700px){body{overflow-x:hidden}.game-shell{width:100%;padding:8px 8px 18px}.game-header{gap:6px;margin-bottom:8px}.game-header h2,.phase-title{font-size:18px;line-height:1.08}.eyebrow,.turn-number,.starter-note{font-size:11px}.turn-banner,.turn-objective,.reveal-toast,.match-feed,.game-settings{margin-bottom:7px}.turn-banner{min-height:38px;padding:7px 10px;border-radius:11px;font-size:13px}.turn-objective{padding:7px 8px;gap:7px 12px;border-radius:10px}.turn-objective-label{font-size:11px}.turn-objective b{font-size:12px}.current-hint-pill{width:auto;margin-left:auto;padding:5px 7px}.current-hint-pill b{font-size:13px}.game-layout{display:block}.board{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}.word-card{width:100%;min-width:0;min-height:68px;aspect-ratio:.92 / 1;padding:3px;border-radius:9px;overflow:hidden}.word-card .card-inner,.revealed-card-back,.revealed-card-shell{width:100%;height:100%;min-height:0}.word-card .card-inner{display:grid;place-items:center;align-content:center;gap:2px;padding:3px}.word-text,.revealed-word{width:100%;max-width:100%;padding:0 1px;font-size:clamp(8px,2.45vw,11px);line-height:1.02;text-align:center;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.word-card small{font-size:11px}.vote-count{min-width:16px;height:16px;padding:0 4px;font-size:11px}.revealed-card-symbol{font-size:19px}.game-sidebar,.history-panel{width:100%;margin-top:10px}.history-panel{max-height:190px;overflow-y:auto}.room-chat{margin-top:10px}.chat-list{height:145px}.host-match-controls{position:sticky;bottom:8px;z-index:20;margin:8px 0;padding:5px;border-radius:12px;background:#0c0e16e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.host-match-controls button{min-width:0;min-height:38px;padding:7px 9px;font-size:12px}}@media(max-width:390px){.game-shell{padding-left:5px;padding-right:5px}.board{gap:3px}.word-card{min-height:62px;border-radius:8px}.word-text,.revealed-word{font-size:clamp(7px,2.35vw,10px)}.revealed-card-symbol{font-size:17px}}@media(max-height:520px)and (orientation:landscape){.game-header,.turn-banner,.turn-objective{margin-bottom:5px}.board{gap:3px}.word-card{min-height:48px;aspect-ratio:auto}.word-text,.revealed-word{font-size:11px}}.game-library{width:min(760px,100%);margin:22px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.game-tile{min-height:78px;padding:12px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);border-radius:16px;text-align:left;background:#ffffff09}.game-tile>span:last-child{display:grid;gap:3px}.game-tile b{font-size:14px}.game-tile small{color:#81899c;font-size:11px}.game-tile-icon{font-size:25px}.game-tile-active{border-color:#745fff6b;background:linear-gradient(145deg,#715aff38,#ffffff09)}.game-tile-soon{opacity:.48}.install-app-card{width:100%;margin:10px 0;padding:12px 14px;display:flex;align-items:center;gap:11px;border:1px solid rgba(116,95,255,.22);border-radius:14px;text-align:left;background:#6c57ff14}.install-app-card>span{font-size:24px}.install-app-card>div{display:grid;gap:2px}.install-app-card small{color:#8f97aa}.hidden{display:none!important}.lobby-command-center{margin:14px 0;padding:14px;display:grid;grid-template-columns:minmax(210px,.7fr) 1.3fr;gap:12px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#ffffff06}.lobby-ready-meter{padding:12px;border-radius:13px;background:#ffffff09}.lobby-ready-copy{display:flex;justify-content:space-between;gap:10px;margin-bottom:9px}.lobby-ready-copy span{color:#8992a5;font-size:12px;font-weight:800}.lobby-ready-copy b{font-size:13px}.lobby-ready-track{height:8px;overflow:hidden;border-radius:999px;background:#ffffff12}.lobby-ready-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6a59ef,#60d39b);transition:width .25s ease}.role-spotlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.role-spotlight{padding:11px 12px;display:grid;gap:4px;border-radius:13px;border:1px solid rgba(255,255,255,.07)}.role-spotlight.blue{background:#326ff014}.role-spotlight.red{background:#e6374c13}.role-spotlight span{font-size:11px;font-weight:850;opacity:.75}.role-spotlight b{font-size:14px}.role-spotlight small{color:#949caf;font-size:12px}.teams-grid .team-column{min-height:250px;border-radius:20px}.blue-column{box-shadow:inset 0 0 0 1px #4284ff1f}.red-column{box-shadow:inset 0 0 0 1px #ff4b5d1f}.player{position:relative;transition:transform .16s ease,background .16s ease}.player:hover{transform:translateY(-1px)}.round-lineup{margin:0 0 12px;padding:14px;border:1px solid rgba(255,255,255,.075);border-radius:16px;background:#ffffff06}.round-lineup-title{margin-bottom:10px;display:flex;align-items:baseline;justify-content:space-between;gap:10px}.round-lineup-title span{font-size:13px;font-weight:900}.round-lineup-title small{color:#7e879a;font-size:11px}.round-lineup-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.round-lineup-grid>div{padding:10px 12px;display:grid;gap:4px;border-radius:12px}.round-lineup-grid .blue{background:#3677ff14}.round-lineup-grid .red{background:#ff475b13}.round-lineup-grid b{font-size:13px}.round-lineup-grid span{color:#afb6c4;font-size:12px}@media(max-width:700px){.game-library{grid-template-columns:1fr 1fr}.game-tile{min-height:65px;padding:9px}.game-tile-icon{font-size:20px}.lobby-command-center{grid-template-columns:1fr;padding:9px}.role-spotlight-grid{grid-template-columns:1fr 1fr}.round-lineup-title{display:grid}.round-lineup-grid{grid-template-columns:1fr 1fr}.teams-grid{gap:8px}.teams-grid .team-column{min-height:0;padding:10px}}@media(max-width:420px){.game-library{gap:6px}.game-tile b{font-size:12px}.game-tile small{font-size:11px}.round-lineup-grid{grid-template-columns:1fr}}.mobile-phase-timer{display:none}.inline-ready-button{margin-left:auto;min-width:92px;min-height:34px;padding:7px 10px;border-radius:10px;font-size:12px;font-weight:950;letter-spacing:.03em;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.inline-ready-button.ready-off{color:#10131b;border:1px solid rgba(131,255,191,.42);background:linear-gradient(135deg,#78e6a8,#59c98d);box-shadow:0 7px 22px #4cda8b2e}.inline-ready-button.ready-on{color:#9ee8bc;border:1px solid rgba(89,207,143,.25);background:#4ac4821a}.inline-ready-button:active{transform:scale(.97)}@media(max-width:700px){.mobile-phase-timer{position:sticky;top:6px;z-index:40;margin:5px 0 7px;min-height:44px;padding:8px 11px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#0f121deb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 7px 24px #0000002e}.mobile-phase-timer.blue{box-shadow:inset 3px 0 #4189ffe6,0 7px 24px #0000002e}.mobile-phase-timer.red{box-shadow:inset 3px 0 #ff4a5fe6,0 7px 24px #0000002e}.mobile-timer-label{color:#9199aa;font-size:12px;font-weight:850}.mobile-timer-value{min-width:62px;text-align:right;font-size:22px;font-weight:950;font-variant-numeric:tabular-nums;letter-spacing:-.04em}.mobile-phase-timer.timer-warning{border-color:#ff5b6852;background:#39171df0}.mobile-phase-timer.timer-warning .mobile-timer-value{color:#ff9ca7;animation:mobileTimerPulse .75s ease-in-out infinite}.mobile-phase-timer.timer-paused{border-color:#ffca5c40}.inline-ready-button{min-width:88px;min-height:36px;padding:8px 10px;font-size:12px}.player .host{position:absolute;top:7px;right:7px}#toggle-ready{opacity:.78}}@keyframes mobileTimerPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.match-team-roster{margin:10px 0 12px;border:1px solid rgba(255,255,255,.075);border-radius:15px;background:#ffffff06;overflow:hidden}.match-team-roster>summary{min-height:44px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;font-size:14px;font-weight:900}.match-team-roster>summary::-webkit-details-marker{display:none}.match-roster-summary{color:#949caf;font-size:12px;font-weight:800}.match-roster-summary i{margin:0 5px;opacity:.4;font-style:normal}.match-roster-grid{padding:0 10px 10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.match-roster-team{padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.055)}.match-roster-team.blue{background:#3577ff0e}.match-roster-team.red{background:#ff44590d}.match-roster-heading{margin-bottom:7px;display:flex;align-items:center;justify-content:space-between;gap:8px}.match-roster-heading b{font-size:13px}.match-roster-heading span{min-width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:#ffffff0e;color:#a7afbf;font-size:11px;font-weight:900}.match-roster-list{display:flex;flex-wrap:wrap;gap:5px}.match-roster-player{min-height:30px;padding:5px 7px;display:grid;grid-template-columns:auto auto;grid-template-areas:"role name" "role roletext";align-items:center;column-gap:6px;border:1px solid rgba(255,255,255,.055);border-radius:9px;background:#ffffff06}.match-roster-player.offline{opacity:.45}.match-roster-role{grid-area:role;font-size:14px}.match-roster-name{grid-area:name;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:900}.match-roster-player small{grid-area:roletext;color:#7e879a;font-size:11px;line-height:1}.match-roster-empty{color:#737c8e;font-size:11px}@media(max-width:700px){.match-team-roster{margin:7px 0 9px;border-radius:12px}.match-team-roster>summary{min-height:38px;padding:7px 10px;font-size:12px}.match-roster-grid{padding:0 7px 7px;gap:5px}.match-roster-team{padding:7px;border-radius:9px}.match-roster-heading{margin-bottom:5px}.match-roster-heading b{font-size:11px}.match-roster-list{display:grid;gap:4px}.match-roster-player{min-height:27px;padding:4px 5px;column-gap:4px}.match-roster-role{font-size:14px}.match-roster-name{max-width:100px;font-size:11px}.match-roster-player small{font-size:11px}}@media(max-width:390px){.match-roster-grid{grid-template-columns:1fr}}.match-presets{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px}.preset-button{min-height:38px;padding:8px 13px;border-radius:11px;border:1px solid rgba(255,255,255,.09);background:#ffffff09;color:#cfd5e3;font-weight:850;cursor:pointer}.preset-button:hover,.preset-button.active{border-color:#6f5bffb3;background:#6f5bff29;color:#fff}.qr-overlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:18px;background:#04070ed1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.qr-dialog{position:relative;width:min(430px,100%);padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#151925;box-shadow:0 28px 90px #0000008c;text-align:center}.qr-dialog h2{margin:6px 0 5px}.qr-dialog p{margin:0 auto 16px;max-width:330px;color:#9ca5b8;font-size:13px;line-height:1.45}.qr-close{position:absolute;right:12px;top:10px;width:36px;height:36px;border:0;border-radius:10px;background:#ffffff0f;color:#fff;font-size:24px;cursor:pointer}.qr-image-wrap{width:min(300px,80vw);aspect-ratio:1;margin:0 auto 16px;padding:10px;border-radius:18px;background:#fff;overflow:hidden}.qr-image-wrap img{display:block;width:100%;height:100%;object-fit:contain}.qr-copy{width:100%}@media(max-width:700px){.lobby-share-actions{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%}.lobby-share-actions button{min-width:0;padding-left:7px;padding-right:7px;font-size:12px}.match-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.preset-button{padding:7px 4px;font-size:11px}.qr-dialog{padding:20px 15px 16px;border-radius:18px}}html.qr-modal-open,body.qr-modal-open{overflow:hidden!important}.qr-overlay{position:fixed!important;inset:0!important;z-index:2147483000!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;margin:0!important;padding:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow-y:auto!important;box-sizing:border-box!important;background:#04070edb!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.qr-dialog{position:relative!important;width:min(430px,calc(100vw - 36px))!important;max-height:calc(100dvh - 36px)!important;margin:auto!important;padding:24px!important;overflow-y:auto!important;box-sizing:border-box!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:22px!important;background:#151925!important;box-shadow:0 28px 90px #0000009e!important;text-align:center!important}.qr-close{position:absolute!important;top:10px!important;right:10px!important;left:auto!important;width:36px!important;height:36px!important;min-width:36px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:10px!important;background:#ffffff12!important;color:#fff!important;font-size:24px!important;line-height:1!important}.qr-image-wrap{width:min(300px,72vw)!important;aspect-ratio:1 / 1!important;margin:16px auto!important;padding:10px!important;overflow:hidden!important;border-radius:18px!important;background:#fff!important}.qr-image-wrap img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important}.qr-copy{width:100%!important}@media(max-width:520px){.qr-overlay{padding:12px!important}.qr-dialog{width:min(390px,calc(100vw - 24px))!important;max-height:calc(100dvh - 24px)!important;padding:20px 14px 14px!important;border-radius:18px!important}.qr-image-wrap{width:min(270px,74vw)!important}.qr-dialog h2{font-size:20px}.qr-dialog p{font-size:14px}}#phase-timer{display:none!important}.mobile-phase-timer{position:sticky!important;top:8px!important;z-index:45!important;width:100%;min-height:48px;margin:8px 0 10px!important;padding:9px 14px!important;display:flex!important;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#0f121df0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-sizing:border-box}.mobile-phase-timer.blue{box-shadow:inset 4px 0 #4189fff2,0 8px 28px #0000002e}.mobile-phase-timer.red{box-shadow:inset 4px 0 #ff4a5ff2,0 8px 28px #0000002e}.mobile-timer-label{color:#9ca5b7;font-size:13px;font-weight:850}.mobile-timer-value{min-width:72px;text-align:right;font-size:25px;line-height:1;font-weight:950;font-variant-numeric:tabular-nums;letter-spacing:-.04em}.mobile-phase-timer.timer-warning{border-color:#ff5b6857;background:#36161cf2}.mobile-phase-timer.timer-warning .mobile-timer-value{color:#ff9ca7}.inline-ready-button{position:relative;z-index:20;cursor:pointer!important;pointer-events:auto!important;min-width:98px;min-height:36px;font-weight:950}.inline-ready-button.ready-off{color:#0e1712;border-color:#84ffc080;background:linear-gradient(135deg,#83edb1,#58ca8d);box-shadow:0 7px 24px #4cda8b47;animation:inlineReadyGlow 1.8s ease-in-out infinite}.inline-ready-button.ready-on{color:#a8ecc4;border-color:#59cf8f52;background:#4ac48221;box-shadow:none}#toggle-ready{display:none!important}@keyframes inlineReadyGlow{0%,to{box-shadow:0 7px 22px #4cda8b33}50%{box-shadow:0 7px 30px #4cda8b6b,0 0 0 2px #78e6a81a}}@media(max-width:700px){.mobile-phase-timer{top:6px!important;min-height:44px;margin:5px 0 7px!important;padding:8px 11px!important;border-radius:13px}.mobile-timer-label{font-size:12px}.mobile-timer-value{min-width:62px;font-size:22px}.inline-ready-button{min-width:88px;min-height:36px;padding:7px 9px;font-size:12px}}.host-player-controls{margin-left:auto;display:flex;gap:4px}.host-player-controls select{min-width:92px;min-height:31px;padding:4px 6px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#080b12ad;color:#dce2ed;font-size:11px}.dictionary-setting{grid-column:1/-1}.dictionary-setting>span{display:block;margin-bottom:8px;font-weight:850}.dictionary-checks{display:flex;flex-wrap:wrap;gap:6px}.dictionary-chip{position:relative}.dictionary-chip input{position:absolute;opacity:0;pointer-events:none}.dictionary-chip span{min-height:34px;padding:7px 10px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff09;color:#aeb6c7;font-size:11px;font-weight:850;cursor:pointer}.dictionary-chip input:checked+span{border-color:#6c58ffa6;background:#6c58ff2e;color:#fff}.confirm-pick-setting{margin:12px 0;padding:11px 12px;display:flex;align-items:flex-start;gap:10px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:#ffffff06}.confirm-pick-setting>span{display:grid;gap:3px}.confirm-pick-setting small{color:#858ea1}.recent-rooms{width:100%;margin:10px 0;padding:12px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:#ffffff06}.recent-rooms-heading{margin-bottom:8px;display:flex;justify-content:space-between;gap:8px}.recent-rooms-heading small{color:#7d8699}.recent-room-list{display:grid;gap:5px}.recent-room-button{min-height:38px;padding:7px 10px;display:flex;justify-content:space-between;gap:8px;border:1px solid rgba(255,255,255,.06);border-radius:9px;background:#ffffff06;color:#dce1eb;text-align:left}.recent-room-button b{color:#8d96a8}.spectator-dashboard{display:flex;align-items:center;justify-content:space-between;gap:12px}.spectator-dashboard>div:first-child{display:grid;gap:3px}.spectator-dashboard span{color:#8d96a9;font-size:12px}.spectator-score{font-size:18px;font-weight:950;white-space:nowrap}.game-utility-controls{display:flex;justify-content:flex-end;margin:6px 0}.fullscreen-button{margin-left:auto}.series-player-stats{margin:0 0 12px;padding:14px;border:1px solid rgba(255,255,255,.075);border-radius:16px;background:#ffffff06}.series-stats-heading{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.mvp-badge{padding:7px 10px;border-radius:10px;background:#ffc8461a;border:1px solid rgba(255,200,70,.2);color:#ffd978;font-size:12px;font-weight:900}.series-stats-table{display:grid;gap:5px}.series-stat-row{min-height:34px;padding:6px 8px;display:grid;grid-template-columns:24px minmax(100px,1fr) 28px repeat(4,auto);align-items:center;gap:8px;border-radius:9px;background:#ffffff06}.series-stat-row small{color:#9ca5b7;font-size:11px}.series-rank{color:#747e91;font-size:11px;font-weight:900}.achievement-grid{margin-top:10px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.achievement-card{min-height:52px;padding:8px 9px;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#ffffff06}.achievement-card>span{font-size:20px}.achievement-card>div{display:grid;gap:2px}.achievement-card b{font-size:11px}.achievement-card small{color:#818a9c;font-size:11px}@media(max-width:700px){.host-player-controls{width:100%;margin:5px 0 0}.host-player-controls select{flex:1;min-width:0}.dictionary-checks{display:grid;grid-template-columns:repeat(3,1fr)}.dictionary-chip span{padding:6px 4px;font-size:11px}.spectator-dashboard{align-items:flex-start}.spectator-score{font-size:14px}.series-stat-row{grid-template-columns:20px minmax(80px,1fr) 22px repeat(2,auto)}.series-stat-row small:nth-last-child(-n+2){display:none}.achievement-grid{grid-template-columns:1fr 1fr}}.tv-mode-entry{width:min(760px,100%);margin:14px auto 0;display:grid;justify-items:center;gap:5px}.tv-mode-button{min-height:44px;padding:9px 16px;border-radius:13px;border:1px solid rgba(119,102,255,.28);background:#7766ff1a;color:#fff;font-weight:900}.tv-mode-entry small{color:#7f899e;text-align:center}html.tv-mode{font-size:18px}html.tv-mode body{min-height:100vh;background:radial-gradient(circle at 18% 10%,rgba(101,83,225,.18),transparent 38%),#0a0d16}html.tv-mode #app,html.tv-mode .app-shell,html.tv-mode .game-shell,html.tv-mode .lobby{width:min(1760px,calc(100vw - 54px));max-width:none;margin-inline:auto}html.tv-mode button,html.tv-mode select,html.tv-mode input,html.tv-mode summary{min-height:54px;font-size:18px}html.tv-mode .word-card{min-height:132px;border-radius:18px}html.tv-mode .word-text,html.tv-mode .revealed-word{font-size:clamp(20px,1.55vw,30px)}html.tv-mode .game-header h2,html.tv-mode .phase-title{font-size:clamp(30px,2.3vw,46px)}html.tv-mode .mobile-phase-timer{min-height:72px;padding:12px 20px!important}html.tv-mode .mobile-timer-label{font-size:18px}html.tv-mode .mobile-timer-value{min-width:120px;font-size:40px}html.tv-mode .match-team-roster>summary,html.tv-mode .match-feed>summary{min-height:58px;font-size:18px}html.tv-mode .match-roster-player{min-height:42px}html.tv-mode .match-roster-name{max-width:240px;font-size:16px}html.tv-mode .match-roster-player small{font-size:13px}html.tv-mode .history-panel{font-size:16px}html.tv-mode :is(button,select,input,summary,[tabindex]):focus-visible{outline:5px solid #f7e35b!important;outline-offset:5px!important;box-shadow:0 0 0 9px #f7e35b2e,0 12px 35px #00000059!important;transform:scale(1.025);z-index:100}html.tv-mode button:hover,html.tv-mode summary:hover{transform:none}.tv-common-screen{display:none}html.tv-display-mode body{overflow-x:hidden}html.tv-display-mode .tv-common-screen{margin:12px 0 18px;min-height:280px;padding:24px 26px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:24px;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(135deg,#4f40b433,#ffffff05)}.tv-common-main{display:grid;gap:15px}.tv-common-main h2{margin:0;font-size:clamp(34px,3vw,56px)}.tv-common-score{display:flex;align-items:center;gap:14px;font-size:clamp(30px,2.5vw,48px);font-weight:950}.tv-common-hint{width:fit-content;min-width:300px;padding:16px 20px;display:grid;gap:4px;border-radius:16px;background:#ffffff0f}.tv-common-hint small{color:#98a2b7}.tv-common-hint strong{font-size:clamp(26px,2vw,38px)}.tv-common-hint.muted{color:#929bad;font-size:22px}.tv-common-join{padding:18px;display:grid;justify-items:center;gap:10px;border-radius:20px;background:#0a0d16b3}.tv-join-qr{width:210px;aspect-ratio:1;display:grid;place-items:center;padding:16px;border-radius:18px;background:#ffffff0f;color:#939caf;text-align:center}.tv-common-join b{font-size:22px}.tv-common-join small{color:#8a94a8;text-align:center}html.tv-display-mode .game-sidebar,html.tv-display-mode .history-panel{opacity:.8}html.tv-display-mode .room-chat{display:none}@media(min-width:2200px){html.tv-mode{font-size:22px}html.tv-mode #app,html.tv-mode .app-shell,html.tv-mode .game-shell,html.tv-mode .lobby{width:min(2200px,calc(100vw - 100px))}html.tv-mode .word-card{min-height:180px}html.tv-mode .word-text,html.tv-mode .revealed-word{font-size:clamp(28px,1.4vw,40px)}html.tv-mode .mobile-timer-value{font-size:52px}html.tv-display-mode .tv-common-screen{min-height:390px;grid-template-columns:minmax(0,1fr) 520px}.tv-join-qr{width:300px}}@media(min-width:900px)and (max-height:760px){html.tv-mode{font-size:15px}html.tv-mode .word-card{min-height:88px}html.tv-mode .mobile-phase-timer{min-height:58px}html.tv-mode .mobile-timer-value{font-size:30px}html.tv-display-mode .tv-common-screen{min-height:210px;padding:16px 18px}}.local-profile-card{width:min(760px,100%);margin:10px auto;padding:10px 12px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#ffffff06}.local-profile-card small{color:#7f899d}.host-admin-strip{margin:8px 0 10px;padding:9px 12px;display:flex;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.07);border-radius:11px;background:#ffffff06;color:#aeb7c8;font-size:11px}.tv-lobby-screen{margin:10px 0 18px;padding:24px 26px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:radial-gradient(circle at 10% 10%,rgba(96,78,220,.18),transparent 48%),#ffffff06}.tv-lobby-screen>div{display:grid;gap:10px}.tv-lobby-screen h2{margin:0;font-size:clamp(30px,3vw,54px)}.tv-lobby-code{font-size:clamp(22px,2vw,36px)}.tv-lobby-code b{letter-spacing:.16em}.tv-lobby-ready{display:flex;flex-wrap:wrap;gap:10px}.tv-lobby-ready span{padding:8px 11px;border-radius:10px;background:#ffffff0d;font-weight:850}.tv-lobby-screen p{margin:0;color:#929caf}.tv-lobby-qr-button{min-width:240px;min-height:68px;font-size:16px}html.tv-display-mode .word-card.revealed{animation:wpTvReveal .38s ease both}@keyframes wpTvReveal{0%{transform:scale(.94) rotateY(55deg);opacity:.4}to{transform:scale(1) rotateY(0);opacity:1}}@media(max-width:700px){.local-profile-card,.host-admin-strip{align-items:flex-start;flex-direction:column}.local-profile-card{gap:4px}html.role-leader .game-layout,html.role-captain .game-layout{gap:7px}html.role-leader .word-card,html.role-captain .word-card{min-height:70px}html.role-captain #end-turn{position:sticky;bottom:10px;z-index:100;min-height:52px;box-shadow:0 14px 34px #0000005c}}.danger-soft{border-color:#ff5f692e!important;color:#ffb3b8!important}.quick-guide-card{width:min(760px,100%);margin:10px auto;padding:0;border:1px solid rgba(255,255,255,.06);border-radius:13px;background:#ffffff06;overflow:hidden}.quick-guide-card summary{padding:11px 13px;cursor:pointer;font-weight:850;color:#cbd2df}.quick-guide-card>div{padding:0 13px 12px;color:#8e98aa;font-size:12px;line-height:1.55}.quick-guide-card p{margin:5px 0}.connection-badge{position:fixed;right:12px;bottom:12px;z-index:9998;min-height:28px;padding:6px 9px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:#0a0d16e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:11px;font-weight:900;pointer-events:none;opacity:.72}.connection-badge.online{color:#8be8ae}.connection-badge.offline{color:#ff8d96;opacity:1}html.tv-mode .connection-badge{right:22px;bottom:22px;min-height:40px;padding:8px 14px;font-size:13px}@media(max-width:700px){.connection-badge{right:7px;bottom:7px}.quick-guide-card>div{font-size:11px}}.word-preset-tools{margin-top:8px;display:grid;gap:8px}.word-preset-save{display:grid;grid-template-columns:1fr auto;gap:7px}.word-preset-list{display:flex;flex-wrap:wrap;gap:6px}.word-preset-item{display:flex;gap:3px}.word-preset-item .load-word-preset{display:flex;align-items:center;gap:7px}.word-preset-item small{color:#7f899d;font-size:11px}.word-preset-item .delete-word-preset{min-width:32px;padding-inline:8px}html.tv-display-mode .tv-common-screen,html.tv-display-mode .tv-lobby-screen{animation:tvPixelShift 80s steps(1,end) infinite}@keyframes tvPixelShift{0%,to{transform:translate(0)}25%{transform:translate(1px)}50%{transform:translate(1px,1px)}75%{transform:translateY(1px)}}@media(max-width:700px){.word-preset-save{grid-template-columns:1fr}.word-preset-list{display:grid;grid-template-columns:1fr}.word-preset-item{width:100%}.word-preset-item .load-word-preset{flex:1;justify-content:space-between}}.device-options-card{width:min(760px,100%);margin:8px auto;display:flex;align-items:center;justify-content:center;gap:10px;color:#8e98aa;font-size:11px}.mobile-room-status,.mobile-game-status{display:none}.tv-idle-overlay{position:fixed;inset:0;z-index:10000;display:grid;place-content:center;justify-items:center;gap:14px;background:radial-gradient(circle at 50% 35%,rgba(103,84,230,.15),transparent 40%),#080b12;color:#fff}.tv-idle-logo{font-size:clamp(34px,4vw,72px);font-weight:950;letter-spacing:.13em}.tv-idle-clock{font-size:clamp(58px,8vw,130px);font-weight:900;font-variant-numeric:tabular-nums}.tv-idle-overlay small{color:#7f899d;font-size:16px}@media(max-width:700px){.mobile-room-status,.mobile-game-status{position:sticky;top:6px;z-index:85;min-height:34px;padding:6px 9px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(255,255,255,.07);border-radius:11px;background:#0a0d16e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#aeb7c8;font-size:11px}.mobile-room-status b,.mobile-game-status b{color:#fff}.device-options-card{justify-content:space-between}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.tv-common-round{margin-bottom:5px;color:#8f99ad;font-size:clamp(13px,1.3vw,20px);font-weight:850;letter-spacing:.08em;text-transform:uppercase}.mobile-jump-board{display:none}.tab-hidden-badge{position:fixed;left:50%;bottom:12px;z-index:9997;transform:translate(-50%);padding:7px 11px;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:#0a0d16eb;color:#cbd2df;font-size:11px;font-weight:850}@media(max-width:700px){.mobile-jump-board{position:fixed;right:8px;bottom:45px;z-index:84;display:inline-flex;min-height:34px;padding-inline:10px;opacity:.92;box-shadow:0 8px 24px #00000038}}.reconnect-overlay{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;padding:20px;background:#05070cd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.reconnect-card{width:min(380px,100%);padding:24px;display:grid;justify-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#10141f;text-align:center;box-shadow:0 24px 80px #0006}.reconnect-card span{color:#8f99ad}.reconnect-spinner{width:34px;height:34px;border:3px solid rgba(255,255,255,.12);border-top-color:currentColor;border-radius:50%;animation:reconnectSpin .8s linear infinite}@keyframes reconnectSpin{to{transform:rotate(360deg)}}.game-pause-overlay{position:sticky;top:8px;z-index:110;margin:8px 0 12px;padding:20px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#0c0f18f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:center}.game-pause-overlay h2{margin:5px 0}.game-pause-overlay p{margin:0 0 12px;color:#8f99ad}.spectator-status-card{margin:7px 0;padding:8px 10px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#ffffff06;color:#9da7ba;font-size:11px;text-align:center}@media(max-width:700px){.game-pause-overlay{top:48px}}.preset-description{margin:-3px 0 10px;color:#7f899d;font-size:11px}.round-progress-banner{margin:7px 0 10px;padding:9px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.065);border-radius:12px;background:#ffffff06}.round-progress-banner>div:first-child{display:flex;align-items:baseline;gap:6px}.round-progress-banner>div:first-child b{font-size:20px}.round-progress-phase{color:#aeb7c8;text-align:center;font-weight:800}.round-progress-score{display:flex;gap:8px;font-weight:900}.winner-celebration{margin:10px 0 14px;padding:25px;display:grid;justify-items:center;gap:5px;border:1px solid rgba(255,255,255,.1);border-radius:20px;text-align:center;background:#ffffff08;animation:winnerPop .45s ease both}.winner-celebration.blue{box-shadow:inset 0 0 70px #407eff1a}.winner-celebration.red{box-shadow:inset 0 0 70px #ff4a5c1a}.winner-crown{font-size:34px}.winner-celebration h2{margin:0;font-size:clamp(26px,4vw,50px)}.winner-score{margin-top:5px;font-size:20px;font-weight:900}@keyframes winnerPop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.recent-results-card{width:min(760px,100%);margin:8px auto;padding:10px 12px;display:grid;gap:7px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#ffffff06}.recent-results-card>div{display:flex;flex-wrap:wrap;gap:5px}.recent-result{padding:5px 8px;border-radius:8px;background:#ffffff0a;color:#aeb7c8;font-size:11px;font-weight:800}@media(max-width:700px){.round-progress-banner{grid-template-columns:auto 1fr;gap:7px}.round-progress-phase{text-align:right}.round-progress-score{grid-column:1/-1;justify-content:center}.winner-celebration{padding:17px 10px}}.series-target-setting{margin:9px 0;padding:10px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 10px;border:1px solid rgba(255,255,255,.06);border-radius:11px;background:#ffffff06}.series-target-setting small{grid-column:1 / -1;color:#7f899d}.series-target-setting select{min-width:110px}.series-progress-panel{margin:7px 0;padding:8px 11px;border:1px solid rgba(255,255,255,.055);border-radius:11px;background:#ffffff05}.series-progress-head{display:flex;justify-content:space-between;gap:10px;color:#9ca6b8;font-size:11px;font-weight:900}.series-progress-head b{color:#fff}.series-progress-track{position:relative;height:5px;margin-top:7px;overflow:hidden;border-radius:999px;background:#ffffff0f}.series-progress-track span{position:absolute;top:0;height:100%;transition:width .35s ease}.series-progress-blue{left:0;background:#4c85ffd9}.series-progress-red{right:0;background:#ff4d5ed9}.match-point-banner{margin:7px 0;padding:8px 10px;border:1px solid rgba(255,203,92,.14);border-radius:10px;background:#ffcb5c0f;color:#ffd979;text-align:center;font-size:11px;font-weight:950;letter-spacing:.04em}.series-champion{margin:10px 0 15px;padding:30px 15px;display:grid;justify-items:center;gap:4px;border:1px solid rgba(255,255,255,.11);border-radius:22px;text-align:center;background:#ffffff09}.series-champion.blue{box-shadow:inset 0 0 100px #407eff21}.series-champion.red{box-shadow:inset 0 0 100px #ff4a5c21}.series-champion-icon{font-size:42px}.series-champion h1{margin:0;font-size:clamp(34px,6vw,70px)}.series-champion strong{font-size:22px}.recent-result small{margin-left:5px;opacity:.55}@media(max-width:700px){.series-target-setting{grid-template-columns:1fr}.series-target-setting select{width:100%}.series-progress-head{font-size:11px}.series-champion{padding:20px 10px}}.spy-game-tile{border-color:#ff637442;background:linear-gradient(145deg,#ff4c5e1a,#7059ff14)}.spy-game-tile:hover{border-color:#ff707e85;transform:translateY(-2px)}.codeword-preset-panel{display:grid;gap:8px;margin:8px 0 12px}.codeword-preset-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.codeword-preset-card{min-height:58px;padding:9px;display:grid;gap:3px;text-align:left;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#ffffff06;color:#fff}.codeword-preset-card small{color:#7f899d;line-height:1.3}.codeword-preset-card.active{border-color:#745eff8c;background:#7059ff1f}@media(max-width:760px){.codeword-preset-grid{grid-template-columns:1fr}}.account-profile-card{width:min(760px,100%);margin:10px auto;padding:12px 13px;display:grid;gap:9px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:linear-gradient(135deg,#7059ff0f,#ffffff05)}.account-profile-main{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:10px}.account-profile-main>div:last-child{display:grid;gap:2px}.account-profile-main small,.account-profile-loading{color:#7f899d}.account-level-badge,.profile-big-level{display:grid;place-items:center;border-radius:12px;background:#7059ff26;color:#d7d1ff;font-weight:950}.account-level-badge{width:44px;height:44px;font-size:18px}.account-xp-track,.profile-modal-xp{height:6px;overflow:hidden;border-radius:999px;background:#ffffff0f}.account-xp-track span,.profile-modal-xp span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#7059ff,#a18fff)}.account-profile-actions{display:flex;gap:6px}.account-modal-overlay{position:fixed;inset:0;z-index:13000;display:grid;place-items:center;padding:18px;background:#05070cdb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.account-modal-card{position:relative;width:min(720px,100%);max-height:min(860px,calc(100vh - 30px));overflow:auto;padding:20px;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:#10141f;box-shadow:0 30px 90px #0000006b}.account-modal-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border:0;border-radius:9px;background:#ffffff0f;color:#fff;font-size:22px}.account-modal-tabs{margin:0 42px 15px 0;display:flex;gap:5px}.account-modal-tabs button{min-height:36px;padding:7px 11px;border:1px solid rgba(255,255,255,.06);border-radius:9px;background:#ffffff06;color:#929caf;font-weight:850}.account-modal-tabs button.active{border-color:#7059ff73;background:#7059ff1f;color:#fff}.profile-modal-hero{display:grid;grid-template-columns:68px 1fr;align-items:center;gap:13px}.profile-big-level{width:68px;height:68px;font-size:27px}.profile-modal-hero h2{margin:2px 0;font-size:26px}.profile-modal-hero p,.leaderboard-header p,.profile-transfer p{margin:3px 0;color:#818c9f;font-size:11px;line-height:1.5}.profile-modal-xp{margin:12px 0 14px;height:8px}.profile-stats-grid,.profile-mode-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.profile-stat-box{min-height:56px;padding:8px;display:grid;align-content:center;gap:3px;border-radius:10px;background:#ffffff09}.profile-stat-box small{color:#7f899c;font-size:11px}.profile-stat-box b{color:#fff;font-size:15px}.profile-mode-card{margin-top:10px;padding:11px;display:grid;gap:9px;border:1px solid rgba(255,255,255,.055);border-radius:12px;background:#ffffff05}.profile-mode-card>div:first-child{display:flex;align-items:center;gap:9px}.profile-mode-card>div:first-child>div{display:grid;gap:1px}.profile-mode-card small{color:#7f899c}.profile-mode-icon{font-size:25px}.profile-achievements{margin-top:12px;display:grid;gap:6px}.profile-achievement{min-height:52px;padding:8px 10px;display:grid;grid-template-columns:38px 1fr;align-items:center;gap:8px;border-radius:10px;background:#ffffff08}.profile-achievement>span{font-size:23px;text-align:center}.profile-achievement>div{display:grid;gap:2px}.profile-achievement small,.profile-achievement-empty{color:#7c879a;font-size:11px}.profile-transfer{margin-top:12px;padding:10px;border:1px solid rgba(255,255,255,.055);border-radius:11px;background:#ffffff05}.profile-transfer summary{cursor:pointer;color:#a8b0c0;font-size:11px;font-weight:850}.profile-import-row{margin-top:7px;display:grid;grid-template-columns:1fr auto;gap:6px}.profile-import-row input{min-width:0;min-height:36px;padding:7px 9px;border:1px solid rgba(255,255,255,.07);border-radius:8px;outline:none;background:#05080eb3;color:#fff}.leaderboard-header h2{margin:3px 0}.account-leaderboard-list{margin-top:12px;display:grid;gap:5px}.leaderboard-row{min-height:50px;padding:7px 9px;display:grid;grid-template-columns:46px minmax(0,1fr) 65px 65px 80px;align-items:center;gap:7px;border-radius:10px;background:#ffffff07;color:#9ba5b7;font-size:11px}.leaderboard-row.me{box-shadow:inset 0 0 0 1px #7059ff61;background:#7059ff14}.leaderboard-rank{color:#fff;font-size:14px;text-align:center}.leaderboard-player{display:grid;gap:1px}.leaderboard-player strong{color:#fff;font-size:12px}.leaderboard-player small{color:#6f7a8e;font-size:11px}.leaderboard-empty,.profile-loading-large{padding:30px 10px;color:#7f899c;text-align:center}@media(max-width:700px){.profile-stats-grid,.profile-mode-stats{grid-template-columns:repeat(2,1fr)}.leaderboard-row{grid-template-columns:38px minmax(0,1fr) 52px 58px}.leaderboard-row>span:last-child{display:none}.profile-import-row{grid-template-columns:1fr}.account-profile-actions{width:100%}.account-profile-actions button{flex:1}}.profile-social-header h2{margin:3px 0}.profile-social-header p{margin:0;color:#7f899d;font-size:11px}.profile-friend-search{margin:12px 0;display:grid;grid-template-columns:1fr auto;gap:6px}.profile-friend-search input{min-width:0;min-height:38px;padding:7px 9px;border:1px solid rgba(255,255,255,.07);border-radius:9px;outline:none;background:#05080eb8;color:#fff}.profile-social-section{margin-top:12px;display:grid;gap:6px}.profile-social-title{display:flex;justify-content:space-between;align-items:center}.profile-social-title span{min-width:26px;height:26px;display:grid;place-items:center;border-radius:999px;background:#7059ff1a;color:#b8afff;font-size:11px;font-weight:900}.profile-social-list{display:grid;gap:5px}.profile-social-row,.profile-recent-row,.profile-lookup-card{min-height:50px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.045);border-radius:10px;background:#ffffff06;color:#fff;text-align:left}.profile-social-row>div,.profile-lookup-card>div{min-width:0;display:grid;gap:2px}.profile-social-row small,.profile-recent-row small,.profile-lookup-card small{color:#788397;font-size:11px}.profile-recent-row{width:100%;justify-content:flex-start}.profile-recent-row b{min-width:140px}.profile-social-empty{padding:17px;border-radius:10px;background:#ffffff05;color:#747f92;text-align:center;font-size:11px}.profile-social-lookup:empty{display:none}.lan-access-banner{width:min(760px,100%);margin:8px auto;padding:9px 11px;display:flex;align-items:center;gap:9px;border:1px solid rgba(77,200,130,.14);border-radius:11px;background:#4dc8820e}.lan-access-banner b{white-space:nowrap;color:#87d9aa}.lan-access-banner span{color:#7f899d;font-size:11px}.lan-access-banner strong{color:#fff}@media(max-width:700px){.profile-friend-search{grid-template-columns:1fr}.lan-access-banner{align-items:flex-start;flex-direction:column}}.home-party-card{width:min(760px,100%);margin:9px auto;padding:11px 12px;border:1px solid rgba(112,89,255,.12);border-radius:13px;background:linear-gradient(135deg,#7059ff13,#ffffff05)}.home-party-empty,.home-party-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.home-party-empty>div,.home-party-head>div{display:grid;gap:2px}.home-party-empty small,.home-party-head small,.party-ready-note{color:#7e899c;font-size:11px}.home-party-members{margin-top:8px;display:flex;flex-wrap:wrap;gap:5px}.home-party-members span{padding:5px 7px;border-radius:8px;background:#ffffff09;color:#9aa4b7;font-size:11px;font-weight:800}.home-party-members span.leader{background:#ffc44614;color:#e7c978}.home-party-invites{display:grid;gap:6px}.party-invite-row{padding:7px 8px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:6px;border-radius:9px;background:#ffffff06}.party-invite-row>div{display:grid;gap:1px}.party-invite-row small{color:#748095}.party-panel-overlay{position:fixed;inset:0;z-index:14000;display:grid;place-items:center;padding:18px;background:#04070ce0;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}.party-panel-card{position:relative;width:min(680px,100%);max-height:min(900px,calc(100vh - 30px));overflow:auto;padding:20px;border:1px solid rgba(255,255,255,.085);border-radius:20px;background:#10141f}.party-panel-card h2{margin:4px 0 13px}.party-mode-picker{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:12px}.party-mode-picker button{min-height:82px;display:grid;place-content:center;gap:5px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#ffffff06;color:#fff;font-size:21px}.party-mode-picker button b{font-size:13px}.party-mode-picker button.active{border-color:#7059ff80;background:#7059ff1f}.party-mode-picker button:disabled{cursor:default;opacity:.65}.party-panel-members,.party-invite-friends{display:grid;gap:5px}.party-member-row{min-height:50px;padding:7px 9px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:5px;border-radius:10px;background:#ffffff07}.party-member-row>div{display:grid;gap:1px}.party-member-row small{color:#768196;font-size:11px}.party-invite-friends{margin-top:13px}.party-friend-invite{min-height:48px;padding:7px 9px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid rgba(255,255,255,.045);border-radius:10px;background:#ffffff06;color:#fff;text-align:left}.party-friend-invite>span{display:grid;gap:1px}.party-friend-invite small{color:#748095}.party-friend-invite strong{color:#a89cff;font-size:11px}.party-leave-button{width:100%;margin-top:14px}button.danger,.secondary.danger{border-color:#ff4b5c29;color:#ff9ca6}@media(max-width:700px){.home-party-empty,.home-party-head{align-items:stretch;flex-direction:column}.party-mode-picker{grid-template-columns:1fr}}.party-launch-block{margin-top:14px;padding:11px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;border:1px solid rgba(112,89,255,.14);border-radius:12px;background:#7059ff0e}.party-launch-block>div{display:grid;gap:2px}.party-launch-block small{color:#7f899d}.party-launch-button{min-width:190px;min-height:46px}.party-launch-button:disabled{opacity:.45;cursor:default}.party-wait-leader{margin-top:12px;padding:10px;border-radius:10px;background:#ffffff06;color:#7f899d;text-align:center;font-size:11px}@media(max-width:700px){.party-launch-block{grid-template-columns:1fr}.party-launch-button{width:100%}}.party-self-ready{margin-top:10px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.05);border-radius:10px;background:#ffffff06}.party-self-ready>div{display:grid;gap:2px}.party-self-ready b{font-size:12px}@media(max-width:700px){.party-self-ready{align-items:stretch;flex-direction:column}.party-self-ready button{width:100%}}.party-next-game{margin-top:10px;padding:11px;border:1px solid rgba(255,255,255,.05);border-radius:12px;background:#ffffff06}.party-next-game-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.party-next-game-head>div{display:grid;gap:2px}.party-vote-options{display:grid;grid-template-columns:1fr 1fr;gap:7px}.party-vote-options button{min-height:54px;display:grid;place-content:center;gap:3px;border:1px solid rgba(255,255,255,.055);border-radius:10px;background:#ffffff06;color:#fff;font-weight:800}.party-vote-options button.active{border-color:#7059ff8c;background:#7059ff21}.party-vote-options small,.party-vote-hint{color:#7d8799;font-size:11px}.party-vote-hint{display:block;margin-top:7px}.home-party-vote-summary{margin-top:7px;color:#8d97aa;font-size:11px;font-weight:800}@media(max-width:700px){.party-next-game-head{align-items:stretch;flex-direction:column}.party-vote-options{grid-template-columns:1fr}}.profile-achievement-head,.profile-history-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-achievement-head strong,.profile-history-title>span{padding:4px 7px;border-radius:8px;background:#7059ff17;color:#b4aaff;font-size:11px}.profile-history{margin-top:12px;padding:12px;border:1px solid rgba(255,255,255,.05);border-radius:12px;background:#ffffff05}.profile-history-title>div{display:grid;gap:2px}.profile-history-list{margin-top:8px;display:grid;gap:5px}.profile-history-row{min-height:48px;padding:7px 8px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:8px;border-radius:9px;background:#ffffff06}.profile-history-row.win{box-shadow:inset 2px 0 #60dc918c}.profile-history-row.loss{box-shadow:inset 2px 0 #ff647373}.profile-history-icon{font-size:17px}.profile-history-row>div{display:grid;gap:1px}.profile-history-row small,.profile-history-row time{color:#788397;font-size:11px}.profile-history-row strong{color:#b6abff;font-size:11px}.profile-history-empty{padding:12px;color:#788397;text-align:center;font-size:11px}@media(max-width:600px){.profile-history-row{grid-template-columns:auto 1fr auto}.profile-history-row time{display:none}}.party-session-card{margin-top:10px;padding:11px;border:1px solid rgba(255,255,255,.05);border-radius:12px;background:#ffffff05}.party-session-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.party-session-head>div{display:grid;gap:2px}.party-session-head>strong{font-size:11px;color:#b4aaff}.party-session-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:8px}.party-session-stats>div{padding:7px;display:grid;place-items:center;gap:1px;border-radius:9px;background:#ffffff06;text-align:center}.party-session-stats span{font-size:15px}.party-session-stats b{font-size:14px}.party-session-stats small{font-size:11px;color:#7d8799}.party-session-recent{display:flex;gap:5px;margin-top:7px}.party-session-recent>span{min-width:29px;height:26px;padding:0 5px;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:8px;background:#7059ff12;font-size:13px}.party-session-recent small{font-size:11px;color:#858fa1}.party-readiness-summary{margin-top:9px;padding:7px 9px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:9px;background:#ffffff05;font-size:11px;color:#8b95a7}.party-readiness-summary>div{display:flex;gap:4px}.party-readiness-summary i{width:7px;height:7px;border-radius:50%;background:#786f86}.party-readiness-summary i.ready{background:#61d991;box-shadow:0 0 7px #61d99140}.party-readiness-summary i.offline{background:#454b57}.party-postmatch{margin:0 0 13px;padding:13px;border:1px solid rgba(112,89,255,.16);border-radius:14px;background:radial-gradient(circle at 90% 0%,rgba(112,89,255,.12),transparent 38%),#ffffff06}.party-postmatch-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.party-postmatch-head>div{display:grid;gap:2px}.party-postmatch-head h3{margin:0;font-size:18px}.party-postmatch-head small{color:#8791a4}.party-postmatch-mode{width:50px;height:50px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;background:#7059ff1a;font-size:25px}.party-postmatch-facts{margin-top:9px;display:grid;grid-template-columns:1fr 1fr;gap:6px}.party-postmatch-facts>div,.party-postmatch-me{padding:8px 9px;display:grid;gap:2px;border-radius:9px;background:#ffffff07}.party-postmatch-facts small,.party-postmatch-me span{color:#778296;font-size:11px}.party-postmatch-players{margin-top:8px;display:grid;gap:4px}.party-postmatch-player{min-height:43px;padding:7px 9px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:9px;background:#ffffff06}.party-postmatch-player.win{box-shadow:inset 2px 0 #53d68b8c}.party-postmatch-player.loss{opacity:.72}.party-postmatch-player>div{display:grid;gap:1px}.party-postmatch-player small{color:#798397;font-size:11px}.party-postmatch-player strong{color:#b8adff;font-size:11px}.party-postmatch-me{margin-top:8px;grid-template-columns:1fr auto;align-items:center}.party-postmatch-actions{margin-top:9px;display:flex;gap:6px}.home-party-last-result{margin-bottom:8px;padding:7px 9px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;border-radius:9px;background:#7059ff0e;font-size:11px}.home-party-last-result span{color:#8791a4}@media(max-width:650px){.party-postmatch-facts{grid-template-columns:1fr}.party-postmatch-actions{flex-direction:column}.party-postmatch-actions button{width:100%}}.party-postmatch-awards{margin-top:9px;display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.party-postmatch-award{min-height:62px;padding:8px;display:flex;align-items:center;gap:8px;border-radius:10px;background:linear-gradient(135deg,#7059ff14,#ffffff05);border:1px solid rgba(112,89,255,.08)}.party-postmatch-award>span{width:31px;height:31px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;background:#ffffff0a;font-size:17px}.party-postmatch-award>div{display:grid;gap:1px}.party-postmatch-award small{color:#8d97aa;font-size:11px}.party-postmatch-award b{font-size:11px}.party-postmatch-award em{font-style:normal;color:#706f85;font-size:11px}.party-postmatch-me{display:block}.party-postmatch-me>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.party-postmatch-xp{height:5px;margin-top:6px;overflow:hidden;border-radius:99px;background:#ffffff0d}.party-postmatch-xp i{height:100%;display:block;border-radius:inherit;background:currentColor;color:#7667ff}@media(max-width:650px){.party-postmatch-awards{grid-template-columns:1fr}}.hint-validation-note{display:block;grid-column:1 / -1;margin-top:-4px;color:#7f899d;font-size:11px}.party-night-scoreboard{margin-top:10px;padding:12px;border:1px solid rgba(244,196,92,.13);border-radius:13px;background:radial-gradient(circle at 100% 0%,rgba(244,196,92,.08),transparent 35%),#ffffff05}.party-night-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.party-night-head>div{display:grid;gap:2px}.party-night-head small{color:#7e889b;font-size:11px}.party-night-rounds{padding:5px 8px;border-radius:8px;background:#f4c45c14;color:#e8c36c;font-size:11px;font-weight:900}.party-night-table{margin-top:9px;display:grid;gap:5px}.party-night-row{min-height:50px;padding:7px 9px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;border-radius:10px;background:#ffffff06}.party-night-row.leader{background:linear-gradient(90deg,#f4c45c17,#ffffff06);box-shadow:inset 2px 0 #f4c45c99}.party-night-row.me{outline:1px solid rgba(112,89,255,.18)}.party-night-place{font-size:16px;text-align:center}.party-night-player{min-width:0;display:grid;gap:2px}.party-night-player b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.party-night-player b small{margin-left:4px;color:#8f83ff;font-size:11px;text-transform:uppercase}.party-night-player>span{color:#7f899c;font-size:11px}.party-night-row>strong{color:#f0ce78;font-size:14px;text-align:right}.party-night-row>strong small{color:#8a8490;font-size:11px}.party-reset-session{width:100%;margin-top:9px}.home-party-night-leader{margin-bottom:7px;padding:7px 9px;display:flex;align-items:center;gap:5px;border-radius:9px;background:#f4c45c0e;color:#9199aa;font-size:11px}.home-party-night-leader b{color:#f3f4f8}.home-party-night-leader span{margin-left:auto;color:#e5c36f;font-weight:900}@media(max-width:600px){.party-night-head{align-items:flex-start}.party-night-row{grid-template-columns:30px 1fr auto}}.profile-lifetime-summary{margin:14px 0;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(112,89,255,.14);border-radius:13px;background:#7059ff0b}.profile-lifetime-summary>div{display:grid;gap:3px}.profile-lifetime-summary>span{color:#8b96a9;font-size:11px;white-space:nowrap}.profile-history-title small{display:block;margin-top:3px;color:#737f93;font-size:11px}.profile-storage-note{color:#7d889b;font-size:11px}@media(max-width:700px){.profile-lifetime-summary{align-items:flex-start;flex-direction:column}.profile-lifetime-summary>span{white-space:normal}}.profile-lifetime-summary{justify-content:flex-start}.profile-stats-main{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-mode-stats{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:800px){.profile-stats-main,.profile-mode-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.profile-stats-main,.profile-mode-stats{grid-template-columns:1fr 1fr}}.dictionary-checks+.dictionary-actions{margin-top:30px!important;padding-top:2px}.dictionary-actions+small{display:block;margin-top:12px!important}.lobby-room-title-row{display:flex;align-items:center;gap:10px;min-width:0}.lobby-room-title-row h1{min-width:0}.lobby-brand-home{width:34px;height:34px;flex:0 0 34px;display:inline-grid;place-items:center;padding:0;border:1px solid rgba(112,89,255,.28);border-radius:10px;background:#7059ff1a;color:#c9c4ff;font-size:12px;font-weight:950;cursor:pointer}.lobby-brand-home:hover{background:#7059ff2e}@media(max-width:600px){.dictionary-checks+.dictionary-actions{margin-top:24px!important}.lobby-brand-home{width:32px;height:32px;flex-basis:32px}}.network-mode-card{margin:14px 0;padding:14px;display:grid;gap:12px;border:1px solid rgba(112,89,255,.18);border-radius:14px;background:#7059ff0b}.network-mode-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.network-mode-heading>div{display:grid;gap:3px}.network-mode-heading>small{color:#778398;overflow-wrap:anywhere}.network-mode-buttons{display:flex;gap:8px}.online-server-setup{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.online-server-setup>small{grid-column:1 / -1;color:#8792a6}.online-server-current{color:#74d8aa;overflow-wrap:anywhere}@media(max-width:700px){.network-mode-heading{align-items:flex-start;flex-direction:column}.network-mode-buttons{display:grid;grid-template-columns:1fr 1fr}.online-server-setup{grid-template-columns:1fr}.online-server-setup>small{grid-column:1}}.host-pass-test-card{margin-top:2px;border-top:1px solid rgba(255,255,255,.06);padding-top:10px}.host-pass-test-card summary{cursor:pointer;font-weight:800}.host-pass-test-card>div{margin-top:9px;display:grid;grid-template-columns:1fr auto;gap:8px}.host-pass-test-card small{grid-column:1 / -1;color:#7f899c}@media(max-width:700px){.host-pass-test-card>div{grid-template-columns:1fr}.host-pass-test-card small{grid-column:1}}.game-mode-hub{margin:14px 0;padding:16px;border:1px solid rgba(112,89,255,.14);border-radius:16px;background:#0a0e1861}.game-mode-hub-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:12px}.game-mode-hub-heading h2{margin:2px 0 0}.game-mode-hub-heading>small{color:#7f899c}.game-mode-hub-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.game-mode-card{min-height:112px;padding:14px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;text-align:left;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:#ffffff06;color:inherit;cursor:pointer}.game-mode-card.active{border-color:#7059ff7a;background:linear-gradient(135deg,#7059ff24,#7059ff0b)}.game-mode-card-icon{font-size:30px}.game-mode-card>span:nth-child(2){display:grid;gap:5px}.game-mode-card b{font-size:17px}.game-mode-card small{color:#818ca0;line-height:1.4}.game-mode-card em{color:#a89cff;font-size:12px;font-style:normal;font-weight:800;white-space:nowrap}.developer-network-settings{margin-top:10px;border-top:1px dashed rgba(255,255,255,.08);padding-top:10px}.developer-network-settings summary{cursor:pointer;color:#a8b1c2;font-weight:800}.developer-network-settings-body{margin-top:10px;display:grid;grid-template-columns:1fr auto;gap:8px}.developer-network-settings-body>small:first-child,.developer-network-endpoint{grid-column:1 / -1;color:#6f7b8f}@media(max-width:700px){.game-mode-hub-heading{align-items:flex-start;flex-direction:column}.game-mode-hub-grid{grid-template-columns:1fr}.game-mode-card{min-height:96px}.developer-network-settings-body{grid-template-columns:1fr}.developer-network-settings-body>small:first-child,.developer-network-endpoint{grid-column:1}}:root{--wp-text-xs: 12px;--wp-text-sm: 14px;--wp-text-md: 16px}body{font-size:16px}small,.eyebrow,.label,.room-code,.role-badge,.ready-badge,.spectator-badge,.public-toggle small,.game-mode-card small,.network-mode-card small,.profile-storage-note,.profile-history-title small,.home-action-card small,.home-party-empty small,.home-party-last-result span,.home-party-night-leader span,.public-rooms-section small,.profile-lifetime-summary>span{font-size:13px!important;line-height:1.45}.eyebrow{font-size:14px!important;letter-spacing:.12em}button,input,select,textarea{font-size:15px}.compact{font-size:14px!important}.game-mode-card b,.home-action-card h2,.network-mode-card b{font-size:18px}.player-name,.profile-card b,.public-room-card b{font-size:16px}@media(min-width:1400px){body{font-size:17px}small,.eyebrow,.label,.room-code,.role-badge,.ready-badge,.spectator-badge,.public-toggle small,.game-mode-card small,.network-mode-card small,.profile-history-title small,.home-action-card small,.home-party-empty small,.home-party-last-result span,.home-party-night-leader span,.public-rooms-section small,.profile-lifetime-summary>span{font-size:14px!important}.eyebrow{font-size:13px!important}button,input,select,textarea{font-size:16px}.compact{font-size:15px!important}}@media(max-width:700px){body{font-size:16px}small,.game-mode-card small,.network-mode-card small,.home-action-card small{font-size:13px!important}}.browser-offline body:before{content:"Нет подключения к сети — Word Party попробует переподключиться автоматически";position:fixed;z-index:99999;top:0;left:0;right:0;padding:8px 12px;background:#3a2025;color:#ffd4da;text-align:center;font-size:13px;font-weight:800}.browser-offline body{padding-top:36px}.lobby-mode-actions{flex-wrap:wrap}:root{--wp-radius-sm:13px;--wp-radius-md:17px;--wp-radius-lg:22px;--wp-border:rgba(255,255,255,.075);--wp-border-strong:rgba(255,255,255,.12);--wp-surface:rgba(255,255,255,.028);--wp-surface-hover:rgba(255,255,255,.055);--wp-purple-soft:rgba(112,89,255,.1);--wp-muted:#8793a8;--wp-shadow-card:0 16px 44px rgba(0,0,0,.16)}html{scroll-behavior:smooth}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}button,input,select,textarea{border-radius:var(--wp-radius-sm)}button{transition:transform .14s ease,background-color .16s ease,border-color .16s ease,opacity .16s ease,box-shadow .16s ease}button:not(:disabled):hover{transform:translateY(-1px)}button:not(:disabled):active{transform:translateY(0) scale(.985)}button:disabled{cursor:not-allowed;opacity:.48}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid rgba(139,121,255,.88);outline-offset:3px}input,select,textarea{transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}input:focus,select:focus,textarea:focus{border-color:#7e69ff8c!important;box-shadow:0 0 0 3px #7059ff1a}.game-mode-hub,.network-mode-card,.home-party-card,.account-profile-card,.home-action-card,.public-rooms-section,.recent-rooms,.lobby-mode-switch,.my-lobby-controls{border-color:var(--wp-border);box-shadow:var(--wp-shadow-card)}.game-mode-hub{padding:18px;border-radius:var(--wp-radius-lg);background:linear-gradient(180deg,#ffffff06,#ffffff03)}.game-mode-hub-heading{margin-bottom:15px}.game-mode-hub-heading h2{font-size:clamp(21px,2vw,28px);letter-spacing:-.025em}.game-mode-card{min-height:118px;border-radius:var(--wp-radius-md);background:linear-gradient(145deg,#ffffff09,#ffffff05)}.game-mode-card:not(.active):hover{border-color:#7059ff42;background:#7059ff0e}.game-mode-card.active{border-color:#7059ff6b;box-shadow:inset 0 0 0 1px #7059ff0d,0 12px 35px #4934b414}.game-mode-card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#ffffff0b;font-size:27px}.network-mode-card{padding:15px 17px;border-radius:var(--wp-radius-md);background:#ffffff05}.network-mode-buttons button{min-width:108px}.home-action-card{overflow:hidden}.home-action-card,.public-room-card,.recent-room-button,.profile-card,.player-card{transition:border-color .16s ease,background-color .16s ease,transform .16s ease,box-shadow .16s ease}.public-room-card:hover,.recent-room-button:hover{border-color:#7059ff40;background:var(--wp-surface-hover)}.lobby-mode-switch{padding:14px 16px;border-radius:var(--wp-radius-md);background:linear-gradient(135deg,#7059ff12,#ffffff05)}.lobby-mode-actions{align-items:center;gap:8px}.lobby-mode-actions button{min-height:42px}.eyebrow{color:#9386ff!important}.secondary{border-color:var(--wp-border-strong);background:#ffffff09}.secondary:not(:disabled):hover{background:#fff1}.qr-overlay,.modal-overlay,.dialog-overlay{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.qr-dialog,.qr-card,.modal-card,.dialog-card{border-color:#ffffff1a;border-radius:var(--wp-radius-lg);box-shadow:0 32px 90px #0000006b}*{scrollbar-width:thin;scrollbar-color:rgba(132,116,225,.36) rgba(255,255,255,.025)}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:#ffffff05}::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#8474e152;background-clip:padding-box}@media(max-width:700px){.game-mode-hub{padding:13px;border-radius:17px}.game-mode-hub-heading{gap:4px;margin-bottom:10px}.game-mode-hub-heading>small{display:none}.game-mode-card{min-height:88px;padding:12px;grid-template-columns:auto 1fr}.game-mode-card em{display:none}.game-mode-card-icon{width:42px;height:42px;font-size:23px}.network-mode-card{padding:12px}.network-mode-buttons button{min-width:0}.lobby-mode-switch{padding:12px}.lobby-mode-actions{display:grid;grid-template-columns:1fr;width:100%}.lobby-mode-actions button{width:100%}}.room-overview-card{margin:14px 0;padding:16px 17px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:linear-gradient(145deg,#ffffff09,#ffffff04);box-shadow:0 16px 44px #00000024}.room-overview-main{min-width:0;display:flex;align-items:center;gap:14px}.room-overview-icon{width:54px;height:54px;flex:0 0 auto;display:grid;place-items:center;border-radius:17px;background:#7059ff1a;font-size:28px}.room-overview-card h1{margin:2px 0 7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(21px,2vw,29px);letter-spacing:-.025em}.room-overview-meta{display:flex;flex-wrap:wrap;gap:7px}.room-meta-chip{min-height:30px;padding:6px 9px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:#ffffff07;color:#8d99ad;font-size:14px;font-weight:800}.room-meta-button{cursor:pointer;color:#b1a8ff}.room-meta-button:hover{border-color:#7059ff3d;background:#7059ff12}.room-overview-actions{flex:0 0 auto;display:flex;gap:8px}.wp-toast{position:fixed;z-index:100000;left:50%;bottom:28px;max-width:min(460px,calc(100vw - 30px));padding:12px 16px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#10141ff5;color:#eef1f8;box-shadow:0 18px 55px #00000061;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;transform:translate(-50%,10px) scale(.98);pointer-events:none;transition:opacity .16s ease,transform .16s ease;font-size:14px;font-weight:800;text-align:center}.wp-toast.is-visible{opacity:1;transform:translate(-50%) scale(1)}.wp-toast-success{border-color:#44cd8b3d}.wp-toast-error{border-color:#ff586e40}@media(max-width:700px){.room-overview-card{padding:13px;align-items:stretch;flex-direction:column}.room-overview-icon{width:46px;height:46px;border-radius:14px;font-size:24px}.room-overview-actions{display:grid;grid-template-columns:1fr 1fr}.room-overview-actions button{width:100%}.room-meta-chip{font-size:13px}}.match-status-strip{margin:12px 0 16px;padding:14px 16px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(150px,.8fr) minmax(150px,.8fr);align-items:stretch;gap:10px;border:1px solid rgba(255,255,255,.075);border-radius:18px;background:linear-gradient(135deg,#7059ff11,#ffffff05);box-shadow:0 14px 38px #0000001f}.match-status-strip.team-blue{border-color:#417eff2e}.match-status-strip.team-red{border-color:#ff4d692e}.match-status-primary,.match-status-middle,.match-status-score{min-width:0;display:grid;align-content:center;gap:3px}.match-status-primary{padding:4px}.match-status-primary>b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(18px,1.8vw,25px);letter-spacing:-.02em}.match-status-primary>small{color:#7f8a9e;font-size:14px}.match-status-middle,.match-status-score{padding:10px 12px;place-items:center;border:1px solid rgba(255,255,255,.065);border-radius:13px;background:#ffffff06;text-align:center}.match-status-middle>span,.match-status-score>span{color:#778398;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.match-status-middle>strong,.match-status-score>strong{color:#f0f2f7;font-size:18px;font-variant-numeric:tabular-nums}.match-status-middle>em{color:#a99eff;font-style:normal;font-weight:950}.match-status-score>small{color:#6f7b8e;font-size:12px}.word-card{border-radius:15px}.word-card:not(.revealed):not(:disabled):hover{transform:translateY(-2px);box-shadow:0 10px 26px #00000021}.history-panel{border-radius:18px}@media(max-width:760px){.match-status-strip{grid-template-columns:1fr 1fr;padding:11px;gap:8px}.match-status-primary{grid-column:1/-1}.match-status-primary>b{white-space:normal}.match-status-middle,.match-status-score{min-width:0}}.game-header,.spy-topbar{position:relative;z-index:5}.game-header{border-radius:0 0 18px 18px}.phase-timer,#spy-timer,[data-mobile-spy-timer]{font-variant-numeric:tabular-nums}.board{gap:clamp(7px,1vw,12px)}.word-card{min-width:0;overflow:hidden}.word-text{overflow-wrap:anywhere}.history-list{scrollbar-gutter:stable}.winner-celebration,.series-champion,.spy-result-screen{overflow:hidden;position:relative}.winner-celebration:before,.series-champion:before,.spy-result-screen:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.075),transparent 46%)}.winner-celebration>*,.series-champion>*,.spy-result-screen>*{position:relative;z-index:1}.series-champion,.winner-celebration{border-radius:22px;box-shadow:0 20px 60px #0000002b}.series-player-stats,.round-lineup{border-radius:18px}.series-stat-row{transition:background-color .15s ease}.series-stat-row:hover{background:#ffffff06}.mobile-jump-board{transition:transform .14s ease,opacity .16s ease}@media(max-width:900px){.game-layout{grid-template-columns:minmax(0,1fr)}.history-panel{max-height:280px}}@media(max-width:700px){.game-shell,.spy-shell{padding-bottom:calc(22px + env(safe-area-inset-bottom))}.game-header,.spy-topbar{padding-top:max(10px,env(safe-area-inset-top))}.match-status-strip{position:sticky;top:6px;z-index:20;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#0f121de6;box-shadow:0 12px 32px #00000038}.board{gap:7px}.word-card{min-height:72px;padding:8px 6px}.word-text{font-size:clamp(12px,3.5vw,16px);line-height:1.1}.history-panel{max-height:none}.winner-celebration,.series-champion,.spy-result-screen{padding:18px 13px;border-radius:18px}.series-stats-table{overflow-x:auto;scrollbar-width:thin}.series-stat-row{min-width:590px}.round-lineup-grid{grid-template-columns:1fr}}@media(max-width:430px){.match-status-strip{margin-left:-2px;margin-right:-2px}.match-status-primary>b{font-size:17px}.match-status-middle>strong,.match-status-score>strong{font-size:15px}.word-card{min-height:66px}}#app,#spy-app{min-height:100vh}.wp-view-enter{animation:wp-view-enter .22s ease-out}@keyframes wp-view-enter{0%{opacity:.58;transform:translateY(5px)}to{opacity:1;transform:none}}.app-state-shell{min-height:100vh;padding:24px;display:grid;place-items:center}.app-state-card{width:min(520px,100%);padding:34px 28px;display:grid;justify-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:radial-gradient(circle at 50% 0%,rgba(112,89,255,.11),transparent 45%),#111521eb;box-shadow:0 28px 80px #0000004d;text-align:center}.app-state-card h1{margin:3px 0 0;font-size:clamp(25px,4vw,37px);letter-spacing:-.03em}.app-state-card p{max-width:390px;margin:0;color:#8591a5;line-height:1.5}.app-state-spinner{width:54px;height:54px;margin-bottom:8px;border:5px solid rgba(255,255,255,.07);border-top-color:#8e7bff;border-radius:50%;animation:wp-spin .85s linear infinite}@keyframes wp-spin{to{transform:rotate(360deg)}}.app-state-dots{height:18px;margin-top:7px;display:flex;align-items:center;gap:6px}.app-state-dots span{width:6px;height:6px;border-radius:50%;background:#7868dc;animation:wp-dot 1.05s infinite ease-in-out}.app-state-dots span:nth-child(2){animation-delay:.13s}.app-state-dots span:nth-child(3){animation-delay:.26s}@keyframes wp-dot{0%,60%,to{opacity:.28;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.empty-state-card{width:100%;min-height:118px;padding:18px;display:grid;place-items:center;align-content:center;gap:5px;border:1px dashed rgba(255,255,255,.085);border-radius:16px;background:#ffffff05;color:#8a96aa;text-align:center}.empty-state-card>span{font-size:26px}.empty-state-card>b{color:#cbd1dc;font-size:14px}.empty-state-card>small{max-width:320px;color:#6f7b8e;font-size:14px!important}@media(max-width:700px){.app-state-shell{padding:16px}.app-state-card{padding:28px 20px;border-radius:20px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.wp-confirm-overlay{position:fixed;z-index:100500;inset:0;padding:18px;display:grid;place-items:center;background:#05070cb8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;transition:opacity .14s ease}.wp-confirm-overlay.is-visible{opacity:1}.wp-confirm-card{width:min(440px,100%);padding:24px;display:grid;justify-items:center;gap:10px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:radial-gradient(circle at 50% 0%,rgba(112,89,255,.1),transparent 46%),#121620;box-shadow:0 28px 85px #00000075;text-align:center;transform:scale(.97) translateY(5px);transition:transform .14s ease}.wp-confirm-overlay.is-visible .wp-confirm-card{transform:none}.wp-confirm-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#7059ff1c;color:#b6adff;font-size:23px;font-weight:950}.wp-confirm-card h2{margin:2px 0 0;font-size:24px;letter-spacing:-.025em}.wp-confirm-card p{max-width:360px;margin:0;color:#8a96aa;line-height:1.5}.wp-confirm-actions{width:100%;margin-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.wp-confirm-actions button{min-height:46px}.room-settings-card,.host-settings,.spy-settings-card,.spy-host-settings,.settings-card{border:1px solid rgba(255,255,255,.075);border-radius:19px;background:linear-gradient(145deg,#ffffff07,#ffffff03);box-shadow:0 14px 38px #0000001a}.room-settings-card h3,.host-settings h3,.spy-settings-card h3,.spy-host-settings h3,.settings-card h3{margin-top:0;letter-spacing:-.02em}.room-settings-card label,.host-settings label,.spy-settings-card label,.spy-host-settings label,.settings-card label{color:#b9c1cf}.room-settings-card small,.host-settings small,.spy-settings-card small,.spy-host-settings small,.settings-card small{color:#758196}@media(max-width:600px){.wp-confirm-actions{grid-template-columns:1fr}.wp-confirm-card{padding:20px 17px}}.account-modal-overlay{backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px)}.account-modal-card{border:1px solid rgba(255,255,255,.09);border-radius:24px;background:radial-gradient(circle at 20% 0%,rgba(112,89,255,.07),transparent 28%),#11151f;box-shadow:0 30px 95px #00000070}.account-modal-tabs{gap:6px;padding:5px;border-radius:15px;background:#ffffff06}.account-modal-tabs button{border-radius:11px;transition:background-color .15s ease,color .15s ease,transform .14s ease}.account-modal-tabs button.active{background:#7059ff21;color:#d8d3ff}.profile-modal-hero{padding:18px;border:1px solid rgba(255,255,255,.065);border-radius:19px;background:linear-gradient(135deg,#7059ff13,#ffffff04)}.profile-big-level{box-shadow:inset 0 0 0 1px #ffffff0a,0 12px 28px #3729821f}.profile-persistence-badge{width:max-content;max-width:100%;margin-top:8px;padding:5px 9px;border:1px solid rgba(79,210,145,.13);border-radius:999px;background:#4fd2910e;color:#83d9ac;font-size:13px;font-weight:850}.profile-modal-xp{height:9px;overflow:hidden;border-radius:999px;background:#ffffff0e}.profile-modal-xp>span{border-radius:999px;box-shadow:0 0 16px #7863ff52}.profile-lifetime-summary{margin-top:18px;padding:0 2px}.profile-lifetime-summary>div{display:grid;gap:2px}.profile-lifetime-summary b{font-size:18px}.profile-lifetime-summary small{color:#748096}.profile-stats-main{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.profile-stats-main .profile-stat-box{min-height:88px;padding:12px 9px;border:1px solid rgba(255,255,255,.065);border-radius:15px;background:#ffffff06}.profile-stats-main .profile-stat-box b{font-size:clamp(20px,2vw,29px)}.profile-stats-main .profile-stat-box:nth-child(1),.profile-stats-main .profile-stat-box:nth-child(2),.profile-stats-main .profile-stat-box:nth-child(4){background:linear-gradient(145deg,#7059ff13,#ffffff05)}.profile-stats-main .profile-stat-box:nth-child(4) b{color:#afa4ff}.profile-mode-card{overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:19px;background:linear-gradient(145deg,#ffffff07,#ffffff03)}.profile-mode-card>div:first-child{padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.055)}.profile-mode-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#7059ff14;font-size:23px}.profile-mode-stats{gap:7px}.profile-mode-stats .profile-stat-box{border-radius:12px;background:#ffffff06}.profile-achievements,.profile-history,.profile-social-section{border:1px solid rgba(255,255,255,.065);border-radius:18px;background:#ffffff04}.profile-achievement,.profile-history-row,.profile-social-row,.profile-recent-row,.profile-lookup-card{border-radius:13px}.profile-history-row{transition:transform .14s ease,background-color .15s ease,border-color .15s ease}.profile-history-row:hover{transform:translate(2px);background:#ffffff06}.profile-history-row.win{border-left:3px solid rgba(72,205,140,.55)}.profile-history-row.loss{border-left:3px solid rgba(255,85,105,.42)}.profile-social-row{align-items:center;gap:10px}.profile-social-row>div:first-child{min-width:0}.profile-friend-mini-stats,.profile-lookup-stats{margin-top:6px;display:flex;flex-wrap:wrap;gap:5px}.profile-friend-mini-stats span,.profile-lookup-stats span{padding:4px 7px;border:1px solid rgba(255,255,255,.055);border-radius:999px;background:#ffffff06;color:#8d98aa;font-size:12px;font-weight:800}.profile-friend-search{padding:10px;border:1px solid rgba(255,255,255,.06);border-radius:15px;background:#ffffff05}.profile-lookup-card{margin-top:9px;border:1px solid rgba(112,89,255,.15);background:#7059ff0b}.profile-social-empty-rich,.profile-history-empty-rich,.profile-achievement-empty-rich{min-height:116px;padding:18px;display:grid;place-items:center;align-content:center;gap:4px;border:1px dashed rgba(255,255,255,.075);border-radius:14px;background:#ffffff03;text-align:center}.profile-social-empty-rich>span,.profile-history-empty-rich>span,.profile-achievement-empty-rich>span{margin-bottom:3px;font-size:25px}.profile-social-empty-rich>b,.profile-history-empty-rich>b,.profile-achievement-empty-rich>b{color:#c7ceda}.profile-social-empty-rich>small,.profile-history-empty-rich>small,.profile-achievement-empty-rich>small{max-width:330px;color:#717d91;line-height:1.45}.profile-transfer{border:1px solid rgba(255,255,255,.06);border-radius:16px;background:#ffffff04}@media(max-width:960px){.profile-stats-main{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:620px){.account-modal-card{border-radius:19px}.account-modal-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.account-modal-tabs button{min-width:0;padding-left:6px;padding-right:6px;font-size:14px}.profile-modal-hero{align-items:flex-start}.profile-stats-main{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-stats-main .profile-stat-box{min-height:78px}.profile-mode-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-social-row{align-items:stretch;flex-direction:column}.profile-social-row>button{width:100%}.profile-friend-search{display:grid;grid-template-columns:1fr auto}}@media(max-width:390px){.profile-stats-main,.profile-mode-stats{grid-template-columns:1fr 1fr}}.room-overview-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.085);border-radius:22px;background:radial-gradient(circle at 0% 0%,rgba(112,89,255,.09),transparent 34%),linear-gradient(145deg,#ffffff07,#ffffff03);box-shadow:0 18px 48px #00000024}.room-overview-card:after{content:"";position:absolute;width:180px;height:180px;right:-80px;top:-105px;border-radius:50%;background:#7059ff0e;pointer-events:none}.room-overview-main{min-width:0}.room-overview-main>div:last-child{min-width:0}.room-overview-icon{flex:0 0 auto;box-shadow:inset 0 0 0 1px #ffffff0b}.room-overview-card h1{overflow-wrap:anywhere;letter-spacing:-.025em}.room-overview-meta{gap:6px}.room-meta-chip{min-height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.06);background:#ffffff06}.room-meta-button{transition:transform .13s ease,background-color .14s ease,border-color .14s ease}.room-meta-button:hover{transform:translateY(-1px);border-color:#7059ff33;background:#7059ff12}.room-overview-hint{display:block;max-width:620px;margin-top:9px;color:#758197;line-height:1.45}.room-overview-actions{position:relative;z-index:1;align-self:center}.room-overview-actions button{min-height:40px}.lobby-mode-switch,.spy-lobby-mode-switch{border:1px solid rgba(255,255,255,.065);border-radius:17px;background:#ffffff04}.lobby-mode-switch b,.spy-lobby-mode-switch b{font-size:16px}.lobby-mode-switch small,.spy-lobby-mode-switch small{color:#758197}@media(max-width:700px){.room-overview-card{border-radius:18px}.room-overview-main{align-items:flex-start}.room-overview-icon{width:44px;height:44px}.room-overview-meta{display:flex;flex-wrap:wrap}.room-overview-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.room-overview-actions button{width:100%}.room-overview-hint{font-size:13px}.lobby-mode-switch,.spy-lobby-mode-switch{align-items:stretch}}@media(max-width:420px){.room-overview-main{gap:10px}.room-overview-actions{grid-template-columns:1fr}}.danger-soft,.spy-danger-soft{border-color:#ff5c701c!important;color:#d9939d!important;background:#ff5c7009!important}.danger-soft:hover,.spy-danger-soft:hover{border-color:#ff5c7038!important;background:#ff5c7013!important;color:#ffb3bd!important}.host-player-actions,.player-admin-actions{display:flex;flex-wrap:wrap;gap:6px}.host-player-actions button,.player-admin-actions button{min-height:34px}.wp-confirm-actions .danger{border-color:#ff506447;background:#ff50641f;color:#ffb2bc}.wp-confirm-actions .danger:hover{background:#ff50642e}@media(max-width:600px){.host-player-actions,.player-admin-actions{width:100%}.host-player-actions button,.player-admin-actions button{flex:1 1 auto}}.qr-dialog,.spy-qr-card{width:min(470px,calc(100vw - 28px));border:1px solid rgba(255,255,255,.09);border-radius:24px;box-shadow:0 30px 95px #00000075}.qr-lan-url,.spy-qr-lan-url{width:100%;padding:8px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid rgba(255,255,255,.055);border-radius:10px;background:#ffffff05;color:#78859a}.qr-dialog-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:4px 0 2px}.qr-dialog-actions button{min-height:40px;padding-left:10px;padding-right:10px}.qr-image-wrap,.spy-qr-image{padding:12px;border-radius:18px;background:#fff;box-shadow:0 12px 35px #0000002e}.qr-image-wrap img,.spy-qr-image img{display:block;width:min(330px,68vw);height:auto}.qr-dialog-help{max-width:390px;color:#748095;line-height:1.45;text-align:center}@media(max-width:520px){.qr-dialog,.spy-qr-card{padding:20px 15px;border-radius:19px}.qr-dialog-actions{grid-template-columns:1fr}.qr-image-wrap img,.spy-qr-image img{width:min(280px,72vw)}}.connection-badge{position:fixed;z-index:9000;right:14px;bottom:14px;min-height:31px;padding:7px 10px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:#0d1119db;box-shadow:0 8px 28px #0003;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#8d98aa;font-size:13px;font-weight:850;pointer-events:none}.connection-badge.online{color:#83d9ac;border-color:#4fd29121}.connection-badge.reconnecting{color:#e0bf77;border-color:#ebb95026}.connection-badge.offline{color:#e8959f;border-color:#ff5c7026}.reconnect-overlay{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.reconnect-card{width:min(430px,calc(100vw - 30px));padding:24px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:#121620;box-shadow:0 30px 90px #00000073;text-align:center}.reconnect-card small{max-width:340px;color:#748096;line-height:1.45}.reconnect-spinner{width:38px;height:38px;margin:0 auto 5px;border-width:3px}@media(max-width:600px){.connection-badge{right:9px;bottom:9px;min-height:27px;padding:6px 8px;font-size:12px;opacity:.92}.reconnect-card{padding:20px 16px;border-radius:18px}}.recent-rooms{border:1px solid rgba(255,255,255,.06);border-radius:17px;background:#ffffff04}.recent-rooms-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.recent-rooms-heading small{color:#707d91}.recent-room-list{display:grid;gap:7px}.recent-room-item{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:6px}.recent-room-button{min-width:0;text-align:left}.recent-room-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-room-remove{width:34px;min-width:34px;height:34px;align-self:center;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.055);border-radius:10px;background:#ffffff05;color:#697589;font-size:18px;line-height:1}.recent-room-remove:hover{border-color:#ff5c702e;background:#ff5c700e;color:#e7a0aa}@media(max-width:520px){.recent-rooms{border-radius:15px}.recent-room-item{grid-template-columns:minmax(0,1fr) 32px}.recent-room-remove{width:32px;min-width:32px;height:32px}}.public-rooms,.spy-public-rooms{border:1px solid rgba(255,255,255,.06);border-radius:18px;background:#ffffff04}.public-room,.spy-public-room{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:#ffffff05;transition:transform .14s ease,border-color .14s ease,background-color .14s ease}.public-room:hover,.spy-public-room:hover{transform:translateY(-1px);border-color:#7059ff2b;background:#7059ff09}.public-room-avatar{box-shadow:inset 0 0 0 1px #ffffff0a}.public-room-info{min-width:0}.public-room-info b,.spy-public-room b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-room-info span,.spy-public-room small{color:#748096}.public-room-players{padding:5px 8px;border:1px solid rgba(255,255,255,.055);border-radius:999px;background:#ffffff06;color:#929daf;font-size:13px;font-weight:800}.public-room-players.is-full,.public-room-join.is-full,.spy-public-room strong.is-full{color:#d99a82}.public-room-join{color:#a99fff;font-weight:850}.spy-public-room strong{color:#a99fff}@media(max-width:620px){.public-rooms,.spy-public-rooms{border-radius:15px}.public-room{grid-template-columns:38px minmax(0,1fr) auto;gap:9px}.public-room-join{grid-column:2/-1;justify-self:start;font-size:13px}.public-room-players{padding:4px 6px}.spy-public-room{align-items:flex-start}.spy-public-room strong{white-space:nowrap;font-size:13px}}@media(max-width:420px){.spy-public-room{display:grid;gap:7px}.spy-public-room strong{justify-self:start}}.spy-ready-counter,.ready-counter,.lobby-ready-counter{min-height:42px;padding:7px 11px;display:flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.065);border-radius:13px;background:#ffffff05;color:#8793a6}.spy-ready-counter b,.ready-counter b,.lobby-ready-counter b{color:#c8ced8;font-size:16px}.spy-ready-counter.all-ready,.ready-counter.all-ready,.lobby-ready-counter.all-ready{border-color:#4fd29129;background:#4fd2910e;color:#83d9ac}.spy-ready-counter.all-ready b,.ready-counter.all-ready b,.lobby-ready-counter.all-ready b{color:#9ce5bd}.spy-ready-zone{margin-top:12px;display:grid;gap:6px}.spy-ready-zone small{color:#707d91;text-align:center}.spy-ready-button{min-height:48px;font-weight:900}.spy-ready-button.is-ready{border-color:#4fd29126;background:#4fd2910e;color:#8bdeb2}.spy-player-card{min-height:58px;border:1px solid rgba(255,255,255,.055);border-radius:14px;background:#ffffff04;transition:border-color .14s ease,background-color .14s ease,transform .14s ease}.spy-player-card:not(:disabled):hover{transform:translateY(-1px)}.spy-player-card.offline{opacity:.58}.spy-player-card.offline .spy-player-avatar{filter:grayscale(1)}.spy-player-avatar{box-shadow:inset 0 0 0 1px #ffffff0b}@media(max-width:600px){.spy-section-head{align-items:flex-start;gap:9px}.spy-ready-counter{min-height:36px;padding:6px 8px;font-size:13px}.spy-ready-counter b{font-size:14px}.spy-player-card{min-height:54px}}.lobby-start-zone,.spy-start-zone{display:grid;gap:7px}.lobby-start-zone>small,.spy-start-zone small{color:#707d91;line-height:1.4}.lobby-start-zone #start,.spy-start-zone #spy-start{min-height:46px;font-weight:900}.spy-start-zone{margin-top:12px;padding:11px;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:#ffffff04}.spy-start-zone.is-ready{border-color:#4fd29124;background:#4fd29109}.spy-start-status{display:grid;gap:2px}.spy-start-status b{color:#c6cdd8}.spy-start-zone.is-ready .spy-start-status b{color:#8bdeb2}#start.primary,#spy-start.primary{box-shadow:0 10px 26px #5946cd21}#start.danger-button{box-shadow:none}@media(max-width:620px){.lobby-start-zone,.spy-start-zone,.lobby-start-zone #start,.spy-start-zone #spy-start{width:100%}.spy-start-zone{padding:10px}}.game-phase-kicker{margin-bottom:4px;color:#78859a;font-size:12px;font-weight:950;letter-spacing:.13em}.phase-title{letter-spacing:-.025em}.phase-timer{min-width:94px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:#ffffff05;box-shadow:0 10px 28px #0000001f;font-variant-numeric:tabular-nums}.turn-number{width:max-content;margin-top:5px;padding:4px 7px;border:1px solid rgba(255,255,255,.055);border-radius:999px;background:#ffffff05;color:#778398;font-size:12px;font-weight:850}.series-scoreboard,.scoreboard{border:1px solid rgba(255,255,255,.055);border-radius:14px;background:#ffffff04}.spy-mobile-phasebar{border:1px solid rgba(255,255,255,.065);box-shadow:0 10px 28px #0000001a}.spy-mobile-phasebar>b{font-variant-numeric:tabular-nums}.spy-phase-hint{grid-column:1/-1;color:#727f93;font-size:12px;font-style:normal;line-height:1.35}@media(max-width:700px){.game-phase-kicker{font-size:11px}.phase-timer{min-width:78px;border-radius:13px}.starter-note{line-height:1.45}.spy-mobile-phasebar{row-gap:4px}}.result-actions,.spy-result-actions{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06)}.result-primary-action,.spy-result-primary-action{display:grid;gap:5px}.result-primary-action small,.spy-result-primary-action small{color:#707d91;line-height:1.35}.result-primary-action .primary,.spy-result-primary-action .primary{min-height:45px;font-weight:900;box-shadow:0 10px 26px #5946cd21}.spy-round-history,.spy-display-history{border:1px solid rgba(255,255,255,.06);border-radius:15px;background:#ffffff04}.spy-history-row{border-bottom:1px solid rgba(255,255,255,.045)}.spy-history-row:last-child{border-bottom:0}.spy-display-result-facts>div{border:1px solid rgba(255,255,255,.06);border-radius:13px;background:#ffffff05}.spy-display-result.players{border-color:#4fd29121}.spy-display-result.spy{border-color:#7059ff29}@media(max-width:620px){.result-actions,.spy-result-actions{display:grid;gap:8px}.result-actions button,.spy-result-actions button,.result-primary-action,.spy-result-primary-action{width:100%}}.spy-player-card.can-vote{cursor:pointer}.spy-player-card.can-vote:hover{border-color:#7059ff33;background:#7059ff0b}.spy-player-card.selected{border-color:#7059ff57!important;background:#7059ff17!important;box-shadow:inset 0 0 0 1px #7059ff14}.spy-my-vote-badge{margin-left:auto;padding:5px 8px;border:1px solid rgba(112,89,255,.18);border-radius:999px;background:#7059ff14;color:#b7afff;font-size:12px;font-weight:900;white-space:nowrap}.spy-vote-count{min-width:28px;height:28px;display:grid;place-items:center;margin-left:auto;border:1px solid rgba(255,255,255,.06);border-radius:999px;background:#ffffff06;font-variant-numeric:tabular-nums}.spy-vote-help{margin:4px 0 10px;color:#758196;font-size:14px;line-height:1.45}.spy-display-vote-progress{padding:9px 12px;border:1px solid rgba(255,255,255,.065);border-radius:13px;background:#ffffff05;font-variant-numeric:tabular-nums}.word-card.my-vote{outline:2px solid rgba(112,89,255,.34);outline-offset:2px}.vote-count{font-variant-numeric:tabular-nums}@media(max-width:600px){.spy-my-vote-badge{padding:4px 6px;font-size:11px}.spy-vote-help{font-size:13px}}.profile-friend-presence{width:max-content;max-width:100%;margin-top:5px;padding:4px 7px;border:1px solid rgba(255,255,255,.055);border-radius:999px;background:#ffffff05;color:#707c90;font-size:12px;font-weight:800}.profile-friend-presence.is-playing{border-color:#4fd29121;background:#4fd2910b;color:#86d9ad}.tv-inline-qr{width:210px;max-width:24vw;display:grid;justify-items:center;gap:7px}.tv-inline-qr img,.tv-join-qr-live img{display:block;width:100%;aspect-ratio:1;padding:8px;border-radius:15px;background:#fff;box-shadow:0 12px 32px #0000002e}.tv-inline-qr span{color:#9aa5b8;font-size:14px;font-weight:800}.tv-join-qr-live{width:min(240px,22vw);margin:0 auto}@media(max-width:760px){.tv-inline-qr{width:170px;max-width:42vw}.tv-join-qr-live{width:min(190px,48vw)}}.edition-badge{width:max-content;padding:4px 8px;border:1px solid rgba(255,255,255,.06);border-radius:999px;background:#ffffff05;color:#7e899d;font-size:12px;font-weight:850}.edition-modes-card{margin-top:18px;padding:18px;border:1px solid rgba(255,255,255,.06);border-radius:18px;background:#ffffff04}.edition-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.edition-mode-item{min-height:112px;padding:14px;display:grid;align-content:center;justify-items:center;gap:4px;border:1px solid rgba(255,255,255,.055);border-radius:14px;background:#ffffff05;text-align:center}.edition-mode-item>span{font-size:27px}.edition-mode-item small{color:#798599}.edition-mode-item.is-locked{opacity:.72}html[data-edition=yandex] .edition-badge{color:#e8c177;border-color:#e8c17724}html[data-edition=steam] .edition-badge{color:#91b9dc;border-color:#91b9dc26}@media(max-width:650px){.edition-mode-grid{grid-template-columns:1fr}}.wp-setting-switch-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;width:100%!important;min-height:86px!important;padding:16px 18px!important;border:1px solid rgba(255,255,255,.075)!important;border-radius:16px!important;background:#ffffff07!important;cursor:pointer!important}.wp-setting-switch-copy{display:grid!important;gap:5px!important;min-width:0!important}.wp-setting-switch-copy b{font-size:16px!important}.wp-setting-switch-copy small{color:#8e98ab!important;font-size:13px!important;line-height:1.45!important}.wp-switch{position:relative!important;display:inline-flex!important;flex:0 0 auto!important;width:58px!important;height:32px!important}.wp-switch input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.wp-switch-track{position:absolute!important;inset:0!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;background:#ffffff1a!important;transition:.18s ease!important}.wp-switch-knob{position:absolute!important;top:4px!important;left:4px!important;width:24px!important;height:24px!important;border-radius:50%!important;background:#f4f5fa!important;box-shadow:0 2px 8px #00000047!important;transition:transform .18s ease!important}.wp-switch input:checked+.wp-switch-track{background:#6957f5!important;border-color:#8b7dff!important}.wp-switch input:checked+.wp-switch-track .wp-switch-knob{transform:translate(26px)!important}.wp-setting-switch-row:focus-within{outline:2px solid rgba(139,125,255,.6)!important;outline-offset:2px!important}.lobby-share-actions-minimal{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important}.lobby-share-actions-minimal button{min-width:132px!important}.lobby-start-zone-wide{width:100%!important;flex:1 0 100%!important;display:grid!important;grid-template-columns:minmax(220px,360px) minmax(260px,1fr)!important;align-items:center!important;gap:16px!important;margin-top:8px!important;padding:14px!important;border:1px solid rgba(108,88,255,.15)!important;border-radius:16px!important;background:#6c58ff0b!important}.lobby-start-zone-wide #start{width:100%!important;min-height:58px!important;font-size:18px!important}.lobby-start-zone-wide small{font-size:13px!important;line-height:1.45!important;color:#909aaf!important}@media(max-width:760px){.lobby-share-actions-minimal{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important}.lobby-share-actions-minimal button{min-width:0!important}.lobby-start-zone-wide{grid-template-columns:1fr!important}.wp-setting-switch-row{gap:14px!important;padding:14px!important}}.qr-dialog-url{display:block;width:100%;margin:0 0 12px;color:#8d98ac;font-size:12px!important;line-height:1.4;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text}.guess-toolbar.late-self-guess{border-color:#ffb84d57;background:#ffb84d14}.guess-toolbar.late-self-guess span{font-weight:700}.shared-modal-overlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px;background:#05080fc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shared-modal-card{width:min(520px,100%);display:grid;gap:14px;padding:20px;border:1px solid rgba(255,255,255,.11);border-radius:22px;background:#171b29;box-shadow:0 26px 80px #0000006b}.shared-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.shared-modal-head h2{margin:4px 0 0}.shared-display-list{display:grid;gap:9px}.shared-display-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.07);background:#ffffff09}.shared-display-row>span{display:flex;align-items:center;gap:8px}.game-mode-hub-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important}.room-overview-actions{flex-wrap:wrap}@media(max-width:640px){.shared-display-row{align-items:stretch;flex-direction:column}.shared-display-row button{width:100%}}.word-card.team-favorite:not(.revealed){outline:2px solid rgba(255,205,92,.58);outline-offset:2px;box-shadow:0 0 0 5px #ffcd5c14}.word-card.team-favorite .vote-count{transform:scale(1.08)}.phase-timer.timer-self-guess:not(.timer-warning){border-color:#ffbe4a61;background:#ffbe4a17}.guess-toolbar.late-self-guess{animation:wpLateGuessPulse 1.6s ease-in-out infinite alternate}@keyframes wpLateGuessPulse{0%{box-shadow:0 0 #ffb84d00}to{box-shadow:0 0 24px #ffb84d21}}small,.eyebrow,.room-overview-hint,.message,.empty{font-size:max(12px,.75rem);line-height:1.45}button,input,select,textarea{font-size:max(12px,1em)}
