.cx-login-area {
            min-height: calc(90vh - 120px);
            background: #f5f5f5;
            position: relative;
            overflow: hidden;
        }

        .cx-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
        }

        .cx-particle {
            position: absolute;
            width: 8px;
            height: 8px;
            background: #ffffff;
            clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
            opacity: 0.8;
            animation: cx-float 8s infinite ease-in-out;
            box-shadow: 0 0 6px #ffffff, 0 0 12px #00aaff;
        }

        @keyframes cx-float {
            0%, 100% {
                transform: translateY(0) translateX(0) rotate(0deg);
                opacity: 0.4;
            }
            50% {
                transform: translateY(-40px) translateX(30px) rotate(180deg);
                opacity: 1;
            }
        }

        .cx-shooting-star {
            position: absolute;
            width: 100px;
            height: 2px;
            background: linear-gradient(to left, #ffffff, transparent);
            opacity: 0;
            animation: cx-shoot 32s infinite;
        }

        .cx-shooting-star::before {
            content: '';
            position: absolute;
            width: 4px;
            height: 4px;
            background: #ffffff;
            border-radius: 50%;
            top: -1px;
            right: 0;
            box-shadow: 0 0 10px #ffffff, 0 0 20px #00aaff;
        }

        @keyframes cx-shoot {
            0% {
                opacity: 0;
                transform: translateX(110vw) translateY(-100px) rotate(135deg);
            }
            10% {
                opacity: 1;
            }
            20% {
                opacity: 0;
                transform: translateX(-100px) translateY(110vh) rotate(135deg);
            }
            100% {
                opacity: 0;
                transform: translateX(-100px) translateY(110vh) rotate(135deg);
            }
        }

        .cx-login-wrapper {
            position: relative;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: calc(90vh - 120px);
            padding: 60px 20px;
        }

        .cx-login-container {
            display: grid;
            grid-template-columns: 1.3fr 0.7fr;
            max-width: 1520px;
            width: 100%;
        }

        .cx-login-left {
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .cx-login-logo {
            margin-bottom: -60px;
        }

        .cx-login-logo img {
            max-width: 180px;
        }

        .cx-login-left h1 {
            font-size: 36px;
            font-weight: 700;
            background: linear-gradient(90deg, #3059ff 0.6%, #496bff 9.7%, #a16eff 19.4%);
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .cx-login-left p {
            font-size: 16px;
            color: #000;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .cx-features {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .cx-feature {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .cx-feature-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #00aaff;
            font-size: 20px;
        }

        .cx-feature-icon img {
            width: 44px;
            height: 44px;
            object-fit: contain;
            border-radius: 15%;
        }

        .cx-feature span {
            color: #000;
            font-size: 15px;
        }

        .cx-login-right {
            padding: 60px 50px;
            background: #ffffff;
            border-radius: 24px;
        }

        .cx-form-header {
            text-align: center;
            margin-bottom: 24px;
        }

        .cx-form-header h2 {
            font-size: 24px;
            font-weight: 700;
            color: #1f1f1f;
            margin-bottom: 6px;
        }

        .cx-form-header p {
            font-size: 14px;
            color: #666666;
        }

        .cx-form-group {
            margin-bottom: 16px;
        }

        .cx-form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: #333333;
            margin-bottom: 6px;
        }

        .cx-form-control {
            width: 100%;
            padding: 10px 14px;
            font-size: 14px;
            border: 1px solid #e8e8e8;
            border-radius: 10px;
            background: #fafafa;
        }

        .cx-form-control:focus {
            border-color: #00aaff;
            background: #ffffff;
            box-shadow: 0 0 0 4px rgba(0, 170, 255, 0.1);
            outline: none;
        }

        .cx-form-options {
            margin-bottom: 20px;
        }

        .cx-login-btn {
            width: 100%;
            padding: 15px;
            background: #0077ff;
            color: #ffffff;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 170, 255, 0.3);
        }

        .cx-login-btn:hover {
            box-shadow: 0 8px 25px rgba(0, 170, 255, 0.4);
        }

        .cx-back-link {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
            color: #666666;
        }

        .cx-back-link a {
            color: #00aaff;
            text-decoration: none;
            font-weight: 500;
        }

        .cx-back-link a:hover {
            text-decoration: underline;
        }

        .cx-method-tabs {
            display: flex;
            margin-bottom: 24px;
            background: #f5f5f5;
            border-radius: 12px;
            padding: 4px;
        }

        .cx-method-tab {
            flex: 1;
            padding: 12px;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            color: #666666;
            background: transparent;
            border: none;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .cx-method-tab.active {
            background: #ffffff;
            color: #0077ff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .cx-method-tab:hover {
            color: #0077ff;
        }

        .cx-form-group-row {
            display: flex;
            gap: 12px;
        }

        .cx-form-group-row .cx-form-group {
            flex: 1;
        }

        .cx-send-code-btn {
            padding: 10px 16px;
            background: #fff;
            color: #0077ff;
            border: none;
            border-radius: 10px;
            font-size: 13px;
            font-weight: 500;
            height:43px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .cx-send-code-btn:hover {
            background: #fff;
        }

        .cx-send-code-btn:disabled {
            background: #cccccc;
            cursor: not-allowed;
        }

        .cx-timer-text {
            font-size: 12px;
            color: #999999;
            margin-top: 4px;
        }

        @media (max-width: 1200px) {
            .cx-login-container {
                grid-template-columns: 1fr;
                max-width: 500px;
            }

            .cx-login-left {
                display: none;
            }

            .cx-login-right {
                padding: 50px 30px;
            }
        }

        @media (max-width: 767px) {
            .cx-login-area {
                min-height: calc(90vh - 370px);
            }

            .cx-login-wrapper {
                min-height: calc(90vh - 370px);
                padding: 20px 15px;
            }

            .cx-login-right {
                padding: 25px 20px;
            }

            .cx-form-header h2 {
                font-size: 22px;
            }

            .cx-form-header {
                margin-bottom: 16px;
            }

            .cx-form-group {
                margin-bottom: 12px;
            }

            .cx-method-tabs {
                margin-bottom: 16px;
            }

            .cx-method-tab {
                padding: 10px 8px;
                font-size: 13px;
            }

            .cx-login-btn {
                padding: 12px;
                font-size: 15px;
            }

            .cx-back-link {
                margin-top: 16px;
                font-size: 13px;
            }
        }