@font-face {
    font-family: "Space Mono";
    src: url("assets/space-mono-400.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Space Mono";
    src: url("assets/space-mono-700.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Tilt Neon";
    src: url("assets/tilt-neon-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --bg: #070810;
    --panel: rgba(15, 18, 31, 0.92);
    --panel-solid: #111523;
    --paper: #fff4e4;
    --muted: #b9b1b0;
    --cyan: #42eff6;
    --cyan-soft: #8af8fc;
    --pink: #ff3e9d;
    --orange: #ff8737;
    --gold: #ffd166;
    --purple: #a87aff;
    --green: #62e6ad;
    --red: #ff6268;
    --deck-scale: 1;
}

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #03040a;
}

body {
    color: var(--paper);
    font-family: "Space Mono", Consolas, monospace;
    text-rendering: optimizeLegibility;
}

button,
a {
    font: inherit;
}

.deck-shell {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
}

.deck {
    position: relative;
    width: 1280px;
    height: 720px;
    overflow: hidden;
    transform: scale(var(--deck-scale));
    transform-origin: center;
    background: var(--bg);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.65);
}

.slide {
    position: absolute;
    inset: 0;
    display: none;
    overflow: hidden;
    padding: 52px 62px 48px;
    background:
        radial-gradient(circle at 10% 10%, rgba(66, 239, 246, 0.08), transparent 28%),
        radial-gradient(circle at 92% 84%, rgba(255, 62, 157, 0.08), transparent 30%),
        var(--bg);
}

.slide::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    opacity: 0.3;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 24px 24px;
}

.slide::after {
    position: absolute;
    z-index: 20;
    right: 26px;
    bottom: 20px;
    color: rgba(255, 255, 255, 0.33);
    font-size: 12px;
    letter-spacing: 0.1em;
    content: attr(data-slide-number);
}

.slide.is-active {
    display: block;
    animation: slide-in 260ms ease-out both;
}

.slide-header {
    position: relative;
    z-index: 2;
    margin-bottom: 34px;
}

.slide-header h2,
.ideas-copy h2,
.why-now-copy h2,
.ask-copy h2 {
    max-width: 1100px;
    margin: 8px 0 0;
    color: var(--paper);
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 52px;
    font-variation-settings: "XROT" 0, "YROT" 0;
    font-weight: 620;
    letter-spacing: -0.025em;
    line-height: 1.03;
}

