/*
 * Zenkai Online 14th Anniversary Event Hub
 * Native WordPress / Vikinger content skin 3.0.0
 *
 * Every selector is scoped to the event root or the dedicated page body class
 * so the WordPress header, global sidebar and footer remain theme-controlled.
 */

body.zk14-anniversary-page {
    overflow-x: hidden;
}

body.zk14-anniversary-page .zk14-theme-stage.content-grid {
    width: 100%;
    max-width: 1580px;
    min-width: 0;
    padding-top: 92px;
    padding-bottom: 80px;
}

body.zk14-anniversary-page .zk14-theme-content {
    min-width: 0;
}

body.zk14-anniversary-page .zk14-theme-stage--with-sidebar {
    display: grid;
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

body.zk14-anniversary-page .zk14-wordpress-sidebar {
    min-width: 0;
}

body.zk14-standalone-preview {
    margin: 0;
    min-width: 320px;
    padding: 24px;
    overflow-x: hidden;
    background: #08051a;
}

.zk14-event-root {
    --zk14-bg: #09051f;
    --zk14-bg-deep: #060316;
    --zk14-panel: #17102f;
    --zk14-panel-2: #211547;
    --zk14-panel-3: #342167;
    --zk14-purple: #8c5cff;
    --zk14-purple-2: #6e42df;
    --zk14-pink: #ff3f8d;
    --zk14-pink-2: #ff6aad;
    --zk14-cyan: #55dcff;
    --zk14-gold: #ffd66d;
    --zk14-green: #63edb5;
    --zk14-white: #ffffff;
    --zk14-ink: #f7f4ff;
    --zk14-muted: #b7acd1;
    --zk14-muted-2: #877b9f;
    --zk14-line: rgba(185, 163, 238, 0.16);
    --zk14-line-strong: rgba(185, 163, 238, 0.26);
    --zk14-shadow: 0 24px 70px rgba(4, 1, 18, 0.42);
    --zk14-shadow-soft: 0 14px 36px rgba(4, 1, 18, 0.28);
    --zk14-radius-xl: 20px;
    --zk14-radius-lg: 16px;
    --zk14-radius-md: 12px;
    --zk14-radius-sm: 9px;
    --zk14-display: Rajdhani, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --zk14-body: "Titillium Web", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    position: relative;
    isolation: isolate;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    overflow: clip;
    border: 1px solid rgba(151, 113, 232, 0.16);
    border-radius: 18px;
    color: var(--zk14-ink);
    background:
        radial-gradient(circle at 10% 3%, rgba(139, 80, 255, 0.20), transparent 30rem),
        radial-gradient(circle at 94% 18%, rgba(255, 63, 141, 0.13), transparent 28rem),
        radial-gradient(circle at 54% 76%, rgba(63, 175, 255, 0.07), transparent 32rem),
        linear-gradient(180deg, #0c0724 0%, #08051d 48%, #0a061f 100%);
    box-shadow: 0 28px 90px rgba(3, 1, 15, 0.28);
    font-family: var(--zk14-body);
    font-size: 16px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.zk14-event-root::before {
    position: absolute;
    z-index: -3;
    inset: 0;
    content: "";
    pointer-events: none;
    background-image:
        linear-gradient(rgba(153, 117, 232, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(153, 117, 232, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 54%);
}

.zk14-event-root::after {
    position: absolute;
    z-index: -2;
    top: 0;
    right: -190px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(145, 91, 255, 0.11);
    border-radius: 50%;
    content: "";
    pointer-events: none;
    box-shadow:
        0 0 0 88px rgba(145, 91, 255, 0.025),
        0 0 0 176px rgba(145, 91, 255, 0.018);
}

.zk14-event-root,
.zk14-event-root * {
    box-sizing: border-box;
}

.zk14-event-root h1,
.zk14-event-root h2,
.zk14-event-root h3,
.zk14-event-root h4,
.zk14-event-root p,
.zk14-event-root blockquote,
.zk14-event-root figure {
    margin: 0;
}

.zk14-event-root h1,
.zk14-event-root h2,
.zk14-event-root h3,
.zk14-event-root strong,
.zk14-event-root button,
.zk14-event-root .z-button {
    font-family: var(--zk14-display);
}

.zk14-event-root button,
.zk14-event-root input,
.zk14-event-root textarea {
    font: inherit;
}

.zk14-event-root button,
.zk14-event-root a {
    -webkit-tap-highlight-color: transparent;
}

.zk14-event-root a {
    color: inherit;
    text-decoration: none;
}

.zk14-event-root img,
.zk14-event-root svg,
.zk14-event-root canvas,
.zk14-event-root video,
.zk14-event-root iframe {
    max-width: 100%;
}

.zk14-event-root button:focus-visible,
.zk14-event-root a:focus-visible,
.zk14-event-root input:focus-visible,
.zk14-event-root textarea:focus-visible {
    outline: 3px solid rgba(85, 220, 255, 0.8);
    outline-offset: 3px;
}

.zk14-event-root [hidden] {
    display: none !important;
}

.zk14-event-main {
    width: min(calc(100% - 44px), 1380px);
    margin: 0 auto;
    padding: 24px 0 40px;
}

.z-skip-link {
    position: fixed;
    z-index: 100000;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    color: #120827;
    background: #ffffff;
    font-weight: 800;
    transform: translateY(-140%);
    transition: transform 160ms ease;
}

.z-skip-link:focus {
    transform: translateY(0);
}

.z-confetti-canvas {
    position: fixed;
    z-index: 99999;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Shared controls */
.z-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.z-button:hover {
    transform: translateY(-2px);
}

.z-button:disabled {
    cursor: wait;
    opacity: 0.62;
    transform: none;
}

.z-button--primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--zk14-pink) 0%, #c945d5 46%, var(--zk14-purple) 100%);
    box-shadow: 0 10px 24px rgba(215, 52, 160, 0.24), inset 0 1px rgba(255, 255, 255, 0.2);
}

.z-button--primary:hover {
    box-shadow: 0 14px 32px rgba(215, 52, 160, 0.34), inset 0 1px rgba(255, 255, 255, 0.24);
}

.z-button--secondary {
    border-color: rgba(180, 150, 244, 0.25);
    color: #eee8ff;
    background: rgba(31, 20, 68, 0.76);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

.z-button--secondary:hover {
    border-color: rgba(255, 96, 173, 0.42);
    background: rgba(48, 28, 91, 0.88);
}

.z-button--small {
    min-height: 39px;
    padding: 0 15px;
    font-size: 0.76rem;
}

.z-button--wide {
    width: 100%;
}

.z-button--light {
    color: #241044;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(13, 3, 38, 0.22);
}

.z-button--ghost-light {
    border-color: rgba(255, 255, 255, 0.42);
    color: #ffffff;
    background: rgba(30, 9, 62, 0.16);
}

.z-text-button {
    padding: 0;
    border: 0;
    cursor: pointer;
    color: #cbbcff;
    background: transparent;
    font-family: var(--zk14-display);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.z-text-button:hover {
    color: #ffffff;
}

.z-progress {
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.075);
}

.z-progress > span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--zk14-pink), var(--zk14-purple), var(--zk14-cyan));
    box-shadow: 0 0 12px rgba(140, 92, 255, 0.55);
    transition: width 300ms ease;
}

/* Hero */
.z-hero {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    border: 1px solid rgba(167, 128, 244, 0.18);
    border-radius: var(--zk14-radius-xl);
    background:
        linear-gradient(120deg, rgba(31, 18, 71, 0.98) 0%, rgba(20, 12, 51, 0.98) 52%, rgba(24, 12, 53, 0.98) 100%);
    box-shadow: var(--zk14-shadow);
}

.z-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 32%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 12px);
}

