/* Reset dan Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
}

/* Floating Decorative Shapes */
.floating-shapes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
    animation: floatShape 20s ease-in-out infinite;
}

.shape-1 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(16, 185, 129, 0.15));
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.shape-2 {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(37, 99, 235, 0.1));
    top: 60%;
    right: 8%;
    animation-delay: -5s;
}

.shape-3 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(245, 158, 11, 0.2));
    top: 30%;
    left: 85%;
    animation-delay: -10s;
}

.shape-4 {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15), rgba(245, 158, 11, 0.12));
    bottom: 20%;
    left: 10%;
    animation-delay: -15s;
}

.shape-5 {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(37, 99, 235, 0.15));
    top: 80%;
    right: 25%;
    animation-delay: -8s;
}

@keyframes floatShape {
    0%, 100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
        opacity: 0.6;
    }
    25% {
        transform: translateY(-20px) translateX(10px) rotate(90deg);
        opacity: 0.8;
    }
    50% {
        transform: translateY(-10px) translateX(-15px) rotate(180deg);
        opacity: 0.4;
    }
    75% {
        transform: translateY(15px) translateX(5px) rotate(270deg);
        opacity: 0.7;
    }
}

body {
    font-family: 'Poppins', sans-serif;
    background: 
        linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, transparent 50%),
        linear-gradient(45deg, rgba(16, 185, 129, 0.03) 0%, transparent 50%),
        linear-gradient(225deg, rgba(245, 158, 11, 0.04) 0%, transparent 50%),
        conic-gradient(from 0deg at 50% 50%, 
            #f8fafc 0deg, 
            #f1f5f9 60deg, 
            #e2e8f0 120deg, 
            #cbd5e1 180deg, 
            #94a3b8 240deg, 
            #64748b 300deg, 
            #f8fafc 360deg);
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    position: relative;
    overflow-x: hidden;
}



body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 15% 25%, rgba(37, 99, 235, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 85% 75%, rgba(16, 185, 129, 0.06) 0%, transparent 35%),
        radial-gradient(circle at 45% 15%, rgba(245, 158, 11, 0.05) 0%, transparent 30%),
        radial-gradient(circle at 75% 45%, rgba(30, 64, 175, 0.04) 0%, transparent 25%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="dots" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1" fill="%2364748b" opacity="0.15"/><circle cx="15" cy="15" r="0.5" fill="%232563eb" opacity="0.1"/><circle cx="45" cy="45" r="0.8" fill="%2310b981" opacity="0.08"/><circle cx="15" cy="45" r="0.6" fill="%23f59e0b" opacity="0.06"/><circle cx="45" cy="15" r="0.4" fill="%23475569" opacity="0.12"/></pattern></defs><rect width="60" height="60" fill="url(%23dots)"/></svg>');
    pointer-events: none;
    z-index: -2;
}



/* Static Geometric Patterns */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.015) 49%, rgba(255, 255, 255, 0.015) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(37, 99, 235, 0.02) 49%, rgba(37, 99, 235, 0.02) 51%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgba(16, 185, 129, 0.018) 49%, rgba(16, 185, 129, 0.018) 51%, transparent 52%);
    background-size: 80px 80px, 60px 60px, 100px 100px;
    background-position: 0 0, 20px 20px, 40px 40px;
    pointer-events: none;
    z-index: -1;
}

