.jemputin-login {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 460px;
    margin: 0 auto;
    min-height: 80vh;
    display: flex;
    align-items: center;
    color: #1e293b;
}

.jemputin-login-card {
    width: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px 24px;
    box-shadow: 0 8px 24px rgba(30, 41, 59, .08);
}

.jemputin-login-logo {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffb020, #f97316);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jemputin-login-logo .fa-solid {
    color: #fff;
    font-size: 28px;
}

.jemputin-login-card h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px;
}

.jemputin-login-desc {
    text-align: center;
    color: #64748b;
    font-size: 14px;
    margin: 0 0 20px;
}

.jemputin-login-notice {
    min-height: 20px;
    font-size: 13px;
    margin-bottom: 12px;
}

.jemputin-login-form {
    display: flex;
    flex-direction: column;
}

.jemputin-login-input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    margin: 0 0 14px;
    font-size: 16px;
    border: 1px solid #cbd5e1;
    border-radius: 999px !important;
    -webkit-appearance: none;
    appearance: none;
    color: #1e293b;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}

.jemputin-login-input:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, .18);
}

.jemputin-login-btn {
    height: 48px;
    margin-top: 4px;
    border: 0;
    border-radius: 999px !important;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(135deg, #ffb020, #f97316);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.jemputin-login-btn:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.jemputin-login-auth-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 24px 0 18px;
    color: #94a3b8;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.jemputin-login-auth-divider::before,
.jemputin-login-auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #eef2f7;
}

.jemputin-login-register-links {
    display: flex;
    gap: 12px;
    margin-bottom: 4px;
}

.jemputin-login-register-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 12px;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ffb020, #f97316);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.jemputin-login-register-btn:hover {
    color: #fff;
    opacity: .92;
}

@media (max-width: 400px) {
    .jemputin-login-register-links {
        flex-direction: column;
    }
}

.jemputin-password-wrap {
    position: relative;
}

.jemputin-password-wrap .jemputin-login-input {
    padding-right: 0;
}

.jemputin-login-show-password {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: -2px 0 12px;
    font-size: 14px;
    color: #64748b;
    cursor: pointer;
    user-select: none;
}

.jemputin-login-show-password input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #f97316;
    cursor: pointer;
}

.jemputin-login-forgot {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #f97316;
    text-decoration: none;
}

.jemputin-login-forgot:hover {
    text-decoration: underline;
}

.jemputin-wa-admin-link {
    display: block;
    text-align: center;
    margin-top: 12px;
    color: #f97316;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.jemputin-wa-admin-link:hover {
    color: #ffb020;
    text-decoration: underline;
}

/* ---------- Halaman login (khusus): tengahkan form ---------- */
body.jemputin-portal-login,
body.jemputin-portal-login .site,
body.jemputin-portal-login .site-content,
body.jemputin-portal-login #content,
body.jemputin-portal-login #primary,
body.jemputin-portal-login .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

body.jemputin-portal-login {
    background: linear-gradient(135deg, #ffe0b8 0%, #ffb020 45%, #f97316 100%);
}

/* Tema (mis. Astra separate-container) menaruh background putih di wrapper —
   buat semua wrapper transparent supaya gradient body keliatan. */
body.jemputin-portal-login .site,
body.jemputin-portal-login .site-content,
body.jemputin-portal-login .site-inner,
body.jemputin-portal-login .ast-container,
body.jemputin-portal-login .ast-separate-container,
body.jemputin-portal-login .ast-article-post,
body.jemputin-portal-login .ast-article-single,
body.jemputin-portal-login .ast-article-single::before,
body.jemputin-portal-login .ast-article-single::after,
body.jemputin-portal-login #content,
body.jemputin-portal-login #primary,
body.jemputin-portal-login #main,
body.jemputin-portal-login .entry-content,
body.jemputin-portal-login .hentry,
body.jemputin-portal-login .article {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.jemputin-portal-login .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.jemputin-portal-login #primary {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* ---------- Tampilan canvas: sembunyikan header/footer/title-tema ---------- */
body.jemputin-portal-login .entry-header,
body.jemputin-portal-login .ast-article-header,
body.jemputin-portal-login .ast-post-title-single-wrap,
body.jemputin-portal-login .ast-page-title-single-wrap,
body.jemputin-portal-login .ast-title-bar-wrap {
    display: none !important;
}

body.jemputin-portal-login .site-header,
body.jemputin-portal-login header#masthead,
body.jemputin-portal-login #ast-desktop-header,
body.jemputin-portal-login #ast-mobile-header,
body.jemputin-portal-login .ast-main-header {
    display: none !important;
}

body.jemputin-portal-login .site-footer,
body.jemputin-portal-login footer.site-footer,
body.jemputin-portal-login .ast-footer,
body.jemputin-portal-login .ast-footer-wrapper,
body.jemputin-portal-login .ast-footer-overlay,
body.jemputin-portal-login #ast-footer {
    display: none !important;
}

body.jemputin-portal-login #secondary,
body.jemputin-portal-login .ast-right-sidebar #secondary {
    display: none !important;
}

.jemputin-login {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.jemputin-login-card {
    width: 100%;
    margin: auto;
}

@media (max-width: 480px) {
    .jemputin-login {
        padding: 24px 14px;
    }
    .jemputin-login-card {
        padding: 24px 18px;
    }
}

@media (display-mode: standalone) {
    .jemputin-login {
        min-height: 100vh;
    }
}

/* === Halaman Konfirmasi Pendaftaran === */
.jemputin-confirm-reg-label {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
    margin-bottom: 4px;
}

.jemputin-confirm-reg {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #f97316;
    margin-bottom: 14px;
}

.jemputin-confirm-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 13px;
    font-weight: 600;
}

.jemputin-confirm-badge.is-active {
    background: #ecfdf5;
    color: #047857;
}

.jemputin-confirm-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
}

.jemputin-confirm-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366, #128c4a);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.jemputin-confirm-wa:hover {
    color: #fff;
    text-decoration: none;
}

.jemputin-confirm-link {
    text-align: center;
    color: #f97316;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.jemputin-confirm-link:hover {
    text-decoration: underline;
}

.jemputin-confirm-note {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    margin: 4px 0 0;
}