/**
 * YOPT_DEV_STAMP_START
 * {
 *   "project": "vereinssuite",
 *   "developer_identifier": "YOPT-DEV",
 *   "developer_id": "YOPT-DEV",
 *   "developer_key": "YOPT-DEV",
 *   "file": "assets/public-auth/css/public-auth.css",
 *   "module": "public_auth",
 *   "submodule": "free_version_entry",
 *   "asset": "public_auth_frontend_styles",
 *   "file_role": "frontend_asset",
 *   "status": "done",
 *   "phase": "12.15",
 *   "version": "v0.1.0-beta.1",
 *   "description": "Responsive Styling für öffentliche Registrierung, Anmeldung und Abmeldung der Free-Version.",
 *   "supports_gutenberg": true,
 *   "supports_elementor": true,
 *   "created_at": "2026-06-15",
 *   "updated_at": "2026-06-15"
 * }
 * YOPT_DEV_STAMP_END
 */

.yvm-public-auth {
    --yvm-auth-bg: #ffffff;
    --yvm-auth-panel: #fbfbfb;
    --yvm-auth-text: #101010;
    --yvm-auth-muted: #6d6d6d;
    --yvm-auth-border: #e9e9e9;
    --yvm-auth-orange: #ff5a00;
    --yvm-auth-orange-dark: #e84f00;
    --yvm-auth-orange-soft: #fff1e8;
    --yvm-auth-accent: #ff5a00;
    --yvm-auth-accent-strong: #e84f00;
    --yvm-auth-shadow: 0 24px 80px rgba(16, 16, 16, 0.10);
    color: var(--yvm-auth-text);
    background: linear-gradient(135deg, #ffffff 0%, #fbfbfb 100%);
    border-radius: 28px;
    padding: clamp(24px, 4vw, 56px);
    max-width: 1180px;
    margin: 32px auto;
    box-shadow: var(--yvm-auth-shadow);
    font-family: inherit;
}

.yvm-auth-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 32px;
}

.yvm-auth-brand-logo {
    margin-bottom: 16px;
}

.yvm-auth-brand-logo img,
.yvm-auth-brand-logo__img,
.yvm-auth-brand-logo .yvm-brand-mark {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.yvm-auth-eyebrow,
.yvm-auth-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    background: var(--yvm-auth-orange-soft);
    color: var(--yvm-auth-orange-dark);
    border: 1px solid rgba(255, 90, 0, 0.18);
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.yvm-auth-badge--active {
    background: rgba(255, 90, 0, 0.12);
}

.yvm-auth-hero h1 {
    margin: 16px 0 12px;
    font-size: clamp(36px, 6vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.yvm-auth-hero p {
    max-width: 720px;
    margin: 0;
    color: var(--yvm-auth-muted);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.55;
}

.yvm-auth-hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 24px;
    padding: 24px;
    background: #101010;
    color: #ffffff;
    min-height: 180px;
    border: 1px solid #181818;
}

.yvm-auth-hero-panel--modules {
    min-height: 280px;
}

.yvm-auth-hero-panel strong {
    font-size: 28px;
    line-height: 1.1;
}

.yvm-auth-hero-panel span {
    margin-top: 10px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.78);
}

.yvm-auth-hero-panel__modules {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
}

.yvm-auth-hero-panel__modules li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
}

.yvm-auth-hero-panel__modules li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--yvm-auth-orange);
}

.yvm-auth-hero-panel small {
    margin-top: auto;
    padding-top: 16px;
    color: var(--yvm-auth-orange);
    font-weight: 700;
}

.yvm-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.yvm-auth-single {
    max-width: 720px;
}

.yvm-auth-card {
    background: var(--yvm-auth-bg);
    border: 1px solid var(--yvm-auth-border);
    border-radius: 24px;
    padding: clamp(22px, 3vw, 34px);
    box-shadow: 0 14px 40px rgba(16, 16, 16, 0.06);
}

.yvm-auth-card--center {
    max-width: 680px;
}