.eyebrow {
    margin: 0;
    color: var(--cyan-soft);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.slide-deckline {
    max-width: 900px;
    margin: 13px 0 0;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.45;
}

.speaker-notes {
    display: none;
}

.source-note {
    position: absolute;
    z-index: 3;
    right: 62px;
    bottom: 29px;
    left: 62px;
    margin: 0;
    color: rgba(255, 255, 255, 0.46);
    font-size: 11px;
    line-height: 1.35;
}

.slide--title {
    padding: 0;
    background:
        radial-gradient(ellipse at 50% 42%, rgba(255, 62, 157, 0.16), transparent 43%),
        linear-gradient(130deg, #06070d, #0b0c15 54%, #080810);
}

.slide--title::before {
    display: none;
}

.slide--title::after,
.slide--ideas::after {
    display: none;
}

.carpet-pattern,
.ask-grid-bg {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image:
        linear-gradient(45deg, transparent 46%, rgba(66, 239, 246, 0.22) 47%, rgba(66, 239, 246, 0.22) 53%, transparent 54%),
        linear-gradient(-45deg, transparent 46%, rgba(255, 62, 157, 0.22) 47%, rgba(255, 62, 157, 0.22) 53%, transparent 54%),
        radial-gradient(circle, rgba(255, 135, 55, 0.36) 0 2px, transparent 3px);
    background-position: 0 0, 30px 30px, 0 0;
    background-size: 120px 120px, 120px 120px, 58px 58px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.title-corner {
    position: absolute;
    width: 190px;
    height: 64px;
    border-color: var(--cyan);
    opacity: 0.72;
    filter: drop-shadow(0 0 8px rgba(66, 239, 246, 0.7));
}

.title-corner--top {
    top: 48px;
    left: 52px;
    border-top: 3px solid;
    border-left: 3px solid;
}

.title-corner--bottom {
    right: 52px;
    bottom: 48px;
    border-right: 3px solid var(--pink);
    border-bottom: 3px solid var(--pink);
    filter: drop-shadow(0 0 8px rgba(255, 62, 157, 0.7));
}

.title-lockup {
    position: absolute;
    top: 74px;
    right: 132px;
    left: 132px;
    text-align: center;
}

.title-lockup .eyebrow {
    margin-bottom: 24px;
}

.neon-frame {
    position: relative;
    padding: 25px 30px 28px;
    border: 2px solid var(--cyan);
    border-radius: 20px;
    background: rgba(4, 5, 12, 0.76);
    box-shadow:
        0 0 5px rgba(66, 239, 246, 0.95),
        0 0 18px rgba(66, 239, 246, 0.68),
        inset 0 0 20px rgba(66, 239, 246, 0.08);
}

.neon-frame::before,
.neon-frame::after {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 3px;
    content: "";
    background: var(--orange);
    box-shadow: 0 0 9px rgba(255, 135, 55, 0.75);
}

.neon-frame::before {
    left: -80px;
}

.neon-frame::after {
    right: -80px;
}

.neon-frame h1 {
    margin: 0;
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 73px;
    font-variation-settings: "XROT" 0, "YROT" 0;
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 0.98;
    text-shadow:
        0 0 4px rgba(255, 62, 157, 1),
        0 0 16px rgba(255, 62, 157, 0.7),
        0 0 34px rgba(255, 62, 157, 0.35);
}

.neon-frame h1 span {
    display: block;
}

.neon-frame h1 em {
    color: var(--cyan-soft);
    font-style: normal;
    text-shadow:
        0 0 4px rgba(66, 239, 246, 1),
        0 0 18px rgba(66, 239, 246, 0.68);
}

.neon-frame h1 .neon-warm {
    margin-bottom: 4px;
    color: #ffe1b2;
    font-size: 55px;
    text-shadow:
        0 0 4px rgba(255, 135, 55, 0.95),
        0 0 18px rgba(255, 135, 55, 0.65);
}

.title-thesis {
    margin: 25px 0 0;
    color: var(--paper);
    font-size: 22px;
    font-weight: 700;
}

.title-meta {
    position: absolute;
    right: 62px;
    bottom: 70px;
    left: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 244, 228, 0.68);
    font-size: 14px;
}

.guild-mark {
    display: block;
    object-fit: contain;
}

.guild-mark--title {
    position: absolute;
    top: 39px;
    right: 50px;
    width: 66px;
    height: 66px;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.intro-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 70px;
    align-items: center;
    min-height: 520px;
}

.intro-layout--story {
    grid-template-columns: minmax(0, 1.36fr) minmax(315px, 0.64fr);
    gap: 46px;
    align-items: start;
    min-height: 0;
}

.intro-copy {
    align-self: start;
    padding-top: 16px;
}

.intro-layout--story .intro-copy {
    padding-top: 0;
}

.intro-identity {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 25px;
    align-items: center;
    margin-bottom: 19px;
}

.intro-name {
    margin: 0 0 18px;
    color: var(--orange);
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 66px;
    font-weight: 620;
    letter-spacing: -0.035em;
}

.intro-layout--story .intro-name {
    margin: 0;
    font-size: 53px;
    white-space: nowrap;
}

.intro-tagline {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
}

.intro-tagline strong {
    color: var(--cyan-soft);
}

.intro-milestones {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.intro-milestone {
    position: relative;
    min-height: 145px;
    padding: 18px 18px 17px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-top: 3px solid var(--orange);
    border-radius: 12px;
    background: rgba(15, 18, 31, 0.82);
}

.intro-milestone:nth-child(2) {
    border-top-color: var(--cyan);
}

.intro-milestone:nth-child(3) {
    border-top-color: var(--purple);
}

.intro-milestone:nth-child(4) {
    border-top-color: var(--pink);
}

.intro-milestone__number {
    position: absolute;
    top: 14px;
    right: 15px;
    color: rgba(255, 255, 255, 0.28);
    font-size: 12px;
    font-weight: 700;
}

.intro-milestone h3 {
    max-width: 245px;
    margin: 0 24px 8px 0;
    color: var(--paper);
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 19px;
    font-weight: 620;
    line-height: 1.08;
}

.intro-milestone p {
    margin: 0;
    color: var(--muted);
    font-size: 12.5px;
    line-height: 1.43;
}

.intro-milestone a {
    color: var(--cyan-soft);
    text-decoration-color: rgba(138, 248, 252, 0.42);
    text-underline-offset: 3px;
}

.intro-side {
    position: relative;
    min-width: 0;
}

.intro-side__label {
    margin: 3px 0 8px;
    color: rgba(255, 244, 228, 0.55);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.intro-lede,
.intro-copy > p:not(.intro-name) {
    margin: 0 0 20px;
    color: var(--paper);
    font-size: 23px;
    line-height: 1.48;
}

.intro-lede strong {
    color: var(--cyan-soft);
}

.maker-note {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 18px;
    margin-top: 30px;
    padding: 20px 22px;
    border-left: 4px solid var(--pink);
    background: rgba(255, 62, 157, 0.08);
    color: var(--muted);
    font-size: 16px;
    line-height: 1.45;
}

.maker-note__label {
    color: var(--pink);
    font-weight: 700;
    text-transform: uppercase;
}

.role-stack {
    position: relative;
    height: 445px;
}

.intro-layout--story .role-stack {
    height: 337px;
}

.intro-layout--story .role-stack--two {
    height: 260px;
}

.role-card {
    position: absolute;
    width: 248px;
    height: 302px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(15, 18, 31, 0.96);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.36);
}

.intro-layout--story .role-card {
    width: 220px;
    height: 166px;
    padding: 17px 19px;
    border-radius: 15px;
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.36);
}

.role-card__number {
    color: rgba(255, 255, 255, 0.4);
    font-size: 15px;
}

.role-card p {
    margin: 28px 0 0;
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 31px;
    font-weight: 620;
    line-height: 1.08;
}

.intro-layout--story .role-card p {
    margin-top: 13px;
    font-size: 23px;
}

.role-card__glyph {
    position: absolute;
    right: 23px;
    bottom: 20px;
    color: inherit;
    font-family: "Tilt Neon", monospace;
    font-size: 65px;
    opacity: 0.75;
}

.intro-layout--story .role-card__glyph {
    right: 16px;
    bottom: 11px;
    font-size: 40px;
}

.role-card--code {
    top: 26px;
    left: 0;
    color: var(--cyan);
    transform: rotate(-7deg);
}

.intro-layout--story .role-card--code {
    top: 11px;
    left: 2px;
    transform: rotate(-4deg);
}

.role-card--world {
    top: 98px;
    left: 205px;
    z-index: 2;
    color: var(--purple);
    transform: rotate(3deg);
}

.intro-layout--story .role-card--world {
    top: 94px;
    right: 0;
    left: auto;
    transform: rotate(3deg);
}

.role-card--table {
    top: 5px;
    right: 0;
    color: var(--orange);
    transform: rotate(8deg);
}

.intro-layout--story .role-card--table {
    top: 179px;
    right: auto;
    left: 24px;
    transform: rotate(-2deg);
}

.role-card--table img {
    position: absolute;
    right: 16px;
    bottom: 14px;
    width: 138px;
    height: 150px;
    object-fit: contain;
    image-rendering: pixelated;
    filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.45));
}

.intro-layout--story .role-card--table img {
    right: 10px;
    bottom: 6px;
    width: 68px;
    height: 74px;
}