/* Floating Particles */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(2px 2px at 20px 30px, rgba(16, 185, 129, 0.3), transparent),
        radial-gradient(2px 2px at 40px 70px, rgba(245, 158, 11, 0.25), transparent),
        radial-gradient(1px 1px at 90px 40px, rgba(37, 99, 235, 0.2), transparent),
        radial-gradient(1px 1px at 130px 80px, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(2px 2px at 160px 30px, rgba(16, 185, 129, 0.2), transparent);
    background-repeat: repeat;
    background-size: 200px 100px;
    animation: floatingParticles 30s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes floatingParticles {
    0% { transform: translateY(0px) translateX(0px); }
    33% { transform: translateY(-20px) translateX(10px); }
    66% { transform: translateY(-10px) translateX(-5px); }
    100% { transform: translateY(0px) translateX(0px); }
}



.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(255, 255, 255, 0.9) 50%, 
        rgba(255, 255, 255, 0.95) 100%);
    border-radius: 32px;
    box-shadow: 
        0 32px 64px rgba(0, 0, 0, 0.2), 
        0 0 0 1px rgba(255, 255, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 8px 32px rgba(16, 185, 129, 0.1),
        0 16px 48px rgba(245, 158, 11, 0.08);
    backdrop-filter: blur(20px);
    overflow: visible;
    min-height: auto;
    position: relative;
    z-index: 1;
    animation: containerFloat 8s ease-in-out infinite;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(37, 99, 235, 0.4), 
        rgba(16, 185, 129, 0.3), 
        rgba(245, 158, 11, 0.35), 
        transparent);
    animation: shimmer 4s ease-in-out infinite;
}

.container::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulseGlow 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pulseGlow {
    0%, 100% { 
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
    50% { 
        transform: scale(1.2) rotate(180deg);
        opacity: 0.8;
    }
}

@keyframes containerFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes shimmer {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

/* Form Container */
.form-container {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.15) 0%, 
        rgba(255, 255, 255, 0.08) 30%,
        rgba(16, 185, 129, 0.02) 60%,
        rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(10px);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="dots" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%232563eb" opacity="0.03"/></pattern></defs><rect width="200" height="200" fill="url(%23dots)"/></svg>') repeat;
    pointer-events: none;
    opacity: 0;
    animation: fadeInDots 2s ease-in-out 1s forwards;
}

@keyframes fadeInDots {
    to {
        opacity: 1;
    }
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.logo-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-glow {
    position: absolute;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: iconGlowPulse 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes iconGlowPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
}

.header-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    opacity: 0.7;
}

.decoration-line {
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #2563eb, #10b981, #f59e0b);
    border-radius: 1px;
    animation: decorationShimmer 2s ease-in-out infinite;
}

.decoration-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #10b981, #f59e0b);
    border-radius: 50%;
    animation: decorationPulse 2s ease-in-out infinite;
}

