﻿
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html, body {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper {
    width: 90%;
    max-width: 1280px;
    height: 88vh;
    max-height: 820px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
    display: flex;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.left-panel {
    width: 52%;
    height: 100%;
    padding: 40px 52px 24px 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(8, 12, 28, 0.90) 0%, rgba(15, 10, 36, 0.85) 50%, rgba(6, 8, 22, 0.94) 100%), radial-gradient(circle at 80% 80%, rgba(168, 85, 247, 0.22) 0%, transparent 50%), url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80') center center / cover no-repeat;
}

.left-logo-wrapper {
    margin-bottom: 10px;
}

.left-logo {
    height: 90px;
    width: auto;
    object-fit: contain;
    display: block;
}

.hero-section {
    max-width: 480px;
    margin: auto 0;
}

.main-title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
}

.text-neon-green {
    color: #22c55e;
    font-weight: 800;
}

.text-purple-grad {
    background: linear-gradient(90deg, #a855f7, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.title-line {
    width: 45px;
    height: 3.5px;
    background: linear-gradient(90deg, #22c55e, #f97316);
    border-radius: 2px;
    margin-bottom: 16px;
}

.subtitle {
    color: #94a3b8;
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 28px;
}

.feature-card-grid {
    background: rgba(13, 20, 38, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 18px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-box {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bg-green {
    background: #10b981;
}

.bg-purple {
    background: #8b5cf6;
}

.bg-orange {
    background: #f97316;
}

.bg-cyan {
    background: #06b6d4;
}

.feature-text h4 {
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 2px;
}

.feature-text p {
    color: #94a3b8;
    font-size: 10.5px;
    line-height: 1.3;
}

.left-copyright {
    font-size: 11px;
    color: #64748b;
    z-index: 2;
}

.right-panel {
    width: 48%;
    height: 100%;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.curved-divider {
    position: absolute;
    top: 0;
    left: -110px;
    height: 100%;
    width: 111px;
    z-index: 3;
    pointer-events: none;
}

.login-card {
    background: #ffffff;
    width: 100%;
    max-width: 380px;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 4;
}

.card-logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.card-logo {
    height: 149px;
    width: auto;
    object-fit: contain;
}

.welcome-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 2px;
}

.welcome-sub {
    font-size: 12px;
    color: #64748b;
    margin-top: 4px;
    margin-bottom: 20px;
}

.form-group {
    text-align: left;
    margin-bottom: 14px;
}

.form-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 5px;
}

.input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fafafa;
    overflow: hidden;
    height: 42px;
    position: relative;
}

.input-icon-box {
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e2e8f0;
    background: #f8fafc;
    flex-shrink: 0;
}

.form-input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 12px;
    font-size: 18px;
    color: #1e293b;
    width: 100%;
}

.eye-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-shrink: 0;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 12px;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #475569;
    cursor: pointer;
}

    .remember-me input {
        accent-color: #8b5cf6;
        width: 14px;
        height: 14px;
        border-radius: 4px;
    }

.forgot-pass {
    color: #7c3aed;
    font-weight: 600;
    text-decoration: none;
}

.btn-signin {
    width: 100%;
    height: 42px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #22c55e 0%, #06b6d4 35%, #a855f7 70%, #f97316 100%);
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.2);
}

.divider {
    margin: 18px 0 14px 0;
    display: flex;
    align-items: center;
    color: #94a3b8;
    font-size: 11px;
}

    .divider::before, .divider::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #e2e8f0;
    }

    .divider span {
        padding: 0 10px;
    }

.social-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
}

.social-btn {
    width: 38px;
    height: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.security-footer {
    font-size: 11px;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.right-copyright {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 10.5px;
    color: #94a3b8;
    z-index: 5;
}

@media (max-width: 960px) {
    .login-wrapper {
        width: 95%;
        height: auto;
        max-height: none;
    }

    .left-panel, .curved-divider {
        display: none;
    }

    .right-panel {
        width: 100%;
        padding: 40px 20px;
    }
}