/* Portal JOIN JA — Landing & auth */

:root {
    --ja-green: #198754;
    --ja-green-dark: #0f5132;
    --ja-gold: #ffd700;
    --portal-bg: #0b120d;
}

*, *::before, *::after { box-sizing: border-box; }

body.portal-body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Poppins', system-ui, sans-serif;
    background: var(--portal-bg);
    background-image:
        radial-gradient(circle at 20% 20%, rgba(32, 201, 151, 0.12) 0%, transparent 45%),
        radial-gradient(circle at 80% 80%, rgba(15, 81, 50, 0.2) 0%, transparent 50%);
    color: #f8f9fa;
}

.portal-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.portal-card {
    background: rgba(255, 255, 255, 0.98);
    color: #212529;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.portal-logo {
    height: 56px;
    width: auto;
}

.badge-join {
    background: rgba(25, 135, 84, 0.12);
    color: var(--ja-green-dark);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.btn-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    background: #fff;
    color: #3c4043;
    border: 1px solid #dadce0;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
}

.btn-google:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
    color: #202124;
}

.btn-google img {
    width: 20px;
    height: 20px;
}

.status-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid #e9ecef;
}

[data-bs-theme="dark"] .portal-card,
body.dark-mode .portal-card {
    background: #1e1e1e;
    color: #f8f9fa;
    border-color: #3a403c;
}

[data-bs-theme="dark"] .status-box,
body.dark-mode .status-box {
    background: #252a27;
    border-color: #3a403c;
}

.auth-theme-toggle .theme-toggle-btn {
    color: #ffd700;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}

/* Dashboard form */
.portal-logo-sm {
    height: 44px;
    width: auto;
}

.portal-form .form-control,
.portal-form .input-group-text {
    border-radius: 10px;
    font-size: 0.9rem;
}

.portal-form .input-group-text {
    background: #f8f9fa;
    color: #198754;
    border-color: #dee2e6;
}

.portal-form .form-control:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.15);
}

.complete-banner {
    background: linear-gradient(135deg, rgba(25, 135, 84, 0.08) 0%, rgba(25, 135, 84, 0.02) 100%);
    border-radius: 14px;
    border: 1px solid rgba(25, 135, 84, 0.15);
}

.complete-icon i {
    font-size: 3rem;
}

.summary-list dd {
    margin-bottom: 0.65rem;
}

.payment-notice {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.12) 0%, rgba(255, 193, 7, 0.04) 100%);
    border: 1px solid rgba(255, 193, 7, 0.35);
    border-radius: 14px;
    padding: 1.25rem;
}

.payment-notice-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 193, 7, 0.2);
    color: #856404;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.waiting-banner {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 14px;
    border: 1px dashed rgba(255, 193, 7, 0.45);
}

.waiting-icon i {
    font-size: 2.75rem;
}

.bukti-preview {
    max-height: 180px;
    max-width: 100%;
    object-fit: contain;
}

.bukti-thumb {
    max-height: 72px;
    max-width: 120px;
    object-fit: cover;
    cursor: pointer;
}

.admin-verifikasi {
    max-width: 1200px;
    margin: 0 auto;
}

.admin-table th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
}

.admin-table td {
    font-size: 0.9rem;
}

.letter-spacing-pin {
    letter-spacing: 0.35em;
}
