:root {
    --member-primary: #176bff;
    --member-primary-dark: #0f5be8;
    --member-secondary: #7a3ff2;
    --member-primary-soft: #eef3ff;
    --member-page-bg: #f6f8fe;
    --member-surface: #ffffff;
    --member-left-panel: #f2f5ff;
    --member-text-primary: #111827;
    --member-text-heading: #111c35;
    --member-text-secondary: #667085;
    --member-text-muted: #98a2b3;
    --member-border: #e2e7f0;
    --member-border-soft: #edf1f7;
    --member-success: #22b45b;
    --member-danger: #ef4444;
    --member-shadow-sm: 0 6px 18px rgba(38, 55, 94, .06);
    --member-shadow-md: 0 14px 36px rgba(38, 55, 94, .1);
    --member-shadow-lg: 0 30px 80px rgba(38, 55, 94, .12), 0 10px 30px rgba(38, 55, 94, .06);
    --member-radius-sm: 12px;
    --member-radius-md: 16px;
    --member-radius-lg: 22px;
    --member-radius-xl: 30px;
    --member-transition-fast: 160ms ease;
    --member-transition-base: 220ms ease;
    --member-transition-slow: 320ms ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: var(--member-page-bg);
}

body {
    margin: 0;
    color: var(--member-text-primary);
    font-family: "Inter", "Plus Jakarta Sans", "Manrope", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

button,
input {
    color: inherit;
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    border: 0;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.member-auth-page svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

::selection {
    background: #dce7ff;
    color: #1749b8;
}

.member-auth-page {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 40px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 12%, rgba(128, 163, 255, .13), transparent 29rem),
        radial-gradient(circle at 88% 86%, rgba(151, 122, 243, .09), transparent 31rem),
        radial-gradient(circle at 50% 48%, #fff 0, #fafbff 38%, transparent 72%),
        var(--member-page-bg);
    animation: member-page-fade 600ms ease-out both;
}

.member-auth-page::before,
.member-auth-page::after {
    position: absolute;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(99, 130, 225, .07);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.member-auth-page::before {
    top: -270px;
    left: -210px;
}

.member-auth-page::after {
    right: -240px;
    bottom: -300px;
}

.member-auth-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 47% 53%;
    width: min(calc(100vw - 80px), 1380px);
    min-height: min(900px, calc(100vh - 80px));
    overflow: hidden;
    border: 1px solid rgba(215, 222, 238, .85);
    border-radius: var(--member-radius-xl);
    background: var(--member-surface);
    box-shadow: var(--member-shadow-lg);
    animation: member-shell-up 650ms ease-out both;
}

.member-auth-visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .55), transparent 42%),
        linear-gradient(145deg, #f8faff 0%, #f1f5ff 45%, #eae9ff 100%);
    isolation: isolate;
}

.member-auth-visual::before {
    position: absolute;
    z-index: -1;
    right: -190px;
    bottom: -190px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(122, 63, 242, .13), rgba(79, 115, 244, .04) 57%, transparent 72%);
    content: "";
}

.member-auth-visual::after {
    position: absolute;
    z-index: -1;
    bottom: -240px;
    left: -210px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43, 105, 255, .3), rgba(77, 112, 246, .09) 57%, transparent 72%);
    content: "";
}

.member-auth-visual-content {
    position: relative;
    z-index: 5;
    min-height: 100%;
    padding: 48px 62px;
}

.member-auth-logo {
    display: inline-flex;
    align-items: center;
    width: 96px;
    min-height: 96px;
    transition: transform var(--member-transition-fast);
}

.member-auth-logo:hover {
    transform: translateY(-1px);
}

.member-auth-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.member-auth-message {
    margin-top: 36px;
}

.member-auth-badge {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid rgba(216, 225, 244, .9);
    border-radius: 13px;
    background: rgba(255, 255, 255, .78);
    color: #135cff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(75, 103, 180, .08);
    backdrop-filter: blur(8px);
}

.member-auth-badge svg {
    width: 19px;
    height: 19px;
    margin-right: 9px;
}