@keyframes decorationShimmer {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

@keyframes decorationPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.logo i {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #2563eb 0%, #10b981 50%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(37, 99, 235, 0.3));
    animation: iconGlow 3s ease-in-out infinite;
}

@keyframes iconGlow {
    0%, 100% { filter: drop-shadow(0 2px 4px rgba(37, 99, 235, 0.3)); }
    50% { filter: drop-shadow(0 4px 8px rgba(16, 185, 129, 0.4)) drop-shadow(0 0 12px rgba(245, 158, 11, 0.2)); }
}

.logo h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    background: linear-gradient(135deg, #2563eb 0%, #10b981 30%, #f59e0b 60%, #1e40af 100%);
    background-size: 200% 200%;
    animation: textGradientShift 4s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@keyframes textGradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.tagline {
    color: #64748b;
    font-size: 1rem;
    font-weight: 500;
    background: linear-gradient(135deg, #64748b 0%, #475569 50%, #334155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    letter-spacing: 0.5px;
}

/* Form Tabs */
.form-tabs {
    display: flex;
    margin-bottom: 32px;
    background: rgba(241, 245, 249, 0.8);
    border-radius: 20px;
    padding: 8px;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-tabs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(37, 99, 235, 0.05), rgba(29, 78, 216, 0.05));
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form-tabs:hover::before {
    opacity: 1;
}

.tab-btn {
    flex: 1;
    padding: 16px 28px;
    border: none;
    background: transparent;
    color: #64748b;
    font-weight: 600;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.95rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.tab-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    z-index: -1;
}

.tab-btn:hover::before {
    width: 200px;
    height: 200px;
}

.tab-btn:hover:not(.active) {
    color: #2563eb;
    transform: translateY(-1px);
}

.tab-btn.active {
    background: linear-gradient(135deg, #2563eb 0%, #10b981 50%, #f59e0b 100%);
    background-size: 200% 200%;
    animation: activeTabGradient 3s ease infinite;
    color: white;
    box-shadow: 
        0 8px 25px rgba(37, 99, 235, 0.3),
        0 4px 15px rgba(16, 185, 129, 0.2),
        0 2px 8px rgba(245, 158, 11, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

@keyframes activeTabGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.tab-btn.active::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}

/* Auth Forms */
.auth-form {
    display: none;
}

.auth-form.active {
    display: block;
}

.form-group {
    margin-bottom: 20px;
}

.input-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.input-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 56px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.input-icon i {
    color: #64748b;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

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

.input-group input,
.input-group select {
    width: 100%;
    padding: 18px 50px 18px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff;
    color: #1e293b;
    font-weight: 400;
    position: relative;
}

.input-group input:hover,
.input-group select:hover {
    border-color: #cbd5e1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.input-wrapper:hover .input-icon {
    border-color: #cbd5e1;
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.input-wrapper:hover .input-icon i {
    color: #2563eb;
}

.input-group input:focus,
.input-group select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 
        0 0 0 4px rgba(37, 99, 235, 0.15),
        0 0 0 8px rgba(16, 185, 129, 0.08),
        0 8px 25px rgba(37, 99, 235, 0.2),
        0 4px 15px rgba(16, 185, 129, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 100%);
    transform: translateY(-2px);
}

.input-group input:focus ~ .input-highlight,
.input-group select:focus ~ .input-highlight {
    opacity: 1;
    transform: scaleX(1);
}

.input-wrapper:has(.input-group input:focus) .input-icon,
.input-wrapper:has(.input-group select:focus) .input-icon {
    border-color: #2563eb;
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 0 0 4px rgba(37, 99, 235, 0.15),
        0 8px 25px rgba(37, 99, 235, 0.2);
}

.input-wrapper:has(.input-group input:focus) .input-icon i,
.input-wrapper:has(.input-group select:focus) .input-icon i {
    color: #2563eb;
}



.input-highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #2563eb 0%, #10b981 50%, #f59e0b 100%);
    background-size: 200% 200%;
    animation: highlightGradient 2s ease infinite;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    border-radius: 2px;
    pointer-events: none;
}

@keyframes highlightGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.input-group input::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.toggle-password {
    position: absolute;
    right: 16px;
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 8px;
    z-index: 2;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.toggle-password:hover {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
}

.toggle-password:active {
    transform: scale(0.95);
}

/* Form Options */
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 12px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
    color: #475569;
    transition: color 0.2s ease;
}

.checkbox-container:hover {
    color: #2563eb;
}

.checkbox-container input {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff;
}

.checkbox-container:hover .checkmark {
    border-color: #2563eb;
}

.checkbox-container input:checked + .checkmark {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    border-color: #2563eb;
    transform: scale(1.05);
}

.checkbox-container input:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 13px;
    font-weight: 600;
}

.forgot-password {
    color: #2563eb;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 4px 0;
}

.forgot-password:hover {
    color: #1e40af;
    text-decoration: underline;
}

/* Buttons */
.btn-primary {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #2563eb 0%, #10b981 30%, #f59e0b 70%, #1e40af 100%);
    background-size: 300% 300%;
    animation: buttonGradientShift 4s ease infinite;
    color: white;
    border: none;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 6px 20px rgba(37, 99, 235, 0.25),
        0 3px 10px rgba(16, 185, 129, 0.15),
        0 1px 5px rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@keyframes buttonGradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 12px 40px rgba(37, 99, 235, 0.35),
        0 6px 20px rgba(16, 185, 129, 0.25),
        0 3px 10px rgba(245, 158, 11, 0.2),
        0 0 0 2px rgba(255, 255, 255, 0.3);
    animation-duration: 2s;
}

.btn-primary:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.2);
}

.btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Social Login */
.social-login {
    margin-top: 30px;
}

.divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
    color: #999;
}

.divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e1e5e9;
    z-index: 0;
}