.intro-current {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
    padding: 12px 14px;
    border-left: 3px solid var(--green);
    background: rgba(98, 230, 173, 0.08);
}

.intro-current span {
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.intro-current p {
    margin: 0;
    color: var(--paper);
    font-size: 12px;
    line-height: 1.4;
}

.loop-wrap {
    position: relative;
    z-index: 2;
    margin-top: 56px;
}

.slide--bridge {
    background:
        radial-gradient(circle at 18% 28%, rgba(66, 239, 246, 0.14), transparent 32%),
        radial-gradient(circle at 82% 75%, rgba(255, 62, 157, 0.14), transparent 34%),
        var(--bg);
}

.bridge-copy {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 105px;
    left: 105px;
    transform: translateY(-50%);
}

.bridge-copy h2 {
    margin: 0 0 28px;
    color: var(--cyan-soft);
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 92px;
    font-weight: 620;
    letter-spacing: -0.035em;
    line-height: 1;
}

.bridge-copy p {
    max-width: 990px;
    margin: 0;
    color: var(--paper);
    font-size: 29px;
    line-height: 1.42;
}

.loop-track {
    display: grid;
    grid-template-columns: 1fr 44px 1fr 44px 1fr 44px 1fr;
    align-items: stretch;
}

.loop-step {
    position: relative;
    min-height: 205px;
    padding: 25px 23px;
    border-top: 4px solid;
    background: rgba(255, 255, 255, 0.045);
}

.loop-step--one {
    border-color: var(--orange);
}

.loop-step--two {
    border-color: var(--pink);
}

.loop-step--three {
    border-color: var(--purple);
}

.loop-step--four {
    border-color: var(--cyan);
}

.loop-step__index {
    color: rgba(255, 255, 255, 0.42);
    font-size: 13px;
}

.loop-step h3 {
    margin: 27px 0 10px;
    font-family: "Tilt Neon", monospace;
    font-size: 38px;
}

.loop-step p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.4;
}

.loop-arrow {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.48);
    font-size: 32px;
}

.loop-return {
    display: flex;
    width: 260px;
    margin: 17px auto 0;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: var(--cyan);
}

.loop-return span {
    font-size: 27px;
}

.loop-return p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.big-quote {
    position: relative;
    z-index: 2;
    max-width: 930px;
    margin: 28px auto 0;
    color: var(--paper);
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 26px;
    font-weight: 560;
    line-height: 1.25;
    text-align: center;
}

.slide--timeline .slide-header {
    margin-bottom: 30px;
}

.event-timeline {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 26px;
}

.event-timeline::before {
    position: absolute;
    top: 57px;
    right: 12px;
    left: 12px;
    z-index: -1;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--orange), var(--pink), var(--purple), var(--cyan));
    box-shadow: 0 0 12px rgba(66, 239, 246, 0.35);
}

.event-card {
    min-height: 350px;
    padding: 18px 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(14, 17, 29, 0.96);
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.23);
}

.event-card time {
    display: block;
    height: 42px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.event-card__stat {
    display: block;
    margin: 22px 0 16px;
    color: var(--cyan);
    font-family: "Tilt Neon", monospace;
    font-size: 55px;
    letter-spacing: -0.03em;
}

.event-card--start .event-card__stat {
    color: var(--orange);
    font-size: 36px;
    line-height: 1.55;
}

.event-card:nth-child(2) .event-card__stat {
    color: var(--pink);
}

.event-card:nth-child(3) .event-card__stat {
    color: var(--purple);
}

.event-card--lift .event-card__stat,
.event-card--final .event-card__stat {
    color: var(--cyan);
}

.event-card--final {
    border-color: rgba(66, 239, 246, 0.52);
    box-shadow: 0 0 25px rgba(66, 239, 246, 0.12), 0 20px 36px rgba(0, 0, 0, 0.25);
}

.event-card h3 {
    min-height: 80px;
    margin: 0 0 20px;
    color: var(--paper);
    font-family: "Tilt Neon", monospace;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.12;
}

.event-card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.42;
}

.slide--ideas {
    padding: 0;
    background: #111;
}

.ideas-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ideas-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 5, 10, 0.93) 0%, rgba(4, 5, 10, 0.73) 50%, rgba(4, 5, 10, 0.15) 83%),
        linear-gradient(0deg, rgba(4, 5, 10, 0.88) 0%, transparent 50%);
}

.ideas-copy {
    position: absolute;
    top: 63px;
    left: 62px;
    width: 720px;
}

.ideas-copy h2 {
    margin-top: 14px;
    font-size: 51px;
    line-height: 1.06;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.75);
}

.ideas-lede {
    width: 650px;
    margin: 22px 0 0;
    color: rgba(255, 244, 228, 0.85);
    font-size: 21px;
    line-height: 1.45;
}

.ideas-proof {
    position: absolute;
    bottom: 58px;
    left: 62px;
    display: flex;
    gap: 10px;
}

.ideas-proof span {
    padding: 11px 15px;
    border: 1px solid rgba(66, 239, 246, 0.58);
    border-radius: 999px;
    background: rgba(4, 6, 12, 0.78);
    color: var(--cyan-soft);
    font-size: 13px;
    font-weight: 700;
}

.ideas-community {
    position: absolute;
    right: 54px;
    bottom: 50px;
    width: 410px;
    padding: 22px 24px;
    border-left: 4px solid var(--orange);
    background: rgba(5, 6, 11, 0.87);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.ideas-community strong {
    display: block;
    color: var(--orange);
    font-size: 16px;
    text-transform: uppercase;
}

.ideas-community p {
    margin: 10px 0 0;
    color: var(--paper);
    font-size: 15px;
    line-height: 1.45;
}

.slide--why-now {
    display: none;
    grid-template-columns: 0.48fr 0.52fr;
    padding: 0;
}

.slide--why-now.is-active {
    display: grid;
}

.poster-panel {
    position: relative;
    overflow: hidden;
    background: #080910;
}

.poster-panel::after {
    position: absolute;
    inset: 0;
    content: "";
    box-shadow: inset -24px 0 45px rgba(7, 8, 16, 0.8);
}

.poster-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.why-now-copy {
    position: relative;
    z-index: 2;
    padding: 58px 58px 45px 45px;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 62, 157, 0.1), transparent 35%),
        #090a13;
}

