html.dark,
body.v0-irl-body {
    background: #000;
    color: #f7f7f7;
}

body.v0-irl-body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: "Geist", Arial, sans-serif;
}

body.v0-irl-body.admin-bar .v0-header {
    top: 32px;
}

.v0-irl,
.v0-irl * {
    box-sizing: border-box;
}

.v0-irl {
    --v0-bg: #000;
    --v0-fg: #f7f7f7;
    --v0-muted: #9b9b9b;
    --v0-border: rgba(255, 255, 255, 0.14);
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    background: #000;
    color: var(--v0-fg);
    font-family: "Geist", Arial, sans-serif;
}

.v0-irl a {
    color: inherit;
    text-decoration: none;
}

.v0-irl [hidden] {
    display: none !important;
}

.v0-dither-canvas {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: -1;
    width: 100%;
    height: min(100vh, 800px);
    opacity: 1;
    pointer-events: none;
}

.v0-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--v0-border);
    background: rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
}

.v0-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 14px 24px;
}

.v0-brand,
.v0-nav-button {
    display: inline-flex;
    align-items: center;
}

.v0-brand {
    gap: 10px;
    color: var(--v0-fg);
    font-family: "Geist Mono", monospace;
    font-size: 14px;
    font-weight: 600;
}

.v0-brand-icon,
.v0-footer-icon,
.v0-sponsor-icon {
    width: 30px;
    height: 30px;
}

.v0-nav-button,
.v0-button,
.v0-icon-button {
    border: 1px solid var(--v0-border);
    border-radius: 10px;
    cursor: pointer;
    font: inherit;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.v0-nav-button,
.v0-button {
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.v0-irl .v0-nav-button {
    min-height: 34px;
    padding: 0 14px;
    background: #fff;
    color: #050505;
    font-size: 13px;
}

.v0-button:hover,
.v0-icon-button:hover,
.v0-nav-button:hover {
    transform: translateY(-1px);
}

.v0-irl .v0-button-primary {
    background: #f7f7f7;
    color: #050505;
    border-color: #f7f7f7;
}

.v0-irl .v0-button-ghost,
.v0-irl .v0-button-outline,
.v0-irl .v0-icon-button {
    background: rgba(0, 0, 0, 0.36);
    color: var(--v0-fg);
    backdrop-filter: blur(12px);
}

.v0-button:disabled,
.v0-icon-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    transform: none;
}

.v0-menu-toggle {
    display: none;
    position: relative;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: var(--v0-fg);
}

.v0-menu-toggle span {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease;
}

.v0-menu-toggle span:first-child { top: 15px; }
.v0-menu-toggle span:last-child { top: 25px; }
.v0-header.is-open .v0-menu-toggle span:first-child { transform: translateY(5px) rotate(45deg); }
.v0-header.is-open .v0-menu-toggle span:last-child { transform: translateY(-5px) rotate(-45deg); }

.v0-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
    min-height: 100vh;
    padding: 150px max(24px, calc((100vw - 1180px) / 2)) 90px;
    gap: 40px;
    overflow: hidden;
}

.v0-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.v0-kicker,
.v0-controls-top label,
.v0-share-row,
.v0-count,
.v0-limit,
.v0-footer,
.v0-agenda time {
    font-family: "Geist Mono", monospace;
}

.v0-kicker {
    align-self: flex-start;
    margin: 0 0 24px;
    padding: 0;
    background: transparent;
    color: var(--v0-muted);
    font-size: 13px;
    line-height: 1.45;
    text-transform: uppercase;
}

.v0-title {
    margin: 0;
    max-width: 720px;
    color: var(--v0-fg);
    font-size: clamp(64px, 8.2vw, 116px);
    font-weight: 700;
    letter-spacing: -0.07em;
    line-height: 0.92;
}

.v0-title span { display: block; }

