.schedule-table-root{flex-direction:column;align-items:center;gap:29px;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}.schedule-daybar-shell{flex-shrink:0;width:100%;margin:0 auto;transition:max-width .28s}.schedule-daybar{-webkit-backdrop-filter:blur(12px);background:var(--gray-a3);border-radius:9999px;flex-shrink:0;align-items:center;gap:8px;height:60px;min-height:60px;padding:0 24px;transition:height .28s,min-height .28s,padding .28s,border-radius .28s;display:flex}.schedule-daybar-nav{cursor:pointer;background:0 0;border:0;border-radius:9999px;flex-shrink:0;align-items:center;gap:4px;height:36px;padding:0 12px;transition:background-color .15s,height .28s,padding .28s;display:flex}.schedule-daybar-nav:hover:not(:disabled){background:var(--gray-a3)}.schedule-daybar-nav:disabled{opacity:.35;cursor:default}.schedule-daybar-nav:focus-visible{outline:2px solid var(--gray-a8);outline-offset:2px;border-radius:9999px}.schedule-daybar-nav-icon{width:14px;height:14px;color:var(--gray-12);justify-content:center;align-items:center;display:inline-flex}.schedule-daybar-nav-label{color:var(--gray-12);letter-spacing:.14px;white-space:nowrap;text-transform:uppercase;font-size:12px;font-weight:600}.schedule-daybar-days{flex:auto;justify-content:center;align-items:center;gap:4px;transition:gap .28s;display:flex}.schedule-daybar-day{height:36px;color:var(--gray-12);letter-spacing:.14px;white-space:nowrap;text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:600;transition:background-color .15s,color .15s,height .28s,padding .28s,font-size .28s;display:inline-flex}.schedule-daybar-day:hover:not(.schedule-daybar-day--active){background:var(--gray-a3)}.schedule-daybar-day:focus-visible{outline:2px solid var(--gray-a8);outline-offset:2px;border-radius:9999px}.schedule-daybar-day--active{background:var(--gray-12);color:var(--gray-1)}.schedule-mobile{flex-direction:column;gap:3px;width:100%;max-width:1067px;animation:.25s ease-out schedule-layout-enter;display:flex}.schedule-mobile-header{cursor:pointer;background:var(--gray-3);width:100%;height:60px;color:var(--gray-12);letter-spacing:.14px;border:0;border-radius:9999px;justify-content:space-between;align-items:center;padding:0 22px;font-size:13px;font-weight:600;transition:background-color .15s,color .15s;display:flex}.schedule-mobile-header--expanded{background:var(--gray-12);color:var(--gray-1)}.schedule-mobile-header-label{text-transform:uppercase}.schedule-mobile-header-right{align-items:center;gap:8px;display:flex}.schedule-mobile-header-count{text-transform:none;font-size:13px;font-weight:400}.schedule-mobile-header:not(.schedule-mobile-header--expanded) .schedule-mobile-header-count{color:var(--gray-10)}.schedule-mobile-header--expanded .schedule-mobile-header-count{opacity:.6}.schedule-mobile-header-chevron{width:16px;height:16px;transition:transform .2s}.schedule-mobile-header-chevron--expanded{transform:rotate(90deg)}.schedule-mobile-events{flex-direction:column;gap:3px;padding:3px 0;animation:.2s ease-out schedule-expand;display:flex}.schedule-mobile-event{cursor:pointer;background:var(--gray-3);border-radius:9999px;justify-content:space-between;align-items:center;height:60px;padding:0 24px;transition:background-color .15s;display:flex}.schedule-mobile-event:hover,.schedule-mobile-event--highlight{background:var(--gray-4)}.schedule-mobile-event-head{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.schedule-mobile-event-title{color:var(--gray-12);letter-spacing:.14px;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.schedule-mobile-event-badge{flex-shrink:0}.schedule-mobile-event-highlight-icon{width:14px;height:14px;color:var(--blue-9);flex-shrink:0;margin-top:1px}.schedule-mobile-event-meta{color:var(--gray-10);flex-shrink:0;align-items:center;gap:8px;margin-left:16px;font-size:13px;font-weight:400;display:flex}.schedule-mobile-event-sep{color:var(--gray-8)}.schedule-mobile-event-duration{color:var(--gray-10);align-items:center;gap:4px;display:inline-flex}.schedule-scheduler{flex-shrink:0;align-items:flex-start;width:100%;padding:0 89px;transition:max-width .28s;animation:.25s ease-out schedule-layout-enter;display:flex;overflow:hidden}.schedule-scheduler-center{flex:1;min-width:0;min-height:621px;transition:min-height .28s;display:flex;position:relative;overflow:hidden}.schedule-pinned{background:var(--gray-12);z-index:4;width:189px;box-shadow:8px 0 24px -4px var(--gray-a7);border-radius:18px;flex-direction:column;flex-shrink:0;transition:width .28s cubic-bezier(.22,1,.36,1),opacity .22s,transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s,border-radius .28s;display:flex;overflow:hidden}.schedule-pinned--collapsed{opacity:0;pointer-events:none;width:0;box-shadow:none;transform:translate(-12px)}.schedule-pinned--header-only{z-index:5;width:auto;box-shadow:8px 0 16px -4px var(--gray-a8);border-radius:16px;position:absolute;top:0;left:0}.schedule-pinned--header-only .schedule-pinned-header{flex-direction:row;align-items:center;gap:9px;min-height:48px;padding:0 14px}.schedule-pinned--header-only .schedule-pinned-header-title{font-size:18px}.schedule-pinned--header-only .schedule-pinned-header-time,.schedule-pinned--header-only .schedule-pinned-gap,.schedule-pinned--header-only .schedule-pinned-rows-viewport{display:none}.schedule-pinned--shadow{box-shadow:8px 0 24px -4px var(--gray-a7)}.schedule-pinned-header{flex-direction:column;flex-shrink:0;justify-content:center;gap:4px;min-height:89px;padding:0 22px;transition:padding .28s,min-height .28s;display:flex}.schedule-pinned-header-top{align-items:center;gap:9px;display:flex}.schedule-pinned-header-title{color:var(--gray-1);white-space:nowrap;font-size:21px;font-weight:600}.schedule-pinned-header-time{color:var(--sky-10);letter-spacing:.3px;white-space:nowrap;font-size:12px;font-weight:500}.schedule-pinned-header-badge{background:var(--blue-9);color:var(--gray-1);letter-spacing:.22px;white-space:nowrap;border-radius:9px;justify-content:center;align-items:center;padding:4px 9px;font-size:12px;font-weight:600;display:flex}.schedule-pinned-gap{flex-shrink:0;height:21px}.schedule-pinned-rows-viewport{scrollbar-width:none;transition:max-height .28s;overflow-y:auto}.schedule-pinned-rows-viewport::-webkit-scrollbar{display:none}.schedule-pinned-rows{flex-direction:column;gap:3px;display:flex}.schedule-pinned-item{box-sizing:border-box;color:var(--gray-1);letter-spacing:.14px;text-transform:capitalize;cursor:pointer;align-items:center;padding:0 22px;font-size:15px;font-weight:600;transition:background-color .15s,height .28s,padding .28s,font-size .28s;display:flex}.schedule-pinned-item:hover{background:var(--gray-a4)}.schedule-scheduler-scroll{scrollbar-width:none;-webkit-overflow-scrolling:touch;will-change:transform;flex:1;min-width:0;transition:width .28s;overflow-x:auto}.schedule-scheduler-scroll::-webkit-scrollbar{display:none}.schedule-scheduler-scroll--bounce-start{animation:.24s cubic-bezier(.22,1,.36,1) schedule-bounce-x-start}.schedule-scheduler-scroll--bounce-end{animation:.24s cubic-bezier(.22,1,.36,1) schedule-bounce-x-end}.schedule-timeline{width:3600px;height:100%;position:relative}.schedule-time-header{z-index:2;transition:height .28s;display:flex;position:sticky;top:0}.schedule-time-cell{box-sizing:border-box;flex-shrink:0;align-items:center;padding-left:12px;transition:height .28s,padding-left .28s;display:flex}.schedule-time-label{color:var(--gray-12);letter-spacing:.14px;white-space:nowrap;font-size:15px;font-weight:600;transition:font-size .28s}.schedule-rows-viewport{scrollbar-width:thin;will-change:transform;transition:max-height .28s;overflow-y:auto}.schedule-rows-viewport::-webkit-scrollbar{width:4px}.schedule-rows-viewport::-webkit-scrollbar-thumb{background:var(--gray-a6);border-radius:4px}.schedule-rows-viewport--bounce-start{animation:.24s cubic-bezier(.22,1,.36,1) schedule-bounce-y-start}.schedule-rows-viewport--bounce-end{animation:.24s cubic-bezier(.22,1,.36,1) schedule-bounce-y-end}.schedule-rows{flex-direction:column;gap:3px;display:flex}.schedule-row{flex-shrink:0;width:100%;transition:height .28s;position:relative}.schedule-event{background:var(--gray-3);box-sizing:border-box;cursor:pointer;border-radius:9999px;align-items:center;height:60px;padding:0 24px;transition:background-color .15s,height .28s,padding .28s;display:flex;position:absolute;top:0;overflow:hidden}.schedule-event:hover,.schedule-event--highlight{background:var(--gray-4)}.schedule-event-inner{justify-content:space-between;align-items:center;width:100%;display:flex;overflow:hidden}.schedule-event-title{color:var(--gray-12);letter-spacing:.14px;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;transition:font-size .28s;overflow:hidden}.schedule-event-time{display:none}.schedule-event-plus{width:20px;height:20px;color:var(--gray-12);opacity:.5;flex-shrink:0}.schedule-now{z-index:5;pointer-events:none;position:absolute;top:0;bottom:0}.schedule-now-arrow{border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid var(--sky-9);width:0;height:0;position:absolute;top:0;left:-6px}.schedule-now-line{background:var(--sky-9);width:2px;margin-left:-1px;position:absolute;top:8px;bottom:0;left:0}.schedule-tooltip-body{flex-direction:column;gap:2px;display:flex}.schedule-tooltip-title{font-weight:600}.schedule-tooltip-time{opacity:.8}.schedule-tooltip-badge{width:fit-content;margin-top:4px}.schedule-scroll-arrow{display:none}.schedule-category-filter{scrollbar-width:none;opacity:0;pointer-events:none;flex-shrink:0;gap:8px;width:100%;max-height:0;padding:0;transition:max-height .28s,opacity .22s,transform .28s,margin .28s;display:flex;overflow:auto hidden;transform:translateY(-10px)}.schedule-category-filter::-webkit-scrollbar{display:none}.schedule-category-chip{background:var(--gray-3);height:36px;color:var(--gray-12);letter-spacing:.06px;white-space:nowrap;cursor:pointer;border:0;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 16px;font-family:inherit;font-size:13px;font-weight:500;transition:background-color .15s,color .15s;display:inline-flex}.schedule-category-chip:hover:not(.schedule-category-chip--active){background:var(--gray-4)}.schedule-category-chip--active{background:var(--gray-12);color:var(--gray-1)}.schedule-mobile-live-header{opacity:0;pointer-events:none;align-items:center;gap:9px;height:40px;max-height:0;padding:0;transition:max-height .28s,opacity .22s,transform .28s,margin .28s;display:flex;overflow:hidden;transform:translateY(-8px)}.schedule-mobile-live-header .schedule-pinned-header-title{color:var(--gray-12);font-size:18px}.schedule-gap{transition:height .28s}@keyframes schedule-layout-enter{0%{opacity:0}to{opacity:1}}@keyframes schedule-expand{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes schedule-bounce-x-start{0%{transform:translate(0)}35%{transform:translate(10px)}to{transform:translate(0)}}@keyframes schedule-bounce-x-end{0%{transform:translate(0)}35%{transform:translate(-10px)}to{transform:translate(0)}}@keyframes schedule-bounce-y-start{0%{transform:translateY(0)}35%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes schedule-bounce-y-end{0%{transform:translateY(0)}35%{transform:translateY(-10px)}to{transform:translateY(0)}}.schedule-table-root[data-breakpoint=desktop-narrow],.schedule-table-root[data-breakpoint=desktop-compact]{gap:12px}[data-breakpoint=desktop-narrow] .schedule-daybar-shell,[data-breakpoint=desktop-compact] .schedule-daybar-shell{max-width:1067px}[data-breakpoint=desktop-narrow] .schedule-daybar,[data-breakpoint=desktop-compact] .schedule-daybar{height:48px;min-height:48px;padding:0 6px}[data-breakpoint=desktop-narrow] .schedule-daybar-nav,[data-breakpoint=desktop-compact] .schedule-daybar-nav{height:36px;padding:0 10px}[data-breakpoint=desktop-narrow] .schedule-daybar-day,[data-breakpoint=desktop-compact] .schedule-daybar-day{height:36px;padding:0 16px;font-size:13px}[data-breakpoint=desktop-narrow] .schedule-category-filter,[data-breakpoint=desktop-compact] .schedule-category-filter{opacity:1;pointer-events:auto;max-height:48px;transform:translateY(0)}[data-breakpoint=desktop-narrow] .schedule-scheduler,[data-breakpoint=desktop-compact] .schedule-scheduler{max-width:1067px;margin:0 auto;padding:0}[data-breakpoint=desktop-narrow] .schedule-event,[data-breakpoint=desktop-compact] .schedule-event{height:48px}[data-breakpoint=desktop-narrow] .schedule-time-label,[data-breakpoint=desktop-compact] .schedule-time-label,[data-breakpoint=desktop-narrow] .schedule-pinned-item,[data-breakpoint=desktop-compact] .schedule-pinned-item{font-size:13px}@media (prefers-reduced-motion:reduce){.schedule-scheduler-scroll--bounce-start,.schedule-scheduler-scroll--bounce-end,.schedule-rows-viewport--bounce-start,.schedule-rows-viewport--bounce-end{animation:none}}@media (max-width:534px){.schedule-daybar-days{justify-content:center;gap:0;min-width:0;overflow:visible}.schedule-daybar-day:not(.schedule-daybar-day--active){display:none}}@media (max-width:535px){.schedule-scheduler{padding:0}}@media (max-width:534px){.schedule-table-root{gap:16px}.schedule-daybar{height:44px;min-height:44px;padding:0 12px}.schedule-daybar-nav{height:28px;padding:0 6px}.schedule-daybar-nav-label{font-size:11px;display:inline}.schedule-daybar-days{justify-content:center;gap:0;min-width:0;overflow:visible}.schedule-daybar-day{height:28px;padding:0 8px;font-size:11px}.schedule-category-filter{opacity:1;pointer-events:auto;max-height:48px;padding:0 4px;transform:translateY(0)}.schedule-pinned--collapsed{width:0}.schedule-scheduler-center{min-height:auto}.schedule-event{height:48px;padding:0 16px}.schedule-event-title,.schedule-time-label,.schedule-pinned-item{font-size:13px}.schedule-mobile-header{height:48px;padding:0 16px;font-size:12px}.schedule-mobile-event{height:48px;padding:0 16px}.schedule-mobile-event-title{font-size:13px}.schedule-mobile-event-meta{font-size:11px}}@media (max-width:479px){.schedule-daybar{padding:0 8px}.schedule-daybar-days{justify-content:center;gap:0;overflow-x:visible}.schedule-daybar-day:not(.schedule-daybar-day--active){display:none}.schedule-daybar-day{height:30px;padding:0 12px;font-size:12px}.schedule-category-chip{height:34px;padding:0 14px;font-size:12px}.schedule-time-label,.schedule-pinned-item{font-size:12px}}
.landing-root{background:var(--color-background);min-height:100svh;color:var(--gray-12);width:100%;display:flex}.landing-header{background:var(--color-background);z-index:50;height:64px;position:fixed;top:0;left:0;right:0}.landing-header-inner{justify-content:space-between;align-items:center;height:100%;padding:0 28px;display:flex}.landing-header-left{align-items:center;gap:12px;display:flex}.landing-header-right{align-items:center;gap:8px;display:flex}.landing-header-menu{display:inline-flex}.landing-brand{color:inherit;align-items:center;text-decoration:none;display:inline-flex}.landing-brand-logo{object-fit:contain;border-radius:6px;display:block}.landing-login-button{background:var(--gray-a3);color:var(--gray-12)}.landing-login-button:hover{background:var(--gray-a4)}.landing-join-button{border-radius:9999px;padding-left:24px;padding-right:24px;font-weight:500;background:var(--gray-12)!important;color:var(--gray-1)!important}.landing-join-button:hover{opacity:.85}.landing-plans-button{border:1px solid var(--gray-a6);border-radius:9999px;gap:6px;padding-left:20px;padding-right:16px;font-weight:500;color:var(--gray-12)!important;background:0 0!important}.landing-plans-button:hover{background:var(--gray-a3)!important}.landing-sidebar{width:200px;height:calc(100svh - 64px);padding-left:20px;padding-right:12px;display:none;position:fixed;top:64px;left:0}.landing-nav{flex-direction:column;gap:2px;padding:24px 0;display:flex}.landing-nav-link{height:40px;color:var(--gray-a11);border-radius:999px;align-items:center;padding:0 20px 0 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .16s,color .16s;display:flex}.landing-nav-link:hover{background:var(--gray-a3);color:var(--gray-12)}.landing-nav-link--mobile{border-radius:10px;height:44px;padding:0 12px}.landing-main-container{flex-direction:column;width:100%;display:flex}.landing-main{padding-top:64px}.landing-container{box-sizing:border-box;width:100%;max-width:100%;margin:0 auto;padding:32px 16px 64px}.landing-featured{margin-bottom:64px}.landing-featured-stage{grid-template-columns:1fr;gap:24px;display:grid}.landing-featured-rail{overflow:visible}.landing-featured-rail-content{flex-direction:column;gap:64px;display:flex;position:relative}.landing-card{width:100%}.landing-card--square[data-active=true] .landing-card-image{box-shadow:0 0 0 2px var(--focus-a8)}.landing-card--square[data-active=true] .landing-card-title{text-underline-offset:4px;text-decoration:underline}.landing-card-link{color:inherit;text-decoration:none;display:block}.landing-card-image{background:var(--gray-a3);border-radius:6px;position:relative;overflow:hidden}.landing-img-skeleton{background:linear-gradient(90deg,var(--gray-a3)0%,var(--gray-a4)40%,var(--gray-a3)80%);z-index:1;border-radius:inherit;background-size:200% 100%;transition:opacity .3s;animation:1.4s ease-in-out infinite landing-shimmer;position:absolute;inset:0}.landing-img-skeleton[data-loaded=true]{opacity:0;pointer-events:none}@keyframes landing-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.landing-logo-card-image{background:var(--gray-a3);justify-content:center;align-items:center;display:flex}.landing-logo-card-image img{object-fit:contain;width:48%;height:48%}.landing-card-image--wide{aspect-ratio:16/9}.landing-card-image--square{aspect-ratio:1}.landing-card-body{flex-direction:column;gap:16px;padding-top:16px;display:flex}.landing-card-body--wide{padding-right:80px}.landing-card-title{letter-spacing:-.18px;font-weight:500}.landing-card-title--lg{letter-spacing:-1.44px;font-size:46px;line-height:56px}.landing-card-title--sm{font-size:17px;line-height:24px}.landing-card-link:hover .landing-card-title{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px}.landing-meta-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.landing-meta-category{color:var(--gray-12)}.landing-meta-detail{color:var(--gray-a10)}.landing-section{margin-bottom:80px;padding-top:32px}.landing-section-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.landing-section-title{letter-spacing:-.22px;color:var(--gray-12);font-size:21px}.landing-section-link{color:var(--gray-a11);font-size:13.5px;font-weight:500;text-decoration:none}.landing-section-link:hover{text-underline-offset:4px;text-decoration:underline}.landing-separator{opacity:.2;margin-bottom:32px}.landing-news-grid{grid-template-columns:1fr;gap:24px;display:grid}.landing-news-row-link{color:inherit;align-items:center;gap:24px;text-decoration:none;display:flex}.landing-news-row-image{background:var(--gray-a3);border-radius:6px;flex:0 0 185px;width:185px;height:185px;position:relative;overflow:hidden}.landing-news-row-body{flex-direction:column;gap:8px;min-width:0;display:flex}.landing-grid-3{grid-template-columns:1fr;gap:24px;display:grid}.landing-story{aspect-ratio:2;background:var(--gray-a3);border-radius:6px;width:100%;position:relative;overflow:hidden}.landing-story-overlay{background:var(--black-a8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;max-width:min(520px,90%);padding:16px;position:absolute;bottom:24px;left:24px}.landing-story-title{font-size:16px;font-weight:600;line-height:20px}.landing-story-subtitle{color:var(--gray-a11);margin-top:6px;font-size:13px;line-height:18px}.landing-footer{border-top:1px solid var(--gray-a6);margin-top:60px;padding:60px 0}.landing-footer-inner{flex-direction:column;gap:40px;max-width:1440px;margin:0 auto;padding:0 16px;display:flex}.landing-footer-columns{flex-wrap:wrap;gap:40px;display:flex}.landing-footer-col{flex-direction:column;gap:16px;min-width:180px;display:flex}.landing-footer-col-title{color:var(--gray-a10);font-weight:500}.landing-footer-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.landing-footer-link{color:var(--gray-a11);font-size:13.5px;font-weight:500;text-decoration:none}.landing-footer-link:hover{text-underline-offset:4px;text-decoration:underline}.landing-mobile-overlay{z-index:100;background:#0000008c;position:fixed;inset:0}.landing-mobile-drawer{background:var(--color-panel-solid);border-right:1px solid var(--gray-a6);z-index:101;width:min(360px,92vw);padding:16px;position:fixed;top:64px;bottom:0;left:0;overflow-y:auto}.landing-visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.landing-mobile-drawer-header{justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.landing-mobile-nav{flex-direction:column;gap:6px;padding-top:8px;display:flex}.landing-mobile-auth{border-top:1px solid var(--gray-a6);flex-direction:column;gap:8px;margin-top:16px;padding-top:12px;display:flex}.landing-mobile-auth-button{justify-content:center;width:100%}@media (min-width:768px){.landing-container{padding-left:32px;padding-right:32px}.landing-news-grid{grid-template-columns:1fr 1fr;gap:32px}.landing-grid-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.landing-sidebar{display:block}.landing-header-menu{display:none}.landing-main{margin-left:200px}}@media (min-width:1280px){.landing-featured-stage{grid-template-columns:minmax(0,1fr) 326px;align-items:start}.landing-featured-main{align-self:start;position:sticky;top:96px}}