.yvm-auth-card h2 {
    margin: 18px 0 10px;
    font-size: clamp(27px, 4vw, 42px);
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.yvm-auth-card p {
    margin: 0 0 22px;
    color: var(--yvm-auth-muted);
    line-height: 1.55;
}

.yvm-auth-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.yvm-auth-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.yvm-auth-form label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 14px;
    font-weight: 700;
}

.yvm-auth-form input,
.yvm-auth-form select {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--yvm-auth-border);
    border-radius: 14px;
    padding: 12px 14px;
    background: #ffffff;
    color: var(--yvm-auth-text);
    font-size: 15px;
}

.yvm-auth-form input:focus,
.yvm-auth-form select:focus {
    outline: 3px solid rgba(255, 90, 0, 0.22);
    border-color: rgba(255, 90, 0, 0.55);
}

.yvm-auth-checkbox {
    flex-direction: row !important;
    align-items: flex-start;
    font-weight: 500 !important;
    color: var(--yvm-auth-muted);
    line-height: 1.45;
}

.yvm-auth-checkbox input {
    width: 18px;
    min-height: 18px;
    margin-top: 2px;
}

.yvm-auth-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 999px;
    padding: 13px 22px;
    border: 0;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms ease, opacity 180ms ease;
}

.yvm-auth-button--primary {
    background: var(--yvm-auth-orange);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(255, 90, 0, 0.22);
}

.yvm-auth-button--primary:hover {
    background: var(--yvm-auth-orange-dark);
}

.yvm-auth-button--secondary {
    background: #101010;
    color: #ffffff;
}

.yvm-auth-button:disabled {
    opacity: 0.56;
    cursor: not-allowed;
}

.yvm-auth-button:not(:disabled):hover {
    transform: translateY(-1px);
}

.yvm-auth-form-note {
    color: var(--yvm-auth-muted);
    line-height: 1.45;
}

.yvm-auth-form-link {
    margin: 0;
}

.yvm-auth-form-link a {
    color: var(--yvm-auth-orange);
    font-weight: 700;
    text-decoration: none;
}

.yvm-auth-form-link a:hover {
    color: var(--yvm-auth-orange-dark);
    text-decoration: underline;
}

.yvm-auth-secondary-link {
    margin: 18px 0 0;
    color: var(--yvm-auth-muted);
    font-size: 14px;
    line-height: 1.5;
}

.yvm-auth-secondary-link a {
    color: var(--yvm-auth-orange);
    font-weight: 700;
    text-decoration: none;
}

.yvm-auth-secondary-link a:hover {
    text-decoration: underline;
}

.yvm-auth-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 24px;
    border: 1px solid rgba(31, 159, 128, 0.18);
    background: rgba(127, 229, 199, 0.14);
    border-radius: 18px;
    padding: 16px 18px;
    color: var(--yvm-auth-muted);
}

.yvm-auth-note strong {
    color: var(--yvm-auth-text);
    min-width: fit-content;
}

@media (max-width: 860px) {
    .yvm-auth-hero,
    .yvm-auth-grid,
    .yvm-auth-form-row {
        grid-template-columns: 1fr;
    }

    .yvm-auth-hero-panel {
        min-height: 140px;
    }

    .yvm-public-auth {
        border-radius: 20px;
        margin: 18px auto;
    }
}

@media (max-width: 520px) {
    .yvm-public-auth {
        padding: 20px;
    }

    .yvm-auth-card {
        padding: 20px;
        border-radius: 18px;
    }

    .yvm-auth-note {
        flex-direction: column;
    }
}

.yvm-auth-feedback {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 16px;
    padding: 14px 16px;
    margin: 0 0 18px;
    border: 1px solid rgba(16, 16, 16, 0.10);
}

.yvm-auth-feedback--success {
    background: var(--yvm-auth-orange-soft);
    border-color: rgba(255, 90, 0, 0.22);
}

.yvm-auth-feedback--error {
    background: rgba(255, 136, 0, 0.10);
    border-color: rgba(255, 136, 0, 0.25);
}

.yvm-auth-feedback--warning {
    background: rgba(255, 193, 7, 0.14);
    border-color: rgba(180, 130, 0, 0.28);
}

.yvm-auth-card--confirmation {
    text-align: center;
}