.why-now-copy h2 {
    margin-top: 13px;
    font-size: 48px;
}

.vptp-lede {
    margin: 18px 0 0;
    color: var(--paper);
    font-size: 20px;
    line-height: 1.4;
}

.collaboration-note {
    margin-top: 24px;
    padding: 15px 17px;
    border-left: 3px solid var(--purple);
    background: rgba(168, 122, 255, 0.08);
}

.collaboration-note span {
    color: var(--purple);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.collaboration-note p {
    margin: 7px 0 0;
    color: var(--paper);
    font-size: 14px;
    line-height: 1.4;
}

.physical-intro {
    margin: 20px 0 0;
    color: var(--paper);
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 20px;
    font-weight: 620;
}

.physical-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 23px;
}

.physical-stats article {
    min-width: 0;
    padding: 14px 12px;
    border-top: 3px solid var(--pink);
    background: rgba(255, 255, 255, 0.045);
}

.physical-stats strong {
    display: block;
    color: var(--paper);
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 35px;
    line-height: 1;
}

.physical-stats span {
    display: block;
    margin-top: 7px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.45;
}

.benefit-list {
    margin-top: 36px;
}

.benefit-list article {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 17px;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.benefit-list article > span {
    color: var(--pink);
    font-size: 14px;
    font-weight: 700;
}

.benefit-list h3 {
    margin: -2px 0 5px;
    color: var(--paper);
    font-size: 19px;
}

.benefit-list p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
}

.event-chip {
    display: flex;
    margin-top: 26px;
    padding: 15px 17px;
    border: 1px solid rgba(66, 239, 246, 0.48);
    border-radius: 9px;
    flex-direction: column;
    gap: 5px;
    background: rgba(66, 239, 246, 0.07);
}

.event-chip strong {
    color: var(--cyan-soft);
    font-size: 16px;
}

.event-chip span {
    color: var(--muted);
    font-size: 12px;
}

.benefit-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 62px;
}

.benefit-grid article {
    min-height: 310px;
    padding: 28px 27px;
    border-top: 5px solid var(--pink);
    background: rgba(255, 255, 255, 0.05);
}

.benefit-grid article:nth-child(2) {
    border-top-color: var(--purple);
}

.benefit-grid article:nth-child(3) {
    border-top-color: var(--cyan);
}

.benefit-grid article > span {
    color: rgba(255, 255, 255, 0.42);
    font-size: 14px;
    font-weight: 700;
}

.benefit-grid h3 {
    margin: 54px 0 18px;
    color: var(--paper);
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 29px;
    font-weight: 620;
    line-height: 1.08;
}

.benefit-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.5;
}

.tabletop-why-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.9fr 0.9fr 1.2fr;
    gap: 18px;
    margin-top: 45px;
}

.tabletop-why-grid article {
    position: relative;
    min-height: 355px;
    padding: 25px 24px;
    overflow: hidden;
    border-top: 5px solid var(--orange);
    background: rgba(255, 255, 255, 0.05);
}

.tabletop-why-grid article:nth-child(2) {
    border-top-color: var(--cyan);
}

.tabletop-why-grid article:nth-child(3) {
    border-top-color: var(--pink);
}

.tabletop-why-grid article > span {
    color: rgba(255, 255, 255, 0.42);
    font-size: 13px;
    font-weight: 700;
}

.tabletop-why-grid h3 {
    margin: 38px 0 16px;
    color: var(--paper);
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 25px;
    font-weight: 620;
    line-height: 1.1;
}

.tabletop-why-grid p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.48;
}

.tabletop-why-personal p {
    padding-right: 65px;
}

.tabletop-why-personal img {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 105px;
    height: 115px;
    object-fit: contain;
    image-rendering: pixelated;
    filter: drop-shadow(0 14px 12px rgba(0, 0, 0, 0.5));
}

.format-question-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.45fr 0.55fr;
    gap: 22px;
    align-items: stretch;
}

.vptp-video {
    position: relative;
    min-height: 405px;
    overflow: hidden;
    border: 1px solid rgba(66, 239, 246, 0.4);
    border-radius: 12px;
    background: #03040a;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.vptp-video video {
    display: block;
    width: 100%;
    height: 405px;
    object-fit: cover;
}

.vptp-video > span {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 135, 55, 0.65);
    border-radius: 999px;
    background: rgba(7, 8, 16, 0.88);
    color: var(--orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.current-format {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
}

.current-format article {
    padding: 21px 20px;
    border-left: 4px solid var(--cyan);
    background: rgba(255, 255, 255, 0.05);
}

.current-format article:nth-child(2) {
    border-left-color: var(--orange);
}

.current-format span {
    color: var(--cyan-soft);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.current-format article:nth-child(2) span {
    color: var(--orange);
}

.current-format p {
    margin: 17px 0 0;
    color: var(--paper);
    font-size: 15px;
    line-height: 1.5;
}

.question-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 34px;
}

.question-grid article {
    min-height: 170px;
    padding: 20px 22px;
    border-top: 4px solid var(--pink);
    background: rgba(255, 255, 255, 0.05);
}

.question-grid article:nth-child(2) {
    border-top-color: var(--purple);
}

.question-grid article:nth-child(3) {
    border-top-color: var(--cyan);
}

.question-grid article:nth-child(4) {
    border-top-color: var(--orange);
}

.question-grid article > span {
    float: right;
    color: rgba(255, 255, 255, 0.35);
    font-size: 12px;
    font-weight: 700;
}

.question-grid h3 {
    margin: 0 0 11px;
    color: var(--paper);
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 23px;
    font-weight: 620;
}

.question-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.48;
}

