/* =========================
   EVENTOS
   Neo Anime Radio
========================= */

.nav-menu a.active {
    color: #22d3ee;
    text-shadow: 0 0 18px rgba(34, 211, 238, .65);
}

/* =========================
   HERO EVENTOS
========================= */

.event-hero,
.events-hero {
    width: min(1200px, calc(100% - 30px));
    margin: 70px auto 45px;
    min-height: 410px;
    padding: 55px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(0, 12, 30, 0.94), rgba(45, 0, 55, 0.75)),
        url("https://i.imgur.com/otKL59S.png");
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(0, 195, 255, 0.18);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    display: grid;
    grid-template-columns: 1fr 310px;
    gap: 30px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.event-hero::after,
.events-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 195, 255, 0.08)),
        radial-gradient(circle at right, rgba(255, 0, 180, 0.20), transparent 40%);
    pointer-events: none;
}

.event-hero-content,
.events-hero-content,
.event-status-card,
.events-status-card {
    position: relative;
    z-index: 2;
}

.event-hero h2,
.events-hero h2 {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(40px, 5.8vw, 76px);
    max-width: 850px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 18px 0 20px;
    background: linear-gradient(90deg, #00c3ff, #ffffff, #ff4fd8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event-hero p,
.events-hero p {
    max-width: 720px;
    color: #d4f7ff;
    line-height: 1.7;
    font-size: 17px;
}

.event-hero-actions,
.events-hero-actions,
.event-notice-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.event-status-card,
.events-status-card {
    min-height: 210px;
    border-radius: 28px;
    background:
        radial-gradient(circle at center, rgba(0, 217, 255, 0.18), transparent 55%),
        rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(0, 217, 255, 0.22);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 30px rgba(0, 217, 255, 0.08);
    text-align: center;
}

.event-status-card span,
.events-status-card span {
    color: #00d9ff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.event-status-card strong,
.events-status-card strong {
    font-family: "Orbitron", sans-serif;
    font-size: 34px;
    margin: 10px 0;
    color: #ffffff;
}

.event-status-card small,
.events-status-card small {
    color: #9bdff0;
    line-height: 1.6;
}

/* =========================
   SECCIONES
========================= */

.event-section,
.events-section,
.events-timeline-section,
.events-highlight-section {
    width: min(1200px, calc(100% - 30px));
    margin: 40px auto 80px;
}

.section-heading {
    text-align: center;
    margin-bottom: 34px;
}

.section-heading span {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(0, 217, 255, 0.08);
    border: 1px solid rgba(0, 217, 255, 0.20);
    color: #00d9ff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
}

.section-heading h2 {
    color: #ffffff;
    font-family: "Orbitron", sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
}

/* =========================
   MENSAJES
========================= */

.event-message {
    width: min(1200px, calc(100% - 30px));
    margin: 24px auto;
    padding: 16px 18px;
    border-radius: 18px;
    font-weight: 800;
    line-height: 1.5;
    backdrop-filter: blur(16px);
}

.event-message.error {
    color: #fecaca;
    border: 1px solid rgba(248, 113, 113, .45);
    background: rgba(127, 29, 29, .35);
    box-shadow: 0 0 30px rgba(248, 113, 113, .15);
}

.event-message.success {
    color: #bbf7d0;
    border: 1px solid rgba(34, 197, 94, .45);
    background: rgba(20, 83, 45, .35);
    box-shadow: 0 0 30px rgba(34, 197, 94, .15);
}

/* =========================
   CUENTA / AVISO
========================= */

.event-account-notice,
.event-account-card {
    padding: 20px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(0, 217, 255, .10), transparent 35%),
        linear-gradient(145deg, rgba(0, 20, 45, .92), rgba(0, 8, 20, .96));
    border: 1px solid rgba(0, 195, 255, .16);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .30);
}

.event-account-notice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
}

.event-account-notice.blocked {
    border-color: rgba(248, 113, 113, .35);
    background:
        radial-gradient(circle at top right, rgba(248, 113, 113, .12), transparent 35%),
        linear-gradient(145deg, rgba(30, 10, 20, .92), rgba(0, 8, 20, .96));
}

