:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#ecf3ed;background:#111d21;font-synthesis:none;--muted: #a2b4b5;--text: #ecf3ed;--line: #304247;--lime: #bcfa68;--panel: #1b2b2f;--purple: #b6a5ff;font-size:16px;color-scheme:dark}.inspectable-avatar{position:relative}.avatar-inspection-controls{position:absolute;z-index:2;top:12px;left:12px;right:12px;display:flex;align-items:center;justify-content:flex-end;gap:6px}.avatar-inspection-controls label{display:flex;flex:1;align-items:center;gap:6px;min-width:0;color:#31483b;font-size:12px}.avatar-inspection-controls label>span{flex-shrink:0}.avatar-inspection-controls select{flex:1;width:0;min-width:0}.avatar-inspection-controls select,.avatar-inspection-controls button{flex-shrink:0;border:1px solid #aebbab;border-radius:8px;min-height:36px;background:#f8faf1ee;color:#263b34;font:inherit;padding:6px 9px;cursor:pointer}.avatar-inspection-controls button{min-width:36px;font-size:18px}.preview-controls{padding:0 1.5rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;color:var(--muted);font-size:.8rem}.preview-controls button{padding:.4rem .65rem}.preview-controls label{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.preview-controls select,.collection-filters select{background:var(--panel);color:var(--text);border:1px solid var(--line);border-radius:6px;padding:.4rem .6rem;text-transform:capitalize}.preview-controls p{width:100%;margin:.25rem 0;line-height:1.5}.collection-filters{display:flex;gap:.45rem;flex-wrap:wrap;align-items:center;margin:1rem 0 1.5rem}.collection-filters button{padding:.5rem .8rem}.collection-filters [aria-pressed=true]{border-color:var(--lime);color:var(--lime)}.collection-filters label{font-size:.8rem;color:var(--muted);margin-left:auto}.item-compatibility{font-size:.72rem;line-height:1.6;color:var(--muted);margin:.5rem 0}.selected-product{outline:2px solid var(--lime);outline-offset:3px}.creator-login,.creator-intake-note{padding:1.5rem;border:1px solid var(--line);border-radius:12px;background:var(--panel);margin-bottom:1.5rem}.creator-login form{display:flex;align-items:end;gap:1rem}.creator-login label{display:grid;gap:.5rem;flex:1}.creator-login input,.creator-form input,.creator-form textarea,.creator-form select{width:100%;background:#101e23;border:1px solid var(--line);border-radius:7px;color:var(--text);padding:.65rem;font:inherit}.creator-layout{display:grid;grid-template-columns:190px minmax(300px,1fr) 280px;gap:1.25rem;align-items:start}.creator-layout .explorer-panel{position:sticky;top:1rem}.creator-list h2{font-size:1rem}.creator-list button[data-draft]{display:flex;flex-direction:column;align-items:start;text-align:left;width:100%;gap:.4rem;margin:.4rem 0;padding:.8rem}.creator-list button[data-draft] span{font-size:.75rem;color:var(--muted)}.creator-list [aria-pressed=true]{border-color:var(--lime)}.creator-form{display:grid;gap:.8rem}.creator-form label{display:grid;gap:.35rem;font-size:.8rem;color:var(--muted)}.creator-form textarea{min-height:75px;resize:vertical}.creator-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.creator-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.validation-report{margin:1.5rem 0;padding:1rem;background:var(--panel);border:1px solid var(--line);border-radius:10px}.validation-report ul{padding-left:1.1rem;font-size:.8rem;line-height:1.6}.validation-report pre{overflow:auto;max-height:400px;font-size:.7rem}.report-counts{font-size:.8rem}.report-counts div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:.4rem 0}.report-counts dd{margin-left:1rem}.issue-error{color:#ffb9a8}.issue-warning{color:#ffcb77}@media(max-width:1050px){.creator-layout{grid-template-columns:180px 1fr}.creator-layout .explorer-panel{grid-column:2;position:static}.creator-login form{align-items:stretch;flex-direction:column}}@media(max-width:650px){.creator-layout{grid-template-columns:1fr}.creator-layout .explorer-panel{grid-column:1}.creator-form-row{grid-template-columns:1fr}}.actor-labels{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.actor-label{position:absolute;top:0;left:0;background:#10232bda;color:#fff;border:1px solid #b6a5ff66;border-radius:5px;padding:4px 8px;font-size:12px;white-space:nowrap}.room-panel{position:absolute;top:155px;left:24px;max-width:260px;padding:1rem;background:#12252bdb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #b6a5ff33;border-radius:12px;pointer-events:auto}.room-panel h2{font-size:1rem;margin-bottom:.4rem}.room-panel p,.room-panel #race-results{font-size:.8rem;margin-bottom:.5rem}.room-panel button{font-size:.75rem;padding:.5rem;margin:.2rem 0}.room-panel #nearby-actors{max-height:120px;overflow:auto}#central-state{color:#ffcb77}#inspection article{border-top:1px solid var(--line);padding:.8rem 0}#inspection{max-height:85vh;overflow:auto}@media(max-width:700px){.room-panel{top:190px;left:12px;max-width:200px;padding:.7rem}.room-panel #nearby-actors{max-height:60px}.actor-label{font-size:11px}}*{box-sizing:border-box}body{margin:0}button,a,input{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{font:inherit;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button[aria-busy=true]{cursor:wait}button:focus-visible,a:focus-visible{outline:3px solid var(--lime);outline-offset:5px}a,button{color:inherit}button,a.button{border:1px solid var(--line);border-radius:9px;background:transparent;padding:.72rem 1rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.9rem;transition:background .18s,transform .18s}button:hover,a.button:hover{background:#314348}button.primary,a.primary{background:var(--lime);color:#172522;border-color:var(--lime)}button.primary:hover{background:#d0ff92}button.subtle{border-color:transparent;color:var(--muted)}[hidden]{display:none!important}.eyebrow{text-transform:uppercase;font-size:.75rem;letter-spacing:.17em;color:var(--muted);font-weight:700}.muted{color:var(--muted)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(1.9rem,3vw,2.75rem);font-weight:550;letter-spacing:-.055em;line-height:1.1}h2{font-size:1.5rem;font-weight:550;letter-spacing:-.035em}h3{font-size:1.05rem;font-weight:600}p{line-height:1.55}svg{flex-shrink:0}.shell{max-width:1440px;margin:auto;padding:0 3.5rem}.masthead{display:flex;align-items:center;justify-content:space-between;height:96px;border-bottom:1px solid var(--line);gap:2rem}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;font-weight:700;font-size:1.3rem;letter-spacing:-.045em}.nav{display:flex;gap:.4rem}.nav button{border:0;color:var(--muted);background:none;position:relative;padding:1rem}.nav button.active{color:var(--lime)}.nav button.active:after{content:"";position:absolute;bottom:-18px;left:1rem;right:1rem;height:2px;background:var(--lime)}.local-pill{font-size:.75rem;color:#cadcc8;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.status-dot{height:7px;width:7px;display:inline-block;border-radius:100%;background:var(--lime);box-shadow:0 0 12px #bcfa6838}.page-intro{display:flex;justify-content:space-between;align-items:end;margin:1.8rem 0 1.4rem;gap:1rem}.page-intro h1{margin:.5rem 0 .7rem}.page-intro p{margin:0;color:var(--muted);font-size:.95rem}.layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:2.2rem}.explorer-panel{border:1px solid var(--line);border-radius:16px;background:linear-gradient(155deg,#233a3c,#192a2e);align-self:start;overflow:hidden}.explorer-top{padding:1.4rem 1.5rem 0;display:flex;justify-content:space-between;align-items:center}.explorer-top .tag{font-size:.7rem;letter-spacing:.06em;color:var(--lime);border:1px solid #5b783f;padding:.3rem .45rem;border-radius:4px}.avatar-stage{height:240px;position:relative}.avatar-stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse,#6fa39024,transparent 64%);pointer-events:none}.avatar-stage canvas{position:relative}.explorer-info{padding:0 1.5rem 1.5rem}.explorer-name{font-size:1.6rem;letter-spacing:-.04em;font-weight:550;margin:0 0 .3rem}.explorer-id{color:var(--muted);font-size:.78rem}.account-choices{display:flex;gap:.5rem;margin:1.2rem 0}.account-choices button{flex:1;font-weight:500;padding:.55rem .6rem}.account-choices button.selected{border-color:var(--lime);color:var(--lime);background:#bcfa6810}.swatches{display:flex;gap:.7rem;margin:.7rem 0 1.15rem}.swatch{height:27px;width:27px;padding:0;border:3px solid transparent;border-radius:50%;background:var(--swatch)!important;outline:1px solid #ffffff20;outline-offset:3px}.swatch.selected{outline-color:var(--lime)}.panel-rule{border:0;border-top:1px solid var(--line);margin:1.3rem 0}.travels-with-you{display:flex;gap:.8rem;align-items:start;font-size:.8rem;color:var(--muted);line-height:1.5}.travels-with-you span:first-child{color:var(--lime);font-size:1.3rem}.section-heading{display:flex;justify-content:space-between;align-items:center;margin:0 0 1rem}.section-heading h2{margin:0}.section-heading span{font-size:.8rem;color:var(--muted)}.world-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.hub-entry{border:1px solid var(--line);border-radius:18px;background:var(--panel);padding:1.6rem;overflow:hidden}.hub-entry h2{margin:.6rem 0;font-size:2rem}.hub-entry>p{color:var(--muted);max-width:40rem;line-height:1.6}.hub-entry-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.2rem}.hub-entry-actions .primary{min-width:180px}.hub-entry .hub-entry-note{font-size:.8rem}.hub-entry .hub-shot{height:260px;border-radius:12px;margin-top:1.4rem}.hub-destinations{margin-top:1.4rem}.hub-destinations>div{display:flex;align-items:center;gap:.8rem;padding:.9rem 0;border-bottom:1px solid var(--line)}.hub-destinations strong,.hub-destinations small{display:block}.hub-destinations small{color:var(--muted);line-height:1.5;margin-top:.25rem}.destination-dot{background:var(--destination-accent);width:12px;height:12px;border-radius:50%;flex-shrink:0}.portal-label{display:block;position:absolute;transform:translate(-50%,12px);pointer-events:auto;width:220px;padding:.65rem .8rem;color:#f5f5ea;background:#162832e8;border:1px solid var(--portal-accent);border-radius:10px;box-shadow:0 6px 25px #0003;text-align:center}.portal-label[hidden]{display:none}.portal-label strong{display:block;font-size:.85rem}.portal-label span{display:block;font-size:.68rem;line-height:1.4;color:#d2dfde;margin-top:.3rem}.portal-directory{display:grid;gap:.4rem;max-height:35vh;overflow:auto;margin:.7rem 0}.portal-directory button{text-align:left}.portal-directory span{display:block;margin-top:.3rem;font-size:.72rem;font-weight:400;opacity:.8}.portal-prompt{max-width:340px}@media(max-width:700px){.layout:has(.hub-entry) .explorer-panel{order:2}.layout:has(.hub-entry) main{order:1}.hub-entry{padding:1rem}.hub-entry .hub-shot{height:200px}.portal-label{width:155px;padding:.4rem}.portal-label span{display:none}}.world-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--panel)}.world-shot{height:224px;position:relative;background:#abc8c8;overflow:hidden}.world-shot canvas{display:block}.world-shot .world-number{position:absolute;top:1rem;left:1rem;z-index:1;color:#eef5ef;background:#111d21b0;font-size:.7rem;letter-spacing:.12em;padding:.4rem .55rem;border-radius:5px}.world-details{padding:1.4rem}.world-details h3{font-size:1.28rem;letter-spacing:-.035em;margin:0 0 .6rem}.world-details p{font-size:.88rem;min-height:44px;color:var(--muted);margin-bottom:1.3rem}.world-details button{width:100%;justify-content:space-between}.world-details .purple-button{border-color:#716498;background:#b6a5ff14;color:#d1c5ff}.journey-note{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1.4rem 0;border-top:1px solid var(--line);margin-top:1.7rem}.journey-note p{color:var(--muted);font-size:.88rem;margin:.3rem 0 0}.journey-note h3{margin:0}.step-number{border:1px solid #5b783f;border-radius:50%;height:30px;width:30px;color:var(--lime);display:grid;place-items:center}.footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:1.3rem 0;margin-top:2.4rem;gap:1rem;color:#839a9d;font-size:.75rem}.items-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.item{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:1.2rem;display:grid;grid-template-columns:1fr auto;gap:.4rem 1rem}.item h3{margin:0}.item .item-meta{font-size:.75rem;color:var(--muted)}.item p{font-size:.84rem;color:var(--muted);grid-column:1/-1;margin:.5rem 0 .6rem;min-height:40px}.item button{grid-column:1/-1}.item-icon{width:38px;height:38px;border-radius:10px;background:color-mix(in srgb,var(--item-color) 15%,transparent);color:var(--item-color);display:grid;place-items:center;grid-column:2;grid-row:1/3;font-size:1.4rem}.item .price{font-size:.83rem;margin-bottom:.5rem;color:#d7e4d9}.item details{grid-column:1/-1;font-size:.75rem;color:var(--muted);margin:.2rem 0 .5rem;line-height:1.5}.item details summary{cursor:pointer}.item.equipped{border-color:#72964b}.simulated-note{color:#ccbffe;font-size:.8rem;background:#b6a5ff0d;border:1px solid #554766;border-radius:8px;padding:.8rem 1rem;line-height:1.5;margin-bottom:1.2rem}.activity-list{display:flex;flex-direction:column;gap:.75rem}.activity-row{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:1.1rem}.activity-row strong{font-size:.9rem}.activity-row p{font-size:.8rem;color:var(--muted);margin:.5rem 0 0;overflow-wrap:anywhere}.empty{border:1px dashed var(--line);border-radius:12px;padding:3rem 1.5rem;color:var(--muted);line-height:1.6}.empty strong{display:block;color:#e2eae3;margin-bottom:.4rem}dialog{background:#1b2b2f;color:#ecf3ed;max-width:460px;width:calc(100% - 2rem);border:1px solid #526566;border-radius:16px;padding:2rem}dialog::backdrop{background:#081013bb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}dialog h2{margin:.5rem 0 1rem}dialog p{color:var(--muted);font-size:.95rem}.checkout-price{font-size:2.6rem;letter-spacing:-.06em;font-weight:600;margin:1rem 0}.dialog-actions{display:flex;gap:.6rem;justify-content:end;margin-top:1.5rem}#toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:20;background:#d8f9bf;color:#152620;box-shadow:0 8px 35px #0004;border-radius:10px;padding:1rem 1.4rem;max-width:min(550px,92vw);font-size:.9rem}#toast.error{background:#ffc5b5;color:#48231a}.fatal{max-width:600px;margin:15vh auto;padding:2rem}.world-page{overflow:hidden}.world-page #scene{position:fixed;top:0;right:0;bottom:0;left:0}.world-page #scene canvas{display:block}.world-hud{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;padding:1.5rem}.world-hud button,.world-hud a,.world-hud details{pointer-events:auto}.hud-top{display:flex;justify-content:space-between;align-items:start;gap:1rem}.hud-location,.hud-player,.hud-controls,.portal-prompt,.hud-budget{background:#12252bdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid #c2d9d226;border-radius:12px;box-shadow:0 10px 25px #0001}.hud-location{padding:1rem 1.3rem}.hud-location h1{font-size:1.35rem;letter-spacing:-.04em;margin:.5rem 0 .2rem}.hud-location p{font-size:.75rem;margin:0;color:#acbebc}.hud-player{display:flex;align-items:center;gap:1rem;padding:.7rem 1rem}.hud-player .player-name{font-size:.9rem}.hud-player .outfit-label{display:block;font-size:.7rem;color:#b8cbc2;max-width:200px;margin-top:.2rem}.hud-player button,.hud-player a{font-size:.8rem;padding:.55rem .8rem}.hud-bottom{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;display:flex;justify-content:space-between;align-items:end;gap:1rem}.hud-controls{padding:1rem;font-size:.8rem;line-height:1.7}.key{display:inline-block;border:1px solid #7d9596;border-radius:4px;padding:0 .3rem;font-size:.7rem;min-width:22px;text-align:center;margin-right:.2rem}.hud-controls button{padding:.4rem .7rem;font-size:.75rem;margin-top:.5rem}.portal-prompt{padding:1rem 1.25rem;text-align:center;min-width:260px}.portal-prompt p{font-size:.75rem;color:#b2c7c4;margin:0 0 .6rem}.portal-prompt button{width:100%}.hud-budget{padding:.7rem 1rem;font-size:.7rem;line-height:1.6;color:#b6c9c9}.hud-budget summary{cursor:pointer}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5;background:#101e25f0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.loading-overlay .brand-symbol{width:60px;height:60px;margin-bottom:2rem}.loading-overlay h2{font-size:1.8rem}.loading-overlay p{color:var(--muted);max-width:450px}.touch-controls{display:none;pointer-events:auto;gap:5px}.touch-controls button{background:#12252be0;width:42px;height:42px;padding:0;-webkit-user-select:none;user-select:none;touch-action:none}.wave-status{margin-top:.4rem;color:var(--lime);font-size:.75rem}.world-top-links{display:flex;gap:.5rem}@keyframes breath{50%{opacity:.4;transform:scale(.9)}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media(max-width:1050px){.shell{padding:0 2rem}.layout{grid-template-columns:270px minmax(0,1fr);gap:1.3rem}.world-grid{grid-template-columns:1fr}.world-shot{height:200px}.world-details p{min-height:0}.avatar-stage{height:240px}.items-grid{grid-template-columns:1fr}.world-details{padding:1.1rem}.hud-budget{display:none}}@media(max-width:700px){.shell{padding:0 1.1rem}.masthead{height:auto;min-height:80px;flex-wrap:wrap;gap:.4rem;padding:1.1rem 0}.brand{font-size:1.15rem}.local-pill{margin-left:auto}.nav{order:3;width:100%;justify-content:center}.nav button.active:after{bottom:0}.nav button{padding:.8rem}.page-intro{margin:1.6rem 0}.page-intro p{font-size:.85rem}.layout{grid-template-columns:1fr}.explorer-panel{display:grid;grid-template-columns:130px 1fr;position:relative}.explorer-top{position:absolute;left:0;top:.6rem;padding:0 .8rem}.explorer-top .eyebrow{font-size:.6rem}.explorer-top .tag{display:none}.avatar-stage{height:245px;align-self:center}.explorer-info{padding:1.1rem}.explorer-name{font-size:1.4rem}.account-choices{margin:.7rem 0}.account-choices button{font-size:.8rem}.travels-with-you,.panel-rule{display:none}.swatches{margin:.7rem 0}.world-grid{grid-template-columns:1fr}.world-shot{height:220px}.footer{flex-wrap:wrap;line-height:1.6}.world-hud{padding:.7rem}.hud-top{flex-direction:column;gap:.6rem}.hud-location{padding:.8rem 1rem}.hud-location h1{font-size:1.15rem}.hud-player{width:100%;padding:.5rem .7rem;gap:.6rem;justify-content:space-between}.hud-player .outfit-label{max-width:130px}.hud-player button,.hud-player a{font-size:.75rem;padding:.5rem}.hud-bottom{left:.7rem;right:.7rem;bottom:.7rem;flex-wrap:wrap}.hud-controls{display:none}.portal-prompt{min-width:0;flex:1;padding:.7rem}.portal-prompt button{font-size:.8rem}.touch-controls{display:grid;grid-template-columns:repeat(3,42px)}.touch-controls button:first-child{grid-column:2}.touch-controls button:nth-child(2){grid-column:1}.page-intro .button{font-size:.8rem}.journey-note{margin-top:1.2rem}}#account-dialog label{display:grid;gap:8px;margin:18px 0;font-size:16px}#account-dialog input{width:100%;padding:12px;border:1px solid #68766a;border-radius:5px;font:inherit;color:inherit;background:transparent}#account-error{color:#e48072}.recovery-key{white-space:pre-wrap;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;padding:16px;border:1px solid #68766a;font-size:16px}.destination-picker{background:#142126;padding:12px;border:1px solid #4b6260;margin-bottom:12px;max-width:310px}.destination-picker summary{cursor:pointer;font-size:16px}.destination-picker label{display:grid;gap:8px;margin:12px 0}#portal-preview{width:100%;height:140px;overflow:hidden}#portal-preview canvas{width:100%;height:100%}.destination-picker p{font-size:14px}body.lobby-page .layout:has(.character-creator){grid-template-columns:minmax(340px,.9fr) minmax(440px,1.4fr)}body.lobby-page .layout:has(.character-creator) .avatar-stage{height:420px}body.lobby-page .layout:has(.character-creator) .explorer-panel{position:sticky;top:20px;align-self:start;max-height:calc(100vh - 40px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.character-creator{display:grid;gap:24px;grid-template-columns:minmax(260px,1fr) minmax(300px,1.2fr)}.character-creator:not(:has(.character-stage)){grid-template-columns:1fr}.character-stage{min-height:520px;border-radius:24px;overflow:hidden;background:#dae2d6}.character-controls{padding:26px;border:1px solid #c7d3c1;border-radius:20px;background:#f5f7ef;color:#263b34}.character-controls h2{font-size:2rem;margin:0 0 12px}.character-controls p{line-height:1.6}.character-kicker{font-size:.7rem;letter-spacing:.15em;color:#567a64;font-weight:700}.character-controls label{display:flex;flex-direction:column;gap:7px;font-size:.8rem;font-weight:600}.character-controls select,.character-controls input[type=search]{width:100%;min-width:0;border:1px solid #b8c7b2;border-radius:8px;padding:10px;background:#fff;color:#263b34;font:inherit}.character-parts{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;margin:20px 0}.character-colors{display:flex;flex-wrap:wrap;gap:20px;margin:20px 0}.character-palette{margin-top:20px}.character-palette p,.character-fit-note,.character-fit-notice{font-size:12px;color:#59694d}.character-fit-notice:empty{display:none}.character-fit-notice{padding:12px;border-radius:8px;background:#fff2d7}.character-controls .character-original-toggle{flex-direction:row;align-items:center;gap:6px;margin-top:10px;font-size:11px;font-weight:500}.character-original-toggle input{accent-color:#47654c}.character-part-grid .character-fit-reason{color:#765f41;line-height:1.4}.character-controls .character-part-grid button:disabled{opacity:.58;cursor:not-allowed}.character-colors input:disabled{opacity:.4;cursor:default}.character-part-picker{min-width:0;border:1px solid #cbd6c4;border-radius:12px;background:#fff}.character-part-picker summary{display:flex;gap:12px;align-items:center;padding:10px 16px 10px 10px;cursor:pointer;list-style:none;border-radius:12px}.character-part-picker summary::-webkit-details-marker{display:none}.character-part-picker summary:hover{background:#f3f6ed}.character-part-picker summary:focus-visible{outline:2px solid #567a64;outline-offset:2px}.character-part-picker summary>img,.character-part-picker summary>.character-part-empty{width:48px;height:48px;min-height:48px;object-fit:contain;flex-shrink:0;background:#eef2e7;border-radius:8px}.character-part-heading{display:grid;gap:4px;flex:1;min-width:0}.character-part-heading strong{font-size:.9rem;font-weight:600}.character-part-heading>span{font-size:.75rem;color:#63745b}.character-part-chevron{width:7px;height:7px;border-right:1.5px solid #567a64;border-bottom:1.5px solid #567a64;transform:rotate(45deg);flex-shrink:0}.character-part-picker[open] .character-part-chevron{transform:rotate(225deg)}.character-part-content{padding:0 12px 14px}.character-part-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;padding-top:8px}.character-controls .character-part-grid button{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px;min-width:0;border-color:#d2dccb;background:#f7f9f1;font-size:.75rem}.character-controls .character-part-grid button[aria-pressed=true]{outline:2px solid #567a64;background:#e1ebd5}.character-part-grid img{width:96px;height:96px;max-width:100%;object-fit:contain}.character-part-grid small{font-size:.62rem;color:#59705c}.character-part-empty{display:grid;place-items:center;width:58px;min-height:64px;color:#73846b}.character-part-grid .character-part-empty{height:96px}.character-colors input{width:56px;height:36px;border:0;padding:0;background:none;cursor:pointer}.character-motion{display:grid;gap:12px;border-top:1px solid #ccd7c5;padding-top:20px}.character-status{min-height:3em;font-size:.85rem}.character-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}@media(max-width:700px){body.lobby-page .layout:has(.character-creator) .avatar-stage{height:340px}.character-controls select,.character-controls input[type=search]{font-size:16px}.character-actions>button{flex:1 1 140px}}.character-controls button{border:1px solid #567a64;border-radius:9px;padding:11px 16px;background:#e0e9d9;color:#263b34;cursor:pointer;font:inherit}.character-controls button.primary{background:#263b34;color:#fff}.character-controls button:disabled{opacity:.5;cursor:default}@media(max-width:900px){body.lobby-page .layout:has(.character-creator) .explorer-panel{position:static;max-height:none;overflow-y:visible}body.lobby-page .layout:has(.character-creator){grid-template-columns:1fr}.character-creator{grid-template-columns:1fr}.character-stage{min-height:360px}.character-controls{padding:18px}.character-parts{grid-template-columns:1fr}}.brand-wordmark{display:inline-flex;align-items:center;flex:0 0 auto;line-height:1;white-space:nowrap}.brand-wordmark>svg{display:block;width:5.65em;height:auto;overflow:visible}.brand-symbol{display:block;width:1.58em;height:auto;flex:0 0 auto;color:var(--accent, #c7411c)}.brand-name{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.world-page .brand-symbol,.creator-page .brand-symbol{color:#f58260}@font-face{font-family:YoWorlds;src:url(/client/assets/yoworlds-latin-DLoelf7F.woff2) format("woff2");font-style:normal;font-weight:400 800;font-display:swap}.site-page,.lobby-page{--paper: #f8f7f2;--ink: #20231e;--muted: #66695f;--line: #ddded5;--accent: #c7411c;--orange: #f05c32;--panel: #ffffff;--text: #20231e;--lime: #c7411c;color-scheme:light;color:var(--ink);background:var(--paper);min-height:100vh;font-family:YoWorlds,Segoe UI,sans-serif;font-synthesis:none;font-size:16px;-webkit-font-smoothing:antialiased}.site-page *,.lobby-page *{box-sizing:border-box}.site-page{margin:0}.site-page a{color:inherit;text-decoration:none}.site-page button,.site-page input{font:inherit}.site-page :focus-visible,.lobby-page :focus-visible{outline:3px solid #256b9b;outline-offset:5px}.site-page ::selection,.lobby-page ::selection{background:#ffd7bd;color:var(--ink)}.site-page [hidden]{display:none!important}.site-wrap{max-width:1400px;margin-inline:auto;padding-inline:64px}.site-header{height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-brand,.lobby-page .brand{display:inline-flex;align-items:center;gap:11px;font-size:24px;letter-spacing:-1.2px;font-weight:750;white-space:nowrap;text-decoration:none}.site-brand>.brand-symbol,.lobby-page .brand>.brand-symbol{width:38px;height:38px;color:var(--accent);flex-shrink:0}.site-nav{display:flex;align-items:center;gap:34px;font-size:15px;font-weight:550}.site-nav a:not(.nav-cta):hover,.text-link:hover{color:var(--accent)}.site-nav .nav-cta{padding:12px 20px;border:1px solid var(--ink);border-radius:7px}.site-nav .nav-cta:hover{background:var(--ink);color:#fff}.skip-link{position:absolute;top:-100px;left:16px;z-index:10;background:#fff;padding:12px}.skip-link:focus{top:12px}.site-page p{line-height:1.65;color:var(--muted)}.site-page h1,.site-page h2,.site-page h3{font-weight:650;margin:0}.site-page .eyebrow{display:inline-flex;gap:9px;align-items:center;font-size:12px;font-weight:650;letter-spacing:1.6px;text-transform:uppercase}.live-dot{width:7px;height:7px;border-radius:50%;background:#548049;display:inline-block;flex-shrink:0}.site-hero{padding:38px 0 44px;display:grid;grid-template-columns:1.06fr 1fr;align-items:center;gap:32px}.hero-copy{padding:30px 0}.hero-copy h1{font-size:clamp(52px,5.4vw,76px);letter-spacing:-4.5px;line-height:1.02;margin:25px 0 26px}.hero-copy h1 em{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400;color:var(--accent);letter-spacing:-4px}.hero-copy>p{max-width:410px;font-size:18px;margin:0}.site-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px;margin-top:30px}.site-page .button{display:inline-flex;justify-content:space-between;align-items:center;gap:30px;padding:16px 22px;font-size:15px;font-weight:650;border:1px solid var(--ink);background:var(--ink);color:#fff;border-radius:7px;cursor:pointer;transition:background .18s,transform .18s;text-decoration:none}.site-page .button:hover{background:#3b4235;transform:translateY(-2px)}.site-page .button.secondary{background:transparent;color:var(--ink);border-color:#b9bdb1}.site-page .button.secondary:hover{background:#e9ecdf}.site-page button:disabled{opacity:.55;cursor:default;transform:none}.text-link{display:inline-flex;gap:18px;align-items:center;font-size:15px;font-weight:600;padding-block:12px}.hero-note{display:flex;align-items:center;gap:8px;margin-top:18px;color:var(--muted);font-size:12px}.hero-art{margin:0;position:relative;min-width:0}.hero-image{display:block;width:100%;height:500px;object-fit:cover;object-position:57% center;border-radius:120px 120px 12px 12px;background:#c3dfdc}.postcard-label{position:absolute;left:-20px;bottom:24px;display:flex;align-items:center;gap:15px;background:var(--paper);border:1px solid #fff;box-shadow:0 7px 20px #20332212;border-radius:6px;padding:15px 20px;transform:rotate(-3deg)}.postcard-label .label-arrow{font-size:30px;color:var(--accent)}.postcard-label strong{display:block;font-size:14px;font-weight:650}.postcard-label small{display:block;margin-top:4px;color:var(--muted);font-size:12px}.network-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:13px}.network-strip>span:first-child{color:var(--muted)}.network-strip .strip-item{display:flex;align-items:center;gap:10px}.network-strip .strip-symbol{color:var(--accent);font-size:18px}.worlds-section{padding-block:74px}.section-heading-site{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.section-heading-site h2{font-size:clamp(32px,3.2vw,46px);letter-spacing:-2px;margin-top:12px;line-height:1.05}.section-heading-site p{margin:10px 0 0}.world-postcards{display:grid;grid-template-columns:1fr 1fr;gap:28px}.world-postcard{display:block;min-width:0}.world-postcard .postcard-image{position:relative;overflow:hidden;border-radius:10px;background:#bfdcce}.world-postcard img{display:block;width:100%;height:260px;object-fit:cover;transition:transform .4s}.world-postcard:hover img{transform:scale(1.035)}.world-kind{position:absolute;left:16px;top:16px;border-radius:4px;padding:7px 10px;background:#f8f7f2ed;color:var(--ink);font-size:12px;font-weight:600}.postcard-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:18px}.postcard-heading h3{font-size:24px;letter-spacing:-.9px}.postcard-heading>span{display:grid;place-items:center;border:1px solid #c8cbbf;border-radius:50%;width:36px;height:36px;font-size:18px}.world-postcard:hover .postcard-heading>span{background:var(--ink);border-color:var(--ink);color:#fff}.world-postcard p{margin:6px 45px 0 0;font-size:15px}.illustration-note{font-size:12px;margin:20px 0 0}.identity-section{display:grid;grid-template-columns:1fr 1fr;gap:72px;padding:54px 0 64px;border-top:1px solid var(--line)}.identity-section h2{font-size:clamp(35px,3.5vw,49px);letter-spacing:-2px;line-height:1.08;margin:16px 0 22px}.identity-section p{max-width:440px;margin:0}.journey-steps{list-style:none;margin:0;padding:0}.journey-steps li{display:grid;grid-template-columns:34px 1fr;gap:18px;border-bottom:1px solid var(--line);padding:22px 0}.journey-steps li:first-child{padding-top:0}.journey-steps li:last-child{border:0;padding-bottom:0}.journey-steps .step{padding-top:4px;color:var(--accent);font-size:13px}.journey-steps h3{font-size:20px;letter-spacing:-.5px;margin-bottom:7px}.journey-steps p{font-size:15px}.builder-band{display:grid;grid-template-columns:1fr auto;align-items:center;gap:36px;background:#e7ebd9;border-radius:10px;padding:42px 46px}.builder-band h2{font-size:35px;letter-spacing:-1.5px;margin-top:12px}.builder-band p{margin:13px 0 0;max-width:600px;font-size:16px}.site-footer{margin-top:66px;padding:27px 0 30px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:26px;color:var(--muted);font-size:12px}.site-footer .footer-wordmark{display:inline-flex;align-items:center;gap:7px;color:var(--ink);font-size:17px;letter-spacing:-.6px;font-weight:700}.site-footer>div{display:flex;align-items:center;gap:23px}.site-footer a:hover{color:var(--accent)}.guide{max-width:880px;margin:auto;padding:56px 0 30px}.guide .label{color:var(--accent);font-size:13px;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}.guide h1{font-size:clamp(44px,5.5vw,70px);letter-spacing:-3px;line-height:1.05;margin:24px 0}.guide h2{font-size:28px;letter-spacing:-.9px;margin:44px 0 14px;padding-top:25px;border-top:1px solid var(--line);scroll-margin-top:25px}.guide p,.guide li{font-size:17px}.guide a:not(.button){color:var(--accent);text-decoration:underline;text-underline-offset:3px}.guide .actions{display:flex;gap:15px;flex-wrap:wrap;margin-top:28px}.guide .code{padding:24px;background:#e9ecdf;border:1px solid #d0d5c2;color:#303d28;border-radius:7px;font-size:14px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.guide code{overflow-wrap:anywhere}.guide #connect-form label{display:grid;gap:10px;margin:22px 0;font-size:15px;font-weight:550}.guide #connect-form input{width:100%;padding:15px;background:#fff;border:1px solid #bbbfb2;border-radius:5px;color:var(--ink)}.guide #connect-status{color:#445c31;background:#e7ebd9;padding:16px;border-radius:6px}.guide #connect-status:empty{display:none}.guide #my-worlds p{padding:16px;border:1px solid var(--line);border-radius:6px}@media(min-width:1441px){.hero-copy h1{font-size:80px}}@media(max-width:1100px){.site-wrap{padding-inline:36px}.site-hero{gap:25px}.hero-copy h1{font-size:62px;letter-spacing:-3.8px}.hero-image{height:460px;border-radius:95px 95px 10px 10px}.network-strip{font-size:12px;gap:15px}.identity-section{gap:45px}}@media(max-width:760px){.site-wrap{padding-inline:24px}.site-header{height:84px}.site-brand{font-size:22px}.site-nav{gap:18px;font-size:14px}.site-nav .hide-small{display:none}.site-nav .nav-cta{padding:10px 13px}.site-hero{grid-template-columns:1fr;gap:24px;padding:26px 0 34px}.hero-copy{padding:0}.hero-copy h1{font-size:clamp(50px,9vw,70px);letter-spacing:-3px;margin-block:23px}.hero-copy h1 em{letter-spacing:-3px}.hero-copy>p{max-width:480px;font-size:17px}.hero-image{height:370px;border-radius:90px 90px 9px 9px;object-position:50% 48%}.postcard-label{left:14px;bottom:18px}.network-strip{display:grid;grid-template-columns:1fr 1fr;gap:17px;font-size:12px}.worlds-section{padding-block:48px}.section-heading-site{gap:16px}.section-heading-site h2{letter-spacing:-1.5px}.section-heading-site>.text-link{display:none}.world-postcards{gap:30px;grid-template-columns:1fr}.world-postcard img{height:240px}.identity-section{grid-template-columns:1fr;gap:32px;padding-block:42px}.builder-band{padding:30px 25px;grid-template-columns:1fr;gap:25px}.builder-band h2{font-size:31px}.builder-band .button{justify-self:start}.site-footer{margin-top:45px;align-items:start;flex-direction:column;gap:15px}.site-footer>div{flex-wrap:wrap;gap:15px}.guide{padding-top:35px}.guide h1{letter-spacing:-2px}}@media(max-width:600px){.site-nav .builder-nav{display:none}}@media(max-width:400px){.site-wrap{padding-inline:18px}.site-brand{font-size:19px;gap:7px}.site-brand>.brand-symbol{width:30px;height:30px}.site-nav,.site-actions{gap:12px}.site-page .button{gap:22px;padding-inline:17px}.hero-image{height:320px}}@media(prefers-reduced-motion:reduce){.site-page *,.lobby-page *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.lobby-page .shell{max-width:1400px;padding:0 64px}.lobby-page .masthead{height:104px;border-bottom:1px solid var(--line);gap:25px}.lobby-page button,.lobby-page a.button{border-radius:6px;font-family:inherit;color:var(--ink);background:transparent;border-color:#c9cdbf;font-size:14px}.lobby-page button:hover,.lobby-page a.button:hover{background:#e7ebdf}.lobby-page button.primary,.lobby-page a.primary{color:#fff;background:var(--ink);border-color:var(--ink)}.lobby-page button.primary:hover{background:#3b4235}.lobby-page button:disabled{opacity:.5}.lobby-page .nav{gap:12px}.lobby-page .nav button{background:transparent;padding:13px 10px;font-size:15px;border:0}.lobby-page .nav button.active{color:var(--accent)}.lobby-page .nav button.active:after{background:var(--accent);height:3px;bottom:-28px;left:10px;right:10px;border-radius:3px 3px 0 0}.lobby-page .local-pill{color:var(--muted);font-size:12px;letter-spacing:1px}.lobby-page .status-dot{background:#5d7d4d;box-shadow:none}.lobby-page .eyebrow{font-size:12px;letter-spacing:1.5px;color:var(--muted)}.lobby-page .page-intro{margin:36px 0 30px}.lobby-page .page-intro h1{font-size:clamp(35px,4vw,54px);letter-spacing:-2px;line-height:1.06;font-weight:650;margin-block:12px}.lobby-page .page-intro p{font-size:16px}.lobby-page .layout{grid-template-columns:284px minmax(0,1fr);gap:34px;align-items:start}.lobby-page .explorer-panel{background:#e8ecdd;border:1px solid #d5dbc6;border-radius:10px}.lobby-page .explorer-top{padding:20px 22px 0}.lobby-page .explorer-top .tag{color:#4f6341;border-color:#b2bfa4;background:#f8f7f280;font-size:12px;border-radius:3px}.lobby-page .avatar-stage{height:222px}.lobby-page .avatar-stage:before{display:none}.lobby-page .preview-controls{padding:0 22px 17px;font-size:12px}.lobby-page .preview-controls button{border-color:#c1cbb0;padding:5px 10px;font-size:15px}.lobby-page .preview-controls label{font-size:12px}.lobby-page .preview-controls select{background:#f4f5ed;border-color:#c1cbb0;border-radius:4px;font-size:12px}.lobby-page .preview-controls p{font-size:12px;margin-block:4px 0}.lobby-page .explorer-info{padding:0 22px 22px}.lobby-page .explorer-name{font-size:25px;letter-spacing:-1px;font-weight:650}.lobby-page .explorer-id{display:block;font-size:12px;line-height:1.6}.lobby-page .account-choices{flex-wrap:wrap;margin:17px 0 22px;gap:8px}.lobby-page .account-choices button{font-size:13px;padding:10px}.lobby-page .account-choices #start-guest,.lobby-page .account-choices #save-account{flex-basis:100%}.lobby-page .account-choices p{flex-basis:100%;margin:0;font-size:12px;line-height:1.6}.lobby-page .account-choices button.selected{color:var(--ink);background:#f8f7f2;border-color:#788b61}.lobby-page .swatch{width:25px;height:25px;outline-color:#abb69e}.lobby-page .swatch.selected{outline:2px solid var(--ink)}.lobby-page .panel-rule{border-color:#cbd2be}.lobby-page .travels-with-you{font-size:12px;line-height:1.65}.lobby-page .section-heading{gap:15px;min-height:29px;margin-bottom:18px}.lobby-page .section-heading h2{font-weight:600;font-size:20px;letter-spacing:-.6px}.lobby-page .section-heading span{font-size:12px;text-align:right}.lobby-page .world-grid{gap:22px}.lobby-page .world-card{border:1px solid var(--line);border-radius:9px;background:#fff;transition:border-color .2s,transform .2s}.lobby-page .world-card:hover{transform:translateY(-3px);border-color:#aeb6a0}.lobby-page .world-shot{height:230px}.lobby-page .world-shot .world-number{background:#f8f7f2ed;color:var(--ink);font-size:12px;font-weight:650;letter-spacing:1px;border-radius:3px;top:14px;left:14px}.lobby-page .world-details{padding:22px}.lobby-page .world-details h3{font-size:22px;font-weight:650;letter-spacing:-.8px;line-height:1.15}.lobby-page .world-details p{min-height:47px;font-size:14px;line-height:1.6;margin-bottom:22px}.lobby-page .world-details button{padding:12px 14px;font-size:13px}.lobby-page .world-details .purple-button{background:#e8e9f5;color:#373e7a;border-color:#d5d7ed}.lobby-page .world-details .purple-button:hover{background:#dfe1f0}.lobby-page .journey-note{margin-top:24px;padding-top:25px}.lobby-page .journey-note h3{font-size:17px;font-weight:600;letter-spacing:-.4px}.lobby-page .journey-note p{font-size:14px;line-height:1.65}.lobby-page .step-number{color:var(--accent);border-color:#d3b4a6;width:32px;height:32px}.lobby-page .items-grid{gap:20px}.lobby-page .item{background:#fff;border-color:var(--line);padding:23px;border-radius:8px}.lobby-page .item h3{font-size:21px;letter-spacing:-.5px}.lobby-page .item .price{color:var(--accent);font-size:14px}.lobby-page .item p{font-size:14px}.lobby-page .item-icon{color:#57694a;background:#ebeedf}.lobby-page .item-compatibility,.lobby-page .item .item-meta,.lobby-page .item details{font-size:12px}.lobby-page .item-card{display:flex;flex-direction:column;align-items:start;padding:28px;background:#fff;border:1px solid var(--line);border-radius:8px;min-width:0}.lobby-page .item-card:has(button:disabled){border-color:#8c9d76;background:#edf0e4}.lobby-page .item-card h3{font-size:35px;font-weight:650;letter-spacing:-1.3px;margin:30px 0 12px}.lobby-page .item-card p{font-size:15px;color:var(--muted);margin-bottom:25px}.lobby-page .item-card button{margin-top:auto;width:100%;padding:12px}.lobby-page .collection-filters button{font-size:13px}.lobby-page .collection-filters select{background:#fff}.lobby-page .simulated-note{background:#eceee3;border-color:#d4dac4;color:#566147;font-size:13px;border-radius:5px}.lobby-page .activity-row{background:#fff;padding:23px;border:1px solid var(--line);border-radius:6px}.lobby-page .activity-row p{font-size:14px}.lobby-page .empty{padding:40px 28px;background:#eeefe6;border-color:#bfc6b1;font-size:15px}.lobby-page .empty strong{color:var(--ink);font-size:22px;font-weight:600;letter-spacing:-.6px;margin-bottom:12px}.lobby-page .footer{margin-top:45px;padding-block:25px;font-size:12px;color:var(--muted)}.lobby-page .footer a{color:var(--ink)}.lobby-page dialog{background:var(--paper);color:var(--ink);border:1px solid #bfc5b2;border-radius:10px;padding:30px;box-shadow:0 25px 100px #20231e25}.lobby-page dialog::backdrop{background:#20231e75;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lobby-page dialog h2{font-size:29px;font-weight:650;letter-spacing:-1px}.lobby-page dialog label{display:grid;gap:8px;margin:20px 0;font-size:14px}.lobby-page dialog input{background:#fff;color:var(--ink);border:1px solid #bfc5b2;padding:12px;width:100%;min-width:0;border-radius:5px;font:inherit;font-size:15px}.lobby-page dialog .dialog-actions{flex-wrap:wrap}.lobby-page .recovery-key{padding:16px;background:#e7ebd9;color:#334628;font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}.lobby-page #account-error{color:#a53124}.lobby-page #toast{background:#e7ebd9;color:#293d22;box-shadow:0 5px 24px #20231e20;border:1px solid #bfccad;border-radius:7px}.lobby-page #toast.error{background:#ffe5dc;color:#88291c;border-color:#e8bdac}@media(max-width:1200px){.lobby-page .shell{padding-inline:36px}.lobby-page .layout{grid-template-columns:264px minmax(0,1fr);gap:26px}.lobby-page .local-pill{font-size:12px;letter-spacing:.5px}.lobby-page .world-grid{gap:18px}.lobby-page .world-details{padding:18px}}@media(max-width:1000px){.lobby-page .local-pill{display:none}.lobby-page .world-grid{grid-template-columns:1fr}.lobby-page .world-shot{height:230px}.lobby-page .world-details p{min-height:0}}@media(max-width:700px){.lobby-page .shell{padding-inline:22px}.lobby-page .masthead{height:auto;min-height:112px;padding:18px 0 0;justify-content:center;gap:14px}.lobby-page .brand{font-size:23px}.lobby-page .nav{width:100%;justify-content:center;flex-wrap:wrap;gap:4px}.lobby-page .nav button{font-size:14px;padding:9px 10px 17px}.lobby-page .nav button.active:after{bottom:0}.lobby-page .page-intro{margin:27px 0 25px;align-items:start;flex-direction:column}.lobby-page .page-intro h1{font-size:42px;letter-spacing:-1.8px}.lobby-page .page-intro p{font-size:15px}.lobby-page .layout{grid-template-columns:1fr;gap:30px}.lobby-page .explorer-panel{display:flex;flex-direction:column;min-width:0}.lobby-page .explorer-top{position:static;grid-column:1 / -1;padding:18px 18px 0}.lobby-page .explorer-top .eyebrow{font-size:12px}.lobby-page .avatar-stage{width:100%;height:320px}.lobby-page .preview-controls{padding:0 18px 18px;font-size:14px}.lobby-page .preview-controls label{flex-wrap:wrap;gap:6px}.lobby-page .preview-controls>span{font-size:14px}.lobby-page .preview-controls button,.lobby-page .explorer-info button{min-height:44px}.lobby-page .preview-controls button{min-width:44px}.lobby-page .preview-controls select,.lobby-page .avatar-inspection-controls select{font-size:16px;min-height:44px}.lobby-page .avatar-inspection-controls button{min-width:44px;min-height:44px}.lobby-page .explorer-info{padding:0 18px 18px;min-width:0;overflow-wrap:anywhere}.lobby-page .explorer-info>button{width:100%;margin-top:8px}.lobby-page .explorer-name{font-size:24px;line-height:1.05}.lobby-page .explorer-id{font-size:12px;margin-top:9px}.lobby-page .account-choices{margin:13px 0 18px}.lobby-page .account-choices button{flex-basis:100%;padding:9px 7px;font-size:12px}.lobby-page .account-choices p,.lobby-page .travels-with-you{font-size:12px}.lobby-page .swatches{gap:10px}.lobby-page .swatch{width:22px;height:22px}.lobby-page .explorer-info .eyebrow{font-size:12px;letter-spacing:.5px}.lobby-page #preview-wave{font-size:12px}.lobby-page .items-grid{grid-template-columns:1fr}.lobby-page .world-shot{height:240px}.lobby-page .footer{flex-direction:column;gap:10px;line-height:1.6}.lobby-page .section-heading{flex-wrap:wrap}}@media(max-width:370px){.lobby-page .shell{padding-inline:16px}.lobby-page .explorer-info{padding:5px 20px 20px}.lobby-page .preview-controls{padding-inline:20px}.lobby-page .account-choices button{flex-basis:auto}}
