/* Portal 0.15.0 — Eventos */
.events-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(76px, 9vw, 128px) 0 clamp(74px, 9vw, 112px);
    border-bottom: 1px solid var(--line);
}
.events-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 82% 30%, rgba(184,229,41,.10), transparent 27%),
        radial-gradient(circle at 71% 86%, rgba(36,184,255,.07), transparent 28%),
        linear-gradient(120deg, rgba(255,255,255,.012), transparent 48%);
}
.events-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: clamp(38px, 8vw, 104px);
    align-items: center;
}
.events-hero__copy h1 {
    max-width: 870px;
    margin-bottom: 24px;
    font-size: clamp(3.1rem, 7vw, 6.15rem);
    line-height: .93;
}
.events-hero__copy h1 span { color: var(--green-bright); }
.events-hero__copy .lead { max-width: 760px; }
.events-hero__panel {
    position: relative;
    overflow: hidden;
    min-height: 230px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: center;
    padding: 32px;
    background:
        radial-gradient(circle at 100% 0, rgba(184,229,41,.12), transparent 43%),
        linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.016));
}
.events-hero__panel::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    right: -82px;
    bottom: -98px;
    border: 1px solid rgba(184,229,41,.12);
    border-radius: 50%;
}
.events-hero__icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(184,229,41,.22);
    border-radius: 16px;
    background: rgba(184,229,41,.08);
    color: var(--green-bright);
}
.events-hero__icon svg { width: 25px; height: 25px; }
.events-hero__panel small {
    display: block;
    margin-bottom: 9px;
    color: var(--text-muted);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.events-hero__panel strong {
    display: block;
    color: #fff;
    font-size: clamp(1.7rem, 4vw, 2.65rem);
    line-height: 1;
    letter-spacing: -.05em;
}
.events-hero__panel p { margin: 9px 0 0; font-size: .76rem; }

.events-agenda { overflow: hidden; }
.events-empty {
    position: relative;
    overflow: hidden;
    max-width: 960px;
    min-height: 375px;
    margin-inline: auto;
    padding: clamp(42px, 7vw, 72px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0, rgba(184,229,41,.08), transparent 38%),
        linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
}
.events-empty::before,
.events-empty::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(184,229,41,.08);
    border-radius: 50%;
    pointer-events: none;
}
.events-empty::before { width: 320px; height: 320px; top: -220px; left: calc(50% - 160px); }
.events-empty::after { width: 190px; height: 190px; bottom: -150px; right: -40px; border-color: rgba(36,184,255,.07); }
.events-empty__icon {
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border: 1px solid rgba(184,229,41,.22);
    border-radius: 15px;
    background: rgba(184,229,41,.075);
    color: var(--green-bright);
}
.events-empty__icon svg { width: 24px; height: 24px; }
.events-empty h2 {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin-bottom: 18px;
    font-size: clamp(2.35rem, 6vw, 4.4rem);
}
.events-empty p {
    position: relative;
    z-index: 1;
    max-width: 690px;
    margin: 0;
    font-size: clamp(.95rem, 2vw, 1.08rem);
}