.v0-lede {
    max-width: 620px;
    margin: 34px 0 0;
    padding: 0;
    color: var(--v0-muted);
    font-family: "Geist", Arial, sans-serif;
    font-size: clamp(17px, 1.2vw, 20px);
    line-height: 1.45;
}

.v0-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 44px;
}

.v0-hero-lanyard {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 680px;
}

.v0-lanyard-widget {
    width: min(100%, 640px);
}

.v0-lanyard-stage {
    position: relative;
    width: 100%;
    min-height: 560px;
    overflow: visible;
    background: transparent;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.v0-lanyard-stage.is-dragging {
    cursor: grabbing;
}

.v0-lanyard-stage canvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
}

.v0-lanyard-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    border: 4px solid rgba(255, 255, 255, 0.24);
    border-top-color: #fff;
    border-radius: 50%;
    animation: v0-spin 900ms linear infinite;
}

.v0-lanyard-widget.is-ready .v0-lanyard-loader,
.v0-lanyard-widget.is-3d-ready .v0-lanyard-fallback {
    opacity: 0;
    pointer-events: none;
}

.v0-lanyard-fallback {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 240ms ease;
}

.v0-fallback-rope {
    position: absolute;
    top: 26px;
    left: 50%;
    width: 5px;
    height: 280px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff, #b8b8b8 52%, #fff);
    transform: translateX(-50%) rotate(-13deg);
}

.v0-fallback-card {
    position: relative;
    width: 280px;
    aspect-ratio: 1;
    border-radius: 20px;
    background: #000 url("../v0-irl/img/card-base-dark.png") center / cover no-repeat;
    box-shadow: 0 32px 110px rgba(0, 0, 0, 0.72), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transform: rotate(-7deg) translateY(80px);
}

