  :root {
            --bg-main: #050b18;
            --bg-deep: #020617;
            --card-bg: rgba(9, 18, 38, 0.82);
            --card-bg-2: rgba(15, 23, 42, 0.72);
            --border: rgba(148, 163, 184, 0.18);
            --border-strong: rgba(139, 92, 246, 0.55);
            --text: #f8fafc;
            --muted: #94a3b8;
            --muted-2: #64748b;
            --purple: #7c3aed;
            --purple-2: #a855f7;
            --blue: #2563eb;
            --green: #22c55e;
            --danger: #ef4444;
            --warning: #f59e0b;
            --shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
        }

        * {
            box-sizing: border-box;
        }

        html,
        body {
            min-height: 100%;
            margin: 0;
            background: var(--bg-deep);
            color: var(--text);
            font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        }

        body {
            overflow-x: hidden;
        }

        .auth-shell {
            min-height: 100vh;
            display: grid;
            grid-template-columns: 1.05fr 0.95fr;
            background:
                radial-gradient(circle at 16% 12%, rgba(124, 58, 237, 0.36), transparent 34%),
                radial-gradient(circle at 42% 92%, rgba(37, 99, 235, 0.42), transparent 34%),
                linear-gradient(135deg, #050816 0%, #061225 48%, #020617 100%);
            position: relative;
        }

        .auth-shell::before {
            content: "";
            position: fixed;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
            background-size: 48px 48px;
            mask-image: radial-gradient(circle at center, black, transparent 80%);
            pointer-events: none;
            opacity: 0.34;
        }

        .auth-left {
            min-height: 100vh;
            padding: 76px 70px 62px;
            position: relative;
            overflow: hidden;
            border-right: 1px solid rgba(148, 163, 184, 0.16);
        }

        .auth-left::before {
            content: "";
            position: absolute;
            width: 620px;
            height: 620px;
            left: -190px;
            bottom: -260px;
            background: radial-gradient(circle, rgba(124,58,237,0.38), transparent 64%);
            border-radius: 50%;
        }

        .auth-left::after {
            content: "";
            position: absolute;
            width: 540px;
            height: 540px;
            right: -220px;
            top: -190px;
            border: 2px solid rgba(124,58,237,0.18);
            border-radius: 50%;
            box-shadow: inset 0 0 80px rgba(124, 58, 237, 0.08);
        }

        .orb {
            position: absolute;
            border-radius: 999px;
            background: radial-gradient(circle at 30% 25%, rgba(168,85,247,0.92), rgba(37,99,235,0.18) 70%);
            filter: blur(0.2px);
            opacity: 0.72;
            pointer-events: none;
        }

        .orb-1 {
            width: 76px;
            height: 76px;
            top: 175px;
            right: 390px;
        }

        .orb-2 {
            width: 210px;
            height: 210px;
            top: 320px;
            right: 120px;
            opacity: 0.22;
        }

        .orb-3 {
            width: 72px;
            height: 72px;
            right: 180px;
            bottom: 210px;
        }

        .left-inner {
            position: relative;
            z-index: 2;
            max-width: 720px;
        }

        .brand-logo {
            display: flex;
            align-items: center;
            gap: 18px;
            margin-bottom: 48px;
        }

        .brand-logo-icon {
            width: 64px;
            height: 64px;
            border-radius: 18px;
            display: grid;
            place-items: center;
            background: linear-gradient(135deg, #8b5cf6, #5b21b6);
            box-shadow: 0 18px 45px rgba(124, 58, 237, 0.45);
            border: 1px solid rgba(255,255,255,0.18);
        }

        .brand-logo-icon svg {
            width: 32px;
            height: 32px;
            fill: #ffffff;
        }

        .brand-logo-text {
            font-size: 27px;
            font-weight: 900;
            letter-spacing: -0.04em;
        }

        .brand-logo-text span {
            font-weight: 600;
            color: #cbd5e1;
        }

        .brand-badge {
            width: max-content;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 9px 18px;
            border-radius: 999px;
            background: rgba(124,58,237,0.20);
            border: 1px solid rgba(168,85,247,0.46);
            color: #ddd6fe;
            font-size: 13px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 30px;
        }

        .brand-badge::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: var(--green);
            box-shadow: 0 0 18px rgba(34,197,94,0.85);
        }

        .brand-heading {
            color: #a78bfa;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            font-weight: 900;
            margin: 0 0 16px;
        }

        .brand-tagline {
            font-size: clamp(44px, 4.6vw, 76px);
            line-height: 1.07;
            letter-spacing: -0.07em;
            margin: 0;
            color: #fff;
        }

        .brand-tagline .highlight {
            background: linear-gradient(90deg, #8b5cf6, #60a5fa);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .brand-description {
            max-width: 560px;
            color: #cbd5e1;
            font-size: 17px;
            line-height: 1.8;
            margin: 28px 0 30px;
        }

        .brand-features {
            list-style: none;
            padding: 0;
            margin: 0 0 48px;
            display: grid;
            gap: 16px;
        }

        .brand-features li {
            display: flex;
            align-items: center;
            gap: 15px;
            color: #e2e8f0;
            font-weight: 700;
            font-size: 15px;
        }

        .feature-icon {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            background: linear-gradient(135deg, rgba(124,58,237,0.55), rgba(37,99,235,0.18));
            border: 1px solid rgba(168,85,247,0.30);
            box-shadow: 0 14px 32px rgba(15,23,42,0.38);
            font-size: 18px;
        }

        .brand-stats {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 22px;
            max-width: 675px;
        }

        .stat-card {
            min-height: 150px;
            border-radius: 24px;
            padding: 24px;
            background: linear-gradient(180deg, rgba(15,23,42,0.62), rgba(15,23,42,0.34));
            border: 1px solid rgba(148,163,184,0.18);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
            position: relative;
            overflow: hidden;
        }

        .stat-card::before {
            content: "";
            width: 60px;
            height: 60px;
            position: absolute;
            top: 22px;
            left: 22px;
            border-radius: 18px;
            background: linear-gradient(135deg, rgba(124,58,237,0.7), rgba(37,99,235,0.2));
        }

        .stat-icon {
            position: relative;
            z-index: 1;
            width: 60px;
            height: 60px;
            display: grid;
            place-items: center;
            font-size: 24px;
            margin-bottom: 16px;
        }

        .stat-number {
            font-size: 28px;
            font-weight: 950;
            letter-spacing: -0.04em;
        }

        .stat-label {
            margin-top: 5px;
            color: #cbd5e1;
            font-size: 16px;
            font-weight: 600;
        }

        .auth-right {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 56px;
            position: relative;
        }

        .dark-mode-toggle {
            position: absolute;
            top: 30px;
            right: 30px;
            width: 54px;
            height: 54px;
            border-radius: 50%;
            background: rgba(15, 23, 42, 0.78);
            color: #f8fafc;
            border: 1px solid rgba(148, 163, 184, 0.22);
            display: grid;
            place-items: center;
            cursor: pointer;
            box-shadow: 0 18px 45px rgba(0,0,0,0.24);
        }

        .form-card {
            width: min(100%, 670px);
            padding: 54px 58px;
            border-radius: 30px;
            background:
                linear-gradient(180deg, rgba(15, 23, 42, 0.86), rgba(2, 6, 23, 0.72)),
                radial-gradient(circle at top left, rgba(124,58,237,0.20), transparent 36%);
            border: 1px solid rgba(148, 163, 184, 0.20);
            box-shadow: var(--shadow);
            backdrop-filter: blur(22px);
        }

        .form-step-indicator {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 26px;
        }

        .step-dot {
            width: 25px;
            height: 10px;
            border-radius: 999px;
            background: rgba(148, 163, 184, 0.35);
        }

        .step-dot.active {
            width: 44px;
            background: linear-gradient(90deg, #a855f7, #7c3aed);
            box-shadow: 0 0 22px rgba(168,85,247,0.52);
        }

        .step-label {
            color: #a5b4fc;
            font-weight: 700;
            margin: 0 0 14px;
        }

        .form-title {
            margin: 0;
            color: #fff;
            font-size: 40px;
            font-weight: 950;
            letter-spacing: -0.055em;
        }

        .form-subtitle {
            margin: 14px 0 0;
            color: #cbd5e1;
            line-height: 1.7;
            font-size: 16px;
        }

        .form-link,
        .form-footer a {
            color: #a855f7;
            font-weight: 900;
            text-decoration: none;
        }

        .alert {
            margin: 24px 0;
            padding: 14px 16px;
            border-radius: 16px;
            font-size: 14px;
            font-weight: 700;
            display: none;
        }

        .alert.visible {
            display: block;
        }

        .alert-success {
            color: #bbf7d0;
            background: rgba(22, 163, 74, 0.14);
            border: 1px solid rgba(34, 197, 94, 0.34);
        }

        .alert-error {
            color: #fecaca;
            background: rgba(239, 68, 68, 0.14);
            border: 1px solid rgba(239, 68, 68, 0.34);
        }

        .info-card {
            display: none;
        }

        .form-group {
            margin-top: 34px;
        }

        .form-label {
            display: flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 13px;
            color: #f8fafc;
            font-weight: 900;
            font-size: 16px;
        }

        .form-label::before {
            content: "🌐";
            width: 24px;
            height: 24px;
            display: grid;
            place-items: center;
            font-size: 16px;
        }

        .required {
            color: #fb7185;
        }

        .input-wrapper {
            width: 100%;
        }

        .domain-input-group {
            display: flex;
            align-items: center;
            width: 100%;
            min-height: 70px;
            border: 1px solid rgba(139, 92, 246, 0.62);
            background: rgba(2, 6, 23, 0.46);
            border-radius: 18px;
            overflow: hidden;
            transition: 0.22s ease;
        }

        .domain-input-group:focus-within {
            border-color: rgba(168, 85, 247, 0.95);
            box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.16), 0 18px 46px rgba(124,58,237,0.16);
        }

        .domain-input-group.error {
            border-color: rgba(239, 68, 68, 0.90);
            box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.10);
        }

        .domain-input-group.success {
            border-color: rgba(34, 197, 94, 0.85);
            box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.10);
        }

        .form-control {
            width: 100%;
            min-width: 0;
            border: 0;
            outline: none;
            background: transparent;
            color: #f8fafc;
            padding: 0 20px;
            font-size: 20px;
            font-weight: 700;
            height: 70px;
        }

        .form-control::placeholder {
            color: rgba(203, 213, 225, 0.55);
            font-weight: 600;
        }

        .domain-suffix {
            flex: 0 0 auto;
            color: #94a3b8;
            font-size: 15px;
            font-weight: 700;
            padding-right: 20px;
            white-space: nowrap;
        }

        .field-error {
            min-height: 20px;
            margin-top: 9px;
            color: #fb7185;
            font-size: 13px;
            font-weight: 700;
        }

        .domain-preview {
            margin-top: 18px;
            min-height: 74px;
            padding: 0 22px;
            display: flex;
            align-items: center;
            gap: 15px;
            border-radius: 17px;
            color: #cbd5e1;
            background: rgba(124, 58, 237, 0.08);
            border: 1px dashed rgba(168, 85, 247, 0.75);
        }

        .domain-preview-icon {
            color: #a855f7;
            font-size: 28px;
            line-height: 1;
        }

        .domain-preview-text {
            font-weight: 700;
            overflow-wrap: anywhere;
        }

        .domain-preview strong {
            color: #a855f7;
            font-weight: 950;
        }

        .btn-primary {
            width: 100%;
            height: 72px;
            border: 0;
            border-radius: 18px;
            margin-top: 28px;
            cursor: pointer;
            color: #fff;
            font-size: 20px;
            font-weight: 950;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 42%, #5b21b6 100%);
            box-shadow: 0 20px 48px rgba(124, 58, 237, 0.38);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            transition: 0.2s ease;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 26px 60px rgba(124, 58, 237, 0.48);
        }

        .btn-primary:disabled {
            opacity: 0.72;
            cursor: not-allowed;
            transform: none;
        }

        .btn-spinner {
            width: 18px;
            height: 18px;
            border-radius: 999px;
            border: 2px solid rgba(255,255,255,0.35);
            border-top-color: #fff;
            display: none;
            animation: spin 0.8s linear infinite;
        }

        .btn-primary.loading .btn-spinner {
            display: inline-block;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        .form-footer {
            margin-top: 28px;
            text-align: center;
            color: #94a3b8;
            font-size: 16px;
            font-weight: 600;
        }

        .trust-badges {
            margin-top: 38px;
            padding-top: 28px;
            border-top: 1px solid rgba(148, 163, 184, 0.18);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 34px;
            flex-wrap: wrap;
        }

        .trust-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #94a3b8;
            font-weight: 800;
            font-size: 14px;
        }

        .trust-badge:nth-child(1) .trust-badge-icon {
            color: #22c55e;
        }

        .trust-badge:nth-child(2) .trust-badge-icon {
            color: #3b82f6;
        }

        .trust-badge:nth-child(3) .trust-badge-icon {
            color: #8b5cf6;
        }

        @media (max-width: 1200px) {
            .auth-shell {
                grid-template-columns: 1fr;
            }

            .auth-left {
                min-height: auto;
                padding: 54px 36px 38px;
                border-right: 0;
                border-bottom: 1px solid rgba(148,163,184,0.16);
            }

            .auth-right {
                min-height: auto;
                padding: 46px 24px;
            }

            .brand-stats {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 768px) {
            .auth-left {
                padding: 36px 22px;
            }

            .auth-right {
                padding: 34px 16px;
            }

            .form-card {
                padding: 34px 22px;
                border-radius: 24px;
            }

            .brand-tagline {
                font-size: 42px;
            }

            .brand-stats {
                grid-template-columns: 1fr;
            }

            .domain-input-group {
                display: block;
                padding: 10px 0;
            }

            .form-control {
                height: 52px;
                font-size: 18px;
            }

            .domain-suffix {
                display: block;
                padding: 0 20px 12px;
                font-size: 13px;
            }

            .trust-badges {
                gap: 16px;
            }

            .dark-mode-toggle {
                top: 18px;
                right: 18px;
            }
        }
        
        
        
        /*login css*/
        
          :root {
            --bg-main: #050b18;
            --bg-deep: #020617;
            --card-bg: rgba(9, 18, 38, 0.82);
            --border: rgba(148, 163, 184, 0.18);
            --border-strong: rgba(139, 92, 246, 0.55);
            --text: #f8fafc;
            --muted: #94a3b8;
            --muted-light: #cbd5e1;
            --purple: #7c3aed;
            --purple-2: #a855f7;
            --blue: #2563eb;
            --green: #22c55e;
            --danger: #ef4444;
            --shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
        }

        * {
            box-sizing: border-box;
        }

        html,
        body {
            min-height: 100%;
            margin: 0;
            background: var(--bg-deep);
            color: var(--text);
            font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        }

        body {
            overflow-x: hidden;
        }

        .auth-shell {
            min-height: 100vh;
            display: grid;
            grid-template-columns: 1.05fr 0.95fr;
            background:
                radial-gradient(circle at 16% 12%, rgba(124, 58, 237, 0.36), transparent 34%),
                radial-gradient(circle at 43% 92%, rgba(37, 99, 235, 0.44), transparent 34%),
                linear-gradient(135deg, #050816 0%, #061225 48%, #020617 100%);
            position: relative;
        }

        .auth-shell::before {
            content: "";
            position: fixed;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
            background-size: 48px 48px;
            mask-image: radial-gradient(circle at center, black, transparent 80%);
            pointer-events: none;
            opacity: 0.34;
        }

        .auth-left {
            min-height: 100vh;
            padding: 76px 70px 62px;
            position: relative;
            overflow: hidden;
            border-right: 1px solid rgba(148, 163, 184, 0.16);
        }

        .auth-left::before {
            content: "";
            position: absolute;
            width: 620px;
            height: 620px;
            left: -190px;
            bottom: -260px;
            background: radial-gradient(circle, rgba(124,58,237,0.38), transparent 64%);
            border-radius: 50%;
        }

        .auth-left::after {
            content: "";
            position: absolute;
            width: 540px;
            height: 540px;
            right: -220px;
            top: -190px;
            border: 2px solid rgba(124,58,237,0.18);
            border-radius: 50%;
            box-shadow: inset 0 0 80px rgba(124, 58, 237, 0.08);
        }

        .orb {
            position: absolute;
            border-radius: 999px;
            background: radial-gradient(circle at 30% 25%, rgba(168,85,247,0.92), rgba(37,99,235,0.18) 70%);
            opacity: 0.72;
            pointer-events: none;
        }

        .orb-1 {
            width: 76px;
            height: 76px;
            top: 175px;
            right: 390px;
        }

        .orb-2 {
            width: 210px;
            height: 210px;
            top: 320px;
            right: 120px;
            opacity: 0.20;
        }

        .orb-3 {
            width: 72px;
            height: 72px;
            right: 180px;
            bottom: 210px;
        }

        .left-inner {
            position: relative;
            z-index: 2;
            max-width: 720px;
        }

        .brand-logo {
            display: flex;
            align-items: center;
            gap: 18px;
            margin-bottom: 48px;
        }

        .brand-logo-icon {
            width: 64px;
            height: 64px;
            border-radius: 18px;
            display: grid;
            place-items: center;
            background: linear-gradient(135deg, #8b5cf6, #5b21b6);
            box-shadow: 0 18px 45px rgba(124, 58, 237, 0.45);
            border: 1px solid rgba(255,255,255,0.18);
        }

        .brand-logo-icon svg {
            width: 32px;
            height: 32px;
            fill: #ffffff;
        }

        .brand-logo-text {
            font-size: 27px;
            font-weight: 900;
            letter-spacing: -0.04em;
            color: #ffffff;
        }

        .brand-logo-text span {
            font-weight: 600;
            color: #cbd5e1;
        }

        .brand-badge {
            width: max-content;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 9px 18px;
            border-radius: 999px;
            background: rgba(124,58,237,0.20);
            border: 1px solid rgba(168,85,247,0.46);
            color: #ddd6fe;
            font-size: 13px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 30px;
        }

        .brand-badge::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: var(--green);
            box-shadow: 0 0 18px rgba(34,197,94,0.85);
        }

        .brand-heading {
            color: #a78bfa;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            font-weight: 900;
            margin: 0 0 16px;
        }

        .brand-tagline {
            font-size: clamp(44px, 4.6vw, 76px);
            line-height: 1.07;
            letter-spacing: -0.07em;
            margin: 0;
            color: #fff;
        }

        .brand-tagline .highlight {
            background: linear-gradient(90deg, #8b5cf6, #60a5fa);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .brand-description {
            max-width: 600px;
            color: #cbd5e1;
            font-size: 17px;
            line-height: 1.8;
            margin: 28px 0 30px;
        }

        .brand-features {
            list-style: none;
            padding: 0;
            margin: 0 0 48px;
            display: grid;
            gap: 16px;
        }

        .brand-features li {
            display: flex;
            align-items: center;
            gap: 15px;
            color: #e2e8f0;
            font-weight: 700;
            font-size: 15px;
        }

        .feature-icon {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            background: linear-gradient(135deg, rgba(124,58,237,0.55), rgba(37,99,235,0.18));
            border: 1px solid rgba(168,85,247,0.30);
            box-shadow: 0 14px 32px rgba(15,23,42,0.38);
            font-size: 18px;
        }

        .brand-stats {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 22px;
            max-width: 675px;
        }

        .stat-card {
            min-height: 150px;
            border-radius: 24px;
            padding: 24px;
            background: linear-gradient(180deg, rgba(15,23,42,0.62), rgba(15,23,42,0.34));
            border: 1px solid rgba(148,163,184,0.18);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
            position: relative;
            overflow: hidden;
        }

        .stat-icon {
            width: 60px;
            height: 60px;
            border-radius: 18px;
            display: grid;
            place-items: center;
            font-size: 24px;
            margin-bottom: 16px;
            background: linear-gradient(135deg, rgba(124,58,237,0.7), rgba(37,99,235,0.2));
            color: #fff;
        }

        .stat-number {
            font-size: 28px;
            font-weight: 950;
            letter-spacing: -0.04em;
            color: #ffffff;
        }

        .stat-label {
            margin-top: 5px;
            color: #cbd5e1;
            font-size: 16px;
            font-weight: 600;
        }

        .auth-right {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 56px;
            position: relative;
        }

        .dark-mode-toggle {
            position: absolute;
            top: 30px;
            right: 30px;
            width: 54px;
            height: 54px;
            border-radius: 50%;
            background: rgba(15, 23, 42, 0.78);
            color: #f8fafc;
            border: 1px solid rgba(148, 163, 184, 0.22);
            display: grid;
            place-items: center;
            cursor: pointer;
            box-shadow: 0 18px 45px rgba(0,0,0,0.24);
        }

        .form-card {
            width: min(100%, 700px);
            padding: 48px 58px;
            border-radius: 30px;
            background:
                linear-gradient(180deg, rgba(15, 23, 42, 0.86), rgba(2, 6, 23, 0.72)),
                radial-gradient(circle at top left, rgba(124,58,237,0.20), transparent 36%);
            border: 1px solid rgba(148, 163, 184, 0.20);
            box-shadow: var(--shadow);
            backdrop-filter: blur(22px);
        }

        .form-step-indicator {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 26px;
        }

        .step-dot {
            width: 25px;
            height: 10px;
            border-radius: 999px;
            background: rgba(148, 163, 184, 0.35);
        }

        .step-dot.active {
            width: 44px;
            background: linear-gradient(90deg, #a855f7, #7c3aed);
            box-shadow: 0 0 22px rgba(168,85,247,0.52);
        }

        .step-label {
            color: #a5b4fc;
            font-weight: 700;
            margin: 0 0 14px;
            font-size: 16px;
        }

        .form-title {
            margin: 0;
            color: #fff;
            font-size: 40px;
            font-weight: 950;
            letter-spacing: -0.055em;
        }

        .form-subtitle {
            margin: 14px 0 0;
            color: #cbd5e1;
            line-height: 1.7;
            font-size: 16px;
        }

        .tenant-box {
            margin-top: 28px;
            min-height: 70px;
            padding: 0 20px;
            display: flex;
            align-items: center;
            gap: 16px;
            border-radius: 18px;
            background: rgba(2, 6, 23, 0.44);
            border: 1px solid rgba(139, 92, 246, 0.70);
            box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.08);
            color: #e2e8f0;
            font-weight: 800;
            overflow-wrap: anywhere;
        }

        .tenant-icon {
            width: 50px;
            height: 50px;
            flex: 0 0 50px;
            display: grid;
            place-items: center;
            border-radius: 999px;
            background: linear-gradient(135deg, rgba(124,58,237,0.50), rgba(37,99,235,0.16));
            border: 1px solid rgba(168,85,247,0.24);
            font-size: 24px;
        }

        .tenant-box small {
            display: block;
            margin-top: 4px;
            color: #94a3b8;
            font-weight: 700;
        }

        .alert {
            margin: 22px 0 0;
            padding: 14px 16px;
            border-radius: 16px;
            font-size: 14px;
            font-weight: 700;
            display: none;
        }

        .alert.visible {
            display: block;
        }

        .alert-success {
            color: #bbf7d0;
            background: rgba(22, 163, 74, 0.14);
            border: 1px solid rgba(34, 197, 94, 0.34);
        }

        .alert-error {
            color: #fecaca;
            background: rgba(239, 68, 68, 0.14);
            border: 1px solid rgba(239, 68, 68, 0.34);
        }

        .login-form {
            margin-top: 26px;
        }

        .form-group {
            margin-bottom: 22px;
        }

        .form-label {
            display: block;
            margin-bottom: 10px;
            color: #cbd5e1;
            font-weight: 700;
            font-size: 16px;
        }

        .input-wrapper {
            position: relative;
            width: 100%;
        }

        .input-icon {
            position: absolute;
            left: 22px;
            top: 50%;
            transform: translateY(-50%);
            color: #a855f7;
            font-size: 25px;
            line-height: 1;
            z-index: 2;
        }

        .form-control {
            width: 100%;
            height: 70px;
            border-radius: 18px;
            border: 1px solid rgba(148, 163, 184, 0.20);
            background: rgba(15, 23, 42, 0.54);
            color: #f8fafc;
            padding: 0 58px;
            outline: none;
            font-size: 18px;
            font-weight: 700;
            transition: 0.22s ease;
        }

        .form-control::placeholder {
            color: rgba(203, 213, 225, 0.55);
            font-weight: 600;
        }

        .form-control:focus {
            border-color: rgba(168, 85, 247, 0.90);
            box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.14);
            background: rgba(2, 6, 23, 0.56);
        }

        .toggle-password {
            position: absolute;
            right: 18px;
            top: 50%;
            transform: translateY(-50%);
            width: 42px;
            height: 42px;
            border-radius: 12px;
            border: 0;
            background: transparent;
            color: #94a3b8;
            cursor: pointer;
            display: grid;
            place-items: center;
            font-size: 20px;
        }

        .login-options {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            margin: 6px 0 26px;
        }

        .remember {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #e2e8f0;
            font-weight: 700;
            cursor: pointer;
            user-select: none;
        }

        .remember input {
            width: 22px;
            height: 22px;
            accent-color: #7c3aed;
            cursor: pointer;
        }

        .forgot-link,
        .back-link,
        .form-footer a {
            color: #a855f7;
            text-decoration: none;
            font-weight: 900;
        }

        .btn-primary {
            width: 100%;
            height: 72px;
            border: 0;
            border-radius: 18px;
            cursor: pointer;
            color: #fff;
            font-size: 20px;
            font-weight: 950;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 42%, #5b21b6 100%);
            box-shadow: 0 20px 48px rgba(124, 58, 237, 0.38);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            transition: 0.2s ease;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 26px 60px rgba(124, 58, 237, 0.48);
        }

        .btn-primary:disabled {
            opacity: 0.72;
            cursor: not-allowed;
            transform: none;
        }

        .btn-spinner {
            width: 18px;
            height: 18px;
            border-radius: 999px;
            border: 2px solid rgba(255,255,255,0.35);
            border-top-color: #fff;
            display: none;
            animation: spin 0.8s linear infinite;
        }

        .btn-primary.loading .btn-spinner {
            display: inline-block;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        .back-to-store {
            width: 100%;
            height: 62px;
            margin-top: 18px;
            border-radius: 18px;
            border: 1px solid rgba(168, 85, 247, 0.62);
            background: rgba(2, 6, 23, 0.24);
            color: #a855f7;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            transition: 0.2s ease;
        }

        .back-to-store:hover {
            background: rgba(124,58,237,0.12);
        }

        .protected-login {
            margin-top: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            color: #94a3b8;
            font-weight: 800;
        }

        .protected-login::before,
        .protected-login::after {
            content: "";
            height: 1px;
            flex: 1;
            background: rgba(148, 163, 184, 0.22);
        }

        .trust-badges {
            margin-top: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 28px;
            flex-wrap: wrap;
        }

        .trust-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #94a3b8;
            font-weight: 800;
            font-size: 14px;
        }

        .trust-badge:not(:last-child) {
            padding-right: 24px;
            border-right: 1px solid rgba(148,163,184,0.22);
        }

        .trust-badge:nth-child(1) .trust-badge-icon {
            color: #22c55e;
        }

        .trust-badge:nth-child(2) .trust-badge-icon {
            color: #3b82f6;
        }

        .trust-badge:nth-child(3) .trust-badge-icon {
            color: #8b5cf6;
        }

        .form-footer {
            margin-top: 24px;
            text-align: center;
            color: #94a3b8;
            font-weight: 700;
        }

        @media (max-width: 1200px) {
            .auth-shell {
                grid-template-columns: 1fr;
            }

            .auth-left {
                min-height: auto;
                padding: 54px 36px 38px;
                border-right: 0;
                border-bottom: 1px solid rgba(148,163,184,0.16);
            }

            .auth-right {
                min-height: auto;
                padding: 46px 24px;
            }

            .brand-stats {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 768px) {
            .auth-left {
                padding: 36px 22px;
            }

            .auth-right {
                padding: 34px 16px;
            }

            .form-card {
                padding: 34px 22px;
                border-radius: 24px;
            }

            .brand-tagline {
                font-size: 42px;
            }

            .brand-stats {
                grid-template-columns: 1fr;
            }

            .login-options {
                align-items: flex-start;
                flex-direction: column;
            }

            .form-control {
                height: 62px;
                font-size: 16px;
            }

            .tenant-box {
                align-items: flex-start;
                padding: 16px;
            }

            .trust-badge:not(:last-child) {
                border-right: 0;
                padding-right: 0;
            }

            .dark-mode-toggle {
                top: 18px;
                right: 18px;
            }
        }