.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-hint {
    margin-top: 18px;
    text-align: center;
    color: #94a3b8;
    font-size: 12px;
}

.jemputin-password-wrap {
    position: relative;
}

.jemputin-password-wrap .jemputin-login-input {
    padding-right: 48px;
}

.jemputin-password-toggle {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 8px;
    line-height: 1;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    font-size: 15px;
}

.jemputin-password-toggle i {
    line-height: 1;
}

.jemputin-password-toggle:hover {
    color: #f97316;
}

.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;
}

.jemputin-login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
    box-sizing: border-box;
}

.jemputin-login-card {
    margin: 0;
    width: 100%;
}

@media (max-width: 480px) {
    .jemputin-login {
        padding: 24px 14px;
    }
    .jemputin-login-card {
        padding: 24px 18px;
    }
}

@media (display-mode: standalone) {
    .jemputin-login {
        min-height: 100vh;
    }
}