.z-hero__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(4px);
}

.z-hero__glow--one {
    top: -220px;
    right: -90px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(141, 75, 255, 0.26), rgba(141, 75, 255, 0) 66%);
}

.z-hero__glow--two {
    bottom: -300px;
    left: -190px;
    width: 640px;
    height: 640px;
    background: radial-gradient(circle, rgba(255, 63, 141, 0.18), rgba(255, 63, 141, 0) 68%);
}

.z-hero__content {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 570px;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(28px, 4vw, 66px);
    align-items: center;
    padding: clamp(38px, 5vw, 76px);
}

.z-hero__copy {
    min-width: 0;
}

.z-event-label {
    display: flex;
    width: fit-content;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 8px 11px;
    border: 1px solid rgba(182, 149, 248, 0.18);
    border-radius: 9px;
    color: #d0c5e7;
    background: rgba(10, 5, 29, 0.42);
    font-family: var(--zk14-display);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.z-event-label strong {
    padding-left: 9px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: inherit;
}

.z-live-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--zk14-green);
    box-shadow: 0 0 0 4px rgba(99, 237, 181, 0.1), 0 0 15px rgba(99, 237, 181, 0.8);
}

.z-hero h1 {
    max-width: 780px;
    color: #ffffff;
    font-family: var(--zk14-display);
    font-size: clamp(3.2rem, 5.45vw, 5.7rem);
    font-weight: 750;
    letter-spacing: -0.055em;
    line-height: 0.91;
}

