/**
 * Login „360 Grow Shop“ — Hintergrund: assets/img/login_background.png
 * + Neon-UI. Zelt-/Regal-Deko aus, wenn Foto aktiv.
 */

body.gcs-login-cyber {
    /* Referenz-Screenshot: kräftiges Chartreuse-Neon (~#A6FF00) */
    --grow-neon: #a6ff00;
    --grow-neon-mid: #c4ff4d;
    --grow-neon-deep: #7fd600;
    --grow-neon-rgb: 166, 255, 0;
    --grow-ink: #000000;
    --grow-forest: #050806;
    --grow-card-bg: #000000;
}

body.gcs-login-cyber #content,
body.gcs-login-cyber main#content {
    background: var(--grow-ink) !important;
    background-image: none !important;
    color: rgba(255, 255, 255, 0.95);
    padding-top: 0;
    padding-bottom: 0;
}

body.gcs-login-cyber .section.growshop-auth-wrapper {
    /*
     * contain = gesamtes login_background.png sichtbar (kein Beschnitt am Rand).
     * Letterboxing in --grow-ink, wenn Seitenverhältnis vom Viewport abweicht.
     */
    --grow-login-bg-size: contain;
    --grow-login-bg-scale: 1;
    --grow-login-bg-pos: center center;
    --grow-login-bg-nudge-y: 0px;
    --grow-login-auth-offset: clamp(120px, calc(24vh + 2vw), 380px);
    --grow-login-stack-nudge: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    isolation: isolate;
    overflow-x: clip;
    overflow-y: visible;
    margin: 0;
    /* Safe-Area: Bild bleibt vollständig sichtbar, nicht unter Notch/Home-Indicator */
    padding-top: env(safe-area-inset-top, 0px);
    padding-right: env(safe-area-inset-right, 0px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    padding-left: env(safe-area-inset-left, 0px);
    min-height: 100vh;
    min-height: 100dvh;
    min-height: 100svh;
    background: var(--grow-ink);
}

/* Obere Neon-Kante wie Mobile-Screenshot */
body.gcs-login-cyber .section.growshop-auth-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 12;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(var(--grow-neon-rgb), 0.35),
        var(--grow-neon),
        rgba(var(--grow-neon-rgb), 0.35),
        transparent
    );
    box-shadow:
        0 0 16px rgba(var(--grow-neon-rgb), 0.85),
        0 0 40px rgba(var(--grow-neon-rgb), 0.35);
}

/* Referenz-Hintergrundbild (assets/img/login_background.png), ohne Beschnitt: contain */
.growshop-auth-wrapper--css-scene .growshop-auth-scene {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background-color: #000000;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.55) 100%),
        radial-gradient(ellipse 90% 70% at 50% 40%, rgba(14, 31, 18, 0.35), transparent 62%),
        url("../img/login_background.png");
    /* contain = volles Motiv sichtbar; ggf. Letterboxing durch Hintergrundfarbe */
    background-size: auto, auto, contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.growshop-auth-wrapper--css-scene .growshop-auth-scene::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 75% 65% at 50% 45%, transparent 28%, rgba(0, 0, 0, 0.55) 100%),
        radial-gradient(ellipse 130% 90% at 50% 115%, rgba(57, 255, 20, 0.06), transparent 42%);
    pointer-events: none;
}

.growshop-auth-wrapper--css-scene .growshop-auth-scene::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: min(120%, 1400px);
    height: 38%;
    background: radial-gradient(ellipse 100% 75% at 50% 0%, rgba(57, 255, 20, 0.06), transparent 68%);
    pointer-events: none;
}

/* Bei Fotohintergrund: künstliche Zelt-/Regal-/Raster-Layer aus */
.growshop-auth-wrapper--css-scene .growshop-auth-scene-tent,
.growshop-auth-wrapper--css-scene .growshop-auth-scene-shelf {
    display: none !important;
}

.growshop-auth-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.growshop-auth-wrapper--css-scene .grow-left-bg,
.growshop-auth-wrapper--css-scene .grow-right-bg {
    opacity: 0.28;
}

.growshop-auth-wrapper--css-scene .leaf {
    display: block;
    opacity: 0.42;
}

.growshop-auth-wrapper .grow-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(ellipse 85% 65% at 50% 38%, rgba(57, 255, 20, 0.08), transparent 58%),
        radial-gradient(ellipse 130% 95% at 50% 118%, rgba(57, 255, 20, 0.28), rgba(57, 255, 20, 0.05) 42%, transparent 58%),
        radial-gradient(ellipse 85% 60% at 50% 12%, rgba(57, 255, 20, 0.07), transparent 55%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.94) 100%),
        radial-gradient(ellipse 78% 95% at 50% 45%, transparent 22%, rgba(0, 0, 0, 0.88) 100%);
}

.growshop-auth-wrapper .grow-left-bg,
.growshop-auth-wrapper .grow-right-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 42%;
    max-width: 520px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.5;
}

.growshop-auth-wrapper .grow-left-bg {
    left: 0;
    background:
        radial-gradient(ellipse 70% 50% at 20% 45%, rgba(57, 255, 20, 0.12), transparent 70%),
        linear-gradient(105deg, rgba(14, 31, 18, 0.9) 0%, transparent 88%);
}

.growshop-auth-wrapper .grow-right-bg {
    right: 0;
    background:
        radial-gradient(ellipse 70% 50% at 80% 50%, rgba(57, 255, 20, 0.08), transparent 72%),
        linear-gradient(255deg, rgba(14, 31, 18, 0.88) 0%, transparent 88%);
}

.growshop-auth-wrapper .leaf {
    position: absolute;
    z-index: 2;
    width: clamp(160px, 28vw, 280px);
    height: auto;
    pointer-events: none;
    opacity: 0.82;
    filter:
        hue-rotate(-18deg)
        saturate(1.08)
        contrast(1.05)
        drop-shadow(0 0 18px rgba(0, 0, 0, 0.88))
        drop-shadow(0 0 36px rgba(57, 255, 20, 0.12));
}

.growshop-auth-wrapper .leaf-1 {
    top: -2%;
    left: -4%;
    transform: rotate(-18deg) scaleX(-1);
}

.growshop-auth-wrapper .leaf-2 {
    top: -2%;
    right: -4%;
    transform: rotate(22deg);
}

.growshop-auth-wrapper .leaf-3 {
    bottom: -4%;
    left: -6%;
    transform: rotate(160deg) scaleX(-1);
}

.growshop-auth-wrapper .leaf-4 {
    bottom: -4%;
    right: -6%;
    transform: rotate(-140deg);
}

.growshop-auth-wrapper .auth-container {
    position: relative;
    z-index: 6;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(1rem, 4vw, 1.5rem) clamp(0.85rem, 4vw, 1.25rem) clamp(1.75rem, 5vw, 2.75rem);
}

/* Obere Login-Navigation: Startseite — über Deko-Layern, unter WP-Admin-Bar */
.growshop-auth-wrapper .gcs-login-topnav {
    position: fixed;
    z-index: 14;
    top: max(0.65rem, env(safe-area-inset-top, 0px));
    left: max(0.65rem, env(safe-area-inset-left, 0px));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    max-width: min(28rem, calc(100vw - 2 * max(0.65rem, env(safe-area-inset-left, 0px))));
    pointer-events: auto;
}

