.surprise-compile-progress_wrapper__grqJJ{display:flex;flex-direction:column;gap:1rem;width:min(560px,100%);padding:1.25rem;background:color-mix(in srgb,var(--bg-elevated,#28261f) 92%,transparent);border:1px solid var(--border-subtle,rgba(237,224,208,.1));border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.4);animation:surprise-compile-progress_progressIn__m6GXN .22s cubic-bezier(.16,1,.3,1)}.surprise-compile-progress_header__rrwy6{display:flex;align-items:center;gap:.85rem;padding-bottom:.85rem;border-bottom:1px solid var(--border-subtle,rgba(237,224,208,.08))}.surprise-compile-progress_spinner__dnXAY{flex-shrink:0;width:18px;height:18px;border:2px solid color-mix(in srgb,var(--text-secondary,#d4c4a4) 30%,transparent);border-top-color:var(--accent-warm,#d4a574);border-radius:50%;animation:surprise-compile-progress_spin__Lee1_ .85s linear infinite}.surprise-compile-progress_headerCopy__Y23Rh{flex:1 1;min-width:0}.surprise-compile-progress_title__yr8hX{font-family:var(--font-display,system-ui);font-size:1rem;font-weight:700;color:var(--text-primary,#ede0d0);letter-spacing:.01em}.surprise-compile-progress_subtitle__Q7_E9{font-family:var(--font-body,system-ui);font-size:.82rem;color:var(--text-secondary,#d4c4a4);margin-top:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.surprise-compile-progress_counter___MFax{font-family:var(--font-data,ui-monospace,monospace);font-size:.78rem;font-weight:600;color:var(--text-muted,#c8b898);padding:.2rem .5rem;background:color-mix(in srgb,var(--bg-surface,#22201c) 80%,transparent);border:1px solid var(--border-subtle,rgba(237,224,208,.1));border-radius:999px;flex-shrink:0}.surprise-compile-progress_ladder__dxXv2{list-style:none;margin:0;display:flex;flex-direction:column;gap:.4rem;max-height:320px;overflow-y:auto;padding:0 .25rem 0 0;scrollbar-width:thin;scrollbar-color:var(--border-subtle,rgba(237,224,208,.18)) rgba(0,0,0,0)}.surprise-compile-progress_row__8yfG4{display:flex;align-items:center;gap:.7rem;padding:.4rem .55rem;border-radius:7px;font-family:var(--font-body,system-ui);font-size:.85rem;line-height:1.4;transition:background .15s,color .15s}.surprise-compile-progress_row__8yfG4[data-state=pending]{color:var(--text-muted,#c8b898);opacity:.55}.surprise-compile-progress_row__8yfG4[data-state=active]{color:var(--text-primary,#ede0d0);background:color-mix(in srgb,var(--accent-warm,#d4a574) 10%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent-warm,#d4a574) 28%,transparent)}.surprise-compile-progress_row__8yfG4[data-state=complete]{color:var(--text-secondary,#d4c4a4);opacity:.85}.surprise-compile-progress_dot__y4Cf5{flex-shrink:0;width:12px;height:12px;border-radius:50%;position:relative;background:var(--bg-surface,#22201c);border:1.5px solid var(--border-subtle,rgba(237,224,208,.2));transition:background .2s,border-color .2s}.surprise-compile-progress_row__8yfG4[data-state=active] .surprise-compile-progress_dot__y4Cf5{background:var(--accent-warm,#d4a574);border-color:var(--accent-warm,#d4a574);animation:surprise-compile-progress_pulse__soG4x 1.4s ease-in-out infinite}.surprise-compile-progress_row__8yfG4[data-state=complete] .surprise-compile-progress_dot__y4Cf5{background:var(--accent-green,#10ffb0);border-color:var(--accent-green,#10ffb0)}.surprise-compile-progress_row__8yfG4[data-state=complete] .surprise-compile-progress_dot__y4Cf5:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:3px;border:1.5px solid #1a1714;border-top:none;border-right:none;transform:translate(-50%,-70%) rotate(-45deg)}.surprise-compile-progress_label__PWgGw{flex:1 1;min-width:0}.surprise-compile-progress_duration__brChG{flex-shrink:0;font-family:var(--font-data,ui-monospace,monospace);font-size:.72rem;color:var(--text-muted,#c8b898);opacity:.7}.surprise-compile-progress_artifacts__6O_tl{display:flex;flex-direction:column;gap:.3rem;padding-top:.85rem;border-top:1px solid var(--border-subtle,rgba(237,224,208,.08))}.surprise-compile-progress_artifactsHeader__i8G92{font-family:var(--font-display,system-ui);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted,#c8b898)}.surprise-compile-progress_artifactsList__r6fhC{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem;max-height:120px;overflow-y:auto}.surprise-compile-progress_artifactRow__klFUy{font-family:var(--font-body,system-ui);font-size:.78rem;color:var(--text-secondary,#d4c4a4);line-height:1.4;animation:surprise-compile-progress_artifactIn__xlFhc .18s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.surprise-compile-progress_error__wG61R{padding:.55rem .7rem;background:color-mix(in srgb,var(--status-danger,#ff6b6b) 14%,transparent);border:1px solid color-mix(in srgb,var(--status-danger,#ff6b6b) 35%,transparent);border-radius:7px;color:var(--status-danger,#ff6b6b);font-family:var(--font-body,system-ui);font-size:.82rem;font-weight:500}@media(max-width:768px){.surprise-compile-progress_wrapper__grqJJ{width:100%;padding:1rem}.surprise-compile-progress_ladder__dxXv2{max-height:240px}.surprise-compile-progress_row__8yfG4{font-size:.8rem;padding:.35rem .45rem}}@keyframes surprise-compile-progress_progressIn__m6GXN{0%{opacity:0;transform:translateY(6px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes surprise-compile-progress_spin__Lee1_{to{transform:rotate(1turn)}}@keyframes surprise-compile-progress_pulse__soG4x{0%,to{box-shadow:0 0 0 0 color-mix(in srgb,var(--accent-warm,#d4a574) 55%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--accent-warm,#d4a574) 0%,transparent)}}@keyframes surprise-compile-progress_artifactIn__xlFhc{0%{opacity:0;transform:translateX(-4px)}to{opacity:1;transform:translateX(0)}}.collapsible-help_wrap__NOgQy{border:1px solid var(--color-border,#45475a);border-radius:10px;background:var(--color-surface,rgba(255,255,255,.02));margin:12px 0;overflow:hidden}.collapsible-help_trigger__xF_oY{width:100%;display:flex;align-items:center;gap:8px;min-height:44px;padding:10px 14px;background:rgba(0,0,0,0);border:none;color:var(--color-text-primary,#cdd6f4);font-size:14px;font-weight:600;text-align:left;cursor:pointer}.collapsible-help_trigger__xF_oY:hover{background:color-mix(in srgb,currentcolor 6%,transparent)}.collapsible-help_trigger__xF_oY:focus-visible{outline:2px solid var(--accent-blue,#89b4fa);outline-offset:-2px}.collapsible-help_chevron__8whhF{flex:0 0 auto;transition:transform .16s ease}@media(prefers-reduced-motion:reduce){.collapsible-help_chevron__8whhF{transition:none}}.collapsible-help_chevronOpen__5dyYo{transform:rotate(90deg)}.collapsible-help_body__r8sps{padding:4px 16px 16px;font-size:13.5px;line-height:1.55;color:var(--color-text-secondary,#bac2de)}.collapsible-help_body__r8sps p{margin:0 0 10px}.collapsible-help_body__r8sps ol,.collapsible-help_body__r8sps ul{margin:0 0 10px;padding-left:20px;display:flex;flex-direction:column;gap:4px}.collapsible-help_body__r8sps a{color:var(--accent-blue,#89b4fa)}.coop-hub_page__m_yHu{max-width:1100px;margin:0 auto;padding:24px}.coop-hub_header__bu5yO{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.coop-hub_title__AwPk3{font-size:1.6rem;font-weight:700;margin:0}.coop-hub_subtitle__UFGkJ{color:var(--text-muted,#9aa3b2);margin:.25rem 0 0;font-size:.95rem}.coop-hub_createBtn__EP3I3{appearance:none;border:none;border-radius:10px;background:var(--accent-blue,#2d6bc9);color:#fff;font-weight:700;padding:.7rem 1.1rem;min-height:44px;cursor:pointer;transition:filter .12s ease}.coop-hub_createBtn__EP3I3:hover{filter:brightness(1.08)}.coop-hub_createBtn__EP3I3:focus-visible{outline:3px solid var(--accent-blue,#2d6bc9);outline-offset:2px}.coop-hub_grid__5Alxb{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;list-style:none;margin:0;padding:0}.coop-hub_card__9Z8pH{display:flex;flex-direction:column;gap:.5rem;border:1px solid var(--border-subtle,#2a2f3a);border-radius:12px;background:var(--surface-1,#161a22);overflow:hidden}.coop-hub_cover__B3jrT{width:100%;aspect-ratio:16/9;object-fit:cover;background:var(--surface-2,#1f2530)}.coop-hub_cardBody__Yhx8x{padding:.85rem 1rem 1rem;display:flex;flex-direction:column;gap:.45rem}.coop-hub_modeBadge__TeBQS{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;width:fit-content}.coop-hub_modeSession__v1w38{color:#3ba55d}.coop-hub_modePlay__90orf{color:#d8a23a}.coop-hub_worldName__FGNiX{font-size:1.05rem;font-weight:700;margin:0}.coop-hub_meta___L_ex,.coop-hub_notes__nadkG{color:var(--text-muted,#9aa3b2);font-size:.85rem;margin:0}.coop-hub_notes__nadkG{font-style:italic}.coop-hub_actions__HG2oD{display:flex;gap:.5rem;margin-top:.4rem;flex-wrap:wrap}.coop-hub_actionBtn__TZm8T{appearance:none;border-radius:9px;border:1px solid var(--border-subtle,#2a2f3a);background:var(--surface-2,#1f2530);color:var(--text,#e8ecf3);font-weight:600;padding:.5rem .85rem;min-height:44px;cursor:pointer}.coop-hub_actionBtn__TZm8T:hover{filter:brightness(1.1)}.coop-hub_actionBtn__TZm8T:focus-visible{outline:3px solid var(--accent-blue,#2d6bc9);outline-offset:2px}.coop-hub_actionBtn__TZm8T:disabled{opacity:.5;cursor:default}.coop-hub_joinBtn__36zYX{background:var(--accent-blue,#2d6bc9);color:#fff;border-color:rgba(0,0,0,0)}.coop-hub_startBtn__MvuyK{background:#2f7d4a;color:#fff;border-color:rgba(0,0,0,0)}.coop-hub_empty__0oX3Q{text-align:center;color:var(--text-muted,#9aa3b2);padding:3rem 1rem}.coop-hub_linkedNote__MT_JA{margin-top:12px;color:var(--text-muted,#9aa3b2);font-size:.85rem}.coop-hub_modalScrim__UXXNx{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.coop-hub_modal__19ug6{width:100%;max-width:460px;background:var(--surface-1,#161a22);border:1px solid var(--border-subtle,#2a2f3a);border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;max-height:90vh;overflow:auto}.coop-hub_modalTitle__4Cq6z{font-size:1.2rem;font-weight:700;margin:0}.coop-hub_field__jTtRG{display:flex;flex-direction:column;gap:.3rem}.coop-hub_label__G9OXJ{font-size:.85rem;color:var(--text-muted,#9aa3b2)}.coop-hub_input__Y04QR,.coop-hub_select__v3NK7{background:var(--surface-2,#1f2530);border:1px solid var(--border-subtle,#2a2f3a);border-radius:9px;color:var(--text,#e8ecf3);padding:.6rem .7rem;min-height:44px;font:inherit}.coop-hub_input__Y04QR:focus-visible,.coop-hub_select__v3NK7:focus-visible{outline:3px solid var(--accent-blue,#2d6bc9);outline-offset:1px}.coop-hub_worldResults__WYvt7{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem;max-height:220px;overflow:auto}.coop-hub_worldResult__uNDP7{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:8px;border:1px solid rgba(0,0,0,0);background:var(--surface-2,#1f2530);cursor:pointer;text-align:left;width:100%;color:inherit}.coop-hub_worldResult__uNDP7:hover{filter:brightness(1.1)}.coop-hub_worldResult__uNDP7:focus-visible{outline:3px solid var(--accent-blue,#2d6bc9)}.coop-hub_worldResultSelected__gEcps{border-color:var(--accent-blue,#2d6bc9)}.coop-hub_modalActions__Fmwhm{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.coop-hub_errorText__Zfm6z{color:#e06666;font-size:.85rem;margin:0}@media(prefers-reduced-motion:reduce){.coop-hub_actionBtn__TZm8T,.coop-hub_createBtn__EP3I3{transition:none}}.together_page__lmuZ3{max-width:1100px;margin:0 auto;padding:16px;color:var(--text-primary,#f5f5f5)}.together_hero__70hqb{display:flex;flex-direction:column;gap:10px;padding:20px;border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent-blue,#2f6df6) 16%,var(--bg-elevated,#161c26)),var(--bg-elevated,#161c26));border:1px solid var(--border-default,#2a3140)}.together_heroTitle__rSAbO{margin:0;font-size:1.5rem;font-weight:800}.together_heroSub__9wBgh{margin:0;max-width:60ch;color:var(--text-secondary,#9aa4b2);line-height:1.5}.together_ctaRow__5cRkZ{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.together_primaryBtn__7y_VV,.together_secondaryBtn__qdIzf{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:10px;font:inherit;font-weight:700;cursor:pointer;text-decoration:none;border:1px solid var(--border-default,#2a3140)}.together_primaryBtn__7y_VV{background:var(--accent-blue,#2f6df6);border-color:var(--accent-blue,#2f6df6);color:#fff}.together_secondaryBtn__qdIzf{background:var(--bg-elevated,#161c26);color:var(--text-primary,#f5f5f5)}.together_primaryBtn__7y_VV:hover,.together_secondaryBtn__qdIzf:hover{filter:brightness(1.08)}.together_primaryBtn__7y_VV:focus-visible,.together_secondaryBtn__qdIzf:focus-visible,.together_tab__bMja0:focus-visible{outline:2px solid var(--accent-blue,#2f6df6);outline-offset:2px}.together_primaryBtn__7y_VV:disabled{opacity:.6;cursor:not-allowed}.together_statStrip__smaP5{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.together_stat__73MzR{flex:1 1 140px;display:flex;flex-direction:column;gap:2px;padding:12px 14px;border-radius:12px;background:var(--bg-elevated,#161c26);border:1px solid var(--border-default,#2a3140)}.together_statNum__Au9Gl{font-size:1.4rem;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.together_statLabel__SWD2A{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary,#9aa4b2)}.together_statDot__Eb1_W{display:inline-block;width:8px;height:8px;border-radius:50%;background:#2ecc71;margin-right:6px;vertical-align:middle}.together_tabs__9u_cl{display:flex;gap:4px;margin-top:20px;border-bottom:1px solid var(--border-default,#2a3140)}.together_tab__bMja0{min-height:44px;padding:0 16px;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);color:var(--text-secondary,#9aa4b2);font:inherit;font-weight:700;cursor:pointer}.together_tabActive__G9E8k,.together_tab__bMja0:hover{color:var(--text-primary,#f5f5f5)}.together_tabActive__G9E8k{border-bottom-color:var(--accent-blue,#2f6df6)}.together_tabPanel__lqOA7{padding-top:18px}.together_sectionTitle__CAX5I{margin:0;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary,#9aa4b2)}.together_empty__O60QQ{padding:16px;color:var(--text-secondary,#9aa4b2)}.together_finder__DFx4f{display:flex;flex-direction:column;gap:12px}.together_finderHead__EvmBW{display:flex;align-items:center;justify-content:space-between;gap:12px}.together_groupGrid__8wJLx{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:12px}.together_rail__3IRqF{display:flex;flex-direction:column;gap:10px;margin-top:24px}.together_railTrack__tj2BB{display:grid;grid-auto-flow:column;grid-auto-columns:220px;gap:12px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.together_worldCard__TjU3f{scroll-snap-align:start;display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background:var(--bg-elevated,#161c26);border:1px solid var(--border-default,#2a3140);text-decoration:none;color:inherit}.together_worldCard__TjU3f:hover{border-color:var(--accent-blue,#2f6df6)}.together_worldCard__TjU3f:focus-visible{outline:2px solid var(--accent-blue,#2f6df6);outline-offset:2px}.together_worldCover__EgBHU{aspect-ratio:16/9;width:100%;object-fit:cover;background:var(--border-default,#2a3140)}.together_worldBody__oNOIz{display:flex;flex-direction:column;gap:4px;padding:10px 12px}.together_worldName__oj9ii{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.together_worldMeta___NkRS{font-size:.75rem;color:var(--text-secondary,#9aa4b2)}.together_modeBadge__gaZXu{align-self:flex-start;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:2px 7px;border-radius:6px;background:color-mix(in srgb,var(--accent-blue,#2f6df6) 18%,transparent);color:var(--text-primary,#f5f5f5)}.together_partyList__YSr1H{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.together_partyRow__7HAGD{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:10px;background:var(--bg-elevated,#161c26);border:1px solid var(--border-default,#2a3140);text-decoration:none;color:inherit}.together_partyRow__7HAGD:hover{border-color:var(--accent-blue,#2f6df6)}.together_partyRow__7HAGD:focus-visible{outline:2px solid var(--accent-blue,#2f6df6);outline-offset:2px}.together_partyMeta__6MZ9e{font-size:.8rem;color:var(--text-secondary,#9aa4b2)}.together_howItWorks__zkUhw{margin-top:28px;display:flex;flex-direction:column;gap:8px}.together_errorText__ZtG7e{color:#ff6b6b;padding:8px 0}@media(min-width:768px){.together_page__lmuZ3{padding:24px}.together_heroTitle__rSAbO{font-size:1.9rem}.together_groupGrid__8wJLx{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.together_groupGrid__8wJLx{grid-template-columns:repeat(3,1fr)}}.JumpBackIn_rail__X6BIf{margin:0 0 20px}.JumpBackIn_title__vtDS3{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted,rgba(255,255,255,.6));margin:0 0 10px}.JumpBackIn_cards__7m8bL{list-style:none;margin:0;padding:0 0 4px;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity}.JumpBackIn_card__YhhNh{flex:0 0 auto;scroll-snap-align:start}.JumpBackIn_cardLink__Mztex{display:flex;align-items:center;gap:10px;width:240px;padding:8px;border-radius:12px;border:1px solid var(--border-subtle,rgba(255,255,255,.1));background:var(--surface-raised,rgba(255,255,255,.05));text-decoration:none;color:inherit}.JumpBackIn_cardLink__Mztex:hover{background:var(--surface-hover,rgba(255,255,255,.1));border-color:var(--border-strong,rgba(255,255,255,.2))}.JumpBackIn_coverFallback__DNFzo,.JumpBackIn_cover__ed5pw{flex:0 0 auto;width:48px;height:48px;border-radius:8px;object-fit:cover}.JumpBackIn_coverFallback__DNFzo{background:linear-gradient(135deg,rgba(120,130,200,.4),rgba(80,90,150,.25))}.JumpBackIn_cardBody__h3zsa{min-width:0;display:flex;flex-direction:column;gap:2px}.JumpBackIn_cardLabel__OhOQ4{font-size:.9rem;font-weight:600;color:var(--text-primary,rgba(255,255,255,.95));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.JumpBackIn_cardMeta__UcjI4{font-size:.74rem;color:var(--text-muted,rgba(255,255,255,.55))}