@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* Minimal reset and styles for Jeisys Eventos Elements */
body .je-btn,
body .je-registration-wrapper .je-btn,
body .je-modal-overlay .je-btn {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 115, 170, 0.2);
}

body .je-btn:hover,
body .je-registration-wrapper .je-btn:hover,
body .je-modal-overlay .je-btn:hover {
    background: #005177;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 115, 170, 0.3);
    transform: translateY(-1px);
}

body .je-btn:disabled,
body .je-registration-wrapper .je-btn:disabled,
body .je-modal-overlay .je-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/* Modals Modernizados — Responsivo */
.je-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.je-modal-glass {
    background: #fff;
    padding: 0;
    border-radius: 16px;
    max-width: 480px;
    width: 90vw;
    max-height: 85vh;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.je-modal-glass.je-modal-has-image {
    max-width: 1155px;
    width: 90vw;
}

.je-modal-grid-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.je-modal-left {
    flex: 1 1 55%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 0;
    margin-left: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.je-modal-left::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.je-modal-right {
    flex: 0 0 auto;
    width: auto;
    max-width: 50%;
    display: flex;
    align-items: stretch;
    padding: 12px 12px 12px 0;
    min-height: 0;
    overflow: hidden;
}

.je-modal-side-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    display: block;
}

.je-btn-locate-sn {
    display: inline-block;
    background: #56aaff;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.3s;
    position: relative;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}

.je-btn-locate-sn:hover {
    background: #3e8ee6;
    transform: translateY(-1px);
    color: #fff !important;
}

/* ── Tablet (até 1024px) ── */
@media (max-width: 1024px) {
    .je-modal-glass.je-modal-has-image {
        max-width: 95vw;
    }

    .je-modal-right {
        flex: 0 0 40%;
    }

    .je-modal-left {
        flex: 1 1 60%;
    }
}

/* ── Mobile landscape / small tablet (até 768px) ── */
@media (max-width: 768px) {
    .je-modal-overlay {
        padding: 10px;
        align-items: center;
    }

    .je-modal-glass,
    .je-modal-glass.je-modal-has-image {
        width: 95vw;
        max-width: 95vw;
        max-height: 90vh;
        border-radius: 12px;
    }

    .je-modal-grid-container {
        flex-direction: column;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .je-modal-right {
        display: none !important;
    }

    .je-modal-left {
        flex: 1 1 auto;
        overflow-y: visible;
    }

    .je-modal-close {
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .je-registration-form {
        padding: 20px 15px;
    }

    .je-modal-header-clean {
        padding: 20px 15px 0;
    }

    .je-header-mode-title {
        font-size: 22px !important;
    }

    .je-header-icon svg {
        width: 22px;
        height: 22px;
    }
}

/* ── Mobile small (até 480px) ── */
@media (max-width: 480px) {
    .je-modal-overlay {
        padding: 5px;
    }

    .je-modal-glass,
    .je-modal-glass.je-modal-has-image {
        width: 100vw;
        max-width: 100vw;
        max-height: 95vh;
        border-radius: 10px;
    }

    .je-modal-right {
        display: none !important;
    }

    .je-modal-close {
        top: 6px;
        right: 6px;
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .je-registration-form {
        padding: 15px 12px;
    }

    .je-modal-header-clean {
        padding: 15px 12px 0;
    }

    .je-header-mode-title {
        font-size: 20px !important;
    }

    .je-step-desc {
        font-size: 13px;
    }

    .je-btn-block {
        font-size: 14px;
        padding: 12px;
    }

    .je-form-row {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .je-form-row > .je-form-group {
        flex: 1 1 100% !important;
    }
}


.je-modal-header {
    background: #fafafa;
    padding: 25px 30px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
}

.je-modal-header h2 {
    margin: 0;
    font-size: 22px;
    color: #111;
    letter-spacing: -0.5px;
}

.je-stepper {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* New clean header matching mockup */
.je-modal-header-clean {
    background: transparent;
    border-bottom: none;
    padding: 30px 30px 0;
}

.je-header-icon {
    margin-bottom: 8px;
    color: #333;
}

.je-header-subtitle {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.2;
}

.je-header-mode-title {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #111 !important;
    letter-spacing: -0.5px;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.je-header-divider {
    width: 40px;
    height: 3px;
    background: #111;
    margin-top: 15px;
    border-radius: 2px;
}

.je-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(4px);
}

.je-modal-close:hover {
    background: #f5f5f5;
    color: #000;
    transform: scale(1.05);
}

.je-registration-form {
    padding: 30px;
}

.je-step h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #222;
}

.je-step-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

.je-step-instruction {
    font-size: 13px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
}

/* Dark action buttons (AVANÇAR, CONFIRMAR CADASTRO) */
.je-btn-dark {
    background: #2d3250 !important;
    color: #fff !important;
    border-radius: 25px !important;
}

.je-btn-dark:hover {
    background: #1a1d35 !important;
}

/* Simple form group (label above input, non-floating) */
.je-form-simple label {
    display: block;
    font-size: 13px;
    color: #444;
    font-weight: 600;
    margin-bottom: 5px;
}

.je-form-simple input {
    width: 100%;
    height: 48px !important;
    padding: 0 15px !important;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    color: #111;
    background: #fff;
    transition: 0.3s;
}

.je-form-simple input.je-input-readonly {
    background: #f7f7f7 !important;
    color: #555;
    font-style: italic;
    cursor: default;
    border-color: #eee;
}

.je-btn-shadow {
    box-shadow: 0 8px 15px rgba(0, 13, 96, 0.2);
}

.je-form-group-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}


/* Radio Cards Gigantes */
.je-radio-cards {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.je-radio-card {
    flex: 1;
    position: relative;
    cursor: pointer;
}

.je-radio-card input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.je-rc-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 2px solid #eaeaea;
    border-radius: 12px;
    background: #fff;
    transition: all 0.2s ease;
    text-align: center;
    color: #555;
    font-weight: 600;
}

.je-rc-content i {
    font-size: 32px;
    font-style: normal;
    margin-bottom: 10px;
    display: block;
}

.je-radio-card input:checked+.je-rc-content {
    border-color: #0073aa;
    background: #f0f8fb;
    color: #0073aa;
}

.je-rc-small .je-rc-content {
    padding: 15px;
    font-size: 14px;
}

.je-rc-small .je-rc-content i {
    display: none;
}

/* Scrollable Vertical Socio List */
.je-socios-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 160px;
    overflow-y: auto;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 12px;
}

.je-socios-list::-webkit-scrollbar {
    width: 6px;
}

.je-socios-list::-webkit-scrollbar-track {
    background: transparent;
}

.je-socios-list::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 10px;
}

.je-socios-list::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.je-socio-card {
    flex: none;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.je-socio-card input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.je-socio-card input:checked+.je-socio-content {
    background: #f4fafe;
    border-color: #0073aa;
    box-shadow: 0 4px 15px rgba(0, 115, 170, 0.1);
    transform: translateY(-2px);
}

.je-socio-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
    text-align: left;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #eaeaea;
    border-radius: 8px;
    background: #fff;
}

.je-socio-card:hover .je-socio-content {
    border-color: #d0d0d0;
}

.je-socio-avatar {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #e1e8ed;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    margin-right: 12px;
}

.je-socio-card input:checked+.je-socio-content .je-socio-avatar {
    background: #0073aa;
    color: #fff;
}

.je-socio-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.je-socio-info strong {
    color: #111;
    font-size: 13px;
    margin-bottom: 2px;
}

.je-socio-info small {
    color: #777;
    font-size: 11px;
    font-weight: 500;
}

.je-socio-check {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    transition: 0.2s;
}

.je-socio-card input:checked+.je-socio-content .je-socio-check {
    border-color: #000d60;
    background: #000d60;
    color: #fff;
}

.je-socio-check svg {
    width: 14px;
    height: 14px;
}

/* Floating Labels */
.je-form-fields-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.je-floating-label {
    position: relative;
    margin-bottom: 0;
}

.je-floating-label input,
.je-form-group input,
.je-form-group select {
    width: 100%;
    height: 58px !important;
    /* Força que seja um bloco alto ignorando o seu tema WP */
    padding: 26px 15px 8px !important;
    /* Espaço gigante no topo para o texto descer */
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    transition: border 0.3s;
    box-sizing: border-box;
    line-height: 1.2 !important;
}

.je-floating-label input:disabled,
.je-floating-label input[readonly] {
    background: #f9f9f9;
    cursor: not-allowed;
    color: #333;
    font-weight: 500;
}

.je-floating-label input:focus {
    border-color: #0073aa;
    outline: none;
}

.je-floating-label label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #999;
    font-size: 15px;
    pointer-events: none;
    transition: 0.2s ease all;
}

.je-floating-label input:focus~label,
.je-floating-label input:not(:placeholder-shown)~label {
    top: 8px;
    transform: none;
    /* Remove a centralização ao flutuar */
    font-size: 11px;
    color: #0073aa;
    font-weight: 600;
}

.je-form-group {
    margin-bottom: 20px;
}

.je-form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 13px;
    color: #444;
}