.question-note {
    position: relative;
    z-index: 2;
    margin-top: 16px;
    padding: 15px 19px;
    border-left: 4px solid var(--green);
    background: rgba(98, 230, 173, 0.07);
}

.question-note p {
    margin: 0;
    color: var(--paper);
    font-size: 14px;
    line-height: 1.45;
}

.slide--ending {
    display: none;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 70px;
    align-items: center;
    padding: 78px 82px;
    background:
        radial-gradient(circle at 15% 20%, rgba(66, 239, 246, 0.12), transparent 34%),
        radial-gradient(circle at 88% 80%, rgba(255, 62, 157, 0.15), transparent 38%),
        var(--bg);
}

.slide--ending.is-active {
    display: grid;
}

.ending-copy,
.ending-event {
    position: relative;
    z-index: 2;
}

.ending-copy h2 {
    margin: 12px 0 42px;
    color: var(--paper);
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 76px;
    font-weight: 620;
    line-height: 1;
}

.ending-contact {
    display: grid;
    gap: 13px;
}

.ending-contact a {
    color: var(--cyan-soft);
    font-size: 17px;
    text-decoration-color: rgba(138, 248, 252, 0.45);
    text-underline-offset: 5px;
}

.ending-event {
    padding: 30px 32px;
    border: 1px solid rgba(66, 239, 246, 0.42);
    border-radius: 15px;
    background: rgba(10, 12, 22, 0.94);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.ending-event__title {
    margin: 0 0 25px;
    color: var(--orange);
    font-family: "Tilt Neon", "Space Mono", monospace;
    font-size: 34px;
    font-weight: 620;
}

.ending-event > div {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 18px;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.ending-event span {
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
}

.ending-event strong,
.ending-event a {
    color: var(--paper);
    font-size: 15px;
    line-height: 1.45;
}

.ending-event a {
    color: var(--cyan-soft);
    overflow-wrap: anywhere;
    text-decoration-color: rgba(138, 248, 252, 0.45);
    text-underline-offset: 4px;
}

.tabletop-reasons {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 48px;
}

.tabletop-reasons article {
    min-height: 272px;
    padding: 25px 25px 28px;
    border-top: 5px solid;
    background: rgba(255, 255, 255, 0.05);
}

.tabletop-reasons article:nth-child(1) {
    border-color: var(--orange);
}

.tabletop-reasons article:nth-child(2) {
    border-color: var(--pink);
}

.tabletop-reasons article:nth-child(3) {
    border-color: var(--cyan);
}

.reason-number {
    color: rgba(255, 255, 255, 0.42);
    font-size: 14px;
}

.tabletop-reasons h3 {
    margin: 33px 0 14px;
    font-family: "Tilt Neon", monospace;
    font-size: 30px;
}

.tabletop-reasons p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.5;
}

.tabletop-principle {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 930px;
    margin: 33px auto 0;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.tabletop-principle img {
    width: 85px;
    height: 92px;
    object-fit: contain;
    image-rendering: pixelated;
}

.tabletop-principle p {
    margin: 0;
    color: var(--paper);
    font-family: "Tilt Neon", monospace;
    font-size: 25px;
    font-weight: 570;
}

.demo-path {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 44px 1fr 44px 1fr 44px 1fr;
    gap: 0;
    align-items: stretch;
    margin-top: 40px;
}

.demo-path article {
    padding: 20px 20px 22px;
    border: 1px solid rgba(66, 239, 246, 0.28);
    background: rgba(66, 239, 246, 0.055);
    text-align: center;
}

.path-icon {
    display: grid;
    width: 66px;
    height: 66px;
    margin: 0 auto 15px;
    border: 2px solid var(--cyan);
    border-radius: 50%;
    place-items: center;
    color: var(--cyan-soft);
    font-family: "Tilt Neon", monospace;
    font-size: 21px;
    box-shadow: 0 0 14px rgba(66, 239, 246, 0.18);
}

.demo-path h3 {
    margin: 0 0 7px;
    font-size: 20px;
}

.demo-path p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
}

.path-arrow {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.48);
    font-size: 28px;
}

.tabletop-friction {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 34px;
    margin-top: 42px;
    padding: 25px 29px;
    border-left: 5px solid var(--pink);
    background: rgba(255, 62, 157, 0.08);
}

.tabletop-friction h3 {
    margin: 8px 0 0;
    font-family: "Tilt Neon", monospace;
    font-size: 29px;
    line-height: 1.12;
}

.friction-chips {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.friction-chips span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    color: var(--paper);
    font-size: 13px;
}

.slide--tools .slide-header {
    margin-bottom: 28px;
}

.tool-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.tool-card {
    min-height: 179px;
    padding: 20px 21px 19px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 5px solid;
    background: rgba(255, 255, 255, 0.045);
}

.tool-card--cyan {
    border-left-color: var(--cyan);
}

.tool-card--gold {
    border-left-color: var(--gold);
}

.tool-card--purple {
    border-left-color: var(--purple);
}

.tool-card--pink {
    border-left-color: var(--pink);
}

.tool-card__top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 15px;
}

.tool-card h3 {
    margin: 0;
    font-family: "Tilt Neon", monospace;
    font-size: 25px;
}

.tool-card__top span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tool-card p {
    margin: 15px 0 12px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.43;
}

.tool-card strong {
    color: var(--paper);
    font-size: 12px;
    text-transform: uppercase;
}

.tools-conclusion {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    color: var(--muted);
    font-family: "Tilt Neon", monospace;
    font-size: 25px;
    text-align: center;
}

.tools-conclusion span {
    color: var(--cyan-soft);
}

.tools-conclusion strong {
    color: var(--paper);
}

.slide--ladder .slide-header {
    margin-bottom: 28px;
}

.participation-ladder {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    align-items: end;
    height: 383px;
}

.rung {
    display: grid;
    padding: 20px;
    border-top: 5px solid;
    background: rgba(255, 255, 255, 0.05);
}

