﻿        @font-face {
            font-family: "AF1 Georgian";
            src: url("../login/fonts/YourFont-Regular.ttf") format("truetype");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "AF1 Georgian";
            src: url("../login/fonts/YourFont-Bold.ttf") format("truetype");
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "AF1 Georgian";
            src: url("../login/fonts/YourFont-Medium.ttf") format("truetype");
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }

        :root {
            --af1-input-placeholder: rgba(216, 223, 230, 0.32);
            --af1-text: #f4f6f8;
            --af1-red: #e53935;
            --af1-red-hover: #d32f2f;
            --af1-red-active: #bb2727;
            --af1-font-sans: "AF1 Georgian", "Segoe UI", -apple-system, BlinkMacSystemFont, "Noto Sans Georgian", "Noto Sans", Arial, sans-serif;
            --af1-type-label-size: 0.76rem;
            --af1-type-label-spacing: 0.12em;
            --af1-type-label-transform: uppercase;
            --af1-type-control-size: 0.95rem;
            --af1-type-control-spacing: 0.02em;
            --af1-type-control-transform: uppercase;
            --af1-type-tab-size: 0.78rem;
            --af1-type-tab-spacing: 0.08em;
            --af1-type-tab-transform: uppercase;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            min-height: 100%;
            font-size: 16px;
        }

        body {
            min-height: 100vh;
            font-family: var(--af1-font-sans);
            color: var(--af1-text);
            background: #05070b;
            font-weight: 400;
            font-synthesis: none;
            font-kerning: normal;
            text-rendering: auto;
            -webkit-font-smoothing: auto;
            -moz-osx-font-smoothing: grayscale;
            overflow-x: hidden;
        }

        body.lang-en {
            --af1-type-label-size: 0.74rem;
            --af1-type-label-spacing: 0.14em;
            --af1-type-control-size: 0.94rem;
            --af1-type-control-spacing: 0.08em;
            --af1-type-tab-size: 0.76rem;
            --af1-type-tab-spacing: 0.12em;
        }

        body.lang-ka {
            --af1-type-label-size: 0.8rem;
            --af1-type-label-spacing: 0;
            --af1-type-label-transform: none;
            --af1-type-control-size: 0.96rem;
            --af1-type-control-spacing: 0;
            --af1-type-control-transform: none;
            --af1-type-tab-size: 0.84rem;
            --af1-type-tab-spacing: 0;
            --af1-type-tab-transform: none;
        }

        body.lang-ru {
            --af1-font-sans: "Segoe UI", "Noto Sans", Arial, "AF1 Georgian", sans-serif;
            --af1-type-label-size: 0.75rem;
            --af1-type-label-spacing: 0.06em;
            --af1-type-control-size: 0.93rem;
            --af1-type-control-spacing: 0.03em;
            --af1-type-control-transform: none;
            --af1-type-tab-size: 0.76rem;
            --af1-type-tab-spacing: 0.04em;
            --af1-type-tab-transform: none;
        }

        body.lang-ka,
        body.lang-ru {
            letter-spacing: normal;
        }

        body button,
        body input,
        body label,
        body .af1-auth__tab-btn,
        body .af1-track__hint,
        body .af1-track__error,
        body .af1-auth__button,
        body .af1-track__btn,
        body .af1-auth__lang-link,
        body .af1-auth__eyebrow {
            font-family: var(--af1-font-sans);
        }

        body::before {
            content: "";
            position: fixed;
            inset: 0;
            pointer-events: none;
            background: radial-gradient(circle at center, transparent 52%, rgba(0, 0, 0, 0.14) 100%);
            z-index: 0;
        }

        button,
        input {
            font: inherit;
            appearance: none;
            -webkit-appearance: none;
        }

        .af1-auth {
            position: relative;
            min-height: 100vh;
            display: flex;
            background: linear-gradient(90deg, #070b11 0%, #070a10 58%, #05070b 100%);
            isolation: isolate;
        }

        .af1-auth::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: calc(58% - 60px);
            width: 120px;
            z-index: 1;
            pointer-events: none;
            background: linear-gradient(90deg, rgba(5, 10, 18, 0) 0%, rgba(5, 10, 18, 0.34) 38%, rgba(5, 8, 12, 0.82) 100%);
            opacity: 1;
        }

        .af1-auth::after {
            content: "";
            position: absolute;
            inset: 0 0 0 52%;
            z-index: 0;
            pointer-events: none;
            background:
                radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.03), transparent 18%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 18%);
            opacity: 0.6;
        }

        .af1-auth__logo {
            position: absolute;
            top: 32px;
            left: 32px;
            z-index: 4;
            display: inline-block;
            text-decoration: none;
        }

        .af1-auth__logo-image {
            display: block;
            width: auto;
            height: 52px;
            max-width: min(320px, 52vw);
            object-fit: contain;
            filter: brightness(1.04);
            opacity: 0.96;
        }

        .af1-auth__hero {
            position: relative;
            flex: 1 1 58%;
            min-height: 100vh;
            overflow: hidden;
            background-color: #091019;
            background-image: var(--af1-auth-hero-image);


            background-size: cover;
            background-position: center;
        }

        .af1-auth__media {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            filter: brightness(0.54) saturate(0.92);
            transform: scale(1.01);
            opacity: 0;
            transition: opacity 900ms ease;
        }

        .af1-auth__media.is-active {
            opacity: 1;
        }

        .af1-auth__overlay {
            position: absolute;
            inset: 0;
            pointer-events: none;
            background:
                linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.36) 100%),
                linear-gradient(90deg, rgba(8, 12, 18, 0.08) 0%, rgba(8, 12, 18, 0.2) 58%, rgba(8, 12, 18, 0.82) 100%);
            opacity: 1;
        }

        .af1-auth__panel {
            position: relative;
            flex: 0 1 42%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 96px 56px 48px;
            min-width: 380px;
            z-index: 1;
            background:
                radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.02), transparent 18%),
                linear-gradient(180deg, #080b10 0%, #06080c 100%);
        }

        .af1-auth__panel::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 16%),
                repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.008) 0, rgba(255, 255, 255, 0.008) 1px, transparent 1px, transparent 4px);
            pointer-events: none;
            opacity: 0.18;
        }

        .af1-auth__form,
        .af1-track__field,
        .af1-track__btn,
        .af1-track__results,
        .af1-track__hint {
            animation: af1-panel-enter 420ms cubic-bezier(0.22, 1, 0.36, 1);
        }

        .af1-auth__form {
            display: grid;
        }

        .af1-auth__field {
            position: relative;
            margin-bottom: 18px;
        }

        .af1-auth__field label {
            display: block;
            margin-bottom: 7px;
            color: rgba(235, 240, 245, 0.76);
            font-size: var(--af1-type-label-size);
            font-weight: 400;
            letter-spacing: var(--af1-type-label-spacing);
            text-transform: var(--af1-type-label-transform);
            line-height: 1.3;
            overflow-wrap: anywhere;
            text-wrap: balance;
        }

        .af1-auth__field input {
            width: 100%;
            height: 56px;
            border-radius: 8px;
            border: 1px solid rgba(255, 255, 255, 0.11);
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0)),
                rgba(16, 21, 29, 0.94);
            color: #ffffff;
            padding: 0 18px;
            outline: none;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.024),
                0 1px 0 rgba(255, 255, 255, 0.02);
            transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease, transform 180ms ease;
            font-family: var(--af1-font-sans);
            font-size: var(--af1-type-control-size);
            font-weight: 400;
            letter-spacing: var(--af1-type-control-spacing);
        }

        .af1-auth__field input::placeholder {
            color: var(--af1-input-placeholder);
            opacity: 1;
        }

        /* Keep browser autofill aligned with dark theme + custom typography */
        .af1-auth__field input:-webkit-autofill,
        .af1-auth__field input:-webkit-autofill:hover,
        .af1-auth__field input:-webkit-autofill:focus,
        .af1-auth__field input:-webkit-autofill:active {
            -webkit-text-fill-color: #ffffff;
            caret-color: #ffffff;
            -webkit-box-shadow:
                0 0 0 1000px rgba(16, 21, 29, 0.98) inset,
                inset 0 1px 0 rgba(255, 255, 255, 0.03);
            box-shadow:
                0 0 0 1000px rgba(16, 21, 29, 0.98) inset,
                inset 0 1px 0 rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.11);
            font-family: var(--af1-font-sans) !important;
            font-size: var(--af1-type-control-size) !important;
            font-weight: 400 !important;
            letter-spacing: var(--af1-type-control-spacing) !important;
            transition: background-color 99999s ease-in-out 0s;
        }

        .af1-auth__field input:hover {
            border-color: rgba(255, 255, 255, 0.18);
            transform: translateY(-1px);
        }

        .af1-auth__field input:focus {
            border-color: rgba(229, 57, 53, 0.72);
            box-shadow:
                0 0 0 3px rgba(229, 57, 53, 0.12),
                inset 0 1px 0 rgba(255, 255, 255, 0.03);
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0)),
                rgba(16, 21, 29, 0.98);
            transform: translateY(-1px);
        }

        .af1-auth__field input.error {
            border-color: rgba(229, 57, 53, 0.9);
            box-shadow: 0 0 0 4px rgba(229, 57, 53, 0.12);
        }

        .af1-auth__field--password input {
            padding-right: 60px;
        }

        .af1-auth__password-toggle {
            position: absolute;
            right: 12px;
            top: 35px;
            width: 36px;
            height: 36px;
            border: 1px solid transparent;
            border-radius: 6px;
            background: transparent;
            color: rgba(230, 236, 242, 0.42);
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: color 120ms ease, background 120ms ease, border-color 120ms ease, transform 140ms ease;
        }

        .af1-auth__password-toggle:hover {
            color: rgba(255, 255, 255, 0.84);
            background: rgba(255, 255, 255, 0.035);
            border-color: rgba(255, 255, 255, 0.06);
            transform: translateY(-1px);
        }

        .af1-auth__error {
            margin-bottom: 18px;
            padding: 13px 15px;
            border-radius: 8px;
            border: 1px solid rgba(229, 57, 53, 0.22);
            background: rgba(229, 57, 53, 0.06);
            color: #ffd6d6;
            font-size: 0.9rem;
            line-height: 1.45;
            overflow-wrap: anywhere;
        }

        .af1-auth__capslock {
            margin-top: 8px;
            color: rgba(255, 214, 214, 0.92);
            font-size: 0.8rem;
            line-height: 1.35;
            min-height: 1.1em;
        }

        .af1-auth__capslock[hidden] {
            display: none;
        }

        .af1-auth__button {
            width: 100%;
            min-height: 52px;
            margin-top: 18px;
            border: 0;
            border-radius: 8px;
            background: linear-gradient(180deg, #ec4742 0%, var(--af1-red) 100%);
            color: #ffffff;
            font-size: var(--af1-type-control-size);
            font-weight: 400;
            letter-spacing: var(--af1-type-control-spacing);
            text-transform: var(--af1-type-control-transform);
            cursor: pointer;
            box-shadow:
                0 12px 26px rgba(229, 57, 53, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.12);
            transition: transform 180ms ease, background 140ms ease, box-shadow 140ms ease, filter 180ms ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            height: auto;
            min-width: 0;
            padding: 12px 16px;
            line-height: 1.2;
            white-space: normal;
            overflow-wrap: anywhere;
            text-wrap: balance;
        }

        .af1-auth__button:hover {
            background: linear-gradient(180deg, #e2403b 0%, var(--af1-red-hover) 100%);
            transform: translateY(-1px);
            box-shadow:
                0 16px 30px rgba(229, 57, 53, 0.24),
                inset 0 1px 0 rgba(255, 255, 255, 0.14);
            filter: saturate(1.05);
        }

        .af1-auth__button:active {
            background: linear-gradient(180deg, #d23330 0%, var(--af1-red-active) 100%);
            transform: translateY(1px);
            box-shadow: 0 8px 16px rgba(229, 57, 53, 0.18);
        }

        .af1-auth__button:disabled {
            opacity: 0.76;
            cursor: wait;
            transform: none;
            filter: saturate(0.9);
        }

        .af1-auth__button-spinner {
            width: 16px;
            height: 16px;
            border: 2px solid rgba(255, 255, 255, 0.28);
            border-top-color: #fff;
            border-radius: 50%;
            animation: af1-spin 0.7s linear infinite;
            display: none;
            flex: 0 0 auto;
        }

        .af1-auth__form.is-submitting .af1-auth__button-spinner {
            display: inline-block;
        }

        .af1-auth__button:focus-visible,
        .af1-auth__lang-link:focus-visible,
        .af1-auth__password-toggle:focus-visible {
            outline: 2px solid rgba(255, 255, 255, 0.9);
            outline-offset: 2px;
        }

        .af1-auth__button-label,
        .af1-track__btn-label {
            min-width: 0;
            overflow-wrap: anywhere;
        }

        .af1-auth__panel-inner {
            width: 100%;
            max-width: 392px;
            padding: 0;
            border: 0;
            background: transparent;
            box-shadow: none;
            backdrop-filter: none;
        }

        .af1-auth__utility {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 22px;
            padding-bottom: 14px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            animation: af1-panel-enter 360ms cubic-bezier(0.22, 1, 0.36, 1);
            position: relative;
            min-width: 0;
        }

        .af1-auth__utility::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 72px;
            height: 1px;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0));
        }

        .af1-auth__utility-copy {
            min-width: 0;
        }

        .af1-auth__eyebrow {
            display: inline-flex;
            align-items: center;
            color: rgba(226, 232, 240, 0.48);
            font-size: 0.68rem;
            font-weight: 500;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            line-height: 1.2;
            overflow-wrap: anywhere;
            text-wrap: balance;
        }

        .af1-auth__lang {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 3px 0;
            flex-wrap: wrap;
            justify-content: flex-end;
            min-width: 0;
        }

        .af1-auth__lang-link {
            position: relative;
            min-width: 46px;
            min-height: 34px;
            padding: 0 10px 2px;
            border: 0;
            border-radius: 0;
            background: transparent;
            color: rgba(228, 234, 240, 0.56);
            font-size: 0.76rem;
            font-weight: 400;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            cursor: pointer;
            transition: color 160ms ease, opacity 160ms ease, transform 180ms ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            line-height: 1;
            white-space: nowrap;
            flex: 0 0 auto;
        }

        .af1-auth__lang-link::after {
            content: "";
            position: absolute;
            left: 10px;
            right: 10px;
            bottom: 4px;
            height: 2px;
            background: rgba(255, 255, 255, 0.92);
            transform: scaleX(0);
            transform-origin: center;
            transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
        }

        .af1-auth__lang-link:hover {
            color: #ffffff;
            opacity: 1;
            transform: translateY(-1px);
        }

        .af1-auth__lang-link.is-active {
            color: #ffffff;
        }

        .af1-auth__lang-link.is-active::after {
            transform: scaleX(1);
        }

        .af1-auth__tabs {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0;
            margin-bottom: 14px;
            padding: 0;
            border-radius: 0;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-left: 0;
            border-right: 0;
            background: transparent;
            overflow: hidden;
            animation: af1-panel-enter 400ms cubic-bezier(0.22, 1, 0.36, 1);
        }

        .af1-auth__tab-stage {
            position: relative;
            min-height: 276px;
            transition: height 320ms cubic-bezier(0.22, 1, 0.36, 1);
        }

        .af1-auth__tab-btn {
            min-width: 0;
            min-height: 50px;
            padding: 13px 10px 12px;
            border: 0;
            border-radius: 0;
            background: transparent;
            color: rgba(228, 234, 240, 0.58);
            font-size: var(--af1-type-tab-size);
            font-weight: 400;
            letter-spacing: var(--af1-type-tab-spacing);
            text-transform: var(--af1-type-tab-transform);
            cursor: pointer;
            transition: color 160ms ease, background 160ms ease, box-shadow 220ms ease;
            white-space: normal;
            text-wrap: balance;
            line-height: 1.2;
            position: relative;
            overflow-wrap: anywhere;
        }

        .af1-auth__tab-btn.active {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.016));
            color: #ffffff;
            box-shadow: inset 0 -2px 0 #ffffff, inset 0 1px 0 rgba(255, 255, 255, 0.03);
        }

        .af1-auth__tab-btn::after {
            content: "";
            position: absolute;
            left: 16px;
            right: 16px;
            bottom: 0;
            height: 2px;
            background: rgba(255, 255, 255, 0.94);
            transform: scaleX(0);
            transform-origin: center;
            transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
        }

        .af1-auth__tab-btn.active::after {
            transform: scaleX(1);
        }

        .af1-auth__tab-btn:hover:not(.active) {
            color: rgba(255, 255, 255, 0.72);
            background: rgba(255, 255, 255, 0.02);
        }

        /* â”€â”€ Tab panels â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
        .af1-auth__tab-panel {
            display: none;
            opacity: 0;
            transform: translateY(10px);
            padding-top: 4px;
        }

        .af1-auth__tab-panel.active {
            display: block;
            opacity: 1;
            transform: translateY(0);
            animation: af1-panel-enter 380ms cubic-bezier(0.22, 1, 0.36, 1);
        }

        .af1-auth__tab-panel.is-exiting {
            display: block;
            opacity: 0;
            position: absolute;
            inset: 4px 0 auto;
            width: 100%;
            transform: translateY(-4px);
            animation: af1-panel-exit 220ms ease forwards;
        }

        /* â”€â”€ Tracking form â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
        .af1-track__field {
            position: relative;
            margin-bottom: 18px;
        }

        .af1-track__field label {
            display: block;
            margin-bottom: 7px;
            color: rgba(235, 240, 245, 0.76);
            font-size: var(--af1-type-label-size);
            font-weight: 400;
            letter-spacing: var(--af1-type-label-spacing);
            text-transform: var(--af1-type-label-transform);
            line-height: 1.3;
            overflow-wrap: anywhere;
            text-wrap: balance;
        }

        .af1-track__field input {
            width: 100%;
            height: 56px;
            border-radius: 8px;
            border: 1px solid rgba(255, 255, 255, 0.11);
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0)),
                rgba(16, 21, 29, 0.94);
            color: #ffffff;
            padding: 0 18px;
            outline: none;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.024),
                0 1px 0 rgba(255, 255, 255, 0.02);
            transition: border-color 140ms ease, box-shadow 140ms ease, transform 180ms ease;
            font: inherit;
            appearance: none;
            -webkit-appearance: none;
        }

        .af1-track__field input::placeholder {
            color: var(--af1-input-placeholder);
            opacity: 1;
        }

        .af1-track__field input:hover {
            border-color: rgba(255, 255, 255, 0.18);
            transform: translateY(-1px);
        }

        .af1-track__field input:focus {
            border-color: rgba(229, 57, 53, 0.72);
            box-shadow:
                0 0 0 3px rgba(229, 57, 53, 0.12),
                inset 0 1px 0 rgba(255, 255, 255, 0.03);
            transform: translateY(-1px);
        }

        .af1-track__field input.is-invalid {
            border-color: rgba(229, 57, 53, 0.92);
            box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.14);
        }

        .af1-track__field.is-shaking {
            animation: af1-track-shake 0.34s ease-in-out;
        }

        @keyframes af1-track-shake {
            0%, 100% { transform: translateX(0); }
            20% { transform: translateX(-7px); }
            40% { transform: translateX(7px); }
            60% { transform: translateX(-5px); }
            80% { transform: translateX(5px); }
        }

        .af1-track__btn {
            width: 100%;
            min-height: 52px;
            margin-top: 6px;
            border: 0;
            border-radius: 8px;
            background: linear-gradient(180deg, #ec4742 0%, var(--af1-red) 100%);
            color: #ffffff;
            font-size: var(--af1-type-control-size);
            font-weight: 400;
            letter-spacing: var(--af1-type-control-spacing);
            text-transform: var(--af1-type-control-transform);
            cursor: pointer;
            transition: transform 180ms ease, background 140ms ease, box-shadow 140ms ease, filter 180ms ease;
            font: inherit;
            appearance: none;
            -webkit-appearance: none;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-width: 0;
            height: auto;
            padding: 12px 16px;
            line-height: 1.2;
            white-space: normal;
            overflow-wrap: anywhere;
            text-wrap: balance;
            box-shadow:
                0 12px 26px rgba(229, 57, 53, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.12);
        }

        .af1-track__btn:hover {
            background: linear-gradient(180deg, #e2403b 0%, var(--af1-red-hover) 100%);
            transform: translateY(-1px);
            box-shadow:
                0 16px 30px rgba(229, 57, 53, 0.24),
                inset 0 1px 0 rgba(255, 255, 255, 0.14);
            filter: saturate(1.05);
        }

        .af1-track__btn:active {
            background: linear-gradient(180deg, #d23330 0%, var(--af1-red-active) 100%);
            transform: translateY(1px);
        }

        .af1-track__btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }

        .af1-track__spinner {
            width: 16px;
            height: 16px;
            border: 2px solid rgba(255,255,255,0.3);
            border-top-color: #fff;
            border-radius: 50%;
            animation: af1-spin 0.7s linear infinite;
            display: none;
        }

        .af1-track__btn.loading .af1-track__spinner {
            display: block;
        }

        .af1-track__btn.loading .af1-track__btn-label {
            display: none;
        }

        @keyframes af1-spin {
            to { transform: rotate(360deg); }
        }

        .af1-track__results {
            margin-top: 20px;
        }

        .af1-track__error {
            padding: 13px 15px;
            border-radius: 8px;
            border: 1px solid rgba(229, 57, 53, 0.22);
            background: rgba(229, 57, 53, 0.06);
            color: #ffd6d6;
            font-size: 0.88rem;
            line-height: 1.45;
            overflow-wrap: anywhere;
        }

        .af1-track__hint {
            margin-top: 16px;
            color: rgba(228, 234, 240, 0.38);
            font-size: 0.78rem;
            line-height: 1.5;
            text-align: center;
            overflow-wrap: anywhere;
        }

        .af1-auth.is-page-transitioning .af1-auth__panel-inner {
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 180ms ease, transform 220ms ease;
        }

        .af1-auth.is-page-transitioning .af1-auth__hero {
            opacity: 0.92;
            transition: opacity 180ms ease;
        }

        @keyframes af1-panel-enter {
            0% {
                opacity: 0;
                transform: translateY(12px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes af1-panel-exit {
            0% {
                opacity: 1;
                transform: translateY(0);
            }
            100% {
                opacity: 0;
                transform: translateY(-8px);
            }
        }

        @media (max-width: 1080px) {
            .af1-auth__panel {
                min-width: 0;
                padding: 96px 28px 40px;
            }

        }

        @media (max-width: 920px) {
            .af1-auth {
                flex-direction: column;
            }

            .af1-auth::before,
            .af1-auth::after {
                inset: auto 0 34% 0;
                left: 0;
                width: auto;
                height: 110px;
            }

            .af1-auth::before {
                background: linear-gradient(180deg, rgba(5, 10, 18, 0) 0%, rgba(5, 10, 18, 0.24) 22%, rgba(7, 10, 15, 0.88) 100%);
            }

            .af1-auth::after {
                top: auto;
                bottom: 0;
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 22%);
            }

            .af1-auth__hero {
                min-height: 320px;
            }

            .af1-auth__panel {
                padding: 34px 28px 32px;
                background: linear-gradient(180deg, #080b10 0%, #06080c 100%);
            }

            .af1-auth__panel-inner {
                max-width: 420px;
            }

            .af1-auth__utility {
                align-items: center;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: space-between;
            }

            .af1-auth__lang {
                align-self: center;
                flex: 0 1 auto;
            }
        }

        @media (max-width: 640px) {
            .af1-auth__logo {
                top: 20px;
                left: 20px;
            }

            .af1-auth__logo-image {
                height: 40px;
                max-width: 220px;
            }

            .af1-auth__hero {
                min-height: 280px;
                background-position: center top;
            }

            .af1-auth__panel {
                padding: 28px 20px 24px;
            }

            .af1-auth__panel-inner {
                max-width: 100%;
            }

            .af1-auth__utility {
                gap: 14px;
                margin-bottom: 18px;
                align-items: center;
                flex-wrap: wrap;
                justify-content: space-between;
            }

            .af1-auth__utility-copy {
                min-width: 0;
                flex: 1 1 auto;
            }

            .af1-auth__eyebrow {
                white-space: normal;
            }

            .af1-auth__lang {
                width: auto;
                justify-content: flex-end;
                gap: 8px;
                flex: 0 1 auto;
            }

            .af1-auth__lang-link {
                flex: 0 0 auto;
            }

        }
