.app-locked{overflow:hidden}.app-locked #app,.app-locked #chat-bar{visibility:hidden}.player-entry{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 50% 28%,rgba(133,20,20,.2),transparent 34%),#080808;box-sizing:border-box}.player-entry__card{width:min(360px,100%);padding:30px;color:#f4f4f4;background:#121212f5;border:1px solid #303030;border-radius:14px;font-family:monospace;box-sizing:border-box;box-shadow:0 24px 70px #00000080}.player-entry__eyebrow{margin:0 0 10px;color:#f2a900;font-size:11px;letter-spacing:.18em}.player-entry__title{margin:0;font-size:25px;line-height:1.2}.player-entry__description{margin:10px 0 22px;color:#989898;font-size:13px;line-height:1.5}.player-entry__input{width:100%;height:46px;padding:0 14px;color:#fff;background:#0b0b0b;border:1px solid #3b3b3b;border-radius:8px;outline:none;font:inherit;box-sizing:border-box}.player-entry__input:focus{border-color:#f2a900;box-shadow:0 0 0 3px #f2a9001f}.player-entry__error{min-height:18px;margin:7px 0;color:#ff6f61;font-size:11px}.player-entry__button{width:100%;height:44px;color:#111;background:#f2a900;border:0;border-radius:8px;font:inherit;font-weight:700;cursor:pointer}.player-entry__button:hover{background:#ffc13b}@media (max-width: 600px){.player-entry{align-items:end;padding:12px}.player-entry__card{width:100%;padding:24px 20px;border-radius:14px 14px 10px 10px}}.room-lobby{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;overflow-y:auto;padding:0 24px 50px;color:#f5f5f5;background-image:linear-gradient(#00000059,#00000073),url(../assets/lobby/room-list-bg-desktop.png);background-size:cover;background-position:center;background-repeat:no-repeat;font-family:Arial,Helvetica,sans-serif;box-sizing:border-box}.room-lobby__container{width:min(100%,900px);margin:0 auto}.room-lobby__topbar{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:92px;border-bottom:1px solid #262626}.room-lobby__brand{color:#fff;font-size:22px;font-weight:900;font-style:italic;letter-spacing:-.04em}.room-lobby__brand:first-letter{color:#ff2538}.room-profile{position:relative}.room-profile__button{display:block;width:58px;height:58px;padding:3px;overflow:hidden;border-radius:50%;background:#111;cursor:pointer;box-shadow:0 0 0 3px #ff263814}.room-profile__image{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.room-profile__menu{position:absolute;top:calc(100% + 10px);right:0;display:none;width:190px;padding:7px;background:#101010fa;border:1px solid #454545;border-radius:9px;box-shadow:0 16px 45px #000000b3}.room-profile__menu--open{display:grid}.room-profile__menu-item{width:100%;min-height:43px;padding:0 13px;color:#d6d6d6;background:transparent;border:0;border-radius:6px;font:inherit;font-size:13px;text-align:left;cursor:pointer}.room-profile__menu-item:hover{color:#fff;background:#242424}.room-profile__menu-item--danger{color:#ff3043}.room-profile__menu-item--danger:hover{color:#ff5362;background:#ff263817}.room-lobby__intro{margin:34px 0 22px;padding:25px 27px;color:#111;background:#e8dfd0;border:1px solid #202020;border-radius:5px}.room-lobby__title{margin:0;font-size:34px;font-weight:900;line-height:1;letter-spacing:-.05em}.room-lobby__welcome{margin:9px 0 0;color:#444;font-size:13px}.room-lobby__list{display:grid;gap:10px}.room-row{display:grid;grid-template-columns:116px minmax(0,1fr) auto;align-items:center;min-height:104px;padding:8px;gap:16px;background:linear-gradient(135deg,#685555,#000);border-radius:8px;box-shadow:0 7px 20px #00000040}.room-row__thumbnail{width:116px;height:86px;overflow:hidden;background:#050505;border:1px solid #464646;border-radius:5px}.room-row__thumbnail img{width:100%;height:100%;display:block;object-fit:cover}.room-row__content{min-width:0}.room-row__name{overflow:hidden;margin:0 0 10px;color:#f1f1f1;font-size:18px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.room-row__meta{display:flex;align-items:center;flex-wrap:wrap;gap:13px}.room-row__status{font-size:11px;font-weight:800}.room-row__status--live{color:#35d988}.room-row__status--live:before{content:"";display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:currentColor}.room-row__status--scheduled{color:#a4a4a4}.room-row__occupancy{color:#969696;font-size:11px}.room-row__button{min-width:90px;height:42px;margin-right:5px;padding:0 18px;color:#090909;background:#ff2638;border:1px solid #ff2638;border-radius:6px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.room-row__button:hover:not(:disabled){background:#ff4858;border-color:#ff4858}.room-row__button:disabled{color:#858585;background:#1b1b1b;border-color:#474747;cursor:default}.room-row--disabled{opacity:.55}@media (max-width: 600px){.room-lobby{padding:0 10px 30px;background-image:linear-gradient(#00000047,#0006),url(../assets/lobby/room-list-bg-mobile.png);background-size:cover;background-position:center;background-repeat:no-repeat}.room-lobby__topbar{min-height:82px}.room-lobby__brand{font-size:19px}.room-profile__button{width:50px;height:50px}.room-lobby__intro{margin:8px 0 12px;padding:20px}.room-lobby__title{font-size:30px}.room-row{grid-template-columns:92px minmax(0,1fr) auto;min-height:87px;gap:10px;padding:6px}.room-row__thumbnail{width:92px;height:73px}.room-row__name{margin-bottom:8px;font-size:15px}.room-row__meta{display:grid;gap:4px}.room-row__button{min-width:64px;height:36px;margin-right:2px;padding:0 11px;font-size:11px}.room-profile__menu{width:175px}}@media (max-width: 390px){.room-row{grid-template-columns:76px minmax(0,1fr) 62px}.room-row__thumbnail{width:76px;height:68px}.room-row__name{font-size:14px}.room-row__button{min-width:58px;padding:0 7px}}.room-lobby__topbar{display:flex;align-items:center;justify-content:flex-end;width:100%;min-height:76px;box-sizing:border-box;padding:10px 18px;margin-bottom:24px;background:#171717;border:2px solid #eee5d3;border-radius:12px;box-shadow:0 4px #000;position:relative;z-index:10;overflow:visible;margin-top:18px}.room-lobby__topbar .room-profile{position:relative;margin-left:auto;flex-shrink:0}.room-lobby__topbar .room-profile__menu{position:absolute;top:calc(100% + 12px);right:0;left:auto;max-width:calc(100vw - 48px);box-sizing:border-box;z-index:20}@media (max-width: 600px){.room-lobby__topbar{min-height:68px;padding:8px 12px;margin-bottom:18px;margin-top:18px}}.room-lobby__topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;margin-bottom:18px;background:#0a0a0af0;border:1px solid #252525;border-radius:12px;box-shadow:none}.room-lobby__topbar .room-lobby__intro{flex:1;min-width:0;margin:0;padding:0;color:#eee9df;background:none;border:0;border-radius:0;box-shadow:none}.room-lobby__heading{display:flex;align-items:center;gap:10px}.room-lobby__heading .room-lobby__title{margin:0;color:#f1ede4;font-family:Special Elite,monospace;font-size:32px;font-weight:900;line-height:1.15;letter-spacing:.01em;text-transform:uppercase}.room-lobby__crown{flex-shrink:0;width:30px;height:30px;color:#ff304b;transform:rotate(-8deg)}.room-lobby__topbar .room-lobby__welcome{margin:6px 0 0;color:#aaa59e;font-family:Special Elite,monospace;font-size:12px;line-height:1.5}.room-lobby__topbar .room-profile{flex-shrink:0;margin-left:auto}@media (max-width: 600px){.room-lobby__topbar{gap:12px;padding:14px}.room-lobby__heading .room-lobby__title{font-size:27px}.room-lobby__crown{width:26px;height:26px}.room-lobby__topbar .room-lobby__welcome{font-size:11px}}.host-page{box-sizing:border-box;width:100%;max-width:none;height:100%;height:100dvh;max-height:none;margin:0;border:0;padding:0;overflow-y:auto;background:#181716;color:#f5eedc;font-family:Special Elite,Georgia,serif;font-size:16px;line-height:1.6}.host-page *,.host-page *:before,.host-page *:after{box-sizing:border-box}.host-page::backdrop{background:#181716}.host-wrap{max-width:1100px;margin:auto;padding:24px 28px 70px}.host-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #655e51;padding-bottom:22px}.host-wordmark{font-size:15px;letter-spacing:2px}.host-intro{padding:45px 0 25px;max-width:740px}.host-page h1{font-size:clamp(32px,6vw,52px);line-height:1.15;margin:12px 0;font-weight:400}.host-page h2{font-size:25px;line-height:1.3;margin:16px 0;font-weight:400}.host-page p{margin:12px 0;overflow-wrap:anywhere}.host-eyebrow{color:#ff655b;letter-spacing:2px;font-size:12px}.host-layout{display:grid;grid-template-columns:.8fr 1.7fr;gap:24px;align-items:start}.host-card{background:#f5eedc;color:#201d18;border:2px solid #080808;border-radius:8px;padding:28px;box-shadow:5px 5px #050505;min-width:0}.host-aside{border-top:7px solid #db2c25}.host-small{font-size:13px;line-height:1.65}.host-badge{display:inline-block;border:1px solid currentColor;padding:4px 9px 2px;font-size:11px;letter-spacing:1px}.host-status-card{max-width:720px;border-top:7px solid #db2c25}.host-fields{display:grid;grid-template-columns:1fr 1fr;gap:20px 18px;padding:12px 0 0;margin:0;border:0;min-width:0}.host-field{display:flex;flex-direction:column;gap:8px;font-size:14px;min-width:0}.host-field--wide{grid-column:1 / -1}.host-input{width:100%;min-width:0;border:1px solid #81786a;border-radius:4px;padding:12px;background:#fffaf0;color:#201d18;font:inherit;font-size:16px;line-height:1.45}.host-input::placeholder{color:#746c60;opacity:1}.host-page textarea{min-height:105px;resize:vertical}.host-button{min-height:44px;border:2px solid #111;border-radius:5px;padding:11px 16px 8px;background:#c8241e;color:#fffaf0;cursor:pointer;font:inherit;font-size:14px;line-height:1.5}.host-button:hover{background:#a91d18}.host-button--quiet{background:#f5eedc;color:#201d18}.host-button--quiet:hover{background:#e0d6bd}.host-button:disabled,.host-page fieldset:disabled{opacity:.65;cursor:wait}.host-button:focus-visible,.host-input:focus-visible,.host-link:focus-visible{outline:3px solid #e3483d;outline-offset:3px}.host-notice{padding:14px 16px;border-left:3px solid #a59b86;background:#81786a20;white-space:pre-wrap}.host-error{padding:14px 16px;border:1px solid #cf5148;background:#72201b;color:#fff5eb;white-space:pre-wrap}.host-toolbar{display:flex;align-items:end;gap:14px;margin-bottom:24px}.host-toolbar .host-field{min-width:180px}.host-request-list{display:grid;gap:24px;margin-bottom:26px}.host-details{display:grid;grid-template-columns:110px 1fr;gap:8px 18px;font-size:14px}.host-details dt{color:#685c4c}.host-details dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.host-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.host-link{color:#a61d18;text-decoration:underline;text-underline-offset:4px}.host-review{border:0;padding:20px 0 0;margin:20px 0 0;border-top:1px solid #b9ae95;min-width:0}.host-review .host-actions{margin-top:16px}.host-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 720px){.host-wrap{padding:18px 16px 40px}.host-layout{grid-template-columns:1fr}.host-aside{display:none}.host-form:after{content:"Your details are shared with the review team. Do not include passwords or stream keys.";display:block;margin-top:18px;font-size:12px}.host-fields{grid-template-columns:1fr}.host-card{padding:22px 18px}.host-intro{padding-top:28px}.host-wordmark{font-size:11px;letter-spacing:1px}.host-details{grid-template-columns:1fr;gap:2px}.host-details dd{margin-bottom:12px}}.event-fields{border:0;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.event-fields legend{font-size:1.4rem;margin-bottom:20px}.event-field{display:flex;flex-direction:column;gap:8px}.event-field input,.event-field select,.event-field textarea,.event-broadcast input{box-sizing:border-box;width:100%;padding:12px;min-height:44px;border:2px solid #191715;border-radius:6px;background:#faf4e7;color:#191715;font:inherit}.event-field:has(textarea){grid-column:1 / -1}.event-card button,.event-broadcast button{margin:8px 8px 0 0}.event-settings{display:grid;grid-template-columns:minmax(110px,1fr) minmax(0,2fr);gap:10px 16px}.event-settings dt{font-weight:700}.event-settings dd{margin:0;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text}.event-broadcast{border:2px solid #d52222;padding:24px}.event-fields :focus-visible,.event-broadcast :focus-visible{outline:3px solid #d52222;outline-offset:3px}@media (max-width: 600px){.event-fields{grid-template-columns:1fr}.event-settings{grid-template-columns:1fr;gap:6px}.event-settings dd{margin-bottom:10px}.event-broadcast{padding:16px}}.room-lobby .event-browser{display:grid;gap:12px;min-width:0;font-family:Special Elite,monospace;color:#eee9df}.event-browser *,.event-browser *:before,.event-browser *:after{box-sizing:border-box}.event-browser [hidden]{display:none!important}.event-browser button,.event-browser input{font:inherit}.event-browser svg{display:block;flex-shrink:0;width:20px;height:20px}.event-browser__toolbar{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px}.event-browser__search{display:flex;align-items:center;gap:10px;min-width:0;padding:0 13px;background:#0e0e0e;border:1px solid #303030;border-radius:12px;color:#aaa}.event-browser__input{width:100%;min-width:0;height:44px;border:0;outline:none;background:transparent;color:#f1eee8;font-size:13px}.event-browser__input::placeholder{color:#949494}.event-browser__search:focus-within{border-color:#ff304b}.event-browser__filter{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #303030;border-radius:12px;background:#111;color:#aaa;cursor:pointer}.event-browser__filter[aria-expanded=true]{color:#ff304b;border-color:#ff304b}.event-browser__options{padding:12px;border:1px solid #292929;border-radius:10px;background:#111}.event-browser__option{display:flex;align-items:center;gap:9px;font-size:12px;cursor:pointer}.event-browser__option input{accent-color:#ff304b}.event-browser__chips{display:flex;align-items:center;gap:7px;overflow-x:auto;padding:1px 1px 5px;scrollbar-width:thin;scrollbar-color:#383838 transparent}.event-browser__chip{flex:0 0 auto;min-height:32px;padding:7px 13px;border:1px solid #333;border-radius:999px;background:#101010;color:#b7b7b7;font-size:11px;cursor:pointer;white-space:nowrap}.event-browser__chip[aria-pressed=true]{border-color:#ff304b;background:#ff304b;color:#fff}.event-browser__results{display:grid;gap:9px;min-width:0}.room-list-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:15px;border:1px solid #1d1d1d;border-radius:12px;background:linear-gradient(120deg,#151515,#090909)}.room-list-card__content{min-width:0}.room-list-card__heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 12px}.room-list-card__title{margin:0;color:#f3efe6;font-size:17px;font-weight:400;line-height:1.4;overflow-wrap:anywhere}.room-list-card__status{color:#b3b3b3;font-size:10px;line-height:1.5}.room-list-card__status--live{display:inline-flex;align-items:center;gap:5px;color:#ff304b}.room-list-card__status--live:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.room-list-card__description{margin:4px 0 7px;color:#b0aba5;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.room-list-card__description:empty{display:none}.room-list-card__tags{display:flex;flex-wrap:wrap;gap:5px}.room-list-card__tag{max-width:100%;padding:3px 8px;border-radius:999px;background:#282828;color:#dedbd6;font-size:10px;line-height:1.3;overflow-wrap:anywhere}.room-list-card__tag--type{background:#78374d;color:#fff0f4}.room-list-card__tag--type[data-type=club]{background:#a31c37}.room-list-card__tag--type[data-type=forest]{background:#176345;color:#e3fff0}.room-list-card__tag--type[data-type=rooftop]{background:#166581;color:#e8faff}.room-list-card__actions{display:flex;align-items:center;gap:18px}.room-list-card__occupancy{display:inline-flex;align-items:center;gap:5px;color:#c2beb8;font-size:11px;white-space:nowrap}.room-list-card__occupancy svg{width:16px;height:16px}.room-list-card__enter{display:grid;place-items:center;width:48px;height:48px;padding:0;border:1px solid #ff304b;border-radius:12px;background:#110b0d;color:#ff304b;cursor:pointer;transition:background .15s ease,color .15s ease}.room-list-card__enter svg{width:26px;height:26px}.room-list-card__enter:hover:not(:disabled){background:#ff304b;color:#fff}.room-list-card__enter:disabled{border-color:#444;background:#151515;color:#777;cursor:not-allowed}.event-browser button:focus-visible{outline:2px solid #f3efe6;outline-offset:3px}.event-browser__notice,.event-browser__empty{margin:0;padding:14px;border-radius:10px;background:#141414;color:#c7c1b8;font-size:12px;line-height:1.6}@media (max-width: 600px){.room-list-card{gap:10px;padding:11px}.room-list-card__title{font-size:15px}.room-list-card__description{font-size:11px}.room-list-card__actions{gap:10px}.room-list-card__enter{width:44px;height:44px}.room-list-card__occupancy{font-size:10px}}@media (max-width: 380px){.room-list-card__actions{flex-direction:column-reverse;gap:8px}}@media (prefers-reduced-motion: reduce){.room-list-card__enter{transition:none}}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden;background:#050505}canvas{display:block}#chat-bar{position:fixed;z-index:20;left:50%;bottom:16px;display:flex;width:min(720px,calc(100% - 24px));padding:8px;gap:8px;transform:translate(-50%);box-sizing:border-box}#chat-input{min-width:0;flex:1;padding:12px 14px;border:3px solid #000000;border-radius:18px 7px 7px 18px;outline:none;background:#fff;color:#29251f;font-family:var(--game-font);font-size:16px;line-height:1.25;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#chat-input:focus{border-color:#8e000c}#chat-send{padding:0 18px;border:1px solid #f2a900;border-radius:7px;background:transparent;color:#f2a900;font:14px monospace;cursor:pointer}#chat-send:hover{background:#f2a900;color:#080808}@media (max-width: 600px){#chat-bar{bottom:8px;width:calc(100% - 16px)}#chat-input{padding:11px 12px}#chat-send{padding:0 14px}}#chat-dance:hover{color:#fff;background:#000;border-color:#000}#chat-dance img{width:22px;height:22px;object-fit:contain}#app canvas{touch-action:none}#chat-dance,#chat-send{width:52px;min-width:44px;display:grid;place-items:center;padding:0;border:3px solid #000000;border-radius:7px;background:#fff;color:#1d1d1d;cursor:pointer}.chat-action-icon{width:21px;height:21px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}#chat-dance:hover,#chat-send:hover{background:#1d1d1d;color:#fff}#chat-dance.chat-dance--active{background:#ff2636;color:#fff}#chat-dance:active,#chat-send:active{transform:scale(.94)}#app{background-color:#050505}#app.ink-wall-background{background-image:url(../assets/room/ink-basement/wall-background.webp);background-repeat:repeat;background-size:1024px 1024px;background-position:center}#app.ink-wall-background canvas{background:transparent}:root{--game-font: "Special Elite", monospace}body,body *{font-family:var(--game-font)!important}input::placeholder,textarea::placeholder{font-family:var(--game-font)!important}.app-loading-spinner{--spinner-size: 64px;--spinner-speed: 1.2s;display:inline-block;width:var(--spinner-size);height:var(--spinner-size);flex-shrink:0;background-image:url(../assets/ui/loading-spinner.png);background-position:center;background-repeat:no-repeat;background-size:contain;transform-origin:center;animation:app-spinner-rotate var(--spinner-speed) linear infinite}.room-audio-loading__box .app-loading-spinner{display:block;margin:0 auto 14px}@keyframes app-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.app-loading-spinner{animation:none}}.room-audio{position:fixed;top:16px;right:16px;z-index:3000;display:flex;gap:2px;padding:7px}.room-audio__button{display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;color:#000;border:3px solid #000000;border-radius:8px;background:#fff;cursor:pointer;touch-action:manipulation}.room-audio__button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.room-audio__button:hover{color:#fff;border-color:#777;background:#242424}.room-audio__button--connected{color:#000}.room-audio__leave{color:#f66}.room-audio__leave:hover{color:#fff;border-color:#c93636;background:#9e2828}.room-audio__button:disabled{opacity:.45;cursor:wait}@media (max-width: 600px){.room-audio{top:10px;right:10px}.room-audio__button{width:40px;height:40px}}.room-audio-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#00000047;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.room-audio-loading--visible{opacity:1;visibility:visible;pointer-events:auto}.room-audio-loading__box{min-width:180px;padding:24px 28px;display:flex;flex-direction:column;align-items:center;gap:14px;border-radius:14px}.room-audio-loading__spinner{width:34px;height:34px;border:3px solid rgba(255,255,255,.15);border-top-color:#fff;border-radius:50%;animation:room-audio-spin .8s linear infinite}.room-audio-loading__message{color:#fff;font-size:14px;font-weight:600;text-align:center}.room-audio-loading__retry{height:36px;padding:0 18px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff14;color:#fff;font:inherit;cursor:pointer}.room-audio-loading__retry:hover{background:#ffffff24}@keyframes room-audio-spin{to{transform:rotate(360deg)}}.room-audio-loading__box{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.room-audio-loading__spinner{display:block;position:static;width:76px;height:76px;flex-shrink:0;object-fit:contain;animation:room-signal-spin 1.6s linear infinite}.room-audio-loading__message{display:block;position:static;margin:0;color:#eee9df;font-family:Special Elite,monospace;font-size:14px;line-height:1.5}.room-audio-loading__box>button{position:static;margin:0}.room-audio-loading__box>[hidden]{display:none!important}@keyframes room-signal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.room-audio-loading__spinner{animation:none}}.login-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11000;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;box-sizing:border-box;background-image:linear-gradient(#00000014,#0000002e),url(../assets/login/login-bg-desktop.png);background-size:cover;background-position:center;background-repeat:no-repeat}.login-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to bottom,#0000000a,#0000001f)}.login-card{position:relative;z-index:1;width:min(390px,calc(100vw - 48px));padding:30px 32px 26px;color:#f5f5f5;background:#0a0a0af7;border:1px solid rgba(255,255,255,.12);border-radius:5px;box-shadow:0 20px 60px #000000a6,0 0 0 1px #000000b3;box-sizing:border-box;transform:translateY(60px)}.login-card__header{margin-bottom:20px}.login-card__eyebrow{display:none}.login-card__title{margin:0;color:#fff;font-family:cursive;font-size:34px;font-weight:800;line-height:1;letter-spacing:-.03em;transform:rotate(-1deg);transform-origin:left center}.login-card__description{max-width:290px;margin:13px 0 0;color:#989898;font-size:11px;line-height:1.65;letter-spacing:.04em}.login-form{display:grid}.login-form--signin{gap:0}.login-form--signin .login-form__label{gap:0;color:transparent;font-size:0}.login-form__label{display:grid;gap:7px;color:#cfcfcf;font-size:11px;font-weight:600}.login-form__input{width:100%;height:47px;padding:0 14px;color:#f5f5f5;background:#151515;border:1px solid #777777;border-radius:6px;outline:none;font-family:Arial,Helvetica,sans-serif;font-size:12px;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.login-form__input::placeholder{color:#9a9a9a;opacity:1}.login-form__input:hover{background:#181818;border-color:#999}.login-form__input:focus{border-color:#ff2636;box-shadow:0 0 0 2px #ff263624}.login-form--signin>.login-form__label:first-child{margin-bottom:10px}.login-form__password-row{display:grid;gap:6px}.login-form--signin .login-form__password-row{margin-bottom:2px}.login-form__link{padding:0;color:#aaa;background:none;border:0;font:inherit;font-size:10px;cursor:pointer}.login-form__password-row .login-form__link{justify-self:end;margin-top:1px;text-decoration:underline;text-underline-offset:2px}.login-form__link:hover,.login-form__link:focus-visible{color:#fff}.login-form__link--strong{color:#ff2636;font-weight:700;text-decoration:none}.login-form__link--strong:hover,.login-form__link--strong:focus-visible{color:#ff4c5a}.login-form__message{min-height:16px;margin:7px 0 5px;color:#ff606b;font-size:10px;line-height:1.4}.login-form__message--info{color:#b8b8b8}.login-form__submit,.login-google{width:100%;height:44px;border-radius:5px;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:800;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease}.login-form__submit{color:#090909;background:#ff2636;border:1px solid #ff2636;letter-spacing:.02em}.login-form__submit:hover{background:#ff4050;border-color:#ff4050}.login-form__submit:active,.login-google:active{transform:translateY(1px)}.login-form__submit:disabled,.login-google:disabled{cursor:default;opacity:.65}.login-divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:#8b8b8b;font-size:9px;text-transform:uppercase}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:#444}.login-google{display:flex;align-items:center;justify-content:center;gap:10px;color:#eee;background:#151515;border:1px solid #888888}.login-google:hover{background:#1d1d1d;border-color:#aaa}.login-google__logo{width:18px;height:18px;flex:0 0 18px}.login-google__text{line-height:1}.login-account{margin:21px 0 0;color:#8f8f8f;font-size:10px;text-align:center}.create-account__form .login-form__label:not(:first-child){margin-top:14px}.create-account__form .login-form__message{margin-top:8px}.create-account .login-card__title{font-size:30px}@media (max-width: 600px){.login-page{padding:14px;background-image:linear-gradient(#0000000f,#00000029),url(../assets/login/login-bg-mobile.png);background-size:cover;background-position:center;background-repeat:no-repeat}.login-card{width:100%;max-width:330px}.login-card__title{font-size:31px}.login-card__description{max-width:250px;font-size:10px}.login-form__input{height:44px}.login-form__submit,.login-google{height:42px}}@media (max-height: 650px){.login-card{transform:translateY(20px)}}.character-selection{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;overflow-y:auto;padding:24px;color:#f5f5f5;background-image:linear-gradient(#00000042,#0006),url(../assets/characters/character-select-bg-desktop.png);background-size:cover;background-position:center;background-repeat:no-repeat;font-family:Arial,Helvetica,sans-serif;box-sizing:border-box}.character-selection__container{position:relative;width:min(100%,1000px);min-height:calc(100vh - 48px);margin:0 auto;display:flex;flex-direction:column;align-items:center}.character-selection__topbar{position:absolute;top:14px;left:0;z-index:10}.character-selection__back{display:grid;width:52px;height:52px;padding:0;place-items:center;color:#fff;background:#111;border:3px solid #ffffff;border-radius:32%;cursor:pointer}.character-selection__back:hover{color:#ff2638;border-color:#ff2638}.character-selection__header{width:min(520px,100%);margin:32px auto 22px;padding:22px 28px;color:#111;background:#eadfcd;border:1px solid #1c1c1c;border-radius:4px;text-align:center;box-sizing:border-box;transform:rotate(-.4deg)}.character-selection__title{margin:0;font-size:clamp(31px,5vw,46px);font-weight:900;line-height:1;letter-spacing:-.04em}.character-selection__description{margin:10px 0 0;color:#282828;font-size:14px;line-height:1.4}.character-selection__stage{position:relative;display:flex;width:min(470px,100%);height:430px;align-items:center;justify-content:center;margin-top:8px}.character-selection__stage:before{content:"";position:absolute;top:0;bottom:20px;left:50%;width:70%;background:linear-gradient(to bottom,#f0dcbe29,#f0dcbe08);clip-path:polygon(38% 0,62% 0,100% 100%,0 100%);transform:translate(-50%);pointer-events:none}.character-selection__preview{position:relative;z-index:2;display:grid;width:320px;height:370px;place-items:center;overflow:visible}.character-selection__sprite{flex:none;background-repeat:no-repeat;background-position:0 0;transform-origin:center;image-rendering:auto}.character-selection__name{position:absolute;z-index:4;bottom:0;left:50%;min-width:210px;padding:10px 24px;color:#111;background:#eadfcd;border:1px solid #222222;border-radius:3px;font-size:22px;font-weight:800;text-align:center;transform:translate(-50%) rotate(-.5deg);box-sizing:border-box}.character-selection__profiles{display:flex;width:min(850px,100%);gap:14px;margin:20px auto 0;padding:8px 4px 12px;overflow-x:auto;justify-content:center;scrollbar-width:none}.character-selection__profiles::-webkit-scrollbar{display:none}.character-profile{flex:0 0 74px;display:grid;width:74px;height:74px;padding:4px;place-items:center;overflow:hidden;background:#e6d8c3;border:2px solid #222222;border-radius:50%;cursor:pointer;transition:border-color .14s ease,transform .14s ease,box-shadow .14s ease}.character-profile:hover{transform:translateY(-2px);border-color:#bbb}.character-profile--selected{border-color:#ff2538;box-shadow:0 0 0 4px #ff253833}.character-profile__image{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover}.character-selection__actions{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);width:min(640px,100%);gap:16px;margin:20px auto 40px}.character-selection__use,.character-selection__random{height:56px;border-radius:5px;font:inherit;font-size:17px;font-weight:800;cursor:pointer}.character-selection__use{color:#080808;background:#ff2638;border:3px solid #ffffff;border-radius:11px}.character-selection__use:hover{background:#ff4858;border-color:#ff4858}.character-selection__random{color:#eee;background:#101010;border:3px solid #ffffff;border-radius:11px}.character-selection__random:hover{background:#1d1d1d}@media (max-width: 600px){.character-selection{padding:14px 12px 28px;background-image:linear-gradient(#0000002e,#00000057),url(../assets/characters/character-select-bg-mobile.png);background-size:cover;background-position:center;background-repeat:no-repeat}.character-selection__container{min-height:100%}.character-selection__topbar{top:8px;left:4px}.character-selection__back{width:48px;height:48px}.character-selection__header{padding:18px 15px}.character-selection__title{font-size:32px}.character-selection__description{font-size:12px}.character-selection__stage{height:430px;margin-top:0}.character-selection__preview{width:280px;height:390px}.character-selection__name{min-width:190px;font-size:19px}.character-selection__profiles{justify-content:flex-start;width:100%;gap:10px;margin-top:8px}.character-profile{flex-basis:64px;width:64px;height:64px}.character-selection__actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px}.character-selection__use,.character-selection__random{height:54px}}.character-selection__name-editor{position:absolute;z-index:4;bottom:0;left:50%;display:flex;align-items:center;justify-content:center;gap:8px;min-width:210px;min-height:48px;padding:6px 12px;color:#111;background:#eadfcdf2;border:1px solid #222222;border-radius:3px;transform:translate(-50%) rotate(-.5deg);box-sizing:border-box}.character-selection__name{position:static;min-width:0;padding:0;background:none;border:0;transform:none;font-size:22px;font-weight:800}.character-selection__edit-name{display:grid;width:30px;height:30px;padding:0;place-items:center;color:#111;background:transparent;border:0;cursor:pointer}.character-selection__edit-name:hover{color:#ff2638}.character-selection__edit-name svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.character-selection__name-input{width:170px;height:34px;padding:0 10px;color:#111;background:#f1e7d8;border:1px solid #222222;border-radius:4px;outline:none;font:inherit;font-size:17px;font-weight:700;text-align:center;box-sizing:border-box}.character-selection__name-input:focus{border-color:#ff2638}.character-selection__use,.character-selection__random{display:flex;align-items:center;justify-content:center;gap:9px}.character-selection__use sl-icon,.character-selection__random sl-icon{font-size:20px}.character-selection__back sl-icon{font-size:24px}