.event-account-notice strong {
    display: block;
    color: #f8fafc;
    font-family: "Orbitron", sans-serif;
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.event-account-notice p {
    color: #cbd5e1;
    line-height: 1.6;
}

.event-account-card {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 16px;
    align-items: center;
}

.event-account-avatar {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-size: 2rem;
    background:
        radial-gradient(circle at top, rgba(34, 211, 238, .25), transparent 58%),
        linear-gradient(135deg, rgba(236, 72, 153, .18), rgba(15, 23, 42, .88));
    border: 1px solid rgba(34, 211, 238, .26);
}

.event-account-card span {
    display: block;
    color: #94a3b8;
    font-weight: 800;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.event-account-card strong {
    display: block;
    color: #f8fafc;
    font-family: "Orbitron", sans-serif;
    font-size: 1.1rem;
    margin: 4px 0;
}

.event-account-card small {
    color: #cbd5e1;
    font-weight: 700;
}

.mini-event-link,
.mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(34, 211, 238, .35);
    background: rgba(34, 211, 238, .10);
    color: #cffafe;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    transition: .25s ease;
}

.mini-event-link:hover,
.mini-btn:hover {
    transform: translateY(-2px);
    background: rgba(34, 211, 238, .20);
    box-shadow: 0 0 24px rgba(34, 211, 238, .18);
}

/* =========================
   GRID DE EVENTOS
========================= */

.event-grid,
.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.event-card {
    min-height: 100%;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 0, 180, 0.10), transparent 35%),
        linear-gradient(145deg, rgba(0, 20, 45, 0.92), rgba(0, 8, 20, 0.96));
    border: 1px solid rgba(0, 195, 255, 0.14);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.event-card.featured {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 0;
    min-height: 360px;
    background:
        radial-gradient(circle at top right, rgba(0, 217, 255, 0.13), transparent 35%),
        radial-gradient(circle at bottom left, rgba(255, 0, 180, 0.12), transparent 35%),
        linear-gradient(145deg, rgba(0, 28, 55, 0.95), rgba(0, 8, 20, 0.95));
}

.event-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(0, 217, 255, 0.12), transparent 38%),
        radial-gradient(circle at bottom left, rgba(255, 0, 180, 0.10), transparent 38%);
    opacity: 0;
    transition: 0.3s ease;
    pointer-events: none;
}

.event-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: linear-gradient(90deg, #00c3ff, #ff4fd8);
    opacity: 0;
    transition: 0.3s ease;
}

.event-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 217, 255, 0.38);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.35),
        0 0 28px rgba(0, 195, 255, 0.12);
}

.event-card:hover::before,
.event-card:hover::after {
    opacity: 1;
}

.event-card-top {
    position: absolute;
    z-index: 5;
    top: 18px;
    left: 18px;
    right: 18px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
    pointer-events: none;
}

.event-status-pill,
.event-category {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 900;
    backdrop-filter: blur(14px);
}

.event-status-pill.upcoming {
    color: #bfdbfe;
    background: rgba(59, 130, 246, .18);
    border: 1px solid rgba(59, 130, 246, .38);
}

.event-status-pill.live {
    color: #bbf7d0;
    background: rgba(34, 197, 94, .18);
    border: 1px solid rgba(34, 197, 94, .42);
    box-shadow: 0 0 22px rgba(34, 197, 94, .18);
}

.event-status-pill.ended {
    color: #e5e7eb;
    background: rgba(148, 163, 184, .16);
    border: 1px solid rgba(148, 163, 184, .30);
}

.event-category {
    color: #f0abfc;
    background: rgba(217, 70, 239, .16);
    border: 1px solid rgba(217, 70, 239, .32);
}

.event-cover {
    min-height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.event-card:not(.featured) .event-cover {
    border-radius: 30px 30px 0 0;
}

.event-card.featured .event-cover {
    min-height: 100%;
    border-radius: 30px 0 0 30px;
}

.event-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .20), rgba(2, 6, 23, .88)),
        radial-gradient(circle at top right, rgba(34, 211, 238, .18), transparent 40%);
}

