.zk14-event-hub {
    --z-primary: #403076;
    --z-secondary: #221746;
    --z-tertiary: #8c52ff;
    --z-purple: #6757d6;
    --z-border: #544285;
    --z-highlight: #f33059;
    --z-pink: #ff5f8f;
    --z-glass: rgba(84, 66, 133, 0.75);
    --z-glass-soft: rgba(34, 23, 70, 0.66);
    --z-ink: #f9f7ff;
    --z-muted: #c5badf;
    --z-dark-muted: #8f84aa;
    --z-gold: #ffd36a;
    --z-cyan: #65e7ff;
    --z-success: #6df0b5;
    --z-danger: #ff6f91;
    --z-shadow: 0 24px 80px rgba(10, 5, 30, 0.38);
    --z-shadow-small: 0 12px 36px rgba(10, 5, 30, 0.28);
    --z-radius-xl: 34px;
    --z-radius-lg: 24px;
    --z-radius-md: 18px;
    --z-radius-sm: 12px;
    --z-shell: 1200px;
    --z-header-height: 84px;
    --z-ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

.zk14-event-hub,
.zk14-event-hub *,
.zk14-event-hub *::before,
.zk14-event-hub *::after {
    box-sizing: border-box;
}

body.zk14-anniversary-page {
    scroll-behavior: smooth;
    scroll-padding-top: 108px;
    color-scheme: dark;
}

.zk14-event-hub {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-width: 0;
    overflow: clip;
    color: var(--z-ink);
    background:
        radial-gradient(circle at 12% 10%, rgba(140, 82, 255, 0.23), transparent 31rem),
        radial-gradient(circle at 89% 15%, rgba(243, 48, 89, 0.14), transparent 28rem),
        radial-gradient(circle at 50% 72%, rgba(103, 87, 214, 0.12), transparent 38rem),
        linear-gradient(180deg, #160d34 0%, #201344 30%, #140c2f 70%, #0f0925 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.zk14-event-hub::before {
    position: absolute;
    z-index: -3;
    inset: 0;
    content: "";
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.15) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(140, 82, 255, 0.16) 0 1px, transparent 1.5px);
    background-position: 0 0, 19px 29px;
    background-size: 42px 42px, 58px 58px;
    opacity: 0.23;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

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

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

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

.zk14-event-hub button {
    color: inherit;
}

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

.zk14-event-hub img,
.zk14-event-hub svg {
    display: block;
    max-width: 100%;
}

.zk14-event-hub p,
.zk14-event-hub h1,
.zk14-event-hub h2,
.zk14-event-hub h3,
.zk14-event-hub blockquote {
    margin-top: 0;
}

.zk14-event-hub ::selection {
    color: #fff;
    background: var(--z-highlight);
}

.zk14-event-hub .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.z-skip-link {
    position: fixed;
    z-index: 10000;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    color: var(--z-secondary);
    background: #fff;
    border-radius: 10px;
    transform: translateY(-160%);
    transition: transform 0.2s ease;
}

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

.z-shell {
    width: min(calc(100% - 40px), var(--z-shell));
    margin-inline: auto;
}

.z-page-noise {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.z-orbit {
    position: absolute;
    z-index: -2;
    width: 38rem;
    aspect-ratio: 1;
    pointer-events: none;
    border: 1px solid rgba(140, 82, 255, 0.09);
    border-radius: 50%;
}

.z-orbit::before,
.z-orbit::after {
    position: absolute;
    inset: 12%;
    content: "";
    border: 1px solid rgba(243, 48, 89, 0.08);
    border-radius: inherit;
}

.z-orbit::after {
    inset: 26%;
    border-color: rgba(101, 231, 255, 0.06);
}

.z-orbit--one {
    top: 6%;
    left: -21rem;
}

.z-orbit--two {
    right: -19rem;
    bottom: 8%;
}

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

.z-site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    min-height: var(--z-header-height);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(21, 12, 50, 0.78);
    box-shadow: 0 10px 40px rgba(9, 4, 25, 0.18);
    backdrop-filter: blur(22px) saturate(150%);
}

.z-site-header__inner {
    display: flex;
    min-height: var(--z-header-height);
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.z-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
}

.z-brand__mark {
    display: grid;
    width: 46px;
    aspect-ratio: 1;
    flex: 0 0 auto;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    background: linear-gradient(135deg, var(--z-highlight), var(--z-tertiary) 58%, var(--z-purple));
    box-shadow: 0 10px 28px rgba(140, 82, 255, 0.28), inset 0 1px rgba(255, 255, 255, 0.25);
}

.z-brand__mark svg {
    width: 100%;
    height: 100%;
}

.z-brand__mark strong {
    font-size: 1.45rem;
    line-height: 1;
}

.z-brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.z-brand__text strong {
    font-size: 0.97rem;
    letter-spacing: 0.015em;
}

.z-brand__text span {
    margin-top: 4px;
    color: var(--z-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.z-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.z-nav a {
    padding: 10px 12px;
    color: #d7cdec;
    border-radius: 10px;
    font-size: 0.84rem;
    font-weight: 750;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.z-nav a:hover,
.z-nav a:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.075);
    outline: none;
    transform: translateY(-1px);
}

.z-nav .z-nav__forum {
    margin-left: 6px;
    padding-inline: 16px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, var(--z-primary), var(--z-tertiary));
    box-shadow: 0 8px 22px rgba(140, 82, 255, 0.25);
}

.z-menu-button {
    display: none;
    width: 46px;
    height: 42px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.z-menu-button > span:not(.screen-reader-text) {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    border-radius: 5px;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.z-menu-button[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.z-menu-button[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
}

.z-menu-button[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.z-mobile-menu {
    padding: 10px 20px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.z-mobile-menu a {
    display: block;
    padding: 12px 14px;
    color: var(--z-muted);
    border-radius: 10px;
    font-weight: 700;
}

.z-mobile-menu a:hover,
.z-mobile-menu a:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    outline: none;
}

.z-hero {
    position: relative;
    min-height: calc(100vh - var(--z-header-height));
    padding: 92px 0 0;
    overflow: hidden;
}

.z-hero::before {
    position: absolute;
    z-index: -1;
    top: 4%;
    left: 50%;
    width: min(80vw, 900px);
    aspect-ratio: 1;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(140, 82, 255, 0.18), rgba(243, 48, 89, 0.06) 35%, transparent 67%);
    transform: translateX(-50%);
    filter: blur(8px);
}

.z-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    align-items: center;
    gap: clamp(40px, 7vw, 100px);
}

.z-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 8px 13px;
    color: #e6def8;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.z-kicker__pulse {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--z-success);
    box-shadow: 0 0 15px var(--z-success);
}

.z-kicker__pulse::after {
    position: absolute;
    inset: -5px;
    content: "";
    border: 1px solid var(--z-success);
    border-radius: 50%;
    animation: z-pulse 2s ease-out infinite;
}

.z-hero h1 {
    max-width: 780px;
    margin-bottom: 24px;
    font-size: clamp(3.25rem, 7vw, 6.8rem);
    font-weight: 900;
    letter-spacing: -0.075em;
    line-height: 0.92;
}

.z-hero h1 span,
.z-hero h1 strong {
    display: block;
}

.z-hero h1 span {
    color: #fff;
}

.z-hero h1 strong {
    padding-bottom: 0.08em;
    color: transparent;
    background: linear-gradient(105deg, var(--z-highlight), #ff8bc4 24%, #d8b8ff 52%, var(--z-tertiary) 78%, var(--z-cyan));
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 12px 28px rgba(140, 82, 255, 0.18));
}

.z-hero__lead {
    max-width: 720px;
    margin-bottom: 24px;
    color: #d0c6e7;
    font-size: clamp(1.05rem, 1.6vw, 1.28rem);
    line-height: 1.72;
}

.z-founder-quote {
    position: relative;
    max-width: 720px;
    margin: 0 0 30px;
    padding: 18px 20px 18px 24px;
    color: #e8e1f7;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid var(--z-highlight);
    border-radius: 0 16px 16px 0;
    background: linear-gradient(90deg, rgba(243, 48, 89, 0.09), rgba(255, 255, 255, 0.035));
}

.z-founder-quote p {
    margin-bottom: 8px;
    font-size: 0.98rem;
    font-style: italic;
    line-height: 1.65;
}

.z-founder-quote cite {
    color: #b9add4;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.z-hero__actions,
.z-finale__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.z-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 0.91rem;
    font-weight: 850;
    line-height: 1.15;
    text-align: center;
    transition: transform 0.22s var(--z-ease), box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.z-button:hover,
.z-button:focus-visible {
    outline: none;
    transform: translateY(-2px);
}

.z-button:active {
    transform: translateY(0) scale(0.98);
}

.z-button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--z-highlight), var(--z-tertiary) 58%, var(--z-purple));
    box-shadow: 0 12px 35px rgba(140, 82, 255, 0.27), inset 0 1px rgba(255, 255, 255, 0.25);
}

