:root { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #f4f0e7; background: #171610; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: #171610; }
button, input { font: inherit; }
.login-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); }
.login-intro { display: flex; min-height: 100vh; flex-direction: column; justify-content: center; padding: clamp(36px, 8vw, 120px); border-right: 1px solid #39372f; }
.eyebrow, .card-kicker { margin: 0 0 28px; color: #d7ff45; font: 800 .7rem ui-monospace, monospace; letter-spacing: .2em; }
h1 { display: flex; flex-direction: column; gap: .04em; margin: 0; font-size: clamp(4.5rem, 10vw, 9.5rem); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }
h1 span, h1 em { display: block; }
h1 em { color: #d7ff45; font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.intro-copy { max-width: 560px; margin: 54px 0 0; color: #aaa598; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.55; }
.login-card { position: relative; align-self: center; margin: clamp(24px, 6vw, 90px); padding: clamp(28px, 4vw, 52px); border: 1px solid #47443b; border-radius: 22px; background: #211f1a; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.language-switch { position: absolute; top: 24px; right: 24px; display: flex; gap: 4px; padding: 3px; border: 1px solid #4c493f; border-radius: 999px; }
.language-switch button { border: 0; border-radius: 999px; padding: 6px 9px; color: #aaa598; background: transparent; cursor: pointer; font: 800 .63rem ui-monospace, monospace; }
.language-switch button.active { color: #171610; background: #d7ff45; }
.card-kicker { margin-bottom: 13px; }
h2 { max-width: 420px; margin: 0 0 34px; font: 400 clamp(2.3rem, 4vw, 4.4rem)/.94 Georgia, serif; letter-spacing: -.04em; }
form { display: grid; gap: 18px; }
label { display: grid; gap: 8px; color: #c7c2b7; font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
input { width: 100%; border: 1px solid #575349; border-radius: 10px; padding: 13px 14px; outline: 0; color: #f4f0e7; background: #171610; }
input:focus { border-color: #d7ff45; box-shadow: 0 0 0 3px rgba(215,255,69,.15); }
.submit { margin-top: 5px; border: 0; border-radius: 999px; padding: 13px 20px; color: #171610; background: #d7ff45; cursor: pointer; font-weight: 850; }
.submit:hover { background: #e3ff78; }
.submit:disabled { cursor: wait; opacity: .65; }
.login-error { min-height: 1.4em; margin: -3px 0 -5px; color: #ff8b78; font-size: .85rem; }
.privacy { margin: 24px 0 0; color: #777265; font-size: .78rem; line-height: 1.5; }
@media (max-width: 820px) {
  .login-shell { grid-template-columns: 1fr; }
  .login-intro { min-height: auto; padding-bottom: 50px; border-right: 0; border-bottom: 1px solid #39372f; }
  .intro-copy { margin-top: 38px; }
  .login-card { width: calc(100% - 36px); margin: 32px 18px; }
}