.divider span {
    background: white;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.social-buttons {
    display: flex;
    gap: 16px;
}

.social-btn {
    flex: 1;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    background: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    color: #475569;
    position: relative;
    overflow: hidden;
}

.social-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.social-btn.google:hover {
    border-color: #ea4335;
    color: #ea4335;
    background: linear-gradient(135deg, 
        rgba(234, 67, 53, 0.08) 0%, 
        rgba(245, 158, 11, 0.05) 50%, 
        rgba(234, 67, 53, 0.06) 100%);
    box-shadow: 
        0 8px 25px rgba(234, 67, 53, 0.2),
        0 4px 12px rgba(245, 158, 11, 0.1);
}

.social-btn.facebook:hover {
    border-color: #1877f2;
    color: #1877f2;
    background: linear-gradient(135deg, 
        rgba(24, 119, 242, 0.08) 0%, 
        rgba(37, 99, 235, 0.05) 50%, 
        rgba(24, 119, 242, 0.06) 100%);
    box-shadow: 
        0 8px 25px rgba(24, 119, 242, 0.2),
        0 4px 12px rgba(37, 99, 235, 0.1);
}

/* Info Section */
.info-section {
    background: linear-gradient(135deg, 
        #2563eb 0%, 
        #10b981 20%, 
        #f59e0b 40%, 
        #1e40af 60%, 
        #1d4ed8 80%, 
        #1e3a8a 100%);
    background-size: 300% 300%;
    animation: sectionGradientShift 12s ease infinite;
    color: white;
    padding: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Info Background Decoration */
.info-background-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.bg-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    animation: bgShapeFloat 15s ease-in-out infinite;
}

.bg-shape-1 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.3), rgba(245, 158, 11, 0.2));
    top: -50px;
    right: -50px;
    animation-delay: 0s;
}

.bg-shape-2 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.25), rgba(255, 255, 255, 0.2));
    bottom: -30px;
    left: -30px;
    animation-delay: -5s;
}

.bg-shape-3 {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(16, 185, 129, 0.2));
    top: 50%;
    left: 10%;
    animation-delay: -10s;
}

@keyframes bgShapeFloat {
    0%, 100% {
        transform: translateY(0px) translateX(0px) rotate(0deg) scale(1);
        opacity: 0.15;
    }
    33% {
        transform: translateY(-15px) translateX(10px) rotate(120deg) scale(1.1);
        opacity: 0.25;
    }
    66% {
        transform: translateY(10px) translateX(-8px) rotate(240deg) scale(0.9);
        opacity: 0.1;
    }
}

@keyframes sectionGradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.info-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(16, 185, 129, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.15) 0%, transparent 45%),
        radial-gradient(circle at 30% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.08) 0%, transparent 35%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.12"/><circle cx="5" cy="15" r="0.5" fill="%2310b981" opacity="0.08"/><circle cx="15" cy="5" r="0.7" fill="%23f59e0b" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>') repeat;
    pointer-events: none;
    animation: infoFloat 10s ease-in-out infinite;
}

.info-section::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    animation: rotate 20s linear infinite;
    pointer-events: none;
}

@keyframes infoFloat {
    0%, 100% {
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(-10px);
        opacity: 0.8;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.info-content {
    position: relative;
    z-index: 2;
    animation: contentSlideIn 1s ease-out 0.5s both;
}

.info-content h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 50%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.02em;
    line-height: 1.1;
    position: relative;
    text-align: center;
}

.info-content h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    border-radius: 2px;
    animation: underlineGlow 2s ease-in-out infinite;
}

.info-content p {
    font-size: 1.2rem;
    line-height: 1.7;
    opacity: 0.95;
    margin-bottom: 2.5rem;
    font-weight: 300;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes contentSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes underlineGlow {
    0%, 100% {
        opacity: 0.6;
        transform: translateX(-50%) scaleX(1);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1.2);
    }
}

.features {
    display: flex;
    gap: 24px;
    margin-top: 48px;
    perspective: 1000px;
}

