.nxe-page {
    --nxe-ink: #07162f;
    --nxe-navy: #0a234d;
    --nxe-blue: #1559d6;
    --nxe-cyan: #2fb7f6;
    --nxe-line: rgba(10, 35, 77, 0.14);
    --nxe-soft: #f2f6fc;
    position: relative;
    overflow: hidden;
    padding: 0 0 120px;
    color: var(--nxe-ink);
    background:
        linear-gradient(90deg, transparent 49.8%, rgba(21, 89, 214, 0.04) 50%, transparent 50.2%),
        linear-gradient(rgba(7, 22, 47, 0.025) 1px, transparent 1px),
        #fff;
    background-size: 100% 100%, 100% 48px, auto;
}

.nxe-page::before {
    content: "EVENT / PREVIEW";
    position: absolute;
    top: 150px;
    right: -22px;
    color: rgba(10, 35, 77, 0.045);
    font: 700 clamp(58px, 9vw, 148px)/0.78 "Rajdhani", sans-serif;
    letter-spacing: -0.06em;
    writing-mode: vertical-rl;
    pointer-events: none;
}

.nxe-pageHead {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 92px 0 52px;
}

.nxe-pageHead--split {
    display: block;
    max-width: 820px;
}

.nxe-pageHead h1,
.nxe-detailHero h1 {
    margin: 0;
    color: var(--nxe-ink);
    font-family: "Rajdhani", "Pretendard", sans-serif;
    font-weight: 700;
    letter-spacing: -.04em;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.nxe-pageHead h1 {
    font-size: clamp(38px, 4.6vw, 64px);
    line-height: 1.04;
}

.nxe-detailHero h1 {
    font-size: clamp(32px, 3.8vw, 52px);
    line-height: 1.12;
}

.nxe-pageHead > p:last-child,
.nxe-pageHead__description {
    margin: 24px 0 0;
    color: #667187;
    font-size: clamp(18px, 1.5vw, 20px);
    line-height: 1.7;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.nxe-eyebrow,
.nxe-sectionIndex {
    margin: 0 0 18px;
    color: var(--nxe-blue);
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
}

.nxe-state {
    display: grid;
    min-height: 290px;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 38px;
    padding: clamp(34px, 6vw, 72px);
    border: 1px solid var(--nxe-line);
    background: linear-gradient(135deg, #f7faff 0%, #eef5ff 58%, #fff 58.2%);
}

.nxe-state__index {
    color: rgba(21, 89, 214, 0.18);
    font: 700 clamp(68px, 9vw, 126px)/1 "Rajdhani", sans-serif;
}

.nxe-state strong {
    display: block;
    color: var(--nxe-navy);
    font-size: clamp(24px, 3.4vw, 40px);
    line-height: 1.25;
}

.nxe-state p {
    margin: 13px 0 0;
    color: #6b7589;
    line-height: 1.7;
}

.nxe-state--warning {
    min-height: 120px;
    display: flex;
    color: #8b3d16;
    background: #fff6ef;
}

.nxe-state--notFound {
    margin-top: 84px;
}

.nxe-schedulePanel {
    position: relative;
    padding: clamp(18px, 3vw, 38px);
    border: 1px solid var(--nxe-line);
    background: #fff;
    box-shadow: 0 38px 90px rgba(7, 22, 47, 0.12);
}

.nxe-schedulePanel::before {
    content: "SCHEDULE  /  2026";
    display: block;
    margin-bottom: 16px;
    color: #8390a6;
    font: 700 12px/1 "Rajdhani", sans-serif;
    letter-spacing: .22em;
}

.nxe-schedulePreview {
    display: block;
    width: 100%;
    overflow: hidden;
    background: var(--nxe-soft);
}

.nxe-schedulePreview img {
    display: block;
    width: 100%;
    height: auto;
}

.nxe-scheduleActions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
}

.nxe-scheduleZoom {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid var(--nxe-navy);
    border-radius: 6px;
    color: #fff;
    background: var(--nxe-navy);
    font: 700 12px/1 "Rajdhani", sans-serif;
    letter-spacing: .12em;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.nxe-primaryButton {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    margin-top: 26px;
    padding: 0 24px 0 30px;
    color: #fff;
    border: 1px solid var(--nxe-navy);
    background: var(--nxe-navy);
    font: 700 14px/1 "Rajdhani", "Pretendard", sans-serif;
    letter-spacing: .08em;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.nxe-primaryButton--schedule {
    width: fit-content;
    min-height: 54px;
    margin-top: 0;
    border-radius: 6px;
}

.nxe-primaryButton:hover,
.nxe-primaryButton:focus-visible,
.nxe-scheduleZoom:hover,
.nxe-scheduleZoom:focus-visible {
    color: #fff;
    background: var(--nxe-blue);
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(21, 89, 214, 0.2);
}

.nxe-lightbox {
    width: min(94vw, 1280px);
    max-height: 92vh;
    padding: 50px 18px 18px;
    border: 0;
    background: #fff;
    box-shadow: 0 40px 120px rgba(0, 0, 0, .4);
}

.nxe-lightbox::backdrop {
    background: rgba(3, 12, 28, .86);
    backdrop-filter: blur(7px);
}

.nxe-lightbox img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.nxe-lightbox__close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 0;
    color: var(--nxe-navy);
    background: transparent;
    font-size: 30px;
    cursor: pointer;
}

.nxe-categoryBar {
    display: flex;
    gap: 1px;
    margin-bottom: 48px;
    padding: 1px;
    overflow-x: auto;
    border: 1px solid var(--nxe-line);
    background: var(--nxe-line);
    scrollbar-width: thin;
}

.nxe-categoryBar__button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 58px;
    padding: 12px 18px;
    border: 0;
    color: #526078;
    background: #fff;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}

.nxe-categoryBar__button:hover,
.nxe-categoryBar__button:focus-visible {
    color: var(--nxe-blue);
    background: #f6f9ff;
}

.nxe-categoryBar__button.is-active {
    color: #fff;
    background: var(--nxe-navy);
}

.nxe-programGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 22px;
}

.nxe-programCard {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 280px;
    overflow: hidden;
    color: #fff;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #06172f, #123b76 58%, #20a6e9);
    text-decoration: none;
    box-shadow: 0 12px 38px rgba(7, 22, 47, .055);
    animation: nxe-rise .55s both;
    animation-delay: calc(min(var(--nxe-card-index), 8) * 55ms);
    transition: transform .25s ease, box-shadow .25s ease;
}

.nxe-programCard[hidden] {
    display: none;
}

.nxe-programCard:hover,
.nxe-programCard:focus-visible {
    color: #fff;
    transform: translateY(-8px);
    box-shadow: 0 28px 62px rgba(7, 22, 47, .15);
}

.nxe-programCard__visual {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #06172f, #123b76 58%, #20a6e9);
}

.nxe-programCard__visual.is-placeholder::after,
.nxe-detailHero__visual.is-placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent 43%, rgba(255,255,255,.12) 43.3%, transparent 43.6%),
        repeating-linear-gradient(0deg, transparent 0 27px, rgba(255,255,255,.05) 28px);
}