.rung--one {
    height: 205px;
    border-color: var(--orange);
}

.rung--two {
    height: 255px;
    border-color: var(--pink);
}

.rung--three {
    height: 310px;
    border-color: var(--purple);
}

.rung--four {
    height: 365px;
    border-color: var(--cyan);
}

.rung__level {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
}

.rung__verb {
    margin: 0 0 7px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rung h3 {
    margin: 0;
    font-family: "Tilt Neon", monospace;
    font-size: 23px;
    font-weight: 580;
    line-height: 1.16;
}

.rung__time {
    display: block;
    margin-top: 17px;
    color: var(--cyan-soft);
    font-size: 12px;
}

.ladder-rule {
    position: relative;
    z-index: 2;
    display: flex;
    margin-top: 23px;
    align-items: baseline;
    justify-content: center;
    gap: 20px;
}

.ladder-rule strong {
    color: var(--paper);
    font-size: 20px;
}

.ladder-rule span {
    color: var(--muted);
    font-size: 15px;
}

.pictoria-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 52px;
    min-height: 470px;
}

.booth-concept {
    position: relative;
    min-height: 435px;
    overflow: hidden;
    border: 1px solid rgba(66, 239, 246, 0.25);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(66, 239, 246, 0.04), rgba(255, 62, 157, 0.06)),
        #0b0d17;
}

.booth-concept::before {
    position: absolute;
    right: 0;
    bottom: 61px;
    left: 0;
    height: 120px;
    content: "";
    opacity: 0.45;
    background:
        linear-gradient(30deg, transparent 24%, rgba(255, 62, 157, 0.22) 25%, rgba(255, 62, 157, 0.22) 27%, transparent 28%),
        linear-gradient(-30deg, transparent 24%, rgba(66, 239, 246, 0.18) 25%, rgba(66, 239, 246, 0.18) 27%, transparent 28%);
    background-size: 42px 42px;
}

.booth-concept__glow {
    position: absolute;
    top: 72px;
    left: 50%;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(255, 62, 157, 0.2), transparent 68%);
    filter: blur(6px);
}

.booth-concept__box {
    position: absolute;
    top: 118px;
    left: 50%;
    width: 250px;
    transform: translateX(-50%);
    text-align: center;
}

.booth-concept__box img {
    width: 215px;
    height: 230px;
    object-fit: contain;
    image-rendering: pixelated;
    filter: drop-shadow(0 22px 18px rgba(0, 0, 0, 0.65));
}

.booth-concept__sign {
    position: absolute;
    top: 34px;
    left: 50%;
    display: flex;
    width: 330px;
    padding: 10px 18px;
    border: 2px solid var(--cyan);
    border-radius: 10px;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    gap: 13px;
    background: rgba(6, 7, 13, 0.92);
    box-shadow: 0 0 14px rgba(66, 239, 246, 0.32);
}

.booth-concept__sign span {
    color: var(--orange);
    font-size: 12px;
}

.booth-concept__sign strong {
    color: var(--pink);
    font-family: "Tilt Neon", monospace;
    font-size: 21px;
}

.booth-concept__labels {
    position: absolute;
    right: 17px;
    bottom: 16px;
    left: 17px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.booth-concept__labels span {
    flex: 1;
    padding: 9px 6px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    color: var(--muted);
    font-size: 9px;
    text-align: center;
}

.capability-panel {
    padding-top: 13px;
}

.capability-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.capability-panel li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 15px;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    color: var(--paper);
    font-size: 17px;
    line-height: 1.35;
}

.capability-panel li span {
    color: var(--cyan);
    font-size: 12px;
    font-weight: 700;
}

.open-design-question {
    margin-top: 23px;
    padding: 21px 23px;
    border-left: 5px solid var(--pink);
    background: rgba(255, 62, 157, 0.08);
}

.open-design-question > p:last-child {
    margin: 10px 0 0;
    color: var(--paper);
    font-family: "Tilt Neon", monospace;
    font-size: 24px;
    font-weight: 570;
    line-height: 1.2;
}

.format-options {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 43px;
}

.format-options article {
    min-height: 318px;
    padding: 24px 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 5px solid;
    background: rgba(255, 255, 255, 0.045);
}

.format-options article:nth-child(1) {
    border-bottom-color: var(--orange);
}

.format-options article:nth-child(2) {
    border-bottom-color: var(--pink);
}

.format-options article:nth-child(3) {
    border-bottom-color: var(--cyan);
}

