.board{background:var(--slate);color:var(--paper);border-radius:calc(var(--radius-board) + 4px);border:1px solid #ffffff0f;max-width:40rem;padding:clamp(1.4rem,3vw,2.1rem);box-shadow:inset 0 1px #ffffff0d,0 24px 48px -24px #0009}.board__head{letter-spacing:.12em;text-transform:uppercase;color:#9aa4b0;border-bottom:1px solid #ffffff14;flex-wrap:wrap;align-items:baseline;gap:.4rem 1rem;margin-bottom:1.25rem;padding-bottom:.85rem;font-size:.72rem;font-weight:700;display:flex}.board__name{color:var(--paper)}.board__place{flex:1}.board__live{color:#9aa4b0;align-items:center;gap:.4em;display:inline-flex}.board__live-dot{background:var(--amber);border-radius:50%;width:6px;height:6px;animation:2.4s ease-out infinite board-pulse;box-shadow:0 0 #c98a2b99}@keyframes board-pulse{0%{box-shadow:0 0 #c98a2b80}70%{box-shadow:0 0 0 7px #c98a2b00}to{box-shadow:0 0 #c98a2b00}}.board__status{flex-wrap:wrap;align-items:center;gap:.6rem .9rem;margin-bottom:1.25rem;display:flex}.board__dot{background:#6b7280;border-radius:50%;flex:none;width:.7rem;height:.7rem}.board__status[data-open=true] .board__dot{background:var(--green);box-shadow:0 0 12px #4b6b4fb3}.board__sub{color:#c7cdd4;letter-spacing:.01em;font-size:.92rem;font-weight:600}.board__word{perspective:400px;gap:4px;display:inline-flex}.board .flap{width:clamp(2.05rem,6vw,3rem);height:clamp(2.4rem,7vw,3.5rem);color:var(--amber);background:var(--slate-800);border-radius:4px;justify-content:center;align-items:center;font-size:clamp(1.5rem,4.6vw,2.2rem);font-weight:700;line-height:1;display:inline-flex;position:relative;box-shadow:inset 0 0 0 1px #00000080}.board .flap:after{content:"";background:#0009;height:1px;position:absolute;top:50%;left:2px;right:2px}.board .flap--gap{width:.5rem;box-shadow:none;background:0 0}.board .flap--gap:after{display:none}.board .flap__char{transform-origin:top;animation:.5s cubic-bezier(.2,.7,.3,1) both flap-in;display:inline-block}.board .flap:first-child .flap__char{animation-delay:0s}.board .flap:nth-child(2) .flap__char{animation-delay:55ms}.board .flap:nth-child(3) .flap__char{animation-delay:.11s}.board .flap:nth-child(4) .flap__char{animation-delay:.165s}.board .flap:nth-child(5) .flap__char{animation-delay:.22s}.board .flap:nth-child(6) .flap__char{animation-delay:.275s}.board .flap:nth-child(7) .flap__char{animation-delay:.33s}@keyframes flap-in{0%{opacity:0;transform:rotateX(-90deg)}to{opacity:1;transform:rotateX(0)}}.board__rows{border-radius:var(--radius);background:#ffffff14;gap:1px;margin:0;display:grid;overflow:hidden}.board__row{background:color-mix(in srgb, var(--slate) 92%, #000);justify-content:space-between;align-items:baseline;gap:1rem;padding:.75rem .95rem;display:flex}.board__row dt{letter-spacing:.1em;text-transform:uppercase;color:#9aa4b0;font-size:.72rem;font-weight:700}.board__row dd{color:var(--paper);font-variant-numeric:tabular-nums;margin:0;font-size:1.05rem;font-weight:600}.board__row--muted dd{color:#6b7280;align-items:baseline;gap:.5rem;display:inline-flex}.board__soon{letter-spacing:.12em;text-transform:uppercase;color:var(--slate);background:var(--amber);border-radius:2px;padding:.1rem .4rem;font-size:.62rem}.hero[data-astro-cid-lcdefpme]{margin-top:calc(-1 * var(--header-h));background:var(--slate);align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero__video[data-astro-cid-lcdefpme]{object-fit:cover;z-index:0;cursor:default;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero__scrim[data-astro-cid-lcdefpme]{z-index:1;background:linear-gradient(100deg,#0f1114e0 0%,#0f1114ad 50%,#0f111452 78%,#0f11141f 100%),linear-gradient(#0f111400 62%,#0f11148c 100%);position:absolute;inset:0}.hero__copy[data-astro-cid-lcdefpme]{z-index:2;max-width:60rem;padding-block:clamp(4rem,12vw,8rem);position:relative}.hero__eyebrow[data-astro-cid-lcdefpme]{color:#ffffffd9;margin-bottom:1.1rem;font-size:1rem}.hero__title[data-astro-cid-lcdefpme]{color:#fff;text-shadow:0 2px 28px #00000073;font-size:clamp(2.25rem,5.4vw,4.25rem)}.hero__lede[data-astro-cid-lcdefpme]{color:#ffffffe0;text-shadow:0 1px 12px #00000059;max-width:42ch;margin-top:1.3rem;font-size:1.2rem}@media (width>=1024px){.hero__lede[data-astro-cid-lcdefpme]{font-size:1.4rem}}.hero__cta[data-astro-cid-lcdefpme]{margin-top:var(--space-6);flex-wrap:wrap;gap:.75rem;display:flex}.hero__ghost[data-astro-cid-lcdefpme]{color:#fff;border-color:#fff9}.hero__ghost[data-astro-cid-lcdefpme]:hover{color:#fff;background:#ffffff1f}.steps[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr);gap:2rem;margin:0;padding:0;list-style:none;display:grid}.steps__item[data-astro-cid-lcdefpme]{border-top:2px solid var(--slate);padding-top:1.1rem}.steps__num[data-astro-cid-lcdefpme]{color:var(--amber-dim);font-variant-numeric:tabular-nums}.steps__item[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{margin:0 0 .4rem;font-size:1.12rem}.steps__item[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--ink-muted);margin:0;font-size:.95rem}@media (width<=820px){.steps[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:1.4rem}}.cta-band[data-astro-cid-lcdefpme]{background:var(--slate);color:var(--paper);margin-top:var(--space-16);margin-bottom:calc(var(--space-24) * -1);padding-block:clamp(3rem,7vw,5rem)}.cta-band__inner[data-astro-cid-lcdefpme]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.5rem;display:flex}.cta-band__copy[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{color:#fff;margin:0 0 .75rem}.cta-band__lede[data-astro-cid-lcdefpme]{color:#c7cdd4;max-width:44ch;margin:0}.cta-band__actions[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start;gap:.9rem;display:flex}.cta-band__tel[data-astro-cid-lcdefpme]{color:#c7cdd4;font-size:.92rem;text-decoration:none}.cta-band__tel[data-astro-cid-lcdefpme]:hover{color:var(--amber)}.live[data-astro-cid-lcdefpme]{background:var(--paper);border-block:1px solid var(--stone-line);padding-block:var(--space-16);margin-top:var(--space-8)}.live__grid[data-astro-cid-lcdefpme]{grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(1.5rem,4vw,3.5rem);display:grid}.live__intro[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--ink-muted);max-width:34ch}.live__link[data-astro-cid-lcdefpme]{font-family:var(--font-display);color:var(--rail);text-underline-offset:.2em;font-weight:600}.section[data-astro-cid-lcdefpme]{padding-block:var(--space-16)}.sec-head[data-astro-cid-lcdefpme]{margin-bottom:var(--space-6);justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.sec-head[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{margin:0}.sec-link[data-astro-cid-lcdefpme]{font-family:var(--font-display);white-space:nowrap;color:var(--rail);text-underline-offset:.2em;font-weight:600}.cat-list[data-astro-cid-lcdefpme]{flex-wrap:wrap;gap:.6rem .9rem;margin:0;padding:0;list-style:none;display:flex}.cat-list[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{border:1px solid var(--stone-line);color:var(--slate);border-radius:999px;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.cat-list[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover{border-color:var(--amber-dim);color:var(--amber-dim)}.strip[data-astro-cid-lcdefpme]{border-top:1px solid var(--stone-line);background:var(--paper);padding-block:var(--space-12)}.strip__grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.strip__k[data-astro-cid-lcdefpme]{font-family:var(--font-display);color:var(--slate);margin-bottom:.4rem;font-size:1.02rem;font-weight:700;display:block}.strip__item[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--ink-muted);margin:0;font-size:.98rem}@media (width<=900px){.live__grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr}.strip__grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:1.5rem}}