.je-btn-modern {
    background: #1a1a1a;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 12px 25px;
    font-weight: 600;
}

.je-btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.je-btn-block {
    width: 100%;
    text-align: center;
    padding: 14px;
    font-weight: 600;
    font-size: 16px;
}

.je-msg-box {
    margin-top: 15px;
    font-weight: bold;
}

/* Dashboard Attachments Premium Cards */
.je-attachments-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.je-attachment-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #fdfdfd;
    border: 1px solid #eef0f2;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.01);
}

.je-attachment-item:hover {
    background: #ffffff;
    border-color: #0073aa;
    box-shadow: 0 4px 12px rgba(0, 115, 170, 0.08);
    transform: translateY(-2px);
}

.je-att-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 115, 170, 0.06);
    padding: 10px;
    border-radius: 8px;
    margin-right: 15px;
}

.je-att-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.je-att-info strong {
    color: #111;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 2px;
}

.je-att-info span {
    color: #777;
    font-size: 13px;
    line-height: 1.3;
}

.je-att-download {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transition: 0.3s;
}

.je-attachment-item:hover .je-att-download {
    opacity: 1;
    transform: scale(1.1);
}

.je-attachment-item:hover .je-att-download svg {
    fill: #0073aa;
}

/* Dashboard Login Premium */
.je-login-screen {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 100px);
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.je-login-card {
    background: #fff;
    padding: 0;
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.je-login-header {
    background: #fafafa;
    padding: 35px 40px 25px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.je-login-header h2 {
    margin: 15px 0 5px;
    font-size: 24px;
    color: #111;
    letter-spacing: -0.5px;
}

.je-login-header p {
    font-size: 14px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

.je-login-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    margin-bottom: 20px;
}

.je-login-body {
    padding: 40px;
}

/* Dashboard App-Like UI */
body:has(.je-app-container) {
    /* Esconde scroll do body quando o app ta open */
    overflow: hidden;
}

.je-app-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #f4f6f8;
    z-index: 999999;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
}

/* Sidebar */
.je-app-sidebar {
    width: 260px;
    background: #ffffff;
    border-right: 1px solid #e1e4e8;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.03);
}

.je-sidebar-header {
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
}

.je-sidebar-header h3 {
    margin: 0;
    font-size: 22px;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.je-sb-subtitle {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.je-sidebar-user {
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.je-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0073aa, #00b4db);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.je-user-details {
    display: flex;
    flex-direction: column;
}

.je-user-details strong {
    font-size: 14px;
    color: #222;
}

.je-user-details span {
    font-size: 12px;
    color: #666;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.je-sidebar-nav {
    flex-grow: 1;
    padding: 20px 0;
}

.je-sidebar-nav a {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    color: #555;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    gap: 15px;
}

.je-sidebar-nav a:hover {
    background: #f8fafc;
    color: #0073aa;
}

.je-sidebar-nav a.active {
    background: #eef5f9;
    color: #0073aa;
    border-right: 3px solid #0073aa;
}

.je-sidebar-footer {
    padding: 25px;
    font-size: 11px;
    color: #aaa;
    text-align: center;
}

/* Main Area */
.je-app-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.je-app-topbar {
    padding: 20px 40px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    background: rgba(244, 246, 248, 0.8);
    backdrop-filter: blur(10px);
    z-index: 10;
}

.je-topbar-left {
    display: flex;
    align-items: center;
}

.je-topbar-center {
    text-align: center;
}

.je-topbar-title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #1a1a4e;
    letter-spacing: -0.5px;
}

.je-topbar-subtitle {
    display: block;
    font-size: 14px;
    color: #888;
    font-weight: 500;
    margin-top: 2px;
    font-style: italic;
}

.je-topbar-logo {
    max-height: 65px;
    max-width: 350px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.je-btn-back {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: 0.2s;
}

.je-btn-back:hover {
    background: #f0f0f0;
}

.je-scroll-area {
    padding: 0 40px 40px;
    overflow-y: auto;
    flex: 1;
}

/* Event Grid */
.je-app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

.je-app-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.je-app-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.je-card-header {
    padding: 25px 25px 15px;
    position: relative;
}

.je-card-header h3 {
    margin: 15px 0 0;
    font-size: 18px;
    color: #222;
    max-height: 48px;
    overflow: hidden;
}

.je-card-body {
    padding: 0 25px 25px;
    flex: 1;
}

.je-card-prop {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.je-card-prop.style-mod {
    color: #0073aa;
    font-weight: 500;
}

.je-card-footer {
    padding: 20px 25px;
    border-top: 1px solid #f0f0f0;
    background: #fafbfc;
}

.je-btn-play {
    display: block;
    text-align: center;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.2s;
}

.je-btn-play:hover {
    background: #0073aa;
}

.je-btn-presencial {
    display: block;
    text-align: center;
    background: #eef5f9;
    color: #0073aa;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
}

/* Empty State */
.je-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #777;
}

.je-empty-state svg {
    margin-bottom: 20px;
}

.je-empty-state h3 {
    color: #333;
    margin-bottom: 10px;
}

/* Badges */
.je-badge {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.je-bg-gray {
    background: #eee;
    color: #555;
}

.je-bg-dark {
    background: #d0d4d9;
    color: #444;
}

.je-bg-blue {
    background: #e0f2fe;
    color: #0284c7;
}

.je-bg-red {
    background: #fee2e2;
    color: #dc2626;
}

.je-pulse-dot {
    width: 6px;
    height: 6px;
    background: #ef4444;
    border-radius: 50%;
    margin-right: 6px;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    animation: pulse-red 1.5s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(239, 68, 68, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

/* Event Viewer (Inner) */
.je-event-viewer {
    display: flex;
    flex-direction: row;
    padding: 0 40px 40px;
    gap: 40px;
    height: calc(100vh - 100px);
    overflow: hidden;
}

.je-viewer-left {
    flex: 2;
    display: flex;
    flex-direction: column;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
}

.je-video-container {
    width: 100%;
    height: 100%;
}

.je-video-player {
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
}

.je-video-player iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.je-video-overlay {
    position: absolute;
    inset: 0;
    background: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
    transition: opacity 0.5s;
}

.je-countdown {
    font-size: 48px;
    font-weight: 300;
    font-variant-numeric: tabular-nums;
    margin-top: 20px;
    color: #00b4db;
}

.je-viewer-right {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
}

.je-info-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #eee;
}

.je-info-card h3 {
    margin-top: 0;
    color: #111;
    font-size: 20px;
}

.je-info-card hr {
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin: 20px 0;
}

.je-event-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.je-event-desc p {
    margin-bottom: 15px;
}

/* Custom Fullscreen Button Hovering Video */
.je-btn-custom-fs {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.je-btn-custom-fs:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.je-btn-custom-fs svg {
    fill: #fff;
}

/* ═══════════════════════════════════════════════════════
   MOBILE HEADER (hidden on desktop)
   ═══════════════════════════════════════════════════════ */
.je-mobile-header {
    display: none;
}

.je-sidebar-overlay {
    display: none;
}

/* ═══════════════════════════════════════════════════════
   TALK ATIVA HIGHLIGHT
   ═══════════════════════════════════════════════════════ */
.je-talk-ativa {
    border-left: 3px solid #1a1a4e;
}

.je-talk-ativa .je-ntc-label {
    color: #1a1a4e;
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (≤900px)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 900px) {

    /* ─── Mobile Header ─── */
    .je-mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        background: #fff;
        border-bottom: 1px solid #e8ecf0;
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .je-hamburger {
        width: 36px;
        height: 36px;
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        padding: 6px;
        border-radius: 6px;
        transition: background 0.2s;
    }

    .je-hamburger:hover {
        background: #f0f0f0;
    }

    .je-hamburger span {
        display: block;
        width: 22px;
        height: 2px;
        background: #333;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .je-hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .je-hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .je-hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .je-mobile-greeting {
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 1;
        justify-content: center;
    }

    .je-mobile-greeting span {
        font-size: 13px;
        font-weight: 700;
        color: #333;
    }

    .je-mobile-logout {
        display: flex !important;
        align-items: center;
        gap: 5px;
        padding: 8px 16px !important;
        background: #1a1a4e !important;
        color: #fff !important;
        border: none !important;
        border-radius: 50px !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        letter-spacing: 1px;
        text-decoration: none !important;
    }

    /* ─── Sidebar Overlay ─── */
    .je-sidebar-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: 998;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .je-sidebar-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* ─── Sidebar Drawer ─── */
    .je-app-container {
        flex-direction: column;
    }

    .je-app-sidebar {
        position: fixed;
        left: -280px;
        top: 0;
        width: 260px;
        height: 100vh;
        z-index: 999;
        transition: left 0.3s ease;
        border-right: 1px solid #e1e4e8;
        box-shadow: 4px 0 20px rgba(0,0,0,0.15);
    }

    .je-app-sidebar.open {
        left: 0;
    }

    .je-sidebar-event-links {
        display: block !important;
    }

    /* ─── Main Content ─── */
    .je-app-main {
        flex: 1;
        overflow-y: auto;
        min-height: 0;
    }

    /* ─── Topbar ─── */
    .je-app-topbar {
        padding: 12px 16px;
        gap: 8px;
    }

    .je-topbar-title {
        font-size: 18px;
    }

    .je-topbar-logo {
        max-height: 44px;
        max-width: 200px;
    }

    .je-topbar-subtitle {
        font-size: 12px;
    }

    .je-btn-back {
        padding: 4px 8px;
        font-size: 12px;
    }

    /* ─── Event Viewer ─── */
    .je-event-viewer {
        flex-direction: column;
        padding: 12px 16px 20px;
        overflow-y: auto;
        height: auto;
        gap: 20px;
    }

    .je-viewer-left {
        flex: none;
        min-height: 200px;
        height: 30vh;
    }

    .je-viewer-right {
        flex: none;
        height: auto;
        overflow: visible;
    }

    /* ─── Talk Cards ─── */
    .je-next-talk-card {
        margin-bottom: 12px;
        padding: 18px;
    }

    .je-saiba-mais-btn {
        padding: 10px 16px;
        font-size: 13px;
    }

    /* ─── Scroll Area (event list) ─── */
    .je-scroll-area {
        padding: 16px;
    }

    /* ─── Video Badges ─── */
    .je-video-badges {
        bottom: 10px;
        left: 10px;
    }

    .je-video-badges .je-badge {
        font-size: 11px;
        padding: 4px 12px;
    }

    /* ─── Agenda Modal ─── */
    .je-agenda-modal {
        max-width: 100%;
        max-height: 90vh;
        border-radius: 16px;
    }

    .je-agenda-modal-body {
        padding: 16px 20px;
    }

    /* ─── Footer ─── */
    .je-sidebar-footer {
        display: none;
    }
}

@keyframes je-pulse {
    0% { box-shadow: 0 10px 30px rgba(26,26,78,0.4); }
    50% { box-shadow: 0 10px 40px rgba(26,26,78,0.6); }
    100% { box-shadow: 0 10px 30px rgba(26,26,78,0.4); }
}
button.je-agenda-modal-close {
    background: #0073aa;
    border: 0;
    color: white;
    border-radius: 100px;
}
.je-art-generator-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
}

.je-art-generator-wrapper *, .je-art-generator-wrapper *::before, .je-art-generator-wrapper *::after {
    box-sizing: border-box;
}

.je-art-generator-container {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: start;
    max-width: 1050px;
    margin: 0 auto;
}

.je-art-sidebar-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.02);
}

.je-art-sidebar-title {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 800;
    color: #1a1f36;
    letter-spacing: -0.5px;
}

.je-art-sidebar-desc {
    margin: 0 0 28px 0;
    font-size: 14.5px;
    line-height: 1.55;
    color: #4f566b;
}

.je-art-form-group {
    margin-bottom: 24px;
}

.je-art-form-group label {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: #3c4257;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.je-art-input-name {
    width: 100%;
    height: 52px;
    border-radius: 10px;
    border: 1.5px solid #e3e8ee;
    padding: 0 18px;
    font-size: 16px;
    color: #1a1f36;
    background: #ffffff;
    transition: all 0.25s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
}

.je-art-input-name:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.15);
}

.je-art-upload-zone {
    border: 2px dashed #b5c2d5;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.je-art-upload-zone:hover, .je-art-upload-zone.je-dragover {
    border-color: #0073aa;
    background: rgba(0, 115, 170, 0.04);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 115, 170, 0.05);
}

