.FAQSection-module__nivA6a__section{width:100%;max-width:1400px;padding:var(--space-24,96px)0;margin:0 auto}:is(.dark .FAQSection-module__nivA6a__section,html.dark .FAQSection-module__nivA6a__section){background:#08090a}.FAQSection-module__nivA6a__sectionContent{padding:0 var(--space-12)}@media (min-width:1024px){.FAQSection-module__nivA6a__sectionContent{padding:0 var(--space-6)}}@media (max-width:640px){.FAQSection-module__nivA6a__sectionContent{padding:0 var(--space-5)}}@media (max-width:480px){.FAQSection-module__nivA6a__sectionContent{padding:0 var(--space-4)}}@media (max-width:360px){.FAQSection-module__nivA6a__sectionContent{padding:0 var(--space-3)}}@media (max-width:768px){.FAQSection-module__nivA6a__section{padding:var(--space-12)0}}.FAQSection-module__nivA6a__sectionHeader{text-align:left;margin-bottom:var(--space-12)}.FAQSection-module__nivA6a__sectionKicker{text-transform:uppercase;letter-spacing:.08em;color:var(--foreground-tertiary);margin-bottom:var(--space-2);font-size:.8rem;font-family:var(--font-sans);font-weight:500}.FAQSection-module__nivA6a__sectionTitle{font-family:var(--font-dm-sans);letter-spacing:-.02em;color:var(--foreground-primary);margin-bottom:var(--space-3);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.2}.FAQSection-module__nivA6a__sectionSubtitle{color:var(--foreground-secondary);max-width:720px;font-size:1.05rem;line-height:1.6;font-family:var(--font-sans)}.FAQSection-module__nivA6a__faqGrid{gap:var(--space-4);display:grid}.FAQSection-module__nivA6a__faqItem{border:1px solid var(--border-default);background:linear-gradient(135deg,#060606 0%,#0f0f12 50%,#080808 100%);border-radius:12px;transition:all .25s;overflow:hidden}.FAQSection-module__nivA6a__faqItem:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.FAQSection-module__nivA6a__faqItem[open]{border-color:var(--border-strong)}.FAQSection-module__nivA6a__faqQuestion{padding:var(--space-6)var(--space-6);font-family:var(--font-dm-sans);color:var(--foreground-primary);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;list-style:none;transition:color .2s;display:flex}.FAQSection-module__nivA6a__faqQuestion::-webkit-details-marker{display:none}.FAQSection-module__nivA6a__faqQuestion:hover{color:var(--foreground-secondary)}.FAQSection-module__nivA6a__faqQuestion:focus{outline:2px solid var(--border-strong);outline-offset:-2px;border-radius:12px}.FAQSection-module__nivA6a__faqIcon{color:var(--foreground-tertiary);margin-left:var(--space-4);flex-shrink:0;font-size:1.5rem;font-weight:300;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s}.FAQSection-module__nivA6a__faqItem[open] .FAQSection-module__nivA6a__faqIcon{color:var(--foreground-primary);transform:rotate(45deg)}.FAQSection-module__nivA6a__faqAnswerWrapper{opacity:0;max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQSection-module__nivA6a__faqItem[open] .FAQSection-module__nivA6a__faqAnswerWrapper{opacity:1;max-height:500px}.FAQSection-module__nivA6a__faqAnswer{padding:0 var(--space-6)var(--space-6)var(--space-6);color:var(--foreground-secondary);font-size:1rem;line-height:1.65;font-family:var(--font-sans);transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translateY(-8px)}@media (max-width:768px){.FAQSection-module__nivA6a__faqQuestion{padding:var(--space-5);font-size:1rem}.FAQSection-module__nivA6a__faqAnswer{padding:0 var(--space-5)var(--space-5)var(--space-5);font-size:.95rem}}@media (max-width:480px){.FAQSection-module__nivA6a__faqQuestion{padding:var(--space-4);font-size:.95rem}.FAQSection-module__nivA6a__faqIcon{font-size:1.25rem}.FAQSection-module__nivA6a__faqAnswer{padding:0 var(--space-4)var(--space-4)var(--space-4);font-size:.9rem}}.FAQSection-module__nivA6a__faqItem[open] .FAQSection-module__nivA6a__faqAnswer{transform:translateY(0)}:is(:root:not(.dark) .FAQSection-module__nivA6a__faqItem,.light .FAQSection-module__nivA6a__faqItem,html.light .FAQSection-module__nivA6a__faqItem){border-color:var(--border-default);background:linear-gradient(135deg,#fff 0%,#f7f7fb 50%,#fff 100%)}:is(:root:not(.dark) .FAQSection-module__nivA6a__faqItem:hover,.light .FAQSection-module__nivA6a__faqItem:hover,html.light .FAQSection-module__nivA6a__faqItem:hover){box-shadow:var(--shadow-sm)}:is(:root:not(.dark) .FAQSection-module__nivA6a__faqQuestion,.light .FAQSection-module__nivA6a__faqQuestion,html.light .FAQSection-module__nivA6a__faqQuestion){color:var(--foreground-primary)}:is(:root:not(.dark) .FAQSection-module__nivA6a__faqAnswer,.light .FAQSection-module__nivA6a__faqAnswer,html.light .FAQSection-module__nivA6a__faqAnswer){color:var(--foreground-secondary)}:is(.dark .FAQSection-module__nivA6a__faqItem,html.dark .FAQSection-module__nivA6a__faqItem),:is(.dark .FAQSection-module__nivA6a__faqQuestion,html.dark .FAQSection-module__nivA6a__faqQuestion){color:var(--foreground-primary)}:is(.dark .FAQSection-module__nivA6a__faqAnswer,html.dark .FAQSection-module__nivA6a__faqAnswer){color:var(--foreground-secondary)}:is(.dark .FAQSection-module__nivA6a__faqIcon,html.dark .FAQSection-module__nivA6a__faqIcon){color:var(--foreground-tertiary)}:is(.dark .FAQSection-module__nivA6a__faqItem[open] .FAQSection-module__nivA6a__faqIcon,html.dark .FAQSection-module__nivA6a__faqItem[open] .FAQSection-module__nivA6a__faqIcon){color:var(--foreground-primary)}:is(.dark .FAQSection-module__nivA6a__sectionKicker,html.dark .FAQSection-module__nivA6a__sectionKicker){color:var(--foreground-tertiary)}:is(.dark .FAQSection-module__nivA6a__sectionTitle,html.dark .FAQSection-module__nivA6a__sectionTitle){color:var(--foreground-primary)}:is(.dark .FAQSection-module__nivA6a__sectionSubtitle,html.dark .FAQSection-module__nivA6a__sectionSubtitle){color:var(--foreground-secondary)}
.CoverageSection-module__GRMTMG__section{border-top:1px solid #ffffff0a;width:100%;max-width:1400px;margin:0 auto;padding:64px 0}:is(.dark .CoverageSection-module__GRMTMG__section,html.dark .CoverageSection-module__GRMTMG__section){background:#08090a}.CoverageSection-module__GRMTMG__sectionContent{padding:0 var(--space-12)}@media (min-width:1024px){.CoverageSection-module__GRMTMG__sectionContent{padding:0 var(--space-6)}}@media (max-width:640px){.CoverageSection-module__GRMTMG__sectionContent{padding:0 var(--space-5)}}@media (max-width:480px){.CoverageSection-module__GRMTMG__sectionContent{padding:0 var(--space-4)}}@media (max-width:360px){.CoverageSection-module__GRMTMG__sectionContent{padding:0 var(--space-3)}}@media (max-width:768px){.CoverageSection-module__GRMTMG__section{padding:var(--space-12)0}}.CoverageSection-module__GRMTMG__sectionHeader{text-align:left;margin-bottom:var(--space-12)}.CoverageSection-module__GRMTMG__sectionKicker{text-transform:uppercase;letter-spacing:.08em;color:var(--foreground-tertiary);margin-bottom:var(--space-2);font-size:.8rem;font-family:var(--font-sans);font-weight:500}.CoverageSection-module__GRMTMG__sectionTitle{font-family:var(--font-dm-sans);letter-spacing:-.02em;color:var(--foreground-primary);margin-bottom:var(--space-3);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.2}.CoverageSection-module__GRMTMG__sectionSubtitle{color:var(--foreground-secondary);max-width:720px;font-size:1.05rem;line-height:1.6;font-family:var(--font-sans)}.CoverageSection-module__GRMTMG__metricsGrid{gap:var(--space-6);margin-bottom:var(--space-12);grid-template-columns:1fr;display:grid}@media (min-width:768px){.CoverageSection-module__GRMTMG__metricsGrid{grid-template-columns:repeat(3,1fr)}}.CoverageSection-module__GRMTMG__metricCard{padding:var(--space-8);border:1px solid var(--border-default);text-align:left;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#060606 0%,#0f0f12 50%,#080808 100%);border-top:2px solid #ffffff14;border-radius:12px;transition:all .25s}.CoverageSection-module__GRMTMG__metricCard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-4px)}.CoverageSection-module__GRMTMG__metricValue{font-family:var(--font-dm-sans);color:var(--foreground-primary);margin-bottom:var(--space-2);letter-spacing:-.03em;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1}.CoverageSection-module__GRMTMG__metricLabel{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.08em;color:var(--foreground-tertiary);margin-bottom:var(--space-3);font-size:.9rem;font-weight:500}.CoverageSection-module__GRMTMG__metricDetail{font-family:var(--font-sans);color:var(--foreground-secondary);margin:0;font-size:.9rem;line-height:1.5}@media (max-width:640px){.CoverageSection-module__GRMTMG__metricCard{padding:var(--space-6)}.CoverageSection-module__GRMTMG__metricDetail{font-size:.85rem}}.CoverageSection-module__GRMTMG__trustNotes{gap:var(--space-4);max-width:800px;padding-top:var(--space-8);border-top:1px solid var(--border-default);margin:0 auto;display:grid}.CoverageSection-module__GRMTMG__trustNote{font-family:var(--font-sans);color:var(--foreground-tertiary);padding-left:var(--space-6);font-size:.9rem;line-height:1.6;position:relative}.CoverageSection-module__GRMTMG__trustNote:before{content:"•";color:var(--foreground-tertiary);position:absolute;left:0}:is(:root:not(.dark) .CoverageSection-module__GRMTMG__metricCard,.light .CoverageSection-module__GRMTMG__metricCard,html.light .CoverageSection-module__GRMTMG__metricCard){border-color:var(--border-default);box-shadow:var(--shadow-xs);background:linear-gradient(135deg,#fff 0%,#f7f7fb 50%,#fff 100%)}:is(:root:not(.dark) .CoverageSection-module__GRMTMG__metricCard:hover,.light .CoverageSection-module__GRMTMG__metricCard:hover,html.light .CoverageSection-module__GRMTMG__metricCard:hover){box-shadow:var(--shadow-sm)}:is(:root:not(.dark) .CoverageSection-module__GRMTMG__trustNotes,.light .CoverageSection-module__GRMTMG__trustNotes,html.light .CoverageSection-module__GRMTMG__trustNotes){border-top-color:var(--border-default)}:is(.dark .CoverageSection-module__GRMTMG__metricCard,html.dark .CoverageSection-module__GRMTMG__metricCard),:is(.dark .CoverageSection-module__GRMTMG__metricValue,html.dark .CoverageSection-module__GRMTMG__metricValue){color:var(--foreground-primary)}:is(.dark .CoverageSection-module__GRMTMG__metricLabel,html.dark .CoverageSection-module__GRMTMG__metricLabel){color:var(--foreground-tertiary)}:is(.dark .CoverageSection-module__GRMTMG__metricDetail,html.dark .CoverageSection-module__GRMTMG__metricDetail){color:var(--foreground-secondary)}:is(.dark .CoverageSection-module__GRMTMG__trustNote,html.dark .CoverageSection-module__GRMTMG__trustNote),:is(.dark .CoverageSection-module__GRMTMG__sectionKicker,html.dark .CoverageSection-module__GRMTMG__sectionKicker){color:var(--foreground-tertiary)}:is(.dark .CoverageSection-module__GRMTMG__sectionTitle,html.dark .CoverageSection-module__GRMTMG__sectionTitle){color:var(--foreground-primary)}:is(.dark .CoverageSection-module__GRMTMG__sectionSubtitle,html.dark .CoverageSection-module__GRMTMG__sectionSubtitle){color:var(--foreground-secondary)}
.FeatureShowcaseSection-module__jLWNrq__section{background:#08090a radial-gradient(circle at 50% 0,#3ecf8e0d,#0000 60%);padding:72px 0;position:relative;overflow:hidden}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__section,.light .FeatureShowcaseSection-module__jLWNrq__section,html.light .FeatureShowcaseSection-module__jLWNrq__section){background:#fff radial-gradient(circle at 50% 0,#00000008,#0000 60%)}.FeatureShowcaseSection-module__jLWNrq__container{z-index:1;max-width:1400px;margin:0 auto;padding:0 48px;position:relative}.FeatureShowcaseSection-module__jLWNrq__bentoGrid{--border-color:#ffffff14;grid-template-columns:1fr 1fr;gap:0;display:grid}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__bentoGrid,.light .FeatureShowcaseSection-module__jLWNrq__bentoGrid){--border-color:#00000014}@media (max-width:960px){.FeatureShowcaseSection-module__jLWNrq__section{padding:64px 0}.FeatureShowcaseSection-module__jLWNrq__container{padding:0 24px}.FeatureShowcaseSection-module__jLWNrq__bentoGrid{grid-template-columns:1fr}.FeatureShowcaseSection-module__jLWNrq__staticBlock:first-child{border-right:none;border-bottom:1px solid var(--border-color);padding:0 0 32px}.FeatureShowcaseSection-module__jLWNrq__staticBlock:nth-child(2){border-bottom:1px solid var(--border-color);padding:32px 0}.FeatureShowcaseSection-module__jLWNrq__staticBlock{min-height:auto;padding:24px 0}.FeatureShowcaseSection-module__jLWNrq__interactiveBlock{border-top:1px solid var(--border-color);grid-column:span 1;grid-template-columns:1fr;align-items:stretch}.FeatureShowcaseSection-module__jLWNrq__interactiveContent{order:1;padding:32px 0}.FeatureShowcaseSection-module__jLWNrq__interactiveMockup{order:2;justify-content:center;width:100%;padding:0 0 32px}.FeatureShowcaseSection-module__jLWNrq__mockupCard{-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%;box-shadow:none;background:0 0;border:none;overflow-x:auto}.FeatureShowcaseSection-module__jLWNrq__mockupCard::-webkit-scrollbar{display:none}.FeatureShowcaseSection-module__jLWNrq__sessionRow{flex-direction:column;align-items:stretch;gap:12px}.FeatureShowcaseSection-module__jLWNrq__sessionMeta{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;width:100%;margin-top:4px;padding-left:0}}@media (max-width:600px){.FeatureShowcaseSection-module__jLWNrq__section{padding:48px 0}.FeatureShowcaseSection-module__jLWNrq__container{padding:0 16px}.FeatureShowcaseSection-module__jLWNrq__featureTitle{font-size:17px}.FeatureShowcaseSection-module__jLWNrq__featureDescription{max-width:100%;font-size:14px}.FeatureShowcaseSection-module__jLWNrq__agendaHeader{padding:16px 16px 14px}.FeatureShowcaseSection-module__jLWNrq__agendaTitle{font-size:15px}.FeatureShowcaseSection-module__jLWNrq__agendaMeta{flex-direction:column;align-items:flex-start;gap:4px}.FeatureShowcaseSection-module__jLWNrq__filterBar{padding:10px 16px}.FeatureShowcaseSection-module__jLWNrq__sessionRow{flex-direction:column;gap:10px;padding:14px 16px}.FeatureShowcaseSection-module__jLWNrq__sessionMain{gap:5px}.FeatureShowcaseSection-module__jLWNrq__sessionMeta{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:2px;padding-left:0}.FeatureShowcaseSection-module__jLWNrq__trackHeader,.FeatureShowcaseSection-module__jLWNrq__trackGrid{min-width:600px}.FeatureShowcaseSection-module__jLWNrq__trackTimeColumn,.FeatureShowcaseSection-module__jLWNrq__trackTimeCell{width:44px}.FeatureShowcaseSection-module__jLWNrq__trackTimeCell{padding:0 0 0 8px}.FeatureShowcaseSection-module__jLWNrq__yellowTimeBadge{font-size:10px}.FeatureShowcaseSection-module__jLWNrq__stackContainer{perspective:1200px;min-height:320px;padding:16px 0;overflow:hidden}.FeatureShowcaseSection-module__jLWNrq__stackCard{width:240px;padding:12px}.FeatureShowcaseSection-module__jLWNrq__stackCardBack.FeatureShowcaseSection-module__jLWNrq__stackCardActive{transform:translate(-50%,-50%)rotateX(13deg)rotateY(20deg)rotate(-12deg)translate3d(-16px,-60px,120px)}.FeatureShowcaseSection-module__jLWNrq__stackCardMiddle.FeatureShowcaseSection-module__jLWNrq__stackCardActive{transform:translate(-50%,-50%)rotateX(13deg)rotateY(20deg)rotate(-12deg)translate3d(-8px,-25px,120px)}.FeatureShowcaseSection-module__jLWNrq__stackCardFront.FeatureShowcaseSection-module__jLWNrq__stackCardActive{transform:translate(-50%,-50%)rotateX(13deg)rotateY(20deg)rotate(-12deg)translate3d(0,10px,120px)}.FeatureShowcaseSection-module__jLWNrq__stackText{font-size:12px;line-height:1.4}.FeatureShowcaseSection-module__jLWNrq__stackFooter{font-size:10px}}.FeatureShowcaseSection-module__jLWNrq__staticBlock:first-child{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:0 24px 24px 0}.FeatureShowcaseSection-module__jLWNrq__staticBlock:nth-child(2){border-bottom:1px solid var(--border-color);padding:0 0 24px 24px}.FeatureShowcaseSection-module__jLWNrq__staticBlock{flex-direction:column;min-height:320px;padding:24px;display:flex;position:relative}.FeatureShowcaseSection-module__jLWNrq__interactiveBlock{border-top:1px solid var(--border-color);grid-column:span 2;grid-template-columns:1fr 1fr;align-items:start;min-height:360px;display:grid}@media (max-width:960px){.FeatureShowcaseSection-module__jLWNrq__interactiveBlock{grid-column:span 1;grid-template-columns:1fr;align-items:stretch}}.FeatureShowcaseSection-module__jLWNrq__interactiveContent{flex-direction:column;justify-content:flex-start;height:100%;padding:32px 32px 32px 0;display:flex}.FeatureShowcaseSection-module__jLWNrq__interactiveMockup{justify-content:flex-start;align-items:flex-start;height:100%;padding:32px 0 32px 32px;display:flex}.FeatureShowcaseSection-module__jLWNrq__featureTitle{color:#fff;letter-spacing:-.01em;margin:0 0 12px;font-size:18px;font-weight:500;line-height:1.4}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__featureTitle,.light .FeatureShowcaseSection-module__jLWNrq__featureTitle){color:#1a1a1a}.FeatureShowcaseSection-module__jLWNrq__featureDescription{color:#ffffff80;max-width:380px;margin:0;font-size:15px;line-height:1.6}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__featureDescription,.light .FeatureShowcaseSection-module__jLWNrq__featureDescription){color:#0000008c}.FeatureShowcaseSection-module__jLWNrq__featureList{flex-direction:column;width:100%;margin-top:32px;display:flex}.FeatureShowcaseSection-module__jLWNrq__featureItem{cursor:pointer;border-bottom:none;align-items:flex-start;width:100%;padding:16px 0;transition:opacity .2s;display:flex;position:relative}.FeatureShowcaseSection-module__jLWNrq__featureItem:hover{opacity:.8}.FeatureShowcaseSection-module__jLWNrq__featureItemActive{opacity:1}.FeatureShowcaseSection-module__jLWNrq__accentBar{opacity:0;background:#3ecf8e;border-radius:2px;width:2px;height:20px;transition:opacity .2s;position:absolute;top:16px;left:-16px}.FeatureShowcaseSection-module__jLWNrq__featureItemActive .FeatureShowcaseSection-module__jLWNrq__accentBar{opacity:1}.FeatureShowcaseSection-module__jLWNrq__accentBarSecondary{display:none}.FeatureShowcaseSection-module__jLWNrq__featureItemContent{flex-direction:column;gap:6px;display:flex}.FeatureShowcaseSection-module__jLWNrq__featureItemLabel{color:#ffffffe6;font-size:14px;font-weight:500}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__featureItemLabel,.light .FeatureShowcaseSection-module__jLWNrq__featureItemLabel){color:#1a1a1a}.FeatureShowcaseSection-module__jLWNrq__featureItemDetail{color:#ffffff80;max-width:380px;font-size:13px;line-height:1.5;display:none}.FeatureShowcaseSection-module__jLWNrq__featureItemActive .FeatureShowcaseSection-module__jLWNrq__featureItemDetail{animation:.2s FeatureShowcaseSection-module__jLWNrq__fadeIn;display:block}@keyframes FeatureShowcaseSection-module__jLWNrq__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.FeatureShowcaseSection-module__jLWNrq__staticMockup{flex:1;justify-content:flex-start;align-items:center;width:100%;display:flex}.FeatureShowcaseSection-module__jLWNrq__mockupCard{background:#141416;border:1px solid #ffffff0f;border-radius:10px;width:100%;max-width:600px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 1px 3px #0000004d}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__mockupCard,.light .FeatureShowcaseSection-module__jLWNrq__mockupCard){background:#fff;border-color:#0000000f;box-shadow:0 1px 3px #00000014}.FeatureShowcaseSection-module__jLWNrq__interactiveMockup .FeatureShowcaseSection-module__jLWNrq__mockupCard{background:#141416;box-shadow:0 2px 8px #0006}.FeatureShowcaseSection-module__jLWNrq__panelHeader{justify-content:space-between;align-items:center;margin-bottom:12px;padding:16px 20px 0;display:flex}.FeatureShowcaseSection-module__jLWNrq__eventTitle{color:#fff;margin:0 20px 12px;font-size:15px;font-weight:500}.light .FeatureShowcaseSection-module__jLWNrq__eventTitle{color:#1a1a1a}.FeatureShowcaseSection-module__jLWNrq__eventMeta{border-bottom:1px solid #ffffff0f;align-items:center;gap:16px;margin-bottom:16px;padding:0 20px 16px;display:flex}.FeatureShowcaseSection-module__jLWNrq__panelHeaderLeft{align-items:center;gap:6px;display:flex}.FeatureShowcaseSection-module__jLWNrq__panelBreadcrumb{color:#fff6;letter-spacing:.02em;font-size:11px;font-weight:500}.FeatureShowcaseSection-module__jLWNrq__breadcrumbIcon{color:#ffffff4d;width:10px;height:10px}.FeatureShowcaseSection-module__jLWNrq__panelHeaderActions{gap:8px;display:flex}.FeatureShowcaseSection-module__jLWNrq__iconButton{color:#fff9;background:0 0;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.FeatureShowcaseSection-module__jLWNrq__agendaHeader{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:flex-start;padding:20px 20px 16px;display:flex}.FeatureShowcaseSection-module__jLWNrq__agendaInfo{flex-direction:column;gap:10px;display:flex}.FeatureShowcaseSection-module__jLWNrq__agendaBreadcrumb{color:#8a8f98;opacity:.8;align-items:center;gap:8px;font-size:12px;font-weight:400;display:flex}.FeatureShowcaseSection-module__jLWNrq__breadcrumbArrow{color:#5f6166;font-size:11px}.FeatureShowcaseSection-module__jLWNrq__agendaTitle{color:#f0f0f0;letter-spacing:-.01em;margin:0;font-size:15px;font-weight:500}.FeatureShowcaseSection-module__jLWNrq__agendaMeta{gap:16px;margin-top:2px;display:flex}.FeatureShowcaseSection-module__jLWNrq__metaItem{color:#8a8f98;align-items:center;gap:6px;font-size:12px;display:flex}.FeatureShowcaseSection-module__jLWNrq__metaItem svg{opacity:.8;color:#717684}.FeatureShowcaseSection-module__jLWNrq__agendaActions{gap:6px;display:flex}.FeatureShowcaseSection-module__jLWNrq__iconButton{color:#717684;cursor:pointer;background:0 0;border:1px solid #ffffff0f;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.FeatureShowcaseSection-module__jLWNrq__iconButton:hover{color:#e0e0e0;background:#ffffff0a;border-color:#ffffff14}.FeatureShowcaseSection-module__jLWNrq__filterBar{background:#ffffff03;border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.FeatureShowcaseSection-module__jLWNrq__sessionCount{color:#717684;align-items:center;gap:6px;font-size:12px;display:flex}.FeatureShowcaseSection-module__jLWNrq__sessionCount svg{color:#5f6166}.FeatureShowcaseSection-module__jLWNrq__viewToggle{background:#ffffff05;border:1px solid #ffffff0a;border-radius:6px;padding:2px;display:flex}.FeatureShowcaseSection-module__jLWNrq__toggleButton{color:#717684;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s}.FeatureShowcaseSection-module__jLWNrq__toggleButton.FeatureShowcaseSection-module__jLWNrq__active{color:#e0e0e0;background:#ffffff14;box-shadow:0 1px 2px #0000004d}.FeatureShowcaseSection-module__jLWNrq__sessionsList{padding:0}.FeatureShowcaseSection-module__jLWNrq__sessionRow{cursor:pointer;border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:stretch;padding:14px 20px;transition:background .15s;display:flex;position:relative}.FeatureShowcaseSection-module__jLWNrq__sessionRow:last-child{border-bottom:none}.FeatureShowcaseSection-module__jLWNrq__sessionRow:hover{background:#ffffff05}.FeatureShowcaseSection-module__jLWNrq__sessionRow:before{content:"";background:#5e6ad2;border-radius:0 2px 2px 0;width:2px;height:60%;transition:transform .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)scaleY(0)}.FeatureShowcaseSection-module__jLWNrq__sessionMain{flex-direction:column;justify-content:space-between;gap:6px;display:flex}.FeatureShowcaseSection-module__jLWNrq__sessionTag{letter-spacing:.04em;margin-bottom:1px;font-size:10px;font-weight:500;display:inline-block}.FeatureShowcaseSection-module__jLWNrq__sessionTitle{color:#f0f0f0;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.4;transition:color .15s;display:-webkit-box;overflow:hidden}.FeatureShowcaseSection-module__jLWNrq__sessionRow:hover .FeatureShowcaseSection-module__jLWNrq__sessionTitle{color:#fff}.FeatureShowcaseSection-module__jLWNrq__sessionDetails{gap:12px;margin-top:2px;display:flex}.FeatureShowcaseSection-module__jLWNrq__detailItem{color:#717684;align-items:center;gap:5px;font-size:11px;display:flex}.FeatureShowcaseSection-module__jLWNrq__detailItem svg{opacity:.7}.FeatureShowcaseSection-module__jLWNrq__sessionMeta{flex-direction:column;justify-content:space-between;align-items:flex-end;padding-left:16px;display:flex}.FeatureShowcaseSection-module__jLWNrq__sessionTimeBadge{color:#717684;letter-spacing:.02em;background:#ffffff08;border-radius:4px;padding:3px 6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Cascadia Mono,monospace;font-size:11px;font-weight:500}.FeatureShowcaseSection-module__jLWNrq__addButton{color:#717684;cursor:pointer;background:0 0;border:1px solid #ffffff0f;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:12px;transition:all .2s cubic-bezier(.25,1,.5,1);display:flex}.FeatureShowcaseSection-module__jLWNrq__addButton:hover{color:gold;background:#ffffff0a;border-color:#ffffff14}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__agendaHeader,.light .FeatureShowcaseSection-module__jLWNrq__agendaHeader){border-bottom-color:#00000008}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__agendaTitle,.light .FeatureShowcaseSection-module__jLWNrq__agendaTitle){color:#1a1a1a}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__metaItem,.light .FeatureShowcaseSection-module__jLWNrq__metaItem){color:#6b7280}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__metaItem svg,.light .FeatureShowcaseSection-module__jLWNrq__metaItem svg){color:#9ca3af}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__iconButton,.light .FeatureShowcaseSection-module__jLWNrq__iconButton){color:#9ca3af;border-color:#0000000f}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__iconButton:hover,.light .FeatureShowcaseSection-module__jLWNrq__iconButton:hover){color:#1a1a1a;background:#0000000a;border-color:#00000014}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__filterBar,.light .FeatureShowcaseSection-module__jLWNrq__filterBar){background:#00000003;border-bottom-color:#00000008}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__sessionCount,.light .FeatureShowcaseSection-module__jLWNrq__sessionCount){color:#9ca3af}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__viewToggle,.light .FeatureShowcaseSection-module__jLWNrq__viewToggle){background:#00000005;border-color:#0000000a}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__toggleButton,.light .FeatureShowcaseSection-module__jLWNrq__toggleButton){color:#9ca3af}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__toggleButton.FeatureShowcaseSection-module__jLWNrq__active,.light .FeatureShowcaseSection-module__jLWNrq__toggleButton.FeatureShowcaseSection-module__jLWNrq__active){color:#1a1a1a;background:#0000000f}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__sessionRow,.light .FeatureShowcaseSection-module__jLWNrq__sessionRow){border-bottom-color:#00000008}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__sessionRow:hover,.light .FeatureShowcaseSection-module__jLWNrq__sessionRow:hover){background:#00000005}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__sessionTitle,.light .FeatureShowcaseSection-module__jLWNrq__sessionTitle){color:#1a1a1a}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__sessionRow:hover .FeatureShowcaseSection-module__jLWNrq__sessionTitle,.light .FeatureShowcaseSection-module__jLWNrq__sessionRow:hover .FeatureShowcaseSection-module__jLWNrq__sessionTitle){color:#0a0a0a}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__detailItem,.light .FeatureShowcaseSection-module__jLWNrq__detailItem){color:#9ca3af}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__sessionTimeBadge,.light .FeatureShowcaseSection-module__jLWNrq__sessionTimeBadge){color:#9ca3af;background:#00000008}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__addButton,.light .FeatureShowcaseSection-module__jLWNrq__addButton){color:#9ca3af;border-color:#0000000f}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__addButton:hover,.light .FeatureShowcaseSection-module__jLWNrq__addButton:hover){color:#f59e0b;background:#0000000a;border-color:#00000014}.FeatureShowcaseSection-module__jLWNrq__trackHeader{background:#ffffff08;border-bottom:1px solid #ffffff0a;margin-bottom:0;padding:6px 0;display:flex}.FeatureShowcaseSection-module__jLWNrq__trackTimeColumn{flex-shrink:0;width:60px}.FeatureShowcaseSection-module__jLWNrq__trackColumn{border-left:1px solid #ffffff05;flex-direction:column;flex:1;justify-content:center;padding:18px 16px;display:flex}.FeatureShowcaseSection-module__jLWNrq__trackCard{cursor:default;background:0 0;border:none;border-radius:0;flex-direction:column;gap:0;padding:0;display:flex}.FeatureShowcaseSection-module__jLWNrq__trackName{color:#ffffffb3;text-transform:none;letter-spacing:0;font-size:11px;font-weight:600}.FeatureShowcaseSection-module__jLWNrq__trackSubtext{color:#fff6;font-size:10px;display:none}.FeatureShowcaseSection-module__jLWNrq__trackGrid{flex-direction:column;gap:0;padding:0;display:flex}.FeatureShowcaseSection-module__jLWNrq__trackRow{border-bottom:1px solid #ffffff0a;align-items:stretch;min-height:64px;padding:0;display:flex}.FeatureShowcaseSection-module__jLWNrq__trackRow:last-child{border-bottom:none}.FeatureShowcaseSection-module__jLWNrq__trackTimeCell{flex-shrink:0;align-items:center;width:60px;padding:0 0 0 16px;display:flex}.FeatureShowcaseSection-module__jLWNrq__yellowTimeBadge{color:#fff6;font-family:monospace;font-size:11px;font-weight:500}.FeatureShowcaseSection-module__jLWNrq__trackEventCell{border-left:1px solid #ffffff05;flex:1;align-items:center;padding:16px 18px;display:flex}.FeatureShowcaseSection-module__jLWNrq__trackEvent{background:0 0;border:none;border-left:2px solid #3ecf8e99;border-radius:0;flex-direction:column;justify-content:center;gap:4px;width:100%;height:100%;padding:4px 0 4px 10px;display:flex}.FeatureShowcaseSection-module__jLWNrq__trackEventType{color:#3ecf8e;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:600}.FeatureShowcaseSection-module__jLWNrq__trackEventTitle{color:#fff;font-size:11px;font-weight:500;line-height:1.4}.FeatureShowcaseSection-module__jLWNrq__stackContainer{perspective:2000px;justify-content:center;align-items:center;width:100%;min-height:380px;padding:32px;display:flex;position:relative}.FeatureShowcaseSection-module__jLWNrq__stackCard{width:280px;transform-style:preserve-3d;background:#1e1e20f2;border:1px solid #ffffff14;border-radius:12px;padding:16px;transition:transform .4s cubic-bezier(.25,1,.5,1),opacity .4s;position:absolute;top:50%;left:50%;box-shadow:0 4px 24px #0006,inset 0 1px #ffffff0d}.FeatureShowcaseSection-module__jLWNrq__stackCardBack{opacity:.5;z-index:1;filter:blur(.5px)brightness(.8);border-color:#ffffff26;transition:all .5s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%)rotateX(13deg)rotateY(20deg)rotate(-12deg)translate3d(-24px,-85px,-120px)}.FeatureShowcaseSection-module__jLWNrq__stackCardMiddle{opacity:.8;z-index:2;filter:blur()brightness(.95);border-color:#fff3;transition:all .5s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%)rotateX(13deg)rotateY(20deg)rotate(-12deg)translate3d(-12px,-35px,-20px)}.FeatureShowcaseSection-module__jLWNrq__stackCardFront{opacity:1;z-index:3;background:linear-gradient(#232326 0%,#1e1e20 100%);border-color:#ffffff1a;transition:all .5s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%)rotateX(13deg)rotateY(20deg)rotate(-12deg)translate3d(0,15px,80px);box-shadow:16px 32px 64px #00000080,inset 0 1px #ffffff14}.FeatureShowcaseSection-module__jLWNrq__stackHeader{align-items:center;gap:8px;margin-bottom:12px;display:flex}.FeatureShowcaseSection-module__jLWNrq__stackIcon{border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.FeatureShowcaseSection-module__jLWNrq__stackLabel{font-size:11px;font-weight:500}.FeatureShowcaseSection-module__jLWNrq__stackContent{flex-direction:column;display:flex}.FeatureShowcaseSection-module__jLWNrq__stackText{color:#ffffffb3;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.FeatureShowcaseSection-module__jLWNrq__stackFooter{color:#fff6;font-size:11px;font-weight:500}.FeatureShowcaseSection-module__jLWNrq__speakerPhoto{color:#000;background:#3ecf8e;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;font-weight:700;display:flex}.FeatureShowcaseSection-module__jLWNrq__stackContainer .FeatureShowcaseSection-module__jLWNrq__stackCard:hover{z-index:100;opacity:1;filter:none;border-color:#fff6;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),opacity .4s,filter .4s,border-color .4s,box-shadow .4s,z-index linear;box-shadow:0 24px 48px #0009,inset 0 1px #fff3}.FeatureShowcaseSection-module__jLWNrq__stackCardBack.FeatureShowcaseSection-module__jLWNrq__stackCardActive{transform:translate(-50%,-50%)rotateX(13deg)rotateY(20deg)rotate(-12deg)translate3d(-24px,-85px,240px)}.FeatureShowcaseSection-module__jLWNrq__stackCardMiddle.FeatureShowcaseSection-module__jLWNrq__stackCardActive{transform:translate(-50%,-50%)rotateX(13deg)rotateY(20deg)rotate(-12deg)translate3d(-12px,-35px,240px)}.FeatureShowcaseSection-module__jLWNrq__stackCardFront.FeatureShowcaseSection-module__jLWNrq__stackCardActive{transform:translate(-50%,-50%)rotateX(13deg)rotateY(20deg)rotate(-12deg)translate3d(0,15px,240px)}.FeatureShowcaseSection-module__jLWNrq__stackContainer .FeatureShowcaseSection-module__jLWNrq__stackCard{transition:transform .4s cubic-bezier(.25,1,.5,1),opacity .4s,filter .4s,border-color .4s,box-shadow .4s,z-index linear}@media (max-width:600px){.FeatureShowcaseSection-module__jLWNrq__stackContainer{perspective:1500px;min-height:380px;padding:16px}.FeatureShowcaseSection-module__jLWNrq__stackCard{width:240px}}.FeatureShowcaseSection-module__jLWNrq__actionActive{color:gold}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__actionActive,.light .FeatureShowcaseSection-module__jLWNrq__actionActive){color:#d97706}.FeatureShowcaseSection-module__jLWNrq__tagKeynote{color:#46a758}.FeatureShowcaseSection-module__jLWNrq__tagWorkshop{color:#3ecf8e}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__tagKeynote,.light .FeatureShowcaseSection-module__jLWNrq__tagKeynote){color:#16a34a}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__tagWorkshop,.light .FeatureShowcaseSection-module__jLWNrq__tagWorkshop){color:#059669}.FeatureShowcaseSection-module__jLWNrq__techCrunchLogo{width:auto;height:16px;display:block}.FeatureShowcaseSection-module__jLWNrq__logoImage{width:auto;height:18px;display:block}.FeatureShowcaseSection-module__jLWNrq__invertLogo{filter:invert()}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__invertLogo,.light .FeatureShowcaseSection-module__jLWNrq__invertLogo){filter:none}.FeatureShowcaseSection-module__jLWNrq__speakerRow{align-items:center;gap:8px;margin-bottom:8px;display:flex}.FeatureShowcaseSection-module__jLWNrq__speakerName{color:#fff;font-size:13px;font-weight:500}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__speakerName,.light .FeatureShowcaseSection-module__jLWNrq__speakerName){color:#1a1a1a}.FeatureShowcaseSection-module__jLWNrq__speakerGreen{color:#fff;background:#27ae60}.FeatureShowcaseSection-module__jLWNrq__speakerPurple{color:#fff;background:#8e44ad}.FeatureShowcaseSection-module__jLWNrq__speakerFront{width:24px;height:24px;font-size:10px}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__stackCard,.light .FeatureShowcaseSection-module__jLWNrq__stackCard){background:#fffffff2;border-color:#00000014;box-shadow:0 4px 24px #0000000f,inset 0 1px #fffc}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__stackCardFront,.light .FeatureShowcaseSection-module__jLWNrq__stackCardFront){background:linear-gradient(#fff 0%,#f9fafb 100%);border-color:#00000014;box-shadow:16px 32px 64px #0000001a,inset 0 1px #fff}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__stackText,.light .FeatureShowcaseSection-module__jLWNrq__stackText){color:#000c}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__stackFooter,.light .FeatureShowcaseSection-module__jLWNrq__stackFooter){color:#00000080}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__stackContainer .FeatureShowcaseSection-module__jLWNrq__stackCard:hover,.light .FeatureShowcaseSection-module__jLWNrq__stackContainer .FeatureShowcaseSection-module__jLWNrq__stackCard:hover){border-color:#00000026;box-shadow:0 24px 48px #00000026,inset 0 1px #ffffff80}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__trackHeader,.light .FeatureShowcaseSection-module__jLWNrq__trackHeader){background:#00000005;border-bottom-color:#0000000f}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__trackColumn,.light .FeatureShowcaseSection-module__jLWNrq__trackColumn){border-left-color:#0000000a}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__trackName,.light .FeatureShowcaseSection-module__jLWNrq__trackName){color:#4b5563}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__trackCardActive .FeatureShowcaseSection-module__jLWNrq__trackName,.light .FeatureShowcaseSection-module__jLWNrq__trackCardActive .FeatureShowcaseSection-module__jLWNrq__trackName){color:#1f2937}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__trackRow,.light .FeatureShowcaseSection-module__jLWNrq__trackRow){border-bottom-color:#0000000f}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__trackEventCell,.light .FeatureShowcaseSection-module__jLWNrq__trackEventCell){border-left-color:#0000000a}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__yellowTimeBadge,.light .FeatureShowcaseSection-module__jLWNrq__yellowTimeBadge){color:#6b7280}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__trackEventType,.light .FeatureShowcaseSection-module__jLWNrq__trackEventType){color:#059669}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__trackEventTitle,.light .FeatureShowcaseSection-module__jLWNrq__trackEventTitle){color:#1f2937}:is(:root:not(.dark) .FeatureShowcaseSection-module__jLWNrq__trackEvent:hover,.light .FeatureShowcaseSection-module__jLWNrq__trackEvent:hover){background:#00000008}
.HackathonHighlightSection-module__LeOJ9a__section{background:var(--hackathon-bg);background-image:var(--hackathon-bg-gradient);--hackathon-bg:#08090a;--hackathon-bg-gradient:none;--hackathon-surface:#141416;--hackathon-surface-strong:#09090b;--hackathon-surface-elevated:#18181b;--hackathon-text:#fff;--hackathon-text-strong:#f0f0f0;--hackathon-text-muted:#fff9;--hackathon-text-subtle:#ffffff80;--hackathon-text-faint:#fff6;--hackathon-label:#a855f7;--hackathon-icon:#fff9;--hackathon-icon-faint:#ffffff4d;--hackathon-border:#ffffff14;--hackathon-border-weak:#ffffff0f;--hackathon-border-subtle:#ffffff0a;--hackathon-border-faint:#ffffff08;--hackathon-border-hairline:#ffffff05;--hackathon-chip-bg:#ffffff08;--hackathon-hover-bg:#ffffff05;--hackathon-hover-bg-strong:#ffffff0a;--hackathon-toggle-bg:#ffffff05;--hackathon-toggle-border:#ffffff0a;--hackathon-toggle-active-bg:#ffffff14;--hackathon-surface-tint:#ffffff03;--hackathon-shadow-xs:0 1px 2px #0000004d;--hackathon-shadow-sm:0 1px 3px #0000004d;--hackathon-shadow-md:0 2px 8px #0006;--hackathon-focus-ring:#fff3;--hackathon-pulse-ring:#a1a1aa26;--hackathon-competition-bg:#0a0a0a;--hackathon-competition-border:#ffffff0d;--hackathon-competition-text:#fff;--hackathon-competition-muted:#fff9;--hackathon-competition-subtle:#ffffff80;--hackathon-competition-faint:#fff6;--hackathon-competition-percent:#ffffff59;--hackathon-competition-track:#ffffff1f;--hackathon-competition-grid:#ffffff1a;--hackathon-competition-sheen:#ffffff05;--hackathon-competition-shadow:0 12px 32px #00000059;--hackathon-squad-card-bg:#0c0c0e;--hackathon-squad-card-border:#ffffff0f;--hackathon-squad-card-border-strong:#ffffff1f;--hackathon-squad-card-shadow:0 4px 16px #0003;--hackathon-squad-card-shadow-hover:0 4px 16px #0000004d;--hackathon-squad-card-shadow-active:0 4px 24px #0006;--hackathon-squad-card-text:#fff;--hackathon-squad-card-muted:#fff9;--hackathon-squad-card-faint:#fff6;--hackathon-squad-chip-bg:#ffffff08;--hackathon-squad-chip-text:#fff9;--hackathon-squad-line:#fff6;--hackathon-squad-center-bg:#27272ae6;--hackathon-squad-center-border:#3f3f4680;--hackathon-squad-center-ring:#3f3f4666;--hackathon-squad-center-shadow:0 0 20px #a1a1aa14,0 2px 8px #0006;--hackathon-squad-drawer-border:#ffffff0a;--hackathon-squad-cta-bg:#ffffff14;--hackathon-squad-cta-border:#ffffff0f;--hackathon-squad-cta-text:#ffffffd9;--hackathon-squad-cta-hover:#ffffff1f;--hackathon-track-row-border:#ffffff0f;--hackathon-track-row-hover:#ffffff05;--hackathon-track-title:#ffffffd9;--hackathon-track-title-hover:#fff;--hackathon-track-prize-bg:#18181bcc;--hackathon-track-prize-border:#ffffff0f;--hackathon-track-prize-text:#fff9;--hackathon-track-prize-hover-bg:#27272ae6;--hackathon-track-prize-hover-text:#fffc;padding:72px 0;position:relative;overflow:hidden}:is(:root:not(.dark) .HackathonHighlightSection-module__LeOJ9a__section,.light .HackathonHighlightSection-module__LeOJ9a__section,html.light .HackathonHighlightSection-module__LeOJ9a__section){--hackathon-bg:var(--background-main);--hackathon-bg-gradient:radial-gradient(circle at 50% 0%,#00000008,transparent 60%);--hackathon-surface:var(--background-secondary);--hackathon-surface-strong:var(--background-main);--hackathon-surface-elevated:var(--background-elevated);--hackathon-text:var(--foreground-primary);--hackathon-text-strong:var(--foreground-primary);--hackathon-text-muted:var(--foreground-tertiary);--hackathon-text-subtle:var(--foreground-tertiary);--hackathon-text-faint:var(--foreground-muted);--hackathon-label:#a855f7;--hackathon-icon:var(--foreground-tertiary);--hackathon-icon-faint:#0000004d;--hackathon-border:var(--border-default);--hackathon-border-weak:var(--border-subtle);--hackathon-border-subtle:#0000000a;--hackathon-border-faint:#00000008;--hackathon-border-hairline:#00000005;--hackathon-chip-bg:#0000000a;--hackathon-hover-bg:#00000005;--hackathon-hover-bg-strong:#0000000a;--hackathon-toggle-bg:#0000000a;--hackathon-toggle-border:#00000014;--hackathon-toggle-active-bg:#00000014;--hackathon-surface-tint:#00000005;--hackathon-shadow-xs:0 1px 2px #00000014;--hackathon-shadow-sm:0 1px 3px #00000014;--hackathon-shadow-md:0 2px 8px #0000001f;--hackathon-focus-ring:#0000001f;--hackathon-pulse-ring:#0000001f;--hackathon-competition-bg:var(--background-elevated);--hackathon-competition-border:#00000024;--hackathon-competition-text:var(--foreground-primary);--hackathon-competition-muted:var(--foreground-tertiary);--hackathon-competition-subtle:#1f2937c7;--hackathon-competition-faint:#1f2937a6;--hackathon-competition-percent:#1f293799;--hackathon-competition-track:#0000003d;--hackathon-competition-grid:#0000001f;--hackathon-competition-sheen:#0000000a;--hackathon-competition-shadow:0 14px 36px #0000002e;--hackathon-squad-card-bg:var(--background-secondary);--hackathon-squad-card-border:#0000001f;--hackathon-squad-card-border-strong:#0003;--hackathon-squad-card-shadow:0 6px 16px #0000002e;--hackathon-squad-card-shadow-hover:0 8px 20px #0000003d;--hackathon-squad-card-shadow-active:0 10px 24px #00000047;--hackathon-squad-card-text:var(--foreground-primary);--hackathon-squad-card-muted:#1f2937b3;--hackathon-squad-card-faint:#1f293799;--hackathon-squad-chip-bg:#0000000f;--hackathon-squad-chip-text:#1f2937ad;--hackathon-squad-line:#0009;--hackathon-squad-center-bg:var(--background-tertiary);--hackathon-squad-center-border:#00000038;--hackathon-squad-center-ring:#0003;--hackathon-squad-center-shadow:0 0 16px #0000001f,0 4px 10px #0000002e;--hackathon-squad-drawer-border:#0000001f;--hackathon-squad-cta-bg:#0000001f;--hackathon-squad-cta-border:#00000024;--hackathon-squad-cta-text:var(--foreground-primary);--hackathon-squad-cta-hover:#00000029;--hackathon-track-row-border:#0000001f;--hackathon-track-row-hover:#0000000d;--hackathon-track-title:#1f2937eb;--hackathon-track-title-hover:var(--foreground-primary);--hackathon-track-prize-bg:#0000001a;--hackathon-track-prize-border:#00000029;--hackathon-track-prize-text:#1f2937b3;--hackathon-track-prize-hover-bg:var(--background-tertiary);--hackathon-track-prize-hover-text:var(--foreground-primary)}.HackathonHighlightSection-module__LeOJ9a__container{z-index:1;max-width:1400px;margin:0 auto;padding:0 48px;position:relative}.HackathonHighlightSection-module__LeOJ9a__headerGrid{grid-template-columns:1fr 1fr;align-items:flex-start;gap:48px;margin-bottom:24px;display:grid}.HackathonHighlightSection-module__LeOJ9a__headerMainContent{max-width:540px}.HackathonHighlightSection-module__LeOJ9a__headerContextContent{padding-top:12px}.HackathonHighlightSection-module__LeOJ9a__contextTitle{color:var(--hackathon-text);margin-bottom:12px;font-size:18px;font-weight:500}.HackathonHighlightSection-module__LeOJ9a__contextDescription{color:var(--hackathon-text-subtle);max-width:380px;margin:0;font-size:15px;line-height:1.6}.HackathonHighlightSection-module__LeOJ9a__bentoGrid{--border-color:var(--hackathon-border);grid-template-columns:1fr 1fr;gap:0;display:grid}.HackathonHighlightSection-module__LeOJ9a__spanFull{grid-column:span 2}.HackathonHighlightSection-module__LeOJ9a__singleColInteractive{grid-column:span 1;grid-template-columns:1fr;align-items:stretch}.HackathonHighlightSection-module__LeOJ9a__singleColInteractive .HackathonHighlightSection-module__LeOJ9a__interactiveContent{border-right:none;border-bottom:1px solid var(--border-color);order:1;padding:32px 32px 16px}.HackathonHighlightSection-module__LeOJ9a__singleColInteractive .HackathonHighlightSection-module__LeOJ9a__interactiveMockup{order:2;justify-content:center;width:100%;padding:16px 32px 32px}:is(:root:not(.dark) .HackathonHighlightSection-module__LeOJ9a__bentoGrid,.light .HackathonHighlightSection-module__LeOJ9a__bentoGrid){--border-color:var(--hackathon-border)}@media (max-width:960px){.HackathonHighlightSection-module__LeOJ9a__section{padding:64px 0}.HackathonHighlightSection-module__LeOJ9a__container{padding:0 24px}.HackathonHighlightSection-module__LeOJ9a__headerGrid{grid-template-columns:1fr;gap:32px}.HackathonHighlightSection-module__LeOJ9a__bentoGrid{grid-template-columns:1fr}.HackathonHighlightSection-module__LeOJ9a__staticBlock:first-child{border-right:none;border-bottom:1px solid var(--border-color);padding:0 0 32px}.HackathonHighlightSection-module__LeOJ9a__staticBlock:nth-child(2){border-bottom:1px solid var(--border-color);padding:32px 0}.HackathonHighlightSection-module__LeOJ9a__staticBlock{min-height:auto;padding:24px 0}.HackathonHighlightSection-module__LeOJ9a__interactiveBlock{border-top:1px solid var(--border-color);grid-column:span 1;grid-template-columns:1fr;align-items:stretch}.HackathonHighlightSection-module__LeOJ9a__interactiveContent{order:1;padding:32px 0}.HackathonHighlightSection-module__LeOJ9a__interactiveMockup{order:2;justify-content:center;width:100%;padding:0 0 32px}.HackathonHighlightSection-module__LeOJ9a__mockupCard{-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%;box-shadow:none;background:0 0;border:none;overflow-x:auto}.HackathonHighlightSection-module__LeOJ9a__mockupCard::-webkit-scrollbar{display:none}.HackathonHighlightSection-module__LeOJ9a__sessionRow{flex-direction:column;align-items:stretch;gap:12px}.HackathonHighlightSection-module__LeOJ9a__sessionMeta{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;width:100%;margin-top:4px;padding-left:0}}@media (max-width:600px){.HackathonHighlightSection-module__LeOJ9a__section{padding:48px 0}.HackathonHighlightSection-module__LeOJ9a__container{padding:0 16px}.HackathonHighlightSection-module__LeOJ9a__featureTitle{font-size:17px}.HackathonHighlightSection-module__LeOJ9a__featureDescription{max-width:100%;font-size:14px}.HackathonHighlightSection-module__LeOJ9a__agendaHeader{padding:16px 16px 14px}.HackathonHighlightSection-module__LeOJ9a__agendaTitle{font-size:15px}.HackathonHighlightSection-module__LeOJ9a__agendaMeta{flex-direction:column;align-items:flex-start;gap:4px}.HackathonHighlightSection-module__LeOJ9a__filterBar{padding:10px 16px}.HackathonHighlightSection-module__LeOJ9a__sessionRow{flex-direction:column;gap:10px;padding:14px 16px}.HackathonHighlightSection-module__LeOJ9a__sessionMain{gap:5px}.HackathonHighlightSection-module__LeOJ9a__sessionMeta{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:2px;padding-left:0}.HackathonHighlightSection-module__LeOJ9a__trackHeader,.HackathonHighlightSection-module__LeOJ9a__trackGrid{min-width:600px}.HackathonHighlightSection-module__LeOJ9a__trackTimeColumn,.HackathonHighlightSection-module__LeOJ9a__trackTimeCell{width:44px}.HackathonHighlightSection-module__LeOJ9a__trackTimeCell{padding:0 0 0 8px}.HackathonHighlightSection-module__LeOJ9a__yellowTimeBadge{font-size:10px}.HackathonHighlightSection-module__LeOJ9a__stackContainer{perspective:1200px;min-height:320px;padding:16px 0;overflow:hidden}.HackathonHighlightSection-module__LeOJ9a__stackCard{width:240px;padding:12px}.HackathonHighlightSection-module__LeOJ9a__stackCardBack.HackathonHighlightSection-module__LeOJ9a__stackCardActive{transform:translate(-50%,-50%)rotateX(13deg)rotateY(20deg)rotate(-12deg)translate3d(-16px,-60px,120px)}.HackathonHighlightSection-module__LeOJ9a__stackCardMiddle.HackathonHighlightSection-module__LeOJ9a__stackCardActive{transform:translate(-50%,-50%)rotateX(13deg)rotateY(20deg)rotate(-12deg)translate3d(-8px,-25px,120px)}.HackathonHighlightSection-module__LeOJ9a__stackCardFront.HackathonHighlightSection-module__LeOJ9a__stackCardActive{transform:translate(-50%,-50%)rotateX(13deg)rotateY(20deg)rotate(-12deg)translate3d(0,10px,120px)}.HackathonHighlightSection-module__LeOJ9a__stackText{font-size:12px;line-height:1.4}.HackathonHighlightSection-module__LeOJ9a__stackFooter{font-size:10px}}.HackathonHighlightSection-module__LeOJ9a__staticBlock.HackathonHighlightSection-module__LeOJ9a__spanFull{padding:24px 0 0}.HackathonHighlightSection-module__LeOJ9a__staticBlock:first-child{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);min-height:max-content;padding:0 24px 24px 0}.HackathonHighlightSection-module__LeOJ9a__staticBlock:nth-child(2){border-bottom:1px solid var(--border-color);min-height:max-content;padding:0 0 24px 24px}.HackathonHighlightSection-module__LeOJ9a__staticBlock{flex-direction:column;padding:24px;display:flex;position:relative}.HackathonHighlightSection-module__LeOJ9a__interactiveBlock{border-top:1px solid var(--border-color);grid-column:span 2;grid-template-columns:1fr 1fr;align-items:start;min-height:360px;display:grid}@media (max-width:960px){.HackathonHighlightSection-module__LeOJ9a__interactiveBlock{grid-column:span 1;grid-template-columns:1fr;align-items:stretch}}.HackathonHighlightSection-module__LeOJ9a__interactiveContent{flex-direction:column;justify-content:flex-start;height:100%;padding:32px 32px 32px 0;display:flex}.HackathonHighlightSection-module__LeOJ9a__interactiveMockup{justify-content:flex-start;align-items:flex-start;height:100%;padding:32px 0 32px 32px;display:flex}.HackathonHighlightSection-module__LeOJ9a__label{letter-spacing:.02em;color:var(--hackathon-label);margin-bottom:12px;font-size:13px;font-weight:500;display:block}.HackathonHighlightSection-module__LeOJ9a__title{color:var(--hackathon-text);letter-spacing:-.02em;font-weight:600;line-height:1.1}.HackathonHighlightSection-module__LeOJ9a__description{color:var(--hackathon-text-muted);margin:0;font-size:16px;line-height:1.6}.HackathonHighlightSection-module__LeOJ9a__featureTitle{color:var(--hackathon-text);letter-spacing:-.01em;margin:0 0 12px;font-size:18px;font-weight:500;line-height:1.4}.HackathonHighlightSection-module__LeOJ9a__featureDescription{color:var(--hackathon-text-subtle);max-width:380px;margin:0;font-size:15px;line-height:1.6}.HackathonHighlightSection-module__LeOJ9a__featureList{flex-direction:column;width:100%;margin-top:32px;display:flex}.HackathonHighlightSection-module__LeOJ9a__featureItem{cursor:pointer;border-bottom:none;align-items:flex-start;width:100%;padding:16px 0;transition:opacity .2s;display:flex;position:relative}.HackathonHighlightSection-module__LeOJ9a__featureItem:hover{opacity:.8}.HackathonHighlightSection-module__LeOJ9a__featureItemActive{opacity:1}.HackathonHighlightSection-module__LeOJ9a__accentBar{opacity:0;background:#3ecf8e;border-radius:2px;width:2px;height:20px;transition:opacity .2s;position:absolute;top:16px;left:-16px}.HackathonHighlightSection-module__LeOJ9a__featureItemActive .HackathonHighlightSection-module__LeOJ9a__accentBar{opacity:1}.HackathonHighlightSection-module__LeOJ9a__accentBarSecondary{display:none}.HackathonHighlightSection-module__LeOJ9a__featureItemContent{flex-direction:column;gap:6px;display:flex}.HackathonHighlightSection-module__LeOJ9a__featureItemLabel{color:var(--hackathon-text-strong);font-size:14px;font-weight:500}.HackathonHighlightSection-module__LeOJ9a__featureItemDetail{color:var(--hackathon-text-subtle);max-width:380px;font-size:13px;line-height:1.5;display:none}.HackathonHighlightSection-module__LeOJ9a__featureItemActive .HackathonHighlightSection-module__LeOJ9a__featureItemDetail{animation:.2s HackathonHighlightSection-module__LeOJ9a__fadeIn;display:block}@keyframes HackathonHighlightSection-module__LeOJ9a__fadeIn{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.HackathonHighlightSection-module__LeOJ9a__staticMockup{flex:1;justify-content:flex-start;align-items:center;width:100%;display:flex}.HackathonHighlightSection-module__LeOJ9a__mockupCard{background:var(--hackathon-surface);border:1px solid var(--hackathon-border-weak);width:100%;max-width:600px;box-shadow:var(--hackathon-shadow-sm);border-radius:10px;transition:transform .3s,box-shadow .3s;overflow:hidden}.HackathonHighlightSection-module__LeOJ9a__interactiveMockup .HackathonHighlightSection-module__LeOJ9a__mockupCard{box-shadow:var(--hackathon-shadow-md);background:var(--hackathon-surface)}.HackathonHighlightSection-module__LeOJ9a__panelHeader{justify-content:space-between;align-items:center;margin-bottom:12px;padding:16px 20px 0;display:flex}.HackathonHighlightSection-module__LeOJ9a__eventTitle{color:var(--hackathon-text);margin:0 20px 12px;font-size:15px;font-weight:500}.HackathonHighlightSection-module__LeOJ9a__eventMeta{border-bottom:1px solid var(--hackathon-border-weak);align-items:center;gap:16px;margin-bottom:16px;padding:0 20px 16px;display:flex}.HackathonHighlightSection-module__LeOJ9a__panelHeaderLeft{align-items:center;gap:6px;display:flex}.HackathonHighlightSection-module__LeOJ9a__panelBreadcrumb{color:var(--hackathon-text-faint);letter-spacing:.02em;font-size:11px;font-weight:500}.HackathonHighlightSection-module__LeOJ9a__breadcrumbIcon{width:10px;height:10px;color:var(--hackathon-icon-faint)}.HackathonHighlightSection-module__LeOJ9a__panelHeaderActions{gap:8px;display:flex}.HackathonHighlightSection-module__LeOJ9a__iconButton{border:1px solid var(--hackathon-border);width:24px;height:24px;color:var(--hackathon-icon);background:0 0;border-radius:6px;justify-content:center;align-items:center;display:flex}.HackathonHighlightSection-module__LeOJ9a__agendaHeader{border-bottom:1px solid var(--hackathon-border-subtle);justify-content:space-between;align-items:flex-start;padding:20px 20px 16px;display:flex}.HackathonHighlightSection-module__LeOJ9a__agendaInfo{flex-direction:column;gap:10px;display:flex}.HackathonHighlightSection-module__LeOJ9a__agendaBreadcrumb{color:var(--hackathon-text-subtle);opacity:.8;align-items:center;gap:8px;font-size:12px;font-weight:400;display:flex}.HackathonHighlightSection-module__LeOJ9a__breadcrumbArrow{color:var(--hackathon-text-faint);font-size:11px}.HackathonHighlightSection-module__LeOJ9a__agendaTitle{color:var(--hackathon-text-strong);letter-spacing:-.01em;margin:0;font-size:15px;font-weight:500}.HackathonHighlightSection-module__LeOJ9a__agendaMeta{gap:16px;margin-top:2px;display:flex}.HackathonHighlightSection-module__LeOJ9a__metaItem{color:var(--hackathon-text-subtle);align-items:center;gap:6px;font-size:12px;display:flex}.HackathonHighlightSection-module__LeOJ9a__metaItem svg{opacity:.8;color:var(--hackathon-icon)}.HackathonHighlightSection-module__LeOJ9a__agendaActions{gap:6px;display:flex}.HackathonHighlightSection-module__LeOJ9a__iconButton{border:1px solid var(--hackathon-border-weak);width:28px;height:28px;color:var(--hackathon-icon);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.HackathonHighlightSection-module__LeOJ9a__iconButton:hover{background:var(--hackathon-hover-bg-strong);color:var(--hackathon-text-strong);border-color:var(--hackathon-border)}.HackathonHighlightSection-module__LeOJ9a__filterBar{background:var(--hackathon-surface-tint);border-bottom:1px solid var(--hackathon-border-faint);justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.HackathonHighlightSection-module__LeOJ9a__sessionCount{color:var(--hackathon-icon);align-items:center;gap:6px;font-size:12px;display:flex}.HackathonHighlightSection-module__LeOJ9a__sessionCount svg{color:var(--hackathon-icon-faint)}.HackathonHighlightSection-module__LeOJ9a__viewToggle{background:var(--hackathon-toggle-bg);border:1px solid var(--hackathon-toggle-border);border-radius:6px;padding:2px;display:flex}.HackathonHighlightSection-module__LeOJ9a__toggleButton{color:var(--hackathon-icon);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s}.HackathonHighlightSection-module__LeOJ9a__toggleButton.HackathonHighlightSection-module__LeOJ9a__active{background:var(--hackathon-toggle-active-bg);color:var(--hackathon-text-strong);box-shadow:var(--hackathon-shadow-xs)}.HackathonHighlightSection-module__LeOJ9a__sessionsList{padding:0}.HackathonHighlightSection-module__LeOJ9a__sessionRow{border-bottom:1px solid var(--hackathon-border-faint);cursor:pointer;justify-content:space-between;align-items:stretch;padding:14px 20px;transition:background .15s;display:flex;position:relative}.HackathonHighlightSection-module__LeOJ9a__sessionRow:last-child{border-bottom:none}.HackathonHighlightSection-module__LeOJ9a__sessionRow:hover{background:var(--hackathon-hover-bg)}.HackathonHighlightSection-module__LeOJ9a__sessionRow:before{content:"";background:#5e6ad2;border-radius:0 2px 2px 0;width:2px;height:60%;transition:transform .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)scaleY(0)}.HackathonHighlightSection-module__LeOJ9a__sessionMain{flex-direction:column;justify-content:space-between;gap:6px;display:flex}.HackathonHighlightSection-module__LeOJ9a__sessionTag{letter-spacing:.04em;margin-bottom:1px;font-size:10px;font-weight:500;display:inline-block}.HackathonHighlightSection-module__LeOJ9a__sessionTitle{color:var(--hackathon-text-strong);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.4;transition:color .15s;display:-webkit-box;overflow:hidden}.HackathonHighlightSection-module__LeOJ9a__sessionRow:hover .HackathonHighlightSection-module__LeOJ9a__sessionTitle{color:var(--hackathon-text)}.HackathonHighlightSection-module__LeOJ9a__sessionDetails{gap:12px;margin-top:2px;display:flex}.HackathonHighlightSection-module__LeOJ9a__detailItem{color:var(--hackathon-icon);align-items:center;gap:5px;font-size:11px;display:flex}.HackathonHighlightSection-module__LeOJ9a__detailItem svg{opacity:.7}.HackathonHighlightSection-module__LeOJ9a__sessionMeta{flex-direction:column;justify-content:space-between;align-items:flex-end;padding-left:16px;display:flex}.HackathonHighlightSection-module__LeOJ9a__sessionTimeBadge{color:var(--hackathon-icon);background:var(--hackathon-chip-bg);letter-spacing:.02em;border-radius:4px;padding:3px 6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Cascadia Mono,monospace;font-size:11px;font-weight:500}.HackathonHighlightSection-module__LeOJ9a__addButton{width:24px;height:24px;color:var(--hackathon-icon);border:1px solid var(--hackathon-border-weak);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:12px;transition:all .2s cubic-bezier(.25,1,.5,1);display:flex}.HackathonHighlightSection-module__LeOJ9a__addButton:hover{background:var(--hackathon-hover-bg-strong);border-color:var(--hackathon-border);color:gold}.HackathonHighlightSection-module__LeOJ9a__centerPulseRing{border:1px solid var(--hackathon-pulse-ring);pointer-events:none;border-radius:50%;width:56px;height:56px;animation:3.5s ease-out infinite HackathonHighlightSection-module__LeOJ9a__centerPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}@keyframes HackathonHighlightSection-module__LeOJ9a__centerPulse{0%{opacity:.4;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.6)}}@keyframes HackathonHighlightSection-module__LeOJ9a__drawLine{0%{stroke-dashoffset:500px}to{stroke-dashoffset:0}}@keyframes HackathonHighlightSection-module__LeOJ9a__dashMove{to{stroke-dashoffset:-20px}}@keyframes HackathonHighlightSection-module__LeOJ9a__linePulse{0%,to{opacity:.4}50%{opacity:.2}}.HackathonHighlightSection-module__LeOJ9a__squadLayout{background:var(--hackathon-surface-strong);border-radius:16px;grid-template-columns:1fr 1fr;align-items:center;gap:64px;width:100%;padding:24px 24px 24px 0;display:grid;overflow:hidden}.HackathonHighlightSection-module__LeOJ9a__squadLeft{text-align:left;padding:0}.HackathonHighlightSection-module__LeOJ9a__squadRight{min-height:0;position:relative;overflow:visible}.HackathonHighlightSection-module__LeOJ9a__squadRight>div>div[role=button]:focus-visible{outline:2px solid var(--hackathon-text);outline-offset:4px;box-shadow:0 0 0 4px var(--hackathon-focus-ring);border-radius:8px}@media (max-width:960px){.HackathonHighlightSection-module__LeOJ9a__squadLayout{border-radius:12px;grid-template-columns:1fr;gap:0;padding:24px}.HackathonHighlightSection-module__LeOJ9a__squadLeft{text-align:left;padding:0 0 24px}.HackathonHighlightSection-module__LeOJ9a__squadRight{width:100%}}.HackathonHighlightSection-module__LeOJ9a__pillScrollTrack{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.HackathonHighlightSection-module__LeOJ9a__filterPill{height:30px;color:var(--hackathon-text-faint);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;outline:none;flex-shrink:0;padding:0 12px;font-size:12px;font-weight:500;transition:all .15s}.HackathonHighlightSection-module__LeOJ9a__filterPill:hover{color:var(--hackathon-text-muted);background:var(--hackathon-chip-bg)}.HackathonHighlightSection-module__LeOJ9a__filterPill:focus-visible{box-shadow:0 0 0 2px var(--hackathon-focus-ring)}.HackathonHighlightSection-module__LeOJ9a__filterPillActive{color:var(--hackathon-text-strong);background:var(--hackathon-toggle-active-bg);border-color:var(--hackathon-border)}.HackathonHighlightSection-module__LeOJ9a__filterPillActive:hover{color:var(--hackathon-text);background:var(--hackathon-toggle-active-bg)}.HackathonHighlightSection-module__LeOJ9a__competitionCard{background:var(--hackathon-competition-bg);border:1px solid var(--hackathon-competition-border);box-shadow:var(--hackathon-competition-shadow)}.HackathonHighlightSection-module__LeOJ9a__competitionTitle{color:var(--hackathon-competition-faint)}.HackathonHighlightSection-module__LeOJ9a__competitionPrize{color:var(--hackathon-competition-text)}.HackathonHighlightSection-module__LeOJ9a__competitionMeta,.HackathonHighlightSection-module__LeOJ9a__competitionStatLabel{color:var(--hackathon-competition-subtle)}.HackathonHighlightSection-module__LeOJ9a__competitionStatValue{color:var(--hackathon-competition-text)}.HackathonHighlightSection-module__LeOJ9a__competitionFooter{border-top:1px solid var(--hackathon-competition-border)}.HackathonHighlightSection-module__LeOJ9a__competitionRemaining{color:var(--hackathon-competition-faint)}.HackathonHighlightSection-module__LeOJ9a__competitionPercent{color:var(--hackathon-competition-percent)}.HackathonHighlightSection-module__LeOJ9a__competitionTrack{background:var(--hackathon-competition-track)}.HackathonHighlightSection-module__LeOJ9a__competitionSheen{background:linear-gradient(135deg,var(--hackathon-competition-sheen)0%,transparent 65%);opacity:.8}.HackathonHighlightSection-module__LeOJ9a__competitionGrid{opacity:.35;background-image:linear-gradient(var(--hackathon-competition-grid)1px,transparent 1px),linear-gradient(90deg,var(--hackathon-competition-grid)1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:linear-gradient(#000 40%,#0000 100%);mask-image:linear-gradient(#000 40%,#0000 100%)}.HackathonHighlightSection-module__LeOJ9a__squadHeading{color:var(--hackathon-text)}.HackathonHighlightSection-module__LeOJ9a__squadBody{color:var(--hackathon-text-subtle)}.HackathonHighlightSection-module__LeOJ9a__pillMore{color:var(--hackathon-text-faint)}.HackathonHighlightSection-module__LeOJ9a__squadLine{color:var(--hackathon-squad-line)}.HackathonHighlightSection-module__LeOJ9a__squadCenterRing{border:1px solid var(--hackathon-squad-center-ring)}.HackathonHighlightSection-module__LeOJ9a__squadCenterNode{background:var(--hackathon-squad-center-bg);border:1px solid var(--hackathon-squad-center-border);color:var(--hackathon-text);box-shadow:var(--hackathon-squad-center-shadow)}.HackathonHighlightSection-module__LeOJ9a__profileCard{background:var(--hackathon-squad-card-bg);border:1px solid var(--hackathon-squad-card-border)}.HackathonHighlightSection-module__LeOJ9a__profileAvatar{background:var(--hackathon-squad-center-bg);color:var(--hackathon-squad-card-text);border:1px solid var(--hackathon-squad-card-border)}.HackathonHighlightSection-module__LeOJ9a__profileIconBadge{background:var(--hackathon-squad-card-bg);border:1px solid var(--hackathon-squad-center-border)}.HackathonHighlightSection-module__LeOJ9a__profileIcon{color:var(--hackathon-squad-card-faint)}.HackathonHighlightSection-module__LeOJ9a__profileName{color:var(--hackathon-squad-card-text)}.HackathonHighlightSection-module__LeOJ9a__profileRole{color:var(--hackathon-squad-card-muted)}.HackathonHighlightSection-module__LeOJ9a__profileTag{background:var(--hackathon-squad-chip-bg);color:var(--hackathon-squad-chip-text)}.HackathonHighlightSection-module__LeOJ9a__profileDrawer{border-top:1px solid var(--hackathon-squad-drawer-border)}.HackathonHighlightSection-module__LeOJ9a__profileDrawerLabel,.HackathonHighlightSection-module__LeOJ9a__profileReason{color:var(--hackathon-squad-card-faint)}.HackathonHighlightSection-module__LeOJ9a__profileReasonDot{background:var(--hackathon-squad-card-faint)}.HackathonHighlightSection-module__LeOJ9a__profileCta{background:var(--hackathon-squad-cta-bg);border:1px solid var(--hackathon-squad-cta-border);color:var(--hackathon-squad-cta-text)}.HackathonHighlightSection-module__LeOJ9a__profileCta:hover{background:var(--hackathon-squad-cta-hover)}.HackathonHighlightSection-module__LeOJ9a__tracksHeader{color:var(--hackathon-text-subtle)}.HackathonHighlightSection-module__LeOJ9a__trackRow{border-bottom:1px solid var(--hackathon-track-row-border)}.HackathonHighlightSection-module__LeOJ9a__trackRow:hover{background:var(--hackathon-track-row-hover)}.HackathonHighlightSection-module__LeOJ9a__trackTitle{color:var(--hackathon-track-title)}.HackathonHighlightSection-module__LeOJ9a__trackRow:hover .HackathonHighlightSection-module__LeOJ9a__trackTitle{color:var(--hackathon-track-title-hover)}.HackathonHighlightSection-module__LeOJ9a__trackPrize{background:var(--hackathon-track-prize-bg);border:1px solid var(--hackathon-track-prize-border);color:var(--hackathon-track-prize-text)}.HackathonHighlightSection-module__LeOJ9a__trackRow:hover .HackathonHighlightSection-module__LeOJ9a__trackPrize{background:var(--hackathon-track-prize-hover-bg);color:var(--hackathon-track-prize-hover-text)}.HackathonHighlightSection-module__LeOJ9a__expandedDrawer{opacity:0;max-height:0;transition:max-height .3s,opacity .3s;overflow:hidden}.HackathonHighlightSection-module__LeOJ9a__expandedDrawerOpen{opacity:1;max-height:200px}@media (prefers-reduced-motion:reduce){.HackathonHighlightSection-module__LeOJ9a__centerPulseRing{animation:none;display:none}.HackathonHighlightSection-module__LeOJ9a__expandedDrawer{transition:none}}
.MobileFeatureShowcaseSection-module__ER0MGq__section{background:#08090a;padding:56px 0 64px;position:relative;overflow:hidden}:is(:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__section,.light .MobileFeatureShowcaseSection-module__ER0MGq__section,html.light .MobileFeatureShowcaseSection-module__ER0MGq__section){background:linear-gradient(#fafafa 0%,#f2f4f6 100%)}.MobileFeatureShowcaseSection-module__ER0MGq__container{max-width:560px;margin:0 auto;padding:0 18px}.MobileFeatureShowcaseSection-module__ER0MGq__header{text-align:left;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#3ecf8ecc;font-size:12px;font-weight:600}.MobileFeatureShowcaseSection-module__ER0MGq__title{color:#fff;font-size:22px;font-weight:600;line-height:1.2}.MobileFeatureShowcaseSection-module__ER0MGq__subtitle{color:#ffffffb8;font-size:14px;line-height:1.6}:is(:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__title,.light .MobileFeatureShowcaseSection-module__ER0MGq__title,html.light .MobileFeatureShowcaseSection-module__ER0MGq__title){color:#0c0d0f}:is(:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__subtitle,.light .MobileFeatureShowcaseSection-module__ER0MGq__subtitle,html.light .MobileFeatureShowcaseSection-module__ER0MGq__subtitle){color:#3c3f45}.MobileFeatureShowcaseSection-module__ER0MGq__cardList{gap:14px;display:grid}.MobileFeatureShowcaseSection-module__ER0MGq__card{box-shadow:none;text-align:left;background:0 0;border:none;gap:12px;padding:0;display:grid}:is(:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__card,.light .MobileFeatureShowcaseSection-module__ER0MGq__card,html.light .MobileFeatureShowcaseSection-module__ER0MGq__card){box-shadow:none;background:0 0;border:none}.MobileFeatureShowcaseSection-module__ER0MGq__cardHeader{justify-content:flex-start;align-items:center;gap:12px;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__cardBadge{text-transform:uppercase;letter-spacing:.12em;color:#77e2a6;background:#3ecf8e29;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:600}:is(:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__cardBadge,.light .MobileFeatureShowcaseSection-module__ER0MGq__cardBadge,html.light .MobileFeatureShowcaseSection-module__ER0MGq__cardBadge){color:#1a7a3f;background:#3ecf8e29}.MobileFeatureShowcaseSection-module__ER0MGq__cardTitle{color:#fff;font-size:16px;font-weight:600}.MobileFeatureShowcaseSection-module__ER0MGq__cardCopy{color:#ffffffad;font-size:13px;line-height:1.6}:is(:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__cardTitle,.light .MobileFeatureShowcaseSection-module__ER0MGq__cardTitle,html.light .MobileFeatureShowcaseSection-module__ER0MGq__cardTitle){color:#0c0d0f}:is(:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__cardCopy,.light .MobileFeatureShowcaseSection-module__ER0MGq__cardCopy,html.light .MobileFeatureShowcaseSection-module__ER0MGq__cardCopy){color:#3c3f45}.MobileFeatureShowcaseSection-module__ER0MGq__miniPreview{background:0 0;border:none;gap:10px;padding:0;display:grid}:is(:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__miniPreview,.light .MobileFeatureShowcaseSection-module__ER0MGq__miniPreview,html.light .MobileFeatureShowcaseSection-module__ER0MGq__miniPreview){background:0 0;border:none}.MobileFeatureShowcaseSection-module__ER0MGq__timelineRow{grid-template-columns:48px 1fr;align-items:center;gap:10px;display:grid}.MobileFeatureShowcaseSection-module__ER0MGq__timePill{color:#fff9;font-family:monospace;font-size:10px}:is(:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__timePill,.light .MobileFeatureShowcaseSection-module__ER0MGq__timePill,html.light .MobileFeatureShowcaseSection-module__ER0MGq__timePill){color:#60646c}.MobileFeatureShowcaseSection-module__ER0MGq__timelineChip{color:#d9ffe8;background:#3ecf8e29;border-radius:10px;padding:6px 10px;font-size:12px;font-weight:500}:is(:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__timelineChip,.light .MobileFeatureShowcaseSection-module__ER0MGq__timelineChip,html.light .MobileFeatureShowcaseSection-module__ER0MGq__timelineChip){color:#0c3b1c;background:#3ecf8e2e}.MobileFeatureShowcaseSection-module__ER0MGq__timelinePanel{gap:14px;width:100%;max-width:360px;margin:0 auto;padding:8px 0 6px;display:grid}.MobileFeatureShowcaseSection-module__ER0MGq__timelineHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:4px;padding-bottom:8px;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__headerLeft{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__timelineLabel{text-transform:uppercase;letter-spacing:.05em;color:#fff6;font-size:10px;font-weight:500}.MobileFeatureShowcaseSection-module__ER0MGq__timelineTitle{color:#fff;font-size:14px;font-weight:600}.MobileFeatureShowcaseSection-module__ER0MGq__timelineMeta{color:#ffffff4d;font-size:12px}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__timelineHeader{border-bottom:1px solid #0000000f}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__timelineLabel{color:#888d96}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__timelineTitle{color:#0c0d0f}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__timelineMeta{color:#9ca2ab}.MobileFeatureShowcaseSection-module__ER0MGq__timelineRows{display:grid}.MobileFeatureShowcaseSection-module__ER0MGq__timelineRow{grid-template-columns:48px 1fr;gap:12px;padding:12px 8px;transition:background .15s ease-out;display:grid;position:relative}.MobileFeatureShowcaseSection-module__ER0MGq__timelineRow:after{content:"";background:#ffffff0f;height:1px;position:absolute;bottom:0;left:68px;right:8px}.MobileFeatureShowcaseSection-module__ER0MGq__timelineRow:last-child:after{display:none}.MobileFeatureShowcaseSection-module__ER0MGq__timelineRow:active{background:#ffffff08;border-radius:4px}.MobileFeatureShowcaseSection-module__ER0MGq__timelineTime{color:#fffffff2;padding-top:3px;font-family:monospace;font-size:12px;font-weight:500}.MobileFeatureShowcaseSection-module__ER0MGq__timelineContent{align-items:center;gap:10px;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__timelineChip{letter-spacing:.02em;color:#ffffff8c;white-space:nowrap;background:#ffffff08;border:1px solid #ffffff0f;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:500}.MobileFeatureShowcaseSection-module__ER0MGq__timelineEventTitle{color:#fff;font-size:13px;font-weight:500;line-height:1.4}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__timelineRow:after{background:#00000014}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__timelineRow{border-bottom:none}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__timelineRow:active{background:#00000008}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__timelineTime{color:#111316}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__timelineChip{color:#6a707b;background:#00000008;border:1px solid #0000000f}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__timelineEventTitle{color:#0c0d0f}@media (max-width:480px){.MobileFeatureShowcaseSection-module__ER0MGq__timelinePanel{max-width:320px}.MobileFeatureShowcaseSection-module__ER0MGq__timelineEvent{border-radius:12px;padding:8px 10px}}.MobileFeatureShowcaseSection-module__ER0MGq__avatarRow{align-items:center;gap:8px;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__avatar{color:#07110c;background:linear-gradient(135deg,#3ecf8e,#1a8f55);border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:600;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__avatar:nth-child(2){background:linear-gradient(135deg,#f2c94c,#b87918)}.MobileFeatureShowcaseSection-module__ER0MGq__avatar:nth-child(3){background:linear-gradient(135deg,#5bbcff,#1d6db8)}.MobileFeatureShowcaseSection-module__ER0MGq__speakerLine{color:#ffffffb3;font-size:12px}:is(:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__speakerLine,.light .MobileFeatureShowcaseSection-module__ER0MGq__speakerLine,html.light .MobileFeatureShowcaseSection-module__ER0MGq__speakerLine){color:#4a4f57}.MobileFeatureShowcaseSection-module__ER0MGq__webMockup{box-sizing:border-box;justify-content:center;align-items:center;width:100%;padding:10px 0 4px;display:flex;overflow:visible}.MobileFeatureShowcaseSection-module__ER0MGq__webMockup>*{transform-origin:50%;width:100%;max-width:520px;transform:none}.MobileFeatureShowcaseSection-module__ER0MGq__linearMockup{justify-content:center;width:100%;display:flex;overflow:hidden}.MobileFeatureShowcaseSection-module__ER0MGq__linearMockup>*{transform-origin:top;width:100%;max-width:340px;transform:none}@media (max-width:480px){.MobileFeatureShowcaseSection-module__ER0MGq__container{padding:0 14px}.MobileFeatureShowcaseSection-module__ER0MGq__webMockup>*{transform:scale(.82)}.MobileFeatureShowcaseSection-module__ER0MGq__linearMockup>*{max-width:320px;transform:none}.MobileFeatureShowcaseSection-module__ER0MGq__linearShell{max-width:320px}}@media (max-width:380px){.MobileFeatureShowcaseSection-module__ER0MGq__timelinePanel{max-width:290px}.MobileFeatureShowcaseSection-module__ER0MGq__webMockup>*{transform:scale(.72)}.MobileFeatureShowcaseSection-module__ER0MGq__linearMockup>*{max-width:290px;transform:none}}.MobileFeatureShowcaseSection-module__ER0MGq__agendaPanel{background:0 0;flex-direction:column;width:100%;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__agendaUtilityBar{z-index:10;-webkit-backdrop-filter:blur(8px);background:#171717f2;border-bottom:1px solid #ffffff08;flex-direction:column;align-items:stretch;gap:8px;padding:8px 16px;display:flex;position:sticky;top:0}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__agendaUtilityBar{background:#ffffffe6;border-bottom:1px solid #0000000d}.MobileFeatureShowcaseSection-module__ER0MGq__agendaUtilityRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__segmentedControl{box-sizing:border-box;background:0 0;border:none;border-radius:8px;flex-shrink:0;gap:0;width:auto;height:44px;padding:0;display:flex;position:relative}.MobileFeatureShowcaseSection-module__ER0MGq__segmentedControl:before{content:"";z-index:0;background:#ffffff05;border-radius:8px;position:absolute;inset:6px}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__segmentedControl:before{background:#0000000a}.MobileFeatureShowcaseSection-module__ER0MGq__segmentBtn{appearance:none;box-sizing:border-box;color:#ffffff80;cursor:pointer;white-space:nowrap;z-index:1;background:0 0;border:none;border-radius:4px;flex:none;align-items:center;height:44px;padding:0 10px;font-size:11px;font-weight:500;transition:all .2s;display:flex;position:relative}.MobileFeatureShowcaseSection-module__ER0MGq__segmentBtn:before{content:"";z-index:-1;background:0 0;border-radius:7px;transition:background .2s;position:absolute;inset:6px 4px}.MobileFeatureShowcaseSection-module__ER0MGq__segmentBtnActive{color:#fffffff2;z-index:2}.MobileFeatureShowcaseSection-module__ER0MGq__segmentBtnActive:before{background:#ffffff12}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__segmentBtnActive{color:#000}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__segmentBtnActive:before{background:#fff;box-shadow:0 1px 2px #0000000d}.MobileFeatureShowcaseSection-module__ER0MGq__agendaUtilityMeta{color:#ffffff73;font-feature-settings:"tnum";font-size:11px;line-height:1.2}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__agendaUtilityMeta{color:#00000073}.MobileFeatureShowcaseSection-module__ER0MGq__agendaList{will-change:opacity,transform;flex-direction:column;padding-bottom:16px;transition:opacity .18s,transform .22s;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__agendaListTimeline,.MobileFeatureShowcaseSection-module__ER0MGq__agendaListTracks{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:no-preference){.MobileFeatureShowcaseSection-module__ER0MGq__agendaListTimeline,.MobileFeatureShowcaseSection-module__ER0MGq__agendaListTracks{animation:.18s MobileFeatureShowcaseSection-module__ER0MGq__agendaFadeSlideIn}}@keyframes MobileFeatureShowcaseSection-module__ER0MGq__agendaFadeSlideIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.MobileFeatureShowcaseSection-module__ER0MGq__agendaRow{-moz-column-gap:0;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;grid-template-columns:56px 16px 1fr 44px;align-items:flex-start;column-gap:0;padding:12px 16px;text-decoration:none;transition:background-color .1s;display:grid;position:relative}.MobileFeatureShowcaseSection-module__ER0MGq__agendaRow:after{content:"";background:#ffffff06;height:1px;position:absolute;bottom:0;left:88px;right:60px}.MobileFeatureShowcaseSection-module__ER0MGq__agendaRow:last-child:after{display:none}.MobileFeatureShowcaseSection-module__ER0MGq__agendaRow:active{background:#ffffff08}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__agendaRow:after{background:#0000000d}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__agendaRow:active{background:#00000008}.MobileFeatureShowcaseSection-module__ER0MGq__agendaTimeColumn{grid-column:1;justify-content:flex-end;padding-top:2px;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__agendaTime{font-variant-numeric:tabular-nums;color:#fff6;text-align:right;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:11px;font-weight:500;display:block}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__agendaTime{color:#0006}.MobileFeatureShowcaseSection-module__ER0MGq__agendaContent{text-align:left;flex-direction:column;flex:1;grid-column:3;place-self:flex-start start;gap:6px;min-width:0;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__agendaMetaRow{white-space:nowrap;text-overflow:ellipsis;color:#ffffff59;flex-wrap:nowrap;align-items:center;gap:5px;min-width:0;max-width:100%;display:flex;overflow:hidden}.MobileFeatureShowcaseSection-module__ER0MGq__metaSeparator{color:#ffffff40;flex:none}.MobileFeatureShowcaseSection-module__ER0MGq__agendaBadge{text-transform:uppercase;letter-spacing:.04em;color:#ffffff73;white-space:nowrap;background:#ffffff05;border:1px solid #ffffff0d;border-radius:3px;padding:1px 3px;font-size:9px;font-weight:600;line-height:1.1;display:inline-block}.MobileFeatureShowcaseSection-module__ER0MGq__badgeGreen{color:#86efac8c;background:#86efac05;border-color:#86efac14}.MobileFeatureShowcaseSection-module__ER0MGq__badgeTeal{color:#5eead48c;background:#5eead405;border-color:#5eead414}.MobileFeatureShowcaseSection-module__ER0MGq__badgePurple{color:#c4b5fd8c;background:#c4b5fd05;border-color:#c4b5fd14}.MobileFeatureShowcaseSection-module__ER0MGq__agendaBadgeMuted{color:#ffffff73;background:#ffffff05;border-color:#ffffff0f}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__agendaBadge{color:#0009;border-color:#0000001a}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__badgeGreen{color:#15803d;background:#16a34a14;border-color:#16a34a26}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__badgeTeal{color:#0f766e;background:#0d948814;border-color:#0d948826}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__badgePurple{color:#7e22ce;background:#7e22ce14;border-color:#7e22ce26}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__agendaBadgeMuted{color:#0000008c;background:#00000008;border-color:#0000001a}.MobileFeatureShowcaseSection-module__ER0MGq__agendaRoom{color:#ffffff59;white-space:nowrap;font-size:10px}.MobileFeatureShowcaseSection-module__ER0MGq__agendaTitle{color:#fffffff2;font-size:13px;font-weight:500;line-height:1.3}.MobileFeatureShowcaseSection-module__ER0MGq__agendaSpeakers{color:#ffffff59;white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;font-size:10px;overflow:hidden}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__agendaTitle{color:#111}:is(:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__agendaRoom,:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__agendaSpeakers){color:#0006}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__metaSeparator{color:#00000040}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__agendaMetaRow{color:#00000059}.MobileFeatureShowcaseSection-module__ER0MGq__agendaAside{grid-column:4;justify-content:flex-end;align-items:flex-start;gap:0;padding-top:2px;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__trackPicker{gap:8px;padding:0;display:flex;overflow:hidden}.MobileFeatureShowcaseSection-module__ER0MGq__trackSelect{appearance:none;color:#ffffffb3;cursor:pointer;background:#ffffff0a;border:none;border-radius:6px;align-items:center;gap:6px;height:32px;padding:6px 10px;font-size:12px;font-weight:500;transition:background .15s;display:inline-flex}.MobileFeatureShowcaseSection-module__ER0MGq__trackSelect:active{background:#ffffff14}.MobileFeatureShowcaseSection-module__ER0MGq__trackSelectLabel{color:#ffffff73;font-size:11px}.MobileFeatureShowcaseSection-module__ER0MGq__trackSelectValue{color:#ffffffe6;font-size:11px;font-weight:500}.MobileFeatureShowcaseSection-module__ER0MGq__trackSelectChevron{color:#ffffff80;margin-left:2px}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__trackSelect{color:#000000bf;background:#0000000d}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__trackSelect:active{background:#00000014}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__trackSelectLabel{color:#00000073}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__trackSelectValue{color:#000000d9}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__trackSelectChevron{color:#00000073}.MobileFeatureShowcaseSection-module__ER0MGq__trackSelectValueRow{align-items:center;gap:6px;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__trackDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.MobileFeatureShowcaseSection-module__ER0MGq__trackDotAI{background:#5e6ad2}.MobileFeatureShowcaseSection-module__ER0MGq__trackDotProduct{background:#3ecf8e}.MobileFeatureShowcaseSection-module__ER0MGq__trackDotInfrastructure{background:#f5a524}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__trackDotAI{background:#4f46e5}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__trackDotProduct{background:#16a34a}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__trackDotInfrastructure{background:#d97706}.MobileFeatureShowcaseSection-module__ER0MGq__titleRow{align-items:center;gap:8px;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__sessionType{text-transform:uppercase;letter-spacing:.04em;color:#ffffff59;white-space:nowrap;font-size:10px;font-weight:500}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__sessionType{color:#0006}.MobileFeatureShowcaseSection-module__ER0MGq__starBtn{cursor:pointer;color:#fff3;background:0 0;border:none;justify-content:center;align-items:center;margin:-10px -2px;padding:10px;transition:all .2s;display:flex}.MobileFeatureShowcaseSection-module__ER0MGq__starBtn:active{transform:scale(.92)}.MobileFeatureShowcaseSection-module__ER0MGq__starActive{color:#eab30873}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__starBtn{color:#00000026}:root:not(.dark) .MobileFeatureShowcaseSection-module__ER0MGq__starActive{color:#ca8a0473}.MobileFeatureShowcaseSection-module__ER0MGq__chevronIcon{display:none}
