/* Login uses the same calm palette and control shapes as the workspace. */
body { color: #20362e; background: #f4f7f4; }
.hero-bg, .hero-overlay, .hero-noise { display: none; }
.page { max-width: 1400px; margin: auto; grid-template-columns: minmax(0, 1fr) minmax(390px, 460px); gap: 80px; padding: 56px 64px; }
.content-side { min-height: 0; max-width: 650px; padding: 0; }
.content-panel { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.brand-topbar { margin-bottom: 64px; gap: 24px; align-items: center; }
.brand-logo { width: 46px; height: 46px; border-radius: 12px; background: #176b50; border: 0; color: #fff; font-weight: 500; font-size: 25px; box-shadow: none; }
.brand-text strong { font-size: 19px; color: #20362e; }
.brand-text span { color: #7b8981; font-size: 11px; font-weight: 300; max-width: 250px; }
.lang-switch { gap: 4px; flex-wrap: nowrap; }
.lang-btn { color: #72857a; background: transparent; border: 1px solid transparent; padding: 6px 8px; font-weight: 400; font-size: 11px; }
.lang-btn.active { background: #e1eee5; color: #176b50; border-color: #d9e7de; }
.eyebrow { background: #e7f0e8; color: #387c5d; border: 1px solid #dce9df; font-size: 12px; font-weight: 400; padding: 7px 12px; box-shadow: none; margin-bottom: 18px; }
.eyebrow-dot { background: #368664; box-shadow: none; }
.hero-copy h1 { color: #203e31; font-size: clamp(32px, 3.5vw, 49px); font-weight: 500; line-height: 1.45; text-shadow: none; max-width: 600px; letter-spacing: 0; }
.hero-copy p { margin: 20px 0 28px; color: #74837a; font-size: 15px; line-height: 1.9; font-weight: 300; max-width: 540px; text-shadow: none; }
.selling-points { display: grid; grid-template-columns: 1fr; gap: 0; counter-reset: step; }
.selling-card { display: grid; grid-template-columns: 36px 1fr; gap: 4px 14px; padding: 18px 0; border: 0; border-bottom: 1px solid #e0e9e2; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.selling-card::before { counter-increment: step; content: '0' counter(step); grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; background: #e7eee8; color: #648b73; border-radius: 9px; font-size: 12px; }
.selling-card strong { color: #355e47; font-size: 14px; font-weight: 500; }
.selling-card span { color: #7b8b80; font-size: 12px; line-height: 1.8; font-weight: 300; margin: 0; }
.bottom-chips { display: none; }
.auth-card { max-width: 460px; padding: 36px; border: 1px solid #e0e8e2; border-radius: 18px; background: #fff; box-shadow: 0 12px 48px #163a2410; backdrop-filter: none; }
.tabs { border-radius: 9px; padding: 4px; background: #f1f5f2; border: 0; gap: 4px; box-shadow: none; margin-bottom: 30px; }
.tab-btn { height: 40px; border-radius: 7px; font-size: 13px; font-weight: 400; }
.tab-btn.active { color: #176b50; box-shadow: 0 1px 5px #1734230d; }
.auth-head h2 { font-size: 27px; font-weight: 500; line-height: 1.4; color: #20362e; }
.auth-head p { color: #849087; font-size: 13px; line-height: 1.8; font-weight: 300; }
.field label { font-size: 12px; font-weight: 400; color: #5e7265; }
.input { min-height: 48px; border-radius: 8px; border-color: #e0e8e2; font-size: 14px; box-shadow: none; }
.input:focus { border-color: #609e7b; box-shadow: 0 0 0 3px #e4f0e8; }
.password-wrap input { padding-right: 74px; }
.toggle-pass { background: #f2f6f3; border-radius: 5px; box-shadow: none; font-size: 11px; font-weight: 400; }
.check, .ghost-link { font-size: 11px; font-weight: 400; }
.check input { width: 15px; height: 15px; accent-color: #176b50; }
.submit-btn { min-height: 48px; background: #176b50; color: #fff; border: 1px solid #176b50; border-radius: 8px; box-shadow: none; font-size: 14px; font-weight: 400; }
.submit-btn:hover { background: #11573f; transform: none; box-shadow: none; }
.google-btn { min-height: 46px; border-radius: 8px; box-shadow: none; font-size: 13px; font-weight: 400; border: 1px solid #e0e8e2; }
.switch-row { font-size: 12px; margin-top: 20px; }
.secondary-link-btn { min-height: 40px; border-radius: 8px; background: #f6f9f6; border: 1px solid #e0e8e2; color: #497359; box-shadow: none; font-size: 12px; font-weight: 400; }
.secondary-link-caption { color: #89938c; font-size: 10px; line-height: 1.8; }
.small-note { margin-top: 20px; padding-top: 16px; border-top: 1px solid #edf1ed; color: #89938c; font-size: 10px; line-height: 1.8; }
.message { border-radius: 8px; font-size: 12px; }
:where(button, a, input):focus-visible { outline: 3px solid #69ac88; outline-offset: 3px; }
@media (max-width: 1100px) {
  .page { gap: 44px; padding: 40px; }
  .brand-topbar { flex-wrap: wrap; margin-bottom: 36px; }
  .hero-copy h1 { font-size: 36px; }
}
@media (max-width: 820px) {
  .page { grid-template-columns: 1fr; gap: 24px; padding: 28px 20px; max-width: 560px; }
  .content-side { display: block; min-height: 0; }
  .brand-topbar { margin: 0; }
  .hero-copy, .eyebrow, .selling-points { display: none; }
  .brand-text span { max-width: 230px; }
  .auth-side, .auth-card { width: 100%; max-width: none; }
  .auth-card { padding: 28px; }
  .mobile-lang { display: none; }
}
@media (max-width: 420px) {
  .page { padding: 20px 14px; gap: 20px; }
  .brand-topbar { gap: 14px; }
  .brand-logo { width: 40px; height: 40px; }
  .brand-text span { display: none; }
  .auth-card { padding: 24px 20px; }
  .row-2 { grid-template-columns: 1fr; }
  .auth-head h2 { font-size: 25px; }
}
.selling-card { min-height: 0; }
.selling-card strong { margin: 0; }
.hero-copy h1 { text-wrap: balance; }
@media (max-width: 820px) {
  .brand-topbar { flex-wrap: nowrap; justify-content: space-between; }
  .brand-topbar .brand-row { width: auto; }
  .brand-topbar .lang-switch { display: flex; }
}