.v0-fallback-card.is-light { background-image: url("../v0-irl/img/card-base-light.png"); color: #000; }
.v0-fallback-city,
.v0-fallback-date,
.v0-fallback-name {
    position: absolute;
    left: 50%;
    width: 46%;
    text-align: right;
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    text-transform: uppercase;
}
.v0-fallback-city { top: 9.2%; }
.v0-fallback-date { top: 13.4%; color: #878787; }
.v0-fallback-name { bottom: 28.6%; color: inherit; }

.v0-lanyard-controls {
    position: relative;
    z-index: 5;
    max-width: 470px;
    margin: -74px 0 0 auto;
    padding: 0 10px;
}

.v0-controls-top,
.v0-control-row,
.v0-share-row,
.v0-variant-switch {
    display: flex;
    align-items: center;
}

.v0-controls-top {
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.v0-controls-top label,
.v0-share-row span {
    padding: 4px 6px;
    background: #000;
    color: var(--v0-muted);
    font-size: 13px;
}

.v0-variant-switch { gap: 12px; }
.v0-variant-switch label { cursor: pointer; }
.v0-variant-switch input { position: absolute; opacity: 0; }

.v0-dot {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border: 2px solid var(--v0-border);
    border-radius: 50%;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.v0-dot::after { content: ""; width: 8px; height: 8px; border-radius: 50%; opacity: 0; }
.v0-dot-dark { background: #000; }
.v0-dot-dark::after { background: #fff; }
.v0-dot-light { background: #fff; }
.v0-dot-light::after { background: #000; }
.v0-variant-switch input:checked + .v0-dot { border-color: #fff; box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.16); }
.v0-variant-switch input:checked + .v0-dot::after { opacity: 1; }

.v0-control-row { gap: 8px; }
.v0-input-wrap { position: relative; flex: 1 1 auto; }

.v0-input-wrap input {
    width: 100%;
    height: 42px;
    border: 1px solid var(--v0-border);
    border-radius: 10px;
    background: #000;
    color: var(--v0-fg);
    font-family: "Geist Mono", monospace;
    font-size: 14px;
    padding: 0 64px 0 13px;
    outline: none;
}

.v0-input-wrap input:focus { border-color: rgba(255, 255, 255, 0.42); box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08); }
.v0-count { position: absolute; right: 12px; top: 50%; color: var(--v0-muted); font-size: 12px; transform: translateY(-50%); }
.v0-count.is-limit,
.v0-limit { color: #ff6b6b; }
.v0-icon-button { display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 0; font-weight: 700; }
.v0-limit { margin: 8px 0 0; font-size: 12px; }
.v0-share-row { gap: 8px; margin-top: 14px; }

@media (min-width: 981px) {
    .v0-hero-copy { position: relative; z-index: 3; width: min(50vw, 660px); }
    .v0-hero-lanyard { position: absolute; inset: 0 0 auto auto; z-index: 2; width: 50%; height: 100vh; min-height: 720px; pointer-events: none; }
    .v0-lanyard-widget { position: relative; width: 100%; height: 100%; pointer-events: auto; }
    .v0-lanyard-stage { min-height: 100%; height: 100%; }
    .v0-lanyard-controls { position: absolute; right: 24px; bottom: 32px; width: min(470px, calc(100% - 48px)); margin: 0; padding: 0; }
}

.v0-sponsors {
    display: flex;
    align-items: center;
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
    padding: 0 0 96px;
}

.v0-sponsor-label { flex: 0 0 176px; padding-right: 24px; border-right: 1px solid var(--v0-border); font-family: "Geist Mono", monospace; font-size: 13px; text-align: right; text-transform: uppercase; }
.v0-slider { flex: 1; overflow: hidden; padding: 28px 0; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.v0-slider-track { display: flex; align-items: center; width: max-content; gap: 112px; font-weight: 700; animation: v0-slide 20s linear infinite; }
.v0-slider:hover .v0-slider-track { animation-duration: 38s; }

.v0-section { padding: 104px 24px; }
.v0-container { width: min(100%, 1024px); margin: 0 auto; }
.v0-section h2,
.v0-cta h2 { margin: 0; font-size: clamp(38px, 4.4vw, 58px); font-weight: 700; letter-spacing: -0.055em; line-height: 1.02; text-align: center; }

.v0-feature-card { display: grid; grid-template-columns: repeat(3, 1fr); margin: 62px auto 0; border: 1px solid var(--v0-border); border-radius: 22px; overflow: hidden; background: rgba(0, 0, 0, 0.55); }
.v0-feature-card article { min-height: 280px; padding: 34px 26px; text-align: center; }
.v0-feature-card article + article { border-left: 1px solid var(--v0-border); }
.v0-card-decorator { position: relative; display: grid; place-items: center; width: 144px; height: 144px; margin: 0 auto; mask-image: radial-gradient(circle, #000 40%, transparent 72%); }
.v0-card-decorator::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 24px 24px; opacity: .7; }
.v0-card-decorator span { position: relative; display: grid; place-items: center; width: 50px; height: 50px; border-top: 1px solid var(--v0-border); border-left: 1px solid var(--v0-border); background: #000; font-family: "Geist Mono", monospace; font-weight: 700; }
.v0-feature-card h3 { margin: 24px 0 0; font-size: 21px; font-weight: 600; }
.v0-feature-card p,
.v0-agenda-list p,
.v0-cta p,
.v0-footer p { color: var(--v0-muted); }
.v0-feature-card p { margin: 14px 0 0; font-size: 14px; line-height: 1.55; }

.v0-agenda-grid { display: grid; grid-template-columns: 1fr minmax(420px, 520px); gap: 60px; }
.v0-agenda-grid h2 { text-align: left; }
.v0-agenda-list article { padding: 26px 0; border-bottom: 1px dashed rgba(255,255,255,.22); }
.v0-agenda-list article:first-child { padding-top: 0; }
.v0-agenda-list h3 { display: flex; align-items: center; gap: 12px; margin: 0; font-size: 17px; font-weight: 600; }
.v0-agenda-list time { color: var(--v0-muted); font-size: 15px; }
.v0-agenda-list p { margin: 18px 0 0; font-size: 15px; line-height: 1.6; }

.v0-cta { padding-top: 70px; }
.v0-cta-card { width: min(100%, 1024px); margin: 0 auto; padding: clamp(58px, 8vw, 124px) 24px; border: 1px solid var(--v0-border); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); text-align: center; }
.v0-cta p { margin: 18px auto 0; max-width: 560px; line-height: 1.65; }
.v0-cta .v0-actions { justify-content: center; }
.v0-footer { width: min(100% - 48px, 1024px); margin: 0 auto; padding: 80px 0 96px; text-align: center; }
.v0-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin: 28px 0; color: var(--v0-muted); font-family: "Geist", Arial, sans-serif; font-size: 14px; }
.v0-footer nav a:hover { color: var(--v0-fg); }
.v0-footer p { margin: 0; font-size: 13px; }

.v0-shared-main { min-height: 100vh; padding: 120px 24px 54px; display: grid; place-items: center; }
.v0-shared-wrap { width: min(100%, 700px); }
.v0-irl-shared .v0-lanyard-widget { margin: 0 auto; }
.v0-irl-shared .v0-lanyard-stage { min-height: min(74vh, 660px); }
.v0-irl-shared .v0-lanyard-controls { margin: -42px auto 0; }

[data-v0-reveal] { opacity: 0; transform: translateY(18px); filter: blur(10px); transition: opacity 780ms ease, transform 780ms ease, filter 780ms ease; }
[data-v0-reveal].is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }

@keyframes v0-spin { to { transform: rotate(360deg); } }
@keyframes v0-slide { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
    .v0-hero { grid-template-columns: 1fr; padding-top: 120px; gap: 20px; }
    .v0-hero-copy { align-items: center; text-align: center; }
    .v0-kicker { align-self: center; }
    .v0-actions { justify-content: center; }
    .v0-hero-lanyard { min-height: 600px; }
    .v0-lanyard-controls { margin: -70px auto 0; }
    .v0-sponsors { flex-direction: column; align-items: stretch; gap: 8px; }
    .v0-sponsor-label { flex: none; border-right: 0; padding: 0; text-align: center; }
    .v0-feature-card,
    .v0-agenda-grid { grid-template-columns: 1fr; }
    .v0-feature-card article + article { border-left: 0; border-top: 1px solid var(--v0-border); }
    .v0-agenda-grid h2 { text-align: center; }
}

@media (max-width: 680px) {
    body.v0-irl-body.admin-bar .v0-header { top: 46px; }
    .v0-nav { padding: 12px 18px; }
    .v0-menu-toggle { display: block; }
    .v0-nav-panel { position: absolute; left: 16px; right: 16px; top: calc(100% + 10px); display: none; padding: 18px; border: 1px solid var(--v0-border); border-radius: 22px; background: rgba(0,0,0,.9); box-shadow: 0 26px 80px rgba(0,0,0,.55); }
    .v0-header.is-open .v0-nav-panel { display: block; }
    .v0-nav-panel .v0-nav-button { width: 100%; }
    .v0-hero { min-height: auto; padding: 112px 18px 72px; }
    .v0-title { font-size: clamp(52px, 16vw, 76px); }
    .v0-lede { font-size: 16px; }
    .v0-hero-lanyard { min-height: 560px; }
    .v0-lanyard-stage { min-height: 500px; margin: 0 -18px; width: calc(100% + 36px); }
    .v0-fallback-card { width: 236px; }
    .v0-lanyard-controls { margin-top: -42px; padding: 0; }
    .v0-controls-top,
    .v0-control-row { align-items: stretch; }
    .v0-control-row { flex-wrap: wrap; }
    .v0-input-wrap { flex-basis: 100%; }
    .v0-control-row .v0-button-primary { flex: 1; }
    .v0-sponsors,
    .v0-footer { width: calc(100% - 36px); }
    .v0-section { padding: 78px 18px; }
    .v0-feature-card article { min-height: auto; }
    .v0-shared-main { padding: 100px 18px 34px; }
}
