.ssf-auth-card {
    padding: 30px;
}

.ssf-auth-card-kicker {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ssf-accent-dark);
    margin-bottom: 10px;
}

.ssf-auth-card h2 {
    font-family: "Sora", sans-serif;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--ssf-text);
    margin: 0 0 8px;
}

.ssf-auth-card p {
    margin: 0 0 18px;
    color: var(--ssf-soft);
    line-height: 1.6;
}

.ssf-auth-business-note {
    font-size: 15px;
    text-align: center;
    color: var(--ssf-text);
    margin: 0 0 24px;
}

.ssf-auth-business-note a,
.ssf-auth-switch a {
    color: #1658d1;
    text-decoration: none;
}

.ssf-auth-business-note a:hover,
.ssf-auth-switch a:hover {
    text-decoration: underline;
}

.ssf-auth-context {
    display: none;
}

.ssf-auth-alt {
    width: 100%;
    margin-top: 14px;
}

.ssf-auth-alt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(15, 23, 42, 0.2);
    border-radius: 12px;
    background: #fff;
    color: var(--ssf-text);
    font-weight: 700;
    text-decoration: none;
}

.ssf-auth-alt-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #ea4335;
    font-weight: 800;
}

.ssf-auth-switch {
    width: 100%;
    margin: 18px 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
    font-size: 15px;
    text-align: center;
}

.ssf-auth-wrap.is-register .ssf-auth-card {
    max-width: 540px;
    margin: 0 auto;
    padding: 42px 34px 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 255, 0.96));
    border: 1px solid rgba(22, 88, 209, 0.14);
    box-shadow:
        0 34px 90px rgba(8, 17, 32, 0.15),
        0 10px 28px rgba(22, 88, 209, 0.08);
}

.ssf-auth-wrap.is-register .ssf-auth-card::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    pointer-events: none;
}

.ssf-auth-wrap.is-register .ssf-auth-card h2 {
    font-size: clamp(34px, 5vw, 46px);
    line-height: 0.94;
    letter-spacing: -0.055em;
    margin-bottom: 12px;
}

.ssf-auth-wrap.is-register .ssf-auth-card > p {
    max-width: 38ch;
    margin: 0 auto 22px;
    color: #5d6d82;
}

.ssf-auth-wrap.is-register .ssf-auth-business-note {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 26px;
    padding: 14px 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #edf3ff 100%);
    border: 1px solid rgba(22, 88, 209, 0.12);
    border-radius: 18px;
    color: #10233f;
    font-size: 15px;
    line-height: 1.5;
}

.ssf-auth-wrap.is-register .ssf-auth-business-note a,
.ssf-auth-wrap.is-register .ssf-auth-switch a {
    font-weight: 700;
}

.ssf-auth-wrap.is-register .ssf-auth-alt {
    margin-top: 18px;
}

.ssf-auth-wrap.is-register .ssf-auth-alt-btn {
    min-height: 58px;
    border-radius: 18px;
    border-color: rgba(15, 23, 42, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ssf-auth-wrap.is-register .ssf-auth-alt-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(22, 88, 209, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 12px 24px rgba(15, 23, 42, 0.08);
}

.ssf-auth-wrap.is-register .ssf-auth-alt-icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #4285f4 0%, #34a853 36%, #fbbc05 68%, #ea4335 100%);
    color: #fff;
    box-shadow: 0 6px 14px rgba(66, 133, 244, 0.2);
}

.ssf-auth-wrap.is-register .ssf-auth-switch {
    margin-top: 22px;
    padding-top: 20px;
    border-top-color: rgba(22, 88, 209, 0.12);
}

.ssf-auth-switch--login,
.ssf-auth-switch--register {
    color: #5f7088;
}

.ssf-auth-switch--login a,
.ssf-auth-switch--register a {
    font-weight: 700;
}