.je-art-upload-icon {
    font-size: 34px;
    margin-bottom: 12px;
    display: inline-block;
    transition: 0.3s;
}

.je-art-upload-zone:hover .je-art-upload-icon {
    transform: scale(1.15) rotate(-5deg);
}

.je-art-upload-text {
    font-size: 15px;
    font-weight: 700;
    color: #1a1f36;
    display: block;
    margin-bottom: 4px;
}

.je-art-upload-subtext {
    font-size: 12px;
    color: #697386;
    display: block;
}

.je-art-adjustments-container {
    background: rgba(0, 115, 170, 0.03);
    border: 1px solid rgba(0, 115, 170, 0.08);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
    animation: jeFadeIn 0.3s ease-out;
}

@keyframes jeFadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

.je-art-slider-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.je-art-slider-label-row label {
    margin-bottom: 0;
    color: #1a1f36;
    font-weight: 700;
    font-size: 13px;
}

.je-art-zoom-val {
    font-size: 12px;
    font-weight: 800;
    color: #0073aa;
    background: rgba(0, 115, 170, 0.09);
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.je-art-slider-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.je-art-slider-icon {
    font-size: 13px;
    user-select: none;
    opacity: 0.7;
}

.je-art-zoom-slider {
    flex: 1;
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background: #e3e8ee;
    outline: none;
    margin: 0;
}

.je-art-zoom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0073aa;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 115, 170, 0.3);
    transition: transform 0.15s ease, background 0.15s ease;
}

