.evt-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #dfae4e;
    font: 700 9px/1.2 Inter, sans-serif;
    letter-spacing: .25em;
}
.evt-kicker > i { width: 30px; height: 1px; background: linear-gradient(90deg, transparent, #dfae4e); }

.evt-hub-hero {
    position: relative;
    isolation: isolate;
    min-height: 485px;
    margin: -58px calc(50% - 50vw) 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(214,166,76,.24);
    background: #050608;
}
.evt-hub-hero > img,
.evt-hub-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.evt-hub-hero > img { z-index: -2; object-fit: cover; object-position: center 44%; opacity: .7; filter: saturate(.72) contrast(1.1); }
.evt-hub-hero__veil { z-index: -1; background: linear-gradient(90deg,rgba(3,4,6,.97),rgba(3,4,6,.64) 52%,rgba(3,4,6,.37)),linear-gradient(180deg,transparent 43%,#070707); }
.evt-hub-hero.is-invasions > img { filter: saturate(.58) sepia(.12) hue-rotate(322deg) contrast(1.18); }
.evt-hub-hero__content { width: min(1236px,calc(100% - 56px)); min-height: 485px; margin: auto; padding: 95px 0 90px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.evt-hub-hero h1 { max-width: 800px; margin: 14px 0 17px; color: #f4ecdf; font: 700 clamp(48px,6.2vw,82px)/.97 Cinzel,serif; letter-spacing: -.05em; }
.evt-hub-hero p { max-width: 630px; margin: 0; color: #aaa299; font-size: 14px; line-height: 1.8; }
.evt-hub-switch { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: -27px 0 58px; border: 1px solid rgba(207,159,72,.24); background: rgba(7,7,8,.98); box-shadow: 0 24px 70px rgba(0,0,0,.38); }
.evt-hub-switch a { min-height: 78px; padding: 18px 28px; display: flex; align-items: center; gap: 16px; color: #777069; border-right: 1px solid rgba(207,159,72,.13); }
.evt-hub-switch a:last-child { border: 0; }
.evt-hub-switch a.is-active { color: #dfaf51; background: linear-gradient(90deg,rgba(110,60,160,.11),transparent); box-shadow: inset 0 -2px #c7933b; }
.evt-hub-switch a > span { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid currentColor; transform: rotate(45deg); }
.evt-hub-switch svg { transform: rotate(-45deg); }
.evt-hub-switch small,.evt-hub-switch strong { display: block; }
.evt-hub-switch small { color: #625c55; font: 700 7px Inter,sans-serif; letter-spacing: .17em; }
.evt-hub-switch strong { margin-top: 4px; color: currentColor; font: 700 13px Cinzel,serif; letter-spacing: .08em; }
.evt-hub-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; margin-bottom: 76px; }
.evt-hub-card { position: relative; min-height: 420px; padding: 52px 46px 36px; overflow: hidden; border: 1px solid rgba(204,155,68,.22); background: radial-gradient(circle at 100% 0,rgba(109,53,162,.16),transparent 38%),linear-gradient(145deg,rgba(13,12,15,.98),rgba(6,6,8,.99)); }
.evt-hub-card::after { content:""; position:absolute; right:-95px; top:-125px; width:260px; height:260px; border:1px solid rgba(214,165,72,.13); transform:rotate(45deg); }
.evt-hub-card:hover { border-color: rgba(223,174,78,.48); transform: translateY(-3px); box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.evt-hub-card__number { position: absolute; right: 35px; top: 31px; color: rgba(218,175,94,.28); font: 700 25px Cinzel,serif; }
.evt-hub-card__icon { width: 64px; height: 64px; display: grid; place-items:center; color:#dbae50; border:1px solid rgba(215,166,73,.32); transform:rotate(45deg); }
.evt-hub-card__icon svg { transform:rotate(-45deg); }
.evt-hub-card > small { display:block; margin-top:42px; color:#9b793f; font:700 8px Inter,sans-serif; letter-spacing:.2em; }
.evt-hub-card h2 { margin:10px 0 12px; color:#efe5d8; font:700 clamp(30px,3.5vw,43px)/1.05 Cinzel,serif; }
.evt-hub-card p { max-width:480px; margin:0; color:#817970; font-size:12px; line-height:1.75; }
.evt-hub-card footer { position:absolute; left:46px; right:46px; bottom:32px; padding-top:18px; display:flex; justify-content:space-between; gap:16px; border-top:1px solid rgba(255,255,255,.055); }
.evt-hub-card footer strong { color:#d5a64d; font:700 8px Inter,sans-serif; letter-spacing:.17em; }
.evt-hub-card footer span { color:#675f56; font:700 8px Inter,sans-serif; letter-spacing:.13em; }
.evt-hub-note { margin-bottom:90px; padding:30px 34px; display:grid; grid-template-columns:55px minmax(0,1fr) auto; align-items:center; gap:25px; border:1px solid rgba(204,156,69,.23); background:linear-gradient(90deg,rgba(90,57,132,.14),rgba(7,7,9,.94) 45%); }
.evt-hub-note > span { width:49px; height:49px; display:grid; place-items:center; color:#ddb159; border:1px solid rgba(217,167,73,.31); transform:rotate(45deg); }
.evt-hub-note > span svg { transform:rotate(-45deg); }
.evt-hub-note small { color:#9a793f; font:700 8px Inter,sans-serif; letter-spacing:.18em; }
.evt-hub-note h2 { margin:6px 0 3px; color:#eee5d8; font:700 22px Cinzel,serif; }
.evt-hub-note p { max-width:760px; margin:0; color:#817a72; font-size:11px; line-height:1.7; }

.evt-section-switch { position:relative; z-index:3; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin:-30px 0 28px; border:1px solid rgba(207,159,72,.24); background:rgba(7,7,8,.98); box-shadow:0 24px 70px rgba(0,0,0,.35); }
.evt-section-switch a { min-height:60px; padding:13px 20px; display:flex; align-items:center; justify-content:center; gap:11px; color:#777068; border-right:1px solid rgba(207,159,72,.12); font:700 9px Cinzel,serif; letter-spacing:.08em; }
.evt-section-switch a:last-child { border:0; }
.evt-section-switch a.is-active { color:#dfae4e; box-shadow:inset 0 -2px #c6943b; background:rgba(111,60,161,.08); }
.evt-section-switch svg { color:#b5893e; }

.evt-hero {
    position: relative;
    isolation: isolate;
    min-height: 570px;
    margin: -58px calc(50% - 50vw) 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(214, 166, 76, .25);
    background: #050608;
}
.evt-hero__art,
.evt-hero__veil,
.evt-hero__orbits { position: absolute; inset: 0; width: 100%; height: 100%; }
.evt-hero__art {
    z-index: -3;
    object-fit: cover;
    object-position: 54% 48%;
    opacity: .69;
    filter: saturate(.82) contrast(1.08);
    transform: scale(1.015);
}
.evt-hero__veil {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(3,4,6,.98) 0%, rgba(3,4,6,.88) 28%, rgba(3,4,6,.34) 58%, rgba(3,4,6,.48) 100%),
        linear-gradient(180deg, rgba(4,5,7,.08) 40%, #070707 100%);
}
.evt-hero__orbits { z-index: -1; pointer-events: none; }
.evt-hero__orbits i {
    position: absolute;
    left: 55%;
    top: 50%;
    border: 1px solid rgba(220, 173, 83, .11);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: evt-orbit 13s linear infinite;
}
.evt-hero__orbits i:nth-child(1) { width: 330px; height: 330px; }
.evt-hero__orbits i:nth-child(2) { width: 470px; height: 470px; border-style: dashed; animation-direction: reverse; animation-duration: 19s; }
.evt-hero__orbits i:nth-child(3) { width: 610px; height: 610px; animation-duration: 25s; }
.evt-hero__content {
    width: min(1236px, calc(100% - 56px));
    min-height: 570px;
    margin: 0 auto;
    padding: 92px 0 95px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.evt-hero h1 {
    max-width: 670px;
    margin: 15px 0 18px;
    color: #f6eee2;
    font: 700 clamp(46px, 5.7vw, 76px)/.98 Cinzel, serif;
    letter-spacing: -.045em;
}
.evt-hero__content > p {
    max-width: 575px;
    margin: 0;
    color: #aba49b;
    font-size: 14px;
    line-height: 1.8;
}
.evt-hero__actions { display: flex; gap: 10px; margin-top: 28px; }

.evt-next {
    position: absolute;
    right: max(30px, calc((100vw - 1236px) / 2));
    bottom: 78px;
    width: 325px;
    min-height: 245px;
    padding: 27px;
    border: 1px solid rgba(226, 178, 86, .36);
    background: linear-gradient(155deg, rgba(15,14,15,.92), rgba(5,6,8,.96));
    box-shadow: 0 30px 85px rgba(0,0,0,.55), inset 0 0 65px rgba(108,57,156,.1);
    backdrop-filter: blur(10px);
}
.evt-next::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 46px;
    height: 46px;
    border-right: 1px solid #dfae4e;
    border-bottom: 1px solid #dfae4e;
}
.evt-next__top { display: flex; align-items: center; gap: 10px; color: #dcae54; }
.evt-next__top > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(221, 172, 79, .32);
    transform: rotate(45deg);
}
.evt-next__top svg { transform: rotate(-45deg); }
.evt-next__top small { font: 700 8px Inter, sans-serif; letter-spacing: .2em; }
.evt-next h2 { margin: 20px 0 3px; color: #eee4d6; font: 700 24px Cinzel, serif; }
.evt-next > p { margin: 0; color: #898178; font-size: 11px; }
.evt-next > strong { display: block; margin-top: 13px; color: #e2b658; font: 700 20px Cinzel, serif; letter-spacing: .05em; }
.evt-next__line { margin-top: 18px; display: flex; align-items: center; gap: 9px; color: #615c55; font: 700 7px Inter, sans-serif; letter-spacing: .17em; }
.evt-next__line i { width: 6px; height: 6px; border-radius: 50%; background: #4fd07c; box-shadow: 0 0 10px rgba(79,208,124,.6); }

.evt-status {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.25fr .65fr .75fr 1fr;
    margin: -31px 0 76px;
    border: 1px solid rgba(207, 159, 72, .24);
    background: rgba(7,7,8,.97);
    box-shadow: 0 25px 80px rgba(0,0,0,.43);
}
.evt-status > div {
    min-height: 86px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-right: 1px solid rgba(207,159,72,.13);
}
.evt-status > div:last-child { border-right: 0; }
.evt-status p { margin: 0; }
.evt-status small { display: block; color: #666159; font: 700 8px Inter,sans-serif; letter-spacing: .18em; }
.evt-status strong { display: block; margin-top: 5px; color: #d6c8b6; font: 700 12px Cinzel,serif; letter-spacing: .04em; }
.evt-status__icon {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #dbaa4d;
    border: 1px solid rgba(214,164,70,.27);
    transform: rotate(45deg);
}
.evt-status__icon svg { transform: rotate(-45deg); }

.evt-agenda { scroll-margin-top: 120px; margin-bottom: 88px; }
.evt-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 31px;
}
.evt-section-head > div { max-width: 690px; }
.evt-section-head h2,
.evt-guide h2,
.evt-notice h2 {
    margin: 11px 0 8px;
    color: #efe6d9;
    font: 700 clamp(30px,4vw,44px)/1.08 Cinzel,serif;
    letter-spacing: -.025em;
}
.evt-section-head p,
.evt-guide__intro > p,
.evt-notice p { margin: 0; color: #89827a; font-size: 12px; line-height: 1.75; }
.evt-section-head__mark {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #d7a94e;
    border: 1px solid rgba(215,166,73,.29);
    background: rgba(8,8,10,.82);
    transform: rotate(45deg);
}
.evt-section-head__mark svg { transform: rotate(-45deg); }

.evt-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.evt-card {
    --evt-accent: #bb8c3d;
    position: relative;
    min-height: 440px;
    padding: 28px 27px 24px 73px;
    overflow: hidden;
    border: 1px solid rgba(203,155,67,.2);
    background:
        radial-gradient(circle at 8% 0, color-mix(in srgb, var(--evt-accent) 13%, transparent), transparent 36%),
        linear-gradient(150deg,rgba(13,12,15,.98),rgba(6,6,8,.99));
    box-shadow: 0 23px 70px rgba(0,0,0,.27);
}
.evt-card.is-blood { --evt-accent: #bd5949; }
.evt-card.is-devil { --evt-accent: #d07838; }
.evt-card.is-chaos { --evt-accent: #c5a24c; }
.evt-card.is-illusion { --evt-accent: #8c62c8; }
.evt-card.is-crywolf { --evt-accent: #668fa9; }
.evt-card.is-next { border-color: color-mix(in srgb,var(--evt-accent) 48%,transparent); }
.evt-card::after {
    content: "";
    position: absolute;
    right: -87px;
    top: -105px;
    width: 240px;
    height: 240px;
    border: 1px solid color-mix(in srgb,var(--evt-accent) 13%,transparent);
    transform: rotate(45deg);
}
.evt-card__rail {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid rgba(255,255,255,.045);
}
.evt-card__rail span {
    margin-top: 28px;
    color: color-mix(in srgb,var(--evt-accent) 67%,#665f55);
    font: 700 10px Cinzel,serif;
    writing-mode: vertical-rl;
}
.evt-card__rail i { width: 1px; flex: 1; margin: 14px 0 0; background: linear-gradient(var(--evt-accent),transparent 75%); opacity: .34; }
.evt-card__head { position: relative; z-index: 1; display: flex; align-items: center; gap: 18px; }
.evt-card__icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: color-mix(in srgb,var(--evt-accent) 76%,#f2c967);
    border: 1px solid color-mix(in srgb,var(--evt-accent) 42%,transparent);
    background: rgba(5,5,8,.7);
    transform: rotate(45deg);
}
.evt-card__icon svg { transform: rotate(-45deg); }
.evt-card__head small { color: color-mix(in srgb,var(--evt-accent) 68%,#806e52); font: 700 8px Inter,sans-serif; letter-spacing: .19em; }
.evt-card__head h3 { margin: 5px 0 0; color: #eee4d7; font: 700 22px Cinzel,serif; letter-spacing: .01em; }
.evt-card__description { min-height: 46px; margin: 25px 0 20px; color: #878078; font-size: 12px; line-height: 1.7; }
.evt-card__next {
    position: relative;
    padding: 17px 18px;
    border: 1px solid rgba(255,255,255,.055);
    background: rgba(0,0,0,.17);
}
.evt-card__next > span { display: block; color: #5e5953; font: 700 7px Inter,sans-serif; letter-spacing: .18em; }
.evt-card__next > strong { display: block; margin-top: 5px; padding-right: 112px; color: #c9bca9; font: 700 12px Cinzel,serif; }
.evt-card__next > em {
    position: absolute;
    right: 16px;
    top: 50%;
    color: color-mix(in srgb,var(--evt-accent) 78%,#e7bd67);
    font: 700 10px Cinzel,serif;
    font-style: normal;
    transform: translateY(-50%);
}
.evt-card__schedule { margin-top: 20px; }
.evt-card__schedule > span { color: #5f5952; font: 700 7px Inter,sans-serif; letter-spacing: .18em; }
.evt-card__schedule > div { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.evt-card__schedule b {
    min-width: 49px;
    padding: 6px 8px;
    color: #aaa197;
    border: 1px solid rgba(190,174,150,.11);
    background: rgba(255,255,255,.018);
    text-align: center;
    font: 600 9px Inter,sans-serif;
}
.evt-card__foot { margin-top: 20px; padding-top: 15px; display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(255,255,255,.05); }
.evt-card__foot > div { display: flex; flex-wrap: wrap; gap: 5px; }
.evt-card__foot span,
.evt-card__foot > strong { color: #756c60; font: 700 7px Inter,sans-serif; letter-spacing: .13em; }
.evt-card__foot span { padding: 5px 7px; border: 1px solid rgba(205,156,69,.12); }
.evt-card__foot > strong { color: color-mix(in srgb,var(--evt-accent) 72%,#b79f72); }

.evt-empty {
    padding: 76px 28px;
    text-align: center;
    border: 1px solid rgba(205,156,68,.21);
    background: radial-gradient(circle at 50% 0,rgba(100,53,150,.14),transparent 40%),rgba(7,7,9,.94);
}
.evt-empty > span {
    width: 70px;
    height: 70px;
    margin: 0 auto 23px;
    display: grid;
    place-items: center;
    color: #d9ad55;
    border: 1px solid rgba(215,166,73,.32);
    transform: rotate(45deg);
}
.evt-empty > span svg { transform: rotate(-45deg); }
.evt-empty > small { color: #9a793f; font: 700 8px Inter,sans-serif; letter-spacing: .2em; }
.evt-empty h3 { margin: 10px 0 0; color: #eee5d8; font: 700 28px Cinzel,serif; }
.evt-empty p { max-width: 580px; margin: 12px auto 0; color: #7d766d; font-size: 12px; }

.evt-guide {
    margin-bottom: 83px;
    padding: clamp(28px,5vw,58px);
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 55px;
    border: 1px solid rgba(204,156,69,.21);
    background: radial-gradient(circle at 0 100%,rgba(109,62,155,.15),transparent 36%),rgba(7,7,9,.9);
}
.evt-guide__intro { align-self: center; }
.evt-text-link { display: inline-flex; gap: 9px; margin-top: 23px; color: #d6a850; font: 700 9px Inter,sans-serif; letter-spacing: .13em; }
.evt-guide ol { margin: 0; padding: 0; display: grid; list-style: none; }
.evt-guide li { min-height: 95px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 17px; border-bottom: 1px solid rgba(255,255,255,.055); }
.evt-guide li:last-child { border-bottom: 0; }
.evt-guide li > span { color: #a67e39; font: 700 11px Cinzel,serif; }
.evt-guide li strong { color: #dcd3c6; font: 700 13px Cinzel,serif; }
.evt-guide li p { margin: 4px 0 0; color: #78726b; font-size: 11px; }

.evt-notice {
    margin-bottom: 90px;
    padding: 29px 33px;
    display: grid;
    grid-template-columns: 58px minmax(0,1fr) auto;
    align-items: center;
    gap: 25px;
    border: 1px solid rgba(204,156,69,.23);
    background: linear-gradient(90deg,rgba(90,57,132,.13),rgba(7,7,9,.94) 45%);
}
.evt-notice > span {
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    color: #ddb159;
    border: 1px solid rgba(217,167,73,.31);
    transform: rotate(45deg);
}
.evt-notice > span svg { transform: rotate(-45deg); }
.evt-notice small { color: #9a793f; font: 700 8px Inter,sans-serif; letter-spacing: .18em; }
.evt-notice h2 { margin: 6px 0 3px; font-size: 22px; }
.evt-notice p { max-width: 760px; font-size: 11px; }

@keyframes evt-orbit { to { transform: translate(-50%,-50%) rotate(360deg); } }

@media (max-width: 1080px) {
    .evt-next { display: none; }
    .evt-status { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .evt-status > div:nth-child(2) { border-right: 0; }
    .evt-status > div:nth-child(-n+2) { border-bottom: 1px solid rgba(207,159,72,.13); }
}

@media (max-width: 820px) {
    .evt-hub-grid { grid-template-columns: 1fr; }
    .evt-hub-note { grid-template-columns: 49px minmax(0,1fr); }
    .evt-hub-note .btn { grid-column: 1/-1; width: 100%; }
    .evt-grid { grid-template-columns: 1fr; }
    .evt-guide { grid-template-columns: 1fr; gap: 28px; }
    .evt-notice { grid-template-columns: 49px minmax(0,1fr); }
    .evt-notice .btn { grid-column: 1/-1; width: 100%; }
}

@media (max-width: 640px) {
    .evt-hub-hero { min-height: 520px; }
    .evt-hub-hero__content { width: calc(100% - 36px); min-height: 520px; padding: 82px 0 87px; }
    .evt-hub-hero h1 { font-size: 45px; }
    .evt-hub-switch a { padding: 14px; }
    .evt-hub-card { min-height: 400px; padding: 39px 25px 30px; }
    .evt-hub-card footer { left: 25px; right: 25px; }
    .evt-section-switch { grid-template-columns: 1fr; margin-bottom: 24px; }
    .evt-section-switch a { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(207,159,72,.12); }
    .evt-hero { min-height: 585px; }
    .evt-hero__content { width: calc(100% - 36px); min-height: 585px; padding: 78px 0 88px; }
    .evt-hero__art { object-position: 57% center; opacity: .44; }
    .evt-hero__veil { background: linear-gradient(90deg,rgba(3,4,6,.93),rgba(3,4,6,.62)),linear-gradient(180deg,transparent 35%,#070707); }
    .evt-hero h1 { font-size: 45px; }
    .evt-hero__actions { width: 100%; display: grid; }
    .evt-status { margin-bottom: 58px; }
    .evt-status > div { min-height: 73px; padding: 14px; }
    .evt-status strong { font-size: 10px; }
    .evt-section-head { align-items: flex-start; }
    .evt-section-head__mark { display: none; }
    .evt-card { min-height: 0; padding: 24px 17px 20px 58px; }
    .evt-card__rail { width: 39px; }
    .evt-card__rail span { margin-top: 23px; }
    .evt-card__icon { width: 49px; height: 49px; }
    .evt-card__head { gap: 14px; }
    .evt-card__head h3 { font-size: 18px; }
    .evt-card__description { min-height: 0; }
    .evt-card__next > strong { padding-right: 0; }
    .evt-card__next > em { position: static; display: block; margin-top: 8px; transform: none; }
    .evt-guide { padding: 29px 21px; }
    .evt-notice { padding: 24px 19px; gap: 17px; }
}

@media (prefers-reduced-motion: reduce) {
    .evt-hero__orbits i { animation: none; }
}

/* Blood Castle — página e destaque exclusivos do Éter. */
.bc-page{--bc-gold:#d4a44c;--bc-violet:#7f49d8;--bc-crimson:#b22d43;margin:26px 0 80px;color:#aaa197}.bc-hero{position:relative;isolation:isolate;min-height:660px;overflow:hidden;border:1px solid rgba(212,164,76,.28);background:#050507}.bc-hero__art,.bc-hero__veil{position:absolute;inset:0;width:100%;height:100%}.bc-hero__art{z-index:-2;object-fit:cover;object-position:center;filter:saturate(.86) contrast(1.05)}.bc-hero__veil{z-index:-1;background:linear-gradient(90deg,rgba(3,4,7,.98) 0,rgba(3,4,7,.92) 34%,rgba(3,4,7,.46) 67%,rgba(3,4,7,.17)),linear-gradient(180deg,rgba(0,0,0,.08),rgba(4,3,6,.05) 55%,#070609)}.bc-hero__content{width:min(1160px,calc(100% - 72px));min-height:660px;margin:auto;padding:90px 0 78px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.bc-back{margin-bottom:42px;color:#8e764d;font:700 8px Inter,sans-serif;letter-spacing:.16em;text-decoration:none}.bc-kicker{display:flex;align-items:center;gap:13px;color:#e2b75e;font:700 10px Inter,sans-serif;letter-spacing:.25em}.bc-kicker:before{content:"";width:30px;height:1px;background:linear-gradient(90deg,var(--bc-crimson),var(--bc-gold))}.bc-hero h1{max-width:720px;margin:14px 0 18px;color:#f3eade;font:700 clamp(58px,8vw,104px)/.92 Cinzel,Georgia,serif;letter-spacing:-.05em;text-shadow:0 15px 44px #000}.bc-hero__content>p{max-width:610px;margin:0;color:#bbb1a4;font-size:16px;line-height:1.75}.bc-next{display:grid;grid-template-columns:auto auto;gap:1px 18px;align-items:end;margin-top:38px;padding:18px 22px;border:1px solid rgba(212,164,76,.28);border-left:2px solid var(--bc-crimson);background:rgba(4,4,7,.76);backdrop-filter:blur(8px)}.bc-next small{grid-column:1/-1;color:#9a7d50;font:700 8px Inter,sans-serif;letter-spacing:.18em}.bc-next strong{color:#f0c76f;font:700 33px Cinzel,Georgia,serif}.bc-next span{padding-bottom:6px;color:#8d8378;font-size:10px}.bc-schedule{margin-top:-34px;position:relative;z-index:2;padding:26px 30px;border:1px solid rgba(212,164,76,.24);background:linear-gradient(135deg,#0b090d,#07070a);box-shadow:0 24px 70px rgba(0,0,0,.45)}.bc-schedule header{display:flex;align-items:center;gap:14px}.bc-schedule header>span{color:var(--bc-gold)}.bc-schedule header small,.bc-authority small{display:block;color:#886f49;font:700 8px Inter,sans-serif;letter-spacing:.2em}.bc-schedule h2,.bc-authority h2{margin:4px 0;color:#e9dfd1;font:700 20px Cinzel,Georgia,serif}.bc-schedule>div{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:1px;margin:23px 0;background:rgba(212,164,76,.12)}.bc-schedule time{padding:16px 8px;text-align:center;color:#8d857c;background:#08080b;font:700 15px Cinzel,Georgia,serif}.bc-schedule time.is-next{color:#f1cb7d;background:linear-gradient(180deg,rgba(151,45,69,.2),rgba(88,47,139,.12));box-shadow:inset 0 -2px var(--bc-crimson)}.bc-schedule footer{display:flex;gap:26px;color:#777067;font-size:10px}.bc-schedule footer strong{color:#bbb0a0}.bc-chapters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:38px;background:rgba(212,164,76,.13)}.bc-chapters>section{position:relative;min-height:260px;padding:34px 29px;background:radial-gradient(circle at 100% 0,rgba(119,62,190,.10),transparent 42%),#08080a}.bc-chapter__number{position:absolute;right:22px;top:20px;color:rgba(212,164,76,.13);font:700 42px Cinzel,Georgia,serif}.bc-chapters i{display:grid;width:48px;height:48px;place-items:center;margin-bottom:24px;border:1px solid rgba(212,164,76,.24);color:#d0a14d;transform:rotate(45deg)}.bc-chapters i svg{transform:rotate(-45deg)}.bc-chapters small{color:#d5a753;font:700 9px Inter,sans-serif;letter-spacing:.17em}.bc-chapters p{margin:14px 0 0;color:#8f887f;line-height:1.75}.bc-authority{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;margin-top:24px;padding:25px 28px;border:1px solid rgba(212,164,76,.17);background:#080809}.bc-authority>span{color:#c89843}.bc-authority p{margin:7px 0 0;color:#807970;font-size:12px}.bc-empty-copy{color:#827b73}.event-premium-row.is-blood-castle{position:relative;text-decoration:none;border-left-color:#b83a52;background:linear-gradient(90deg,rgba(154,41,65,.16),rgba(108,55,173,.07) 58%,transparent);box-shadow:inset 0 0 0 1px rgba(212,164,76,.06)}.event-premium-row.is-blood-castle:hover{background:linear-gradient(90deg,rgba(174,48,74,.22),rgba(116,63,181,.11) 62%,transparent)}.event-premium-row.is-blood-castle .event-order{color:#d2a54f}.event-premium-row.is-blood-castle .event-info b{color:#eadcc9}.event-premium-row.is-blood-castle .event-count{color:#cfaa62;font-weight:700}.event-premium-row.is-blood-castle .event-info small{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

@media(max-width:900px){.bc-hero{min-height:610px}.bc-hero__content{min-height:610px}.bc-schedule>div{grid-template-columns:repeat(4,1fr)}.bc-chapters{grid-template-columns:1fr}.bc-authority{grid-template-columns:auto 1fr}.bc-authority .btn{grid-column:1/-1}.bc-hero__art{object-position:63% center}.bc-hero__veil{background:linear-gradient(90deg,rgba(3,4,7,.97),rgba(3,4,7,.75) 63%,rgba(3,4,7,.32)),linear-gradient(180deg,transparent 45%,#070609)}}
@media(max-width:600px){.bc-page{margin-top:18px}.bc-hero{min-height:650px}.bc-hero__content{width:calc(100% - 38px);min-height:650px;padding:72px 0 88px}.bc-hero h1{font-size:55px}.bc-hero__content>p{font-size:14px}.bc-next{width:100%}.bc-schedule{margin-top:-24px;padding:23px 18px}.bc-schedule>div{grid-template-columns:repeat(2,1fr)}.bc-schedule footer{align-items:flex-start;flex-direction:column;gap:7px}.bc-chapters>section{padding:29px 23px}.bc-authority{grid-template-columns:1fr;padding:23px 19px}.bc-authority>span{display:none}}
