/* ── Portly Frontend CSS ─────────────────────────────────────────── */
/* Branding-Farben kommen per CSS-Variablen aus class-branding.php    */

/* Login-Seite */
body.login {
    background: var(--portly-primary, #193153) !important;
}
body.login #login h1 a {
    background-image: none !important;
    font-family: var(--portly-font, sans-serif);
    font-size: 22px; color: #fff; text-shadow: none;
    width: auto; height: auto;
}
body.login #loginform {
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
body.login .button-primary {
    background: var(--portly-primary, #193153) !important;
    border-color: var(--portly-darker, #111) !important;
}
body.login #nav a, body.login #backtoblog a { color: #a0c4e0; }