.je-art-zoom-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    background: #005a87;
}

.je-art-help-text {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 12.5px;
    color: #4f566b;
    margin: 15px 0 0 0;
    line-height: 1.45;
}

.je-art-help-text span {
    flex-shrink: 0;
}

.je-art-generator-preview-area {
    display: flex;
    justify-content: center;
    width: 100%;
}

.je-art-preview-wrapper {
    width: 100%;
    max-width: 400px;
}

.je-canvas-container {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12), 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #f7f9fb;
    user-select: none;
}

.je-art-canvas {
    width: 100%;
    height: 100%;
    display: block;
    cursor: grab;
    touch-action: pan-y; /* Allow vertical scroll by default on mobile */
}

/* Only block scrolling when user is actively dragging their photo */
.je-art-canvas.je-touch-drag-active {
    touch-action: none;
}

.je-is-grabbing .je-art-canvas {
    cursor: grabbing;
}

.je-canvas-drag-overlay {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(26, 31, 54, 0.85);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    pointer-events: none;
    z-index: 10;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: jePulse 2s infinite ease-in-out;
}

.je-drag-overlay-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.je-drag-overlay-icon {
    font-size: 15px;
}

@keyframes jePulse {
    0% { transform: translate(-50%, 0) scale(1); opacity: 0.95; }
    50% { transform: translate(-50%, -4px) scale(1.02); opacity: 1; }
    100% { transform: translate(-50%, 0) scale(1); opacity: 0.95; }
}

