@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
    --sa-canvas: #010304;
    --sa-surface: #05090d;
    --sa-panel: #0d1117;
    --sa-panel-raised: #111821;
    --sa-line: rgba(156, 163, 175, 0.18);
    --sa-line-strong: rgba(163, 230, 53, 0.34);
    --sa-text: #ffffff;
    --sa-muted: #9ca3af;
    --sa-muted-deep: #69717e;
    --sa-green: #16a34a;
    --sa-green-bright: #22c55e;
    --sa-lime: #84cc16;
    --sa-lime-bright: #a3e635;
    --sa-orange: #f59e0b;
    --sa-danger: #fb7185;
    --sa-radius-lg: 28px;
    --sa-radius-md: 18px;
    --sa-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

html[data-theme="light"] {
    color-scheme: light;
    --sa-canvas: #edf3e9;
    --sa-surface: #ffffff;
    --sa-panel: #ffffff;
    --sa-panel-raised: #f3f7ef;
    --sa-line: rgba(13, 17, 23, 0.13);
    --sa-line-strong: rgba(77, 124, 15, 0.32);
    --sa-text: #0d1117;
    --sa-muted: #59656f;
    --sa-muted-deep: #75808a;
    --sa-lime-bright: #65a30d;
    --sa-shadow: 0 24px 70px rgba(25, 45, 18, 0.14);
}

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

html {
    color-scheme: dark;
    background: var(--sa-canvas);
}

body.sa-public-page {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 88% 8%, rgba(132, 204, 22, 0.09), transparent 28rem),
        var(--sa-canvas);
    color: var(--sa-text);
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.sa-public-page a,
.sa-public-page button,
.sa-public-page input,
.sa-public-page select,
.sa-public-page textarea,
.sa-public-page summary {
    font: inherit;
}

.sa-public-page a {
    color: inherit;
}

.sa-skip-link {
    position: fixed;
    z-index: 200;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    background: var(--sa-lime-bright);
    color: #071005 !important;
    font-size: 13px;
    font-weight: 800;
    transform: translateY(-180%);
    transition: transform 160ms ease;
}

.sa-skip-link:focus {
    transform: translateY(0);
}

.sa-theme-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    cursor: pointer;
    place-items: center;
    padding: 0;
    border: 1px solid var(--sa-line);
    border-radius: 12px;
    background: rgba(8, 13, 18, 0.82);
    color: var(--sa-muted);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.sa-theme-toggle:hover {
    border-color: var(--sa-line-strong);
    color: var(--sa-lime-bright);
    transform: translateY(-1px);
}

.sa-theme-toggle:focus-visible {
    outline: 3px solid var(--sa-lime-bright);
    outline-offset: 3px;
}

.sa-theme-toggle svg {
    width: 18px;
    height: 18px;
}

.sa-theme-toggle--floating {
    position: fixed;
    z-index: 120;
    top: 20px;
    right: 20px;
}

.theme-icon--moon {
    display: none;
}

html[data-theme="light"] .theme-icon--sun {
    display: none;
}

html[data-theme="light"] .theme-icon--moon {
    display: block;
}

.sa-logo-horizontal {
    display: block;
    width: 218px;
    height: auto;
    object-fit: contain;
}

.sa-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--sa-text);
    text-decoration: none;
}

.sa-brand-mark {
    display: block;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    object-fit: contain;
}

.sa-brand-copy,
.sa-brand-name,
.sa-brand-accent {
    display: block;
}

.sa-brand-name,
.sa-brand-accent {
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}

.sa-brand-name {
    color: var(--sa-text);
    letter-spacing: 0.08em;
}

.sa-brand-accent {
    margin-top: 5px;
    color: var(--sa-lime-bright);
    letter-spacing: 0.17em;
}

.sa-logo-icon {
    display: block;
    width: 52px;
    height: 58px;
    object-fit: contain;
}