.z-button--primary:hover,
.z-button--primary:focus-visible {
    box-shadow: 0 16px 42px rgba(140, 82, 255, 0.4), inset 0 1px rgba(255, 255, 255, 0.28);
}

.z-button--glass {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.065);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(14px);
}

.z-button--glass:hover,
.z-button--glass:focus-visible {
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.1);
}

.z-button--light {
    color: var(--z-secondary);
    background: #fff;
    box-shadow: 0 14px 34px rgba(34, 23, 70, 0.23);
}

.z-button--outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
}

.z-button--outline-light:hover,
.z-button--outline-light:focus-visible {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

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

.z-hero__meta {
    display: flex;
    gap: 28px;
    margin-top: 36px;
}

.z-hero__meta div {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.z-hero__meta strong {
    color: #fff;
    font-size: 1.55rem;
    font-weight: 950;
}

.z-hero__meta span {
    color: var(--z-dark-muted);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.z-hero__visual {
    position: relative;
    display: flex;
    min-height: 650px;
    align-items: center;
    justify-content: center;
}

.z-anniversary-emblem {
    position: relative;
    display: grid;
    width: min(38vw, 440px);
    min-width: 360px;
    aspect-ratio: 1;
    place-items: center;
}

.z-anniversary-emblem__halo {
    position: absolute;
    inset: 7%;
    border-radius: 50%;
    background: conic-gradient(from 180deg, rgba(243, 48, 89, 0.32), rgba(140, 82, 255, 0.12), rgba(101, 231, 255, 0.22), rgba(243, 48, 89, 0.32));
    filter: blur(34px);
    animation: z-halo 8s linear infinite;
}

.z-anniversary-emblem__ring {
    position: absolute;
    border-radius: 50%;
}

.z-anniversary-emblem__ring--outer {
    inset: 2%;
    border: 1px solid rgba(255, 255, 255, 0.17);
    background:
        radial-gradient(circle at center, transparent 64%, rgba(140, 82, 255, 0.09) 64.5%, transparent 65%),
        conic-gradient(from 45deg, transparent 0 9%, rgba(243, 48, 89, 0.6) 9.4% 9.9%, transparent 10.2% 33%, rgba(101, 231, 255, 0.45) 33.4% 33.9%, transparent 34.2% 72%, rgba(255, 211, 106, 0.5) 72.4% 72.9%, transparent 73.2%);
    box-shadow: inset 0 0 40px rgba(140, 82, 255, 0.09), 0 0 45px rgba(140, 82, 255, 0.08);
    animation: z-spin 28s linear infinite;
}

.z-anniversary-emblem__ring--outer::before,
.z-anniversary-emblem__ring--outer::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 16px #fff, 0 0 34px var(--z-tertiary);
}

.z-anniversary-emblem__ring--outer::before {
    top: 11%;
    left: 18%;
    width: 7px;
    height: 7px;
}

.z-anniversary-emblem__ring--outer::after {
    right: 12%;
    bottom: 20%;
    width: 5px;
    height: 5px;
}

.z-anniversary-emblem__ring--inner {
    inset: 14%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015));
    box-shadow: inset 0 0 45px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    animation: z-float 5.5s ease-in-out infinite;
}

.z-anniversary-emblem__core {
    position: relative;
    z-index: 2;
    display: flex;
    width: 58%;
    aspect-ratio: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.18), transparent 22%),
        linear-gradient(145deg, rgba(243, 48, 89, 0.32), rgba(64, 48, 118, 0.78) 43%, rgba(34, 23, 70, 0.88));
    box-shadow: 0 28px 70px rgba(14, 7, 38, 0.45), inset 0 1px rgba(255, 255, 255, 0.24), inset 0 -20px 45px rgba(12, 5, 34, 0.25);
}

