/* =============================================
   APHIX TECHNOLOGY - LOGIN STYLE (Premium + Berisi)
   ============================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    background: linear-gradient(145deg, #0A0F1F 0%, #0F172A 50%, #1E1B4B 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
}

/* Background blobs */
.bg-blob {
    position: fixed;
    width: 50vw;
    height: 50vw;
    background: radial-gradient(circle, rgba(59,130,246,0.25) 0%, rgba(139,92,246,0.08) 100%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    animation: floatBlob 18s infinite alternate ease-in-out;
    pointer-events: none;
}
.bg-blob {
    top: -20%;
    left: -20%;
}
.bg-blob-2 {
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(236,72,153,0.2) 0%, rgba(59,130,246,0.05) 100%);
    bottom: -30%;
    right: -20%;
    top: auto;
    left: auto;
    animation: floatBlob2 22s infinite alternate;
}
@keyframes floatBlob {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(8%, 8%) scale(1.2); }
}
@keyframes floatBlob2 {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(-10%, -8%) scale(1.3); }
}

/* Split container */
.split-container {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    max-width: 1300px;
    min-height: 600px;
    margin: 2rem;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(12px);
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 25px 45px -12px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.1);
}

/* ========== SISI KIRI ========== */
.split-left {
    flex: 1;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(4px);
    border-right: 1px solid rgba(255,255,255,0.08);
}

.left-content {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.welcome-badge {
    font-size: 0.7rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #94a3b8;
    background: rgba(255,255,255,0.03);
    display: inline-block;
    width: fit-content;
    padding: 0.2rem 0.8rem;
    border-radius: 2rem;
    border: 0.5px solid rgba(255,255,255,0.1);
}

.brand-heading {
    font-size: 2.4rem;
    font-weight: 700;
    background: linear-gradient(135deg, #FFFFFF 0%, #C7D2FE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 0;
}

.brand-description {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #CBD5E1;
    max-width: 90%;
    margin: 0;
}

.brand-tagline {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #3B82F6;
    background: rgba(59,130,246,0.1);
    display: inline-block;
    width: fit-content;
    padding: 0.3rem 1rem;
    border-radius: 2rem;
}

/* Separator */
.separator {
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05), rgba(255,255,255,0));
    margin: 0.5rem 0;
}

/* Statistik mini */
.stats-mini {
    display: flex;
    gap: 1.5rem;
    margin: 0.5rem 0;
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(255,255,255,0.03);
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    flex: 1;
    border: 1px solid rgba(255,255,255,0.05);
}
.stat-item i {
    font-size: 1.4rem;
    color: #3b82f6;
}
.stat-item div {
    display: flex;
    flex-direction: column;
}
.stat-item span {
    font-size: 0.6rem;
    text-transform: uppercase;
    color: #94a3b8;
}
.stat-item strong {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f1f5f9;
}

/* Feature list simple */
.feature-list-simple {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin: 0.5rem 0;
}
.feature-simple {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.8rem;
    color: #e2e8f0;
}
.feature-simple i {
    color: #10b981;
    font-size: 1rem;
}

/* Footer kiri */
.left-footer {
    margin-top: 1.5rem;
    font-size: 0.65rem;
    color: #475569;
    opacity: 0.7;
    transition: opacity 0.2s;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 1rem;
}
.left-footer:hover {
    opacity: 1;
}
.contact-info {
    font-size: 0.6rem;
    margin-top: 0.3rem;
}

/* ========== SISI KANAN ========== */
.split-right {
    flex: 0.85;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.glass-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 1.5rem;
    padding: 2rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 20px 35px -10px rgba(0,0,0,0.4);
}
.glass-card:hover {
    border-color: rgba(59,130,246,0.4);
}
.brand {
    text-align: center;
    margin-bottom: 1.8rem;
}
.brand-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}
.brand-icon i {
    font-size: 1.8rem;
    color: white;
}
.brand h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.3rem;
}
.brand p {
    font-size: 0.75rem;
    color: #94a3b8;
}
.alert-modern {
    background: rgba(239,68,68,0.15);
    border-left: 3px solid #ef4444;
    border-radius: 0.8rem;
    padding: 0.6rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
    color: #fecaca;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.input-field {
    position: relative;
    margin-bottom: 1.2rem;
}
.input-field i:first-child {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1rem;
    color: #64748b;
}
.input-field input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.6rem;
    background: rgba(30,41,59,0.6);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 0.9rem;
    font-size: 0.85rem;
    color: #f1f5f9;
    outline: none;
    transition: all 0.2s;
}
.input-field input:focus {
    border-color: #3b82f6;
    background: rgba(30,41,59,0.8);
    box-shadow: 0 0 0 3px rgba(59,130,246,0.2);
}
.input-field input:focus + i {
    color: #3b82f6;
}

/* Toggle Password */
.password-field {
    position: relative;
}
.password-field .toggle-password {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #64748b;
    cursor: pointer;
    transition: color 0.2s;
    z-index: 2;
}
.password-field .toggle-password:hover {
    color: #3b82f6;
}
.password-field input {
    padding-right: 2.8rem;
}

.login-btn {
    width: 100%;
    background: linear-gradient(95deg, #3b82f6, #8b5cf6);
    border: none;
    border-radius: 1rem;
    padding: 0.75rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.25s;
    margin-top: 0.5rem;
}
.login-btn:hover {
    transform: scale(1.02);
    background: linear-gradient(95deg, #2563eb, #7c3aed);
}
.footer-note {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.6rem;
    color: #475569;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 1rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 800px) {
    .split-container {
        flex-direction: column;
        margin: 1rem;
        min-height: auto;
    }
    .split-left {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        padding: 2rem;
    }
    .split-right {
        padding: 2rem 1.5rem;
    }
    .brand-heading {
        font-size: 1.8rem;
    }
    .stats-mini {
        flex-direction: column;
        gap: 0.8rem;
    }
    .stat-item {
        justify-content: center;
    }
    .feature-list-simple {
        gap: 0.5rem;
    }
}