.growshop-auth-wrapper .gcs-login-topnav__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.72rem;
    border-radius: 12px;
    text-decoration: none;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.2;
    border: 1px solid rgba(57, 255, 20, 0.38);
    color: rgba(255, 255, 255, 0.95);
    background: rgba(8, 10, 8, 0.55);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
    transition:
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.growshop-auth-wrapper .gcs-login-topnav__link:hover {
    border-color: rgba(57, 255, 20, 0.72);
    color: #ffffff;
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.18);
}

.growshop-auth-wrapper .gcs-login-topnav__link:focus-visible {
    outline: 2px solid var(--grow-neon, #a6ff00);
    outline-offset: 3px;
}

.growshop-auth-wrapper .gcs-login-topnav__icon {
    display: inline-flex;
    flex-shrink: 0;
    color: inherit;
}

.growshop-auth-wrapper .gcs-login-topnav__icon svg {
    display: block;
}

.growshop-auth-wrapper .auth-card {
    position: relative;
    border-radius: 34px;
    padding: clamp(26px, 5.5vw, 40px) clamp(20px, 4.5vw, 32px);
    background: var(--grow-card-bg);
    border: 1px solid rgba(57, 255, 20, 0.38);
    box-shadow:
        0 0 0 1px rgba(57, 255, 20, 0.12) inset,
        0 -28px 56px -18px rgba(57, 255, 20, 0.35),
        0 28px 56px -18px rgba(57, 255, 20, 0.3),
        0 0 48px rgba(57, 255, 20, 0.45),
        0 0 100px rgba(57, 255, 20, 0.15),
        0 24px 56px rgba(0, 0, 0, 0.9);
}

.growshop-auth-wrapper .auth-card > * {
    position: relative;
    z-index: 1;
}

.growshop-auth-wrapper .auth-header {
    text-align: center;
    margin-bottom: 1.35rem;
}

.growshop-auth-wrapper .auth-header > span:first-of-type {
    display: block;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.38em;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    margin-bottom: 0.45rem;
    text-shadow: none;
}

.growshop-auth-wrapper .auth-header h1 {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    font-family: "Orbitron", system-ui, sans-serif;
    font-size: clamp(1.35rem, 6.5vw, 1.95rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--grow-neon);
    text-shadow:
        0 0 20px rgba(57, 255, 20, 0.85),
        0 0 44px rgba(57, 255, 20, 0.55),
        0 0 72px rgba(57, 255, 20, 0.28);
}

.growshop-auth-wrapper .auth-header__brand-line {
    display: block;
}

.growshop-auth-wrapper .auth-header p {
    margin: 0.75rem 0 0;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-auth-social {
    margin-bottom: 1rem;
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-auth-social__label {
    color: rgba(200, 255, 193, 0.65);
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-auth-social__btn {
    border-color: rgba(57, 255, 20, 0.28);
    background: rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.92);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-auth-social__hint {
    color: rgba(200, 255, 193, 0.45);
    font-size: 0.65rem;
}

.growshop-auth-wrapper form.auth-form .form-row {
    margin: 0 0 0.85rem;
    padding: 0;
}

.growshop-auth-wrapper .input-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0.75rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 0 1px rgba(0, 0, 0, 0.35);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.growshop-auth-wrapper .input-group:focus-within {
    border-color: rgba(57, 255, 20, 0.38);
    box-shadow:
        0 0 0 2px rgba(57, 255, 20, 0.12),
        inset 0 0 12px rgba(57, 255, 20, 0.06);
}

.growshop-auth-wrapper .input-group svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    stroke: rgba(255, 255, 255, 0.55);
    color: rgba(255, 255, 255, 0.55);
}

.growshop-auth-wrapper .input-group:focus-within svg {
    stroke: var(--grow-neon-mid);
    color: var(--grow-neon-mid);
}

.growshop-auth-wrapper .input-group input.input-text {
    flex: 1 1 auto;
    min-width: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0.4rem 0 !important;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    color: #fff !important;
}

.growshop-auth-wrapper .input-group input.input-text::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

.growshop-auth-wrapper .input-group--password {
    padding-right: 0.35rem;
}

.growshop-auth-wrapper .input-group--password .gcs-password-wrap {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-width: 0;
    position: relative;
}

.growshop-auth-wrapper .input-group--password .gcs-password-wrap .input-text {
    padding-right: 2.5rem !important;
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-password-toggle {
    color: rgba(255, 255, 255, 0.55);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-password-toggle:hover {
    color: var(--grow-neon-mid);
    background: rgba(57, 255, 20, 0.1);
}

.growshop-auth-wrapper .grow-auth-forgot {
    margin: 0.15rem 0 0.6rem;
    text-align: left;
}

.growshop-auth-wrapper .grow-auth-meta {
    margin: 0 0 0.65rem;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 0.72rem;
}

.growshop-auth-wrapper .grow-auth-meta label {
    color: rgba(255, 255, 255, 0.55);
}

.growshop-auth-wrapper .grow-auth-meta input[type="checkbox"] {
    accent-color: var(--grow-neon);
}

.growshop-auth-wrapper .forgot-password {
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--grow-neon-mid) !important;
    text-decoration: none;
    text-shadow: 0 0 14px rgba(57, 255, 20, 0.25);
}

.growshop-auth-wrapper .forgot-password:hover {
    color: #fff !important;
    text-decoration: underline;
}

.growshop-auth-wrapper .login-btn,
.growshop-auth-wrapper .woocommerce-form-register__submit.login-btn {
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.95rem 1.15rem;
    border: none;
    border-radius: 12px;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-indent: 0.22em;
    text-transform: uppercase;
    color: #0a0c08 !important;
    background: linear-gradient(180deg, var(--grow-neon-mid) 0%, var(--grow-neon) 52%, var(--grow-neon-deep) 100%) !important;
    box-shadow:
        0 0 32px rgba(57, 255, 20, 0.55),
        0 0 72px rgba(57, 255, 20, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.35) inset;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.15s ease;
}

.growshop-auth-wrapper .login-btn:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.growshop-auth-wrapper .divider {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 1.25rem 0 1rem;
}

.growshop-auth-wrapper .divider::before,
.growshop-auth-wrapper .divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.85), rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.85), transparent);
}

.growshop-auth-wrapper .divider span {
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.38em;
    color: rgba(255, 255, 255, 0.42);
}