.member-auth-heading {
    max-width: 530px;
    margin: 28px 0 10px;
    color: var(--member-text-heading);
    font-size: clamp(46px, 3.65vw, 58px);
    font-weight: 700;
    letter-spacing: -1.7px;
    line-height: 1.08;
}

.member-auth-gradient-text {
    display: block;
    margin-top: 9px;
    background: linear-gradient(90deg, #176bff 0%, #4767f3 45%, #8347f5 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.member-auth-description {
    max-width: 480px;
    margin: 0;
    color: #5d6a85;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
}

.member-auth-media {
    position: absolute;
    right: 28px;
    bottom: 58px;
    left: 52px;
    height: 304px;
}

.member-auth-photo {
    position: absolute;
    bottom: 35px;
    width: 154px;
    height: 242px;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, .94);
    border-radius: 25px;
    background: #dce5f4;
    box-shadow: 0 18px 38px rgba(39, 55, 94, .17);
    transform-origin: bottom center;
    transition: transform var(--member-transition-base), box-shadow var(--member-transition-base);
    animation: member-photo-in 700ms ease-out both;
}

.member-auth-photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-auth-photo > span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 12px rgba(28, 43, 75, .18);
}

.member-auth-photo > span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-auth-photo--one {
    left: 0;
    z-index: 2;
    transform: rotate(-8deg);
}

.member-auth-photo--two {
    left: 145px;
    z-index: 3;
    height: 260px;
    transform: rotate(2deg);
    animation-delay: 90ms;
}

.member-auth-photo--three {
    left: 290px;
    z-index: 2;
    transform: rotate(7deg);
    animation-delay: 180ms;
}

.member-auth-photo--one:hover {
    transform: translateY(-7px) rotate(-5deg);
}

.member-auth-photo--two:hover {
    transform: translateY(-7px) rotate(0deg);
}

.member-auth-photo--three:hover {
    transform: translateY(-7px) rotate(4deg);
}

.member-auth-photo:hover {
    z-index: 6;
    box-shadow: 0 24px 48px rgba(39, 55, 94, .22);
}

.member-auth-community-card {
    position: absolute;
    z-index: 8;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    min-width: 302px;
    min-height: 96px;
    padding: 15px 20px;
    border: 1px solid #e8ecf5;
    border-radius: 21px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 38px rgba(39, 55, 94, .13);
    backdrop-filter: blur(9px);
}

.member-auth-community-avatars {
    display: flex;
    align-items: center;
    margin-right: 17px;
}

.member-auth-community-avatars img,
.member-auth-community-avatars span {
    width: 36px;
    height: 36px;
    margin-left: -9px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 3px 8px rgba(38, 55, 94, .09);
}

.member-auth-community-avatars img:first-child {
    margin-left: 0;
}

.member-auth-community-avatars span {
    display: grid;
    place-items: center;
    background: #dfe9ff;
    color: #176bff;
    font-size: 10px;
    font-weight: 700;
}

.member-auth-community-card > div:last-child {
    display: flex;
    flex-direction: column;
}

.member-auth-community-card strong {
    color: #121b30;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.member-auth-community-card small {
    color: #7a859b;
    font-size: 11px;
}

.member-auth-decoration,
.member-auth-ring,
.member-auth-dot,
.member-auth-dot-grid {
    position: absolute;
    pointer-events: none;
}

.member-auth-decoration {
    z-index: 0;
    border-radius: 50%;
}

.member-auth-decoration--top-left {
    top: -75px;
    left: -85px;
    width: 190px;
    height: 190px;
    background: radial-gradient(circle, rgba(108, 127, 255, .15), rgba(108, 127, 255, .035) 55%, transparent 72%);
    box-shadow: 0 0 0 1px rgba(80, 119, 255, .09), 0 0 0 17px rgba(80, 119, 255, .045), 0 0 0 34px rgba(80, 119, 255, .025);
}

.member-auth-decoration--bottom-left {
    bottom: -155px;
    left: -140px;
    width: 390px;
    height: 390px;
    background: radial-gradient(circle, rgba(42, 105, 255, .32), rgba(108, 127, 255, .08) 58%, transparent 72%);
}

