:root { color-scheme: light; --navy: #1c2242; --green: #6fed4d; --muted: #73798a; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--navy); background: #fff; font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
.login-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 100vh; min-height: 100svh; }
.brand-panel { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 44px clamp(32px, 4.4vw, 76px) 30px; color: #fff; background: radial-gradient(ellipse at 90% 75%, #293656 0, transparent 58%), var(--navy); }
.brand-top { font-size: 13px; font-weight: 650; letter-spacing: 2px; }
.brand-top span { display: block; margin-top: 7px; color: #aab3ce; font-size: 8px; letter-spacing: 3px; }
.brand-message { position: relative; z-index: 1; margin-top: clamp(58px, 10vh, 115px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: #c5cee1; font-size: 10px; letter-spacing: 2.2px; font-weight: 600; }
.eyebrow::before { content: ""; width: 19px; height: 2px; background: var(--green); }
h1 { margin: 0; font-size: clamp(40px, 4.4vw, 68px); font-weight: 550; letter-spacing: -2.7px; line-height: 1.1; }
h1 > span { color: var(--green); }
.brand-description { margin: 25px 0 0; color: #b9c1d6; font-size: 14px; line-height: 1.85; }
.route-art { position: relative; width: calc(100% + 60px); max-width: 640px; margin: -10px -30px -15px; flex: 1; min-height: 215px; }
.route-art svg { display: block; width: 100%; max-height: 340px; }
.route-label { position: absolute; bottom: 18px; left: 30px; color: #a4aec7; font-size: 8px; letter-spacing: 1.8px; }
.brand-bottom { position: relative; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #ffffff20; padding-top: 21px; font-size: 11px; color: #b9c1d6; }
.brand-bottom > span:last-child { color: var(--green); font-size: 22px; }
.access-panel { display: flex; flex-direction: column; padding: 44px clamp(28px, 5vw, 86px) 30px; }
.access-top { display: flex; align-items: center; justify-content: flex-end; gap: 8px; color: #747c8e; font-size: 9px; letter-spacing: 1.8px; font-weight: 600; }
.access-top > span { color: var(--navy); font-size: 8px; }
.login-card { width: 100%; max-width: 390px; margin: auto; padding: 60px 0; }
.company-logo { display: block; width: min(100%, 310px); height: auto; margin-bottom: 52px; }
.section-label { margin: 0 0 12px; font-size: 9px; font-weight: 700; letter-spacing: 2px; color: #727b8b; }
h2 { margin: 0; font-size: clamp(25px, 2.2vw, 33px); letter-spacing: -1.1px; line-height: 1.25; font-weight: 650; }
.welcome > p:last-child { margin: 12px 0 31px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.login-form { display: grid; gap: 22px; }
.field-group label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 650; }
.input-wrap { display: flex; align-items: center; gap: 12px; padding: 0 16px; border: 1px solid #dce0e7; border-radius: 9px; background: #fafbfc; transition: border-color .18s, box-shadow .18s; }
.input-wrap > svg { flex: 0 0 18px; width: 18px; height: 18px; color: #9199aa; }
.input-wrap:focus-within { border-color: var(--navy); box-shadow: 0 0 0 3px #1c22420c; background: #fff; }
.input-wrap input { width: 100%; min-width: 0; height: 52px; border: 0; outline: none; color: var(--navy); background: transparent; font-size: 14px; }
.input-wrap input::placeholder { color: #9299a6; opacity: 1; }
.submit-button { display: flex; justify-content: center; align-items: center; position: relative; min-height: 53px; margin-top: 6px; padding: 14px 44px; border: 1px solid transparent; border-radius: 9px; background: var(--green); color: var(--navy); cursor: pointer; font-size: 14px; font-weight: 750; transition: background .18s, box-shadow .18s; }
.submit-button > span { position: absolute; right: 20px; font-size: 23px; font-weight: 400; }
.submit-button:hover { background: #61df40; box-shadow: 0 6px 20px #6fed4d30; }
.submit-button:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; }
.submit-button:active { background: #59d838; }
.access-note { margin: 25px 0 0; text-align: center; color: #7b8291; font-size: 10px; line-height: 1.5; }
.login-error { padding: 12px 14px; border: 1px solid #efc9c9; border-radius: 8px; background: #fff4f4; color: #a12525; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.access-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; color: #858c99; font-size: 10px; line-height: 1.5; }
.access-footer strong { color: #505a70; font-weight: 600; }
@media (min-width: 1600px) { .brand-panel { padding-left: max(76px, calc((100vw - 1360px) / 2)); } }
@media (max-width: 1000px) { .brand-panel { padding-left: 32px; padding-right: 32px; } .access-panel { padding-left: 32px; padding-right: 32px; } h1 { font-size: 46px; } }
@media (max-width: 760px) {
    .login-layout { grid-template-columns: 1fr; }
    .brand-panel { display: none; }
    .access-panel { min-height: 100vh; min-height: 100svh; padding: 27px 24px 22px; border-top: 4px solid var(--green); }
    .access-top { justify-content: center; font-size: 8px; }
    .login-card { padding: 48px 0; }
    .company-logo { margin: 0 auto 42px; width: min(100%, 290px); }
    h2 { font-size: 30px; }
    .input-wrap input { font-size: 16px; }
    .access-footer { justify-content: center; gap: 6px 20px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