.sa-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--sa-lime-bright);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.sa-kicker::before {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.sa-auth-shell {
    display: flex;
    min-height: 100vh;
    background: var(--sa-canvas);
}

.sa-auth-visual {
    isolation: isolate;
    position: sticky;
    top: 0;
    display: flex;
    flex: 0 0 46%;
    flex-direction: column;
    justify-content: space-between;
    width: 46%;
    max-height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    padding: clamp(34px, 4vw, 64px);
    border-right: 1px solid var(--sa-line);
    background-color: #03070a;
    background-image: url("../login_bg/arena.702a5b4bf4a2.webp");
    background-position: center;
    background-size: cover;
}

.sa-auth-visual > .sa-background-slider {
    z-index: 0;
}

.sa-auth-visual > .sa-background-slider .sa-background-slide {
    background-position: center;
}

.sa-auth-visual::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image:
        linear-gradient(180deg, rgba(1, 3, 4, 0.26), rgba(1, 3, 4, 0.74)),
        linear-gradient(90deg, rgba(1, 3, 4, 0.46), rgba(1, 3, 4, 0.12)),
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: auto, auto, 46px 46px, 46px 46px;
    content: "";
}

.sa-auth-visual::after {
    position: absolute;
    z-index: 1;
    right: -22%;
    bottom: -22%;
    width: 72%;
    aspect-ratio: 1;
    border: 1px solid rgba(163, 230, 53, 0.28);
    border-radius: 50%;
    box-shadow:
        0 0 0 28px rgba(132, 204, 22, 0.035),
        0 0 0 66px rgba(132, 204, 22, 0.02);
    content: "";
}

.sa-auth-visual .sa-brand-lockup {
    position: relative;
    z-index: 2;
}

.sa-auth-copy {
    position: relative;
    z-index: 2;
    width: min(100%, 570px);
    margin: auto 0;
    padding: 56px 0;
}

.sa-auth-copy h1 {
    max-width: 680px;
    margin: 18px 0 17px;
    font-size: clamp(44px, 5.2vw, 76px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.sa-auth-copy h1 span {
    display: block;
    color: var(--sa-lime);
}

.sa-auth-copy > p:not(.sa-kicker) {
    max-width: 520px;
    margin: 0;
    color: #c2c8d0;
    font-size: 15px;
    line-height: 1.75;
}

.sa-benefit-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.sa-benefit-list li {
    min-height: 100px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 16px;
    background: rgba(5, 9, 13, 0.78);
    backdrop-filter: blur(10px);
}

.sa-benefit-list svg {
    width: 20px;
    height: 20px;
    color: var(--sa-lime-bright);
}

.sa-benefit-list strong,
.sa-benefit-list span {
    display: block;
}

.sa-benefit-list strong {
    margin-top: 12px;
    font-size: 12px;
}

.sa-benefit-list span {
    margin-top: 4px;
    color: var(--sa-muted);
    font-size: 10px;
    line-height: 1.4;
}

.sa-auth-proof {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--sa-muted);
    font-size: 11px;
    line-height: 1.5;
}

.sa-proof-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: var(--sa-lime-bright);
    box-shadow: 0 0 18px rgba(163, 230, 53, 0.68);
}

.sa-auth-main {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
    padding: 28px clamp(22px, 4vw, 58px) 40px;
    background:
        radial-gradient(circle at 100% 0%, rgba(34, 197, 94, 0.08), transparent 24rem),
        var(--sa-canvas);
}

.sa-register-wrap {
    width: min(100%, 620px);
    margin: 0 auto;
}

.sa-mobile-brand {
    display: none;
    justify-content: center;
    margin-bottom: 18px;
}

.sa-auth-switch,
.sa-role-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    border: 1px solid var(--sa-line);
    border-radius: 15px;
    background: #080d12;
}

.sa-auth-switch {
    margin-bottom: 28px;
}

.sa-auth-switch > *,
.sa-role-switch > * {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 11px;
    text-decoration: none;
}

.sa-auth-switch a,
.sa-role-switch button {
    color: var(--sa-muted);
}

.sa-auth-switch a:hover,
.sa-role-switch button:hover {
    color: var(--sa-text);
}

.sa-form-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.sa-form-heading h2 {
    margin: 0;
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: -0.035em;
}

.sa-form-heading p {
    margin: 5px 0 0;
    color: var(--sa-muted);
    font-size: 12px;
}

.sa-role-switch {
    margin: 0 0 18px;
}