.nxe-programCard__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.nxe-programCard__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(3, 13, 29, .34) 0%, rgba(3, 13, 29, .14) 32%, rgba(3, 13, 29, .9) 100%),
        linear-gradient(90deg, rgba(3, 13, 29, .26), transparent 70%);
    transition: background .25s ease;
}

.nxe-programCard:hover .nxe-programCard__shade {
    background:
        linear-gradient(180deg, rgba(3, 13, 29, .28) 0%, rgba(3, 13, 29, .12) 30%, rgba(3, 13, 29, .86) 100%),
        linear-gradient(90deg, rgba(3, 13, 29, .2), transparent 70%);
}

.nxe-programCard:hover .nxe-programCard__visual img {
    transform: scale(1.045);
}

.nxe-programCard__top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 16px;
}

.nxe-programCard__category {
    flex: 0 0 auto;
    padding: 7px 10px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 8px;
    background: rgba(5, 20, 43, .45);
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.nxe-programCard__body {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-end;
    padding: 68px 20px 20px;
}

.nxe-programCard__date {
    flex: 1;
    min-width: 0;
    margin: 3px 0 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .92);
    font: 700 17px/1.3 "Rajdhani", "Pretendard", sans-serif;
    letter-spacing: .08em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nxe-programCard h2 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -.025em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .3);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nxe-programCard__venue {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

.nxe-filterEmpty,
.nxe-timelineEmpty {
    padding: 38px;
    border: 1px dashed rgba(21, 89, 214, .3);
    color: #68758b;
    background: #f7faff;
    text-align: center;
}

.nxe-detailHero {
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    min-height: 0;
    margin: 78px 0 96px;
    border: 1px solid var(--nxe-line);
    background: #fff;
}

.nxe-detailHero__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 5vw, 72px);
}