.growshop-auth-wrapper .register-btn {
    width: 100%;
    padding: 0.88rem 1.15rem;
    border-radius: 12px;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
    border: 1px solid rgba(57, 255, 20, 0.45);
    color: var(--grow-neon) !important;
    box-shadow: 0 0 22px rgba(57, 255, 20, 0.08);
    transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.growshop-auth-wrapper .register-btn:hover {
    background: rgba(57, 255, 20, 0.06);
    border-color: rgba(124, 255, 91, 0.65);
    box-shadow: 0 0 28px rgba(57, 255, 20, 0.22);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-auth-inline-note {
    border-color: rgba(201, 162, 39, 0.35);
    background: rgba(40, 35, 15, 0.65);
    color: rgba(243, 230, 168, 0.95);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-reg-password-strength {
    border-color: rgba(57, 255, 20, 0.18);
    background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.88);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-reg-password-mismatch {
    color: rgba(255, 255, 255, 0.88);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-reg-password-mismatch.is-ok {
    color: var(--grow-neon-mid);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-auth-privacy-note,
body.gcs-login-cyber .growshop-auth-wrapper .gcs-auth-consent .woocommerce-form__label {
    color: rgba(200, 255, 193, 0.65);
    font-size: 0.76rem;
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-auth-privacy-note a,
body.gcs-login-cyber .growshop-auth-wrapper .gcs-auth-consent a {
    color: var(--grow-neon-mid);
}

body.gcs-login-cyber .growshop-auth-wrapper .woocommerce-error,
body.gcs-login-cyber .growshop-auth-wrapper .woocommerce-info,
body.gcs-login-cyber .growshop-auth-wrapper .woocommerce-message {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(var(--grow-neon-rgb), 0.28);
    color: rgba(255, 255, 255, 0.92);
}

body.gcs-login-cyber .growshop-auth-wrapper .required {
    color: var(--grow-neon-mid);
}

.growshop-auth-wrapper .gcs-auth-panel:not(.is-active) {
    display: none;
}

@media (max-width: 768px) {
    .growshop-auth-wrapper .grow-left-bg,
    .growshop-auth-wrapper .grow-right-bg {
        width: 50%;
        opacity: 0.22;
    }

    .growshop-auth-wrapper .auth-card {
        padding: 28px 20px;
    }

    .growshop-auth-wrapper .auth-header h1:not(.auth-header__brand) {
        font-size: clamp(1.25rem, 6vw, 1.72rem);
    }

    body.gcs-login-cyber .growshop-auth-wrapper .auth-header__brand-title {
        font-size: clamp(1.85rem, 7vw, 2.45rem);
        letter-spacing: 0.14em;
    }
}

/* ------------------------------------------------------------------------- */
/* Vollbild-Login: nur Szenen-Grafik + Karte (ohne Topbar, Header, Footer)   */
/* wie statisches Referenzbild. Per Filter grow_chameleon_shop_login_fullscreen deaktivierbar. */
/* ------------------------------------------------------------------------- */

html body.growshop-login-fullscreen.gcs-login-cyber {
    background: #000 !important;
    margin: 0;
    min-height: 100%;
}

body.growshop-login-fullscreen.gcs-login-cyber {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    background: #000 !important;
}

/* Pro-/Standard-Login (page-login.php): kein Schwarz im Vollbild — Cyber bleibt oben #000 */
html body.gcs-login-page.growshop-login-fullscreen:not(.gcs-login-cyber) {
    background: #e6efe4 !important;
    margin: 0;
    min-height: 100%;
}

body.gcs-login-page.growshop-login-fullscreen:not(.gcs-login-cyber) {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    background:
        radial-gradient(1200px 480px at 10% 0%, rgba(110, 168, 88, 0.14), transparent 55%),
        radial-gradient(900px 400px at 90% 100%, rgba(45, 78, 52, 0.1), transparent 50%),
        linear-gradient(165deg, #f3f7f1 0%, #eef4ec 40%, #e8f0e6 100%) !important;
}

html.gcs-dark body.gcs-login-page.growshop-login-fullscreen:not(.gcs-login-cyber) {
    background:
        radial-gradient(1100px 440px at 12% 0%, rgba(48, 165, 102, 0.16), transparent 56%),
        radial-gradient(820px 360px at 92% 100%, rgba(38, 88, 58, 0.24), transparent 52%),
        linear-gradient(168deg, #1a2420 0%, #1e2b24 48%, #161f1a 100%) !important;
}

html.gcs-dark:has(body.gcs-login-page.growshop-login-fullscreen:not(.gcs-login-cyber)) {
    background-color: #1a2420;
}

body.growshop-login-fullscreen .topbar,
body.growshop-login-fullscreen .site-header,
body.growshop-login-fullscreen .site-footer,
body.growshop-login-fullscreen #back-to-top {
    display: none !important;
}

body.growshop-login-fullscreen #wpadminbar {
    position: fixed;
}

body.growshop-login-fullscreen main#content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    background: transparent !important;
}

body.growshop-login-fullscreen.gcs-login-cyber #content,
body.growshop-login-fullscreen.gcs-login-cyber main#content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.growshop-login-fullscreen .section.growshop-auth-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    min-height: 100svh !important;
    padding-bottom: env(safe-area-inset-bottom, 0);
}

body.admin-bar.growshop-login-fullscreen .section.growshop-auth-wrapper {
    min-height: calc(100vh - 32px) !important;
    min-height: calc(100dvh - 32px) !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar.growshop-login-fullscreen .section.growshop-auth-wrapper {
        min-height: calc(100vh - 46px) !important;
        min-height: calc(100dvh - 46px) !important;
    }
}

body.growshop-login-fullscreen .growshop-auth-wrapper .auth-container {
    flex: 0 0 auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: max(0.75rem, env(safe-area-inset-top, 0px));
}

body.admin-bar .growshop-auth-wrapper .gcs-login-topnav {
    top: calc(32px + max(0.45rem, env(safe-area-inset-top, 0px)));
}

@media screen and (max-width: 782px) {
    body.admin-bar .growshop-auth-wrapper .gcs-login-topnav {
        top: calc(46px + max(0.45rem, env(safe-area-inset-top, 0px)));
    }
}

/* ------------------------------------------------------------------------- */
/* Cyber-Login: Hintergrund aus login_background.png, seitliche Deko aus */
/* ------------------------------------------------------------------------- */

body.gcs-login-cyber .growshop-auth-wrapper .leaf {
    display: none !important;
}

body.gcs-login-cyber .growshop-auth-wrapper .grow-left-bg,
body.gcs-login-cyber .growshop-auth-wrapper .grow-right-bg {
    display: none !important;
}

/* Leichte Abdunklung unten: Karte lesbar, Grafik bleibt sichtbar */
body.gcs-login-cyber .growshop-auth-wrapper .grow-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    background: linear-gradient(
        185deg,
        rgba(0, 0, 0, 0.05) 0%,
        transparent 42%,
        rgba(0, 0, 0, 0.35) 68%,
        rgba(0, 0, 0, 0.82) 100%
    );
}

body.gcs-login-cyber .section.growshop-auth-wrapper::before {
    display: none !important;
}

/*
 * Hintergrund: contain — komplettes Bild im Viewport, ohne Beschnitt (ggf. Ränder in --grow-ink).
 */
body.gcs-login-cyber .growshop-auth-wrapper--css-scene .growshop-auth-scene {
    inset: 0;
    min-height: 100%;
    height: 100%;
    background-color: var(--grow-ink);
    background-image: url("../img/login_background.png");
    background-size: var(--grow-login-bg-size);
    background-position: var(--grow-login-bg-pos);
    background-repeat: no-repeat;
    background-attachment: scroll;
    transform-origin: top center;
    transform: scale(var(--grow-login-bg-scale)) translateY(var(--grow-login-bg-nudge-y));
}

body.gcs-login-cyber .growshop-auth-wrapper--css-scene .growshop-auth-scene::before,
body.gcs-login-cyber .growshop-auth-wrapper--css-scene .growshop-auth-scene::after {
    display: none !important;
}

body.gcs-login-cyber .growshop-auth-wrapper .auth-container {
    position: relative;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 440px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: max(var(--grow-login-auth-offset), env(safe-area-inset-top, 0px)) !important;
    margin-bottom: max(1.25rem, env(safe-area-inset-bottom, 0px)) !important;
    padding-top: 0 !important;
    padding-left: clamp(0.75rem, 4vw, 1rem);
    padding-right: clamp(0.75rem, 4vw, 1rem);
    flex-shrink: 0;
    transform: translateY(var(--grow-login-stack-nudge));
}

/* Gesamtbalance: Logo liegt im Container über der Karte — weniger globaler Offset nötig */
body.gcs-login-cyber .growshop-auth-wrapper:has(.gcs-login-brand) {
    --grow-login-auth-offset: clamp(40px, 7svh, 120px);
}

/* Markenlogo PNG (transparent): zentriert, Breite relativ zur Login-Karte */
body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 clamp(10px, 2.8vw, 18px);
    padding: 0;
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: clamp(14px, 3.5vw, 22px);
    outline-offset: 4px;
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.38s ease;
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand__logo {
    display: block;
    width: clamp(168px, 44vw, 228px);
    max-width: min(248px, 88%);
    height: auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    filter:
        drop-shadow(0 10px 28px rgba(0, 0, 0, 0.65))
        drop-shadow(0 0 0 rgba(var(--grow-neon-rgb), 0));
    transition: filter 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand__link:hover {
    transform: scale(1.045);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand__link:hover .gcs-login-brand__logo {
    filter:
        drop-shadow(0 12px 32px rgba(0, 0, 0, 0.55))
        drop-shadow(0 0 22px rgba(var(--grow-neon-rgb), 0.42))
        drop-shadow(0 0 52px rgba(var(--grow-neon-rgb), 0.28));
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand__link:active {
    transform: scale(1.02);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand__link:focus-visible {
    outline: 2px solid var(--grow-neon);
    outline-offset: 4px;
    box-shadow: 0 0 28px rgba(var(--grow-neon-rgb), 0.38);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand__link:focus-visible .gcs-login-brand__logo {
    filter:
        drop-shadow(0 12px 30px rgba(0, 0, 0, 0.5))
        drop-shadow(0 0 26px rgba(var(--grow-neon-rgb), 0.46));
}

@media (prefers-reduced-motion: reduce) {
    body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand__link,
    body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand__logo {
        transition: none;
    }

    body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand__link:hover,
    body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand__link:active {
        transform: none;
    }

    body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-brand__link:hover .gcs-login-brand__logo {
        filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.65));
    }
}

/* —— Referenz-Mockup: Karte, Typo, Formular —— */

body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-topnav__link {
    border-color: rgba(var(--grow-neon-rgb), 0.42);
    color: var(--grow-neon-mid);
    text-shadow: 0 0 12px rgba(var(--grow-neon-rgb), 0.28);
    background: rgba(8, 10, 8, 0.58);
    box-shadow:
        0 0 0 1px rgba(var(--grow-neon-rgb), 0.1) inset,
        0 0 22px rgba(var(--grow-neon-rgb), 0.14),
        0 8px 28px rgba(0, 0, 0, 0.55);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-topnav__link:hover {
    border-color: var(--grow-neon);
    color: #ffffff;
    text-shadow:
        0 0 12px rgba(var(--grow-neon-rgb), 0.45),
        0 0 22px rgba(var(--grow-neon-rgb), 0.2);
    box-shadow:
        0 0 0 1px rgba(var(--grow-neon-rgb), 0.16) inset,
        0 0 28px rgba(var(--grow-neon-rgb), 0.22),
        0 10px 32px rgba(0, 0, 0, 0.6);
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-login-topnav__link:focus-visible {
    outline-color: var(--grow-neon);
}

body.gcs-login-cyber .growshop-auth-wrapper .auth-card {
    align-self: stretch;
    margin-top: 0;
    padding: clamp(18px, 4.5vw, 28px) clamp(18px, 4vw, 28px) clamp(16px, 3.5vw, 22px);
    border-radius: clamp(18px, 4vw, 26px);
    background: rgba(8, 10, 8, 0.62);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 2px solid var(--grow-neon);
    box-shadow:
        0 0 0 1px rgba(var(--grow-neon-rgb), 0.14) inset,
        0 0 48px rgba(var(--grow-neon-rgb), 0.24),
        0 24px 54px rgba(0, 0, 0, 0.75);
}

body.gcs-login-cyber .growshop-auth-wrapper .auth-header {
    padding-top: clamp(14px, 4.5vw, 28px);
    margin-bottom: 1.2rem;
    text-align: center;
}

body.gcs-login-cyber .growshop-auth-wrapper:has(.gcs-login-brand) .auth-header {
    padding-top: clamp(6px, 2.2vw, 16px);
}

body.gcs-login-cyber .growshop-auth-wrapper .auth-header > span:first-of-type,
body.gcs-login-cyber .growshop-auth-wrapper .auth-header__kicker {
    display: block;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.46em;
    text-transform: uppercase;
    color: var(--grow-neon) !important;
    margin: 0 0 0.65rem;
    text-shadow:
        0 0 16px rgba(var(--grow-neon-rgb), 0.75),
        0 0 28px rgba(var(--grow-neon-rgb), 0.35);
}

body.gcs-login-cyber .growshop-auth-wrapper .auth-header__brand {
    margin: 0;
    padding: 0;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-weight: 400;
    line-height: 1.02;
    text-align: center;
}

/* Sichtbare Marken-Zeile (wenn kein Logo-PNG über der Karte) */
body.gcs-login-cyber .growshop-auth-wrapper .auth-header h1.auth-header__brand:not(.screen-reader-text) {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: transparent;
    text-shadow: none;
}

body.gcs-login-cyber .growshop-auth-wrapper .auth-header__brand-title {
    display: block;
    font-family: inherit;
    font-size: clamp(2.05rem, 7.25vw, 2.82rem);
    font-weight: 400;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    text-transform: uppercase;
    color: #ffffff !important;
    line-height: 1.02;
    text-shadow:
        0 0 8px rgba(var(--grow-neon-rgb), 0.98),
        0 0 18px rgba(var(--grow-neon-rgb), 0.85),
        0 0 36px rgba(var(--grow-neon-rgb), 0.6),
        0 0 58px rgba(var(--grow-neon-rgb), 0.42),
        0 0 92px rgba(var(--grow-neon-rgb), 0.22),
        0 2px 4px rgba(0, 0, 0, 0.88);
}

body.gcs-login-cyber .growshop-auth-wrapper .auth-header p {
    margin: 0.5rem auto 0;
    max-width: 26rem;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.48;
    color: rgba(255, 255, 255, 0.95) !important;
}

body.gcs-login-cyber .growshop-auth-wrapper .gcs-auth-panel--login .grow-auth-meta {
    display: none;
}

body.gcs-login-cyber .growshop-auth-wrapper .input-group {
    min-height: 52px;
    padding: 0.5rem 0.85rem;
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(110, 110, 110, 0.55);
}

body.gcs-login-cyber .growshop-auth-wrapper .input-group:focus-within {
    border-color: rgba(var(--grow-neon-rgb), 0.55);
    box-shadow: 0 0 0 2px rgba(var(--grow-neon-rgb), 0.14);
}

body.gcs-login-cyber .growshop-auth-wrapper .input-group input.input-text::placeholder {
    color: rgba(180, 180, 180, 0.75);
}

body.gcs-login-cyber .growshop-auth-wrapper .forgot-password {
    font-size: 0.74rem;
    font-weight: 600;
    color: var(--grow-neon) !important;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(var(--grow-neon-rgb), 0.32);
}

body.gcs-login-cyber .growshop-auth-wrapper .forgot-password:hover {
    color: #fff !important;
}

body.gcs-login-cyber .growshop-auth-wrapper .login-btn,
body.gcs-login-cyber .growshop-auth-wrapper .woocommerce-form-register__submit.login-btn {
    margin-top: 0.55rem;
    padding: 0.92rem 1rem;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-indent: 0.24em;
    color: #070707 !important;
    background: var(--grow-neon) !important;
    border: none;
    box-shadow: 0 0 28px rgba(var(--grow-neon-rgb), 0.38);
}

body.gcs-login-cyber .growshop-auth-wrapper .divider::before,
body.gcs-login-cyber .growshop-auth-wrapper .divider::after {
    background: rgba(120, 120, 120, 0.45);
    height: 1px;
}

body.gcs-login-cyber .growshop-auth-wrapper .divider span {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    letter-spacing: 0.36em;
}

body.gcs-login-cyber .growshop-auth-wrapper .register-btn {
    border-radius: 12px;
    border: 1px solid var(--grow-neon);
    color: var(--grow-neon) !important;
    font-weight: 800;
    box-shadow: none;
}

body.gcs-login-cyber .growshop-auth-wrapper .register-btn:hover {
    background: rgba(var(--grow-neon-rgb), 0.1);
    border-color: var(--grow-neon-mid);
}

/* ------------------------------------------------------------------------- */
/* Login / Registrieren — „Pro“-Layout (page-login.php, ohne Cyber-Body)     */
/* ------------------------------------------------------------------------- */

body.gcs-login-page {
    --gcs-login-radius: 0;
    --gcs-login-radius-sm: 0;
    --gcs-login-focus: 0 0 0 3px rgba(77, 138, 82, 0.28);
    --gcs-login-focus-dark: 0 0 0 3px rgba(124, 225, 122, 0.26);
    --gcs-login-accent: #3a8a45;
    --gcs-login-card-shadow-l:
        0 1px 0 rgba(255, 255, 255, 0.94) inset,
        0 2px 10px rgba(25, 44, 32, 0.05),
        0 28px 70px -32px rgba(22, 38, 28, 0.2);
    --gcs-login-card-shadow-d:
        0 1px 0 rgba(255, 255, 255, 0.07) inset,
        0 10px 36px rgba(0, 0, 0, 0.42),
        0 36px 80px -36px rgba(0, 0, 0, 0.58);
}

/* Dark-Login: Canvas heller als reines Schwarz (inkl. html/body, überschreibt main.css var(--bg)) */
html.gcs-dark:has(body.gcs-login-page) {
    background-color: #1a2420;
}

html.gcs-dark body.gcs-login-page {
    background-color: #1a2420 !important;
    background-image: none;
}

html.gcs-dark body.gcs-login-page #content,
html.gcs-dark body.gcs-login-page main#content,
html.gcs-dark body.page-template-page-login-php #content,
html.gcs-dark body.gcs-login-page.woocommerce-account #content,
html.gcs-dark body.woocommerce-account.gcs-login-page #content {
    background-color: #1a2420 !important;
    background-image:
        radial-gradient(1100px 440px at 12% 0%, rgba(48, 165, 102, 0.16), transparent 56%),
        radial-gradient(820px 360px at 92% 100%, rgba(38, 88, 58, 0.24), transparent 52%),
        linear-gradient(168deg, #1a2420 0%, #1e2b24 48%, #161f1a 100%) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important;
}

/* Vollbild-Login: Canvas bis zum Viewport-Rand (nicht Cyber — dort bleibt #000) */
html.gcs-dark body.gcs-login-page.growshop-login-fullscreen:not(.gcs-login-cyber),
html.gcs-dark body.growshop-login-fullscreen.gcs-login-page:not(.gcs-login-cyber) {
    min-height: 100vh;
    min-height: 100dvh;
    background-color: #1a2420 !important;
    background-image: none;
}

/* Überschriften: einheitlich Sans im Pro-Bereich */
body.gcs-login-page .gcs-login-pro h1,
body.gcs-login-page .gcs-login-pro h2,
body.gcs-login-page .gcs-login-pro .gcs-auth-aside h1,
body.gcs-login-page .gcs-login-pro .gcs-login-pro__aside-title,
body.gcs-login-page .gcs-login-pro .gcs-auth-card__title,
body.gcs-login-page .gcs-login-pro .gcs-auth-card__eyebrow {
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-style: normal;
    font-synthesis: none;
}

/*
 * Primary-CTA (Login/Register): harte Überschreibung gegen Woo-Block-Styles,
 * damit Verlauf + weiße Schrift immer sichtbar bleiben.
 */
body.gcs-login-page .gcs-login-pro .gcs-auth-form button.woocommerce-button.button[type="submit"],
body.gcs-login-page .gcs-login-pro .gcs-auth-form button.woocommerce-Button.button[type="submit"],
body.gcs-login-page .gcs-login-pro .gcs-auth-form button.woocommerce-form-login__submit,
body.gcs-login-page .gcs-login-pro .gcs-auth-form button.woocommerce-form-register__submit,
body.gcs-login-page .gcs-login-pro form.login button.button[type="submit"],
body.gcs-login-page .gcs-login-pro form.register button.button[type="submit"] {
    background: var(--gcs-brand-gradient) !important;
    background-image: var(--gcs-brand-gradient) !important;
    background-size: var(--gcs-brand-gradient-size) !important;
    background-repeat: no-repeat !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: var(--gcs-brand-shadow) !important;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-form button.woocommerce-button.button[type="submit"]:not(.is-submitting-success):hover,
body.gcs-login-page .gcs-login-pro .gcs-auth-form button.woocommerce-Button.button[type="submit"]:not(.is-submitting-success):hover,
body.gcs-login-page .gcs-login-pro .gcs-auth-form button.woocommerce-form-login__submit:not(.is-submitting-success):hover,
body.gcs-login-page .gcs-login-pro .gcs-auth-form button.woocommerce-form-register__submit:not(.is-submitting-success):hover,
body.gcs-login-page .gcs-login-pro form.login button.button[type="submit"]:not(.is-submitting-success):hover,
body.gcs-login-page .gcs-login-pro form.register button.button[type="submit"]:not(.is-submitting-success):hover {
    color: #fff !important;
    background: var(--gcs-brand-gradient) !important;
    background-image: var(--gcs-brand-gradient) !important;
    background-size: var(--gcs-brand-gradient-size) !important;
    box-shadow: var(--gcs-brand-shadow-hover) !important;
    filter: none !important;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-form button[type="submit"]:not(.is-submitting-success):active,
body.gcs-login-page .gcs-login-pro .gcs-auth-form button[type="submit"]:not(.is-submitting-success):focus-visible {
    color: #fff !important;
    background: var(--gcs-brand-gradient) !important;
    background-image: var(--gcs-brand-gradient) !important;
    background-size: var(--gcs-brand-gradient-size) !important;
}

html.gcs-dark body.gcs-login-page .gcs-login-pro .gcs-auth-form button.woocommerce-button.button[type="submit"],
html.gcs-dark body.gcs-login-page .gcs-login-pro .gcs-auth-form button.woocommerce-Button.button[type="submit"],
html.gcs-dark body.gcs-login-page .gcs-login-pro .gcs-auth-form button.woocommerce-form-login__submit,
html.gcs-dark body.gcs-login-page .gcs-login-pro .gcs-auth-form button.woocommerce-form-register__submit {
    box-shadow: var(--gcs-brand-shadow-dark, var(--gcs-brand-shadow)) !important;
}

html.gcs-dark body.gcs-login-page .gcs-login-pro .gcs-auth-form button[type="submit"]:not(.is-submitting-success):hover {
    box-shadow: var(--gcs-brand-shadow-hover) !important;
}

/* Vertikale Zentrierung: #content als Säule */
body.gcs-login-page #content,
body.gcs-login-page main#content {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    min-height: min(100dvh, 100vh);
}

body.gcs-login-page .gcs-login-pro {
    /* main.css nutzt an vielen Stellen var(--radius); nur im Pro-Login eckig halten */
    --radius: 0;
    position: relative;
    isolation: isolate;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    padding-top: clamp(0.5rem, 2vw, 1rem);
    padding-bottom: clamp(1.25rem, 4vw, 2.75rem);
}

/* Dezentes Mesh (über Theme-Hintergrund) */
body.gcs-login-page .gcs-login-pro::before {
    content: "";
    position: absolute;
    inset: -1.5rem -0.5rem;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
    background-image:
        linear-gradient(rgba(52, 112, 62, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(52, 112, 62, 0.06) 1px, transparent 1px);
    background-size: 26px 26px;
    mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro::before {
    opacity: 0.38;
    background-image:
        linear-gradient(rgba(168, 235, 180, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(168, 235, 180, 0.055) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
}

body.gcs-login-page .gcs-login-pro > * {
    position: relative;
    z-index: 1;
}

body.gcs-login-page .gcs-login-pro__layout {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: safe center;
    width: 100%;
    min-height: min(86dvh, 880px);
    gap: 0;
}

body.gcs-login-page .gcs-login-pro__container {
    max-width: 76rem;
}

body.gcs-login-page .gcs-auth-aside,
body.gcs-login-page .gcs-auth-card {
    border-radius: var(--gcs-login-radius);
    box-shadow: var(--gcs-login-card-shadow-l);
}

body.gcs-login-page .gcs-auth-aside {
    padding: clamp(1.35rem, 2.6vw, 2.15rem);
}

body.gcs-login-page .gcs-login-pro__card.gcs-auth-card,
body.gcs-login-page .gcs-auth-card.gcs-login-pro__card {
    padding: clamp(1.25rem, 2.6vw, 1.95rem);
}

body.gcs-login-page .gcs-auth-benefit-icon--solid {
    width: 22px;
    height: 22px;
    color: var(--gcs-login-accent);
}

body.gcs-login-page .gcs-auth-benefit-icon--solid .gcs-auth-benefit-svg {
    display: block;
    width: 100%;
    height: 100%;
}

body.gcs-login-page .gcs-auth-card__eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    font-weight: 750;
}

body.gcs-login-page .gcs-auth-card__title {
    font-size: clamp(1.26rem, 1.85vw, 1.58rem);
    font-weight: 750;
    letter-spacing: -0.025em;
}

body.gcs-login-page .gcs-auth-card__subtitle {
    font-size: 0.93rem;
    line-height: 1.55;
    max-width: 36rem;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-card__head {
    margin-bottom: 0.85rem;
}

body.gcs-login-page .gcs-login-pro__aside-title {
    font-size: clamp(1.38rem, 2.25vw, 1.92rem);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.2;
    color: #0c140e;
    margin: 0 0 0.4rem;
}

body.gcs-login-page .gcs-login-pro__topnav {
    margin: 0 0 clamp(0.65rem, 1.8vw, 1.1rem);
}

body.gcs-login-page .gcs-login-pro__home {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.48rem 0.95rem;
    border-radius: 0;
    font-size: 0.83rem;
    font-weight: 650;
    text-decoration: none;
    color: #24382a;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(65, 95, 72, 0.16);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.96) inset,
        0 4px 16px -10px rgba(22, 38, 28, 0.28);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: border-color 0.2s ease, box-shadow 0.22s ease, transform 0.2s ease, color 0.18s ease;
}

body.gcs-login-page .gcs-login-pro__home:hover {
    color: #132018;
    border-color: rgba(65, 125, 72, 0.36);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 8px 22px -12px rgba(22, 38, 28, 0.38);
    transform: translateY(-1px);
}

body.gcs-login-page .gcs-login-pro__home:focus-visible {
    outline: 2px solid #4d8a52;
    outline-offset: 3px;
}

body.gcs-login-page .gcs-login-pro__home-icon {
    display: inline-flex;
    color: #357a40;
    line-height: 0;
}

body.gcs-login-page .gcs-login-pro__aside-logo {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 0.95rem;
    line-height: 0;
    border-radius: 0;
    opacity: 0.98;
    transition: transform 0.28s ease, opacity 0.2s ease;
}

body.gcs-login-page .gcs-login-pro__aside-logo:hover {
    transform: translateY(-2px);
    opacity: 1;
}

body.gcs-login-page .gcs-login-pro__aside-logo img {
    display: block;
    width: clamp(128px, 28vw, 184px);
    height: auto;
    object-fit: contain;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-highlights {
    margin-top: 0.85rem;
    gap: 0.5rem;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-switch {
    position: relative;
    margin-top: 0.85rem;
    padding: 0.22rem;
    border-radius: 0;
    background: rgba(246, 250, 246, 0.98);
    border: 1px solid rgba(65, 95, 72, 0.13);
    gap: 0.38rem;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-switch__pill {
    width: calc((100% - 0.44rem - 0.38rem) / 2);
    left: 0.22rem;
    top: 0.22rem;
    height: calc(100% - 0.44rem);
    border-radius: 0;
    border: 1px solid rgba(35, 120, 62, 0.28);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.92) inset,
        0 6px 18px -10px rgba(28, 100, 48, 0.38);
    /* left statt translateX(%): %-Werte in transform beziehen sich auf die Pill, nicht auf den Switch */
    transition: left 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: left;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-switch:not(.is-register) .gcs-auth-switch__pill {
    left: 0.22rem;
    transform: none;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-switch.is-register .gcs-auth-switch__pill {
    left: calc(0.22rem + (100% - 0.44rem - 0.38rem) / 2 + 0.38rem);
    transform: none;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-switch__btn {
    min-height: 2.8rem;
    font-size: 0.91rem;
    font-weight: 650;
    border-radius: 0;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-switch__btn:not(.is-active) {
    color: #4a5e52;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-switch__btn.is-active {
    color: #15301c;
    font-weight: 720;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-switch__btn:focus-visible {
    outline: none;
    box-shadow: var(--gcs-login-focus);
    border-radius: 0;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-panels {
    margin-top: 1.15rem;
    padding-top: 0.55rem;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-form .form-row {
    margin-bottom: 1rem;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-panel--register .gcs-auth-privacy-note {
    padding-bottom: 0.5rem;
}

body.gcs-login-page .gcs-login-pro__row-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    margin: 0.35rem 0 1rem;
}

body.gcs-login-page .gcs-login-pro__row-meta label {
    margin: 0;
    font-weight: 560;
    color: #2e4534;
    font-size: 0.87rem;
}

body.gcs-login-page .gcs-login-pro__forgot {
    font-size: 0.85rem;
    font-weight: 650;
    color: #2d7a38;
    text-decoration: none;
    text-underline-offset: 0.14em;
}

body.gcs-login-page .gcs-login-pro__forgot:hover {
    color: #1f5a28;
    text-decoration: underline;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-form .input-text {
    min-height: 2.85rem;
    border-radius: var(--gcs-login-radius-sm);
}

body.gcs-login-page .gcs-login-pro .gcs-auth-form .input-text:focus {
    outline: none;
    border-color: #4d8a52;
    box-shadow: var(--gcs-login-focus), 0 12px 28px -22px rgba(20, 44, 29, 0.45);
}

body.gcs-login-page .gcs-login-pro .gcs-auth-form button[type="submit"] {
    border-radius: var(--gcs-login-radius-sm);
    min-height: 3.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body.gcs-login-page .gcs-login-pro .woocommerce-error,
body.gcs-login-page .gcs-login-pro .woocommerce-info,
body.gcs-login-page .gcs-login-pro .woocommerce-message {
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    font-weight: 650;
    line-height: 1.45;
}

body.gcs-login-page .gcs-login-pro .woocommerce-error {
    border-color: rgba(180, 48, 48, 0.35);
    background: linear-gradient(180deg, #fff8f8 0%, #fff0f0 100%);
    color: #6b1d1d;
}

body.gcs-login-page .gcs-login-pro .woocommerce-info,
body.gcs-login-page .gcs-login-pro .woocommerce-message {
    border-color: rgba(65, 125, 72, 0.35);
    background: linear-gradient(180deg, #f7fdf7 0%, #eef8ef 100%);
    color: #1f3a24;
}

body.growshop-login-fullscreen .gcs-login-pro__topnav {
    position: fixed;
    z-index: 20;
    top: max(0.5rem, env(safe-area-inset-top, 0px));
    left: max(0.75rem, env(safe-area-inset-left, 0px));
    margin: 0;
}

body.growshop-login-fullscreen .gcs-login-pro__container {
    padding-top: clamp(2.75rem, 8vw, 3.5rem);
}

body.admin-bar.growshop-login-fullscreen .gcs-login-pro__topnav {
    top: calc(32px + max(0.5rem, env(safe-area-inset-top, 0px)));
}

@media screen and (max-width: 782px) {
    body.admin-bar.growshop-login-fullscreen .gcs-login-pro__topnav {
        top: calc(46px + max(0.5rem, env(safe-area-inset-top, 0px)));
    }
}

@media (max-width: 980px) {
    body.gcs-login-page .gcs-login-pro__layout {
        min-height: 0;
        justify-content: flex-start;
    }

    body.gcs-login-page .gcs-auth-grid .gcs-auth-card {
        order: -1;
    }

    body.gcs-login-page .gcs-auth-grid .gcs-auth-aside {
        order: 1;
    }

    body.gcs-login-page .gcs-auth-grid {
        gap: clamp(1rem, 3vw, 1.35rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.gcs-login-page .gcs-login-pro .gcs-auth-switch__pill {
        transition: none;
    }

    body.gcs-login-page .gcs-login-pro__home:hover,
    body.gcs-login-page .gcs-login-pro__aside-logo:hover {
        transform: none;
    }
}

html.gcs-dark body.gcs-login-page .gcs-auth-aside,
html.gcs-dark body.gcs-login-page .gcs-auth-card {
    box-shadow: var(--gcs-login-card-shadow-d);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro__home {
    color: rgba(238, 245, 240, 0.95);
    background: rgba(16, 22, 19, 0.78);
    border-color: rgba(120, 175, 135, 0.28);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 8px 28px -12px rgba(0, 0, 0, 0.55);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro__home:hover {
    color: #fff;
    border-color: rgba(140, 210, 155, 0.42);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro__home-icon {
    color: rgba(150, 230, 170, 0.95);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro__aside-title {
    color: rgba(248, 252, 249, 0.98);
}

html.gcs-dark body.gcs-login-page .gcs-auth-benefit-icon--solid {
    color: var(--accent, #7ce17a);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro .gcs-auth-switch {
    background: rgba(12, 18, 15, 0.92);
    border-color: rgba(110, 175, 125, 0.22);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro .gcs-auth-switch__pill {
    border-color: rgba(124, 225, 122, 0.28);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.06) inset,
        0 8px 22px -12px rgba(0, 0, 0, 0.5);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro .gcs-auth-switch__btn:not(.is-active) {
    color: rgba(200, 218, 205, 0.72);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro .gcs-auth-switch__btn.is-active {
    color: rgba(248, 252, 249, 0.98);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro .gcs-auth-switch__btn:focus-visible {
    box-shadow: var(--gcs-login-focus-dark);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro .gcs-auth-form .input-text:focus {
    box-shadow: var(--gcs-login-focus-dark), 0 12px 32px -24px rgba(0, 0, 0, 0.65);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro__row-meta label {
    color: rgba(220, 232, 224, 0.9);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro .woocommerce-error {
    border-color: rgba(255, 120, 120, 0.45);
    background: linear-gradient(165deg, rgba(48, 18, 18, 0.95) 0%, rgba(32, 12, 12, 0.98) 100%);
    color: #ffd6d6;
}

html.gcs-dark body.gcs-login-page .gcs-login-pro .woocommerce-info,
html.gcs-dark body.gcs-login-page .gcs-login-pro .woocommerce-message {
    border-color: rgba(124, 225, 122, 0.35);
    background: linear-gradient(165deg, rgba(18, 42, 26, 0.92) 0%, rgba(12, 28, 18, 0.96) 100%);
    color: rgba(220, 245, 224, 0.95);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro__forgot {
    color: rgba(140, 220, 155, 0.92);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro__forgot:hover {
    color: #fff;
}

body.gcs-login-page .gcs-login-pro .gcs-password-toggle:focus-visible {
    outline: 2px solid #4d8a52;
    outline-offset: 2px;
    border-radius: 0;
}

/* main.css: Chips & Social nutzen 999px bzw. calc(var(--radius)+…) — hier hart eckig */
body.gcs-login-page .gcs-login-pro .gcs-auth-highlights__item {
    border-radius: 0;
}

body.gcs-login-page .gcs-login-pro .gcs-auth-social__btn {
    border-radius: 0 !important;
}

body.gcs-login-page .gcs-login-pro .gcs-password-toggle {
    border-radius: 0;
}

html.gcs-dark body.gcs-login-page .gcs-login-pro .gcs-password-toggle:focus-visible {
    outline-color: rgba(150, 220, 165, 0.95);
}

/* ------------------------------------------------------------------------- */
/* MagicPath „proudly-forest-6572“ (ZenAuth) — Nachbau für WordPress/Woo     */
/* Original-TSX nur mit magicpath-ai login + inspect; hier: öffentl. Inhalt  */
/* https://designs.magicpath.ai/v1/proudly-forest-6572                         */
/* ------------------------------------------------------------------------- */

body.gcs-login-page .gcs-login-pro.gcs-login-pro--zenauth {
    --radius: 14px;
    --gcs-login-radius: 22px;
    --gcs-login-radius-sm: 12px;
    --gcs-login-accent: #2f6f44;
    --gcs-login-card-shadow-l:
        0 1px 0 rgba(255, 255, 255, 0.98) inset,
        0 4px 24px rgba(22, 48, 32, 0.06),
        0 32px 64px -36px rgba(18, 42, 28, 0.18);
    --gcs-login-card-shadow-d:
        0 1px 0 rgba(255, 255, 255, 0.06) inset,
        0 12px 40px rgba(0, 0, 0, 0.45),
        0 40px 80px -40px rgba(0, 0, 0, 0.55);
}

body.gcs-login-page .gcs-login-pro.gcs-login-pro--zenauth::before {
    opacity: 0.35;
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse 92% 70% at 50% 32%, #000 22%, transparent 72%);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro.gcs-login-pro--zenauth::before {
    opacity: 0.28;
    mask-image: radial-gradient(ellipse 92% 70% at 50% 32%, #000 18%, transparent 75%);
}

body.gcs-login-page:has(.gcs-login-pro--zenauth) #content,
body.gcs-login-page:has(.gcs-login-pro--zenauth) main#content {
    background:
        radial-gradient(900px 420px at 8% 0%, rgba(76, 140, 96, 0.12), transparent 58%),
        radial-gradient(700px 360px at 96% 100%, rgba(45, 78, 52, 0.08), transparent 52%),
        linear-gradient(168deg, #fbfaf8 0%, #f4f6f2 42%, #eef1ec 100%) !important;
}

html.gcs-dark body.gcs-login-page:has(.gcs-login-pro--zenauth) #content,
html.gcs-dark body.gcs-login-page:has(.gcs-login-pro--zenauth) main#content,
html.gcs-dark body.gcs-login-page:has(.gcs-login-pro--zenauth).woocommerce-account #content {
    background:
        radial-gradient(880px 400px at 10% 0%, rgba(56, 160, 98, 0.14), transparent 56%),
        radial-gradient(640px 320px at 94% 100%, rgba(24, 52, 36, 0.45), transparent 52%),
        linear-gradient(172deg, #121c17 0%, #16241c 45%, #0f1712 100%) !important;
}

html.gcs-dark:has(body.gcs-login-page:has(.gcs-login-pro--zenauth)) {
    background-color: #121c17;
}

html.gcs-dark body.gcs-login-page:has(.gcs-login-pro--zenauth) {
    background-color: #121c17 !important;
}

html body.gcs-login-page.growshop-login-fullscreen:not(.gcs-login-cyber):has(.gcs-login-pro--zenauth) {
    background: #f2f4ef !important;
}

body.gcs-login-page.growshop-login-fullscreen:not(.gcs-login-cyber):has(.gcs-login-pro--zenauth) {
    background:
        radial-gradient(1000px 440px at 10% 0%, rgba(76, 130, 92, 0.12), transparent 55%),
        linear-gradient(168deg, #fbfaf8 0%, #eef1ec 100%) !important;
}

html.gcs-dark body.gcs-login-page.growshop-login-fullscreen:not(.gcs-login-cyber):has(.gcs-login-pro--zenauth),
html.gcs-dark body.growshop-login-fullscreen.gcs-login-page:not(.gcs-login-cyber):has(.gcs-login-pro--zenauth) {
    background:
        radial-gradient(880px 400px at 10% 0%, rgba(56, 160, 98, 0.14), transparent 56%),
        radial-gradient(640px 320px at 94% 100%, rgba(24, 52, 36, 0.45), transparent 52%),
        linear-gradient(172deg, #121c17 0%, #16241c 45%, #0f1712 100%) !important;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-aside,
body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-card {
    border-color: rgba(55, 85, 62, 0.1);
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-aside {
    border: 0;
    box-shadow: none;
    background: transparent;
    padding-top: clamp(1rem, 2vw, 1.75rem);
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-card {
    border: 1px solid rgba(55, 85, 62, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 253, 251, 0.99) 100%);
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-login-pro__aside-title {
    font-size: clamp(1.85rem, 3.2vw, 2.65rem);
    font-weight: 720;
    letter-spacing: -0.045em;
    line-height: 1.08;
    color: #0f1a12;
    max-width: 18ch;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-aside__content > p {
    font-size: 1.02rem;
    line-height: 1.65;
    color: #4a5c50;
    max-width: 38ch;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-eyebrow {
    color: #3d6b45;
    letter-spacing: 0.14em;
    font-weight: 750;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-aside__footer--zen {
    border-top: 0;
    padding-top: 1.25rem;
    margin-top: 0.5rem;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-aside__trust-hint {
    justify-content: flex-start;
    text-align: left;
    color: #5a6e60;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-card__eyebrow {
    letter-spacing: 0.18em;
    color: #4a7a52;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-card__title {
    font-size: clamp(1.35rem, 2vw, 1.72rem);
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-card__subtitle {
    color: #5a6d62;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-login-pro__home {
    border-radius: 999px;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-login-pro__aside-logo {
    border-radius: 14px;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-switch {
    border-radius: 999px;
    background: rgba(248, 250, 247, 0.95);
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-switch__pill {
    border-radius: 999px;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-switch__btn {
    border-radius: 999px;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-switch__btn:focus-visible {
    border-radius: 999px;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-highlights__item {
    border-radius: 999px;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-social__btn {
    border-radius: calc(var(--radius) + 2px) !important;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-password-toggle {
    border-radius: var(--radius);
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-password-toggle:focus-visible {
    border-radius: 10px;
}

body.gcs-login-page .gcs-login-pro--zenauth .woocommerce-error,
body.gcs-login-page .gcs-login-pro--zenauth .woocommerce-info,
body.gcs-login-page .gcs-login-pro--zenauth .woocommerce-message {
    border-radius: var(--gcs-login-radius-sm);
}

body.gcs-login-page .gcs-login-pro__help-hint {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    margin: 1rem 0 0;
    padding: 0.55rem 0 0;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #5a6d62;
    border-top: 1px solid rgba(65, 95, 72, 0.1);
}

body.gcs-login-page .gcs-login-pro__help-icon {
    flex-shrink: 0;
    line-height: 1.2;
}

body.gcs-login-page .gcs-login-pro__help-link {
    color: #2d6f3a;
    font-weight: 600;
    text-decoration: none;
    text-underline-offset: 0.15em;
}

body.gcs-login-page .gcs-login-pro__help-link:hover {
    text-decoration: underline;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-social__btn--github {
    color: #1a1f1c;
}

body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-social__btn--github:hover {
    color: #0d0f0e;
}

html.gcs-dark body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-aside,
html.gcs-dark body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-card {
    border-color: rgba(110, 165, 125, 0.18);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-card {
    background: linear-gradient(180deg, rgba(22, 32, 26, 0.96) 0%, rgba(16, 24, 19, 0.98) 100%);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro--zenauth .gcs-login-pro__aside-title {
    color: rgba(248, 252, 249, 0.98);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-aside__content > p {
    color: rgba(200, 215, 205, 0.88);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-eyebrow {
    color: rgba(150, 220, 165, 0.92);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-aside__trust-hint {
    color: rgba(185, 205, 192, 0.82);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro__help-hint {
    color: rgba(185, 200, 190, 0.85);
    border-top-color: rgba(110, 155, 125, 0.2);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro__help-link {
    color: rgba(140, 220, 155, 0.95);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-social__btn--github {
    color: rgba(238, 245, 240, 0.95);
}

html.gcs-dark body.gcs-login-page .gcs-login-pro--zenauth .gcs-auth-switch {
    background: rgba(14, 22, 18, 0.88);
}