.je-canvas-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.je-canvas-loader-spinner {
    width: 44px;
    height: 44px;
    border: 3.5px solid #e2e8f0;
    border-top: 3.5px solid #0073aa;
    border-radius: 50%;
    animation: jeSpin 0.9s linear infinite;
}

@keyframes jeSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Warnings and empty state */
.je-art-generator-warning {
    padding: 50px 30px;
    border: 2px dashed #cbd5e1;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    max-width: 550px;
    margin: 40px auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.je-art-generator-warning-icon {
    font-size: 44px;
    margin-bottom: 15px;
    line-height: 1;
}

.je-art-generator-warning h4 {
    margin: 0 0 10px 0;
    font-size: 19px;
    font-weight: 800;
    color: #1e293b;
}

.je-art-generator-warning p {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

/* Button & Loading states */
.je-art-btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    border-radius: 26px !important;
    font-size: 16px !important;
}

.je-spinner {
    animation: jeRotateSpinner 2s linear infinite;
    width: 22px;
    height: 22px;
    display: block;
}

.je-spinner .path {
    stroke: #ffffff;
    stroke-linecap: round;
    animation: jeDashSpinner 1.5s ease-in-out infinite;
}

@keyframes jeRotateSpinner {
    100% { transform: rotate(360deg); }
}

@keyframes jeDashSpinner {
    0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
    50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
    100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
}

/* Responsive breakdowns */
@media (max-width: 900px) {
    .je-art-generator-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .je-art-generator-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .je-art-sidebar-card {
        padding: 25px;
    }
    
    .je-art-generator-sidebar {
        order: 2; /* Forms under canvas on mobile */
    }
    
    .je-art-generator-preview-area {
        order: 1; /* Preview on top on mobile */
    }
}

/* ═══════════════════════════════════════════════════════
   VIDEO BADGES (AO VIVO)
   ═══════════════════════════════════════════════════════ */
.je-video-container {
    position: relative;
}

.je-video-badges {
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 5;
}

.je-video-badges .je-badge {
    font-size: 13px;
    padding: 6px 16px;
}

/* ═══════════════════════════════════════════════════════
   PRÓXIMA PALESTRA CARD — Clean White
   ═══════════════════════════════════════════════════════ */
.je-next-talk-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    border: 1px solid #e8ecf0;
}