.z-anniversary-emblem__core strong {
    margin: -7px 0 -11px;
    color: transparent;
    background: linear-gradient(180deg, #fff, #e4d0ff 55%, #a98cff);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(6rem, 12vw, 9.4rem);
    font-weight: 950;
    letter-spacing: -0.09em;
    line-height: 0.95;
    filter: drop-shadow(0 9px 18px rgba(0, 0, 0, 0.25));
}

.z-anniversary-emblem__core span {
    color: #eee9fb;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.z-emblem-star {
    position: absolute;
    z-index: 3;
    color: #fff;
    text-shadow: 0 0 12px #fff, 0 0 24px var(--z-tertiary);
    animation: z-twinkle 2.4s ease-in-out infinite;
}

.z-emblem-star--1 {
    top: 12%;
    right: 13%;
    font-size: 1.55rem;
}

.z-emblem-star--2 {
    bottom: 22%;
    left: 6%;
    font-size: 1rem;
    animation-delay: -0.8s;
}

.z-emblem-star--3 {
    top: 28%;
    left: 0;
    color: var(--z-gold);
    font-size: 0.8rem;
    animation-delay: -1.5s;
}

.z-countdown-card {
    position: absolute;
    z-index: 5;
    right: -2%;
    bottom: 0;
    width: min(100%, 420px);
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    background: rgba(29, 18, 63, 0.78);
    box-shadow: var(--z-shadow);
    backdrop-filter: blur(20px) saturate(140%);
}

.z-countdown-card__eyebrow {
    margin-bottom: 10px;
    color: #b9add4;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.z-countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.z-countdown > div {
    padding: 8px 4px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
}

.z-countdown strong,
.z-countdown span {
    display: block;
}

.z-countdown strong {
    color: #fff;
    font-size: 1.5rem;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
}

.z-countdown span {
    margin-top: 3px;
    color: var(--z-dark-muted);
    font-size: 0.61rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.z-countdown-card__status {
    margin-top: 10px;
    color: #e4dcf5;
    font-size: 0.76rem;
    font-weight: 700;
    text-align: center;
}

.z-hero__marquee {
    position: relative;
    z-index: 4;
    width: 100%;
    margin-top: 82px;
    padding: 15px 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(90deg, rgba(243, 48, 89, 0.15), rgba(140, 82, 255, 0.18), rgba(101, 231, 255, 0.08));
}

.z-hero__marquee > div {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 24px;
    animation: z-marquee 26s linear infinite;
}

.z-hero__marquee span {
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.22em;
}

.z-hero__marquee b {
    color: var(--z-highlight);
    font-size: 0.8rem;
}

.z-section {
    position: relative;
    padding: 110px 0;
}

.z-section-heading {
    margin-bottom: 42px;
}

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

.z-section-heading--split > div:first-child {
    max-width: 760px;
}

.z-section-heading--center {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}

.z-section-heading__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #c6a7ff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.z-section h2,
.z-finale h2 {
    margin-bottom: 16px;
    font-size: clamp(2.2rem, 4.6vw, 4.3rem);
    font-weight: 920;
    letter-spacing: -0.055em;
    line-height: 1.04;
}

.z-section-heading p,
.z-memory-header > div:first-child > p,
.z-finale p {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--z-muted);
    font-size: 1.02rem;
}

.z-section--today {
    padding-top: 92px;
}

.z-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    color: #cfc5e5;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    font-size: 0.73rem;
    font-weight: 750;
}

.z-live-pill > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--z-success);
    box-shadow: 0 0 12px var(--z-success);
}

.z-today-card {
    position: relative;
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) 210px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--z-radius-xl);
    background:
        linear-gradient(120deg, rgba(243, 48, 89, 0.13), transparent 35%),
        linear-gradient(135deg, rgba(84, 66, 133, 0.62), rgba(34, 23, 70, 0.72));
    box-shadow: var(--z-shadow);
    backdrop-filter: blur(24px);
}

.z-today-card::after {
    position: absolute;
    top: -45%;
    right: -4%;
    width: 340px;
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    box-shadow: inset 0 0 70px rgba(140, 82, 255, 0.12);
}

.z-today-card__date {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.z-today-card__date span,
.z-today-card__date small {
    color: var(--z-muted);
    font-weight: 900;
    letter-spacing: 0.15em;
}

.z-today-card__date span {
    font-size: 0.72rem;
}

.z-today-card__date strong {
    margin: -4px 0;
    color: #fff;
    font-size: 4.5rem;
    font-weight: 950;
    letter-spacing: -0.08em;
    line-height: 1;
}

.z-today-card__date small {
    font-size: 0.6rem;
}

.z-today-card__content {
    position: relative;
    z-index: 1;
    padding: 36px 38px;
}

.z-today-card__tag {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 10px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(243, 48, 89, 0.15);
    font-size: 0.67rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.z-today-card__content h3 {
    margin-bottom: 10px;
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    letter-spacing: -0.04em;
    line-height: 1.15;
}

.z-today-card__content > p {
    max-width: 680px;
    margin-bottom: 20px;
    color: var(--z-muted);
}

.z-today-card__quest,
.z-event-modal__quest {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 720px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(10, 5, 28, 0.18);
}

.z-today-card__quest > span,
.z-event-modal__quest > span {
    color: var(--z-gold);
    text-shadow: 0 0 14px rgba(255, 211, 106, 0.45);
}

.z-today-card__quest strong,
.z-event-modal__quest strong {
    display: block;
    margin-bottom: 2px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.z-today-card__quest p,
.z-event-modal__quest p {
    margin: 0;
    color: #c9bfdf;
    font-size: 0.86rem;
}

.z-today-card__action {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    padding: 30px;
}

.z-today-card__icon {
    display: grid;
    width: 86px;
    aspect-ratio: 1;
    margin: 0 auto 5px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.13), 0 15px 40px rgba(10, 5, 30, 0.2);
    font-size: 2.8rem;
    transform: rotate(4deg);
}

.z-text-button {
    padding: 4px;
    cursor: pointer;
    color: #c9bbeb;
    border: 0;
    background: transparent;
    font-size: 0.78rem;
    font-weight: 800;
    text-align: center;
}

.z-text-button:hover,
.z-text-button:focus-visible {
    color: #fff;
    outline: none;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.z-section--quests {
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 50%, rgba(140, 82, 255, 0.14), transparent 36rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
}

.z-quests-layout {
    display: grid;
    grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: clamp(38px, 7vw, 90px);
}

.z-quests-intro {
    position: sticky;
    top: calc(var(--z-header-height) + 28px);
}

.z-quests-intro > h2 {
    margin-bottom: 16px;
}

.z-quests-intro > p {
    margin-bottom: 32px;
    color: var(--z-muted);
}

.z-passport-card {
    position: relative;
    max-width: 430px;
    padding: 22px;
    overflow: hidden;
    color: #201540;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 0, rgba(243, 48, 89, 0.18), transparent 35%),
        radial-gradient(circle at 0 100%, rgba(140, 82, 255, 0.19), transparent 34%),
        linear-gradient(145deg, #fff, #eae2ff 58%, #d8caf9);
    box-shadow: 0 24px 55px rgba(7, 3, 21, 0.32), inset 0 1px #fff;
    transform: rotate(-1.5deg);
}

.z-passport-card::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: 0.18;
    background-image: radial-gradient(circle, #403076 0 1px, transparent 1.5px);
    background-size: 17px 17px;
    mask-image: linear-gradient(135deg, #000, transparent 55%);
}

.z-passport-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(64, 48, 118, 0.18);
    font-size: 0.63rem;
    font-weight: 950;
    letter-spacing: 0.12em;
}

.z-passport-card__identity {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}

.z-passport-card__avatar {
    display: grid;
    width: 64px;
    aspect-ratio: 1;
    flex: 0 0 auto;
    place-items: center;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--z-highlight), var(--z-tertiary));
    box-shadow: 0 12px 25px rgba(64, 48, 118, 0.25);
    font-size: 2rem;
    font-weight: 950;
}

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

.z-passport-card__identity small {
    color: #725d96;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.z-passport-card__identity strong {
    max-width: 210px;
    overflow: hidden;
    font-size: 1.08rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z-passport-card__identity span {
    color: #725f91;
    font-size: 0.73rem;
    font-weight: 650;
}

.z-passport-card__progress {
    position: relative;
    z-index: 1;
}

.z-passport-card__progress > div:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    color: #5f4a82;
    font-size: 0.68rem;
    font-weight: 800;
}

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

.z-passport-card .z-progress {
    background: rgba(64, 48, 118, 0.14);
}

.z-progress > span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--z-highlight), var(--z-tertiary), var(--z-cyan));
    box-shadow: 0 0 13px rgba(140, 82, 255, 0.45);
    transition: width 0.55s var(--z-ease);
}

