* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --navy: #7c2d12; --indigo: #f5811e; --violet: #c2410c; --gold: #fbbf24; --muted: #78716c; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fff7ed; color: #431407; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
.login-wrapper { display: flex; min-height: 100vh; }
.login-left { display: none; width: 55%; position: relative; overflow: hidden; background: linear-gradient(135deg, #7c2d12, #654f46 46%, #9b5c26); }
.ornament { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fbbf24' fill-opacity='.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E"); }
.circle, .bg-circle { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; }
.circle-1 { width: 320px; height: 320px; top: -80px; left: -80px; background: rgba(255, 237, 213, .18); }
.circle-2 { width: 240px; height: 240px; right: 40px; bottom: 80px; background: rgba(124, 45, 18, .24); }
.circle-3 { width: 160px; height: 160px; top: 45%; left: 20%; background: rgba(252, 211, 77, .08); }
.login-left-content { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px 72px; }
.brand-icon { width: 100px; height: 100px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 24px; color: white; background: linear-gradient(135deg, #fb923c, #f5811e); box-shadow: 0 20px 40px rgba(245, 129, 30, .3); transform: rotate(3deg); }
.brand-icon svg { width: 58px; height: 58px; }
.brand-title { color: white; font-size: clamp(38px, 4vw, 56px); font-weight: 800; letter-spacing: -2px; text-align: center; }
.brand-title span { color: var(--gold); }
.brand-subtitle { max-width: 430px; margin: 12px 0 42px; color: rgba(214, 220, 244, .74); font-size: 18px; font-weight: 300; text-align: center; }
.feature-cards { width: 100%; max-width: 390px; display: grid; gap: 14px; }
.feature-card { display: flex; align-items: center; gap: 16px; padding: 17px 18px; color: white; border: 1px solid rgba(255, 255, 255, .1); border-radius: 16px; background: rgba(255, 255, 255, .06); backdrop-filter: blur(18px); }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; flex-shrink: 0; border-radius: 12px; color: var(--gold); background: rgba(251, 191, 36, .14); }
.feature-icon svg { width: 22px; height: 22px; }
.feature-card h2 { font-size: 14px; font-weight: 700; }
.feature-card p { margin-top: 3px; color: rgba(214, 220, 244, .66); font-size: 12px; }
.login-left-footer { margin-top: 42px; color: rgba(214, 220, 244, .45); font-size: 12px; }
.login-right { position: relative; width: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 40px 24px; background: #fffaf5; }
.bg-circle-1 { width: 300px; height: 300px; top: -150px; right: -120px; background: rgba(245, 129, 30, .18); }
.bg-circle-2 { width: 260px; height: 260px; left: -130px; bottom: -130px; background: rgba(251, 146, 60, .16); }
.login-form-wrap { position: relative; z-index: 1; width: 100%; max-width: 420px; }
.mobile-logo { margin-bottom: 32px; text-align: center; }
.mobile-logo-icon { width: 62px; height: 62px; display: inline-grid; place-items: center; margin-bottom: 12px; border-radius: 17px; color: white; background: linear-gradient(135deg, var(--indigo), var(--violet)); box-shadow: 0 12px 25px rgba(245, 129, 30, .28); }
.mobile-logo-icon svg { width: 34px; height: 34px; }
.mobile-logo h1 { color: var(--navy); font-size: 24px; }
.welcome-text { margin-bottom: 32px; }
.eyebrow { display: inline-block; margin-bottom: 10px; color: var(--indigo); font-size: 11px; font-weight: 800; letter-spacing: 1.8px; }
.welcome-text h2 { margin-bottom: 8px; font-size: clamp(28px, 4vw, 34px); letter-spacing: -1px; }
.welcome-text p { color: var(--muted); font-size: 15px; }
.alert-error { margin-bottom: 20px; padding: 13px 15px; color: #b91c1c; border: 1px solid #fecaca; border-radius: 12px; background: #fef2f2; font-size: 13px; line-height: 1.5; }
.login-form { display: grid; gap: 22px; }
.field-group label { display: block; margin-bottom: 8px; color: #374151; font-size: 13px; font-weight: 700; }
.field-wrap { position: relative; }
.field-icon { position: absolute; top: 50%; left: 16px; display: grid; transform: translateY(-50%); color: #9ca3af; pointer-events: none; }
.field-icon svg, .toggle-password svg { width: 20px; height: 20px; }
.field-input { width: 100%; padding: 15px 16px 15px 48px; color: #1e293b; border: 2px solid #e5e7eb; border-radius: 15px; outline: none; background: white; transition: .2s ease; }
.field-input::placeholder { color: #a7afbc; }
.field-input:focus { border-color: var(--indigo); box-shadow: 0 0 0 4px rgba(245, 129, 30, .14); }
.field-input.has-toggle { padding-right: 50px; }
.toggle-password { position: absolute; top: 50%; right: 16px; display: grid; padding: 0; color: #9ca3af; border: 0; background: transparent; transform: translateY(-50%); cursor: pointer; }
.remember-row { display: flex; align-items: center; justify-content: space-between; }
.remember-label { display: flex; align-items: center; gap: 9px; color: #4b5563; font-size: 13px; cursor: pointer; }
.remember-label input { width: 16px; height: 16px; accent-color: var(--indigo); }
.secure-label { color: #16a34a; font-size: 12px; font-weight: 700; }
.secure-label::before { content: ''; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #22c55e; }
.login-btn { width: 100%; padding: 16px; color: white; border: 0; border-radius: 15px; background: linear-gradient(135deg, var(--indigo), var(--violet)); box-shadow: 0 10px 25px rgba(245, 129, 30, .28); font-size: 13px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.login-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(194, 65, 12, .34); }
.demo-account { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 28px; padding: 14px; border: 1px dashed #cbd5e1; border-radius: 13px; color: var(--muted); background: rgba(255, 255, 255, .6); font-size: 11px; }
.demo-account strong { color: var(--navy); }
.demo-account code { padding: 3px 6px; color: #c2410c; border-radius: 5px; background: #ffedd5; }
@media (min-width: 1024px) { .login-left { display: flex; } .login-right { width: 45%; padding: 48px; } .mobile-logo { display: none; } }
@media (max-height: 760px) and (min-width: 1024px) { .login-left-content { padding-top: 28px; padding-bottom: 28px; } .brand-icon { width: 76px; height: 76px; margin-bottom: 18px; } .brand-icon svg { width: 44px; height: 44px; } .brand-subtitle { margin-bottom: 24px; } .feature-card { padding: 12px 16px; } .login-left-footer { margin-top: 24px; } }