.je-ntc-label {
    font-size: 15px;
    font-weight: 800;
    color: #222;
    margin: 0 0 10px 0;
}

.je-ntc-desc {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.je-ntc-speaker {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #1a5fb4;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════
   SAIBA MAIS SECTION — Clean
   ═══════════════════════════════════════════════════════ */
.je-saiba-mais-section {
    margin-bottom: 20px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.je-sm-title {
    font-size: 15px;
    font-weight: 800;
    color: #222;
    margin: 0 0 14px 0;
    text-transform: none;
    letter-spacing: 0;
}

.je-sm-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.je-saiba-mais-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1.5px solid;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease;
    background: #fff;
    color: #333;
}

.je-saiba-mais-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    background: #fafafa;
}

/* ═══════════════════════════════════════════════════════
   SIDEBAR EVENT LINKS
   ═══════════════════════════════════════════════════════ */
.je-sidebar-greeting {
    padding: 16px 20px 8px;
}

.je-sidebar-greeting strong {
    font-size: 15px;
    font-weight: 800;
    color: #222;
}

.je-sidebar-event-links {
    padding-top: 4px;
}

.je-sidebar-event-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 20px;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-right: 3px solid transparent;
}

.je-sidebar-event-links a:hover {
    background: rgba(0, 115, 170, 0.06);
    color: #0073aa;
    border-right-color: #0073aa;
}

