.elementor-kit-6576{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:25px;}.elementor-element{--widgets-spacing:25px 25px;--widgets-spacing-row:25px;--widgets-spacing-column:25px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6576 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --athera-bg: #0B0B0B;
    --athera-bg-card: #141414;
    --athera-gold: #CD9C20;
    --athera-gold-light: #F5CB5C;
    --athera-text: #F2F2F2;
    --athera-text-muted: #9A9A9A;
    --athera-erro: #E25555;
    --athera-sucesso: #4CAF50;
}

/* ---------- RESET LEVE ---------- */
.athera-auth-wrapper, .athera-dashboard, .athera-dashboard * {
    box-sizing: border-box;
}

/* ---------- LOGIN / CADASTRO ---------- */
.athera-auth-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background: var(--athera-bg);
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.athera-auth-card {
    width: 100%;
    max-width: 420px;
    background: var(--athera-bg-card);
    border: 1px solid var(--athera-gold);
    border-radius: 14px;
    padding: 40px 36px;
    box-shadow: 0 0 40px rgba(205, 156, 32, 0.12);
}

.athera-auth-card-lg {
    max-width: 640px;
}

.athera-auth-logo {
    text-align: center;
    margin-bottom: 18px;
}

.athera-auth-logo-text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--athera-text);
}

.athera-auth-logo-text span {
    color: var(--athera-gold-light);
}

.athera-auth-title {
    text-align: center;
    color: var(--athera-text);
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 28px;
}

.athera-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.athera-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.athera-field-full {
    grid-column: 1 / -1;
}

.athera-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.athera-field label {
    color: var(--athera-text-muted);
    font-size: 13px;
    letter-spacing: 0.3px;
}

.athera-field input {
    background: #1C1C1C;
    border: 1px solid #2A2A2A;
    border-radius: 8px;
    padding: 12px 14px;
    color: var(--athera-text);
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.athera-field input:focus {
    outline: none;
    border-color: var(--athera-gold);
    box-shadow: 0 0 0 3px rgba(205, 156, 32, 0.18);
}

.athera-hint {
    color: var(--athera-text-muted);
    font-size: 12px;
    margin: -4px 0 0;
}

.athera-btn-gold {
    margin-top: 6px;
    background: linear-gradient(135deg, var(--athera-gold), var(--athera-gold-light));
    border: none;
    border-radius: 8px;
    padding: 13px 20px;
    color: #0B0B0B;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.athera-btn-gold:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(245, 203, 92, 0.35);
}

.athera-auth-footer {
    text-align: center;
    margin-top: 22px;
    color: var(--athera-text-muted);
    font-size: 14px;
}

.athera-auth-footer a {
    color: var(--athera-gold-light);
    text-decoration: none;
    font-weight: 600;
}

.athera-auth-footer a:hover {
    text-decoration: underline;
}

.athera-alert {
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    margin-bottom: 18px;
}

.athera-alert-erro {
    background: rgba(226, 85, 85, 0.12);
    border: 1px solid var(--athera-erro);
    color: #FF8A8A;
}

.athera-alert-sucesso {
    background: rgba(76, 175, 80, 0.12);
    border: 1px solid var(--athera-sucesso);
    color: #8CE399;
}

/* ---------- DASHBOARD ---------- */
.athera-dashboard {
    display: flex;
    min-height: 100vh;
    background: var(--athera-bg);
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.athera-sidebar {
    width: 240px;
    flex-shrink: 0;
    background: var(--athera-bg-card);
    border-right: 1px solid #222;
    padding: 28px 20px;
    position: sticky;
    top: 0;
    height: 100vh;
}

.athera-sidebar-logo {
    color: var(--athera-text);
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 16px;
    margin-bottom: 34px;
}

.athera-sidebar-logo span {
    color: var(--athera-gold-light);
}

.athera-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.athera-sidebar-link {
    color: var(--athera-text-muted);
    text-decoration: none;
    padding: 11px 14px;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.15s ease, color 0.15s ease;
}

.athera-sidebar-link:hover,
.athera-sidebar-link.is-active {
    background: rgba(205, 156, 32, 0.12);
    color: var(--athera-gold-light);
}

.athera-sidebar-link-logout {
    margin-top: auto;
    color: #E25555;
}

.athera-dashboard-main {
    flex: 1;
    padding: 40px 48px;
}

.athera-welcome-title {
    color: var(--athera-text);
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 18px;
}

.athera-gold {
    color: var(--athera-gold-light);
}

.athera-quote {
    border-left: 3px solid var(--athera-gold);
    padding: 14px 20px;
    margin: 0 0 18px;
    color: var(--athera-text-muted);
    font-style: italic;
}

.athera-quote cite {
    display: block;
    margin-top: 8px;
    color: var(--athera-gold-light);
    font-style: normal;
    font-size: 13px;
}

.athera-vencimento {
    color: var(--athera-text-muted);
    font-size: 14px;
    margin: 0 0 30px;
}

.athera-cursos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 22px;
    margin-top: 24px;
}

.athera-curso-card {
    display: block;
    background: var(--athera-bg-card);
    border: 1px solid #222;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.athera-curso-card:hover {
    border-color: var(--athera-gold);
    box-shadow: 0 10px 30px rgba(205, 156, 32, 0.2);
    transform: translateY(-3px);
}

.athera-curso-thumb {
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: #1A1A1A;
}

.athera-curso-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.athera-curso-thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 700;
    color: var(--athera-gold);
    background: linear-gradient(135deg, #1A1A1A, #221A0B);
}

.athera-curso-info {
    padding: 16px 18px;
}

.athera-curso-title {
    color: var(--athera-text);
    font-size: 16px;
    margin: 0 0 10px;
}

.athera-curso-cta {
    color: var(--athera-gold-light);
    font-size: 13px;
    font-weight: 600;
}

/* ---------- RESPONSIVO ---------- */
@media (max-width: 768px) {
    .athera-form-grid {
        grid-template-columns: 1fr;
    }
    .athera-dashboard {
        flex-direction: column;
    }
    .athera-sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }
    .athera-dashboard-main {
        padding: 28px 20px;
    }
}/* End custom CSS */