/* Base */
html, body { min-height: 100%; background: #07111f; }
.kt-login.kt-login--v6 { min-height: 100vh; width: 100vw; display: flex; overflow: hidden; background: #07111f; color: #ffffff; }

/* Login Panel */
.ks-login-panel { flex: 0 0 30%; width: 30%; min-width: 420px; max-width: 580px; display: flex; align-items: center; justify-content: center; padding: 48px; background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.10), transparent 35%), linear-gradient(180deg, #0d1728 0%, #07111f 100%); }
.ks-login-card { width: 100%; max-width: 400px; padding: 34px; border-radius: 28px; background: rgba(255, 255, 255, 0.035); border: 1px solid rgba(148, 163, 184, 0.14); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35); }
.ks-login-logo { text-align: center; margin-bottom: 35px; }
.ks-login-logo img { max-width: 170px; height: auto; }

/* Login Header */
.ks-login-head { margin-bottom: 28px; text-align: left; }
.ks-login-head h3 { margin: 0 0 8px; color: #ffffff; font-size: 28px; font-weight: 800; letter-spacing: -0.4px; }
.ks-login-head p { margin: 0; color: #94a3b8; font-size: 14px; line-height: 1.6; }

/* Form */
.ks-login-form label { color: #cbd5e1; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.7px; margin-bottom: 8px; }
.ks-input-wrap { position: relative; }
.ks-input-wrap i { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: #64748b; font-size: 20px; z-index: 2; }
.ks-input-wrap .form-control { height: 52px; border-radius: 14px; padding-left: 48px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(148, 163, 184, 0.22); color: #ffffff; font-size: 14px; box-shadow: none; transition: all 0.2s ease; }
.ks-input-wrap .form-control::placeholder { color: #64748b; }
.ks-input-wrap .form-control:focus { background: rgba(255, 255, 255, 0.09); border-color: rgba(250, 204, 21, 0.75); box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.08); color: #ffffff; }

/* Captcha */
.ks-captcha { padding: 14px; border-radius: 16px; background: rgba(255, 255, 255, 0.045); border: 1px solid rgba(148, 163, 184, 0.16); }

/* Login Actions */
.ks-login-extra { display: flex; justify-content: flex-end; margin: 12px 0 22px; }
.ks-login-extra a { color: #facc15; font-size: 13px; font-weight: 700; transition: color 0.2s ease; }
.ks-login-extra a:hover { color: #fde68a; text-decoration: none; }
.ks-login-btn { width: 100%; height: 52px; border-radius: 14px; border: 0; background: linear-gradient(135deg, #facc15 0%, #f59e0b 100%); color: #111827; font-size: 15px; font-weight: 800; box-shadow: 0 16px 35px rgba(245, 158, 11, 0.22); transition: all 0.2s ease; }
.ks-login-btn:hover, .ks-login-btn:focus { transform: translateY(-1px); box-shadow: 0 20px 42px rgba(245, 158, 11, 0.32); color: #111827; }
.ks-login-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; box-shadow: none; }

/* Alerts */
.ks-alert { border-radius: 14px; border: 0; font-size: 13px; margin-bottom: 18px; }

/* Hero */
.ks-login-hero { position: relative; flex: 1 1 70%; width: 70%; min-width: 0; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; overflow: hidden; }
.ks-login-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 17, 31, 0.96) 0%, rgba(7, 17, 31, 0.65) 45%, rgba(7, 17, 31, 0.35) 100%), radial-gradient(circle at 70% 20%, rgba(250, 204, 21, 0.16), transparent 28%); }
.ks-login-hero-content { position: relative; z-index: 2; max-width: 820px; padding: 70px; }
.ks-login-eyebrow { display: inline-flex; align-items: center; padding: 8px 14px; margin-bottom: 22px; border-radius: 999px; background: rgba(250, 204, 21, 0.12); border: 1px solid rgba(250, 204, 21, 0.25); color: #fde68a; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.ks-login-hero-content h1 { margin: 0 0 18px; color: #ffffff; font-size: 72px; line-height: 0.95; font-weight: 900; letter-spacing: -2.5px; }
.ks-login-hero-content p { max-width: 650px; color: #cbd5e1; font-size: 20px; line-height: 1.75; margin-bottom: 32px; }

/* Hero Stats */
.ks-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; max-width: 760px; }
.ks-hero-stat { padding: 20px; border-radius: 20px; background: rgba(255, 255, 255, 0.075); border: 1px solid rgba(255, 255, 255, 0.12); backdrop-filter: blur(10px); }
.ks-hero-stat strong { display: block; color: #ffffff; font-size: 15px; font-weight: 800; margin-bottom: 8px; }
.ks-hero-stat span { display: block; color: #cbd5e1; font-size: 13px; line-height: 1.55; }

/* Responsive */
@media (max-width: 991px) { html, body { width: 100%; min-height: 100%; overflow-x: hidden; } .kt-login.kt-login--v6 { display: flex; width: 100%; min-height: 100vh; overflow-x: hidden; } .ks-login-panel { flex: 1 1 auto; width: 100%; min-width: 0; max-width: none; min-height: 100vh; padding: 24px 18px; align-items: center; justify-content: center; } .ks-login-card { width: 100%; max-width: 420px; padding: 28px 22px; border-radius: 24px; } .ks-login-logo { margin-bottom: 28px; } .ks-login-logo img { max-width: 145px; } .ks-login-head { text-align: center; margin-bottom: 24px; } .ks-login-head h3 { font-size: 28px; line-height: 1.15; } .ks-login-head p { font-size: 14px; line-height: 1.6; max-width: 280px; margin: 0 auto; } .ks-input-wrap .form-control { width: 100%; height: 52px; padding-left: 48px; } .ks-captcha { width: 100%; overflow-x: auto; padding: 12px; } .ks-login-extra { justify-content: center; margin: 16px 0 22px; } .ks-login-btn { width: 100%; } .ks-login-hero { display: none; } }