@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root { --navy: #001818; --cyan: #c09030; --blue: #004848; --ink: #183030; --muted: #687875; --line: #d8dfdc; --surface: #f5f2ea; }
* { box-sizing: border-box; }
html, body { min-height: 100%; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: 'DM Sans', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.login-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(520px, 1.12fr) minmax(440px, .88fr); }
.product-panel { position: relative; overflow: hidden; min-height: 100vh; padding: 48px clamp(48px, 6vw, 96px); display: flex; flex-direction: column; color: #fff; background: linear-gradient(145deg, #001818 0%, #003030 56%, #004848 100%); }
.product-panel:before { content: ''; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 54px 54px; -webkit-mask-image: linear-gradient(to bottom, black, transparent 88%); mask-image: linear-gradient(to bottom, black, transparent 88%); }
.panel-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.panel-glow-one { width: 430px; height: 430px; right: -220px; top: -190px; background: rgba(192, 144, 48, .24); }
.panel-glow-two { width: 350px; height: 350px; left: -220px; bottom: -180px; background: rgba(192, 168, 144, .18); }
.brand, .mobile-brand { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 14px; color: #06251f; background: linear-gradient(135deg, #d8b65f, #c09030); box-shadow: 0 10px 30px rgba(192, 144, 48, .22); font-size: 20px; }
.brand-logo { width: 120px; height: 120px; flex: 0 0 120px; display: block; object-fit: contain; border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(15, 23, 42, .24); }
.mobile-brand .brand-logo { width: 80px; height: 80px; flex-basis: 80px; border-radius: 14px; }
.brand-name, .brand-label { display: block; }
.brand-name { font: 700 17px/1.3 'Manrope', sans-serif; letter-spacing: -.2px; }
.brand-label { margin-top: 3px; color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: 1.4px; }
.product-copy { position: relative; z-index: 1; width: min(680px, 100%); margin: auto 0; padding: 70px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #e7c98f; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; }
.eyebrow i { font-size: 7px; }
.product-copy h1 { max-width: 650px; margin: 20px 0 18px; font: 800 clamp(38px, 4.5vw, 62px)/1.08 'Manrope', sans-serif; letter-spacing: -2.4px; }
.product-copy > p { max-width: 590px; margin: 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; }
.feature-grid { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-card { min-height: 92px; padding: 18px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); transition: transform .2s, background .2s; }
.feature-card:hover { transform: translateY(-2px); background: rgba(255,255,255,.09); }
.feature-card > i { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 11px; color: #d9b45b; background: rgba(192,144,48,.14); font-size: 16px; }
.feature-card strong, .feature-card span { display: block; }
.feature-card strong { margin-bottom: 4px; font-size: 14px; }
.feature-card span { color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.4; }
.trust-row { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 25px; color: rgba(255,255,255,.55); font-size: 12px; }
.trust-row i { margin-right: 7px; color: #d6ad55; }
.signin-panel { min-height: 100vh; padding: 48px clamp(34px, 6vw, 86px) 28px; display: flex; flex-direction: column; justify-content: center; background: #f7f4ec; }
.mobile-brand { display: none; margin-bottom: 40px; }
.mobile-brand .brand-name { color: var(--ink); }
.mobile-brand .brand-label { color: var(--muted); }
.signin-card { width: 100%; max-width: 490px; margin: auto; }
.signin-heading { position: relative; margin-bottom: 34px; }
.welcome-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 25px; border: 1px solid #d6dfdc; border-radius: 15px; color: var(--blue); background: #fff; box-shadow: 0 8px 24px rgba(0,48,48,.09); font-size: 18px; }
.signin-heading h2 { margin: 0 0 10px; color: #183030; font: 800 35px/1.2 'Manrope', sans-serif; letter-spacing: -1px; }
.signin-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.login-alert { margin-bottom: 24px; padding: 13px 15px; display: flex; gap: 10px; align-items: center; border: 1px solid #fecaca; border-radius: 11px; color: #b42318; background: #fff1f2; font-size: 13px; }
.field-group { margin-bottom: 22px; }
.field-group label { display: block; margin: 0 0 9px; color: #304846; font-size: 13px; font-weight: 700; }
.input-wrap { position: relative; }
.input-wrap input { width: 100%; height: 54px; padding: 0 48px; border: 1px solid var(--line); border-radius: 12px; outline: none; color: var(--ink); background: #fff; font-size: 14px; transition: border-color .2s, box-shadow .2s; }
.input-wrap input::placeholder { color: #a5adbb; }
.input-wrap input:focus { border-color: #00605a; box-shadow: 0 0 0 4px rgba(0,72,72,.14); }
.field-icon { position: absolute; z-index: 1; left: 17px; top: 19px; color: #8a94a6; font-size: 15px; }
.password-toggle { position: absolute; right: 9px; top: 9px; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 9px; color: #7b8799; background: transparent; cursor: pointer; }
.password-toggle:hover, .password-toggle:focus { color: var(--blue); background: #e8f1ef; outline: none; }
.signin-button { width: 100%; height: 55px; margin-top: 7px; padding: 0 20px; display: flex; justify-content: center; align-items: center; gap: 12px; border: 0; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #00605a, #003030); box-shadow: 0 12px 24px rgba(0,72,72,.24); font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.signin-button:hover, .signin-button:focus { transform: translateY(-1px); box-shadow: 0 15px 30px rgba(0,72,72,.31); outline: none; }
.signin-button i { font-size: 12px; }
.security-note { margin: 20px 0 0; color: #8a94a6; text-align: center; font-size: 11px; }
.security-note i { margin-right: 5px; color: #c09030; }
.company-card { width: 100%; max-width: 490px; margin: 38px auto 20px; padding-top: 25px; border-top: 1px solid #d8dfdc; }
.company-card-title { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; }
.company-card-title > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #8d641c; background: #f3e7ce; }
.company-card-title strong, .company-card-title span { display: block; }
.company-card-title strong { color: #304846; font-size: 12px; }
.company-card-title span { margin-top: 2px; color: #98a2b3; font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }
.company-details { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #71807d; font-size: 11px; }
.company-details span { display: inline-flex; align-items: baseline; gap: 7px; }
.company-details i { color: #b07c23; }
.signin-panel footer { width: 100%; max-width: 490px; margin: 0 auto; color: #83908d; text-align: center; font-size: 10px; }
@media (max-width: 1050px) { .login-shell { grid-template-columns: minmax(440px, 1fr) minmax(400px, .9fr); } .product-panel { padding: 40px; } .feature-grid { grid-template-columns: 1fr; } .feature-card:nth-child(n+4) { display: none; } }
@media (max-width: 800px) { .login-shell { display: block; } .product-panel { display: none; } .signin-panel { min-height: 100vh; padding: 36px 24px 24px; } .mobile-brand { display: flex; } .signin-card { margin: auto; } .signin-heading h2 { font-size: 30px; } }
@media (max-width: 420px) { .signin-panel { padding-left: 20px; padding-right: 20px; } .company-details { display: grid; } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; } }