.events-featured {
    display: grid;
    grid-template-columns: minmax(360px, .93fr) minmax(0, 1.07fr);
    overflow: hidden;
    min-height: 520px;
    padding: 0;
    background: linear-gradient(145deg, rgba(255,255,255,.042), rgba(255,255,255,.015));
}
.events-featured__media {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    border-right: 1px solid var(--line);
    background: #0a0d19;
}
.events-featured__media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.events-featured__media::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(7,9,19,.02), rgba(7,9,19,.35));
}
.events-featured__media--fallback {
    background:
        radial-gradient(circle at 38% 36%, rgba(184,229,41,.16), transparent 25%),
        radial-gradient(circle at 66% 68%, rgba(36,184,255,.09), transparent 29%),
        #090d19;
}
.events-featured__art { position: absolute; inset: 0; display: grid; place-items: center; }
.events-featured__art-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(184,229,41,.12); }
.events-featured__art-ring--outer { width: min(75%, 360px); aspect-ratio: 1; }
.events-featured__art-ring--inner { width: min(50%, 235px); aspect-ratio: 1; border-color: rgba(36,184,255,.12); }
.events-featured__art-icon {
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(184,229,41,.25);
    border-radius: 26px;
    background: rgba(184,229,41,.08);
    color: var(--green-bright);
    box-shadow: 0 0 70px rgba(184,229,41,.08);
}
.events-featured__art-icon svg { width: 39px; height: 39px; }
.events-featured__date,
.events-card__date {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(7,9,19,.84);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 45px rgba(0,0,0,.26);
}
.events-featured__date {
    top: 25px;
    left: 25px;
    width: 82px;
    min-height: 88px;
    padding: 10px;
    border-radius: 18px;
}
.events-featured__date strong,
.events-card__date strong {
    color: #fff;
    font-weight: 950;
    line-height: .9;
    letter-spacing: -.06em;
}
.events-featured__date strong { font-size: 2.35rem; }
.events-featured__date span,
.events-card__date span {
    color: var(--green-bright);
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .13em;
}
.events-featured__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(36px, 6vw, 68px);
}
.events-featured__topline { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 21px; }
.events-kicker,
.events-category {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.events-kicker {
    padding: 7px 10px;
    color: #11160a;
    background: var(--green-bright);
}
.events-category {
    padding: 7px 10px;
    border: 1px solid rgba(184,229,41,.15);
    color: var(--green-bright);
    background: rgba(184,229,41,.04);
}
.events-featured__body h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 5vw, 4rem); }
.events-featured__description { max-width: 650px; margin-bottom: 28px; }
.events-featured__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    margin-bottom: 30px;
}
.events-featured__details > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 13px;
    background: rgba(255,255,255,.018);
}
.events-featured__details > div > span { color: var(--green-bright); }
.events-featured__details > div > span svg { width: 19px; height: 19px; }
.events-featured__details p { min-width: 0; margin: 0; }
.events-featured__details small { display: block; margin-bottom: 3px; color: var(--text-muted); font-size: .58rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.events-featured__details strong { display: block; overflow-wrap: anywhere; color: #fff; font-size: .78rem; }
.events-featured__body > .btn { align-self: flex-start; }

.events-upcoming { margin-top: clamp(78px, 10vw, 126px); }
.events-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.events-card { overflow: hidden; padding: 0; min-width: 0; transition: transform var(--transition), border-color var(--transition); }
.events-card:hover { transform: translateY(-3px); border-color: rgba(184,229,41,.2); }
.events-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-bottom: 1px solid var(--line);
    background: #090d19;
}
.events-card__media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.events-card:hover .events-card__media > img { transform: scale(1.025); }
.events-card__media--fallback {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 30% 25%, rgba(184,229,41,.10), transparent 31%),
        radial-gradient(circle at 73% 80%, rgba(36,184,255,.07), transparent 29%),
        #090d19;
}
.events-card__media--fallback > span { color: rgba(209,240,75,.35); }
.events-card__media--fallback > span svg { width: 46px; height: 46px; }
.events-card__date {
    top: 14px;
    left: 14px;
    width: 60px;
    min-height: 63px;
    padding: 7px;
    border-radius: 13px;
}
.events-card__date strong { font-size: 1.65rem; }
.events-card__body { display: flex; flex-direction: column; min-height: 285px; padding: 24px; }
.events-card__body .events-category { margin-bottom: 15px; }
.events-card__body h3 { margin-bottom: 11px; font-size: 1.3rem; }
.events-card__body > p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .82rem;
}
.events-card__time { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--text-muted); font-size: .72rem; font-weight: 750; }
.events-card__time svg { color: var(--green-bright); }
.events-card__link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: 18px; color: var(--text-soft); font-size: .72rem; font-weight: 850; }
.events-card__link:hover { color: var(--green-bright); }
.events-card__link svg { width: 15px; height: 15px; }

.events-sync-note {
    max-width: 850px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 13px;
    align-items: start;
    margin: 42px auto 0;
    padding: 17px 19px;
    border: 1px solid rgba(184,229,41,.11);
    border-radius: 14px;
    background: rgba(184,229,41,.025);
}
.events-sync-note > span { color: var(--green-bright); }
.events-sync-note p { margin: 0; font-size: .75rem; }
.events-sync-note strong { color: var(--text); }

@media (max-width: 1040px) {
    .events-hero__grid { grid-template-columns: 1fr; }
    .events-hero__panel { width: min(100%, 520px); min-height: 190px; }
    .events-featured { grid-template-columns: 1fr; }
    .events-featured__media { min-height: 420px; border-right: 0; border-bottom: 1px solid var(--line); }
    .events-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 720px) {
    .events-hero { padding-top: 68px; }
    .events-hero__copy h1 { font-size: clamp(2.8rem, 15vw, 4.35rem); }
    .events-hero__panel { grid-template-columns: auto 1fr; padding: 24px; }
    .events-featured__media { min-height: 330px; }
    .events-featured__date { top: 17px; left: 17px; width: 70px; min-height: 75px; border-radius: 15px; }
    .events-featured__date strong { font-size: 2rem; }
    .events-featured__body { padding: 30px 24px 34px; }
    .events-featured__details { grid-template-columns: 1fr; }
    .events-grid { grid-template-columns: 1fr; }
    .events-card__body { min-height: 0; }
    .events-empty { min-height: 330px; padding: 42px 24px; }
}

@media (max-width: 430px) {
    .events-hero__panel { grid-template-columns: 1fr; }
    .events-featured__media { min-height: 280px; }
    .events-featured__art-icon { width: 76px; height: 76px; border-radius: 21px; }
    .events-featured__art-icon svg { width: 33px; height: 33px; }
}