.member-auth-ring {
    z-index: 0;
    border: 1px solid rgba(80, 119, 255, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 12px rgba(80, 119, 255, .08), 0 0 0 24px rgba(80, 119, 255, .055), 0 0 0 36px rgba(80, 119, 255, .035);
    animation: member-ring-drift 11s ease-in-out infinite alternate;
}

.member-auth-ring--visual {
    top: 105px;
    right: -77px;
    width: 172px;
    height: 172px;
}

.member-auth-dot {
    z-index: 1;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #5e8cff;
    box-shadow: 0 4px 10px rgba(63, 102, 229, .18);
    animation: member-dot-float 7s ease-in-out infinite;
}

.member-auth-dot--one { top: 73px; right: 135px; width: 15px; height: 15px; opacity: .25; }
.member-auth-dot--two { top: 195px; right: 68px; }
.member-auth-dot--three { right: 64px; bottom: 330px; width: 15px; height: 15px; background: #bd76ed; animation-delay: -2s; }

.member-auth-dot-grid {
    z-index: 1;
    width: 118px;
    height: 78px;
    opacity: .32;
    background-image: radial-gradient(#fff 2px, transparent 2px);
    background-size: 14px 14px;
}

.member-auth-dot-grid--visual {
    right: 33px;
    bottom: 15px;
}

.member-auth-form-panel {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    overflow: hidden;
    padding: 68px 76px;
    background: var(--member-surface);
    isolation: isolate;
}

.member-auth-form-panel::before {
    position: absolute;
    z-index: -1;
    top: -210px;
    right: -220px;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(122, 63, 242, .13), rgba(91, 125, 246, .035) 57%, transparent 73%);
    content: "";
}

.member-auth-form-panel::after {
    position: absolute;
    z-index: -1;
    right: -215px;
    bottom: -245px;
    width: 490px;
    height: 490px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(122, 63, 242, .08), rgba(91, 125, 246, .025) 57%, transparent 73%);
    content: "";
}

.member-auth-ring--form-top {
    top: -94px;
    right: -62px;
    width: 250px;
    height: 250px;
    opacity: .8;
}

.member-auth-ring--form-bottom {
    right: -90px;
    bottom: -100px;
    width: 210px;
    height: 210px;
    opacity: .6;
    animation-delay: -4s;
}

.member-auth-dot--four {
    top: 59px;
    right: 47px;
    width: 16px;
    height: 16px;
    background: #8170f5;
}

.member-auth-dot--five {
    right: 34px;
    bottom: 23px;
    width: 17px;
    height: 17px;
    background: #8c42f2;
    animation-delay: -3s;
}

.member-auth-dot-grid--form {
    right: 79px;
    bottom: 27px;
    background-image: radial-gradient(#8aa7fb 2px, transparent 2px);
}

.member-auth-form-wrap {
    position: relative;
    z-index: 4;
    width: min(100%, 560px);
}

.member-auth-form-heading {
    margin-bottom: 44px;
}

.member-auth-title {
    margin: 0;
    color: var(--member-text-primary);
    font-size: clamp(39px, 3vw, 46px);
    font-weight: 700;
    letter-spacing: -1.3px;
    line-height: 1.2;
}

.member-auth-subtitle {
    margin: 10px 0 0;
    color: var(--member-text-secondary);
    font-size: 17px;
}

.member-auth-alert {
    display: flex;
    align-items: flex-start;
    margin: -24px 0 25px;
    padding: 12px 14px;
    border: 1px solid #fecaca;
    border-radius: var(--member-radius-sm);
    background: #fff7f7;
    color: #c22f2f;
    font-size: 13px;
}

.member-auth-alert svg {
    width: 18px;
    height: 18px;
    margin: 1px 8px 0 0;
    flex: 0 0 auto;
}

.member-auth-form {
    display: grid;
    gap: 35px;
}

.member-auth-field {
    display: grid;
    gap: 11px;
}

.member-auth-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.member-auth-label {
    color: var(--member-text-primary);
    font-size: 15px;
    font-weight: 600;
}

.member-auth-forgot {
    padding: 3px 0;
    color: #135cff;
    font-size: 14px;
    font-weight: 500;
    transition: color var(--member-transition-fast);
}

.member-auth-forgot:hover {
    color: #0c4fdc;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.member-auth-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 69px;
    overflow: hidden;
    border: 1px solid var(--member-border);
    border-radius: var(--member-radius-md);
    background: #fff;
    box-shadow: 0 8px 22px rgba(46, 62, 95, .06);
    transition: border-color var(--member-transition-base), box-shadow var(--member-transition-base), transform var(--member-transition-base);
}

.member-auth-input-wrap:hover {
    border-color: #ccd6e7;
}

.member-auth-input-wrap:focus-within {
    border-color: #4f73f4;
    box-shadow: 0 0 0 4px rgba(79, 115, 244, .12), 0 8px 24px rgba(46, 62, 95, .08);
}

.member-auth-input-wrap--error {
    border-color: var(--member-danger);
}

.member-auth-input-wrap--error:focus-within {
    border-color: var(--member-danger);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, .12), 0 8px 24px rgba(46, 62, 95, .06);
}

.member-auth-input-icon {
    width: 23px;
    height: 23px;
    margin-left: 20px;
    flex: 0 0 auto;
    color: #8190a7;
    transition: color var(--member-transition-base);
}

.member-auth-input-wrap:focus-within .member-auth-input-icon {
    color: #4f73f4;
}

.member-auth-input-wrap--error .member-auth-input-icon {
    color: var(--member-danger);
}

.member-auth-input {
    min-width: 0;
    width: 100%;
    height: 67px;
    padding: 0 20px 0 17px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #1f2937;
    font-size: 16px;
}

.member-auth-input--password {
    padding-right: 66px;
}

.member-auth-input::placeholder {
    color: #9aa5b8;
    opacity: 1;
}

.member-auth-password-toggle {
    position: absolute;
    right: 11px;
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 11px;
    background: transparent;
    color: #7e8ba1;
    transition: color var(--member-transition-fast), background var(--member-transition-fast), transform var(--member-transition-fast);
}

.member-auth-password-toggle:hover {
    background: #f4f7fc;
    color: #4f73f4;
}

.member-auth-password-toggle:active {
    transform: scale(.95);
}

.member-auth-eye {
    grid-area: 1 / 1;
    width: 21px;
    height: 21px;
    transition: opacity var(--member-transition-fast), transform var(--member-transition-fast);
}

.member-auth-eye--hide {
    opacity: 0;
    transform: scale(.72);
}

.member-auth-password-toggle.is-visible .member-auth-eye--show {
    opacity: 0;
    transform: scale(.72);
}

.member-auth-password-toggle.is-visible .member-auth-eye--hide {
    opacity: 1;
    transform: scale(1);
}

.member-auth-error {
    display: flex;
    align-items: flex-start;
    margin: -2px 2px 0;
    color: #dc2626;
    font-size: 13px;
    line-height: 1.45;
}

.member-auth-error svg {
    width: 16px;
    height: 16px;
    margin: 1px 7px 0 0;
    flex: 0 0 auto;
}

.member-auth-submit,
.member-auth-google {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 70px;
    padding: 0 22px;
    border-radius: var(--member-radius-md);
    transition: transform var(--member-transition-fast), border-color var(--member-transition-fast), background var(--member-transition-fast), box-shadow var(--member-transition-fast), filter var(--member-transition-fast);
}

.member-auth-submit {
    margin-top: 8px;
    background: linear-gradient(90deg, #176bff 0%, #3869f5 45%, #7a3ff2 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 14px 32px rgba(69, 91, 238, .26);
}

.member-auth-submit svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.member-auth-submit:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 18px 38px rgba(69, 91, 238, .31);
}

.member-auth-submit:active {
    transform: translateY(0) scale(.99);
}

.member-auth-submit:disabled,
.member-auth-google:disabled {
    opacity: .58;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.member-auth-divider {
    display: flex;
    align-items: center;
    margin: 2px 0;
    color: var(--member-text-secondary);
    font-size: 14px;
    white-space: nowrap;
}

.member-auth-divider::before,
.member-auth-divider::after {
    width: 100%;
    height: 1px;
    background: var(--member-border);
    content: "";
}

.member-auth-divider span {
    padding: 0 20px;
}

.member-auth-google {
    border: 1px solid var(--member-border);
    background: #fff;
    color: var(--member-text-primary);
    font-size: 16px;
    font-weight: 500;
    box-shadow: var(--member-shadow-sm);
}

.member-auth-google:hover {
    transform: translateY(-1px);
    border-color: #ccd6e7;
    background: #fafbff;
    box-shadow: 0 10px 24px rgba(38, 55, 94, .09);
}

.member-auth-google:active {
    transform: translateY(0);
}

.member-auth-google svg {
    width: 25px;
    height: 25px;
    margin-right: 14px;
    flex: 0 0 auto;
    stroke: none;
}

.member-auth-security {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 43px 0 0;
    color: var(--member-text-secondary);
    font-size: 14px;
    text-align: center;
}

.member-auth-security svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    flex: 0 0 auto;
    color: var(--member-success);
}

.member-auth-switch {
    margin: 18px 0 0;
    color: var(--member-text-secondary);
    font-size: 14px;
    text-align: center;
}

.member-auth-switch a {
    color: var(--member-primary);
    font-weight: 600;
    transition: color var(--member-transition-fast);
}

.member-auth-switch a:hover {
    color: var(--member-primary-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.member-auth-logo:focus-visible,
.member-auth-forgot:focus-visible,
.member-auth-switch a:focus-visible,
.member-auth-password-toggle:focus-visible,
.member-auth-submit:focus-visible,
.member-auth-google:focus-visible {
    outline: 3px solid rgba(79, 115, 244, .27);
    outline-offset: 3px;
}

@keyframes member-page-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes member-shell-up {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes member-photo-in {
    from {
        opacity: 0;
        scale: .92;
        translate: 0 14px;
    }
    to {
        opacity: 1;
        scale: 1;
        translate: 0 0;
    }
}

@keyframes member-dot-float {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -9px, 0); }
}

@keyframes member-ring-drift {
    from { transform: rotate(0deg) scale(1); }
    to { transform: rotate(18deg) scale(1.035); }
}

@media (min-width: 1600px) {
    .member-auth-shell {
        width: min(calc(100vw - 100px), 1460px);
    }

    .member-auth-visual-content {
        padding-right: 68px;
        padding-left: 68px;
    }
}

@media (max-width: 1250px) {
    .member-auth-page {
        padding: 28px;
    }

    .member-auth-shell {
        width: calc(100vw - 56px);
        min-height: min(820px, calc(100vh - 56px));
    }

    .member-auth-visual-content {
        padding: 40px 42px;
    }

    .member-auth-logo {
        width: 88px;
        min-height: 88px;
    }

    .member-auth-message {
        margin-top: 32px;
    }

    .member-auth-heading {
        font-size: clamp(39px, 4vw, 48px);
    }

    .member-auth-description {
        font-size: 15px;
    }

    .member-auth-media {
        right: 18px;
        bottom: 42px;
        left: 31px;
        transform: scale(.88);
        transform-origin: bottom left;
        width: 525px;
    }

    .member-auth-form-panel {
        padding: 52px 56px;
    }

    .member-auth-form-heading {
        margin-bottom: 34px;
    }

    .member-auth-form {
        gap: 27px;
    }

    .member-auth-input-wrap,
    .member-auth-submit,
    .member-auth-google {
        min-height: 62px;
    }

    .member-auth-input {
        height: 60px;
    }

    .member-auth-security {
        margin-top: 30px;
    }
}

@media (max-width: 1024px) {
    .member-auth-page {
        padding: 20px;
    }

    .member-auth-shell {
        grid-template-columns: 43% 57%;
        width: calc(100vw - 40px);
        min-height: min(780px, calc(100vh - 40px));
        border-radius: 26px;
    }

    .member-auth-visual-content {
        padding: 32px 30px;
    }

    .member-auth-logo {
        width: 80px;
        min-height: 80px;
    }

    .member-auth-message {
        margin-top: 28px;
    }

    .member-auth-badge {
        min-height: 37px;
        padding-inline: 12px;
        font-size: 11px;
    }

    .member-auth-heading {
        margin-top: 22px;
        font-size: 37px;
    }

    .member-auth-description {
        font-size: 13px;
    }

    .member-auth-description br {
        display: none;
    }

    .member-auth-media {
        bottom: 24px;
        left: 15px;
        transform: scale(.72);
    }

    .member-auth-form-panel {
        padding: 42px 38px;
    }

    .member-auth-title {
        font-size: 36px;
    }

    .member-auth-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 800px) {
    .member-auth-page {
        align-items: start;
        padding: 18px;
        overflow-y: auto;
    }

    .member-auth-shell {
        display: block;
        width: min(100%, 620px);
        min-height: 0;
        border-radius: 24px;
    }

    .member-auth-visual {
        min-height: 205px;
    }

    .member-auth-visual-content {
        min-height: 205px;
        padding: 28px 32px;
    }

    .member-auth-logo {
        width: 72px;
        min-height: 72px;
    }

    .member-auth-message {
        margin-top: 20px;
    }

    .member-auth-badge,
    .member-auth-description,
    .member-auth-media,
    .member-auth-decoration--bottom-left,
    .member-auth-dot-grid--visual,
    .member-auth-dot--three {
        display: none;
    }

    .member-auth-heading {
        margin: 0;
        font-size: 28px;
        letter-spacing: -.8px;
    }

    .member-auth-gradient-text {
        display: inline;
        margin: 0 0 0 5px;
    }

    .member-auth-gradient-text br {
        display: none;
    }

    .member-auth-ring--visual {
        top: 18px;
        right: -75px;
    }

    .member-auth-form-panel {
        min-height: auto;
        padding: 44px 48px 39px;
        overflow: hidden;
    }

    .member-auth-form-wrap {
        max-width: 500px;
    }

    .member-auth-form-heading {
        margin-bottom: 31px;
    }

    .member-auth-form {
        gap: 25px;
    }

    .member-auth-ring--form-top,
    .member-auth-dot--four {
        opacity: .35;
    }
}

@media (max-width: 576px) {
    .member-auth-page {
        padding: 14px;
    }

    .member-auth-shell {
        border-radius: 20px;
    }

    .member-auth-visual,
    .member-auth-visual-content {
        min-height: 132px;
    }

    .member-auth-visual-content {
        padding: 23px 24px;
    }

    .member-auth-logo {
        width: 64px;
        min-height: 64px;
    }

    .member-auth-message {
        display: none;
    }

    .member-auth-decoration--top-left,
    .member-auth-ring--visual,
    .member-auth-dot--one,
    .member-auth-dot--two {
        opacity: .28;
    }

    .member-auth-form-panel {
        padding: 32px 23px 28px;
    }

    .member-auth-title {
        font-size: 31px;
        letter-spacing: -.8px;
    }

    .member-auth-subtitle {
        margin-top: 7px;
        font-size: 13px;
    }

    .member-auth-form-heading {
        margin-bottom: 27px;
    }

    .member-auth-form {
        gap: 22px;
    }

    .member-auth-label,
    .member-auth-forgot {
        font-size: 13px;
    }

    .member-auth-input-wrap,
    .member-auth-submit,
    .member-auth-google {
        min-height: 56px;
        border-radius: 14px;
    }

    .member-auth-input {
        height: 54px;
        font-size: 14px;
    }

    .member-auth-input-icon {
        width: 20px;
        height: 20px;
        margin-left: 16px;
    }

    .member-auth-submit {
        margin-top: 3px;
        font-size: 16px;
    }

    .member-auth-google {
        font-size: 14px;
    }

    .member-auth-divider {
        font-size: 12px;
    }

    .member-auth-divider span {
        padding-inline: 13px;
    }

    .member-auth-security {
        margin-top: 26px;
        font-size: 12px;
    }

    .member-auth-ring--form-top,
    .member-auth-ring--form-bottom,
    .member-auth-dot-grid--form,
    .member-auth-dot--four,
    .member-auth-dot--five {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto;
        animation-duration: .01ms;
        animation-iteration-count: 1;
        transition-duration: .01ms;
    }
}
