/* ==========================================================================
   OfferteGeregeld - Portal Login Stylesheet
   ========================================================================== */

.og-portal-wrapper {
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background: radial-gradient(circle at top right, rgba(2, 132, 199, 0.05) 0%, transparent 60%),
                radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.04) 0%, transparent 50%),
                #f8fafc;
}

.og-portal-card {
    width: 100%;
    max-width: 440px;
    background: #ffffff;
    border: 1px solid var(--og-border, #e2e8f0);
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.06), 0 8px 10px -6px rgba(15, 23, 42, 0.03);
    text-align: left;
}

.og-portal-header {
    text-align: center;
    margin-bottom: 28px;
}

.og-portal-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e0f2fe;
    color: #0284c7;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 9999px;
    margin-bottom: 14px;
}

.og-portal-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.og-portal-subtitle {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

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

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

.og-form-input {
    width: 100%;
    padding: 11px 14px;
    font-size: 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    color: #0f172a;
    transition: all 0.15s ease;
    box-sizing: border-box;
}

.og-form-input:focus {
    outline: none;
    border-color: #0284c7;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.og-form-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 24px;
}

.og-form-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    cursor: pointer;
}

.og-form-forgot {
    color: #0284c7;
    text-decoration: none;
    font-weight: 600;
}

.og-form-forgot:hover {
    text-decoration: underline;
}

.og-btn-portal-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.15s ease;
    box-shadow: 0 2px 4px rgba(2, 132, 199, 0.25);
}

.og-btn-portal-submit:hover {
    background: linear-gradient(135deg, #0369a1 0%, #075985 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(2, 132, 199, 0.35);
}

.og-portal-trust {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