.yvm-auth-card--password-reset-requested,
.yvm-auth-card--password-reset-completed {
    max-width: 680px;
    margin: 0 auto;
}

.yvm-auth-reset-steps {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    text-align: left;
    color: var(--yvm-auth-muted);
}

.yvm-auth-reset-steps li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 28px;
    line-height: 1.55;
    font-size: 15px;
}

.yvm-auth-reset-steps li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--yvm-auth-orange);
}

.yvm-auth-confirmation-lead {
    margin: 0 0 24px !important;
    color: #343434 !important;
    font-size: 17px;
}

.yvm-public-auth--confirmation .yvm-auth-button--primary {
    min-width: min(100%, 320px);
}

.yvm-auth-feedback strong {
    color: var(--yvm-auth-text);
}

.yvm-auth-feedback span,
.yvm-auth-feedback small {
    color: var(--yvm-auth-muted);
}

.yvm-public-auth [data-yvm-login-context="prepared"] {
    position: relative;
}

.yvm-public-auth [data-yvm-login-context="prepared"]::before {
    content: "Login-Kontext vorbereitet";
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(127, 229, 199, 0.18);
    border: 1px solid rgba(31, 159, 128, 0.18);
    color: var(--yvm-auth-accent-strong);
    font-size: 12px;
    font-weight: 800;
}

.yvm-public-auth [data-yvm-login-post-handler="enabled"]::before {
    content: "Login aktiv";
    background: rgba(255, 136, 0, 0.12);
    border-color: rgba(255, 136, 0, 0.22);
}

body.yvm-standalone-app-page {
    background: #fbfbfb;
    font-family: Inter, Manrope, "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: #101010;
}

body.yvm-standalone-app-page .yvm-standalone-app-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 3vw, 32px);
    box-sizing: border-box;
}

.yvm-auth-legal-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--yvm-auth-border);
    font-size: 12px;
}

.yvm-auth-legal-footer a {
    color: var(--yvm-auth-muted);
    text-decoration: none;
}

.yvm-auth-legal-footer a:hover,
.yvm-auth-legal-footer a:focus {
    color: var(--yvm-auth-orange);
    text-decoration: underline;
}

.yvm-legal-page {
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.6;
}

.yvm-legal-page h1,
.yvm-legal-page h2 {
    color: var(--yvm-auth-text, #101010);
}

.yvm-legal-page ul {
    padding-left: 1.2rem;
}

.yvm-launch-notice {
    margin: 0 0 24px;
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 90, 0, 0.22);
    background: linear-gradient(135deg, #fff8f3 0%, #ffffff 100%);
    box-shadow: 0 12px 40px rgba(255, 90, 0, 0.08);
}

.yvm-launch-notice strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.15rem;
    color: var(--yvm-auth-text, #101010);
}

.yvm-launch-notice p {
    margin: 0 0 12px;
    color: var(--yvm-auth-muted, #6d6d6d);
}

.yvm-launch-notice__limits {
    margin: 0 0 14px;
    padding-left: 1.2rem;
    color: var(--yvm-auth-muted, #6d6d6d);
    font-size: 0.92rem;
}

.yvm-launch-notice__limits li::marker {
    color: var(--yvm-auth-orange, #ff5a00);
}

.yvm-launch-notice__cta {
    margin: 0;
}

.yvm-launch-notice__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--yvm-auth-orange, #ff5a00);
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none !important;
}

.yvm-launch-notice__button:hover,
.yvm-launch-notice__button:focus {
    background: var(--yvm-auth-orange-dark, #e84f00);
    color: #ffffff !important;
}

body.yvm-standalone-app-page .yvm-public-auth--frontend-app-login {
    width: min(100%, 1180px);
    margin: 0 auto;
    box-sizing: border-box;
}

body.yvm-standalone-app-page .yvm-public-auth--frontend-app-login .yvm-auth-single {
    max-width: 680px;
    margin: 0 auto;
}

body.yvm-standalone-app-page .yvm-public-auth--frontend-app-login .yvm-auth-form input,
body.yvm-standalone-app-page .yvm-public-auth--frontend-app-login .yvm-auth-form button {
    font: inherit;
}
