: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;align-items:center;gap:.4rem}.nav button,.nav .nav-link{border:0;color:var(--muted);background:none;position:relative;padding:1rem}.nav .nav-link{display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:.9rem;font-weight:600;line-height:normal;text-decoration:none;white-space:nowrap}.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}.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,.nav .nav-link{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,#profile-dialog label{display:grid;gap:8px;margin:18px 0;font-size:16px}#account-dialog input,#profile-dialog input{width:100%;padding:12px;border:1px solid #68766a;border-radius:5px;font:inherit;color:inherit;background:transparent}#account-error,#profile-error{color:#e48072}.auth-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.explorer-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px}.explorer-name-row .explorer-name{overflow-wrap:anywhere}.explorer-name-row #edit-name{font-size:13px;padding:6px 0;text-decoration:underline;text-underline-offset:3px}.auth-options button{font-size:13px;padding:8px 10px}.lobby-page #account-status{color:#285d3d}.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}.hub-shell{--hub-ink: #f2f5e9;--hub-muted: #a8bdb6;--hub-line: #d9f1df1b;--hub-glass: #132c2bee;--hub-lime: #d4fa91;position:fixed;top:0;right:0;bottom:0;left:0;z-index:3;color:var(--hub-ink);pointer-events:none;font-family:Inter,Segoe UI,sans-serif;font-size:14px}.hub-shell *,.hub-shell *:before,.hub-shell *:after{box-sizing:border-box}.hub-shell button,.hub-shell a,.hub-shell input,.hub-shell select,.hub-shell details,.hub-panel{pointer-events:auto}.hub-shell button,.hub-shell .button{font:inherit;letter-spacing:0;border:1px solid var(--hub-line);border-radius:11px;background:#eff8df08;color:var(--hub-ink);cursor:pointer;padding:10px 13px;transition:background .18s,border-color .18s,color .18s,transform .18s}.hub-shell button:hover{background:#f1ffd216;border-color:#d4fa9155}.hub-shell button:active{transform:translateY(1px)}.hub-shell button:disabled{opacity:.4;cursor:default;transform:none}.hub-shell :is(button,a,input,select,summary):focus-visible,.hub-panel:focus-visible{outline:2px solid var(--hub-lime);outline-offset:4px}.hub-shell [hidden]{display:none!important}.hub-shell p,.hub-shell h1,.hub-shell h2,.hub-shell h3{margin:0}.hub-icon{width:22px;height:22px;flex-shrink:0;display:inline-block;vertical-align:middle}.hub-shell .hub-eyebrow{font-size:9px;line-height:1.4;letter-spacing:.17em;font-weight:650;color:#b8d2b7}.hub-topbar{position:absolute;top:max(24px,env(safe-area-inset-top));left:28px;right:28px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hub-location{display:flex;align-items:center;gap:14px;padding:12px 19px 13px 12px;border:1px solid var(--hub-line);border-radius:19px;background:#142c2bc7;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 8px 32px #07191614}.hub-home{width:44px;height:48px;display:grid;place-items:center;border-right:1px solid #d9f1df26;padding-right:12px;color:var(--hub-lime)}.hub-home .brand-symbol{width:33px;height:33px;color:#a9efd9}.hub-location-copy .hub-eyebrow{font-size:8px;letter-spacing:.14em}.hub-location-copy .hub-eyebrow span{margin:0 7px;opacity:.4}.hub-location h1{font-family:Bricolage Grotesque,Inter,sans-serif;font-size:19px;font-weight:600;line-height:1.3;letter-spacing:-.035em;margin:3px 0 5px}.hub-presence{font-size:10px;color:#cedbd0;display:flex;gap:6px;align-items:center}.hub-status-dot,.hub-person-online{width:5px;height:5px;border-radius:50%;background:var(--hub-lime);box-shadow:0 0 9px #c7ed8055;display:inline-block}.hub-shell:not([data-connection=ready]) .hub-status-dot{background:#efca8b;box-shadow:0 0 9px #efca8b44}.hub-location-divider{opacity:.35}.hub-account{display:flex;gap:9px;align-items:center}.hub-shell .hub-save-account{border-radius:30px;background:#d8eaa9;color:#233a30;padding:10px 14px;font-size:11px;white-space:nowrap}.hub-shell .hub-account-card{padding:14px;border:1px solid #ffffff21;border-radius:14px;margin-bottom:18px}.hub-account-card p{font-size:12px;line-height:1.55;color:#cbdace;margin:0 0 12px}.world-entry-accounts{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:12px}.hub-shell .hub-player{display:flex;gap:10px;align-items:center;text-align:left;padding:8px 15px 8px 8px;border-radius:40px;background:#142c2bc7;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.hub-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#d9ef9b,#9cbda1);color:#254435;font-size:15px;font-weight:650}.hub-player strong{font-size:11px;display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-player-subtitle{font-size:9px;color:var(--hub-muted);display:block;margin-top:3px}.hub-shell .hub-icon-button{width:36px;height:36px;padding:8px;border-radius:50%;display:grid;place-items:center;color:#c6d6ca}.hub-shell .hub-icon-button .hub-icon{width:19px;height:19px}.hub-shell .hub-settings-button{width:43px;height:43px;background:#142c2bc7;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.hub-service-note{position:absolute;top:127px;left:30px;max-width:min(360px,calc(100vw - 60px));padding:9px 12px;font-size:11px;border-radius:10px;background:#142c2bdd;color:#ffe7b7}.hub-service-note:empty{display:none}.hub-world-caption{position:absolute;left:33px;bottom:39px;color:#173e33;text-shadow:0 1px 10px #f1f8d677}.hub-world-caption>span{font-size:8px;letter-spacing:.16em;font-weight:600;opacity:.7}.hub-world-caption p{font-family:Bricolage Grotesque,Inter,sans-serif;font-size:21px;margin-top:5px;letter-spacing:-.035em}.hub-bottom{position:absolute;left:50%;bottom:max(23px,env(safe-area-inset-bottom));transform:translate(-50%);text-align:center}.hub-movement-hint{width:max-content;max-width:100%;margin:0 auto 11px!important;padding:7px 12px;border:1px solid #ecffd721;border-radius:30px;background:#14382edb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f3fbe4db;font-size:9px;text-shadow:0 1px 8px #0d2927;letter-spacing:.015em}.hub-movement-hint span{opacity:.5;margin:0 7px}.hub-shell kbd{font-family:inherit;font-size:9px;padding:3px 5px;background:#eff8df0b;border:1px solid #e4f2de25;border-radius:4px}.hub-dock{display:flex;align-items:center;gap:4px;padding:8px;border-radius:22px;border:1px solid #e4f2de26;background:#102b2bd9;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:0 10px 36px #0927222e,inset 0 1px #e4f2de08;pointer-events:auto}.hub-shell .hub-dock-button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:62px;height:57px;border:1px solid transparent;border-radius:14px;padding:6px 3px;background:transparent;font-size:9px;color:#c6d7ce}.hub-shell .hub-dock-button .hub-icon{width:21px;height:21px}.hub-shell .hub-dock-button:hover{color:#f5ffe9;background:#ecffd710;transform:translateY(-2px)}.hub-shell .hub-dock-button[aria-expanded=true]{color:#17392d;background:var(--hub-lime);border-color:var(--hub-lime);box-shadow:0 4px 14px #d4fa9114}.hub-dock-divider{height:27px;width:1px;background:#ecffd721;margin:0 5px}.hub-unread{position:absolute;top:2px;right:6px;background:var(--hub-lime);color:#19392b;min-width:16px;height:16px;display:grid;place-items:center;font-size:9px;font-weight:700;padding:0 4px;border-radius:20px;border:2px solid #17352e}.hub-wave-status{position:absolute;left:50%;bottom:140px;transform:translate(-50%);font-size:11px;color:var(--hub-lime);background:#15332bdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:9px 16px;border-radius:40px}.hub-wave-status:empty{display:none}.hub-panel-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hub-panel{position:absolute;width:380px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 195px);left:50%;bottom:138px;transform:translate(-50%);overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#b1c6b744 transparent;border-radius:24px;border:1px solid #d6efdc2b;padding:25px;background:linear-gradient(145deg,#203d36ed,#102b2bf5);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:0 24px 70px #031b2244,inset 0 1px #f2ffdf0a;animation:hub-panel-in .22s cubic-bezier(.2,.75,.2,1) both}.hub-panel.hub-panel-closing{animation:hub-panel-out .16s ease-in both;pointer-events:none}.hub-panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.hub-panel-head h2{font-family:Bricolage Grotesque,Inter,sans-serif;font-size:28px;line-height:1.1;letter-spacing:-.055em;font-weight:550;margin-top:7px}.hub-panel-head .hub-icon-button{flex-shrink:0}.hub-panel-intro{color:var(--hub-muted);font-size:11px;line-height:1.7;margin-bottom:22px!important}.hub-section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.hub-shell h3{font-size:12px;font-weight:600}.hub-section-heading>span{color:var(--hub-muted);font-size:10px}.hub-people-list{display:grid;gap:10px}.hub-person{display:flex;align-items:center;gap:10px;padding:10px;background:#e2f4d707;border:1px solid var(--hub-line);border-radius:13px}.hub-person-avatar,.hub-message-avatar{background:color-mix(in srgb,var(--person-color) 70%,#244737);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;color:#173a2f;font-size:12px;font-weight:650}.hub-person>div{min-width:0;flex:1}.hub-person strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-person>div>span{display:block;color:var(--hub-muted);font-size:9px;margin-top:4px}.hub-person .hub-you{margin-left:6px;font-size:9px;color:var(--hub-muted);font-weight:400}.hub-shell .hub-person button{padding:5px 0 5px 5px;font-size:9px;border:0;color:#d4e9b7;background:transparent;white-space:nowrap}.hub-person button .hub-icon{width:13px;height:13px;margin-left:3px}.hub-person-online{margin:0 9px}.hub-activity{margin-top:23px;border-top:1px solid var(--hub-line);padding-top:20px}.hub-activity h3{margin-top:8px}.hub-activity>p:not(.hub-eyebrow),#race-results{font-size:11px;color:var(--hub-muted);line-height:1.6;margin-top:8px}.hub-button-row{display:flex;gap:8px;margin:14px 0 0}.hub-button-row button{flex:1;font-size:10px;padding:10px 8px}.hub-race-widget{position:absolute;left:28px;top:140px;width:275px;border-radius:18px;padding:20px;border:1px solid var(--hub-line);background:#132c2be0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto}.hub-race-widget .hub-activity{margin:0;padding:0;border:0}.hub-worlds-panel{width:430px;display:flex;flex-direction:column;overflow:hidden}.hub-worlds-panel>*{flex-shrink:0}.hub-destinations{display:grid;grid-auto-rows:minmax(97px,max-content);align-content:start;gap:12px;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#b1c6b744 transparent}.hub-shell .hub-destination{display:grid;grid-template-columns:82px 1fr 18px;width:100%;padding:0 15px 0 0;align-items:center;gap:15px;overflow:hidden;text-align:left;min-height:97px;border-radius:16px;background:#f5ffe907}.hub-shell .hub-destination[aria-pressed=true]{border-color:#d4fa9180;background:#d4fa910c}.hub-destination-art{position:relative;align-self:stretch;overflow:hidden;background:radial-gradient(ellipse at 70% 35%,color-mix(in srgb,var(--destination-accent) 38%,#203b39),#153030)}.hub-planet{position:absolute;width:40px;height:40px;top:25px;left:22px;border-radius:50%;background:radial-gradient(circle at 25% 22%,#efffd0,var(--destination-accent) 36%,#30584d);box-shadow:0 0 24px color-mix(in srgb,var(--destination-accent) 18%,transparent),inset -8px -7px 13px #0e302c50}.hub-orbit{position:absolute;left:10px;top:37px;width:64px;height:20px;border:1px solid #f4ffe380;border-radius:50%;transform:rotate(-35deg);z-index:1}.hub-world-number{position:absolute;bottom:8px;left:10px;color:#efffd27d;font-size:8px;letter-spacing:.12em}.hub-destination-copy strong{display:block;font-size:13px;font-weight:550}.hub-destination-copy>span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:10px;color:var(--hub-muted);line-height:1.6;margin-top:6px}.hub-destination-arrow{color:#c0d6ba}.hub-destination-arrow .hub-icon{width:17px;height:17px}.hub-travel-footer{margin-top:19px}.hub-travel-footer p{color:var(--hub-muted);font-size:10px;line-height:1.65}.hub-travel-footer #destination-description{display:none}.hub-shell .hub-primary{width:100%;display:flex;justify-content:center;align-items:center;gap:15px;background:var(--hub-lime);color:#1d3c2b;font-size:12px;font-weight:600;border-color:var(--hub-lime);margin-top:16px;padding:13px 15px;border-radius:12px}.hub-shell .hub-primary:hover{background:#e2ffb3}.hub-primary .hub-icon{width:17px;height:17px}.hub-setting-block{border-bottom:1px solid var(--hub-line);padding:14px 0 20px;margin-bottom:7px}.hub-setting-label{display:flex;align-items:center;justify-content:space-between;font-size:12px;gap:10px;margin-bottom:12px}.hub-setting-label>span:first-child{display:flex;align-items:center;gap:8px}.hub-setting-label .hub-icon{width:16px;height:16px;color:var(--hub-lime)}.hub-quality-pill{text-transform:capitalize;font-size:9px;background:#d4fa9110;color:#d4eab3;padding:5px 8px;border-radius:20px}.hub-setting-block select{width:100%;min-height:43px;border:1px solid #d8edda26;border-radius:10px;background:#13302b;color:#e5eeda;font:inherit;font-size:11px;padding:9px}.hub-setting-block>p{color:var(--hub-muted);line-height:1.65;font-size:10px;margin-top:10px}.hub-controls-guide{margin:14px 0 0;display:grid;gap:12px}.hub-controls-guide>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.hub-controls-guide dt{font-size:9px}.hub-controls-guide dt span{color:var(--hub-muted);margin:0 3px}.hub-controls-guide dd{margin:0;color:var(--hub-muted);font-size:10px}.hub-technical{border-top:1px solid var(--hub-line);margin-top:20px;padding-top:16px;font-size:10px;color:#a4b9ae;line-height:1.8}.hub-technical summary{cursor:pointer;margin-bottom:7px}.hub-home-link{margin-top:15px;color:#c5d9b9;display:flex;align-items:center;gap:8px;font-size:10px;text-decoration:none}.hub-home-link .hub-icon{width:13px;height:13px}.hub-character-art{position:relative;width:103px;height:103px;display:grid;place-items:center;background:radial-gradient(ellipse at 30% 20%,#d4fa9133,#d4fa9107);border:1px solid #d4fa9133;border-radius:50%;margin:26px auto;color:#d4eab3}.hub-character-art>.hub-icon{width:50px;height:50px;stroke-width:1}.hub-character-art>span{position:absolute;bottom:-2px;right:2px;border-radius:50%;padding:6px;background:#d4fa91;color:#204b34}.hub-character-art>span .hub-icon{width:17px;height:17px}.hub-character-panel .hub-panel-intro{text-align:center}.hub-look{border-top:1px solid var(--hub-line);padding-top:16px}.hub-look p{font-size:11px;color:#c6d6be;line-height:1.6;margin-top:8px}.hub-shell .hub-wardrobe{width:100%;margin-top:9px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:11px}.hub-wardrobe .hub-icon{width:17px;height:17px}.hub-chat-panel{display:flex;flex-direction:column;width:405px;height:min(540px,calc(100dvh - 195px));padding-bottom:18px;overflow:hidden}.hub-chat-panel>*{flex-shrink:0}.hub-chat-panel .hub-panel-intro{margin-bottom:12px!important}.hub-chat-tools{display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:1px solid var(--hub-line)}.hub-chat-tools>span{font-size:9px;color:var(--hub-muted);flex:1}.hub-shell .hub-text-button{padding:3px 0;font-size:8px;background:none;border:0;color:#c6d4bc;white-space:nowrap}.hub-shell .hub-text-button[aria-pressed=true]{color:var(--hub-lime)}.hub-chat-messages{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d4fa9133 transparent;padding:17px 2px 10px 0;display:flex;flex-direction:column;gap:16px}.hub-chat-empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--hub-muted);font-size:10px;min-height:140px}.hub-chat-empty>.hub-icon{width:31px;height:31px;margin-bottom:17px;color:#c4dfa7;opacity:.65}.hub-chat-empty strong{font-weight:500;color:#d2dfc8;font-size:11px}.hub-chat-empty p{margin-top:7px}.hub-chat-cleared{color:var(--hub-muted);text-align:center;font-size:10px;padding:25px;line-height:1.7}.hub-message{display:flex;align-items:flex-start;gap:9px;animation:hub-message-in .18s ease-out;flex-shrink:0}.hub-message-avatar{width:27px;height:27px;font-size:10px}.hub-message-content{min-width:0;flex:1}.hub-message-meta{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin:0 0 5px}.hub-message-meta strong{font-size:10px;font-weight:550;overflow-wrap:anywhere}.hub-message-meta strong>span{margin-left:4px;color:var(--hub-muted);font-size:8px;font-weight:400}.hub-message-meta time{font-size:8px;color:#8eac9e;flex-shrink:0}.hub-message-content>p{font-size:11px;line-height:1.7;overflow-wrap:anywhere;color:#dce6d6;background:#edf8d608;border-radius:0 11px 11px;padding:8px 11px}.hub-message-self .hub-message-content>p{background:#d4fa9112}.hub-shell .hub-latest{font-size:9px;margin:0 auto 9px;padding:5px 12px;color:#d4fa91;border-radius:30px;background:#254335}.hub-chat-form{margin-top:9px}.hub-compose{display:flex;align-items:center;gap:7px;border-radius:12px;border:1px solid #d4fa913d;background:#081f2144;padding:5px}.hub-compose:focus-within{border-color:#d4fa91a6;box-shadow:0 0 0 3px #d4fa9107}.hub-compose input{min-width:0;width:100%;flex:1;border:0;outline:none!important;background:transparent;color:var(--hub-ink);font:inherit;font-size:11px;padding:9px 8px}.hub-compose input::placeholder{color:#91ab9e;opacity:1}.hub-shell .hub-compose button{width:33px;height:33px;display:grid;place-items:center;padding:8px;border:0;background:var(--hub-lime);color:#20442e;border-radius:8px}.hub-compose button .hub-icon{width:17px;height:17px}.hub-compose-footer{display:flex;justify-content:space-between;margin-top:8px;color:#91aa9e;font-size:8px}.hub-chat-error{font-size:10px;color:#f5cca5;line-height:1.5;margin-top:9px!important}.hub-chat-error:empty{display:none}.hub-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.hub-shell .hub-touch-controls{display:none}.world-page .hub-inspection{border:1px solid #d9f1df33;border-radius:24px;background:#15332ef5;color:#f2f5e9;padding:30px;width:min(480px,calc(100vw - 32px));max-height:80dvh;box-shadow:0 20px 80px #041d2866}.world-page .hub-inspection::backdrop{background:#071c2a66;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hub-inspection h2{font-family:Bricolage Grotesque,Inter,sans-serif;letter-spacing:-.035em;font-size:26px}.hub-inspection .hub-eyebrow{color:#c4d7b7;font-size:9px;letter-spacing:.15em}.hub-inspection article{border-bottom:1px solid #d9f1df22;padding:12px 0 20px}.hub-inspection article p{color:#a8bdb6;font-size:12px}.hub-inspection button{font-size:12px;padding:10px 13px;border-radius:10px}.hub-inspection #close-inspection{margin-top:22px}.world-page .loading-overlay{z-index:10;background:radial-gradient(ellipse at 50% 35%,#234d41f7,#0c242a);animation:hub-loader-in .25s ease-out}.world-page .loading-overlay .brand-symbol{color:#a9efd9;filter:drop-shadow(0 0 25px #a9efd929);animation:hub-loading-pulse 2.5s ease-in-out infinite}.world-page .loading-overlay h2{font-family:Bricolage Grotesque,Inter,sans-serif;letter-spacing:-.045em;font-size:clamp(25px,4vw,42px);font-weight:550}.world-page .loading-overlay p{color:#b3cabb;line-height:1.7;font-size:13px}.world-page .loading-overlay a{margin-top:25px;font-size:11px;border-color:#cbe4b531;border-radius:40px;background:transparent}.world-page .loading-overlay{transition:opacity .42s ease,visibility .42s}.world-page .loading-overlay.is-leaving{opacity:0;visibility:hidden;pointer-events:none}.world-page .hub-portal-label{width:auto;max-width:185px;padding:9px 14px;background:#153a30e0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-color:#d4fa9166;border-radius:40px;box-shadow:0 4px 20px #133c2d24;color:#efffd5;transform:translate(-50%,10px);transition:background .18s,border-color .18s}.world-page .hub-portal-label:hover{background:#2f503bef;border-color:#d4fa91}.world-page .hub-portal-label strong{font-size:10px;font-weight:550}.world-page .hub-portal-label span{display:none}.actor-annotation{position:absolute;top:0;left:0;width:max-content}.actor-annotation[hidden]{display:none}.actor-annotation .actor-label{position:relative}.world-page .hub-speech{position:absolute;left:50%;bottom:calc(100% + 6px);width:max-content;max-width:225px;padding:9px 13px;border:1px solid #f4ffe833;border-radius:14px 14px 14px 3px;background:#f3f8e9f0;color:#214138;box-shadow:0 6px 24px #112a2622;font-size:11px;line-height:1.5;text-align:center;overflow-wrap:anywhere;transform:translate(-50%);pointer-events:none;animation:hub-loader-in .18s ease-out}.world-page .hub-speech[hidden]{display:none}@keyframes hub-panel-in{0%{opacity:0;transform:translate(-50%,14px) scale(.97)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes hub-panel-out{0%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,8px) scale(.98)}}@keyframes hub-message-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes hub-loader-in{0%{opacity:0}to{opacity:1}}@keyframes hub-loading-pulse{50%{opacity:.65;transform:translateY(-4px)}}@media(max-width:1100px){.hub-world-caption{display:none}}@media(max-width:700px){.hub-topbar{top:max(14px,env(safe-area-inset-top));left:14px;right:14px;gap:8px}.hub-location{padding:9px 11px 10px 8px;border-radius:15px;gap:10px}.hub-home{width:30px;padding-right:8px;height:38px}.hub-home .brand-symbol{width:25px;height:25px}.hub-location-copy .hub-eyebrow{font-size:6px;letter-spacing:.08em}.hub-location-copy .hub-eyebrow span{margin:0 3px}.hub-location h1{font-size:15px;margin-top:3px;max-width:200px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.hub-presence{font-size:8px;gap:4px}.hub-account{gap:6px}.hub-shell .hub-player{padding:5px}.hub-player>span:last-child{display:none}.hub-avatar{width:31px;height:31px;font-size:12px}.hub-shell .hub-settings-button{display:none}.hub-shell .hub-save-account{padding:9px 10px;font-size:10px}.hub-location h1{max-width:130px}.hub-bottom{bottom:max(12px,env(safe-area-inset-bottom))}.hub-dock{gap:1px;padding:6px;border-radius:18px}.hub-shell .hub-dock-button{width:48px;height:53px;font-size:8px;border-radius:12px}.hub-dock-divider{margin:0 3px}.hub-movement-hint{font-size:8px;margin-bottom:9px!important}.hub-panel{width:390px;padding:21px;bottom:calc(max(12px,env(safe-area-inset-bottom)) + 80px);max-height:calc(100dvh - 198px);border-radius:22px}.hub-chat-panel{height:min(500px,calc(100dvh - 198px))}.hub-panel-head h2{font-size:26px}.hub-panel-intro{margin-bottom:17px!important}.hub-service-note{left:15px;top:99px;font-size:10px}.hub-race-widget{top:105px;left:15px;width:240px;padding:15px}.hub-shell:not([data-open-panel=""]) .hub-race-widget{opacity:0;pointer-events:none}.hub-wave-status{bottom:108px;font-size:10px}}@media(pointer:coarse),(max-width:700px){.hub-movement-hint{display:none}.hub-compose input{font-size:16px}.hub-shell .hub-touch-controls{position:absolute;left:max(18px,env(safe-area-inset-left));bottom:113px;display:grid;grid-template-columns:repeat(3,42px);grid-template-rows:repeat(2,42px);gap:5px;transition:opacity .15s}.hub-shell .hub-touch-controls button{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;font-size:20px;padding:0;background:#132c2bb5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);touch-action:none;-webkit-user-select:none;user-select:none}.hub-touch-controls button:nth-child(1){grid-column:2;grid-row:1}.hub-touch-controls button:nth-child(2){grid-column:1;grid-row:2}.hub-touch-controls button:nth-child(3){grid-column:2;grid-row:2}.hub-touch-controls button:nth-child(4){grid-column:3;grid-row:2}.hub-touch-controls button:nth-child(5){grid-column:1;grid-row:1}.hub-touch-controls button:nth-child(6){grid-column:3;grid-row:1}.hub-shell:not([data-open-panel=""]) .hub-touch-controls{visibility:hidden;opacity:0;pointer-events:none}.hub-shell:not([data-open-panel=""]) .hub-touch-controls button{pointer-events:none}}@media(max-width:370px){.hub-location-copy .hub-eyebrow{display:none}.hub-location h1{font-size:13px;max-width:130px}.hub-location{gap:6px}.hub-home{display:none}.hub-shell .hub-dock-button{width:44px}.hub-dock-divider{margin:0 1px}.hub-chat-tools{flex-wrap:wrap}.hub-chat-tools>span{flex-basis:100%}.hub-shell .hub-destination{grid-template-columns:64px 1fr 15px;gap:10px}}@media(max-height:620px)and (min-width:701px){.hub-panel{right:24px;left:auto;bottom:120px;max-height:calc(100dvh - 145px);transform:none;animation-name:hub-message-in}.hub-panel.hub-panel-closing{animation-name:hub-loader-in;animation-direction:reverse}.hub-chat-panel{height:calc(100dvh - 145px)}.hub-topbar{top:16px;left:18px}.hub-account .hub-player{display:none}}@media(max-height:620px){.hub-panel{padding:16px}.hub-panel-head h2{font-size:23px}.hub-chat-panel :is(.hub-panel-intro,.hub-chat-tools),.hub-worlds-panel>.hub-panel-intro{display:none}}@media(max-height:620px)and (max-width:700px){.hub-shell:not([data-open-panel=""]) .hub-topbar{visibility:hidden}.hub-panel{max-height:calc(100dvh - 108px)}.hub-chat-panel{height:calc(100dvh - 108px)}}.hub-shell .hub-social-panel{left:24px;right:auto;bottom:128px;width:332px;max-height:min(390px,calc(100dvh - 235px));padding:16px;border-radius:18px;border-color:#d9efdf36;background:linear-gradient(145deg,#12352cc2,#0b2828b8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 38px #08262226,inset 0 1px #eaffd609;transform:none;animation:hub-social-in .18s ease-out both}.hub-shell .hub-social-panel.hub-panel-closing{animation:hub-social-out .14s ease-in both}.hub-social-panel .hub-panel-head{margin-bottom:11px}.hub-social-panel .hub-panel-head h2{margin-top:0;font-family:Inter,Segoe UI,sans-serif;font-size:16px;font-weight:550;line-height:1.3;letter-spacing:-.02em}.hub-social-panel .hub-panel-head .hub-eyebrow:empty{display:none}.hub-social-panel .hub-panel-head .hub-icon-button{width:28px;height:28px;padding:5px;border-color:transparent;background:#0826221c}.hub-shell .hub-chat-panel{height:390px}.hub-social-panel .hub-chat-tools{padding-bottom:10px;gap:7px}.hub-social-panel .hub-chat-tools>span{color:#d3e3d4}.hub-social-panel .hub-chat-empty{min-height:100px}.hub-social-panel .hub-chat-empty>.hub-icon{width:24px;height:24px;margin-bottom:11px}.hub-social-panel .hub-message-content>p{background:#071f2326;color:#f0f5e9;padding:5px 8px}.hub-social-panel .hub-message-self .hub-message-content>p{background:#d4fa9114}.hub-social-panel .hub-message-meta time{color:#b3cbb9}.hub-social-panel .hub-compose{background:#08262277}.hub-social-panel .hub-compose-footer{color:#c1d5c5}.hub-shell .hub-people-panel{display:flex;flex-direction:column;overflow:hidden}.hub-people-panel>.hub-panel-head,.hub-people-panel>.hub-section-heading{flex-shrink:0}.hub-people-panel .hub-section-heading{border-bottom:1px solid #d9efdf21;margin-bottom:2px;padding-bottom:12px}.hub-people-panel .hub-section-heading>span{font-size:10px;color:#c8dccd}.hub-people-panel .hub-live-label{opacity:.75}.hub-people-panel .hub-people-list{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#b1c6b744 transparent;gap:0}.hub-people-panel .hub-person{min-height:60px;padding:11px 0;gap:11px;border:0;border-bottom:1px solid #d9efdf13;border-radius:0;background:transparent}.hub-people-panel .hub-person:last-child{border-bottom:0;padding-bottom:4px}.hub-people-panel .hub-person-avatar{width:32px;height:32px;font-size:11px}.hub-people-panel .hub-person strong{font-size:12px;font-weight:500}.hub-people-panel .hub-person>div>span{color:#bfcebf;margin-top:3px}.hub-people-panel .hub-person>div>.hub-person-emote{color:#d4fa91}.hub-people-panel .hub-person-online{width:4px;height:4px;margin-right:3px;opacity:.8;box-shadow:none}.hub-roster-empty{padding:22px 0;font-size:11px;color:#c8dccd}.hub-showroom-controls{border-top:1px solid var(--hub-line);margin-top:20px;padding-top:16px;color:var(--hub-muted);font-size:10px}.hub-showroom-controls summary{cursor:pointer}.hub-showroom-controls .hub-activity{margin-top:14px;padding-top:0;border:0}.hub-showroom-controls .hub-activity>:is(.hub-eyebrow,h3){display:none}@keyframes hub-social-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes hub-social-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(5px)}}@media(max-width:700px){.hub-shell .hub-social-panel{left:50%;bottom:calc(max(12px,env(safe-area-inset-bottom)) + 80px);width:min(390px,calc(100vw - 28px));max-height:min(42dvh,calc(100dvh - 180px));padding:14px 16px;transform:translate(-50%);animation-name:hub-panel-in}.hub-shell .hub-chat-panel{height:min(42dvh,calc(100dvh - 180px))}.hub-shell .hub-social-panel.hub-panel-closing{animation-name:hub-panel-out}}.hub-shell[data-keyboard-open=true] .hub-chat-panel{top:calc(var(--hub-visible-top, 0px) + 8px);bottom:auto;left:50%;right:auto;height:calc(var(--hub-visible-height, 100dvh) - 16px);max-height:none;max-width:calc(100vw - 16px);padding:16px;border-radius:18px;transform:translate(-50%);animation:none}.hub-shell[data-keyboard-open=true] :is(.hub-bottom,.hub-topbar,.hub-world-caption,.hub-wave-status,.hub-service-note),.hub-shell[data-keyboard-open=true] .hub-chat-panel :is(.hub-panel-intro,.hub-chat-tools){display:none}.hub-shell[data-keyboard-open=true] .hub-chat-panel .hub-panel-head{margin-bottom:8px}.hub-shell[data-keyboard-open=true] .hub-chat-panel .hub-panel-head h2{font-size:24px;margin-top:3px}@media(prefers-reduced-motion:reduce){.hub-shell *,.hub-shell *:before,.hub-shell *:after,.world-page .loading-overlay,.world-page .loading-overlay .brand-symbol{animation:none!important;transition:none!important;scroll-behavior:auto!important}}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, #2458e6)}.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:#a9efd9}.worlds-directory{padding:62px 0 20px}.directory-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}.directory-heading .label{color:var(--muted);font-size:12px;letter-spacing:.13em;font-weight:700}.directory-heading h1{font-size:clamp(42px,6vw,76px);line-height:1.08;letter-spacing:-.055em;margin:15px 0 22px;font-weight:650}.directory-heading p:not(.label){color:var(--muted);font-size:18px;line-height:1.7;margin-bottom:0}.directory-heading>a{white-space:nowrap;margin-bottom:6px}.directory-toolbar{display:flex;gap:24px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:22px}.directory-search{display:grid;gap:8px;flex:1;max-width:350px}.directory-search>span{font-size:12px;font-weight:600}.directory-search input{width:100%;min-height:46px;border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:10px 14px;color:var(--ink)}.directory-filter{display:flex;align-items:center;gap:8px;font-size:14px;white-space:nowrap;padding-top:22px;cursor:pointer}.directory-filter input{accent-color:var(--accent);width:17px;height:17px}#directory-summary{margin-left:auto;color:var(--muted);font-size:13px;padding-top:22px}#world-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:28px 0 12px}.directory-card{display:grid;grid-template-rows:auto 1fr auto auto;min-width:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--panel)}.directory-picture{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;background:#e9e8de}.directory-description{padding:20px 20px 18px}.directory-description h2{overflow-wrap:anywhere;font-size:22px;font-weight:650;letter-spacing:-.025em;margin:0 0 8px}.directory-description p{color:var(--muted);font-size:14px;line-height:1.65;margin:0;max-width:480px;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.directory-presence{display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px 12px;margin:0 20px 18px;padding-top:16px;border-top:1px solid var(--line)}.directory-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.directory-tags span{padding:3px 9px;border-radius:12px;background:var(--wash);color:var(--ink);font-size:12px;overflow-wrap:anywhere;max-width:100%}.directory-tags .directory-group{background:#eee9f6;color:#65527a}.world-status{display:inline-flex;gap:7px;align-items:center;font-size:12px;font-weight:650;color:#77796f}.world-status>span{font-size:11px}.world-status.is-online{color:#42733c}.directory-count{font-size:17px;font-variant-numeric:tabular-nums;white-space:nowrap}.directory-count>span{font-size:13px;color:var(--muted)}.directory-presence small{grid-column:1 / -1;font-size:11px;color:var(--muted)}.site-page .directory-join{display:flex;justify-content:center;gap:12px;padding:13px 12px;font-size:13px;min-height:46px;border:0;cursor:pointer;white-space:nowrap;margin:0 20px 20px}.site-page .directory-join:disabled{background:#eaeae3;color:#7b7d72;cursor:default;box-shadow:none}.directory-footnote{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px;color:var(--muted);font-size:12px;padding:12px 0 20px}.directory-footnote>p:last-child{margin-left:auto}.directory-footnote button{background:none;border:0;color:inherit;text-decoration:underline;cursor:pointer;padding:8px}.site-page .directory-join span{margin:0;width:auto;min-width:0}.directory-empty{padding:50px 15px;text-align:center;color:var(--muted)}@media(max-width:1050px){#world-directory{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}#directory-summary{flex-basis:100%;padding-top:0;margin:0}.directory-toolbar{flex-wrap:wrap}}@media(max-width:620px){.worlds-directory{padding-top:32px}.directory-heading{display:block;margin-bottom:30px}.directory-heading>a{display:inline-block;margin-top:22px;font-size:14px}.directory-heading p:not(.label){font-size:16px}.directory-toolbar{gap:14px}.directory-search{min-width:150px}#world-directory{grid-template-columns:minmax(0,1fr)}.directory-description h2{font-size:19px}.directory-description p{font-size:14px;line-height:1.55}.directory-footnote>p:last-child{margin:0;flex-basis:100%}}@font-face{font-family:WorldsBay;src:url(/client/assets/worldsbay-latin-DLoelf7F.woff2) format("woff2");font-style:normal;font-weight:400 800;font-display:swap}.site-page,.lobby-page{--paper: #f5f7f8;--ink: #142b3b;--muted: #5b6b78;--line: #d9e1e7;--accent: #2458e6;--accent-hover: #1943b9;--wash: #e8effc;--foam: #a9efd9;--orange: #2458e6;--panel: #ffffff;--text: #142b3b;--lime: #2458e6;color-scheme:light;color:var(--ink);background:var(--paper);min-height:100vh;font-family:WorldsBay,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 var(--accent);outline-offset:5px}.site-page ::selection,.lobby-page ::selection{background:var(--foam);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}.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(--accent);background:var(--accent);color:#fff;border-radius:7px;cursor:pointer;transition:background .18s,transform .18s;text-decoration:none}.site-page .button:hover{background:var(--accent-hover);transform:translateY(-2px)}.site-page .button.secondary{background:transparent;color:var(--ink);border-color:var(--line)}.site-page .button.secondary:hover{background:var(--wash)}.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}.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:var(--wash);border:1px solid var(--line);color:var(--ink);border-radius:7px;font-size:14px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.guide code{overflow-wrap:anywhere}.guide form label,.guide .world-metadata label{display:grid;gap:10px;margin:22px 0;font-size:15px;font-weight:550}.guide form input,.guide form select,.guide .world-metadata input,.guide .world-metadata select{width:100%;padding:15px;background:#fff;border:1px solid #bbbfb2;border-radius:5px;color:var(--ink)}.world-metadata{min-width:0;margin:24px 0;padding:16px 20px;border:1px solid var(--line);border-radius:8px}.world-metadata legend{padding:0 8px;font-weight:600}.world-metadata legend span{font-weight:400;color:var(--muted)}.guide .world-metadata .field-hint{font-size:13px;margin:10px 0;padding:0;border:0}.tag-suggestions{display:flex;flex-wrap:wrap;gap:8px}.tag-suggestions button{border:1px solid #bbbfb2;border-radius:20px;padding:7px 12px;background:#fffdf9;color:var(--ink);cursor:pointer;font:inherit;font-size:13px}.tag-suggestions button[aria-pressed=true]{background:#dce8ce;border-color:#507746}.tag-suggestions button:focus-visible{outline:2px solid #507746;outline-offset:2px}.guide .world-metadata label[hidden]{display:none}.managed-group{margin:20px 0;padding:20px;border:1px solid var(--line);border-radius:8px}.group-worlds{list-style:none;padding:0}.group-worlds li{padding:18px 0;border-top:1px solid var(--line)}.group-worlds a{display:block;overflow-wrap:anywhere;margin-top:8px}.group-actions{display:flex;flex-wrap:wrap;gap:10px}.managed-group h3,.world-membership h3{overflow-wrap:anywhere}.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(max-width:1100px){.site-wrap{padding-inline:36px}}@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-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}}@media(prefers-reduced-motion:reduce){.site-page *,.lobby-page *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.landing-page .landing-kicker{margin:0 0 16px;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.landing-page .landing-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:48px;padding:34px 0 42px}.landing-page h1{font-size:clamp(48px,5.25vw,74px);line-height:1.03;letter-spacing:-3.8px}.landing-page h1 span{color:var(--accent)}.landing-page .landing-welcome>p:first-child{max-width:430px;margin:0;font-size:18px;line-height:1.55}.landing-page .site-actions{margin-top:22px;gap:22px}.landing-page .landing-note{margin:13px 0 0;font-size:12px}.landing-page .landing-worlds{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:28px;row-gap:20px;scroll-margin-top:24px}.landing-page .landing-world{display:block;min-width:0}.landing-page .landing-world img{display:block;width:100%;height:auto;aspect-ratio:1.85;object-fit:cover;border-radius:8px;background:#d5e5d7}.landing-page .landing-world-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:17px}.landing-page .commons-screenshot{object-position:54% 62%}.landing-page .landing-world-title h2{font-size:24px;line-height:1.2;letter-spacing:-.75px}.landing-page .landing-world-title>span{font-size:25px;line-height:1}.landing-page .landing-world:hover .landing-world-title{color:var(--accent)}.landing-page .landing-world>p{margin:7px 0 0;font-size:15px}.landing-page .landing-image-note{grid-column:1 / -1;margin:0;font-size:12px}.landing-page .landing-builders{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:34px;padding-top:21px;border-top:1px solid var(--line)}.landing-page .landing-builders p{margin:0;font-size:15px}.landing-page .landing-builders strong{color:var(--ink);font-weight:600}.landing-page .landing-builders .text-link{flex-shrink:0}.landing-page+.site-footer{margin-top:40px}@media(max-width:1100px){.landing-page .landing-intro{gap:28px}.landing-page h1{letter-spacing:-2.8px}.landing-page .site-actions{column-gap:18px;row-gap:4px}}@media(max-width:760px){.landing-page .landing-intro{grid-template-columns:minmax(0,1fr);gap:22px;padding:23px 0 30px}.landing-page h1{font-size:clamp(44px,7.6vw,58px);letter-spacing:-2.2px}.landing-page .landing-welcome>p:first-child{max-width:480px;font-size:17px}.landing-page .site-actions{margin-top:20px}.landing-page .landing-note{margin-top:10px}.landing-page .landing-worlds{grid-template-columns:minmax(0,1fr);row-gap:26px}.landing-page .landing-world img{max-height:300px}.landing-page .landing-world-title{margin-top:14px}.landing-page .landing-world-title h2{font-size:22px}.landing-page .landing-world>p{font-size:14px}.landing-page .landing-image-note{margin-top:-5px}.landing-page .landing-builders{align-items:flex-start;flex-direction:column;gap:5px;margin-top:25px;padding-top:23px}.landing-page+.site-footer{margin-top:26px}}@media(max-width:400px){.landing-page .site-actions{column-gap:16px}.landing-page .site-actions .text-link{font-size:14px}}.builders-page .builder-intro{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);align-items:center;gap:70px;padding:35px 0 55px}.builders-page .builder-kicker{margin:0 0 20px;color:var(--accent);font-size:15px;font-weight:600}.builders-page h1{font-size:clamp(44px,5.2vw,74px);line-height:1.06;letter-spacing:-3.7px;font-weight:650}.builders-page h1 span{color:var(--accent)}.builders-page .builder-offer{display:grid;gap:22px;margin:32px 0 0}.builders-page .builder-offer dt{font-size:18px;font-weight:650;letter-spacing:-.35px}.builders-page .builder-offer dd{max-width:440px;margin:5px 0 0;color:var(--muted);font-size:15px;line-height:1.6}.builders-page .site-actions{margin-top:30px;gap:24px}.builders-page .builder-portal{margin:0;min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.builders-page .builder-portal img{width:100%;height:470px;display:block;object-fit:cover;object-position:54% center;border-radius:210px 210px 8px 8px;background:#d5e5d7}.builders-page .builder-portal figcaption{margin-top:16px;color:var(--muted);text-align:center;font-size:13px}.builders-page .builder-start{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:64px;align-items:center;border-top:1px solid var(--line);padding:32px 0}.builders-page .builder-start h2{font-size:28px;letter-spacing:-.9px;line-height:1.2}.builders-page .builder-start p{max-width:600px;margin:12px 0 0;font-size:15px}.builders-page .builder-start-links{display:grid;gap:14px;justify-items:end}.builders-page .builder-start-links>div{display:flex;flex-wrap:wrap;gap:18px}.builders-page .builder-start-links>div a{font-size:13px;text-decoration:underline;text-underline-offset:4px}.builders-page .builder-start-links>div a:hover{color:var(--accent)}.builders-page .builder-status{font-size:12px;margin:18px 0 0;scroll-margin-top:24px}.site-nav .site-account{display:flex;flex-direction:column;align-items:flex-start;max-width:190px;min-width:110px;line-height:1.4}.site-account [data-account-name]{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-account small{font-size:10px;font-weight:500}@media(max-width:600px){.site-nav .site-account{width:120px;min-width:0;max-width:34vw}}.optional-section{margin:20px 0;border-block:1px solid var(--line, #ddd);padding:16px 0}.optional-section summary{cursor:pointer;font-weight:600}.optional-section summary span{font-size:12px;font-weight:400;margin-left:8px}.optional-section[open]>summary{margin-bottom:20px}#landing-join-status{grid-column:1 / -1}#landing-join-status:empty{display:none}@media(max-width:1100px){.builders-page .builder-intro{gap:36px;grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr)}.builders-page h1{font-size:clamp(40px,5.6vw,60px);letter-spacing:-2.7px}.builders-page .builder-portal img{height:430px}.builders-page .builder-start{gap:36px}}@media(max-width:760px){.builders-page .builder-intro{padding-top:20px;gap:24px;grid-template-columns:minmax(0,1fr)}.builders-page h1{font-size:clamp(38px,7.8vw,58px);letter-spacing:-2px}.builders-page .builder-kicker{margin-bottom:16px;font-size:14px}.builders-page .builder-offer{margin-top:27px;gap:21px}.builders-page .builder-offer dt{font-size:17px}.builders-page .builder-offer dd{max-width:510px;font-size:14px}.builders-page .builder-portal{display:none}.builders-page .builder-start{grid-template-columns:minmax(0,1fr);gap:23px;padding-block:28px}.builders-page .builder-start h2{font-size:26px}.builders-page .builder-start-links{justify-items:start;gap:18px}.builders-page .builder-status{max-width:400px;line-height:1.7}}@media(max-width:400px){.builders-page .site-actions{gap:12px;align-items:flex-start;flex-direction:column}.builders-page .site-actions .text-link{padding-block:6px;font-size:14px}}.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(--accent);border-color:var(--accent)}.lobby-page button.primary:hover{background:var(--accent-hover)}.lobby-page button:disabled{opacity:.5}.lobby-page .nav{gap:12px}.lobby-page .nav button,.lobby-page .nav .nav-link{background:transparent;color:var(--ink);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,.lobby-page .nav .nav-link{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}}
