.DefaultLayout-module___tBalq__desktop-page-background{background-color:var(--bg-color);width:100%;min-height:100vh;color:var(--text-primary);flex-direction:column;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;display:flex}.DefaultLayout-module___tBalq__top-bar-frame{background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--header-border);z-index:1000;justify-content:center;width:100%;height:64px;display:flex;position:fixed;top:0;left:0}.DefaultLayout-module___tBalq__top-bar-inner{justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 24px;display:flex}.DefaultLayout-module___tBalq__top-bar-logo-box{cursor:pointer;align-items:center;display:flex}.DefaultLayout-module___tBalq__sign-button-wrapper{align-items:center;gap:10px;display:flex}.DefaultLayout-module___tBalq__themeToggleWrap{flex-shrink:0;justify-content:center;align-items:center;height:40px;display:flex}.DefaultLayout-module___tBalq__sign-up-button,.DefaultLayout-module___tBalq__sign-in-button,.DefaultLayout-module___tBalq__user-profile-btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:38px;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s;display:flex}.DefaultLayout-module___tBalq__sign-up-button{color:var(--text-secondary);background:0 0}.DefaultLayout-module___tBalq__sign-up-button:hover{background:var(--surface-muted);color:var(--text-primary)}.DefaultLayout-module___tBalq__sign-in-button{background:var(--accent);color:#fff}.DefaultLayout-module___tBalq__sign-in-button:hover{background:var(--accent-hover)}.DefaultLayout-module___tBalq__user-profile-btn{background:var(--gnb-profile-bg);color:var(--gnb-profile-text);border:1px solid var(--gnb-profile-border);font-size:13px}.DefaultLayout-module___tBalq__user-profile-btn:hover{background:var(--gnb-profile-hover)}.DefaultLayout-module___tBalq__middle-frame{width:100%;min-height:100vh;padding-top:64px;display:flex}.DefaultLayout-module___tBalq__side-bar-frame{background:var(--card-bg);border-right:1px solid var(--border-color);z-index:900;flex-direction:column;width:250px;padding:24px 12px;display:flex;position:fixed;top:64px;bottom:0;left:0;overflow-y:auto}.DefaultLayout-module___tBalq__createScheduleBtn{background:var(--accent);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:100%;height:48px;margin-bottom:24px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #2563eb33}.DefaultLayout-module___tBalq__createScheduleBtn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 16px #2563eb4d}.DefaultLayout-module___tBalq__menuContainer{flex-direction:column;gap:24px;display:flex}.DefaultLayout-module___tBalq__navGroup{flex-direction:column;display:flex}.DefaultLayout-module___tBalq__navLabel{color:var(--text-label);margin-bottom:8px;padding:0 12px;font-size:12px;font-weight:700}.DefaultLayout-module___tBalq__navItems{flex-direction:column;gap:4px;display:flex}.DefaultLayout-module___tBalq__navItem{color:var(--sidebar-nav-text);border-radius:10px;align-items:center;gap:12px;padding:10px 16px;font-size:15px;font-weight:500;text-decoration:none;display:flex;position:relative}.DefaultLayout-module___tBalq__navItem:hover{background-color:var(--sidebar-nav-bg-hover);color:var(--sidebar-nav-text-hover)}.DefaultLayout-module___tBalq__navItem:hover .DefaultLayout-module___tBalq__iconInactive{filter:var(--sidebar-icon-filter-hover);opacity:1}.DefaultLayout-module___tBalq__navActive{background-color:var(--sidebar-nav-bg-active);color:var(--sidebar-nav-text-active);font-weight:700}.DefaultLayout-module___tBalq__navActive:before{content:"";background:var(--sidebar-nav-active-accent);border-radius:999px;width:3px;height:18px;position:absolute;top:50%;left:4px;transform:translateY(-50%)}.DefaultLayout-module___tBalq__iconInactive{opacity:var(--sidebar-icon-opacity-idle);filter:var(--sidebar-icon-filter-idle);transition:filter .2s,opacity .2s}.DefaultLayout-module___tBalq__iconActive{filter:var(--sidebar-icon-filter-active);opacity:1}.DefaultLayout-module___tBalq__bullet{background:var(--sidebar-bullet);border-radius:50%;width:6px;height:6px;margin-left:7px;margin-right:7px}.DefaultLayout-module___tBalq__navActive .DefaultLayout-module___tBalq__bullet{background:var(--accent-text)}.DefaultLayout-module___tBalq__sidebarFooter{border-top:1px solid var(--border-color);text-align:center;margin-top:auto;padding-top:24px}.DefaultLayout-module___tBalq__footerText{color:#cbd5e1;font-size:11px}.DefaultLayout-module___tBalq__main-frame{flex:1;width:100%;min-width:0}.DefaultLayout-module___tBalq__mobile-bottom-nav{display:none}@media (max-width:874px){.DefaultLayout-module___tBalq__side-bar-frame{display:none}.DefaultLayout-module___tBalq__main-frame{width:100%;padding-bottom:var(--mobile-nav-offset-effective,calc(var(--mobile-nav-content-height,54px) + var(--mobile-bottom-safe-inset,env(safe-area-inset-bottom,0px))));margin-left:0}.DefaultLayout-module___tBalq__top-bar-logo-box img{width:160px!important;height:auto!important}.DefaultLayout-module___tBalq__hideOnMobile{display:none}.DefaultLayout-module___tBalq__mobile-bottom-nav{background:var(--card-bg);border-top:1px solid var(--border-color);z-index:1002;width:100%;height:60px;padding-bottom:env(safe-area-inset-bottom);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0}html[data-mobile-drawer-open] .DefaultLayout-module___tBalq__mobile-bottom-nav{z-index:998}.DefaultLayout-module___tBalq__mobile-nav-item{height:100%;color:var(--text-label);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;text-decoration:none;display:flex}.DefaultLayout-module___tBalq__mobile-nav-item.DefaultLayout-module___tBalq__active{color:var(--accent-text)}.DefaultLayout-module___tBalq__mobile-nav-text{font-size:11px;font-weight:600}.DefaultLayout-module___tBalq__icon-active{filter:invert(31%)sepia(96%)saturate(1983%)hue-rotate(202deg)brightness(90%)contrast(92%)}}@media (max-width:768px){.DefaultLayout-module___tBalq__middle-frame{padding-top:56px}}@media (max-width:360px){.DefaultLayout-module___tBalq__hide-on-small-mobile{display:none}}.DefaultLayout-module___tBalq__streamer-mode-btn{background-color:var(--streamer-mode-bg);height:38px;color:var(--streamer-mode-text);border:1px solid var(--streamer-mode-border);box-shadow:var(--streamer-mode-shadow);border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:8px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.DefaultLayout-module___tBalq__streamer-mode-btn:hover{background-color:var(--streamer-mode-hover);box-shadow:var(--streamer-mode-hover-shadow);transform:translateY(-2px)}
.StageBetaBadge-module__UcdLma__badge{letter-spacing:.1em;text-transform:uppercase;background-color:var(--beta-badge-bg);min-height:18px;color:var(--beta-badge-text);border:1px solid var(--beta-badge-border);-webkit-backdrop-filter:blur(4px);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:1px 7px;font-size:9px;font-weight:800;line-height:1.2;display:inline-flex}
.MobileTopBar-module__HlzsnG__logoLink{-webkit-touch-callout:none;touch-action:manipulation;-webkit-user-select:none;user-select:none}.MobileTopBar-module__HlzsnG__logoImage{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}
@property --community-sticky-chrome-top{syntax:"<length>";inherits:true;initial-value:0}.CommunityLayout-module__78HucW__desktop-page-background{background-color:var(--bg-color);width:100%;height:100dvh;min-height:100vh;color:var(--text-primary);flex-direction:column;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;display:flex;overflow:hidden}.CommunityLayout-module__78HucW__top-bar-frame{background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--header-border);z-index:1000;justify-content:center;width:100%;height:64px;display:none;position:fixed;top:0;left:0}.CommunityLayout-module__78HucW__top-bar-inner{grid-template-columns:200px minmax(0,1fr) minmax(220px,max-content);align-items:center;gap:24px;width:100%;height:100%;padding:0 24px;display:grid}.CommunityLayout-module__78HucW__top-bar-logo-box{cursor:pointer;align-items:center;width:220px;display:flex}.CommunityLayout-module__78HucW__search-container{justify-self:center;align-items:center;width:min(100%,600px);max-width:600px;margin:0;display:flex;position:relative}.CommunityLayout-module__78HucW__search-icon{color:var(--text-label);position:absolute;left:16px}.CommunityLayout-module__78HucW__search-input{background-color:var(--input-bg);width:100%;height:44px;color:var(--text-primary);border:1px solid #0000;border-radius:12px;outline:none;padding:0 16px 0 48px;font-size:14px;transition:all .2s}.CommunityLayout-module__78HucW__search-input:focus{background-color:var(--input-bg-focus);border-color:var(--brand-green);box-shadow:0 0 0 4px #03c75a1a}.CommunityLayout-module__78HucW__sign-button-wrapper{flex-wrap:wrap;justify-content:flex-end;justify-self:end;align-items:center;gap:8px;width:auto;min-width:0;max-width:360px;display:flex}.CommunityLayout-module__78HucW__backstageNavBtn{cursor:pointer;border:1px solid var(--community-backstage-border);background-color:var(--community-backstage-bg);height:40px;color:var(--community-backstage-text);white-space:nowrap;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.CommunityLayout-module__78HucW__backstageNavBtn svg{flex-shrink:0;width:18px;height:18px}.CommunityLayout-module__78HucW__backstageNavBtn:hover{background-color:var(--community-backstage-hover-bg);border-color:var(--community-backstage-hover-border)}.CommunityLayout-module__78HucW__middle-frame{box-sizing:border-box;flex:auto;align-items:stretch;width:100%;min-height:0;padding-top:0;display:flex;overflow:hidden}.CommunityLayout-module__78HucW__side-bar-frame{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;border-right:1px solid var(--border-color);background-color:var(--bg-color);box-sizing:border-box;flex-direction:column;flex:0 0 240px;align-self:stretch;height:auto;min-height:0;padding:16px 0 0;display:none;position:relative;overflow:hidden auto}.CommunityLayout-module__78HucW__side-bar-frameExpanded{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overflow:hidden auto}.CommunityLayout-module__78HucW__side-bar-frameExpanded::-webkit-scrollbar{width:0;height:0;display:none}.CommunityLayout-module__78HucW__side-bar-frameExpanded .CommunityLayout-module__78HucW__sidebar-footer{margin-top:12px}.CommunityLayout-module__78HucW__side-bar-frameExpanded .CommunityLayout-module__78HucW__subscribed-stages-block{flex:none}.CommunityLayout-module__78HucW__sidebar-nav-top{flex-shrink:0}.CommunityLayout-module__78HucW__sidebar-stage-header{color:var(--text-label);letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:6px;padding:0 20px;font-size:11px;font-weight:800;display:flex}.CommunityLayout-module__78HucW__sidebar-stage-main-nav{padding-top:10px;padding-bottom:8px}.CommunityLayout-module__78HucW__sidebar-stage-link{color:var(--text-secondary);box-sizing:border-box;align-items:flex-start;gap:12px;min-width:0;padding:10px 20px;font-size:13px;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.CommunityLayout-module__78HucW__sidebar-stage-link:hover{background-color:var(--surface-hover)}.CommunityLayout-module__78HucW__sidebar-stage-linkActive{color:var(--side-drawer-nav-active-text);background-color:var(--side-drawer-nav-active-bg);font-weight:700}.CommunityLayout-module__78HucW__sidebar-stage-linkIcon{width:20px;height:20px;color:var(--text-label);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.CommunityLayout-module__78HucW__sidebar-stage-linkActive .CommunityLayout-module__78HucW__sidebar-stage-linkIcon{color:var(--side-drawer-nav-active-icon)}.CommunityLayout-module__78HucW__sidebar-stage-list-link{align-items:flex-start}.CommunityLayout-module__78HucW__sidebar-stage-list-linkActive{color:var(--side-drawer-nav-active-text);background-color:#0000;font-weight:700}.CommunityLayout-module__78HucW__sidebar-stage-avatar{object-fit:cover;border:1px solid var(--border-strong);border-radius:999px;flex-shrink:0;width:20px;height:20px;margin-top:1px}.CommunityLayout-module__78HucW__sidebar-stage-avatarFallback{background:var(--surface-hover);width:20px;height:20px;color:var(--text-secondary);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:10px;font-weight:800;display:flex}.CommunityLayout-module__78HucW__sidebar-stage-list{flex-direction:column;display:flex}.CommunityLayout-module__78HucW__sidebar-stage-empty{color:var(--text-label);padding:0 20px 8px;font-size:13px;font-weight:600;line-height:1.45}.CommunityLayout-module__78HucW__sidebar-stage-more-toggle{cursor:pointer;width:100%;color:var(--text-label);text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:10px 20px;font-size:13px;font-weight:600;display:flex}.CommunityLayout-module__78HucW__sidebar-stage-more-toggle:hover{background-color:var(--surface-hover)}.CommunityLayout-module__78HucW__sidebar-recent-stage-row{align-items:center;min-width:0;transition:background-color .2s;display:flex}.CommunityLayout-module__78HucW__sidebar-recent-stage-row:hover{background-color:var(--surface-hover)}.CommunityLayout-module__78HucW__sidebar-recent-stage-row .CommunityLayout-module__78HucW__sidebar-stage-link:hover,.CommunityLayout-module__78HucW__sidebar-recent-stage-row:hover .CommunityLayout-module__78HucW__sidebar-stage-link{background-color:#0000}.CommunityLayout-module__78HucW__sidebar-recent-stage-row .CommunityLayout-module__78HucW__sidebar-stage-link{flex:1;min-width:0;padding-right:4px}.CommunityLayout-module__78HucW__sidebar-recent-stage-remove{color:var(--text-label);cursor:pointer;filter:none;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:0 14px 0 2px;padding:0;line-height:0;transition:color .2s,filter .2s;display:inline-flex}.CommunityLayout-module__78HucW__sidebar-recent-stage-remove:hover{color:#ef4444;filter:drop-shadow(0 0 8px #ef4444cc)}.CommunityLayout-module__78HucW__sidebar-stage-list-paging-area{touch-action:pan-y;cursor:grab}.CommunityLayout-module__78HucW__sidebar-stage-list-paging-area:active{cursor:grabbing}.CommunityLayout-module__78HucW__sidebar-stage-list-paging-viewport{width:100%;overflow:hidden}.CommunityLayout-module__78HucW__sidebar-stage-list-paging-track{width:100%}.CommunityLayout-module__78HucW__sidebar-recent-stage-pagination{justify-content:center;align-items:center;gap:6px;padding:8px 12px 12px;display:flex}.CommunityLayout-module__78HucW__sidebar-recent-stage-page-btn{border:1px solid var(--border-color);min-width:28px;height:24px;color:var(--text-label);cursor:pointer;background:0 0;border-radius:999px;padding:0 8px;font-size:11px;font-weight:700;line-height:1;transition:background-color .2s,color .2s,border-color .2s}.CommunityLayout-module__78HucW__sidebar-recent-stage-page-btn:hover{background-color:var(--surface-hover);color:var(--text-secondary)}.CommunityLayout-module__78HucW__sidebar-recent-stage-page-btnActive,.CommunityLayout-module__78HucW__sidebar-recent-stage-page-btnActive:hover{background-color:var(--surface-hover);border-color:var(--border-strong);color:var(--text-primary)}.CommunityLayout-module__78HucW__subscribed-stages-block{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.CommunityLayout-module__78HucW__subscribed-stages-scroll{-webkit-overflow-scrolling:touch;min-height:0;overflow:hidden auto}.CommunityLayout-module__78HucW__subscribed-stages-scrollFill{flex:auto}.CommunityLayout-module__78HucW__subscribed-stages-scrollHug{flex:0 auto;overflow-y:hidden}.CommunityLayout-module__78HucW__subscribed-stages-scrollExpanded{flex:none;overflow:visible}.CommunityLayout-module__78HucW__subscribed-stages-section{flex-shrink:0}.CommunityLayout-module__78HucW__subscribed-stages-toggle{flex-shrink:0;margin-top:4px}.CommunityLayout-module__78HucW__subscribed-stages-empty{color:var(--text-label);padding:0 20px 8px;font-size:13px;font-weight:600;line-height:1.45}.CommunityLayout-module__78HucW__subscribed-stages-measure-layer{visibility:hidden;pointer-events:none;z-index:-1;position:fixed;top:-10000px;left:0}.CommunityLayout-module__78HucW__recent-visited-stages-section{flex-shrink:0}.CommunityLayout-module__78HucW__sidebar-collapsible-section{border-top:1px solid var(--border-color);flex-shrink:0}.CommunityLayout-module__78HucW__sidebar-collapsible-header{cursor:pointer;width:100%;color:inherit;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;padding:16px 12px 12px 20px;display:flex}.CommunityLayout-module__78HucW__sidebar-collapsible-title{min-width:0;color:var(--text-label);letter-spacing:.05em;flex:1;font-size:11px;font-weight:800}.CommunityLayout-module__78HucW__sidebar-collapsible-header:hover .CommunityLayout-module__78HucW__sidebar-collapsible-title{color:var(--text-secondary)}.CommunityLayout-module__78HucW__sidebar-collapsible-chevron{color:var(--text-label);flex-shrink:0;transition:transform .2s}.CommunityLayout-module__78HucW__sidebar-collapsible-chevronOpen{transform:rotate(180deg)}.CommunityLayout-module__78HucW__sidebar-collapsible-panel{margin-top:0}.CommunityLayout-module__78HucW__recent-visited-stages-block{flex-direction:column;display:flex}.CommunityLayout-module__78HucW__nav-group-title{color:var(--text-label);flex-shrink:0;margin-bottom:12px;padding:0 12px;font-size:12px;font-weight:700}.CommunityLayout-module__78HucW__nav-item-icon{color:var(--sidebar-nav-text);flex-shrink:0;justify-content:center;align-self:center;align-items:center;transition:color .2s;display:flex}.CommunityLayout-module__78HucW__nav-item:hover .CommunityLayout-module__78HucW__nav-item-icon{color:var(--sidebar-nav-text-hover)}.CommunityLayout-module__78HucW__nav-active .CommunityLayout-module__78HucW__nav-item-icon{color:var(--sidebar-nav-text-active)}.CommunityLayout-module__78HucW__nav-item{color:var(--sidebar-nav-text);border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:4px;padding:10px 12px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:flex;position:relative}.CommunityLayout-module__78HucW__nav-item:hover{background-color:var(--sidebar-nav-bg-hover);color:var(--sidebar-nav-text-hover)}.CommunityLayout-module__78HucW__nav-active{background-color:var(--sidebar-nav-bg-active);color:var(--sidebar-nav-text-active)}.CommunityLayout-module__78HucW__nav-active:before{content:"";background:var(--sidebar-nav-active-accent);border-radius:999px;width:3px;height:16px;position:absolute;top:50%;left:2px;transform:translateY(-50%)}.CommunityLayout-module__78HucW__nav-icon-box{background-color:var(--surface-hover);width:24px;height:24px;color:var(--sidebar-nav-text);border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;display:flex;overflow:hidden}.CommunityLayout-module__78HucW__nav-active .CommunityLayout-module__78HucW__nav-icon-box{background-color:var(--community-nav-icon-active-bg);color:var(--sidebar-nav-text-active)}.CommunityLayout-module__78HucW__nav-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.CommunityLayout-module__78HucW__nav-stage-name{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;flex:auto;min-width:0;padding-top:2px}.CommunityLayout-module__78HucW__nav-avatar-fallback{color:var(--community-stage-fallback-text);font-size:11px;font-weight:800;line-height:1}.CommunityLayout-module__78HucW__nav-icon-stage-fallback{background-color:var(--community-stage-fallback-bg)}.CommunityLayout-module__78HucW__nav-active .CommunityLayout-module__78HucW__nav-icon-stage-fallback{background-color:var(--community-stage-fallback-bg);color:var(--community-stage-fallback-text)}.CommunityLayout-module__78HucW__sidebar-footer{border-top:1px solid var(--border-color);flex-direction:column;flex-shrink:0;gap:10px;margin-top:auto;padding:16px 20px 18px;display:flex}.CommunityLayout-module__78HucW__sidebar-footer-links{flex-wrap:wrap;align-items:center;gap:4px 8px;display:flex}.CommunityLayout-module__78HucW__footer-inline-link{color:var(--text-secondary);font-size:12px;font-weight:500;line-height:1.4;text-decoration:none;transition:color .15s}.CommunityLayout-module__78HucW__footer-inline-link:hover{color:var(--text-primary)}.CommunityLayout-module__78HucW__footer-stage-request{cursor:pointer;color:var(--brand-green);background:0 0;border:none;align-self:flex-start;padding:0;font-family:inherit;font-size:12px;font-weight:600;line-height:1.4;transition:opacity .15s}.CommunityLayout-module__78HucW__footer-stage-request:hover{opacity:.88}.CommunityLayout-module__78HucW__footer-divider{color:var(--text-muted);-webkit-user-select:none;user-select:none;font-size:12px;line-height:1}.CommunityLayout-module__78HucW__footer-copyright{color:var(--text-muted);align-self:center;margin:0;font-size:10px;font-weight:500;line-height:1.35}.CommunityLayout-module__78HucW__content-wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;--community-content-padding-top:0px;flex:auto;justify-content:center;gap:32px;min-width:0;min-height:0;display:flex;overflow:hidden auto}.CommunityLayout-module__78HucW__content-wrapper::-webkit-scrollbar{width:0;height:0;display:none}.CommunityLayout-module__78HucW__contentScrollBody{flex:auto;width:100%;min-width:0}.CommunityLayout-module__78HucW__main-feed-area{width:100%;min-width:0;max-width:680px}.CommunityLayout-module__78HucW__right-widget-area{flex-direction:column;flex:0 0 300px;align-self:flex-start;gap:20px;height:fit-content;max-height:calc(100dvh - 112px);display:none;position:sticky;top:0;overflow-y:auto}.CommunityLayout-module__78HucW__sign-in-button,.CommunityLayout-module__78HucW__user-profile-btn,.CommunityLayout-module__78HucW__streamer-mode-btn{cursor:pointer;white-space:nowrap;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;height:40px;padding:8px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.CommunityLayout-module__78HucW__user-profile-btn svg{flex-shrink:0;width:20px;height:20px}.CommunityLayout-module__78HucW__sign-in-button{background-color:var(--accent);color:var(--text-on-accent)}.CommunityLayout-module__78HucW__user-profile-btn{background-color:var(--gnb-profile-bg);color:var(--gnb-profile-text);border:1px solid var(--gnb-profile-border)}.CommunityLayout-module__78HucW__user-profile-btn:hover{background-color:var(--gnb-profile-hover)}.CommunityLayout-module__78HucW__streamer-mode-btn{background-color:var(--streamer-mode-bg);color:var(--streamer-mode-text);border:1px solid var(--streamer-mode-border);box-shadow:var(--streamer-mode-shadow)}.CommunityLayout-module__78HucW__streamer-mode-btn:hover{background-color:var(--streamer-mode-hover);box-shadow:var(--streamer-mode-hover-shadow)}@media (max-width:767px){.CommunityLayout-module__78HucW__desktop-page-background{--community-chrome-duration:.22s;--community-chrome-ease:cubic-bezier(.4, 0, .2, 1);--community-sticky-chrome-top:0px;--community-sticky-chrome-z:20;--community-page-top-sm:calc(8px + var(--community-sticky-chrome-top,0px));--community-page-top-md:calc(12px + var(--community-sticky-chrome-top,0px));--community-page-top-lg:calc(16px + var(--community-sticky-chrome-top,0px));--community-mobile-chrome-transition:top var(--community-chrome-duration) var(--community-chrome-ease), margin-top var(--community-chrome-duration) var(--community-chrome-ease), padding-top var(--community-chrome-duration) var(--community-chrome-ease);transition:--community-sticky-chrome-top var(--community-chrome-duration) var(--community-chrome-ease)}.CommunityLayout-module__78HucW__desktop-page-background[data-mobile-header-revealed=true]{--community-sticky-chrome-top:var(--mobile-top-chrome-height,56px)}.CommunityLayout-module__78HucW__desktop-page-background .CommunityLayout-module__78HucW__communityMobileTopBar{z-index:1200;box-sizing:border-box;isolation:isolate;height:0;min-height:0;transition:height var(--community-chrome-duration,.22s) var(--community-chrome-ease,cubic-bezier(.4, 0, .2, 1)), border-color var(--community-chrome-duration,.22s) var(--community-chrome-ease,cubic-bezier(.4, 0, .2, 1)), box-shadow var(--community-chrome-duration,.22s) var(--community-chrome-ease,cubic-bezier(.4, 0, .2, 1));pointer-events:none;box-shadow:none;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0;overflow:hidden;background-color:var(--bg-color)!important}.CommunityLayout-module__78HucW__desktop-page-background[data-mobile-header-revealed=true] .CommunityLayout-module__78HucW__communityMobileTopBar{height:var(--mobile-top-chrome-height,56px);min-height:var(--mobile-top-chrome-height,56px);pointer-events:auto;border-bottom-color:var(--header-border);box-shadow:none}html[data-mobile-drawer-open] .CommunityLayout-module__78HucW__desktop-page-background .CommunityLayout-module__78HucW__communityMobileTopBar{z-index:998;pointer-events:none}.CommunityLayout-module__78HucW__content-wrapper{--community-content-padding-top:0px;width:100%;scroll-padding-top:var(--community-sticky-chrome-top,0px);justify-content:stretch}.CommunityLayout-module__78HucW__content-wrapper:has([data-community-write]){overscroll-behavior:none;overflow:hidden}.CommunityLayout-module__78HucW__content-wrapper:has([data-community-write]) .CommunityLayout-module__78HucW__contentScrollBody{overscroll-behavior:none;flex-direction:column;flex:1;height:100%;min-height:0;display:flex;overflow:hidden}.CommunityLayout-module__78HucW__contentScrollBody{margin-top:0}}@media (min-width:768px){.CommunityLayout-module__78HucW__top-bar-frame{display:flex}.CommunityLayout-module__78HucW__middle-frame{padding-top:64px}.CommunityLayout-module__78HucW__side-bar-frame{display:flex}.CommunityLayout-module__78HucW__content-wrapper{--community-content-padding-top:24px;padding:24px 32px}.CommunityLayout-module__78HucW__content-wrapper:has([data-stage-feed-empty]){align-items:flex-start}.CommunityLayout-module__78HucW__content-wrapper:has([data-stage-feed-empty]) .CommunityLayout-module__78HucW__contentScrollBody{flex:0 auto;width:100%}}@media (min-width:768px) and (max-width:1200px){.CommunityLayout-module__78HucW__top-bar-inner{grid-template-columns:minmax(0,160px) minmax(0,1fr) minmax(0,max-content);gap:12px;padding:0 16px}.CommunityLayout-module__78HucW__top-bar-logo-box{width:auto;min-width:0}.CommunityLayout-module__78HucW__sign-button-wrapper{gap:6px;max-width:none}.CommunityLayout-module__78HucW__backstageNavBtn,.CommunityLayout-module__78HucW__user-profile-btn{border-radius:8px;gap:4px;height:36px;padding:6px 10px;font-size:12px}.CommunityLayout-module__78HucW__backstageNavBtn svg,.CommunityLayout-module__78HucW__user-profile-btn svg{width:16px;height:16px}.CommunityLayout-module__78HucW__search-input{height:40px;font-size:13px}}@media (min-width:768px) and (max-width:980px){.CommunityLayout-module__78HucW__backstageNavBtn span,.CommunityLayout-module__78HucW__user-profile-btn span{display:none}.CommunityLayout-module__78HucW__backstageNavBtn,.CommunityLayout-module__78HucW__user-profile-btn{justify-content:center;width:36px;min-width:36px;padding:0}}@media (min-width:1280px){.CommunityLayout-module__78HucW__right-widget-area{display:flex}}
.MobileBottomNav-module__2hhxGG__root{z-index:999;box-sizing:border-box;backface-visibility:hidden;width:100%;max-width:100%;margin:0;padding:0;position:fixed;bottom:0;left:0;right:0}@media (min-width:768px){.MobileBottomNav-module__2hhxGG__root:not(.MobileBottomNav-module__2hhxGG__rootForceDesktop){display:none!important}}.MobileBottomNav-module__2hhxGG__rootForceDesktop{display:block}@media (min-width:768px){.MobileBottomNav-module__2hhxGG__rootForceDesktop{max-width:min(100%,600px);margin-left:auto;margin-right:auto;display:flex}}.MobileBottomNav-module__2hhxGG__shell{box-sizing:border-box;border-top:1px solid var(--border-color);background:color-mix(in srgb, var(--card-bg) 95%, transparent);-webkit-backdrop-filter:blur(4px);width:100%}.MobileBottomNav-module__2hhxGG__rootTransparent{pointer-events:none}.MobileBottomNav-module__2hhxGG__rootTransparent .MobileBottomNav-module__2hhxGG__shell{-webkit-backdrop-filter:none;background:0 0;border-top-color:#0000}.MobileBottomNav-module__2hhxGG__rootTransparent .MobileBottomNav-module__2hhxGG__tab{opacity:0}.MobileBottomNav-module__2hhxGG__strip{box-sizing:border-box;height:var(--mobile-nav-content-height);min-height:var(--mobile-nav-content-height);flex-flow:row;justify-content:space-evenly;align-items:center;width:100%;min-width:0;line-height:0;display:flex;overflow-x:hidden}.MobileBottomNav-module__2hhxGG__tab{flex-direction:row;flex:1 1 0;justify-content:center;align-items:center;min-width:0;padding:0 2px;line-height:0;transition:transform .3s;display:flex}.MobileBottomNav-module__2hhxGG__tabIconWrap{justify-content:center;align-items:center;line-height:0;display:inline-flex;position:relative}.MobileBottomNav-module__2hhxGG__tab:active{transform:scale(.95)}.MobileBottomNav-module__2hhxGG__sideDrawerOverlay{z-index:var(--mobile-side-drawer-overlay-z,35000)}.MobileBottomNav-module__2hhxGG__sideDrawerPanel{box-sizing:border-box;height:auto;z-index:var(--mobile-side-drawer-panel-z,35001);top:0;bottom:0}:is(html[data-mobile-drawer-open] .MobileBottomNav-module__2hhxGG__root,html[data-mobile-write-fab-open] .MobileBottomNav-module__2hhxGG__root){z-index:998}.MobileBottomNav-module__2hhxGG__drawerScroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:auto;min-height:0;overflow:hidden auto}.MobileBottomNav-module__2hhxGG__sideDrawerFooter{border-top:1px solid var(--border-color);background:var(--card-bg);flex-shrink:0;width:100%;margin-top:8px}.MobileBottomNav-module__2hhxGG__sideDrawerFooterInner{padding:20px 20px calc(24px + var(--mobile-bottom-safe-inset,env(safe-area-inset-bottom,0px)));flex-direction:column;gap:12px;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerFooterLinks{flex-wrap:wrap;align-items:center;gap:4px 8px;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerFooterLink{color:var(--text-secondary);font-size:12px;font-weight:500;line-height:1.4;text-decoration:none;transition:color .15s}.MobileBottomNav-module__2hhxGG__sideDrawerFooterLink:hover{color:var(--text-primary)}.MobileBottomNav-module__2hhxGG__sideDrawerFooterDivider{color:var(--text-label);font-size:12px}.MobileBottomNav-module__2hhxGG__sideDrawerFooterMeta{color:var(--text-label);font-size:11px;line-height:1.55}.MobileBottomNav-module__2hhxGG__sideDrawerFooterCopyright{color:var(--text-muted);font-size:10px;font-weight:500}.MobileBottomNav-module__2hhxGG__drawerScroll::-webkit-scrollbar{width:0;height:0;display:none}.MobileBottomNav-module__2hhxGG__sideDrawerHeader{background:var(--side-drawer-header-bg)}.MobileBottomNav-module__2hhxGG__sideDrawerProfileAvatar{background:var(--side-drawer-profile-avatar-bg);color:var(--side-drawer-profile-avatar-icon)}.MobileBottomNav-module__2hhxGG__sideDrawerProfileLink{align-items:center;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerProfileLink:hover .MobileBottomNav-module__2hhxGG__sideDrawerProfileSubtext{color:var(--side-drawer-profile-link-hover)}.MobileBottomNav-module__2hhxGG__sideDrawerDashboardBtn{border:1px solid var(--side-drawer-dashboard-border);background:var(--side-drawer-dashboard-bg);width:100%;color:var(--side-drawer-dashboard-text);box-shadow:var(--side-drawer-dashboard-shadow);border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;transition:background-color .2s,transform .15s,box-shadow .2s;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerDashboardBtn:hover{background:var(--side-drawer-dashboard-hover-bg)}.MobileBottomNav-module__2hhxGG__sideDrawerDashboardBtn:active{transform:scale(.98)}.MobileBottomNav-module__2hhxGG__sideDrawerDashboardLabel{align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerDashboardIcon{color:var(--side-drawer-dashboard-icon);flex-shrink:0}.MobileBottomNav-module__2hhxGG__sideDrawerDashboardChevron{color:var(--side-drawer-dashboard-chevron);flex-shrink:0}.MobileBottomNav-module__2hhxGG__sideDrawerLoginBtn{border:1px solid var(--side-drawer-login-border);background:var(--side-drawer-login-bg);width:100%;color:var(--side-drawer-login-text);box-shadow:var(--side-drawer-login-shadow);border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:700;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .15s;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerLoginBtn:hover{background:var(--side-drawer-login-hover-bg)}.MobileBottomNav-module__2hhxGG__sideDrawerLoginBtn:active{transform:scale(.98)}.MobileBottomNav-module__2hhxGG__sideDrawerStreamerEntry{border:1px solid var(--streamer-mode-mobile-border);background:var(--streamer-mode-mobile-bg);color:var(--streamer-mode-mobile-text);box-shadow:var(--streamer-mode-mobile-shadow);-webkit-tap-highlight-color:transparent;border-radius:14px;align-items:center;gap:12px;margin:12px 16px 4px;padding:12px 14px;text-decoration:none;transition:background-color .2s,transform .15s,box-shadow .2s;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerStreamerEntry:hover{background:var(--streamer-mode-mobile-hover)}.MobileBottomNav-module__2hhxGG__sideDrawerStreamerEntry:active{transform:scale(.98)}.MobileBottomNav-module__2hhxGG__sideDrawerStreamerEntryIcon{width:38px;height:38px;color:var(--streamer-mode-mobile-text);background:#ffffff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerStreamerEntryText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerStreamerEntryTitle{color:var(--streamer-mode-mobile-text);font-size:14px;font-weight:800;line-height:1.2}.MobileBottomNav-module__2hhxGG__sideDrawerStreamerEntryDesc{color:color-mix(in srgb, var(--streamer-mode-mobile-text) 82%, transparent);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;line-height:1.2;overflow:hidden}.MobileBottomNav-module__2hhxGG__sideDrawerStreamerEntryChevron{color:color-mix(in srgb, var(--streamer-mode-mobile-text) 60%, transparent);flex-shrink:0}.MobileBottomNav-module__2hhxGG__sideDrawerActivityLink{border-top:1px solid var(--border-color);color:inherit;-webkit-tap-highlight-color:transparent;margin-top:2px;padding-top:8px;text-decoration:none;display:block}.MobileBottomNav-module__2hhxGG__sideDrawerActivityRow{border-radius:8px;align-items:center;gap:8px;min-width:0;padding:4px 2px;transition:background-color .15s;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerActivityLink:active .MobileBottomNav-module__2hhxGG__sideDrawerActivityRow{background-color:var(--surface-hover)}.MobileBottomNav-module__2hhxGG__sideDrawerActivityLabel{color:var(--text-label);flex-shrink:0;font-size:11px;font-weight:700}.MobileBottomNav-module__2hhxGG__sideDrawerActivityGrass{flex:1;grid-template-columns:repeat(7,minmax(0,1fr));align-items:center;gap:4px;min-width:0;display:grid}.MobileBottomNav-module__2hhxGG__sideDrawerGrassCell{aspect-ratio:1;border-radius:3px;width:100%;min-width:0}.MobileBottomNav-module__2hhxGG__sideDrawerGrassCellToday{outline:1px solid color-mix(in srgb, var(--side-drawer-profile-link-hover) 45%, transparent);outline-offset:0}.MobileBottomNav-module__2hhxGG__sideDrawerGrassCellEmpty{background-color:var(--dashboard-grass-empty)}.MobileBottomNav-module__2hhxGG__sideDrawerGrassCellLow{background-color:var(--dashboard-grass-low)}.MobileBottomNav-module__2hhxGG__sideDrawerGrassCellMedium{background-color:var(--dashboard-grass-medium)}.MobileBottomNav-module__2hhxGG__sideDrawerGrassCellHigh{background-color:var(--dashboard-grass-high)}[data-theme=light] .MobileBottomNav-module__2hhxGG__sideDrawerGrassCellEmpty{background-color:#dbe2ea;box-shadow:inset 0 0 0 1px #c5d0dc}[data-theme=light] .MobileBottomNav-module__2hhxGG__sideDrawerGrassCellLow{background-color:#a7f3d0}[data-theme=light] .MobileBottomNav-module__2hhxGG__sideDrawerGrassCellMedium{background-color:#34d399}[data-theme=light] .MobileBottomNav-module__2hhxGG__sideDrawerGrassCellToday{outline-offset:-1px;outline:1.5px solid #059669}.MobileBottomNav-module__2hhxGG__sideDrawerActivityMeta{color:var(--side-drawer-profile-link-hover);flex-shrink:0;font-size:10px;font-weight:700}.MobileBottomNav-module__2hhxGG__sideDrawerActivityChevron{color:var(--text-label);opacity:.7;flex-shrink:0}.MobileBottomNav-module__2hhxGG__sideDrawerNavLink{align-items:center;gap:12px;min-width:0;padding:12px 20px;font-size:14px;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerCommunityStageBlock{flex-shrink:0}.MobileBottomNav-module__2hhxGG__sideDrawerCommunityStageHeader{align-items:center;gap:8px;width:100%;margin:0 0 6px;padding:10px 12px 0 16px;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerCommunityStageHeaderTitle{color:var(--text-label);letter-spacing:.05em;align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerCommunityMainNav{padding-top:4px;padding-bottom:4px}.MobileBottomNav-module__2hhxGG__sideDrawerCommunityMainNav .MobileBottomNav-module__2hhxGG__sideDrawerNavLink{align-items:center;gap:10px;padding-top:10px;padding-bottom:10px;font-size:13px}.MobileBottomNav-module__2hhxGG__sideDrawerCommunityMainNav .MobileBottomNav-module__2hhxGG__sideDrawerNavIcon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerNavLinkCompact{align-items:flex-start;padding-top:10px;padding-bottom:10px;font-size:13px}.MobileBottomNav-module__2hhxGG__sideDrawerNavLinkInactive{color:var(--text-secondary);font-weight:500}.MobileBottomNav-module__2hhxGG__sideDrawerNavLinkInactive:hover{background-color:var(--surface-hover)}.MobileBottomNav-module__2hhxGG__sideDrawerNavLinkActive{color:var(--side-drawer-nav-active-text);background-color:var(--side-drawer-nav-active-bg);font-weight:700}.MobileBottomNav-module__2hhxGG__sideDrawerNavLinkActiveCompact{background-color:#0000}.MobileBottomNav-module__2hhxGG__sideDrawerNavIcon{flex-shrink:0}.MobileBottomNav-module__2hhxGG__sideDrawerNavIconCompact{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerNavIconInactive{color:var(--text-label)}.MobileBottomNav-module__2hhxGG__sideDrawerNavIconActive{color:var(--side-drawer-nav-active-icon)}.MobileBottomNav-module__2hhxGG__sideDrawerCollapsibleSection{border-top:1px solid var(--border-color);margin-top:4px}.MobileBottomNav-module__2hhxGG__sideDrawerCollapsibleSectionFlush{border-top:none;margin-top:0}.MobileBottomNav-module__2hhxGG__sideDrawerCollapsibleHeader{width:100%;color:var(--text-label);letter-spacing:.05em;text-transform:none;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;padding:12px 12px 8px 20px;font-size:11px;font-weight:800;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerCollapsibleTitle{align-items:center;gap:8px;min-width:0;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerCollapsibleChevron{flex-shrink:0;transition:transform .2s}.MobileBottomNav-module__2hhxGG__sideDrawerCollapsibleChevronOpen{transform:rotate(180deg)}.MobileBottomNav-module__2hhxGG__sideDrawerRecentStageRow{align-items:center;min-width:0;transition:background-color .2s;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerRecentStageRow:hover{background-color:var(--surface-hover)}.MobileBottomNav-module__2hhxGG__sideDrawerRecentStageRow .MobileBottomNav-module__2hhxGG__sideDrawerNavLinkInactive:hover,.MobileBottomNav-module__2hhxGG__sideDrawerRecentStageRow:hover .MobileBottomNav-module__2hhxGG__sideDrawerNavLink{background-color:#0000}.MobileBottomNav-module__2hhxGG__sideDrawerRecentStageRow .MobileBottomNav-module__2hhxGG__sideDrawerNavLink{flex:1;min-width:0;padding-right:4px}.MobileBottomNav-module__2hhxGG__sideDrawerRecentStageRemove{color:var(--text-label);cursor:pointer;filter:none;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:0 14px 0 2px;padding:0;line-height:0;transition:color .2s,filter .2s;display:inline-flex}.MobileBottomNav-module__2hhxGG__sideDrawerRecentStageRemove:hover{color:#ef4444;filter:drop-shadow(0 0 8px #ef4444cc)}.MobileBottomNav-module__2hhxGG__sideDrawerStageList{flex-direction:column;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerRecentStageSwipeArea{touch-action:pan-y}.MobileBottomNav-module__2hhxGG__sideDrawerStageListPagingViewport{width:100%;overflow:hidden}.MobileBottomNav-module__2hhxGG__sideDrawerRecentStagePagination{justify-content:center;align-items:center;gap:6px;padding:8px 12px 12px;display:flex}.MobileBottomNav-module__2hhxGG__sideDrawerRecentStagePageBtn{border:1px solid var(--border-color);min-width:28px;height:24px;color:var(--text-label);cursor:pointer;background:0 0;border-radius:999px;padding:0 8px;font-size:11px;font-weight:700;line-height:1;transition:background-color .2s,color .2s,border-color .2s}.MobileBottomNav-module__2hhxGG__sideDrawerRecentStagePageBtn:hover{background-color:var(--surface-hover);color:var(--text-secondary)}.MobileBottomNav-module__2hhxGG__sideDrawerRecentStagePageBtnActive,.MobileBottomNav-module__2hhxGG__sideDrawerRecentStagePageBtnActive:hover{background-color:var(--surface-hover);border-color:var(--border-strong);color:var(--text-primary)}.MobileBottomNav-module__2hhxGG__shell{padding-bottom:var(--mobile-bottom-safe-inset,env(safe-area-inset-bottom,0px))}
.StageNavigationOverlay-module__h7ijfG__overlay{z-index:50000;background:var(--community-stage-nav-overlay-bg);-webkit-backdrop-filter:blur(4px);pointer-events:all;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.StageNavigationOverlay-module__h7ijfG__panel{background:var(--card-bg);border:1px solid var(--community-stage-nav-panel-border);min-width:min(100%,240px);box-shadow:var(--community-stage-nav-panel-shadow);color:var(--text-primary);border-radius:16px;flex-direction:column;align-items:center;gap:14px;padding:28px 32px;display:flex}.StageNavigationOverlay-module__h7ijfG__spinner{border:3px solid var(--community-stage-nav-spinner-track);border-top-color:var(--community-stage-nav-spinner-active);border-radius:50%;flex-shrink:0;width:40px;height:40px;animation:.7s linear infinite StageNavigationOverlay-module__h7ijfG__stageNavSpin}.StageNavigationOverlay-module__h7ijfG__message{letter-spacing:-.02em;color:var(--text-primary);text-align:center;margin:0;font-size:15px;font-weight:800}@keyframes StageNavigationOverlay-module__h7ijfG__stageNavSpin{to{transform:rotate(360deg)}}
