@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--background:#000;--background-secondary:#131313;--text:#fff;--text-secondary:#818181;--button:#191919;--button-box-shadow:0 0 0 1px #ffffff0d;--positive:#8fd4b2;--negative:#e76d5b;--font:"Noto Sans Mono", monospace;--border-radius:11px;--input-border:#383838;--input-padding:10px;--button-hover:#242424;--button-press:#2a2a2a}*{box-sizing:border-box;font-family:var(--font);color:var(--text)}body{color:var(--ink);isolation:isolate;background:#050505;min-height:100vh;margin:0;position:relative;overflow-x:hidden}*{scrollbar-width:thin;scrollbar-color:#ffffff47 #ffffff14}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#ffffff0f;border-radius:999px}::-webkit-scrollbar-thumb{background:linear-gradient(#ffffff57,#fff3);border:2px solid #0003;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ffffff7a,#ffffff47)}::-webkit-scrollbar-corner{background:0 0}body:before{content:"";z-index:-2;filter:blur(10px)saturate(.9)brightness(.9);background:linear-gradient(#0000002e 0%,#0000009e 100%),url(/assets/bg-CmTfIQKN.gif) 50%/cover no-repeat;position:fixed;inset:0;transform:scale(1.06)}body:after{content:"";z-index:-1;background:linear-gradient(#0000007a 0%,#000000c7 100%);position:fixed;inset:0}#root{z-index:0;min-height:100vh;position:relative}.shell{align-content:center;justify-items:center;gap:1rem;width:min(1120px,100vw - 2rem);min-height:100vh;margin:0 auto;padding:1.5rem 0 2rem;display:grid}.shell--game{align-content:start;justify-items:stretch;width:min(1280px,100vw - 1.5rem);padding-top:.9rem}.app-notification{opacity:0;z-index:50;min-width:min(92vw,320px);max-width:min(92vw,620px);color:var(--text);text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#111111eb;border:1px solid #ffffff2e;border-radius:12px;padding:.7rem 1rem;transition:opacity .24s,transform .24s;position:fixed;top:1rem;left:50%;transform:translate(-50%,-12px)scale(.985);box-shadow:0 14px 30px #0000005c}.app-notification--enter{opacity:1;transform:translate(-50%)scale(1)}.app-notification--leave{opacity:0;transform:translate(-50%,-14px)scale(.98)}.app-notification--error{background:#2f100cf0;border-color:#e76d5b75}.app-notification--success{background:#0e271df0;border-color:#8fd4b280}.game-transition-overlay{opacity:0;pointer-events:none;z-index:45;background:#000;position:fixed;inset:0}.game-transition-overlay--pre-fade-out{opacity:0;transition:none}.game-transition-overlay--fade-out{opacity:1;transition:opacity 1s}.game-transition-overlay--hold{opacity:1;transition:none}.game-transition-overlay--fade-in{opacity:0;transition:opacity 2s}.topbar{text-align:center;place-items:center;width:100%;display:grid}.topbar-logo{width:200px}h1{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1}h2{margin:0;font-size:1.25rem}.panel{background-color:var(--background-secondary);border:1px solid var(--line);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:16px;padding:1rem;animation:.55s both panel-enter;box-shadow:0 12px 24px #3a231614}@keyframes panel-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.panel.centered{text-align:center;place-content:center;min-height:240px;display:grid}.auth-panel{width:min(680px,100%);animation-delay:0s}.friends-join-button{height:auto;min-height:28px;padding:.3rem .7rem;font-size:.8rem}.lobby-layout{grid-template-columns:320px minmax(0,1fr) 200px;align-items:stretch;gap:1rem;width:min(1120px,100%);display:grid}.lobby-panel{width:100%;animation-delay:0s}.lobby-layout>.panel:nth-child(2){animation-delay:.2s}.lobby-layout>.panel:nth-child(3){animation-delay:.4s}.profile-panel{isolation:isolate;align-content:start;justify-items:center;gap:.75rem;display:grid;position:relative;overflow:hidden}.profile-panel>*{z-index:1;position:relative}.profile-panel--with-banner:before{content:"";background-image:linear-gradient(180deg, #080c1133 0%, #080c11e0 65%), var(--profile-banner-image);opacity:.9;z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.profile-panel>h2{text-align:left;justify-self:start;width:100%}.friends-panel{gap:.9rem;min-width:0;display:grid}.friends-my-id{gap:.35rem;display:grid}.friends-id-trigger{color:var(--text);font:inherit;cursor:pointer;text-underline-offset:.2rem;background:0 0;border:none;align-self:start;align-items:center;gap:.35rem;padding:0;font-size:.95rem;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .16s;display:inline-flex}.friends-id-trigger svg{stroke:var(--text-secondary);opacity:0;transition:opacity .16s,transform .16s;transform:translate(-2px)}.friends-id-trigger:hover,.friends-id-trigger:focus-visible{text-decoration-color:currentColor}.friends-id-trigger:hover svg,.friends-id-trigger:focus-visible svg{opacity:1;transform:translate(0)}.friends-id-text{text-overflow:ellipsis;max-width:100%;overflow:hidden}.friends-id-trigger:disabled{cursor:not-allowed;opacity:.7}.friends-id-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem;display:grid}.friends-id-value{border:1px solid var(--line);text-overflow:ellipsis;background:#ffffff0a;border-radius:10px;width:100%;padding:.5rem .65rem;font-size:.8rem;display:block;overflow:hidden}.friends-copy-button{place-items:center;width:36px;height:36px;padding:0;display:grid}.friends-request-form{gap:.55rem;display:grid}.friends-request-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem;display:grid}.friends-request-form input{margin-top:0}.friends-send-button{border-radius:10px;place-items:center;width:36px;height:36px;padding:0;display:grid}.friends-section{gap:.45rem;display:grid}.friends-section h3{margin:0;font-size:.95rem}.friends-list{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.friends-list li{border:1px solid var(--line);background:#ffffff0a;border-radius:10px;gap:.45rem;padding:.5rem .6rem;display:grid}.friends-list-item{isolation:isolate;position:relative;overflow:hidden}.friends-list-item>*{z-index:1;position:relative}.friends-list-item--with-banner:before{content:"";background-image:linear-gradient(135deg, #080c1140 0%, #080c11d1 75%), var(--friend-banner-image);opacity:.9;z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.friends-user-row{gap:.2rem;display:grid}.friends-user-inline{align-items:center;gap:.55rem;width:100%;min-width:0;display:inline-flex}.friends-user-inline strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.friends-user-main{flex:1;justify-content:space-between;align-items:center;gap:.5rem;min-width:0;display:flex}.friends-user-main strong{min-width:0}.friends-status{border:1px solid #0000;border-radius:999px;align-items:center;margin-top:.25rem;padding:.16rem .42rem;font-size:.72rem;line-height:1;display:inline-flex}.friends-status--offline{color:#c7c7c7;background:#96969629;border-color:#a0a0a059}.friends-status--online{color:#8ae2b1;background:#43c98524;border-color:#43c98561}.friends-status--in_room{color:#9fcbff;background:#54a7ff24;border-color:#54a7ff5c}.friends-status--in_game{color:#ffb3a8;background:#e76d5b24;border-color:#e76d5b66}.friends-user-avatar{object-fit:cover;border:none;border-radius:999px;flex-shrink:0;width:32px;height:32px}.friends-user-avatar-wrap{border:2px solid #a0a0a073;border-radius:999px;flex-shrink:0;place-items:center;width:37px;height:37px;display:grid;position:relative}.friends-user-avatar-wrap--offline{border-color:#a0a0a080}.friends-user-avatar-wrap--online{border-color:#43c985b3}.friends-user-avatar-wrap--in_room{border-color:#54a7ffbf}.friends-user-avatar-wrap--in_game{border-color:#e76d5bc7}.friends-avatar-status-badge{background:#373737eb;border:1px solid #000000a6;border-radius:999px;place-items:center;width:14px;height:14px;display:grid;position:absolute;bottom:-4px;right:-4px}.friends-avatar-status-badge svg{display:block}.friends-avatar-status-badge--offline{background:#6c6c6cf5}.friends-avatar-status-badge--online{background:#23a867f5}.friends-avatar-status-badge--in_room{background:#3a89ddf5}.friends-avatar-status-badge--in_game{background:#c74a38f5}.friends-user-avatar--placeholder{color:var(--text-secondary);background:#1b1b1b;place-items:center;font-size:.85rem;font-weight:700;display:grid}.friends-request-inline{justify-content:space-between;align-items:center;gap:.55rem;display:flex}.friends-actions{grid-template-columns:1fr 1fr;gap:.45rem;display:grid}.friends-actions--inline{flex-shrink:0;grid-template-columns:auto auto}.friends-actions button{place-items:center;width:34px;height:34px;padding:0;display:grid}.profile-avatar-frame{border:1px solid var(--input-border);background:#1b1b1b;border-radius:999px;place-items:center;width:116px;height:116px;margin-inline:auto;display:grid;position:relative;overflow:hidden}.profile-avatar-image{object-fit:cover;width:100%;height:100%}.profile-avatar-single-action{opacity:0;background:#00000080;border:none;place-items:center;padding:0;transition:opacity .16s;display:grid;position:absolute;inset:0}.profile-avatar-actions{opacity:0;grid-template-columns:1fr 1fr;transition:opacity .16s;display:grid;position:absolute;inset:0}.profile-avatar-action{background:#00000080;border:none;border-radius:0;place-items:center;padding:0;display:grid}.profile-avatar-action--edit{border-right:1px solid #ffffff29;border-top-left-radius:999px;border-bottom-left-radius:999px}.profile-avatar-action--delete{border-left:1px solid #ffffff29;border-top-right-radius:999px;border-bottom-right-radius:999px}.profile-avatar-frame:hover .profile-avatar-single-action,.profile-avatar-frame:focus-within .profile-avatar-single-action,.profile-avatar-frame:hover .profile-avatar-actions,.profile-avatar-frame:focus-within .profile-avatar-actions{opacity:1}.profile-avatar-placeholder{color:var(--text-secondary);font-size:2rem;font-weight:700}.profile-nickname-trigger{color:var(--text);font:inherit;cursor:pointer;text-underline-offset:.2rem;background:0 0;border:none;justify-content:center;align-self:center;align-items:center;gap:.35rem;margin-inline:auto;padding:0;font-size:1rem;font-weight:600;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .16s;display:inline-flex}.profile-nickname-trigger svg{stroke:var(--text-secondary);opacity:0;width:16px;max-width:16px;transition:opacity .16s,transform .16s;transform:translate(-4px)}.profile-nickname-trigger:hover,.profile-nickname-trigger:focus-visible{text-decoration-color:currentColor}.profile-nickname-trigger:hover svg,.profile-nickname-trigger:focus-visible svg{opacity:1;transform:translate(0)}.profile-nickname-trigger:disabled{cursor:not-allowed;opacity:.7}.profile-nickname-value{padding-left:calc(16px + .35rem);display:inline-block}.profile-nickname-editor{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem;width:min(100%,240px);display:grid}.profile-nickname-editor input{border:1px solid var(--line);height:36px;box-shadow:0 0 0 1.5px var(--input-border) inset;border-radius:10px;margin-top:0;padding:.5rem .65rem}.profile-nickname-editor input:focus{outline:none;box-shadow:inset 0 0 0 1.5px #fff}.profile-nickname-save{border:1px solid var(--line);width:36px;height:36px;color:var(--text);background:#ffffff0f;border-radius:10px;place-items:center;padding:0;display:grid}.profile-nickname-save:disabled{opacity:.7;cursor:not-allowed}.profile-toolbar{justify-content:center;gap:.45rem;width:100%;display:flex}.profile-editor-layout{width:min(720px,100%);margin-inline:auto}.profile-editor-panel{gap:.85rem;display:grid}.profile-editor-fields{gap:1rem;display:grid}.profile-editor-field{justify-items:start;gap:.45rem;display:grid}.profile-editor-field-label{width:100%;color:var(--text-secondary);justify-self:start;font-size:.9rem}.profile-editor-close{border-radius:10px;place-items:center;width:36px;height:36px;padding:0;display:grid}.profile-editor-banner-preview{border:1px solid var(--line);isolation:isolate;background:#ffffff0d;border-radius:14px;place-items:stretch stretch;width:100%;min-height:220px;padding:0;display:grid;position:relative;overflow:hidden}.profile-editor-banner-preview:before{content:"";z-index:0;background:linear-gradient(#080c1147 0%,#080c11d6 85%);position:absolute;inset:0}.profile-editor-banner-preview.has-banner:before{background-image:linear-gradient(180deg, #080c1133 0%, #080c11d6 80%), var(--editor-banner-image);background-position:50%;background-size:cover}.profile-editor-banner-preview>*{z-index:1;position:relative}.profile-editor-avatar{width:116px;height:116px;margin-inline:0}.profile-editor-banner-content{position:absolute;inset:0}.profile-editor-banner-actions{opacity:0;background:#00000057;grid-template-columns:1fr 1fr;gap:0;width:100%;height:100%;transition:opacity .16s;display:grid;position:absolute;inset:0}.profile-banner-action{color:#fff;background:0 0;border:none;border-radius:0;place-items:center;width:100%;height:100%;padding:0;display:grid}.profile-editor-banner-actions .profile-banner-action:only-child{border-radius:14px;grid-column:1/-1}.profile-editor-banner-actions .profile-banner-action--edit:only-child{border-right:none}.profile-banner-action--edit{border-right:1px solid #ffffff29;border-top-left-radius:14px;border-bottom-left-radius:14px}.profile-editor-banner-preview:hover .profile-editor-banner-actions,.profile-editor-banner-preview:focus-within .profile-editor-banner-actions{opacity:1}.profile-editor-panel .profile-nickname-trigger,.profile-editor-panel .profile-nickname-editor{justify-self:start;margin-inline:0}.profile-banner-action--delete{border-left:1px solid #ffffff29;border-top-right-radius:14px;border-bottom-right-radius:14px}.profile-banner-action:disabled{opacity:.55;cursor:not-allowed}.profile-editor-actions{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.profile-editor-actions button{justify-content:center}.profile-logout-button{align-self:center}.mode-switch{border:1px solid var(--line);border-radius:12px;grid-template-columns:1fr 1fr;margin-bottom:1rem;display:inline-grid;overflow:hidden}.tab{font:inherit;cursor:pointer;background:0 0;border:none;padding:.6rem 1rem}.tab.active{background:#df5b252b;font-weight:700}.auth-form,.row,.chat-form{gap:.5rem;display:flex}.auth-form{flex-direction:column}.auth-field-enter{animation:.28s both auth-field-enter}@keyframes auth-field-enter{0%{opacity:0;transform-origin:top;transform:translateY(8px)scaleY(.95)}to{opacity:1;transform:translateY(0)scaleY(1)}}.input-with-icon{border:1px solid var(--line);box-shadow:0 0 0 1.5px var(--input-border) inset;border-radius:var(--border-radius);align-items:center;gap:.55rem;padding:0 10px;display:flex}.input-with-icon:focus-within{box-shadow:inset 0 0 0 1.5px #fff}.input-with-icon svg{stroke:var(--text-secondary);flex-shrink:0}.input-with-icon input{box-shadow:none;border:none;margin-top:0;padding-left:0}.hint-text{color:var(--text-secondary);margin:0;font-size:.9rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hint-text--error{color:var(--negative)}.hint-text--success{color:var(--positive)}label{gap:.35rem;font-weight:500;display:grid}input{border-radius:var(--border-radius);width:100%;padding:var(--input-padding);color:var(--text);background:0 0;outline:none;margin-top:10px}button{border-radius:var(--border-radius);cursor:pointer;border:none;padding:6px 13px;font-weight:700}button:disabled{cursor:not-allowed;opacity:.65}.primary{background-color:var(--button);border-radius:var(--border-radius);box-shadow:var(--button-box-shadow)}.primary:hover:not(:disabled){background-color:var(--button-hover)}.primary:active:not(:disabled){background-color:var(--button-press)}.ghost{border-color:var(--line);color:var(--ink);background:#ffffffa6}.row{align-items:flex-end}.row.between{justify-content:space-between}.grow{flex:1}.lobby-actions{gap:.9rem;margin-top:1rem;display:grid}.lobby-join-form{gap:.4rem;display:grid}.lobby-join-label{color:var(--text-secondary);font-size:.92rem}.lobby-join-row{align-items:center}.text-button{color:var(--text-secondary);text-underline-offset:3px;background:0 0;border:none;justify-self:flex-start;padding:0;text-decoration:underline}.text-button:hover{color:var(--text)}.room-layout{grid-template-columns:330px 1fr;gap:1rem;width:min(1120px,100%);display:grid}.room-layout>.panel:first-child{animation-delay:0s}.room-layout>.panel:nth-child(2){animation-delay:.2s}.game-screen{text-align:center;align-content:center;justify-items:center;gap:.6rem;min-height:360px;animation-delay:0s;display:grid}.game-screen-layout{text-align:left;grid-template-rows:auto 1fr auto;align-content:stretch;gap:.9rem;width:100%;min-height:calc(100vh - 2rem);display:grid}.game-topbar{background-color:var(--background-secondary);border:1px solid var(--line);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px;grid-template-columns:max-content minmax(0,1fr);align-items:stretch;gap:.65rem;padding:.7rem;display:grid;box-shadow:0 12px 24px #3a231614}.game-player-card{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.65rem;display:grid}.game-player-avatar{object-fit:cover;background:#ffffff12;border:1px solid #ffffff29;border-radius:999px;place-items:center;width:54px;height:54px;display:grid}.game-player-avatar--placeholder{font-size:1.1rem;font-weight:700}.game-player-meta{justify-self:start;gap:.25rem;width:max-content;max-width:100%;display:inline-grid}.game-player-name{text-overflow:ellipsis;white-space:nowrap;width:max-content;max-width:100%;font-size:1rem;overflow:hidden}.game-player-stats{color:var(--text-secondary);width:max-content;max-width:100%;font-size:.9rem}.game-player-progress{background:#ffffff1f;border-radius:999px;height:8px;overflow:hidden}.game-player-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#8fd4b2d9,#4fb580f2);height:100%;display:block}.game-goods-strip{grid-template-columns:repeat(6,minmax(110px,1fr));align-self:stretch;gap:.65rem;height:100%;display:grid}.game-good-item{text-align:left;background:#0000003d;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;height:100%;padding:.35rem .45rem;display:flex}.game-good-icon{width:40px;height:40px}.game-good-meta{justify-items:start;gap:.08rem;min-width:0;display:grid}.game-good-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;overflow:hidden}.game-good-price{color:var(--text-secondary);white-space:nowrap;font-size:.82rem}.game-good-price--low{color:var(--negative)}.game-good-price--high{color:var(--positive)}.game-stage-placeholder{background:#ffffff05;border:1px dashed #fff3;border-radius:12px;place-items:center;min-height:320px;display:grid}.game-stage-placeholder p{color:var(--text-secondary);margin:0}.game-screen-actions{justify-content:flex-end;display:flex}.players-list{grid-auto-rows:max-content;align-content:start;gap:.45rem;min-height:0;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.players-panel{grid-template-rows:auto minmax(0,1fr) auto auto;gap:.9rem;height:460px;display:grid;overflow:hidden}.players-code-row{justify-content:flex-start;display:flex}.players-list-item{border:1px solid var(--line);background:#ffffff0a;border-radius:10px;gap:.45rem;padding:.5rem .6rem;display:grid;position:relative;overflow:hidden}.players-list-item--with-banner:before{content:"";background-image:linear-gradient(135deg, #080c1140 0%, #080c11d1 75%), var(--player-banner-image);opacity:.9;z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.players-list-item--with-banner>*{z-index:1;position:relative}.players-user-inline{align-items:center;gap:.55rem;width:100%;min-width:0;display:inline-flex}.players-user-inline strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.players-avatar-wrap{border:2px solid #a0a0a073;border-radius:999px;flex-shrink:0;place-items:center;width:37px;height:37px;display:grid;position:relative}.players-avatar-wrap--ready{border-color:#43c985b3}.players-avatar-wrap--waiting{border-color:#e76d5bc7}.players-user-avatar{object-fit:cover;border:none;border-radius:999px;flex-shrink:0;width:32px;height:32px}.players-user-avatar--placeholder{color:var(--text-secondary);background:#1b1b1b;place-items:center;font-size:.85rem;font-weight:700;display:grid}.players-avatar-status-badge{background:#373737eb;border:1px solid #000000a6;border-radius:999px;place-items:center;width:14px;height:14px;display:grid;position:absolute;bottom:-4px;right:-4px}.players-avatar-status-badge svg{display:block}.players-avatar-status-badge--ready{background:#23a867f5}.players-avatar-status-badge--waiting{background:#c74a38f5}.badge{border:1px solid var(--line);border-radius:999px;padding:.25rem .55rem;font-size:.85rem}.actions{gap:.55rem;display:grid}.room-actions{grid-template-columns:minmax(0,1fr) auto;align-items:center}.chat-panel{grid-template-rows:auto minmax(0,1fr) auto;gap:.9rem;height:460px;display:grid;overflow:hidden}.chat-log{border:1px solid var(--line);background:#ffffff0a;border-radius:10px;grid-auto-rows:max-content;align-content:start;gap:.5rem;min-height:0;max-height:100%;padding:.75rem;display:grid;overflow-y:auto}.chat-log--empty{align-content:center;justify-items:center}.chat-empty-state{text-align:center;place-self:center}.chat-log::-webkit-scrollbar{width:8px}.chat-log::-webkit-scrollbar-track{background:#ffffff0a}.chat-log::-webkit-scrollbar-thumb{background:#ffffff38;border:1px solid #00000059}.message{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.45rem;font-size:.9rem;display:grid}.message--continued{grid-template-columns:minmax(0,1fr);gap:0}.message header{justify-content:flex-start;align-items:center;gap:.4rem;margin-bottom:.15rem;line-height:1;display:flex}.message span,.meta{color:var(--ink-muted);font-size:.78rem}.message p{white-space:pre-wrap;margin:0;line-height:1.32}.message-content{min-width:0}.message--continued .message-content{margin-left:calc(26px + .45rem)}.message-content strong{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.message-avatar{object-fit:cover;background:#ffffff12;border:1px solid #ffffff2e;border-radius:999px;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid}.message-avatar--placeholder{color:var(--text-secondary);font-size:.72rem;font-weight:700}.message-avatar--system{background:#df5b2533}.chat-send-button{align-self:stretch}.chat-form input{flex:1}@media (width<=960px){.lobby-layout,.room-layout{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}.row{flex-direction:column;align-items:stretch}.chat-form{align-items:stretch}.chat-panel,.players-panel{height:420px}.game-topbar{grid-template-columns:1fr}.game-goods-strip{grid-template-columns:repeat(2,minmax(0,1fr))}button{width:100%}.profile-editor-banner-actions{max-width:none}}@media (prefers-reduced-motion:reduce){.panel{animation:none}}