.sa-role-switch button {
    cursor: pointer;
}

.sa-register-form {
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid var(--sa-line);
    border-radius: 22px;
    background: rgba(8, 13, 18, 0.88);
    box-shadow: 0 18px 64px rgba(0, 0, 0, 0.2);
}

.sa-error-alert {
    margin-bottom: 16px;
}

.sa-public-page .btn-stadion {
    border: 1px solid rgba(190, 242, 100, 0.32);
    background: linear-gradient(135deg, var(--sa-lime-bright), var(--sa-green));
    box-shadow: 0 10px 28px rgba(132, 204, 22, 0.18);
    color: #071005;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.sa-public-page .btn-stadion:hover {
    filter: brightness(1.06);
    box-shadow: 0 14px 34px rgba(132, 204, 22, 0.28);
    transform: translateY(-1px);
}

.sa-public-page .btn-stadion.text-white,
.sa-public-page .btn-stadion .text-white {
    color: #071005 !important;
}

.sa-public-page .input-dark {
    min-height: 46px;
    border: 1px solid #26303b;
    background: #0c1218;
    color: #f4f7f8;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.sa-public-page .input-dark::placeholder {
    color: #69717e;
}

.sa-public-page .input-dark:hover {
    border-color: #3a4653;
}

.sa-public-page .input-dark:focus,
.sa-public-page .input-dark:focus-within,
.sa-public-page details[open] > .input-dark {
    outline: none;
    border-color: var(--sa-lime);
    background: #0e151c;
    box-shadow: 0 0 0 3px rgba(132, 204, 22, 0.16);
}

.sa-public-page select.input-dark option {
    background: #0c1218;
    color: #f4f7f8;
}

.sa-public-page .pill-option {
    display: flex;
    min-height: 44px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #26303b;
    border-radius: 12px;
    background: #0c1218;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.sa-public-page .pill-option:hover {
    border-color: rgba(163, 230, 53, 0.62);
}

.sa-public-page .pill-option:has(:checked) {
    border-color: var(--sa-lime);
    background: rgba(132, 204, 22, 0.1);
    box-shadow: inset 0 0 0 1px rgba(163, 230, 53, 0.12);
}

.sa-public-page input[type="radio"],
.sa-public-page input[type="checkbox"] {
    accent-color: var(--sa-lime);
}

.sa-public-page .avatar-choice {
    background: #111821;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.09);
}

.sa-public-page .avatar-choice:hover,
.sa-public-page .avatar-choice.border-lime-400 {
    border-color: var(--sa-lime-bright) !important;
}

.country-flag-picker > summary {
    cursor: pointer;
    list-style: none;
}

.country-flag-picker > summary::-webkit-details-marker {
    display: none;
}

.country-flag-picker > summary [data-lucide="chevron-down"] {
    transition: transform 150ms ease;
}

.country-flag-picker[open] > summary [data-lucide="chevron-down"] {
    transform: rotate(180deg);
}

.country-flag-picker > div {
    scrollbar-color: #40505f #101820;
}

.flag-img {
    width: 1.25rem;
    height: 0.9375rem;
    flex-shrink: 0;
    border-radius: 2px;
    object-fit: cover;
}

.sa-register-footer {
    margin: 18px 0 0;
    padding-bottom: 10px;
    color: var(--sa-muted);
    text-align: center;
}

.sa-register-footer a,
.sa-register-form a,
.sa-text-link {
    color: var(--sa-lime-bright) !important;
    text-decoration-color: rgba(163, 230, 53, 0.5);
    text-underline-offset: 3px;
}

.sa-register-footer a:hover,
.sa-register-form a:hover,
.sa-text-link:hover {
    color: #bef264 !important;
}

.sa-public-header {
    position: sticky;
    z-index: 80;
    top: 0;
    border-bottom: 1px solid var(--sa-line);
    background: rgba(1, 3, 4, 0.88);
    backdrop-filter: blur(18px);
}

.sa-public-header__inner {
    display: flex;
    width: min(100% - 40px, 1180px);
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 auto;
}