.event-cover-overlay {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
}

.event-cover-overlay span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    color: #dff9ff;
    background: rgba(2, 6, 23, .68);
    border: 1px solid rgba(34, 211, 238, .24);
    font-weight: 900;
    font-size: .86rem;
    backdrop-filter: blur(14px);
}

.event-content {
    padding: 26px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.event-content h3,
.event-card h3 {
    font-family: "Orbitron", sans-serif;
    color: #ffffff;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.event-subtitle {
    color: #67e8f9 !important;
    font-weight: 900;
    margin-bottom: 10px;
}

.event-content p,
.event-card p {
    color: #c9eef7;
    line-height: 1.65;
    font-size: 15px;
    position: relative;
    z-index: 2;
}

.event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 20px 0;
}

.event-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #dff9ff;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: .83rem;
    font-weight: 800;
}

/* =========================
   BOTONES DE EVENTOS
========================= */

.event-button {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(34, 211, 238, .42);
    color: #00111f;
    background: linear-gradient(135deg, #00c3ff, #ffffff);
    box-shadow: 0 0 26px rgba(0, 195, 255, 0.26);
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition: .25s ease;
    margin-top: auto;
}

.event-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 34px rgba(0, 195, 255, 0.42);
}

.event-button.joined {
    color: #fef3c7;
    border-color: rgba(250, 204, 21, .42);
    background: rgba(250, 204, 21, .12);
    box-shadow: none;
}

.event-button.disabled,
.event-button:disabled {
    color: #cbd5e1;
    border-color: rgba(148, 163, 184, .24);
    background: rgba(148, 163, 184, .10);
    box-shadow: none;
    opacity: .70;
    cursor: not-allowed;
    transform: none;
}

.event-content form {
    margin-top: auto;
}

/* =========================
   ESTADO VACÍO
========================= */

.event-empty,
.events-empty {
    text-align: center;
    padding: 42px 24px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 0, 180, 0.10), transparent 35%),
        linear-gradient(145deg, rgba(0, 20, 45, 0.92), rgba(0, 8, 20, 0.94));
    border: 1px solid rgba(0, 195, 255, 0.16);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.event-empty span,
.events-empty span {
    display: block;
    font-size: 3rem;
    margin-bottom: 12px;
}

.event-empty h3,
.events-empty h3 {
    color: #f8fafc;
    font-family: "Orbitron", sans-serif;
    margin-bottom: 10px;
}

.event-empty p,
.events-empty p {
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 22px;
}

/* =========================
   CALLOUT FINAL
========================= */

.event-callout,
.events-callout {
    width: min(1200px, calc(100% - 30px));
    margin: 40px auto 80px;
    padding: 40px;
    border-radius: 34px;
    background:
        radial-gradient(circle at right, rgba(255, 0, 180, 0.14), transparent 35%),
        radial-gradient(circle at bottom left, rgba(0, 217, 255, 0.12), transparent 38%),
        linear-gradient(145deg, rgba(0, 20, 45, 0.9), rgba(0, 8, 20, 0.94));
    border: 1px solid rgba(0, 195, 255, 0.16);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}

.event-callout h2,
.events-callout h2 {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    margin: 14px 0;
    color: #ffffff;
}

.event-callout p,
.events-callout p {
    color: #c9eef7;
    line-height: 1.7;
    max-width: 740px;
}

/* =========================
   COMPATIBILIDAD CON ESTILOS VIEJOS
========================= */

.event-date {
    width: 180px;
    height: 180px;
    border-radius: 34px;
    background:
        radial-gradient(circle at center, rgba(0, 217, 255, 0.22), transparent 55%),
        linear-gradient(135deg, rgba(0, 195, 255, 0.22), rgba(255, 0, 180, 0.18));
    border: 1px solid rgba(0, 217, 255, 0.22);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 35px rgba(0, 195, 255, 0.14);
    position: relative;
    z-index: 2;
}