.format-option__effort {
    display: inline-block;
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.format-options h3 {
    margin: 30px 0 15px;
    font-family: "Tilt Neon", monospace;
    font-size: 32px;
    line-height: 1.08;
}

.format-options p {
    min-height: 102px;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.48;
}

.format-options strong {
    color: var(--paper);
    font-size: 12px;
    text-transform: uppercase;
}

.format-prompt {
    position: relative;
    z-index: 2;
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: var(--muted);
    font-size: 15px;
}

.format-prompt strong {
    margin-left: 14px;
    color: var(--cyan-soft);
    font-family: "Tilt Neon", monospace;
    font-size: 25px;
}

.slide--ask {
    padding: 58px 62px 44px;
    background:
        radial-gradient(circle at 12% 10%, rgba(66, 239, 246, 0.12), transparent 32%),
        radial-gradient(circle at 88% 78%, rgba(255, 62, 157, 0.16), transparent 37%),
        #070810;
}

.ask-grid-bg {
    opacity: 0.2;
}

.ask-copy {
    position: relative;
    z-index: 2;
    width: 720px;
}

.ask-copy h2 {
    margin-top: 10px;
    font-size: 56px;
}

.ask-questions {
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
}

.ask-questions li {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    align-items: baseline;
}

.ask-questions li > span {
    color: var(--pink);
    font-size: 14px;
    font-weight: 700;
}

.ask-questions p {
    margin: 0;
    color: var(--paper);
    font-family: "Tilt Neon", monospace;
    font-size: 29px;
    line-height: 1.2;
}

.ask-questions strong {
    color: var(--cyan-soft);
    font-weight: 650;
}

.contact-card {
    position: absolute;
    top: 72px;
    right: 62px;
    z-index: 3;
    width: 375px;
    padding: 29px 28px 25px;
    border: 1px solid rgba(66, 239, 246, 0.48);
    border-radius: 18px;
    background: rgba(10, 12, 22, 0.94);
    box-shadow: 0 0 35px rgba(66, 239, 246, 0.11), 0 25px 55px rgba(0, 0, 0, 0.38);
}

.contact-card__kicker {
    margin: 0 0 22px;
    color: var(--orange);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-card > a {
    display: block;
    margin-bottom: 15px;
    color: var(--paper);
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.contact-card > a:hover {
    color: var(--cyan);
}

.contact-card__event {
    display: flex;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    flex-direction: column;
    gap: 8px;
}

.contact-card__event span {
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
}

.contact-card__event strong {
    color: var(--pink);
    font-size: 18px;
}

.qr-row {
    display: flex;
    margin-top: 24px;
    padding: 15px;
    border-radius: 12px;
    align-items: center;
    gap: 16px;
    background: #fff;
    color: #10131f;
}

.qr-row img {
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.qr-row span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.closing-line {
    position: absolute;
    bottom: 46px;
    left: 62px;
    z-index: 2;
    width: 760px;
    margin: 0;
    color: rgba(255, 244, 228, 0.68);
    font-size: 15px;
    line-height: 1.45;
}

.deck-controls {
    position: fixed;
    right: 19px;
    bottom: 19px;
    z-index: 100;
    display: flex;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    align-items: center;
    background: rgba(4, 5, 10, 0.78);
    backdrop-filter: blur(12px);
    opacity: 0.28;
    transition: opacity 150ms ease;
}

.deck-controls:hover,
.deck-controls:focus-within {
    opacity: 1;
}

.control-button {
    width: 40px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--paper);
    cursor: pointer;
}

.control-button:disabled {
    color: rgba(255, 255, 255, 0.2);
    cursor: default;
}

.slide-status {
    display: flex;
    min-width: 80px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--muted);
    font-size: 11px;
}

.slide-status__rule {
    width: 17px;
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
}

#current-slide {
    color: var(--cyan);
    font-weight: 700;
}

.progress-track {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    height: 3px;
    background: rgba(255, 255, 255, 0.06);
}

.progress-track span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--orange), var(--pink), var(--cyan));
    box-shadow: 0 0 8px rgba(66, 239, 246, 0.55);
    transition: width 180ms ease;
}

.help-panel {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    padding: 40px;
    place-items: center;
    background: rgba(2, 3, 8, 0.78);
    backdrop-filter: blur(14px);
}

.help-panel[hidden],
.notes-panel[hidden] {
    display: none;
}

.help-panel__card {
    width: min(620px, 92vw);
    padding: 34px;
    border: 1px solid rgba(66, 239, 246, 0.42);
    border-radius: 18px;
    background: #0d101b;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.help-panel__card h2 {
    margin: 10px 0 28px;
    font-family: "Tilt Neon", monospace;
    font-size: 34px;
}

.help-panel__card dl {
    margin: 0;
}

.help-panel__card dl > div {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 20px;
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.help-panel__card dt {
    color: var(--paper);
    font-weight: 700;
}

.help-panel__card dd {
    margin: 0;
    color: var(--muted);
}

.notes-panel {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 190;
    width: min(540px, calc(100vw - 36px));
    max-height: 46vh;
    overflow: auto;
    border: 1px solid rgba(255, 62, 157, 0.5);
    border-radius: 14px;
    background: rgba(9, 11, 20, 0.97);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(16px);
}

.notes-panel__header {
    position: sticky;
    top: 0;
    display: flex;
    padding: 13px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    align-items: center;
    justify-content: space-between;
    background: #0d101b;
    color: var(--pink);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.notes-panel__header button {
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: transparent;
    color: var(--paper);
    cursor: pointer;
}

#notes-content {
    padding: 12px 18px 18px;
}

#notes-content p {
    margin: 10px 0;
    color: var(--paper);
    font-size: 14px;
    line-height: 1.55;
}

body.is-overview {
    overflow: auto;
}

body.is-overview .deck-shell {
    position: relative;
    display: block;
    padding: 26px;
}

body.is-overview .deck {
    display: grid;
    width: auto;
    height: auto;
    overflow: visible;
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
    gap: 22px;
    transform: none;
    background: transparent;
    box-shadow: none;
}

body.is-overview .slide,
body.is-overview .slide.is-active,
body.is-overview .slide--why-now,
body.is-overview .slide--why-now.is-active {
    position: relative;
    display: block;
    width: 1280px;
    height: 720px;
    transform: scale(0.3);
    transform-origin: top left;
    margin-right: -896px;
    margin-bottom: -504px;
    cursor: pointer;
    animation: none;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
}

body.is-overview .slide--why-now,
body.is-overview .slide--why-now.is-active {
    display: grid;
}

body.is-overview .slide.is-active {
    box-shadow: 0 0 0 6px var(--cyan);
}

body.is-overview .deck-controls,
body.is-overview .progress-track {
    display: none;
}

@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(14px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .slide.is-active {
        animation: none;
    }

    .progress-track span {
        transition: none;
    }
}