.sa-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sa-header-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.sa-header-back {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 0 15px;
    border: 1px solid var(--sa-line);
    border-radius: 12px;
    color: #d6dae0 !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.sa-header-back:hover {
    border-color: var(--sa-line-strong);
    background: rgba(132, 204, 22, 0.07);
    color: var(--sa-lime-bright) !important;
}

.sa-support-main {
    position: relative;
    isolation: isolate;
    width: min(100% - 40px, 1180px);
    margin: 0 auto;
    padding: clamp(48px, 7vw, 92px) 0 48px;
}

.sa-support-main::before {
    position: absolute;
    z-index: -1;
    top: 4%;
    left: -18%;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(132, 204, 22, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(132, 204, 22, 0.018), 0 0 0 86px rgba(132, 204, 22, 0.012);
    content: "";
}

.sa-support-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
    gap: clamp(36px, 7vw, 92px);
    align-items: start;
}

.sa-support-intro {
    padding-top: 20px;
}

.sa-support-intro h1 {
    max-width: 560px;
    margin: 20px 0 18px;
    font-size: clamp(44px, 5vw, 70px);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.98;
}

.sa-support-intro h1 span {
    display: block;
    color: var(--sa-lime);
}

.sa-support-lede {
    max-width: 530px;
    margin: 0;
    color: #b4bbc4;
    font-size: 15px;
    line-height: 1.8;
}

.sa-support-points {
    display: grid;
    gap: 12px;
    margin-top: 34px;
}

.sa-support-point {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 16px;
    border: 1px solid var(--sa-line);
    border-radius: 15px;
    background: rgba(13, 17, 23, 0.72);
}

.sa-support-point__icon {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border: 1px solid rgba(163, 230, 53, 0.22);
    border-radius: 12px;
    background: rgba(132, 204, 22, 0.08);
    color: var(--sa-lime-bright);
}

.sa-support-point strong,
.sa-support-point span {
    display: block;
}

.sa-support-point strong {
    font-size: 12px;
}

.sa-support-point span {
    margin-top: 3px;
    color: var(--sa-muted);
    font-size: 11px;
    line-height: 1.45;
}

.sa-support-card {
    position: relative;
    overflow: hidden;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid var(--sa-line);
    border-radius: var(--sa-radius-lg);
    background:
        linear-gradient(145deg, rgba(22, 163, 74, 0.05), transparent 38%),
        var(--sa-panel);
    box-shadow: var(--sa-shadow);
}

.sa-support-card::before {
    position: absolute;
    top: 0;
    right: 34px;
    left: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--sa-lime-bright), transparent);
    content: "";
}

.sa-support-card__head {
    margin-bottom: 24px;
}

.sa-support-card__head h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.sa-support-card__head p {
    margin: 7px 0 0;
    color: var(--sa-muted);
    font-size: 12px;
    line-height: 1.55;
}

.sa-support-form {
    display: grid;
    gap: 17px;
}

.sa-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.sa-field label {
    display: block;
    margin-bottom: 7px;
    color: #c5cbd2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.sa-field label span {
    color: var(--sa-muted-deep);
    font-weight: 600;
}