.z-hero h1 span {
    color: transparent;
    background: linear-gradient(90deg, #b47cff 0%, #ff67ab 48%, #ffd970 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

.z-hero__lead {
    max-width: 680px;
    margin-top: 24px !important;
    color: #c1b6d9;
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    line-height: 1.65;
}

.z-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
}

.z-countdown-card {
    display: grid;
    max-width: 720px;
    grid-template-columns: minmax(180px, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
    padding: 15px 17px;
    border: 1px solid rgba(180, 147, 244, 0.16);
    border-radius: 12px;
    background: rgba(8, 4, 25, 0.48);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
}

.z-countdown-card__heading {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.z-countdown-card__heading span {
    color: #a89bc1;
    font-family: var(--zk14-display);
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.z-countdown-card__heading strong {
    overflow: hidden;
    color: #f4efff;
    font-size: 0.75rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(44px, auto));
    gap: 4px;
}

.z-countdown > div {
    display: grid;
    min-width: 52px;
    gap: 1px;
    place-items: center;
    padding: 6px 7px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.z-countdown > div:first-child {
    border-left: 0;
}

.z-countdown strong {
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 750;
    line-height: 1;
}

.z-countdown span {
    color: #84789b;
    font-family: var(--zk14-display);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.z-hero__visual {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 470px;
    place-items: center;
}

.z-hero__visual::before {
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    content: "";
    background: radial-gradient(circle, rgba(255, 73, 158, 0.22), rgba(136, 76, 255, 0.17) 42%, transparent 70%);
    filter: blur(24px);
}

.z-hero__visual img {
    position: relative;
    z-index: 2;
    width: min(100%, 500px);
    height: auto;
    filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 22px rgba(139, 82, 255, 0.25));
    animation: zk14-badge-float 5.4s ease-in-out infinite;
}

.z-badge-orbit {
    position: absolute;
    z-index: 0;
    border: 1px solid rgba(154, 105, 255, 0.22);
    border-radius: 50%;
}

.z-badge-orbit--one {
    inset: 4%;
    animation: zk14-spin 32s linear infinite;
}

.z-badge-orbit--two {
    inset: 17%;
    border-color: rgba(85, 220, 255, 0.14);
    animation: zk14-spin 22s linear infinite reverse;
}

.z-badge-spark {
    position: absolute;
    z-index: 3;
    color: #ffffff;
    text-shadow: 0 0 14px currentColor;
    animation: zk14-sparkle 2.2s ease-in-out infinite;
}

.z-badge-spark--one {
    top: 13%;
    left: 9%;
    color: var(--zk14-cyan);
    font-size: 1.3rem;
}

.z-badge-spark--two {
    top: 14%;
    right: 7%;
    color: var(--zk14-pink-2);
    animation-delay: 0.7s;
}

.z-badge-spark--three {
    right: 8%;
    bottom: 18%;
    color: var(--zk14-gold);
    font-size: 1.2rem;
    animation-delay: 1.3s;
}

.z-badge-status {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 6%;
    display: grid;
    gap: 3px;
    min-width: 190px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 11px;
    background: rgba(25, 13, 59, 0.86);
    box-shadow: 0 15px 34px rgba(2, 1, 12, 0.36), inset 0 1px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.z-badge-status span {
    color: #9e90ba;
    font-family: var(--zk14-display);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.z-badge-status strong {
    color: #ffffff;
    font-size: 0.73rem;
    font-weight: 750;
}

/* Section scaffolding */
.z-section {
    position: relative;
    padding: 78px 0 0;
}

.z-section-heading {
    max-width: 960px;
    margin-bottom: 26px;
}

.z-section-heading--split {
    display: flex;
    max-width: none;
    align-items: end;
    justify-content: space-between;
    gap: 34px;
}

.z-section-heading--split > p {
    max-width: 380px;
    flex: 0 0 34%;
    color: var(--zk14-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

.z-section-heading__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #b69aff;
    font-family: var(--zk14-display);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.z-section-heading h2,
.z-founder-letter h2,
.z-finale h2 {
    color: #ffffff;
    font-family: var(--zk14-display);
    font-size: clamp(2.25rem, 3.5vw, 3.75rem);
    font-weight: 720;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.z-section-heading > p:not(.z-section-heading--split > p) {
    max-width: 720px;
    margin-top: 12px !important;
    color: var(--zk14-muted);
}

/* Today + passport */
.z-today-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(330px, 0.82fr);
    gap: 18px;
    align-items: stretch;
}

.z-today-card,
.z-passport-card {
    min-width: 0;
    border: 1px solid var(--zk14-line);
    border-radius: var(--zk14-radius-lg);
    box-shadow: var(--zk14-shadow-soft);
}

.z-today-card {
    position: relative;
    display: flex;
    min-height: 540px;
    flex-direction: column;
    overflow: hidden;
    padding: 24px;
    background:
        radial-gradient(circle at 88% 14%, rgba(139, 83, 255, 0.19), transparent 24rem),
        linear-gradient(145deg, rgba(37, 23, 79, 0.98), rgba(18, 12, 42, 0.98));
}

.z-today-card::after {
    position: absolute;
    right: -100px;
    bottom: -130px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(166, 124, 255, 0.12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
    box-shadow: 0 0 0 64px rgba(166, 124, 255, 0.018);
}

.z-today-card__topline,
.z-today-card__main,
.z-today-card__quest,
.z-today-card__footer {
    position: relative;
    z-index: 1;
}

.z-today-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.z-day-pill,
.z-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #c8b8ed;
    font-family: var(--zk14-display);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.z-day-pill {
    padding: 7px 10px;
    border: 1px solid rgba(166, 124, 255, 0.25);
    border-radius: 999px;
    background: rgba(109, 60, 207, 0.13);
}

.z-live-pill {
    color: #77e8bc;
}

.z-live-pill > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--zk14-green);
    box-shadow: 0 0 12px rgba(99, 237, 181, 0.9);
}

.z-today-card__main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-top: 58px;
}

.z-today-card__icon {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 63, 141, 0.28), rgba(112, 66, 223, 0.30));
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 14px 30px rgba(4, 1, 20, 0.27);
    font-size: 2.15rem;
}

.z-today-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 7px;
    color: #b7a7d6;
    font-family: var(--zk14-display);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.z-today-card__meta > span:first-child {
    color: #ff74b0;
}

.z-today-card__meta > span + span::before {
    margin-right: 9px;
    color: #695c81;
    content: "•";
}

.z-today-card h3 {
    max-width: 700px;
    color: #ffffff;
    font-size: clamp(2.2rem, 3.6vw, 3.55rem);
    font-weight: 720;
    letter-spacing: -0.042em;
    line-height: 0.98;
}

.z-today-card__copy > p {
    max-width: 720px;
    margin-top: 16px !important;
    color: #b9aecf;
    font-size: 0.98rem;
    line-height: 1.62;
}

.z-today-card__quest {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-top: 28px;
    padding: 15px 16px;
    border: 1px solid rgba(255, 214, 109, 0.16);
    border-radius: 11px;
    background: rgba(255, 214, 109, 0.055);
}

.z-quest-star {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 9px;
    color: var(--zk14-gold);
    background: rgba(255, 214, 109, 0.12);
    box-shadow: 0 0 16px rgba(255, 214, 109, 0.08);
}

.z-today-card__quest strong {
    display: block;
    color: #f8f2ff;
    font-size: 0.73rem;
    font-weight: 800;
}

.z-today-card__quest p {
    margin-top: 2px !important;
    color: #c4b9d7;
    font-size: 0.84rem;
}

.z-today-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.z-today-card__footer > span {
    color: #8f84a5;
    font-size: 0.75rem;
}

.z-today-card__footer > div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.z-passport-card {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 63, 141, 0.12), transparent 17rem),
        linear-gradient(180deg, rgba(31, 22, 68, 0.98), rgba(15, 10, 39, 0.98));
}

.z-passport-card__header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.z-passport-card__badge {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(145deg, var(--zk14-pink), var(--zk14-purple));
    box-shadow: 0 11px 24px rgba(185, 52, 164, 0.24), inset 0 1px rgba(255, 255, 255, 0.22);
    font-family: var(--zk14-display);
    font-size: 1.22rem;
    font-weight: 800;
}

.z-passport-card__header span {
    display: block;
    color: #988bac;
    font-family: var(--zk14-display);
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.z-passport-card__header h3 {
    margin-top: 2px !important;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 720;
    letter-spacing: -0.025em;
    line-height: 1.08;
}

.z-passport-card__identity {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin: 16px 0 10px;
}

.z-passport-card__avatar {
    display: grid;
    width: 40px;
    height: 40px;
    overflow: hidden;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(145deg, #6e42df, #ff3f8d);
    font-family: var(--zk14-display);
    font-weight: 800;
}

.z-passport-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.z-passport-card__identity small,
.z-passport-card__identity strong,
.z-passport-card__progress-label span,
.z-passport-card__progress-label strong {
    display: block;
}

.z-passport-card__identity small {
    color: #81758f;
    font-family: var(--zk14-display);
    font-size: 0.54rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.z-passport-card__identity > div > strong {
    overflow: hidden;
    color: #f7f1ff;
    font-size: 0.76rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z-passport-card__progress-label {
    text-align: right;
}

.z-passport-card__progress-label strong {
    color: #ffffff;
    font-size: 0.78rem;
}

.z-passport-card__progress-label span {
    color: #7f748d;
    font-size: 0.57rem;
}

.z-progress--passport {
    margin-bottom: 10px;
}

.z-quest-board {
    display: grid;
}

.z-quest {
    position: relative;
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: 28px 30px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
    cursor: pointer;
    color: inherit;
    background: transparent;
    text-align: left;
    transition: background 150ms ease, padding 150ms ease;
}

.z-quest:hover {
    padding-right: 7px;
    padding-left: 7px;
    border-radius: 8px;
    background: rgba(131, 80, 235, 0.09);
}

.z-quest__number {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border: 1px solid rgba(176, 145, 237, 0.16);
    border-radius: 50%;
    color: #80758f;
    font-family: var(--zk14-display);
    font-size: 0.53rem;
    font-weight: 800;
}

.z-quest__icon {
    font-size: 1rem;
    text-align: center;
}

.z-quest > span:nth-child(3) {
    min-width: 0;
}

.z-quest strong,
.z-quest small {
    display: block;
}

.z-quest strong {
    overflow: hidden;
    color: #eee8f9;
    font-size: 0.7rem;
    font-weight: 750;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z-quest small {
    margin-top: 2px;
    overflow: hidden;
    color: #81768f;
    font-size: 0.62rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z-quest em {
    color: #ad97e1;
    font-family: var(--zk14-display);
    font-size: 0.56rem;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.z-quest.is-complete .z-quest__number {
    border-color: rgba(99, 237, 181, 0.28);
    color: #153d31;
    background: var(--zk14-green);
    box-shadow: 0 0 13px rgba(99, 237, 181, 0.22);
}

.z-quest.is-complete strong {
    color: #8ddfc0;
}

.z-spark-progress {
    display: grid;
    gap: 8px;
    margin-top: 13px;
    padding: 13px;
    border: 1px solid rgba(255, 214, 109, 0.12);
    border-radius: 10px;
    background: rgba(255, 214, 109, 0.035);
}

.z-spark-progress > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.z-spark-progress > div:first-child span {
    color: #9689a6;
    font-family: var(--zk14-display);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.z-spark-progress > div:first-child strong {
    color: #f6efff;
    font-size: 0.67rem;
}

.z-spark-progress .z-text-button {
    width: fit-content;
    color: #b99de9;
    font-size: 0.62rem;
}

.z-passport-card__stamp {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transform: rotate(-12deg) scale(0.75);
    transition: opacity 250ms ease, transform 250ms ease;
}

.z-passport-card__stamp strong,
.z-passport-card__stamp span {
    position: absolute;
}

.z-passport-card__stamp strong {
    color: #ffffff;
    font-size: 1.25rem;
}

.z-passport-card__stamp span {
    bottom: 6px;
    color: #d7c9f1;
    font-size: 0.43rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.z-passport-card__stamp.is-complete {
    border-color: rgba(99, 237, 181, 0.58);
    opacity: 0.95;
    transform: rotate(-12deg) scale(1);
    box-shadow: 0 0 18px rgba(99, 237, 181, 0.2);
}

/* Schedule */
.z-section--schedule {
    padding-top: 92px;
}

.z-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-end;
}

.z-filter button {
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(163, 131, 226, 0.17);
    border-radius: 999px;
    cursor: pointer;
    color: #9e93ae;
    background: rgba(23, 15, 49, 0.68);
    font-family: var(--zk14-display);
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: color 150ms ease, border-color 150ms ease, background 150ms ease;
}

.z-filter button:hover,
.z-filter button.is-active {
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    background: linear-gradient(135deg, #5f3bc6, #8d52ef);
}

.z-schedule-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.z-event-card {
    --card-accent: 140, 92, 255;
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 270px;
    flex-direction: column;
    overflow: hidden;
    padding: 17px;
    border: 1px solid rgba(var(--card-accent), 0.18);
    border-radius: 14px;
    cursor: pointer;
    color: inherit;
    background:
        radial-gradient(circle at 85% 4%, rgba(var(--card-accent), 0.20), transparent 11rem),
        linear-gradient(180deg, rgba(31, 21, 65, 0.98), rgba(16, 11, 38, 0.98));
    box-shadow: 0 12px 30px rgba(3, 1, 14, 0.2), inset 0 1px rgba(255, 255, 255, 0.035);
    text-align: left;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.z-event-card[data-event-tag="Games"] { --card-accent: 255, 63, 141; }
.z-event-card[data-event-tag="Creative"] { --card-accent: 139, 92, 246; }
.z-event-card[data-event-tag="Community"] { --card-accent: 85, 220, 255; }
.z-event-card[data-event-tag="Quest"] { --card-accent: 255, 214, 109; }
.z-event-card[data-event-tag="History"] { --card-accent: 94, 170, 255; }
.z-event-card[data-event-tag="Live"] { --card-accent: 99, 237, 181; }
.z-event-card[data-event-tag="Finale"] { --card-accent: 255, 101, 167; }

.z-event-card:hover,
.z-event-card:focus-visible {
    border-color: rgba(var(--card-accent), 0.46);
    box-shadow: 0 20px 42px rgba(3, 1, 14, 0.32), 0 0 0 1px rgba(var(--card-accent), 0.07);
    transform: translateY(-5px);
}

.z-event-card.is-today {
    border-color: rgba(99, 237, 181, 0.48);
    box-shadow: 0 0 0 1px rgba(99, 237, 181, 0.08), 0 16px 38px rgba(4, 1, 17, 0.28);
}

.z-event-card.is-today::after {
    position: absolute;
    top: 13px;
    left: 64px;
    padding: 4px 7px;
    border-radius: 999px;
    color: #163f31;
    background: var(--zk14-green);
    content: "LIVE";
    font-family: var(--zk14-display);
    font-size: 0.48rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.z-event-card.is-past {
    opacity: 0.72;
}

.z-event-card__top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
}

.z-event-card__icon {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid rgba(var(--card-accent), 0.24);
    border-radius: 11px;
    background: rgba(var(--card-accent), 0.10);
    font-size: 1.25rem;
}

.z-event-card__day {
    color: rgba(217, 205, 239, 0.45);
    font-family: var(--zk14-display);
    font-size: 0.59rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.z-event-card__date {
    margin-top: 37px;
    color: rgba(var(--card-accent), 0.9);
    font-family: var(--zk14-display);
    font-size: 0.57rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.z-event-card > strong {
    margin-top: 7px;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 720;
    letter-spacing: -0.018em;
    line-height: 1.05;
}

.z-event-card__description {
    display: -webkit-box;
    margin-top: 9px;
    overflow: hidden;
    color: #9186a4;
    font-size: 0.74rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.z-event-card__footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 15px;
}

.z-event-card__footer em {
    overflow: hidden;
    color: #756b84;
    font-size: 0.61rem;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z-event-card__footer > span {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    color: #d7cbeb;
    font-family: var(--zk14-display);
}

/* Time capsule */
.z-section--memories {
    padding-top: 98px;
}

.z-memory-counter {
    display: grid;
    min-width: 118px;
    gap: 1px;
    padding: 12px 15px;
    border: 1px solid rgba(165, 132, 229, 0.17);
    border-radius: 11px;
    background: rgba(23, 15, 50, 0.72);
    text-align: right;
}

.z-memory-counter strong {
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1;
}

.z-memory-counter span {
    color: #887d99;
    font-family: var(--zk14-display);
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.z-memory-layout {
    display: grid;
    grid-template-columns: minmax(430px, 1.08fr) minmax(360px, 0.92fr);
    gap: 18px;
    align-items: start;
}

.z-memory-form,
.z-memory-note {
    border: 1px solid var(--zk14-line);
    border-radius: 14px;
    box-shadow: var(--zk14-shadow-soft);
}

.z-memory-form {
    display: grid;
    gap: 13px;
    min-width: 0;
    padding: 22px;
    background:
        radial-gradient(circle at 95% 2%, rgba(139, 92, 246, 0.10), transparent 18rem),
        linear-gradient(180deg, rgba(34, 22, 73, 0.98), rgba(17, 11, 41, 0.98));
}

.z-memory-form__heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    margin-bottom: 1px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.z-memory-form__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 11px;
    background: rgba(139, 92, 246, 0.16);
    box-shadow: inset 0 0 0 1px rgba(184, 151, 255, 0.11);
}

.z-memory-form__heading span:not(.z-memory-form__icon),
.z-memory-form__heading strong {
    display: block;
}

.z-memory-form__heading div > span {
    color: #9184a6;
    font-family: var(--zk14-display);
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.z-memory-form__heading strong {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 720;
}

.z-memory-randomize {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 10px;
    border: 1px solid rgba(183, 148, 255, 0.18);
    border-radius: 8px;
    color: #d8cbeb;
    background: rgba(9, 5, 29, 0.48);
    font-family: var(--zk14-display);
    font-size: 0.64rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.z-memory-randomize:hover,
.z-memory-randomize:focus-visible {
    border-color: rgba(255, 91, 166, 0.48);
    background: rgba(90, 51, 159, 0.34);
    transform: translateY(-1px);
    outline: none;
}

.z-memory-randomize span {
    color: var(--zk14-pink-2);
    font-size: 0.9rem;
}

.z-memory-form__intro {
    color: #9f93b2;
    font-size: 0.72rem;
    line-height: 1.48;
}

.z-memory-builder-progress {
    display: grid;
    gap: 8px;
    padding: 11px 12px;
    border: 1px solid rgba(172, 139, 239, 0.13);
    border-radius: 10px;
    background: rgba(8, 5, 25, 0.34);
}

.z-memory-builder-progress > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.z-memory-builder-progress span,
.z-memory-builder-progress strong {
    font-family: var(--zk14-display);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.z-memory-builder-progress > div > span {
    color: #8e82a2;
}

.z-memory-builder-progress strong {
    color: #d9ccef;
}

.z-memory-builder-progress__track {
    display: block;
    width: 100%;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.z-memory-builder-progress__track i {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--zk14-purple), var(--zk14-pink));
    box-shadow: 0 0 14px rgba(255, 63, 141, 0.34);
    transition: width 220ms ease;
}

.z-memory-form > label:not(.z-memory-form__consent) {
    margin-top: 2px;
    color: #b7aac8;
    font-family: var(--zk14-display);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.z-memory-form input[type="text"],
.z-memory-form textarea {
    width: 100%;
    border: 1px solid rgba(170, 139, 229, 0.15);
    border-radius: 9px;
    color: #f7f2ff;
    background: rgba(8, 5, 25, 0.54);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.z-memory-form input[type="text"] {
    min-height: 43px;
    padding: 0 12px;
}

.z-memory-form textarea {
    min-height: 160px;
    padding: 12px;
    resize: vertical;
    line-height: 1.5;
}

.z-memory-form input::placeholder,
.z-memory-form textarea::placeholder {
    color: #685e78;
}

.z-memory-form input[readonly] {
    color: #a99dbb;
}

.z-choice-group {
    min-width: 0;
    margin: 2px 0 0;
    padding: 0;
    border: 0;
}

.z-choice-group legend {
    display: grid;
    width: 100%;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    margin: 0 0 9px;
    padding: 0;
    color: #ffffff;
}

.z-choice-number {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border: 1px solid rgba(171, 137, 236, 0.19);
    border-radius: 50%;
    color: #a695c4;
    background: rgba(10, 6, 29, 0.54);
    font-family: var(--zk14-display);
    font-size: 0.56rem;
    font-weight: 900;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.z-choice-group.is-complete .z-choice-number {
    border-color: rgba(99, 237, 181, 0.42);
    color: #081c15;
    background: var(--zk14-green);
}

.z-choice-group legend > span:nth-child(2) {
    display: block;
    min-width: 0;
}

.z-choice-group legend strong,
.z-choice-group legend small {
    display: block;
}

.z-choice-group legend strong {
    color: #e8def5;
    font-family: var(--zk14-display);
    font-size: 0.72rem;
    font-weight: 800;
}

.z-choice-group legend small {
    margin-top: 1px;
    color: #81758f;
    font-size: 0.61rem;
    line-height: 1.25;
}

.z-choice-group legend em {
    color: #998bab;
    font-family: var(--zk14-display);
    font-size: 0.55rem;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
    text-transform: uppercase;
}

.z-choice-grid {
    display: grid;
    gap: 7px;
}

.z-choice-grid--avatar,
.z-choice-grid--flair,
.z-choice-grid--features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.z-choice-grid--era {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.z-choice-card {
    position: relative;
    display: grid;
    min-width: 0;
    align-items: center;
    border: 1px solid rgba(170, 139, 229, 0.12);
    border-radius: 9px;
    color: #cdbfdf;
    background: rgba(8, 5, 25, 0.40);
    cursor: pointer;
    user-select: none;
    transition: transform 150ms ease, border-color 150ms ease, background 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

.z-choice-card:hover,
.z-choice-card:focus-within {
    border-color: rgba(173, 137, 249, 0.34);
    background: rgba(50, 31, 100, 0.54);
    transform: translateY(-1px);
    outline: none;
}

.z-choice-card.is-selected,
.z-choice-card:has(input:checked) {
    border-color: rgba(255, 82, 157, 0.48);
    background:
        radial-gradient(circle at 88% 10%, rgba(255, 63, 141, 0.17), transparent 6rem),
        rgba(73, 42, 133, 0.68);
    box-shadow: inset 0 0 0 1px rgba(255, 109, 178, 0.08), 0 8px 18px rgba(4, 1, 18, 0.18);
}

.z-choice-card.is-unavailable {
    opacity: 0.36;
    cursor: not-allowed;
    transform: none;
}

.z-choice-card input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.z-choice-card__check {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border: 1px solid rgba(173, 142, 236, 0.18);
    border-radius: 50%;
    color: transparent;
    background: rgba(8, 5, 25, 0.58);
    font-family: var(--zk14-display);
    font-size: 0.63rem;
    font-weight: 900;
    transition: color 150ms ease, border-color 150ms ease, background 150ms ease;
}

.z-choice-card.is-selected .z-choice-card__check,
.z-choice-card:has(input:checked) .z-choice-card__check {
    border-color: transparent;
    color: #ffffff;
    background: linear-gradient(135deg, var(--zk14-purple), var(--zk14-pink));
}

.z-choice-card--avatar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 9px;
    min-height: 72px;
    padding: 9px;
}

.z-choice-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(186, 151, 255, 0.13);
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(139, 92, 246, 0.22), rgba(255, 63, 141, 0.09));
    font-size: 1.25rem;
}

.z-choice-card__copy {
    min-width: 0;
}

.z-choice-card__copy strong,
.z-choice-card__copy small {
    display: block;
}

.z-choice-card__copy strong,
.z-choice-card--flair strong,
.z-choice-card--feature strong,
.z-choice-card--era strong {
    overflow: hidden;
    color: #e7def2;
    font-family: var(--zk14-display);
    font-size: 0.68rem;
    font-weight: 800;
    text-overflow: ellipsis;
}

.z-choice-card__copy small {
    display: -webkit-box;
    margin-top: 2px;
    overflow: hidden;
    color: #7f738f;
    font-size: 0.57rem;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.z-choice-card--flair,
.z-choice-card--feature {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 7px;
    min-height: 42px;
    padding: 7px 8px;
}

.z-choice-card__mini-icon {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 7px;
    color: #ffffff;
    background: rgba(139, 92, 246, 0.18);
    font-family: var(--zk14-display);
    font-size: 0.72rem;
    font-weight: 900;
}

.z-choice-card--era {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 6px;
    min-height: 41px;
    padding: 7px 8px;
}

.z-choice-card--era > span {
    font-size: 0.9rem;
}

.z-memory-prompts {
    display: grid;
    gap: 7px;
    margin-top: 3px;
    padding: 10px;
    border: 1px solid rgba(172, 139, 239, 0.12);
    border-radius: 9px;
    background: rgba(8, 5, 25, 0.29);
}

.z-memory-prompts > span {
    color: #9487a6;
    font-family: var(--zk14-display);
    font-size: 0.59rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.z-memory-prompts > div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.z-memory-prompts button {
    min-height: 29px;
    padding: 0 9px;
    border: 1px solid rgba(173, 142, 236, 0.15);
    border-radius: 999px;
    color: #bfb2d0;
    background: rgba(40, 25, 82, 0.58);
    font-size: 0.6rem;
    font-weight: 700;
    cursor: pointer;
}

.z-memory-prompts button:hover,
.z-memory-prompts button:focus-visible {
    border-color: rgba(85, 220, 255, 0.42);
    color: #ffffff;
    background: rgba(61, 42, 118, 0.8);
    outline: none;
}

.z-memory-form__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #746a82;
    font-size: 0.61rem;
}

.z-memory-form__consent {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    margin: 3px 0 6px;
    color: #9a8fac;
    font-size: 0.69rem;
    line-height: 1.35;
}

.z-memory-form__consent input {
    width: 16px;
    height: 16px;
    margin: 1px 0 0;
    accent-color: var(--zk14-purple);
}

.z-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.z-form-status {
    min-height: 1.1em;
    color: #ad9fbd;
    font-size: 0.72rem;
}

.z-form-status.is-success {
    color: var(--zk14-green);
}

.z-form-status.is-error {
    color: #ff8bb8;
}

.z-memory-rail,
.z-memory-wall {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.z-memory-note {
    position: relative;
    overflow: hidden;
    padding: 19px;
    background: linear-gradient(150deg, rgba(30, 20, 66, 0.98), rgba(15, 10, 37, 0.98));
}

.z-memory-note--preview {
    position: sticky;
    z-index: 2;
    top: 92px;
    border-color: rgba(85, 220, 255, 0.28);
    background:
        radial-gradient(circle at 94% 5%, rgba(85, 220, 255, 0.10), transparent 13rem),
        radial-gradient(circle at 5% 95%, rgba(255, 63, 141, 0.09), transparent 12rem),
        linear-gradient(150deg, rgba(37, 24, 80, 0.99), rgba(15, 10, 37, 0.99));
    box-shadow: 0 18px 50px rgba(3, 1, 16, 0.36), inset 0 0 0 1px rgba(85, 220, 255, 0.04);
}

.z-memory-note--preview::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, var(--zk14-purple), var(--zk14-cyan), var(--zk14-pink));
}

.z-memory-note--featured {
    border-color: rgba(255, 91, 166, 0.28);
    background:
        radial-gradient(circle at 91% 10%, rgba(255, 63, 141, 0.13), transparent 14rem),
        linear-gradient(150deg, rgba(42, 24, 83, 0.98), rgba(18, 10, 42, 0.98));
}

.z-memory-note__top,
.z-memory-note footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.z-memory-note__top {
    color: #ad9fc0;
    font-family: var(--zk14-display);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.z-memory-profile {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
    padding: 11px;
    border: 1px solid rgba(181, 149, 242, 0.11);
    border-radius: 10px;
    background: rgba(9, 5, 28, 0.34);
}

.z-memory-profile__item {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(186, 151, 255, 0.16);
    border-radius: 11px;
    background: linear-gradient(145deg, rgba(139, 92, 246, 0.25), rgba(255, 63, 141, 0.12));
    box-shadow: inset 0 0 18px rgba(139, 92, 246, 0.12);
    font-size: 1.35rem;
}

.z-memory-profile__identity {
    min-width: 0;
}

.z-memory-profile__identity strong,
.z-memory-flair {
    display: block;
}

.z-memory-profile__identity strong {
    overflow: hidden;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z-memory-flair,
.z-memory-era {
    width: max-content;
    max-width: 100%;
    margin-top: 3px;
    overflow: hidden;
    border: 1px solid rgba(168, 131, 243, 0.18);
    border-radius: 999px;
    color: #d7c7ed;
    background: rgba(91, 53, 166, 0.35);
    font-family: var(--zk14-display);
    font-size: 0.54rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z-memory-flair {
    padding: 5px 8px;
}

.z-memory-era {
    margin: 0;
    padding: 6px 8px;
    color: #a99abc;
    background: rgba(8, 5, 25, 0.48);
}

.z-memory-note p {
    margin: 15px 0 16px !important;
    color: #ddd4e9;
    font-size: 0.92rem;
    line-height: 1.62;
}

.z-memory-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 15px;
}

.z-memory-feature-list > span {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    padding: 3px 8px;
    border: 1px solid rgba(172, 139, 239, 0.13);
    border-radius: 999px;
    color: #aa9cbd;
    background: rgba(50, 31, 99, 0.42);
    font-family: var(--zk14-display);
    font-size: 0.55rem;
    font-weight: 750;
}

.z-memory-note .is-placeholder {
    color: #6f657c;
    border-color: rgba(164, 138, 215, 0.08);
    background: rgba(8, 5, 25, 0.28);
}

.z-memory-note footer {
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.z-memory-note footer strong,
.z-memory-note footer span {
    font-size: 0.68rem;
}

.z-memory-note footer strong {
    color: #ffffff;
    font-weight: 750;
}

.z-memory-note footer span {
    color: #756a82;
}

@media (max-width: 680px) {
    .z-memory-form__heading {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .z-memory-randomize {
        grid-column: 1 / -1;
        width: 100%;
    }

    .z-choice-grid--avatar,
    .z-choice-grid--flair,
    .z-choice-grid--features,
    .z-choice-grid--era {
        grid-template-columns: 1fr;
    }

    .z-choice-group legend {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .z-choice-group legend em {
        grid-column: 2;
        white-space: normal;
    }

    .z-memory-profile {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .z-memory-era {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .z-memory-note--preview {
        position: static;
    }
}

/* Story */
.z-section--timeline {
    padding-top: 100px;
}

.z-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 34px;
}

.z-timeline::before {
    position: absolute;
    top: 12px;
    right: 5%;
    left: 5%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgba(139, 92, 246, 0), rgba(139, 92, 246, 0.55), rgba(255, 63, 141, 0.45), rgba(139, 92, 246, 0));
}

.z-timeline article {
    position: relative;
    min-width: 0;
    padding: 35px 26px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.z-timeline article:first-child {
    border-left: 0;
}

.z-timeline article::before {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 23px;
    width: 10px;
    height: 10px;
    border: 2px solid #a879ff;
    border-radius: 50%;
    content: "";
    background: #0a061f;
    box-shadow: 0 0 0 4px rgba(168, 121, 255, 0.08), 0 0 14px rgba(168, 121, 255, 0.35);
}

.z-timeline article > span {
    color: #ff6cac;
    font-family: var(--zk14-display);
    font-size: 0.6rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.z-timeline article > strong {
    display: block;
    margin-top: 13px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.15;
}

.z-timeline article p {
    margin-top: 9px !important;
    color: #8f849f;
    font-size: 0.76rem;
    line-height: 1.55;
}

/* Founder letter */
.z-section--letter {
    padding-top: 92px;
}

.z-letter-layout {
    display: grid;
    grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1.66fr);
    gap: 18px;
    align-items: stretch;
}

.z-letter-art,
.z-founder-letter {
    border: 1px solid var(--zk14-line);
    border-radius: var(--zk14-radius-lg);
    box-shadow: var(--zk14-shadow-soft);
}

.z-letter-art {
    display: grid;
    min-height: 470px;
    grid-template-rows: auto 1fr auto 1fr auto;
    place-items: center;
    padding: 28px;
    overflow: hidden;
    color: #c8b6ef;
    background:
        radial-gradient(circle at 50% 48%, rgba(255, 63, 141, 0.22), transparent 10rem),
        linear-gradient(160deg, rgba(58, 35, 111, 0.98), rgba(24, 14, 58, 0.98));
    font-family: var(--zk14-display);
}

.z-letter-art > span {
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.z-letter-art > i {
    width: 1px;
    height: 100%;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.25), transparent);
}

.z-letter-art > strong {
    display: grid;
    width: 112px;
    height: 112px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(145deg, rgba(255, 63, 141, 0.38), rgba(124, 73, 229, 0.5));
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.025), 0 18px 40px rgba(2, 1, 13, 0.3);
    font-size: 3rem;
    font-weight: 800;
}

.z-founder-letter {
    padding: clamp(28px, 4vw, 54px);
    background:
        radial-gradient(circle at 95% 10%, rgba(139, 92, 246, 0.11), transparent 20rem),
        linear-gradient(150deg, rgba(28, 19, 61, 0.98), rgba(15, 10, 38, 0.98));
}

.z-founder-letter h2 {
    max-width: 890px;
}

.z-founder-letter > p {
    max-width: 900px;
    margin-top: 18px !important;
    color: #afa4bf;
    font-size: 0.93rem;
    line-height: 1.72;
}

.z-founder-letter footer {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.z-founder-letter footer img,
.z-founder-letter__mark {
    display: grid;
    width: 42px;
    height: 42px;
    overflow: hidden;
    place-items: center;
    border-radius: 50%;
    object-fit: cover;
}

.z-founder-letter__mark {
    color: #ffffff;
    background: linear-gradient(145deg, var(--zk14-pink), var(--zk14-purple));
    font-family: var(--zk14-display);
    font-weight: 850;
}

.z-founder-letter footer strong,
.z-founder-letter footer span {
    display: block;
}

.z-founder-letter footer strong {
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 750;
}

.z-founder-letter footer span {
    color: #83778f;
    font-size: 0.66rem;
}

/* Final in-content CTA; WordPress still owns the actual site footer. */
.z-finale {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
    gap: 34px;
    align-items: center;
    margin-top: 92px;
    padding: clamp(28px, 4vw, 48px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--zk14-radius-xl);
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.14), transparent 17rem),
        linear-gradient(125deg, #a936d2 0%, #7a43df 44%, #5433b7 100%);
    box-shadow: 0 24px 60px rgba(45, 12, 96, 0.32), inset 0 1px rgba(255, 255, 255, 0.18);
}

.z-finale .z-section-heading__eyebrow {
    color: rgba(255, 255, 255, 0.73);
}

.z-finale h2 {
    max-width: 780px;
}

.z-finale > div:first-child > p {
    max-width: 720px;
    margin-top: 12px !important;
    color: rgba(255, 255, 255, 0.78);
}

.z-finale__actions {
    display: grid;
    gap: 9px;
}

.z-finale__actions .z-form-status {
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
}

/* Event modal */
.z-event-modal {
    width: min(calc(100% - 30px), 600px);
    max-height: min(86vh, 780px);
    overflow: auto;
    padding: 28px;
    border: 1px solid rgba(176, 139, 245, 0.28);
    border-radius: 17px;
    color: var(--zk14-ink);
    background:
        radial-gradient(circle at 92% 6%, rgba(255, 63, 141, 0.12), transparent 17rem),
        linear-gradient(155deg, #21134d, #100a2b);
    box-shadow: 0 34px 90px rgba(2, 1, 12, 0.72);
    font-family: var(--zk14-body);
}

.z-event-modal::backdrop {
    background: rgba(4, 2, 15, 0.82);
    backdrop-filter: blur(7px);
}

.z-event-modal form[method="dialog"] {
    position: absolute;
    top: 14px;
    right: 14px;
}

.z-event-modal__close {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    cursor: pointer;
    color: #d8cbe9;
    background: rgba(8, 4, 25, 0.45);
    font-size: 1.15rem;
}

.z-event-modal__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 63, 141, 0.28), rgba(139, 92, 246, 0.35));
    font-size: 1.7rem;
}

.z-event-modal__eyebrow {
    color: #ff70af;
    font-family: var(--zk14-display);
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.z-event-modal h2 {
    margin-top: 7px !important;
    padding-right: 35px;
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 720;
    letter-spacing: -0.04em;
    line-height: 1;
}

.z-event-modal > p {
    margin-top: 15px !important;
    color: #b7acc8;
    line-height: 1.62;
}

.z-event-modal__details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 22px;
}

.z-event-modal__details > div {
    display: grid;
    gap: 3px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(7, 4, 23, 0.38);
}

.z-event-modal__details span {
    color: #80758f;
    font-family: var(--zk14-display);
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.z-event-modal__details strong {
    color: #f4effb;
    font-size: 0.74rem;
    line-height: 1.3;
}

.z-event-modal__quest {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 11px;
    margin: 12px 0 20px;
    padding: 13px;
    border: 1px solid rgba(255, 214, 109, 0.14);
    border-radius: 10px;
    background: rgba(255, 214, 109, 0.045);
}

.z-event-modal__quest > span {
    color: var(--zk14-gold);
}

.z-event-modal__quest strong {
    color: #f8f2ff;
    font-size: 0.72rem;
}

.z-event-modal__quest p {
    margin-top: 2px !important;
    color: #a99db8;
    font-size: 0.76rem;
}

/* Toast and hidden spark hunt */
.z-toast {
    position: fixed;
    z-index: 100000;
    right: 20px;
    bottom: 20px;
    max-width: min(420px, calc(100vw - 40px));
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255, 63, 141, 0.95), rgba(111, 65, 219, 0.96));
    box-shadow: 0 18px 45px rgba(4, 1, 18, 0.45);
    font-family: var(--zk14-display);
    font-size: 0.76rem;
    font-weight: 750;
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.z-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.z-spark {
    position: absolute;
    z-index: 7;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid rgba(255, 214, 109, 0.28);
    border-radius: 50%;
    cursor: pointer;
    color: var(--zk14-gold);
    background: rgba(19, 10, 48, 0.76);
    box-shadow: 0 0 15px rgba(255, 214, 109, 0.15), inset 0 1px rgba(255, 255, 255, 0.08);
    font-size: 0.75rem;
    animation: zk14-hidden-spark 2.5s ease-in-out infinite;
    transition: opacity 420ms ease, transform 420ms ease, box-shadow 160ms ease;
}

.z-spark:hover,
.z-spark.is-hinted {
    box-shadow: 0 0 0 5px rgba(255, 63, 141, 0.12), 0 0 22px rgba(255, 63, 141, 0.42);
    transform: scale(1.14);
}

.z-spark.is-collected {
    opacity: 0;
    transform: scale(1.7) rotate(45deg);
}

body.z-modal-open {
    overflow: hidden;
}

@keyframes zk14-badge-float {
    0%, 100% { transform: translateY(0) rotate(-0.8deg); }
    50% { transform: translateY(-10px) rotate(0.8deg); }
}

@keyframes zk14-spin {
    to { transform: rotate(360deg); }
}

@keyframes zk14-sparkle {
    0%, 100% { opacity: 0.42; transform: scale(0.82); }
    50% { opacity: 1; transform: scale(1.2); }
}

@keyframes zk14-hidden-spark {
    0%, 100% { opacity: 0.52; transform: translateY(0) scale(0.94); }
    50% { opacity: 1; transform: translateY(-3px) scale(1.06); }
}

/* Responsive integration */
@media (max-width: 1240px) {
    .z-hero__content {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
        padding: 46px;
    }

    .z-today-layout {
        grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.75fr);
    }

    .z-schedule-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1050px) {
    body.zk14-anniversary-page .zk14-theme-stage--with-sidebar {
        grid-template-columns: 1fr;
    }

    .z-hero__content {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .z-hero__copy {
        position: relative;
        z-index: 2;
    }

    .z-hero__visual {
        min-height: 420px;
    }

    .z-hero__visual img {
        width: min(76vw, 470px);
    }

    .z-today-layout,
    .z-memory-layout,
    .z-finale {
        grid-template-columns: 1fr;
    }

    .z-passport-card {
        max-width: none;
    }

    .z-finale__actions {
        max-width: 430px;
    }
}

@media (max-width: 820px) {
    body.zk14-anniversary-page .zk14-theme-stage.content-grid {
        padding-top: 82px;
        padding-right: 12px;
        padding-left: 12px;
    }

    body.zk14-standalone-preview {
        padding: 0;
    }

    .zk14-event-root {
        border-radius: 14px;
    }

    .zk14-event-main {
        width: min(calc(100% - 28px), 1380px);
        padding-top: 14px;
    }

    .z-hero__content {
        min-height: auto;
        padding: 34px 26px 24px;
    }

    .z-hero h1 {
        font-size: clamp(2.75rem, 10vw, 4.3rem);
    }

    .z-countdown-card {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .z-countdown-card__heading strong {
        white-space: normal;
    }

    .z-countdown {
        justify-content: start;
    }

    .z-section-heading--split {
        align-items: start;
        flex-direction: column;
        gap: 16px;
    }

    .z-section-heading--split > p {
        max-width: 720px;
        flex: auto;
    }

    .z-filter {
        justify-content: flex-start;
    }

    .z-schedule-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .z-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 0;
    }

    .z-timeline::before {
        display: none;
    }

    .z-timeline article:nth-child(3) {
        border-left: 0;
    }

    .z-letter-layout {
        grid-template-columns: 1fr;
    }

    .z-letter-art {
        min-height: auto;
        grid-template-columns: auto 1fr auto 1fr auto;
        grid-template-rows: 1fr;
        padding: 22px;
    }

    .z-letter-art > i {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    }

    .z-letter-art > strong {
        width: 88px;
        height: 88px;
        font-size: 2.35rem;
    }
}

@media (max-width: 620px) {
    body.zk14-anniversary-page .zk14-theme-stage.content-grid {
        padding-top: 76px;
        padding-right: 0;
        padding-left: 0;
    }

    .zk14-event-root {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .zk14-event-main {
        width: min(calc(100% - 20px), 1380px);
    }

    .z-hero {
        border-radius: 14px;
    }

    .z-hero__content {
        padding: 30px 18px 20px;
    }

    .z-event-label strong {
        width: 100%;
        padding-top: 5px;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 0;
    }

    .z-hero h1 {
        font-size: clamp(2.35rem, 13.5vw, 3.45rem);
        line-height: 0.95;
    }

    .z-hero__lead {
        font-size: 0.94rem;
    }

    .z-hero__actions {
        display: grid;
    }

    .z-hero__actions .z-button {
        width: 100%;
    }

    .z-countdown {
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
    }

    .z-countdown > div {
        min-width: 0;
        padding: 6px 2px;
    }

    .z-hero__visual {
        min-height: 315px;
    }

    .z-badge-status {
        right: 4px;
        bottom: 3%;
        min-width: 160px;
    }

    .z-section {
        padding-top: 66px;
    }

    .z-section-heading h2,
    .z-founder-letter h2,
    .z-finale h2 {
        font-size: clamp(2rem, 10vw, 2.85rem);
    }

    .z-today-card,
    .z-passport-card,
    .z-memory-form,
    .z-memory-note,
    .z-founder-letter,
    .z-finale {
        border-radius: 13px;
    }

    .z-today-card {
        min-height: 0;
        padding: 18px;
    }

    .z-today-card__main {
        grid-template-columns: 1fr;
        margin-top: 36px;
    }

    .z-today-card__icon {
        width: 62px;
        height: 62px;
        font-size: 1.75rem;
    }

    .z-today-card h3 {
        font-size: clamp(2rem, 11vw, 2.8rem);
    }

    .z-today-card__footer {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 28px;
    }

    .z-today-card__footer > div {
        width: 100%;
        justify-content: space-between;
    }

    .z-passport-card {
        padding: 17px;
    }

    .z-quest {
        grid-template-columns: 26px 26px minmax(0, 1fr);
    }

    .z-quest em {
        display: none;
    }

    .z-schedule-grid,
    .z-timeline {
        grid-template-columns: 1fr;
    }

    .z-event-card {
        min-height: 245px;
    }

    .z-timeline article,
    .z-timeline article:nth-child(3) {
        padding: 26px 12px 0 36px;
        border-left: 1px solid rgba(255, 255, 255, 0.07);
    }

    .z-timeline article::before {
        top: 7px;
        left: 0;
    }

    .z-memory-form__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .z-memory-counter {
        text-align: left;
    }

    .z-letter-art {
        grid-template-columns: 1fr;
        grid-template-rows: auto 26px auto 26px auto;
    }

    .z-letter-art > i {
        width: 1px;
        height: 100%;
        background: linear-gradient(transparent, rgba(255, 255, 255, 0.25), transparent);
    }

    .z-founder-letter,
    .z-finale {
        padding: 24px 19px;
    }

    .z-event-modal {
        padding: 24px 18px 20px;
    }

    .z-event-modal__details {
        grid-template-columns: 1fr;
    }

    .z-toast {
        right: 10px;
        bottom: 10px;
        max-width: calc(100vw - 20px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .zk14-event-root *,
    .zk14-event-root *::before,
    .zk14-event-root *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}
