* { box-sizing: border-box; }
body { margin: 0; background: #fff; color: var(--text); font-family: var(--font); }
.login-shell { display: grid; grid-template-columns: 1.1fr 1fr; min-height: 100dvh; }
.login-story { background: #f2f5eb; padding: 46px 58px 28px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.login-brand { display: flex; align-items: center; gap: 13px; color: var(--accent); text-decoration: none; position: relative; z-index: 1; }
.login-brand svg { width: 34px; height: 34px; }
.login-brand span { display: grid; gap: 4px; }
.login-brand strong { font-size: 23px; letter-spacing: .14em; }
.login-brand small { font-size: 8px; letter-spacing: .26em; }
.login-intro { margin: auto 0; position: relative; z-index: 1; padding: 80px 0 160px; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .14em; color: #6c8266; margin: 0 0 20px; }
.login-intro h1 { font-size: clamp(28px, 3vw, 44px); font-weight: 550; line-height: 1.65; letter-spacing: -.05em; margin: 0 0 22px; }
.login-intro > p:last-child { font-size: 13px; color: var(--muted); line-height: 1.95; }
.login-story footer { font-size: 10px; color: var(--muted); position: relative; z-index: 1; }
.growth-art { position: absolute; right: -100px; bottom: -150px; width: 660px; height: 600px; transform: rotate(-32deg); opacity: .7; }
.growth-art div { position: absolute; border: 1px solid #9cb18a; width: 360px; height: 360px; border-radius: 80px; bottom: 0; right: 0; }
.growth-art div:nth-child(2) { transform: translate(-55px,-55px); }
.growth-art div:nth-child(3) { transform: translate(-110px,-110px); }
.growth-art div:nth-child(4) { transform: translate(-165px,-165px); background: #e1eabd55; }
.growth-art span { width: 18px; height: 18px; background: #759b55; border-radius: 50%; position: absolute; top: 100px; right: 270px; }
.login-form-side { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px; position: relative; }
.login-panel { width: min(100%, 360px); }
.login-panel h2 { font-size: 30px; font-weight: 600; letter-spacing: -.04em; margin: 0; }
.login-panel .eyebrow { margin-bottom: 14px; }
.login-description { font-size: 13px; color: var(--muted); line-height: 1.8; margin: 10px 0 34px; }
.login-form { display: grid; gap: 22px; }
.login-form label { display: grid; gap: 9px; font-size: 12px; font-weight: 550; }
.login-form input { font: inherit; font-weight: 400; border: 1px solid var(--line-strong); background: #fff; border-radius: 8px; padding: 13px 14px; width: 100%; color: var(--text); height: 46px; }
.login-form input::placeholder { color: #859082; }
.login-form button { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; min-height: 46px; font: inherit; font-size: 13px; background: var(--accent); color: #fff; border: 0; border-radius: 8px; cursor: pointer; margin-top: 6px; }
.login-form button:hover { background: #315e49; }
:focus-visible { outline: 3px solid #9fba87; outline-offset: 3px; }
.login-help { font-size: 11px; color: var(--muted); margin-top: 25px; line-height: 1.8; }
.login-form-side footer { position: absolute; bottom: 28px; color: #7c8779; font-size: 8px; letter-spacing: .2em; }
.login-error { background: var(--bad-soft); color: var(--bad); border-radius: 8px; padding: 12px 14px; font-size: 12px; margin-bottom: 20px; }
@media (max-width: 820px) { .login-shell { grid-template-columns: 1fr; } .login-story { padding: 28px; min-height: 270px; } .login-intro { padding: 30px 0 0; } .login-intro h1 { font-size: 25px; } .login-intro .eyebrow, .login-intro > p:last-child, .login-story footer { display: none; } .growth-art { transform: scale(.6) rotate(-32deg); transform-origin: bottom right; right: -45px; bottom: -85px; } .login-form-side { padding: 40px 28px 80px; } .login-form-side footer { bottom: 24px; } }