.feature {
    flex: 1;
    text-align: center;
    padding: 32px 24px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.18) 0%,
        rgba(16, 185, 129, 0.08) 30%,
        rgba(245, 158, 11, 0.06) 70%,
        rgba(255, 255, 255, 0.15) 100%);
    border-radius: 24px;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(16, 185, 129, 0.15), 
        rgba(245, 158, 11, 0.12), 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: left 0.8s ease;
}

.feature::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2563eb 0%, #10b981 50%, #f59e0b 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    border-radius: 0 0 24px 24px;
}

.feature:hover::before {
    left: 100%;
}

.feature:hover {
    transform: translateY(-12px) rotateX(8deg) scale(1.02);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.25) 0%,
        rgba(16, 185, 129, 0.12) 30%,
        rgba(245, 158, 11, 0.1) 70%,
        rgba(255, 255, 255, 0.22) 100%);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.25),
        0 10px 30px rgba(16, 185, 129, 0.15),
        0 5px 15px rgba(245, 158, 11, 0.1),
        0 0 0 2px rgba(255, 255, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.feature:hover::after {
    transform: scaleX(1);
}

.feature i {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

.feature:hover i {
    transform: scale(1.1) rotateY(10deg);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.feature h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
}

.feature:hover h3 {
    transform: translateY(-2px);
}

.feature p {
    font-size: 0.95rem;
    opacity: 0.9;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.feature:hover p {
    opacity: 1;
    transform: translateY(-1px);
}

/* Mobile-First Responsive Design */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
        margin: 0;
        border-radius: 0;
        backdrop-filter: blur(15px);
    }
    
    .form-container, .info-section {
        width: 100%;
        padding: 32px 24px;
    }
    
    .info-section {
        order: -1;
        padding: 40px 24px;
    }
    
    .feature {
        margin: 8px 0;
        padding: 20px;
        backdrop-filter: blur(12px);
    }
    
    .social-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .social-btn {
        width: 100%;
        padding: 14px;
    }
    
    .floating-shapes {
        display: none;
    }
    
    .icon-glow {
        width: 50px;
        height: 50px;
    }
    
    .header-decoration {
        margin: 15px 0;
    }
    
    .decoration-line {
        width: 60px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 0;
        background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #1d4ed8 100%);
        overflow-x: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /* Mobile-specific animations */
    @keyframes mobileSlideIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Touch-friendly interactions */
    * {
        -webkit-tap-highlight-color: rgba(37, 99, 235, 0.2);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    input, textarea {
        -webkit-user-select: text;
        -khtml-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .container {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin: 0;
        min-height: 100vh;
        border-radius: 0;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.98);
        animation: none;
    }

    .container::before {
        display: none;
    }

    .info-section {
        order: -1;
        padding: 40px 24px 32px;
        background: linear-gradient(135deg, #2563eb 0%, #1e40af 50%, #1d4ed8 100%);
        border-radius: 0;
    }

    .info-content h2 {
        font-size: 2.2rem;
        margin-bottom: 16px;
        line-height: 1.2;
    }

    .info-content p {
        font-size: 1rem;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .features {
        flex-direction: column;
        gap: 16px;
        margin-top: 32px;
    }

    .feature {
        padding: 20px 16px;
        border-radius: 16px;
        transform: none !important;
    }

    .feature:hover {
        transform: translateY(-4px) !important;
    }

    .feature i {
        font-size: 2rem;
        margin-bottom: 12px;
    }

    .feature h3 {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .feature p {
        font-size: 0.85rem;
    }

    .form-container {
        padding: 32px 24px 40px;
        background: transparent;
        animation: mobileSlideIn 0.6s ease-out;
    }

    .form-container::before {
        display: none;
    }

    /* Mobile form enhancements */
    .form-content {
        animation: mobileSlideIn 0.8s ease-out 0.2s both;
    }

    .logo {
        margin-bottom: 24px;
    }

    .logo i {
        font-size: 2.5rem;
    }

    .logo h1 {
        font-size: 1.8rem;
        margin-top: 8px;
    }

    .form-tabs {
        margin-bottom: 32px;
        padding: 8px;
        border-radius: 18px;
        background: rgba(241, 245, 249, 0.95);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .tab-btn {
        padding: 16px 24px;
        font-size: 15px;
        border-radius: 14px;
        font-weight: 600;
        min-height: 48px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .tab-btn:active {
        transform: scale(0.98);
    }

    .tab-btn.active {
        box-shadow: 
            0 6px 16px rgba(37, 99, 235, 0.3),
            0 0 0 1px rgba(255, 255, 255, 0.2);
        transform: translateY(-1px);
    }

    .input-group {
        margin-bottom: 20px;
    }

    .input-group input,
    .input-group select {
        padding: 18px 24px 18px 52px;
        font-size: 16px;
        border-radius: 16px;
        border-width: 2px;
        min-height: 56px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .input-group input:focus,
    .input-group select:focus {
        transform: none;
        box-shadow: 
            0 0 0 3px rgba(37, 99, 235, 0.15),
            0 4px 12px rgba(37, 99, 235, 0.1);
    }

    .input-group i {
        font-size: 1.1rem;
        left: 18px;
        color: #64748b;
        transition: color 0.3s ease;
    }

    .input-group input:focus + .input-highlight + i,
    .input-group select:focus + .input-highlight + i {
        color: #2563eb;
    }

    .toggle-password {
        right: 18px;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid #e5e7eb;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toggle-password:hover {
        background: rgba(37, 99, 235, 0.1);
        border-color: #2563eb;
        transform: scale(1.05);
    }

    .toggle-password:active {
        transform: scale(0.95);
    }

    .btn-primary {
        padding: 18px 32px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 16px;
        margin: 28px 0 24px;
        min-height: 56px;
        width: 100%;
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        box-shadow: 
            0 8px 20px rgba(37, 99, 235, 0.3),
            0 2px 4px rgba(0, 0, 0, 0.1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 
            0 12px 28px rgba(37, 99, 235, 0.4),
            0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .btn-primary:active {
        transform: translateY(0);
        box-shadow: 
            0 4px 12px rgba(37, 99, 235, 0.3),
            0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .social-buttons {
        flex-direction: column;
        gap: 14px;
        margin: 24px 0;
    }

    .social-btn {
        padding: 16px 24px;
        border-radius: 14px;
        font-size: 15px;
        font-weight: 500;
        min-height: 52px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border: 2px solid #e5e7eb;
    }

    .social-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    }

    .social-btn:active {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .social-btn.google:hover {
        border-color: #db4437;
        background: rgba(219, 68, 55, 0.05);
    }

    .social-btn.facebook:hover {
        border-color: #4267b2;
        background: rgba(66, 103, 178, 0.05);
    }

    .form-options {
        margin: 24px 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .checkbox-container {
        font-size: 15px;
        padding: 4px 0;
        display: flex;
        align-items: center;
        gap: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .checkbox-container:active {
        transform: scale(0.98);
    }

    .checkbox-container input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin: 0;
    }

    .checkmark {
        width: 20px;
        height: 20px;
        border-radius: 6px;
        border: 2px solid #cbd5e1;
        background: rgba(255, 255, 255, 0.9);
        transition: all 0.3s ease;
    }

    .checkbox-container input:checked + .checkmark {
        background: #2563eb;
        border-color: #2563eb;
        transform: scale(1.1);
    }

    .forgot-password {
        font-size: 15px;
        padding: 8px 0;
        color: #2563eb;
        font-weight: 500;
        transition: all 0.3s ease;
        text-align: center;
    }

    .forgot-password:hover {
        color: #1d4ed8;
        transform: translateY(-1px);
    }

    .forgot-password:active {
        transform: translateY(0);
    }

    .error-message {
        font-size: 14px;
        margin-top: 12px;
        padding: 12px 16px;
        border-radius: 12px;
        background: rgba(239, 68, 68, 0.1);
        border: 1px solid rgba(239, 68, 68, 0.2);
        animation: mobileSlideIn 0.3s ease-out;
    }

    .success-message {
        font-size: 14px;
        margin-top: 12px;
        padding: 12px 16px;
        border-radius: 12px;
        background: rgba(34, 197, 94, 0.1);
        border: 1px solid rgba(34, 197, 94, 0.2);
        animation: mobileSlideIn 0.3s ease-out;
    }
}

/* Tablet Design */
@media (min-width: 481px) and (max-width: 768px) {
    .container {
        grid-template-columns: 1fr;
        max-width: 95%;
        margin: 20px auto;
        min-height: auto;
        border-radius: 20px;
    }

    .info-section {
        order: -1;
        padding: 40px 32px;
    }

    .form-container {
        padding: 40px 32px;
    }

    .features {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    .feature {
        padding: 24px 20px;
    }

    .info-content h2 {
        font-size: 2.5rem;
    }

    .social-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .form-tabs {
        margin-bottom: 28px;
    }

    .tab-btn {
        padding: 14px 24px;
        font-size: 15px;
    }

    .logo h1 {
        font-size: 2rem;
    }

    .logo i {
        font-size: 2rem;
    }

    .form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

/* Animation untuk form transition */
.auth-form {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading state */
.btn-primary.loading {
    opacity: 0.8;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-primary.loading::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 8px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Error states */
.input-group.error input,
.input-group.error select {
    border-color: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
    background: rgba(239, 68, 68, 0.02);
}

.error-message {
    color: #ef4444;
    font-size: 0.85rem;
    margin-top: 6px;
    display: none;
    font-weight: 500;
}

.error-message.show {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Success states */
.input-group.success input,
.input-group.success select {
    border-color: #10b981;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1);
    background: rgba(16, 185, 129, 0.02);
}

/* ===== DASHBOARD STYLES ===== */

/* Dashboard Body */
.dashboard-body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
}

/* Navigation */
.dashboard-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-brand .logo-icon-wrapper {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.nav-brand h1 {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.nav-menu {
    display: flex;
    gap: 8px;
}

.nav-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: transparent;
    border: none;
    border-radius: 12px;
    color: #6b7280;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.nav-btn:hover {
    background: rgba(103, 126, 234, 0.1);
    color: #667eea;
    transform: translateY(-2px);
}

.nav-btn.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    box-shadow: 0 4px 15px rgba(103, 126, 234, 0.3);
}

.nav-btn i {
    font-size: 16px;
}

.nav-user {
    position: relative;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(103, 126, 234, 0.1);
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.user-info:hover {
    background: rgba(103, 126, 234, 0.2);
}

.user-name {
    font-weight: 500;
    color: #374151;
}

.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 8px;
}

.nav-user:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #374151;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: rgba(103, 126, 234, 0.1);
    color: #667eea;
}

/* Main Content */
.dashboard-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.content-section {
    display: none;
    animation: fadeInUp 0.5s ease;
}

.content-section.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.section-header p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

/* Summary Cards */
.summary-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.summary-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.summary-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}

.income-card .card-icon {
    background: linear-gradient(135deg, #10b981, #059669);
}

.expense-card .card-icon {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.balance-card .card-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.card-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 8px;
}

.card-content .amount {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}

.card-content .period {
    font-size: 14px;
    color: #9ca3af;
}

/* Quick Actions */
.quick-actions {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.quick-actions h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 20px;
}

.action-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.action-btn {
    flex: 1;
    min-width: 200px;
    padding: 16px 24px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.income-btn {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.expense-btn {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
}

.action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Recent Transactions */
.recent-transactions {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.recent-transactions h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 20px;
}

.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #9ca3af;
}

.empty-state i {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.empty-state p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.empty-state span {
    font-size: 14px;
}

/* Form Wizard */
.form-wizard {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 800px;
    margin: 0 auto;
}

.wizard-step {
    display: none;
    animation: slideIn 0.5s ease;
}

.wizard-step.active {
    display: block;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.step-header {
    text-align: center;
    margin-bottom: 30px;
}

.step-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.step-header p {
    color: #6b7280;
    font-size: 16px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(103, 126, 234, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Category Cards */
.category-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.category-card {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-card:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(103, 126, 234, 0.15);
}

.category-card.selected {
    border-color: #667eea;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(103, 126, 234, 0.3);
}

.category-card i {
    font-size: 32px;
    margin-bottom: 12px;
    color: #667eea;
}

.category-card.selected i {
    color: white;
}

.category-card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1f2937;
}

.category-card.selected h4 {
    color: white;
}

.category-card p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.category-card.selected p {
    color: rgba(255, 255, 255, 0.8);
}

/* Amount Input */
.amount-input-group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.amount-preview {
    background: rgba(103, 126, 234, 0.1);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    font-size: 18px;
    color: #374151;
}

.amount-preview strong {
    color: #667eea;
    font-size: 24px;
}

/* Method Cards */
.method-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.method-card {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.method-card:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(103, 126, 234, 0.15);
}

.method-card.selected {
    border-color: #667eea;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(103, 126, 234, 0.3);
}

.method-card i {
    font-size: 28px;
    margin-bottom: 12px;
    color: #667eea;
}

.method-card.selected i {
    color: white;
}

.method-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.method-card.selected h4 {
    color: white;
}

/* File Upload */
.file-upload {
    position: relative;
}

.file-upload input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-upload-area {
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
    background: #f9fafb;
}

.file-upload-area:hover {
    border-color: #667eea;
    background: rgba(103, 126, 234, 0.05);
}

.file-upload-area i {
    font-size: 32px;
    color: #9ca3af;
    margin-bottom: 12px;
}

.file-upload-area p {
    font-size: 16px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 4px;
}

.file-upload-area span {
    font-size: 14px;
    color: #6b7280;
}

/* Wizard Navigation */
.wizard-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.btn-secondary {
    padding: 12px 24px;
    background: #f3f4f6;
    color: #374151;
    border: none;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #e5e7eb;
    transform: translateY(-1px);
}

.btn-primary {
    padding: 12px 24px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(103, 126, 234, 0.3);
}

.btn-success {
    padding: 12px 24px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-success:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.modal.show {
    display: flex;
}

.modal-content {
    background: white;
    border-radius: 20px;
    padding: 40px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-header i {
    font-size: 48px;
    color: #10b981;
    margin-bottom: 16px;
}

.modal-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px;
}

.modal-body p {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 24px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-container {
        padding: 0 16px;
        height: 60px;
    }
    
    .nav-brand h1 {
        font-size: 20px;
    }
    
    .nav-menu {
        gap: 4px;
    }
    
    .nav-btn {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .nav-btn span {
        display: none;
    }
    
    .dashboard-main {
        padding: 20px 16px;
    }
    
    .section-header h2 {
        font-size: 24px;
    }
    
    .summary-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .summary-card {
        padding: 20px;
    }
    
    .card-content .amount {
        font-size: 24px;
    }
    
    .form-wizard {
        padding: 24px;
    }
    
    .step-header h3 {
        font-size: 20px;
    }
    
    .category-cards {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    
    .category-card {
        padding: 16px;
    }
    
    .category-card i {
        font-size: 24px;
    }
    
    .amount-input-group {
        grid-template-columns: 1fr;
    }
    
    .method-cards {
        grid-template-columns: 1fr;
    }
    
    .action-buttons {
        flex-direction: column;
    }
    
    .action-btn {
        min-width: auto;
    }
    
    .wizard-navigation {
        flex-direction: column;
        gap: 12px;
    }
    
    .wizard-navigation button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .nav-brand .logo-icon-wrapper {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .nav-brand h1 {
        font-size: 18px;
    }
    
    .user-info {
        padding: 6px 12px;
    }
    
    .user-name {
        font-size: 14px;
    }
    
    .summary-card {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .form-wizard {
        padding: 20px;
    }
    
    .category-cards {
        grid-template-columns: 1fr;
    }
    
    .modal-content {
        padding: 24px;
        margin: 20px;
    }
}