.z-passport-card__stamp {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 30px;
    display: flex;
    width: 70px;
    aspect-ratio: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(243, 48, 89, 0.72);
    border: 3px double rgba(243, 48, 89, 0.58);
    border-radius: 50%;
    opacity: 0.55;
    transform: rotate(-12deg) scale(0.88);
    transition: opacity 0.3s ease, transform 0.5s var(--z-ease);
}

.z-passport-card__stamp.is-complete {
    opacity: 1;
    transform: rotate(-5deg) scale(1.08);
}

.z-passport-card__stamp strong {
    font-size: 1.7rem;
    line-height: 1;
}

.z-passport-card__stamp span {
    font-size: 0.55rem;
    font-weight: 950;
    letter-spacing: 0.12em;
}

.z-quest-board {
    display: grid;
    gap: 13px;
}

.z-quest {
    display: grid;
    grid-template-columns: 30px 50px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 16px 18px;
    cursor: pointer;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(84, 66, 133, 0.36), rgba(34, 23, 70, 0.48));
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
    text-align: left;
    transition: transform 0.22s var(--z-ease), border-color 0.22s ease, background 0.22s ease;
}

.z-quest:hover,
.z-quest:focus-visible {
    border-color: rgba(140, 82, 255, 0.55);
    background: linear-gradient(135deg, rgba(84, 66, 133, 0.5), rgba(34, 23, 70, 0.62));
    outline: none;
    transform: translateX(4px);
}

.z-quest.is-complete {
    border-color: rgba(109, 240, 181, 0.28);
    background: linear-gradient(135deg, rgba(109, 240, 181, 0.08), rgba(34, 23, 70, 0.53));
}

.z-quest__check {
    display: grid;
    width: 28px;
    aspect-ratio: 1;
    place-items: center;
    color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.16);
    border-radius: 9px;
    font-size: 0.75rem;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.z-quest.is-complete .z-quest__check {
    color: #172c26;
    border-color: var(--z-success);
    background: var(--z-success);
}

.z-quest__icon {
    display: grid;
    width: 50px;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.055);
    font-size: 1.45rem;
}

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

.z-quest strong {
    margin-bottom: 2px;
    font-size: 0.93rem;
}

.z-quest small {
    color: var(--z-dark-muted);
    font-size: 0.75rem;
}

.z-quest em {
    color: #bfa8ef;
    font-size: 0.66rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.z-spark-progress {
    margin-top: 8px;
    padding: 20px;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.025);
}

.z-spark-progress > span {
    display: block;
    margin-bottom: 10px;
    color: var(--z-muted);
    font-size: 0.82rem;
    font-weight: 750;
}

.z-spark-progress > span strong {
    color: #fff;
    font-size: 1.2rem;
}

.z-spark-progress .z-text-button {
    margin-top: 10px;
    text-align: left;
}

.z-section--schedule {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 12%),
        radial-gradient(circle at 20% 70%, rgba(243, 48, 89, 0.08), transparent 32rem);
}

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

.z-filter button {
    padding: 8px 12px;
    cursor: pointer;
    color: var(--z-muted);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.72rem;
    font-weight: 800;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.z-filter button:hover,
.z-filter button:focus-visible,
.z-filter button.is-active {
    color: #fff;
    border-color: rgba(140, 82, 255, 0.48);
    background: rgba(140, 82, 255, 0.18);
    outline: none;
}

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

.z-event-card {
    position: relative;
    display: flex;
    min-height: 330px;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    overflow: hidden;
    cursor: pointer;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0, rgba(140, 82, 255, 0.13), transparent 42%),
        linear-gradient(145deg, rgba(84, 66, 133, 0.32), rgba(34, 23, 70, 0.56));
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
    text-align: left;
    transition: transform 0.3s var(--z-ease), border-color 0.25s ease, box-shadow 0.3s ease;
}

.z-event-card::before {
    position: absolute;
    top: -110px;
    right: -100px;
    width: 210px;
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    transition: transform 0.45s var(--z-ease);
}

.z-event-card:hover,
.z-event-card:focus-visible {
    z-index: 2;
    border-color: rgba(140, 82, 255, 0.48);
    box-shadow: 0 20px 50px rgba(10, 5, 28, 0.35), inset 0 1px rgba(255, 255, 255, 0.08);
    outline: none;
    transform: translateY(-7px);
}

.z-event-card:hover::before,
.z-event-card:focus-visible::before {
    transform: scale(1.2) translate(-8px, 8px);
}

.z-event-card[hidden] {
    display: none;
}

.z-event-card.is-today {
    border-color: rgba(243, 48, 89, 0.55);
    box-shadow: 0 0 0 1px rgba(243, 48, 89, 0.1), 0 18px 50px rgba(243, 48, 89, 0.12);
}