.event-date span {
    color: #00d9ff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.event-date strong {
    font-family: "Orbitron", sans-serif;
    font-size: 42px;
    color: #ffffff;
}

.event-icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-size: 28px;
    background: rgba(0, 217, 255, 0.1);
    border: 1px solid rgba(0, 217, 255, 0.22);
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.event-label {
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 0, 180, 0.08);
    border: 1px solid rgba(255, 0, 180, 0.20);
    color: #ff78d6;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}

.event-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
    position: relative;
    z-index: 2;
}

.event-tags span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #dff9ff;
    font-size: 12px;
    font-weight: 700;
}

/* =========================
   TIMELINE VIEJO / OPCIONAL
========================= */

.events-timeline {
    padding: 34px;
    border-radius: 34px;
    background:
        radial-gradient(circle at right, rgba(255, 0, 180, 0.12), transparent 35%),
        linear-gradient(145deg, rgba(0, 20, 45, 0.9), rgba(0, 8, 20, 0.94));
    border: 1px solid rgba(0, 195, 255, 0.16);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.timeline-item {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.timeline-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #00d9ff;
    box-shadow: 0 0 18px rgba(0, 217, 255, 0.8);
    margin-bottom: 16px;
}

.timeline-item h3 {
    color: #00d9ff;
    font-size: 20px;
    margin-bottom: 8px;
}

.timeline-item p {
    color: #c9eef7;
    line-height: 1.6;
    font-size: 14px;
}

/* =========================
   PANEL PRIVADO EVENTOS
========================= */

.admin-hero {
    margin-top: 40px;
}

.admin-message {
    max-width: 1200px;
    margin: 24px auto;
    padding: 16px 18px;
    border-radius: 18px;
    font-weight: 700;
    backdrop-filter: blur(16px);
}

.admin-message.error {
    color: #fecaca;
    border: 1px solid rgba(248, 113, 113, .45);
    background: rgba(127, 29, 29, .35);
    box-shadow: 0 0 30px rgba(248, 113, 113, .15);
}

.admin-message.success {
    color: #bbf7d0;
    border: 1px solid rgba(34, 197, 94, .45);
    background: rgba(20, 83, 45, .35);
    box-shadow: 0 0 30px rgba(34, 197, 94, .15);
}

.admin-panel-section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.admin-form {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .92), rgba(2, 6, 23, .98)),
        radial-gradient(circle at top left, rgba(236, 72, 153, .18), transparent 38%),
        radial-gradient(circle at bottom right, rgba(34, 211, 238, .14), transparent 42%);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .35);
}

.login-form {
    max-width: 460px;
    margin-top: 24px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.form-field label {
    color: #e0f2fe;
    font-weight: 700;
    font-size: .95rem;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, .25);
    border-radius: 16px;
    background: rgba(2, 6, 23, .72);
    color: #f8fafc;
    padding: 13px 15px;
    outline: none;
    font-family: "Poppins", sans-serif;
    transition: .25s ease;
}

.form-field textarea {
    resize: vertical;
    min-height: 130px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: rgba(34, 211, 238, .75);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, .12);
}

.form-field small {
    color: #94a3b8;
    word-break: break-word;
}

.check-line {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e2e8f0;
    font-weight: 700;
    margin: 12px 0 22px;
}

.check-line input {
    width: 18px;
    height: 18px;
    accent-color: #22d3ee;
}

.admin-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.admin-event-list {
    display: grid;
    gap: 18px;
}

.admin-event-item {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    padding: 20px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .90), rgba(2, 6, 23, .96));
    border: 1px solid rgba(148, 163, 184, .18);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .30);
}

.admin-event-cover {
    min-height: 170px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top, rgba(34, 211, 238, .25), transparent 45%),
        linear-gradient(135deg, rgba(236, 72, 153, .20), rgba(15, 23, 42, .9));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.admin-event-cover span {
    font-size: 3.1rem;
}

.admin-event-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.admin-event-info h3 {
    color: #f8fafc;
    margin: 10px 0;
    font-family: "Orbitron", sans-serif;
}