@media (max-width: 900px) {
    html,
    body {
        width: 100%;
        height: 100%;
        background: var(--bg);
    }

    .deck-shell {
        display: block;
    }

    .deck {
        width: 100vw;
        height: 100dvh;
        transform: none;
        transform-origin: top left;
        box-shadow: none;
        touch-action: pan-y;
    }

    .slide {
        width: 100%;
        height: 100%;
        padding:
            calc(env(safe-area-inset-top) + 28px)
            calc(env(safe-area-inset-right) + 22px)
            calc(env(safe-area-inset-bottom) + 88px)
            calc(env(safe-area-inset-left) + 22px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .slide-header {
        margin-bottom: 24px;
    }

    .slide-header h2,
    .ideas-copy h2,
    .why-now-copy h2,
    .ask-copy h2 {
        font-size: clamp(34px, 10vw, 48px);
        line-height: 1.05;
    }

    .eyebrow {
        font-size: 12px;
    }

    .slide--title {
        padding: 0;
        overflow: hidden;
    }

    .title-corner {
        display: none;
    }

    .title-lockup {
        top: 50%;
        right: 20px;
        left: 20px;
        transform: translateY(-56%);
    }

    .title-lockup .eyebrow {
        margin-bottom: 15px;
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    .neon-frame {
        padding: 20px 14px 22px;
        border-radius: 14px;
    }

    .neon-frame::before,
    .neon-frame::after {
        display: none;
    }

    .neon-frame h1 {
        font-size: clamp(38px, 11vw, 55px);
        line-height: 1.02;
    }

    .title-thesis {
        margin-top: 18px;
        font-size: 17px;
    }

    .title-meta {
        right: 20px;
        bottom: calc(env(safe-area-inset-bottom) + 76px);
        left: 20px;
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        font-size: 10px;
    }

    .guild-mark--title {
        top: calc(env(safe-area-inset-top) + 12px);
        right: calc(env(safe-area-inset-right) + 12px);
        width: 46px;
        height: 46px;
    }

    .intro-layout--story {
        display: block;
    }

    .intro-identity {
        display: block;
        margin-bottom: 20px;
    }

    .intro-layout--story .intro-name {
        margin-bottom: 10px;
        font-size: 48px;
        white-space: normal;
    }

    .intro-tagline {
        font-size: 14px;
    }

    .intro-milestones {
        grid-template-columns: 1fr;
    }

    .intro-milestone {
        min-height: 0;
    }

    .intro-side {
        display: none;
    }

    .slide--bridge {
        padding: 0;
        overflow: hidden;
    }

    .bridge-copy {
        top: 50%;
        right: 25px;
        left: 25px;
    }

    .bridge-copy h2 {
        margin-bottom: 22px;
        font-size: clamp(52px, 16vw, 76px);
    }

    .bridge-copy p {
        font-size: clamp(20px, 6vw, 27px);
        line-height: 1.38;
    }

    .slide--ideas {
        padding: 0 0 90px;
    }

    .ideas-copy {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        padding:
            calc(env(safe-area-inset-top) + 30px)
            calc(env(safe-area-inset-right) + 22px)
            0
            calc(env(safe-area-inset-left) + 22px);
    }

    .ideas-copy h2 {
        margin-top: 12px;
    }

    .ideas-lede {
        width: auto;
        font-size: 16px;
    }

    .ideas-proof {
        position: relative;
        bottom: auto;
        left: auto;
        flex-wrap: wrap;
        padding: 22px;
    }

    .ideas-community {
        position: relative;
        right: auto;
        bottom: auto;
        width: auto;
        margin: 0 22px;
    }

    .slide--why-now {
        display: none;
    }

    .slide--why-now.is-active {
        display: block;
        padding: 0 0 90px;
    }

    .poster-panel {
        height: 34vh;
        min-height: 220px;
    }

    .why-now-copy {
        padding: 26px 22px 40px;
    }

    .physical-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit-grid,
    .tabletop-why-grid,
    .question-grid {
        grid-template-columns: 1fr;
        margin-top: 25px;
    }

    .benefit-grid article,
    .tabletop-why-grid article,
    .question-grid article {
        min-height: 0;
    }

    .benefit-grid h3,
    .tabletop-why-grid h3 {
        margin-top: 26px;
    }

    .tabletop-why-personal p {
        padding-right: 0;
    }

    .tabletop-why-personal img {
        display: none;
    }

    .format-question-layout {
        grid-template-columns: 1fr;
    }

    .vptp-video {
        min-height: 0;
    }

    .vptp-video video {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .current-format {
        grid-template-rows: auto;
    }

    .question-note {
        margin-bottom: 20px;
    }

    .slide--ending {
        display: none;
    }

    .slide--ending.is-active {
        display: block;
        padding:
            calc(env(safe-area-inset-top) + 44px)
            calc(env(safe-area-inset-right) + 24px)
            calc(env(safe-area-inset-bottom) + 95px)
            calc(env(safe-area-inset-left) + 24px);
        overflow-y: auto;
    }

    .ending-copy h2 {
        margin-bottom: 30px;
        font-size: 60px;
    }

    .ending-event {
        margin-top: 42px;
        padding: 24px 20px;
    }

    .ending-event__title {
        font-size: 30px;
    }

    .ending-event > div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .deck-controls {
        right: 50%;
        bottom: calc(env(safe-area-inset-bottom) + 14px);
        height: 50px;
        transform: translateX(50%);
        opacity: 1;
    }

    .control-button {
        width: 54px;
        height: 48px;
        font-size: 20px;
    }

    .slide-status {
        min-width: 96px;
        font-size: 13px;
    }

    .progress-track {
        height: 4px;
    }
}

@media print {
    @page {
        size: 13.333333in 7.5in;
        margin: 0;
    }

    html,
    body {
        width: auto;
        height: auto;
        overflow: visible;
        background: #000;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .deck-shell {
        position: static;
        display: block;
    }

    .deck {
        position: static;
        width: 1280px;
        height: auto;
        overflow: visible;
        transform: none;
        box-shadow: none;
    }

    .slide,
    .slide.is-active,
    .slide--why-now,
    .slide--why-now.is-active {
        position: relative;
        display: block;
        width: 1280px;
        height: 720px;
        break-after: page;
        page-break-after: always;
        animation: none;
    }

    .slide--why-now,
    .slide--why-now.is-active {
        display: grid;
    }

    .deck-controls,
    .progress-track,
    .help-panel,
    .notes-panel {
        display: none !important;
    }
}