.z-event-card.is-today::after {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 5px 8px;
    content: "LIVE";
    color: #fff;
    border-radius: 999px;
    background: var(--z-highlight);
    box-shadow: 0 0 18px rgba(243, 48, 89, 0.42);
    font-size: 0.57rem;
    font-weight: 950;
    letter-spacing: 0.1em;
}

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

.z-event-card__day {
    position: relative;
    z-index: 1;
    color: #a897ca;
    font-size: 0.62rem;
    font-weight: 950;
    letter-spacing: 0.13em;
}

.z-event-card__icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 58px;
    aspect-ratio: 1;
    margin: 23px 0 16px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.09);
    font-size: 1.7rem;
}

.z-event-card__date {
    position: absolute;
    top: 17px;
    right: 18px;
    color: #aa9ec3;
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.z-event-card > strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 9px;
    font-size: 1.08rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.z-event-card__description {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    overflow: hidden;
    color: var(--z-dark-muted);
    font-size: 0.77rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.z-event-card__footer {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
}

.z-event-card__footer em {
    padding: 5px 8px;
    color: #d2c1f5;
    border: 1px solid rgba(140, 82, 255, 0.22);
    border-radius: 999px;
    background: rgba(140, 82, 255, 0.08);
    font-size: 0.58rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.z-event-card__footer > span {
    color: #c0b1df;
    font-size: 0.67rem;
    font-weight: 800;
}

.z-section--memories {
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 20%, rgba(243, 48, 89, 0.12), transparent 32rem),
        radial-gradient(circle at 5% 80%, rgba(101, 231, 255, 0.07), transparent 30rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0));
}

.z-memory-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 42px;
}

.z-memory-header > div:first-child {
    max-width: 760px;
}

.z-memory-counter {
    display: flex;
    min-width: 170px;
    align-items: center;
    gap: 10px;
    padding: 13px 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.04);
}

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

.z-memory-counter span {
    max-width: 68px;
    color: var(--z-dark-muted);
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    line-height: 1.25;
    text-transform: uppercase;
}

.z-memory-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    align-items: start;
    gap: 30px;
}

.z-memory-form {
    position: sticky;
    top: calc(var(--z-header-height) + 28px);
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(84, 66, 133, 0.44), rgba(34, 23, 70, 0.62));
    box-shadow: var(--z-shadow-small), inset 0 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
}

.z-memory-form__heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 23px;
}

.z-memory-form__heading > span {
    display: grid;
    width: 46px;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    font-size: 1.35rem;
}

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

.z-memory-form__heading strong {
    font-size: 1rem;
}

.z-memory-form__heading small {
    color: var(--z-dark-muted);
    font-size: 0.7rem;
}

.z-memory-form > label:not(.z-memory-form__consent) {
    display: block;
    margin: 15px 0 7px;
    color: #d7cdeb;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.04em;
}

.z-memory-form input[type="text"],
.z-memory-form textarea {
    width: 100%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 13px;
    outline: none;
    background: rgba(10, 5, 28, 0.28);
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.16);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.z-memory-form textarea {
    min-height: 145px;
    padding: 13px 14px;
    resize: vertical;
}

.z-memory-form input:focus,
.z-memory-form textarea:focus {
    border-color: rgba(140, 82, 255, 0.65);
    background: rgba(10, 5, 28, 0.4);
    box-shadow: 0 0 0 3px rgba(140, 82, 255, 0.13);
}

.z-memory-form input[readonly] {
    color: #bfb4d6;
    cursor: not-allowed;
    background: rgba(10, 5, 28, 0.18);
}

.z-memory-form__meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 6px;
    color: #8f83aa;
    font-size: 0.61rem;
}

.z-memory-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 16px 0;
    color: #aaa0c1;
    font-size: 0.7rem;
    line-height: 1.45;
}

.z-memory-form__consent input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    flex: 0 0 auto;
    accent-color: var(--z-tertiary);
}

.z-honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

.z-form-status {
    min-height: 1.4em;
    margin: 10px 0 0;
    color: #cfc5e3;
    font-size: 0.72rem;
    text-align: center;
}

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

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

.z-memory-wall {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.z-memory-note {
    position: relative;
    min-height: 225px;
    padding: 23px;
    overflow: hidden;
    color: #29203f;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 7px 24px 24px 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(234, 226, 255, 0.96));
    box-shadow: 0 18px 40px rgba(8, 3, 24, 0.25), inset 0 1px #fff;
    transform: rotate(-0.6deg);
}

.z-memory-note:nth-child(even) {
    border-radius: 24px 7px 24px 24px;
    background: linear-gradient(145deg, #fff5fa, #f2dce8);
    transform: rotate(0.65deg);
}

.z-memory-note:nth-child(3n) {
    background: linear-gradient(145deg, #f0fbff, #d9edf9);
}

.z-memory-note::after {
    position: absolute;
    right: -28px;
    bottom: -30px;
    width: 110px;
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgba(64, 48, 118, 0.1);
    border-radius: 50%;
}

.z-memory-note--featured {
    grid-column: span 2;
    min-height: 200px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
    background:
        radial-gradient(circle at 95% 0, rgba(243, 48, 89, 0.28), transparent 32%),
        linear-gradient(135deg, var(--z-primary), #2c1d58 60%, #221746);
    box-shadow: 0 23px 55px rgba(10, 5, 30, 0.35), inset 0 1px rgba(255, 255, 255, 0.12);
    transform: rotate(0);
}

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

.z-memory-note__top {
    color: #76638f;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.z-memory-note--featured .z-memory-note__top {
    color: #d1c3ea;
}

.z-memory-note p {
    position: relative;
    z-index: 1;
    margin: 22px 0;
    font-size: 0.97rem;
    font-weight: 630;
    line-height: 1.65;
}

.z-memory-note footer {
    margin-top: auto;
    color: #75678a;
    font-size: 0.68rem;
}

.z-memory-note footer strong {
    color: #3d2d5a;
}

.z-memory-note--featured footer {
    color: #bdb0d4;
}

.z-memory-note--featured footer strong {
    color: #fff;
}

.z-section--timeline {
    overflow: hidden;
}

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

.z-timeline::before {
    position: absolute;
    top: 16px;
    right: 9%;
    left: 9%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, var(--z-highlight), var(--z-tertiary), var(--z-cyan));
    opacity: 0.5;
}

.z-timeline article {
    position: relative;
    padding: 55px 25px 0;
    text-align: center;
}

.z-timeline article::before {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 50%;
    width: 17px;
    aspect-ratio: 1;
    content: "";
    border: 4px solid var(--z-secondary);
    border-radius: 50%;
    background: var(--z-tertiary);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 24px rgba(140, 82, 255, 0.6);
    transform: translateX(-50%);
}

.z-timeline article:first-child::before {
    background: var(--z-highlight);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 24px rgba(243, 48, 89, 0.6);
}

.z-timeline article:last-child::before {
    background: var(--z-cyan);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 24px rgba(101, 231, 255, 0.6);
}

.z-timeline article > span {
    display: block;
    margin-bottom: 10px;
    color: #b9a4e9;
    font-size: 0.66rem;
    font-weight: 950;
    letter-spacing: 0.15em;
}

.z-timeline article > strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.07rem;
}

.z-timeline article > p {
    color: var(--z-dark-muted);
    font-size: 0.78rem;
    line-height: 1.65;
}

.z-section--letter {
    background:
        radial-gradient(circle at 25% 50%, rgba(140, 82, 255, 0.13), transparent 28rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
}

.z-letter-layout {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: center;
    gap: clamp(50px, 9vw, 120px);
}

.z-letter-art {
    position: relative;
    display: flex;
    height: 500px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
}

.z-letter-art::before,
.z-letter-art::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}

.z-letter-art::before {
    inset: 80px -15px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: inset 0 0 80px rgba(140, 82, 255, 0.07);
}

.z-letter-art::after {
    inset: 118px 23px;
    border: 1px solid rgba(243, 48, 89, 0.13);
}

.z-letter-art__year {
    position: relative;
    z-index: 1;
    color: #a998ca;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.25em;
}

.z-letter-art__line {
    position: absolute;
    z-index: 0;
    top: 50px;
    bottom: 50px;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--z-highlight), var(--z-tertiary), var(--z-cyan), transparent);
    opacity: 0.65;
}