.je-sidebar-event-links a svg {
    flex-shrink: 0;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.je-sidebar-event-links a:hover svg {
    opacity: 1;
}

/* ─── Sidebar LOGOUT Pill ─── */
.je-sidebar-logout-wrap {
    padding: 16px 20px;
    margin-top: auto;
}

.je-logout-pill {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 24px !important;
    background: #1a1a4e !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 2px;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 26, 78, 0.3);
}

.je-logout-pill:hover {
    background: #e02d4f !important;
    box-shadow: 0 6px 20px rgba(224, 45, 79, 0.4);
    transform: translateY(-1px);
}

.je-logout-pill svg {
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════
   AGENDA MODAL
   ═══════════════════════════════════════════════════════ */
.je-agenda-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: je-modal-bg-in 0.2s ease;
}

@keyframes je-modal-bg-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

.je-agenda-modal {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 580px;
    max-height: 85vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
    animation: je-modal-in 0.3s ease-out;
}

@keyframes je-modal-in {
    from { opacity: 0; transform: scale(0.95) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.je-agenda-modal-header {
    padding: 24px 28px 18px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.je-agenda-modal-header h2 {
    margin: 0 0 4px 0;
    font-size: 22px;
    font-weight: 800;
    color: #111;
}

.je-agenda-subtitle {
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

.je-agenda-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.2s;
}

.je-agenda-modal-close:hover {
    background: #1a1a4e;
    color: #fff;
}

.je-agenda-modal-body {
    padding: 24px 28px;
    overflow-y: auto;
}

/* ─── Agenda Timeline Items ─── */
.je-agenda-item {
    display: flex;
    gap: 16px;
    padding-bottom: 24px;
    position: relative;
}

.je-agenda-item:last-child {
    padding-bottom: 0;
}

.je-agenda-time {
    min-width: 60px;
    text-align: right;
    flex-shrink: 0;
    padding-top: 2px;
}

.je-agenda-hour {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    font-family: 'Courier New', monospace;
}

.je-agenda-duration {
    display: block;
    font-size: 11px;
    color: #aaa;
    margin-top: 2px;
}

.je-agenda-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    padding-top: 5px;
}

.je-agenda-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #ddd;
    flex-shrink: 0;
    transition: all 0.3s;
}

.je-agenda-dot.active {
    background: #1a1a4e;
    box-shadow: 0 0 0 2px #1a1a4e, 0 0 12px rgba(26,26,78,0.4);
    animation: je-dot-pulse 2s infinite;
}

@keyframes je-dot-pulse {
    0%, 100% { box-shadow: 0 0 0 2px #1a1a4e, 0 0 12px rgba(26,26,78,0.4); }
    50% { box-shadow: 0 0 0 2px #1a1a4e, 0 0 20px rgba(26,26,78,0.6); }
}

.je-agenda-line {
    width: 2px;
    flex: 1;
    background: linear-gradient(180deg, #ddd 0%, #eee 100%);
    margin-top: 6px;
    min-height: 20px;
}

.je-agenda-content {
    flex: 1;
    min-width: 0;
}

.je-agenda-content h4 {
    margin: 0 0 4px 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
}

.je-agenda-speaker {
    color: #5dade2;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

/* Active agenda item highlight */
.je-agenda-active {
    background: linear-gradient(135deg, rgba(26,26,78,0.04) 0%, rgba(26,26,78,0.01) 100%);
    margin: -8px -12px;
    padding: 8px 12px;
    padding-bottom: 32px;
    border-radius: 12px;
    border: 1px solid rgba(26,26,78,0.1);
}

.je-agenda-active .je-agenda-hour {
    color: #1a1a4e;
}

/* ─── Compact info card ─── */
.je-info-card-compact {
    margin-top: 20px;
}

/* ─── Custom UI Follow-up Fixes ─── */

/* 1. Force Inter font globally on login screen elements */
.je-login-screen, 
.je-login-card, 
.je-login-header, 
.je-login-header h2, 
.je-login-header p,
.je-login-body,
.je-login-step-2,
.je-login-step-2 p,
.je-login-otp-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* 2. Style & size down the VERIFIQUE SEU EMAIL title */
.je-login-otp-title {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #1a1a4e !important;
    letter-spacing: -0.5px !important;
    margin: 15px 0 10px 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    line-height: 1.3 !important;
}

/* 3. Adjust the Login Logo image style and centering */
.je-login-logo-img {
    max-height: 75px !important;
    max-width: 90% !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

/* 4. Remove white box and shadow from the OTP email icon container */
.je-otp-icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 auto 15px auto !important;
    width: auto !important;
    height: auto !important;
    animation: je-icon-fade 2s infinite !important;
}

.je-otp-icon svg {
    display: block !important;
    margin: 0 auto !important;
    filter: none !important;
}

/* 5. Custom fade animation for the icon */
@keyframes je-icon-fade {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

/* WhatsApp Support Button styling */
.je-whatsapp-section {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
}

.je-whatsapp-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #25D366;
    color: #fff !important;
    padding: 14px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.je-whatsapp-btn svg {
    flex-shrink: 0;
    fill: currentColor;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.je-whatsapp-btn:hover {
    background-color: #20ba56 !important;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45) !important;
    transform: translateY(-2px);
}

.je-whatsapp-btn:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.je-whatsapp-btn:active {
    transform: translateY(0);
}