.landing-root{--yellow: #FFDC47;--yellow-dim: #E6C640;--ink: #0A0A0A;--ink-2: #141414;--ink-3: #1C1C1C;--line: rgba(255, 255, 255, .08);--line-strong: rgba(255, 255, 255, .16);--dim: rgba(255, 255, 255, .55);--dimmer: rgba(255, 255, 255, .35);--font-sans: "Space Grotesk", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--font-serif: "Instrument Serif", Georgia, serif;position:relative;background:var(--ink);color:#fff;font-family:var(--font-sans);overflow-x:clip}.landing-root .mosaic{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-auto-rows:180px;grid-auto-flow:dense;gap:0;padding:0;background:#0a0a0a;pointer-events:none;overflow:hidden}.landing-root .mosaic .m-cell{overflow:hidden;border:2px solid rgba(255,255,255,.06)}.landing-root .mosaic .m-cell img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.landing-root .mosaic-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:#000000d1}.landing-root>*{position:relative;z-index:2}.landing-root *,.landing-root *:before,.landing-root *:after{box-sizing:border-box}.landing-root a{color:inherit;text-decoration:none}.landing-root img{display:block;max-width:100%}.landing-root ::-moz-selection{background:var(--yellow);color:#000}.landing-root ::selection{background:var(--yellow);color:#000}.landing-root .wrap{max-width:1280px;margin:0 auto;padding:0 32px}@media (max-width: 720px){.landing-root .wrap{padding:0 20px}}.landing-root .eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--yellow)}.landing-root .eyebrow-dim{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--dimmer)}.landing-root .sec-title{font-size:clamp(32px,4vw,52px);font-weight:600;letter-spacing:-.02em;margin:0;line-height:1.05}.landing-root .sec-title em{font-style:normal;font-weight:700;color:var(--yellow)}.landing-root .sec-title-sm{font-size:clamp(26px,3vw,38px);font-weight:600;letter-spacing:-.02em;margin:8px 0 0;line-height:1.1}.landing-root .sec-title-sm em{font-style:normal;font-weight:700;color:var(--yellow)}.landing-root .nav{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s,backdrop-filter .3s,border-color .3s;border-bottom:1px solid transparent}.landing-root .nav.solid{background:#0a0a0ad9;-webkit-backdrop-filter:blur(20px) saturate(140%);backdrop-filter:blur(20px) saturate(140%);border-bottom-color:var(--line)}.landing-root .nav-inner{display:flex;align-items:center;justify-content:space-between;height:84px;padding:0 32px;max-width:1440px;margin:0 auto}.landing-root .nav-left{display:flex;align-items:center;gap:48px}.landing-root .nav-logo{display:flex;align-items:center;gap:10px}.landing-root .nav-logo img{height:62px;width:auto}.landing-root .nav-hyp{display:inline-flex;opacity:.85;transition:opacity .2s}.landing-root .nav-hyp img{height:32px;width:auto}.landing-root .nav-hyp:hover{opacity:1}.landing-root .nav-links{display:flex;gap:28px}.landing-root .nav-links a{font-size:14px;font-weight:500;color:var(--dim);transition:color .15s;position:relative;padding:8px 0}.landing-root .nav-links a:hover{color:#fff}.landing-root .nav-links a.has-arrow:after{content:"↗";margin-left:4px;font-size:11px;opacity:.5}.landing-root .nav-right{display:flex;align-items:center;gap:16px}.landing-root .nav-login{font-size:14px;font-weight:500;color:var(--dim)}.landing-root .nav-login:hover{color:#fff}.landing-root .nav-cta{background:var(--yellow);color:#000;font-weight:600;font-size:14px;padding:10px 18px;border-radius:6px;transition:background .15s}.landing-root .nav-cta:hover{background:#fff}.landing-root .nav-admin{background:#dc2626;color:#fff;font-weight:600;font-size:14px;padding:10px 18px;border-radius:6px;transition:background .15s}.landing-root .nav-admin:hover{background:#ef4444}@media (max-width: 900px){.landing-root .nav-links,.landing-root .nav-mark{display:none}}.landing-root .hero{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.landing-root .hero-video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.landing-root .hero-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.85) contrast(1.05)}.landing-root .hero-video:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(10,10,10,.4) 0%,rgba(10,10,10,.3) 40%,rgba(10,10,10,.85) 85%,var(--ink) 100%)}.landing-root .hero-grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px;z-index:1;-webkit-mask-image:linear-gradient(180deg,transparent 0%,black 30%,black 70%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,black 30%,black 70%,transparent 100%)}.landing-root .hero-content{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;justify-content:center;padding:120px 32px 80px;max-width:1440px;margin:0 auto;width:100%}.landing-root .hero-meta-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:12px}.landing-root .hero-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border:1px solid var(--line-strong);border-radius:999px;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.landing-root .hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--yellow);box-shadow:0 0 12px var(--yellow);animation:landing-pulse 2s ease-in-out infinite}@keyframes landing-pulse{0%,to{opacity:1}50%{opacity:.4}}.landing-root .hero-coords{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;color:var(--dim)}.landing-root .text-outline-hero{text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 -1px 0 #000,0 1px 0 #000,-1px 0 0 #000,1px 0 0 #000}.landing-root .hero-title-block{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin:0 0 28px;font-family:var(--font-sans);font-weight:800;text-transform:uppercase;letter-spacing:-.01em;line-height:.95}.landing-root .hero-title-block .hb-line{display:inline-flex;flex-wrap:wrap;align-items:center;gap:14px;max-width:1100px}.landing-root .hero-title-block .hb-text{color:#fff;font-size:clamp(40px,6.8vw,96px);text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 -1px 0 #000,0 1px 0 #000,-1px 0 0 #000,1px 0 0 #000}.landing-root .hero-title-block .hb-chip{display:inline-block;background:#0a0a0a;color:var(--yellow);padding:8px 22px 12px;border:1px solid #000;box-shadow:0 0 0 1px #ffffff0a,0 10px 28px #00000080;font-size:clamp(40px,6.8vw,96px);line-height:1;letter-spacing:.01em}.landing-root .hero-title-block .hb-chip-rotator{display:inline-block;animation:landing-chipIn .45s cubic-bezier(.2,.8,.2,1)}@keyframes landing-chipIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.landing-root .hero-sub-block{max-width:1000px;margin:0 0 42px;display:block;font-family:var(--font-sans);font-weight:700;text-transform:uppercase;font-size:clamp(18px,1.8vw,26px);letter-spacing:.03em;line-height:1.5}.landing-root .hero-sub-block .hb-text{color:#ffffffeb;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 -1px 0 #000,0 1px 0 #000,-1px 0 0 #000,1px 0 0 #000}.landing-root .hero-sub-block .hb-yellow{color:var(--yellow)}.landing-root .hero-ctas{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.landing-root .btn{display:inline-flex;align-items:center;gap:10px;padding:16px 26px;font-weight:600;font-size:15px;border-radius:8px;transition:all .18s ease;cursor:pointer;border:1px solid transparent;font-family:inherit}.landing-root .btn-primary{background:var(--yellow);color:#000}.landing-root .btn-primary:hover{background:#fff;transform:translateY(-1px)}.landing-root .btn-ghost{background:transparent;color:#fff;border-color:var(--line-strong)}.landing-root .btn-ghost:hover{border-color:var(--yellow);background:#ffdc470d}.landing-root .btn .arrow{transition:transform .2s;display:inline-block}.landing-root .btn:hover .arrow{transform:translate(3px)}.landing-root .btn-lg{padding:20px 34px;font-size:17px}.landing-root .hero-ctas .btn-primary{font-family:var(--font-sans);font-weight:700;text-transform:uppercase;letter-spacing:.03em}.landing-root .hero-scroll-hint{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--dim);font-family:var(--font-mono);font-size:10px;letter-spacing:.15em;text-transform:uppercase}.landing-root .hero-scroll-arrow{color:var(--yellow);font-size:16px;animation:landing-hintBob 2s ease-in-out infinite}@media (max-width: 720px){.landing-root .hero-scroll-hint{display:none}}@keyframes landing-hintBob{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(6px);opacity:1}}.landing-root .section{padding:96px 0;position:relative}.landing-root .section-tight{padding:64px 0}.landing-root .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px;flex-wrap:wrap}.landing-root .section-head .left{max-width:680px}.landing-root .section-head .eyebrow{margin-bottom:14px;display:block}.landing-root .section-head p{color:var(--dim);font-size:17px;line-height:1.5;max-width:560px;margin:16px 0 0}.landing-root .next-dtw-section{padding-bottom:32px}.landing-root .next-dtw-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.landing-root .next-dtw-coords{font-family:var(--font-mono);font-size:11px;color:var(--dim);letter-spacing:.08em}.landing-root .next-dtw-banner{position:relative;display:block;width:100%;aspect-ratio:21/8;overflow:hidden;border:1px solid var(--line);border-radius:14px;transition:border-color .25s}.landing-root .next-dtw-banner:hover{border-color:var(--yellow)}.landing-root .next-dtw-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-root .next-dtw-banner-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0a59,#0a0a0a00 35%,#0a0a0a00 55%,#0a0a0ae0),linear-gradient(90deg,#0a0a0a80,#0a0a0a00 45%)}.landing-root .next-dtw-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;padding:28px 40px 36px}.landing-root .next-dtw-banner-top{display:flex;align-items:center;justify-content:space-between}.landing-root .next-dtw-banner-dates{font-family:var(--font-mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:#0000008c;padding:6px 10px;border-radius:4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-root .next-dtw-banner-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.landing-root .next-dtw-title{font-family:var(--font-sans);font-weight:800;text-transform:uppercase;font-size:clamp(44px,6.2vw,96px);letter-spacing:-.01em;line-height:.95;margin:0 0 16px;color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 -1px 0 #000,0 1px 0 #000,-1px 0 0 #000,1px 0 0 #000}.landing-root .next-dtw-inline-stats{display:flex;flex-wrap:wrap;align-items:baseline;gap:14px;font-family:var(--font-mono);font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#ffffffe0}.landing-root .next-dtw-inline-stats b{color:var(--yellow);font-weight:700;font-size:17px;font-variant-numeric:tabular-nums;margin-right:4px}.landing-root .next-dtw-inline-stats .sep{color:#ffffff59}.landing-root .next-dtw-cta-inline{align-self:flex-end;padding-bottom:4px}.landing-root .next-dtw-cta-label{display:inline-block;background:var(--yellow);color:#0a0a0a;font-family:var(--font-sans);font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-size:14px;padding:12px 18px;border:1px solid #000;box-shadow:0 0 0 1px #0006,0 8px 22px #00000059;transition:transform .18s}.landing-root .next-dtw-banner:hover .next-dtw-cta-label{transform:translateY(-2px)}@media (max-width: 900px){.landing-root .next-dtw-banner{aspect-ratio:3/2}.landing-root .next-dtw-banner-overlay{padding:18px}.landing-root .next-dtw-banner-bottom{flex-direction:column;align-items:flex-start;gap:16px}.landing-root .next-dtw-cta-inline{align-self:stretch}.landing-root .next-dtw-cta-label{display:block;text-align:center}}.landing-root .aud-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--ink-2)}.landing-root .aud-card{padding:36px 28px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:18px;transition:background .2s;position:relative;min-height:340px;cursor:pointer}.landing-root .aud-card:last-child{border-right:none}.landing-root .aud-card:hover{background:var(--ink-3)}.landing-root .aud-card:hover .aud-icon{color:var(--yellow);border-color:var(--yellow);transform:rotate(-4deg)}.landing-root .aud-card:hover .aud-link{color:var(--yellow)}.landing-root .aud-card:hover .aud-link .arrow{transform:translate(4px,-4px)}.landing-root .aud-num{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;color:var(--dimmer)}.landing-root .aud-icon{width:48px;height:48px;border-radius:10px;border:1px solid var(--line-strong);display:flex;align-items:center;justify-content:center;color:var(--dim);transition:all .25s}.landing-root .aud-icon svg{width:22px;height:22px}.landing-root .aud-title{font-size:26px;font-weight:600;letter-spacing:-.02em;margin:0}.landing-root .aud-title em{font-style:normal;font-weight:700;color:var(--yellow)}.landing-root .aud-desc{font-size:14px;color:var(--dim);line-height:1.5;margin:0;flex:1}.landing-root .aud-link{margin-top:auto;font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#fff;display:inline-flex;align-items:center;gap:6px;transition:color .2s}.landing-root .aud-link .arrow{transition:transform .2s;display:inline-block}.landing-root .aud-tag{position:absolute;top:20px;right:20px;font-family:var(--font-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--dimmer)}@media (max-width: 1000px){.landing-root .aud-grid{grid-template-columns:repeat(2,1fr)}.landing-root .aud-card:nth-child(2){border-right:none}.landing-root .aud-card:nth-child(1),.landing-root .aud-card:nth-child(2){border-bottom:1px solid var(--line)}}@media (max-width: 600px){.landing-root .aud-grid{grid-template-columns:1fr}.landing-root .aud-card{border-right:none;border-bottom:1px solid var(--line);min-height:auto}.landing-root .aud-card:last-child{border-bottom:none}}.landing-root .stats-bar{padding:56px 0 72px;background:transparent}.landing-root .stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.landing-root .stat-item{padding:28px 24px 30px;border:1.5px solid rgba(255,255,255,.9);border-radius:12px;background:transparent;display:flex;flex-direction:column;gap:10px;transition:border-color .2s,background .2s}.landing-root .stat-item:hover{border-color:var(--yellow);background:#ffdc470a}.landing-root .stat-val{font-size:clamp(40px,5vw,68px);font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1}.landing-root .stat-val .yellow{color:var(--yellow)}.landing-root .stat-lbl{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#ffffffbf}@media (max-width: 900px){.landing-root .stats-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 560px){.landing-root .stats-grid{grid-template-columns:repeat(2,1fr);gap:14px}.landing-root .stat-item{padding:22px 18px 24px}.landing-root .stat-val{font-size:clamp(32px,8vw,48px)}}.landing-root .conf-banner-stack{display:flex;flex-direction:column;gap:24px}.landing-root .conf-banner{position:relative;display:block;width:100%;aspect-ratio:21/8;overflow:hidden;border:1px solid var(--line);border-radius:14px;transition:border-color .25s,transform .25s}.landing-root .conf-banner:hover{border-color:var(--yellow)}.landing-root .conf-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-root .conf-banner-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0a59,#0a0a0a00 35%,#0a0a0a00 55%,#0a0a0ae0),linear-gradient(90deg,#0a0a0a80,#0a0a0a00 45%)}.landing-root .conf-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;padding:24px 32px 28px}.landing-root .conf-banner-top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.landing-root .conf-banner-dates{font-family:var(--font-mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:#0000008c;padding:6px 10px;border-radius:4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-root .conf-banner-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.landing-root .conf-banner-title{font-family:var(--font-sans);font-weight:800;text-transform:uppercase;font-size:clamp(34px,4.6vw,72px);letter-spacing:-.01em;line-height:.95;margin:0 0 12px;color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 -1px 0 #000,0 1px 0 #000,-1px 0 0 #000,1px 0 0 #000}.landing-root .conf-banner-stats{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px;font-family:var(--font-mono);font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#ffffffe0}.landing-root .conf-banner-stats b{color:var(--yellow);font-weight:700;font-size:15px;font-variant-numeric:tabular-nums;margin-right:4px}.landing-root .conf-banner-stats .sep{color:#ffffff59}.landing-root .conf-banner-cta{align-self:flex-end;padding-bottom:4px}.landing-root .conf-banner-cta-label{display:inline-block;background:var(--yellow);color:#0a0a0a;font-family:var(--font-sans);font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-size:13px;padding:11px 16px;border:1px solid #000;box-shadow:0 0 0 1px #0006,0 8px 22px #00000059;transition:transform .18s}.landing-root .conf-banner:hover .conf-banner-cta-label{transform:translateY(-2px)}.landing-root .conf-pill-live{background:#ffdc472e;color:var(--yellow);border-color:#ffdc4766}.landing-root .conf-pill-live .dot{background:var(--yellow);box-shadow:0 0 10px var(--yellow)}.landing-root .conf-pill-upcoming{background:#ffffff1a;color:#fff;border-color:#fff3}.landing-root .conf-pill-upcoming .dot{background:#fff}.landing-root .conf-pill-past{background:#ffffff0d;color:#ffffffb3;border-color:#ffffff1f}.landing-root .conf-pill-past .dot{background:#ffffff80}.landing-root .conf-past-block{margin-top:40px}.landing-root .conf-past-head{margin-bottom:16px}.landing-root .conf-past-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.landing-root .conf-past-card{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;border:1px solid var(--line);border-radius:10px;transition:border-color .25s,transform .25s}.landing-root .conf-past-card:hover{border-color:var(--yellow);transform:translateY(-2px)}.landing-root .conf-past-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.75) brightness(.75);transition:filter .25s}.landing-root .conf-past-card:hover img{filter:saturate(.9) brightness(.85)}.landing-root .conf-past-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0a40,#0a0a0a00 40%,#0a0a0ad9)}.landing-root .conf-past-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:14px 16px 16px;gap:4px}.landing-root .conf-past-meta{font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3}.landing-root .conf-past-title{font-family:var(--font-sans);font-weight:800;text-transform:uppercase;font-size:22px;letter-spacing:-.01em;line-height:1;margin:0;color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.landing-root .conf-past-stats{margin-top:6px;font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:#ffffffd9;display:flex;gap:6px;flex-wrap:wrap}.landing-root .conf-past-stats b{color:var(--yellow);font-weight:700;font-variant-numeric:tabular-nums;margin-right:3px}.landing-root .conf-past-stats .sep{color:#ffffff59}@media (max-width: 900px){.landing-root .conf-banner{aspect-ratio:3/2}.landing-root .conf-banner-overlay{padding:18px}.landing-root .conf-banner-bottom{flex-direction:column;align-items:flex-start;gap:14px}.landing-root .conf-banner-cta{align-self:stretch}.landing-root .conf-banner-cta-label{display:block;text-align:center}}.landing-root .gallery{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:180px;grid-auto-flow:dense;gap:4px}.landing-root .gallery-cell{overflow:hidden;position:relative;border-radius:2px}.landing-root .gallery-cell img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.landing-root .gallery-cell:hover img{transform:scale(1.05)}.landing-root .gallery-cell.gallery-splash{grid-column:span 2;grid-row:span 2}.landing-root .gallery-cap{position:absolute;bottom:0;left:0;right:0;padding:12px 14px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.85));font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;color:#fffc;opacity:0;transition:opacity .2s}.landing-root .gallery-cell:hover .gallery-cap{opacity:1}@media (max-width: 900px){.landing-root .gallery{grid-template-columns:repeat(4,1fr);grid-auto-rows:150px}}@media (max-width: 600px){.landing-root .gallery{grid-template-columns:repeat(3,1fr);grid-auto-rows:130px}}.landing-root .mq-row{overflow:hidden;padding:16px 0;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%)}.landing-root .mq-track{display:flex;gap:48px;width:-moz-max-content;width:max-content;animation:landing-mqScroll 70s linear infinite}.landing-root .mq-track.mq-reverse{animation-direction:reverse;animation-duration:90s}.landing-root .mq-row:hover .mq-track{animation-play-state:paused}@keyframes landing-mqScroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.landing-root .funds-section{padding:80px 0 88px;border-top:1px solid var(--line);background:transparent;position:relative}.landing-root .funds-head{margin-bottom:32px}.landing-root .fund-logo{height:180px;width:280px;display:flex;align-items:center;justify-content:center;padding:26px 36px;border:1px solid rgba(0,0,0,.12);transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.landing-root .fund-logo:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000080;z-index:2}.landing-root .fund-logo img{max-height:100%;max-width:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.landing-root .funds-section .mq-track{gap:4px}@media (max-width: 720px){.landing-root .fund-logo{height:130px;width:200px;padding:18px 24px}}.landing-root .poster-wall-section{padding:120px 0;border-top:1px solid var(--line);background:transparent;position:relative}.landing-root .pw-head{margin-bottom:40px;max-width:none;position:relative}.landing-root .pw-head .sec-title{text-wrap:balance}.landing-root .pw-foot{margin-top:40px;display:flex;justify-content:center}.landing-root .poster-wall-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:14px 0;background:#fff;border-top:1px solid rgba(0,0,0,.4);border-bottom:1px solid rgba(0,0,0,.4);box-shadow:0 30px 80px -20px #000000b3;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) #fff}.landing-root .poster-wall-scroll::-webkit-scrollbar{height:10px}.landing-root .poster-wall-scroll::-webkit-scrollbar-track{background:#fff}.landing-root .poster-wall-scroll::-webkit-scrollbar-thumb{background:#00000040;border-radius:6px;border:2px solid #fff}.landing-root .poster-wall-scroll::-webkit-scrollbar-thumb:hover{background:#00000080}.landing-root .poster-wall{display:grid;grid-template-rows:repeat(3,290px);grid-auto-columns:195px;grid-auto-flow:column dense;gap:8px;padding:0 14px;width:-moz-max-content;width:max-content}.landing-root .poster-panel{position:relative;overflow:hidden;background:#0a0a0a;border:3px solid #0a0a0a;transition:transform .25s,box-shadow .25s;min-width:0;min-height:0;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none}.landing-root .poster-panel.v-splash{grid-column:span 2;grid-row:span 2}.landing-root .poster-panel:hover{transform:translateY(-3px);z-index:2;box-shadow:0 20px 40px -8px #000000b3}.landing-root .poster-art{position:relative;width:100%;height:100%;transition:filter .25s;display:block}.landing-root .poster-panel:hover .poster-art{filter:saturate(1.1) contrast(1.08)}.landing-root .poster-art img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.landing-root .poster-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 55%,rgba(0,0,0,.25) 100%);pointer-events:none}.landing-root .poster-grain{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.95  0 0 0 0 0.9  0 0 0 0 0.8  0 0 0 0.15 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");mix-blend-mode:overlay;opacity:.2;pointer-events:none}@media (max-width: 900px){.landing-root .poster-wall{grid-template-rows:repeat(3,240px);grid-auto-columns:162px;gap:6px}}@media (max-width: 560px){.landing-root .poster-wall{grid-template-rows:repeat(3,200px);grid-auto-columns:135px}}.landing-root .speakers-section{padding:96px 0 64px;border-top:1px solid var(--line);background:transparent;position:relative}.landing-root .speakers-row{padding:10px 0}.landing-root .sp-card{width:240px;display:flex;flex-direction:column;gap:10px;flex-shrink:0}.landing-root .sp-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:10px;filter:grayscale(.2) contrast(1.05);transition:filter .3s,transform .3s;border:1px solid var(--line)}.landing-root .sp-card:hover img{filter:grayscale(0) contrast(1);transform:translateY(-4px);border-color:var(--yellow)}.landing-root .sp-name{font-size:15px;font-weight:600;letter-spacing:-.01em}.landing-root .sp-title{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;color:var(--dim);margin-top:2px}.landing-root .footer{padding:80px 0 32px;border-top:1px solid var(--line);background:transparent}.landing-root .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:64px}.landing-root .footer h4{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--dim);margin:0 0 16px;font-weight:500}.landing-root .footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.landing-root .footer ul a{color:#fffc;font-size:14px}.landing-root .footer ul a:hover{color:var(--yellow)}.landing-root .footer a.btn-primary,.landing-root .footer a.btn-primary:hover{color:#000}.landing-root .footer-hyp{color:var(--yellow);border-bottom:1px solid rgba(255,220,71,.4);transition:border-color .2s,color .2s}.landing-root .footer-hyp:hover{border-bottom-color:var(--yellow);color:#fff}.landing-root .footer-tagline{font-size:28px;font-weight:500;letter-spacing:-.02em;margin:0 0 20px;max-width:400px;line-height:1.2}.landing-root .footer-tagline em{font-style:normal;font-weight:700;color:var(--yellow)}.landing-root .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;border-top:1px solid var(--line);font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;color:var(--dimmer)}.landing-root .footer-socials{display:flex;gap:16px}.landing-root .footer-socials a{color:var(--dim)}.landing-root .footer-socials a:hover{color:var(--yellow)}@media (max-width: 800px){.landing-root .footer-grid{grid-template-columns:1fr 1fr;gap:32px}}.landing-root .divider{height:1px;background:var(--line);margin:0}.landing-root .pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#ffdc471a;color:var(--yellow);font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(255,220,71,.2)}.landing-root .pill .dot{width:6px;height:6px;border-radius:50%;background:var(--yellow);box-shadow:0 0 8px var(--yellow);animation:landing-pulse 2s ease-in-out infinite}.landing-root a:focus-visible,.landing-root button:focus-visible{outline:2px solid var(--yellow);outline-offset:2px;border-radius:2px}.landing-root ::-webkit-scrollbar{width:8px;height:8px}.landing-root ::-webkit-scrollbar-track{background:var(--ink)}.landing-root ::-webkit-scrollbar-thumb{background:#ffdc4733;border-radius:4px}.landing-root ::-webkit-scrollbar-thumb:hover{background:#ffdc4766}@media (prefers-reduced-motion: reduce){.landing-root .mq-track,.landing-root .hero-scroll-arrow,.landing-root .hero-badge .dot,.landing-root .pill .dot,.landing-root .conf-status.live .dot,.landing-root .hero-title-block .hb-chip-rotator{animation:none!important}.landing-root .poster-panel .poster-art{transform:none}}