.z-letter-art__seal {
    position: relative;
    z-index: 2;
    display: flex;
    width: 185px;
    aspect-ratio: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.15), transparent 25%),
        linear-gradient(145deg, rgba(243, 48, 89, 0.4), rgba(64, 48, 118, 0.8) 55%, rgba(34, 23, 70, 0.9));
    box-shadow: 0 25px 60px rgba(9, 4, 28, 0.4), inset 0 1px rgba(255, 255, 255, 0.17), 0 0 70px rgba(140, 82, 255, 0.15);
}

.z-letter-art__seal strong {
    font-size: 5.2rem;
    font-weight: 950;
    letter-spacing: -0.08em;
    line-height: 0.9;
}

.z-letter-art__seal span {
    color: #d4c9e9;
    font-size: 0.65rem;
    font-weight: 950;
    letter-spacing: 0.2em;
}

.z-founder-letter {
    position: relative;
    padding: clamp(30px, 5vw, 58px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0, rgba(243, 48, 89, 0.12), transparent 28%),
        linear-gradient(145deg, rgba(84, 66, 133, 0.38), rgba(34, 23, 70, 0.58));
    box-shadow: var(--z-shadow), inset 0 1px rgba(255, 255, 255, 0.06);
}

.z-founder-letter::before {
    position: absolute;
    top: -40px;
    right: 20px;
    content: "“";
    color: rgba(255, 255, 255, 0.045);
    font-family: Georgia, serif;
    font-size: 18rem;
    line-height: 1;
}

.z-founder-letter h2 {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin-bottom: 28px;
    font-size: clamp(2rem, 4vw, 3.7rem);
}

.z-founder-letter > p {
    position: relative;
    z-index: 1;
    color: #c9bfde;
    font-size: 0.98rem;
    line-height: 1.82;
}

.z-founder-letter footer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.z-founder-letter footer strong {
    color: #fff;
    font-family: "Segoe Script", "Bradley Hand", cursive;
    font-size: 1.7rem;
    font-weight: 600;
}

.z-founder-letter footer span {
    color: var(--z-dark-muted);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.z-section--portal {
    padding-bottom: 130px;
}

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

.z-portal-grid a {
    display: flex;
    min-height: 275px;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(84, 66, 133, 0.31), rgba(34, 23, 70, 0.5));
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
    transition: transform 0.3s var(--z-ease), border-color 0.25s ease, box-shadow 0.3s ease;
}

.z-portal-grid a:hover,
.z-portal-grid a:focus-visible {
    border-color: rgba(140, 82, 255, 0.5);
    box-shadow: 0 20px 45px rgba(9, 4, 26, 0.3), inset 0 1px rgba(255, 255, 255, 0.08);
    outline: none;
    transform: translateY(-7px);
}

.z-portal-grid a > span {
    display: grid;
    width: 62px;
    aspect-ratio: 1;
    margin-bottom: 24px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.055);
    font-size: 1.8rem;
}

.z-portal-grid a > strong {
    margin-bottom: 8px;
    font-size: 1.08rem;
}

.z-portal-grid a > p {
    margin-bottom: 20px;
    color: var(--z-dark-muted);
    font-size: 0.77rem;
}

.z-portal-grid a > em {
    margin-top: auto;
    color: #c2b1e5;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 850;
}

.z-finale {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 0, rgba(255, 255, 255, 0.22), transparent 25rem),
        radial-gradient(circle at 7% 100%, rgba(101, 231, 255, 0.19), transparent 25rem),
        linear-gradient(125deg, var(--z-highlight), var(--z-tertiary) 48%, #5145ba 75%, #2f257e);
}

.z-finale::before,
.z-finale::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}

.z-finale::before {
    top: -260px;
    right: -90px;
    width: 500px;
    aspect-ratio: 1;
}

.z-finale::after {
    bottom: -280px;
    left: -100px;
    width: 520px;
    aspect-ratio: 1;
}

.z-finale__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    align-items: center;
    gap: 60px;
    min-height: 430px;
    padding-top: 78px;
    padding-bottom: 78px;
}

.z-finale__inner > div:first-child > span {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.z-finale h2 {
    max-width: 760px;
    color: #fff;
}

.z-finale p {
    color: rgba(255, 255, 255, 0.78);
}

.z-finale__actions {
    justify-content: flex-end;
}

.z-finale__actions .z-form-status {
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
}

.z-footer {
    padding: 55px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: #0c071d;
}

.z-footer__inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr auto;
    align-items: center;
    gap: 40px;
}

.z-footer__inner > div:first-child > p {
    max-width: 480px;
    margin: 16px 0 0;
    color: #786e90;
    font-size: 0.75rem;
}

.z-footer__links {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: start;
    gap: 9px 24px;
}

.z-footer__links a {
    color: #9d92b4;
    font-size: 0.74rem;
    font-weight: 750;
}

.z-footer__links a:hover,
.z-footer__links a:focus-visible {
    color: #fff;
    outline: none;
}

.z-footer__mark {
    display: flex;
    min-width: 100px;
    flex-direction: column;
    align-items: flex-end;
}