.sa-field input,
.sa-field textarea {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 13px 14px;
    border: 1px solid #293440;
    border-radius: 13px;
    outline: none;
    background: #080d12;
    color: var(--sa-text);
    font-size: 13px;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.sa-field textarea {
    min-height: 154px;
    resize: vertical;
    line-height: 1.6;
}

.sa-field input::placeholder,
.sa-field textarea::placeholder {
    color: #5f6874;
}

.sa-field input:hover,
.sa-field textarea:hover {
    border-color: #3c4b5a;
}

.sa-field input:focus,
.sa-field textarea:focus {
    border-color: var(--sa-lime);
    background: #0b1117;
    box-shadow: 0 0 0 3px rgba(132, 204, 22, 0.15);
}

.sa-support-submit {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 2px;
    border: 1px solid rgba(190, 242, 100, 0.3);
    border-radius: 13px;
    background: linear-gradient(135deg, var(--sa-lime-bright), var(--sa-green));
    box-shadow: 0 12px 30px rgba(132, 204, 22, 0.18);
    color: #071005;
    font-size: 13px;
    font-weight: 800;
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.sa-support-submit:hover {
    filter: brightness(1.06);
    box-shadow: 0 16px 36px rgba(132, 204, 22, 0.28);
    transform: translateY(-1px);
}

.sa-inline-alert {
    padding: 11px 13px;
    border: 1px solid rgba(251, 113, 133, 0.3);
    border-radius: 12px;
    background: rgba(244, 63, 94, 0.08);
    color: #fda4af;
    font-size: 12px;
    font-weight: 700;
}

.sa-support-state {
    display: grid;
    min-height: 400px;
    place-items: center;
    text-align: center;
}

.sa-state-content {
    max-width: 390px;
}

.sa-state-icon {
    display: grid;
    width: 66px;
    height: 66px;
    margin: 0 auto 18px;
    place-items: center;
    border: 1px solid rgba(163, 230, 53, 0.3);
    border-radius: 22px;
    background: rgba(132, 204, 22, 0.09);
    color: var(--sa-lime-bright);
}

.sa-state-icon svg {
    width: 28px;
    height: 28px;
}

.sa-support-state h2 {
    margin: 0;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.sa-support-state p {
    margin: 10px 0 0;
    color: var(--sa-muted);
    font-size: 13px;
    line-height: 1.7;
}

.sa-state-action {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
    padding: 0 20px;
    border: 1px solid rgba(163, 230, 53, 0.28);
    border-radius: 12px;
    background: rgba(132, 204, 22, 0.1);
    color: var(--sa-lime-bright) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.sa-state-action:hover {
    background: rgba(132, 204, 22, 0.16);
}

.sa-support-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 54px;
    padding-top: 22px;
    border-top: 1px solid var(--sa-line);
    color: var(--sa-muted-deep);
    font-size: 11px;
}

.sa-support-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.sa-support-footer a {
    color: var(--sa-muted) !important;
    font-weight: 700;
    text-decoration: none;
}

.sa-support-footer a:hover {
    color: var(--sa-lime-bright) !important;
}

.sa-public-page :focus-visible {
    outline: 2px solid var(--sa-lime-bright);
    outline-offset: 3px;
}

@media (max-width: 1080px) {
    .sa-auth-visual {
        display: none;
    }

    .sa-auth-main {
        padding-top: 24px;
    }

    .sa-mobile-brand {
        display: flex;
    }

    .sa-support-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .sa-support-intro {
        max-width: 720px;
        padding-top: 0;
    }

    .sa-support-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .sa-auth-main {
        padding: 18px 14px 30px;
    }

    .sa-register-form {
        padding: 17px 14px;
        border-radius: 18px;
    }

    .sa-form-heading {
        align-items: flex-start;
    }

    .sa-form-heading .sa-logo-icon {
        width: 42px;
        height: 48px;
    }

    .sa-public-header__inner,
    .sa-support-main {
        width: min(100% - 28px, 1180px);
    }

    .sa-public-header__inner {
        min-height: 72px;
    }

    .sa-public-header .sa-brand-mark {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .sa-public-header .sa-brand-name,
    .sa-public-header .sa-brand-accent {
        font-size: 14px;
    }

    .sa-header-back span {
        display: none;
    }

    .sa-header-back {
        width: 44px;
        padding: 0;
        justify-content: center;
    }

    .sa-support-main {
        padding-top: 38px;
    }

    .sa-support-intro h1 {
        font-size: clamp(40px, 13vw, 56px);
    }

    .sa-support-points,
    .sa-field-grid {
        grid-template-columns: 1fr;
    }

    .sa-support-card {
        padding: 21px 16px;
        border-radius: 20px;
    }

    .sa-support-state {
        min-height: 340px;
    }

    .sa-support-footer {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 38px;
    }
}

@media (max-width: 430px) {
    .sa-name-grid {
        grid-template-columns: 1fr;
    }

    .sa-benefit-list {
        grid-template-columns: 1fr;
    }

    .sa-auth-switch > *,
    .sa-role-switch > * {
        font-size: 11px;
    }
}

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

/* Light mode keeps the registration artwork cinematic while making every
   interactive surface and support panel distinctly bright and readable. */
html[data-theme="light"] body.sa-public-page {
    background:
        radial-gradient(circle at 88% 8%, rgba(132, 204, 22, 0.12), transparent 28rem),
        var(--sa-canvas);
}

html[data-theme="light"] .sa-theme-toggle {
    background: rgba(255, 255, 255, 0.94);
    color: #46515a;
    box-shadow: 0 8px 24px rgba(25, 45, 18, 0.1);
}

html[data-theme="light"] .sa-auth-visual {
    color: #ffffff;
}

html[data-theme="light"] .sa-auth-visual .sa-brand-name {
    color: #ffffff;
}

html[data-theme="light"] .sa-auth-visual .sa-benefit-list span,
html[data-theme="light"] .sa-auth-visual .sa-auth-proof {
    color: #b9c1c9;
}

html[data-theme="light"] .sa-auth-main {
    background:
        radial-gradient(circle at 100% 0%, rgba(132, 204, 22, 0.11), transparent 24rem),
        var(--sa-canvas);
}

html[data-theme="light"] .sa-auth-switch,
html[data-theme="light"] .sa-role-switch,
html[data-theme="light"] .sa-register-form {
    background: rgba(255, 255, 255, 0.94);
}

html[data-theme="light"] .sa-register-form {
    box-shadow: 0 18px 60px rgba(25, 45, 18, 0.11);
}

html[data-theme="light"] .sa-public-page .input-dark,
html[data-theme="light"] .sa-public-page .pill-option {
    border-color: #cdd6c9;
    background: #f7faf5;
    color: #172027;
}

html[data-theme="light"] .sa-public-page .input-dark:hover,
html[data-theme="light"] .sa-public-page .pill-option:hover {
    border-color: #a6b69f;
}

html[data-theme="light"] .sa-public-page .input-dark:focus,
html[data-theme="light"] .sa-public-page .input-dark:focus-within,
html[data-theme="light"] .sa-public-page details[open] > .input-dark {
    background: #ffffff;
}

html[data-theme="light"] .sa-public-page select.input-dark option,
html[data-theme="light"] .country-flag-picker > div {
    border-color: #d7ded3 !important;
    background: #ffffff !important;
    color: #172027 !important;
}

html[data-theme="light"] .country-flag-picker > div button:hover {
    background: rgba(101, 163, 13, 0.09) !important;
}

html[data-theme="light"] .sa-public-page .avatar-choice {
    background: #eef4ea;
    box-shadow: 0 0 0 1px rgba(13, 17, 23, 0.1);
}

html[data-theme="light"] .sa-register-page .text-gray-200 {
    color: #27323a !important;
}

html[data-theme="light"] .sa-register-page .text-gray-400 {
    color: #59656f !important;
}

html[data-theme="light"] .sa-register-page .text-gray-500 {
    color: #75808a !important;
}

html[data-theme="light"] .sa-register-page .btn-stadion,
html[data-theme="light"] .sa-register-page .btn-stadion.text-white {
    color: #071005 !important;
}

html[data-theme="light"] .sa-public-header {
    background: rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .sa-header-back {
    background: rgba(255, 255, 255, 0.75);
    color: #344149 !important;
}

html[data-theme="light"] .sa-support-lede {
    color: var(--sa-muted);
}

html[data-theme="light"] .sa-support-point {
    background: rgba(255, 255, 255, 0.82);
}

html[data-theme="light"] .sa-support-card {
    background:
        linear-gradient(145deg, rgba(132, 204, 22, 0.06), transparent 38%),
        var(--sa-panel);
}

html[data-theme="light"] .sa-field label {
    color: #3f4c55;
}

html[data-theme="light"] .sa-field input,
html[data-theme="light"] .sa-field textarea {
    border-color: #cdd6c9;
    background: #f7faf5;
    color: var(--sa-text);
}

html[data-theme="light"] .sa-field input:hover,
html[data-theme="light"] .sa-field textarea:hover {
    border-color: #a6b69f;
}

html[data-theme="light"] .sa-field input:focus,
html[data-theme="light"] .sa-field textarea:focus {
    background: #ffffff;
}

html[data-theme="light"] .sa-field input::placeholder,
html[data-theme="light"] .sa-field textarea::placeholder {
    color: #7b858d;
}
