* {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            min-height: 100vh;
            font-family: 'Plus Jakarta Sans', Arial, sans-serif;
            background: #ffffff;
            color: #22301f;
            -webkit-font-smoothing: antialiased;
        }

        .page {
            display: flex;
            min-height: 100vh;
            width: 100%;
            background: #ffffff;
        }

        .login-panel {
            flex: 1;
            min-width: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 24px;
        }

        .login-box {
            width: 100%;
            max-width: 392px;
        }

        .brand-logo {
            display: block;
            width: auto;
            height: 48px;
            object-fit: contain;
            margin-bottom: 38px;
        }

        .badge {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            margin-bottom: 18px;
            padding: 5px 11px;
            border: 1px solid #ffe2cc;
            border-radius: 30px;
            background: #fff4ec;
            color: #c25600;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .06em;
        }

        h1 {
            margin: 0;
            color: #1c2a1a;
            font-family: 'Sora', sans-serif;
            font-size: 30px;
            font-weight: 800;
            line-height: 1.15;
        }

        .intro {
            margin: 9px 0 0;
            color: #7c8a78;
            font-size: 14px;
            line-height: 1.5;
        }

        form {
            display: flex;
            flex-direction: column;
            gap: 17px;
            margin-top: 30px;
        }

        .field-label {
            display: block;
            margin-bottom: 7px;
            color: #46563f;
            font-size: 12.5px;
            font-weight: 700;
        }

        .input-wrap {
            position: relative;
            display: flex;
            align-items: center;
        }

        .input-icon {
            position: absolute;
            left: 14px;
            display: inline-flex;
            color: #9aa896;
            pointer-events: none;
        }

        input {
            width: 100%;
            padding: 13px 14px 13px 42px;
            border: 1px solid #e0e5d9;
            border-radius: 11px;
            outline: none;
            background: #f8faf6;
            color: #22301f;
            font: inherit;
            font-size: 14px;
            transition: border-color .15s, box-shadow .15s, background .15s;
        }

        input[type="password"],
        input.password-field {
            padding-right: 44px;
        }

        input:focus {
            border-color: #ef6c00;
            background: #ffffff;
            box-shadow: 0 0 0 3px rgba(239, 108, 0, .13);
        }

        .password-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 7px;
        }

        .muted-link {
            color: #9aa896;
            font-size: 12px;
            font-weight: 700;
            text-decoration: none;
            transition: color .14s;
        }

        .muted-link:hover {
            color: #ef6c00;
        }

        .password-toggle {
            position: absolute;
            right: 13px;
            display: inline-flex;
            border: 0;
            padding: 0;
            background: transparent;
            color: #9aa896;
            cursor: pointer;
        }

        .password-toggle:hover {
            color: #ef6c00;
        }

        .submit-button {
            width: 100%;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            margin-top: 5px;
            border: none;
            border-radius: 12px;
            background: #ef6c00;
            color: #ffffff;
            font: inherit;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
        }

        .submit-button:hover {
            transform: translateY(-1px);
            background: #e16400;
            box-shadow: 0 10px 24px rgba(239, 108, 0, .32);
        }

        .alert {
            margin: 18px 0 0;
            padding: 10px 12px;
            border: 1px solid #fecaca;
            border-radius: 8px;
            background: #fee2e2;
            color: #991b1b;
            font-size: 13px;
            line-height: 1.4;
        }

        .divider {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 30px;
            color: #b9c3b3;
        }

        .divider::before,
        .divider::after {
            content: "";
            flex: 1;
            height: 1px;
            background: #eceee8;
        }

        .divider span {
            font-size: 11.5px;
            font-weight: 600;
        }

        .support {
            margin: 18px 0 0;
            color: #9aa896;
            font-size: 12.5px;
            line-height: 1.55;
            text-align: center;
        }

        .support a {
            color: #46563f;
            font-weight: 700;
            text-decoration: none;
        }

        .hero-panel {
            position: relative;
            flex: none;
            width: 46%;
            max-width: 620px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            overflow: hidden;
            padding: 54px 56px;
            background: linear-gradient(150deg, #ff8a2b 0%, #ef6c00 52%, #d35e00 100%);
            color: #ffffff;
        }

        .ring-large,
        .ring-small {
            position: absolute;
            border: 1px solid rgba(255, 255, 255, .16);
            border-radius: 50%;
        }

        .ring-large {
            top: -160px;
            right: -150px;
            width: 520px;
            height: 520px;
        }

        .ring-small {
            bottom: -120px;
            left: -90px;
            width: 340px;
            height: 340px;
        }

        .dot {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, .5);
            animation: floaty 6s ease-in-out infinite;
        }

        .dot-one {
            top: 120px;
            left: 64px;
            width: 14px;
            height: 14px;
        }

        .dot-two {
            right: 90px;
            bottom: 170px;
            width: 9px;
            height: 9px;
            animation-duration: 7.5s;
        }

        .hero-content,
        .hero-foot,
        .hero-brand {
            position: relative;
            z-index: 1;
        }

        .hero-brand {
            font-family: 'Sora', sans-serif;
            font-size: 18px;
            font-weight: 800;
            letter-spacing: .01em;
        }

        .hero-title {
            max-width: 450px;
            font-family: 'Sora', sans-serif;
            font-size: 34px;
            font-weight: 800;
            line-height: 1.22;
            letter-spacing: -.01em;
        }

        .hero-copy {
            max-width: 420px;
            margin: 18px 0 0;
            color: rgba(255, 255, 255, .9);
            font-size: 14.5px;
            line-height: 1.6;
        }

        .stats {
            display: flex;
            gap: 26px;
            margin-top: 34px;
        }

        .stat-value {
            font-family: 'Sora', sans-serif;
            font-size: 26px;
            font-weight: 800;
            line-height: 1;
        }

        .stat-label {
            margin-top: 5px;
            color: rgba(255, 255, 255, .82);
            font-size: 12px;
            font-weight: 600;
        }

        .stat-separator {
            width: 1px;
            background: rgba(255, 255, 255, .25);
        }

        .hero-foot {
            display: flex;
            align-items: center;
            gap: 9px;
            color: rgba(255, 255, 255, .85);
            font-size: 12px;
            font-weight: 600;
        }

        svg {
            display: block;
            flex: none;
        }

        @keyframes floaty {
            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-14px);
            }
        }

        @media (max-width: 900px) {
            .hero-panel {
                display: none;
            }
        }

        @media (max-width: 520px) {
            .login-panel {
                align-items: flex-start;
                padding: 32px 20px;
            }

            h1 {
                font-size: 27px;
            }
        }