.nxe-detailHero__summary {
    max-width: 680px;
    margin: 26px 0 0;
    color: #637086;
    font-size: 20px;
    line-height: 1.7;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.nxe-detailHero__facts {
    display: grid;
    gap: 12px;
    margin: 42px 0 0;
}

.nxe-detailHero__facts div {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 18px;
}

.nxe-detailHero__facts dt {
    color: var(--nxe-blue);
    font: 700 14px/1.6 "Rajdhani", sans-serif;
    letter-spacing: .12em;
}

.nxe-detailHero__facts dd {
    margin: 0;
    color: #46536a;
    font-size: 18px;
    line-height: 1.6;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.nxe-detailHero__visual {
    position: relative;
    width: 100%;
    height: clamp(340px, 36vw, 480px);
    min-height: 0;
    align-self: center;
    overflow: hidden;
    background: linear-gradient(145deg, #06172f, #114892 68%, #1bb1ec);
}

.nxe-detailHero__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nxe-detailHero__visual > span {
    position: absolute;
    right: 28px;
    bottom: 24px;
    z-index: 1;
    color: rgba(255,255,255,.18);
    font: 700 clamp(58px, 7vw, 94px)/.73 "Rajdhani", sans-serif;
    letter-spacing: -.06em;
    text-align: right;
}

.nxe-detailSection {
    display: grid;
    grid-template-columns: minmax(150px, .25fr) minmax(0, 1fr);
    gap: clamp(30px, 7vw, 96px);
    padding: 64px 0;
    border-top: 1px solid var(--nxe-line);
}

.nxe-detailSection--intro,
.nxe-detailSection--information,
.nxe-detailSection--timeline {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
}

.nxe-detailSection--intro > .nxe-sectionIndex,
.nxe-detailSection--information > .nxe-sectionIndex,
.nxe-detailSection--timeline > .nxe-sectionIndex {
    margin-bottom: 0;
}

.nxe-prose {
    color: #34425a;
    font-size: 18px;
    line-height: 1.9;
}

.nxe-detailSection--intro .nxe-prose {
    font-size: 20px;
}

.nxe-prose--small {
    margin-top: 12px;
    color: #6a7588;
    font-size: 14px;
    line-height: 1.7;
}

.nxe-overviewTable {
    margin: 0;
    border-top: 2px solid var(--nxe-navy);
}

.nxe-overviewTable div {
    display: grid;
    grid-template-columns: minmax(130px, .28fr) 1fr;
    border-bottom: 1px solid var(--nxe-line);
}

.nxe-overviewTable dt,
.nxe-overviewTable dd {
    padding: 20px 22px;
}

.nxe-overviewTable dt {
    color: var(--nxe-navy);
    background: #f4f7fc;
    font-weight: 800;
}

.nxe-overviewTable dd {
    margin: 0;
    color: #59667c;
    line-height: 1.7;
}

.nxe-notice {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin: 24px 0 36px;
    padding: 0;
    color: #24436d;
    border-left: 0;
    background: transparent;
}

.nxe-notice strong {
    color: var(--nxe-blue);
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .12em;
}

.nxe-notice p {
    margin: 0;
    padding: 24px 28px;
    border-left: 4px solid var(--nxe-cyan);
    background: #eef7ff;
    line-height: 1.7;
}

.nxe-sessionGroup + .nxe-sessionGroup {
    margin-top: 42px;
}

.nxe-sessionGroup > header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 20px;
    color: #fff;
    background: var(--nxe-navy);
}

.nxe-sessionGroup > header strong {
    font: 700 20px/1 "Rajdhani", sans-serif;
    letter-spacing: .06em;
}

.nxe-sessionGroup > header span {
    color: #b8d7ff;
    font-size: 13px;
}

.nxe-session {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    border-right: 1px solid var(--nxe-line);
    border-bottom: 1px solid var(--nxe-line);
    border-left: 1px solid var(--nxe-line);
}

.nxe-session__time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    padding: 29px 18px;
    color: var(--nxe-blue);
    background: #f6f9fe;
    font: 700 18px/1.15 "Rajdhani", sans-serif;
}

.nxe-session__time span {
    color: #a5b0c2;
}

.nxe-session__content {
    padding: 28px 30px 32px;
}

.nxe-session h3 {
    margin: 0;
    color: var(--nxe-ink);
    font-size: 20px;
    line-height: 1.45;
}

.nxe-session__venue {
    margin: 8px 0 0;
    color: var(--nxe-blue);
    font-size: 13px;
    font-weight: 700;
}

.nxe-speakers {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.nxe-speaker {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border: 1px solid var(--nxe-line);
    background: #fff;
}

.nxe-speaker__photo {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(135deg, #d9e7fa, #8fb8ec);
}

.nxe-speaker__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nxe-speaker strong,
.nxe-speaker span {
    display: block;
}

.nxe-speaker span {
    margin-top: 4px;
    color: #718097;
    font-size: 12px;
}

.nxe-speaker a {
    color: var(--nxe-blue);
    font: 700 11px/1 "Rajdhani", sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
}

.nxe-detailActions {
    display: flex;
    justify-content: center;
    padding-top: 38px;
}

.nxe-textLink {
    display: inline-block;
    margin-top: 20px;
    color: var(--nxe-blue);
    font-weight: 800;
    text-decoration: none;
}

@keyframes nxe-rise {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 960px) {
    .nxe-detailHero {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

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

    .nxe-detailHero__visual {
        height: clamp(320px, 60vw, 440px);
        min-height: 0;
    }

    .nxe-detailSection {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 680px) {
    .nxe-page {
        padding: 0 0 78px;
        background-size: 100% 100%, 100% 40px, auto;
    }

    .nxe-page::before {
        display: none;
    }

    .nxe-pageHead {
        margin: 62px 0 36px;
    }

    .nxe-pageHead h1 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .nxe-detailHero h1 {
        font-size: clamp(30px, 9vw, 40px);
    }

    .nxe-pageHead > p:last-child,
    .nxe-pageHead__description {
        font-size: 17px;
    }

    .nxe-state {
        min-height: 240px;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 28px 24px;
    }

    .nxe-state__index {
        font-size: 58px;
    }

    .nxe-schedulePanel {
        margin-right: -8px;
        margin-left: -8px;
        padding: 12px;
    }

    .nxe-scheduleActions {
        align-items: stretch;
        flex-direction: column;
    }

    .nxe-scheduleZoom {
        width: 100%;
    }

    .nxe-categoryBar {
        margin-right: -20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 20px;
        border-right: 0;
        border-left: 0;
    }

    .nxe-categoryBar__button {
        flex: 0 0 122px;
        min-width: 122px;
        min-height: 56px;
        padding: 10px 16px;
        font-size: 16px;
    }

    .nxe-programGrid {
        grid-template-columns: 1fr;
    }

    .nxe-programCard {
        min-height: 260px;
    }

    .nxe-detailHero {
        margin: 54px 0 58px;
    }

    .nxe-detailHero__visual {
        height: min(70vw, 340px);
        min-height: 260px;
    }

    .nxe-detailHero__copy {
        padding: 34px 24px 40px;
    }

    .nxe-detailHero__summary {
        font-size: 18px;
    }

    .nxe-detailHero__facts dd {
        font-size: 17px;
    }

    .nxe-detailSection--intro .nxe-prose {
        font-size: 18px;
    }

    .nxe-detailHero__facts div,
    .nxe-overviewTable div {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .nxe-overviewTable dd {
        padding-top: 0;
        background: #f4f7fc;
    }

    .nxe-notice,
    .nxe-session {
        grid-template-columns: 1fr;
    }

    .nxe-session__time {
        flex-direction: row;
        justify-content: flex-start;
        padding: 15px 20px;
    }

    .nxe-session__content {
        padding: 22px 20px 26px;
    }

    .nxe-speaker {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .nxe-speaker__photo {
        width: 46px;
        height: 46px;
    }

    .nxe-speaker a {
        grid-column: 2;
    }

    .nxe-primaryButton {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nxe-programCard,
    .nxe-primaryButton,
    .nxe-scheduleZoom,
    .nxe-programCard__visual img {
        animation: none;
        transition: none;
    }
}