.z-footer__mark strong {
    color: transparent;
    background: linear-gradient(135deg, var(--z-highlight), var(--z-tertiary), var(--z-cyan));
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 3.8rem;
    font-weight: 950;
    letter-spacing: -0.08em;
    line-height: 0.9;
}

.z-footer__mark span {
    margin-top: 6px;
    color: #716786;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.z-event-modal {
    width: min(calc(100% - 32px), 610px);
    max-height: calc(100vh - 40px);
    padding: 36px;
    overflow-y: auto;
    color: var(--z-ink);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0, rgba(243, 48, 89, 0.18), transparent 32%),
        linear-gradient(145deg, #392867, #211642 62%, #171032);
    box-shadow: 0 35px 100px rgba(5, 2, 17, 0.72), inset 0 1px rgba(255, 255, 255, 0.08);
}

.z-event-modal::backdrop {
    background: rgba(7, 3, 18, 0.72);
    backdrop-filter: blur(8px);
}

.z-event-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 40px;
    aspect-ratio: 1;
    place-items: center;
    cursor: pointer;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 1.5rem;
    line-height: 1;
}

.z-event-modal__close:hover,
.z-event-modal__close:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    outline: none;
}

.z-event-modal__icon {
    display: grid;
    width: 78px;
    aspect-ratio: 1;
    margin-bottom: 22px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.07);
    font-size: 2.4rem;
}

.z-event-modal__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #c7a8ff;
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.z-event-modal h2 {
    margin-bottom: 14px;
    padding-right: 30px;
    font-size: clamp(1.8rem, 5vw, 3rem);
    letter-spacing: -0.045em;
    line-height: 1.1;
}

.z-event-modal > p {
    color: var(--z-muted);
    line-height: 1.75;
}

.z-event-modal__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 14px;
}

.z-event-modal__details > div {
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
}

.z-event-modal__details span,
.z-event-modal__details strong {
    display: block;
}

.z-event-modal__details span {
    margin-bottom: 4px;
    color: var(--z-dark-muted);
    font-size: 0.61rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.z-event-modal__details strong {
    font-size: 0.8rem;
}

.z-event-modal__quest {
    margin-bottom: 20px;
}

.z-toast {
    position: fixed;
    z-index: 10001;
    right: 22px;
    bottom: 22px;
    max-width: min(360px, calc(100% - 44px));
    padding: 13px 16px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    background: rgba(34, 23, 70, 0.94);
    box-shadow: 0 16px 45px rgba(5, 2, 18, 0.46);
    opacity: 0;
    pointer-events: none;
    font-size: 0.78rem;
    font-weight: 750;
    transform: translateY(15px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    backdrop-filter: blur(16px);
}

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

.z-spark {
    position: absolute;
    z-index: 20;
    display: grid;
    width: 35px;
    aspect-ratio: 1;
    place-items: center;
    cursor: pointer;
    color: #fff3b0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(140, 82, 255, 0.22);
    box-shadow: 0 0 18px rgba(255, 211, 106, 0.38), inset 0 1px rgba(255, 255, 255, 0.2);
    text-shadow: 0 0 10px #fff, 0 0 18px var(--z-gold);
    font-size: 0.92rem;
    animation: z-spark-float 3.4s ease-in-out infinite, z-spark-glow 1.8s ease-in-out infinite;
    backdrop-filter: blur(8px);
}

.z-spark:hover,
.z-spark:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
    transform: scale(1.15);
}

.z-spark.is-collected {
    pointer-events: none;
    animation: z-spark-collect 0.5s var(--z-ease) forwards;
}

.z-spark.is-hinted {
    outline: 3px solid var(--z-highlight);
    outline-offset: 5px;
    animation: z-spark-float 3.4s ease-in-out infinite, z-hint-pulse 0.9s ease-in-out infinite;
}

@keyframes z-pulse {
    from { opacity: 0.8; transform: scale(0.45); }
    to { opacity: 0; transform: scale(1.5); }
}

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

@keyframes z-halo {
    to { transform: rotate(360deg); }
}

@keyframes z-float {
    0%, 100% { transform: translateY(0) rotate(0.4deg); }
    50% { transform: translateY(-9px) rotate(-0.4deg); }
}

@keyframes z-twinkle {
    0%, 100% { opacity: 0.45; transform: scale(0.8) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.2) rotate(90deg); }
}

@keyframes z-marquee {
    to { transform: translateX(-50%); }
}

@keyframes z-spark-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-6px) rotate(12deg); }
}

@keyframes z-spark-glow {
    0%, 100% { box-shadow: 0 0 12px rgba(255, 211, 106, 0.25), inset 0 1px rgba(255, 255, 255, 0.2); }
    50% { box-shadow: 0 0 26px rgba(255, 211, 106, 0.65), inset 0 1px rgba(255, 255, 255, 0.25); }
}

@keyframes z-spark-collect {
    to { opacity: 0; transform: scale(2.3) rotate(120deg); }
}

@keyframes z-hint-pulse {
    0%, 100% { outline-color: rgba(243, 48, 89, 0.3); }
    50% { outline-color: rgba(243, 48, 89, 1); }
}