.admin-event-info p {
    color: #cbd5e1;
    line-height: 1.7;
}

.admin-event-top {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.featured-status {
    color: #fde68a;
    background: rgba(245, 158, 11, .14);
    border: 1px solid rgba(245, 158, 11, .4);
}

.admin-row-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.admin-row-actions form {
    margin: 0;
}

.inline-status-form {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.inline-status-form select {
    min-height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, .25);
    background: rgba(2, 6, 23, .72);
    color: #f8fafc;
    padding: 8px 12px;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.mini-btn.danger {
    color: #fecaca;
    border-color: rgba(248, 113, 113, .35);
    background: rgba(248, 113, 113, .10);
}

.mini-btn.danger:hover {
    background: rgba(248, 113, 113, .20);
    box-shadow: 0 0 24px rgba(248, 113, 113, .18);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
    .event-grid,
    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-card.featured {
        grid-column: span 2;
    }
}

@media (max-width: 980px) {
    .event-hero,
    .events-hero {
        grid-template-columns: 1fr;
        padding: 40px 30px;
    }

    .event-account-notice,
    .event-callout,
    .events-callout {
        flex-direction: column;
        align-items: flex-start;
    }

    .event-account-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .event-account-avatar {
        margin: 0 auto;
    }

    .mini-event-link {
        justify-self: center;
    }

    .event-card.featured {
        grid-template-columns: 1fr;
    }

    .event-card.featured .event-cover {
        border-radius: 30px 30px 0 0;
        min-height: 260px;
    }

    .events-timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-grid,
    .admin-event-item {
        grid-template-columns: 1fr;
    }

    .admin-event-cover {
        min-height: 220px;
    }
}

@media (max-width: 650px) {
    .event-hero,
    .events-hero {
        margin-top: 35px;
        border-radius: 26px;
        padding: 30px 24px;
    }

    .event-hero-actions .btn,
    .events-hero-actions .btn,
    .event-notice-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .event-grid,
    .events-grid {
        grid-template-columns: 1fr;
    }

    .event-card,
    .event-card.featured {
        grid-column: auto;
        border-radius: 26px;
    }

    .event-cover,
    .event-card.featured .event-cover {
        border-radius: 26px 26px 0 0;
    }

    .event-card-top {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        padding: 18px 18px 0;
    }

    .event-cover {
        min-height: 210px;
    }

    .events-timeline {
        grid-template-columns: 1fr;
        padding: 24px;
        border-radius: 26px;
    }

    .event-callout,
    .events-callout {
        border-radius: 26px;
        padding: 24px;
    }

    .event-callout .btn,
    .events-callout .btn {
        width: 100%;
        justify-content: center;
    }

    .event-date {
        width: 150px;
        height: 150px;
    }
}

.event-account-avatar.has-image {
    padding: 0;
    overflow: hidden;
}

.event-account-avatar-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
}

.event-account-avatar-emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.event-participant-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.event-participant-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 999px;
    color: #e2e8f0;
    text-decoration: none;
    background:
        linear-gradient(135deg, rgba(34, 211, 238, 0.12), rgba(236, 72, 153, 0.10)),
        rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(34, 211, 238, 0.20);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.event-participant-chip:hover {
    transform: translateY(-2px);
    border-color: rgba(34, 211, 238, 0.48);
}

.event-participant-avatar {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(2, 6, 23, 0.85);
    border: 1px solid rgba(34, 211, 238, 0.24);
    overflow: hidden;
}

.event-participant-avatar.has-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.event-participant-avatar.has-emoji span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.event-participant-info {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.1;
}

.event-participant-info strong {
    color: #f8fafc;
    font-size: 0.86rem;
}

.event-participant-info small {
    color: rgba(226, 232, 240, 0.68);
    font-size: 0.72rem;
}

.event-participant-more {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 999px;
    color: #67e8f9;
    background: rgba(34, 211, 238, 0.10);
    border: 1px solid rgba(34, 211, 238, 0.20);
    font-size: 0.85rem;
    font-weight: 700;
}