@media (max-width: 1080px) {
    .z-nav a:not(.z-nav__forum) {
        display: none;
    }

    .z-hero {
        padding-top: 72px;
    }

    .z-hero__grid {
        grid-template-columns: minmax(0, 1fr) 390px;
        gap: 35px;
    }

    .z-anniversary-emblem {
        min-width: 340px;
    }

    .z-countdown-card {
        right: 0;
    }

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

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

    .z-today-card {
        grid-template-columns: 115px minmax(0, 1fr);
    }

    .z-today-card__action {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: auto minmax(180px, 260px) auto;
        align-items: center;
        justify-content: end;
        border-top: 1px solid rgba(255, 255, 255, 0.09);
    }

    .z-today-card__icon {
        width: 62px;
        margin: 0;
        border-radius: 18px;
        font-size: 2rem;
    }

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

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

    .z-timeline article {
        padding-top: 42px;
    }

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

@media (max-width: 860px) {
    :root {
        --z-header-height: 74px;
    }

    .z-shell {
        width: min(calc(100% - 30px), var(--z-shell));
    }

    .z-menu-button {
        display: block;
    }

    .z-nav {
        display: none;
    }

    .z-hero {
        min-height: auto;
        padding-top: 60px;
    }

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

    .z-hero__copy {
        text-align: center;
    }

    .z-hero__lead,
    .z-founder-quote {
        margin-inline: auto;
    }

    .z-founder-quote {
        text-align: left;
    }

    .z-hero__actions,
    .z-hero__meta {
        justify-content: center;
    }

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

    .z-anniversary-emblem {
        width: min(86vw, 430px);
    }

    .z-countdown-card {
        right: 50%;
        width: min(90vw, 420px);
        transform: translateX(50%);
    }

    .z-hero__marquee {
        margin-top: 55px;
    }

    .z-section {
        padding: 84px 0;
    }

    .z-section-heading--split,
    .z-memory-header {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .z-quests-layout,
    .z-memory-layout,
    .z-letter-layout,
    .z-finale__inner {
        grid-template-columns: 1fr;
    }

    .z-quests-intro,
    .z-memory-form {
        position: static;
    }

    .z-passport-card {
        margin-inline: auto;
    }

    .z-letter-art {
        display: none;
    }

    .z-founder-letter {
        max-width: 760px;
        margin-inline: auto;
    }

    .z-finale__inner {
        gap: 28px;
        min-height: 0;
    }

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

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

    .z-footer__mark {
        grid-column: 1 / -1;
        align-items: flex-start;
    }
}

@media (max-width: 620px) {
    .z-shell {
        width: min(calc(100% - 24px), var(--z-shell));
    }

    .z-brand__text span {
        font-size: 0.62rem;
    }

    .z-hero h1 {
        font-size: clamp(3.1rem, 17vw, 5rem);
    }

    .z-kicker {
        font-size: 0.63rem;
    }

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

    .z-hero__meta {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        gap: 10px;
    }

    .z-hero__meta div {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .z-hero__meta span {
        font-size: 0.56rem;
        text-align: center;
    }

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

    .z-anniversary-emblem {
        min-width: 0;
        width: min(96vw, 370px);
    }

    .z-anniversary-emblem__core strong {
        font-size: clamp(5.7rem, 27vw, 7.4rem);
    }

    .z-countdown-card {
        padding: 15px;
    }

    .z-countdown strong {
        font-size: 1.2rem;
    }

    .z-countdown span {
        font-size: 0.52rem;
    }

    .z-section h2,
    .z-finale h2 {
        font-size: clamp(2.05rem, 11vw, 3.25rem);
    }

    .z-today-card {
        grid-template-columns: 1fr;
    }

    .z-today-card__date {
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
        padding: 18px 22px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .z-today-card__date strong {
        font-size: 2.4rem;
    }

    .z-today-card__content {
        padding: 26px 22px;
    }

    .z-today-card__action {
        display: flex;
        align-items: stretch;
        padding: 22px;
    }

    .z-today-card__icon {
        display: none;
    }

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

    .z-quest em {
        display: none;
    }

    .z-quest__icon {
        width: 44px;
    }

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

    .z-memory-note--featured {
        grid-column: auto;
    }

    .z-memory-form {
        padding: 21px;
    }

    .z-memory-form__meta {
        flex-direction: column;
        gap: 2px;
    }

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

    .z-timeline article {
        padding-right: 12px;
        padding-left: 50px;
        text-align: left;
    }

    .z-timeline article::before {
        top: 6px;
        left: 14px;
        transform: none;
    }

    .z-founder-letter {
        padding: 26px 22px;
    }

    .z-portal-grid a {
        min-height: 235px;
    }

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

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

    .z-footer__mark {
        grid-column: auto;
    }

    .z-event-modal {
        padding: 28px 22px 24px;
        border-radius: 22px;
    }

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

    .z-toast {
        right: 12px;
        bottom: 12px;
        max-width: calc(100% - 24px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.zk14-anniversary-page {
        scroll-behavior: auto;
    }

    .zk14-event-hub *,
    .zk14-event-hub *::before,
    .zk14-event-hub *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}


/* WordPress-native Event Hub integration — v1.2 */
body.zk14-anniversary-page {
    overflow-x: clip;
}

body.zk14-anniversary-page .site-content,
body.zk14-anniversary-page .content-grid,
body.zk14-anniversary-page .grid,
body.zk14-anniversary-page .grid-column,
body.zk14-anniversary-page .post-open,
body.zk14-anniversary-page .page-content,
body.zk14-anniversary-page .entry-content {
    min-width: 0;
}

.zk14-event-hub {
    --z-shell: 1180px;
    border: 1px solid rgba(140, 82, 255, 0.18);
    border-radius: clamp(18px, 2vw, 30px);
    background:
        radial-gradient(circle at 12% 10%, rgba(140, 82, 255, 0.22), transparent 31rem),
        radial-gradient(circle at 89% 15%, rgba(243, 48, 89, 0.13), transparent 28rem),
        linear-gradient(180deg, #160d34 0%, #201344 34%, #140c2f 72%, #0f0925 100%);
    box-shadow: 0 24px 80px rgba(10, 5, 30, 0.28);
}

.zk14-event-hub__content {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.zk14-event-hub .z-shell {
    width: 100%;
    max-width: var(--z-shell);
    margin-inline: auto;
    padding-inline: clamp(16px, 3vw, 40px);
}

.zk14-event-hub .z-hero,
.zk14-event-hub .z-section,
.zk14-event-hub .z-finale {
    min-width: 0;
}

.zk14-event-hub .z-hero__grid,
.zk14-event-hub .z-quests-layout,
.zk14-event-hub .z-memory-layout,
.zk14-event-hub .z-letter-layout,
.zk14-event-hub .z-finale__inner {
    min-width: 0;
}

.zk14-event-hub .z-event-grid,
.zk14-event-hub .z-schedule-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
}

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

.zk14-event-hub .z-event-modal {
    max-width: min(620px, calc(100vw - 28px));
}

@media (max-width: 1180px) {
    .zk14-event-hub .z-hero__grid,
    .zk14-event-hub .z-quests-layout,
    .zk14-event-hub .z-memory-layout,
    .zk14-event-hub .z-letter-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .zk14-event-hub .z-hero__visual,
    .zk14-event-hub .z-letter-art {
        max-width: 680px;
        width: 100%;
        margin-inline: auto;
    }
}

@media (max-width: 760px) {
    .zk14-event-hub {
        border-inline: 0;
        border-radius: 0;
    }

    .zk14-event-hub .z-shell {
        padding-inline: 16px;
    }

    .zk14-event-hub .z-hero__actions,
    .zk14-event-hub .z-finale__actions {
        align-items: stretch;
    }

    .zk14-event-hub .z-button {
        width: 100%;
        justify-content: center;
    }

    .zk14-event-hub .z-countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .zk14-event-hub .z-shell {
        padding-inline: 12px;
    }

    .zk14-event-hub .z-hero__meta {
        grid-template-columns: 1fr;
    }
}
