/* Portal login — extracted fra Claude Designs login.html */
html, body { background: var(--paper); color: var(--ink); font-family: var(--font-sans); }
body { min-height: 100vh; margin: 0; display: flex; flex-direction: column; }

.lg-header { padding: 28px 40px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border-hairline); }
.lg-wm { font-family: var(--font-display); font-size: 20px; letter-spacing: -0.01em; }
.lg-wm i { font-style: italic; font-weight: 500; }
.lg-header__right { font-size: 13px; color: var(--ink-60); display: flex; gap: 20px; }
.lg-header__right a { color: var(--fjord); text-decoration: none; }
.lg-header__right a:hover { text-decoration: underline; }

.lg-main { flex: 1; display: grid; grid-template-columns: 1.1fr 1fr; min-height: 0; }

.lg-form-wrap { display: flex; align-items: center; justify-content: center; padding: 40px; }
.lg-form { width: 100%; max-width: 420px; }

.lg-kicker { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fjord); margin-bottom: 20px; }
.lg-title { font-family: var(--font-display); font-size: 44px; font-weight: 300; letter-spacing: -0.015em; line-height: 1.1; margin: 0 0 16px; }
.lg-title i { font-style: italic; font-weight: 400; }
.lg-lede { font-size: 15px; line-height: 1.6; color: var(--ink-80); margin: 0 0 36px; max-width: 36ch; }

.lg-field { display: block; margin-bottom: 20px; }
.lg-field__label { display: block; font-size: 12px; color: var(--ink-60); margin-bottom: 8px; font-weight: 500; letter-spacing: 0.02em; text-transform: uppercase; }
.lg-field__input { width: 100%; box-sizing: border-box; padding: 14px 16px; border: 1px solid var(--border-hairline); background: var(--paper); font-family: var(--font-sans); font-size: 15px; color: var(--ink); border-radius: 2px; }
.lg-field__input:focus { outline: 2px solid var(--fjord); outline-offset: 0; border-color: var(--fjord); }
.lg-field__hint { font-size: 12px; color: var(--ink-60); margin-top: 8px; line-height: 1.5; }

.lg-submit { width: 100%; padding: 14px 18px; background: var(--ink); color: var(--paper); border: 0; font-family: var(--font-sans); font-size: 14px; font-weight: 500; letter-spacing: 0.02em; cursor: pointer; border-radius: 2px; display: flex; align-items: center; justify-content: center; gap: 10px; transition: background 120ms; }
.lg-submit:hover { background: var(--fjord); }
.lg-submit:disabled { opacity: 0.6; cursor: wait; }
.lg-submit__arrow { opacity: 0.6; }

.lg-help { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--border-hairline); font-size: 13px; color: var(--ink-60); line-height: 1.6; }
.lg-help a { color: var(--fjord); text-decoration: none; }
.lg-help a:hover { text-decoration: underline; }

.lg-sent { display: none; }
.lg-sent.is-active { display: block; }
.lg-form.is-submitted > :not(.lg-sent):not(.lg-kicker) { display: none; }
.lg-form.is-submitted .lg-kicker { color: var(--skog); }

.lg-sent__card { border: 1px solid var(--skog); background: rgba(95, 107, 78, 0.06); padding: 24px; border-radius: 2px; margin-bottom: 24px; }
.lg-sent__label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--skog); margin-bottom: 8px; }
.lg-sent__email { font-family: var(--font-display); font-size: 20px; font-weight: 400; letter-spacing: -0.005em; margin-bottom: 6px; word-break: break-all; }
.lg-sent__meta { font-size: 13px; color: var(--ink-60); line-height: 1.5; }

.lg-sent__steps { margin: 24px 0; }
.lg-sent__step { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--border-hairline); }
.lg-sent__step:last-child { border-bottom: 0; }
.lg-sent__step-no { font-family: var(--font-mono); font-size: 12px; color: var(--ink-60); min-width: 20px; }
.lg-sent__step-text { font-size: 14px; line-height: 1.55; color: var(--ink-80); }

.lg-sent__resend { margin-top: 24px; font-size: 13px; color: var(--ink-60); }
.lg-sent__resend button { background: none; border: 0; color: var(--fjord); font-family: var(--font-sans); font-size: 13px; cursor: pointer; padding: 0; text-decoration: underline; }

.lg-aside { background: var(--paper-deep); border-left: 1px solid var(--border-hairline); padding: 56px 48px; display: flex; flex-direction: column; justify-content: space-between; }
.lg-aside__quote { font-family: var(--font-display); font-size: 28px; font-weight: 300; font-style: italic; line-height: 1.3; letter-spacing: -0.01em; color: var(--ink); max-width: 22ch; }
.lg-aside__quote::before { content: "— "; color: var(--fjord); font-style: normal; }
.lg-aside__meta { font-size: 13px; color: var(--ink-60); line-height: 1.6; }
.lg-aside__meta b { color: var(--ink-80); font-weight: 500; }
.lg-aside__stats { display: flex; gap: 32px; margin-top: 16px; font-family: var(--font-mono); font-size: 11px; color: var(--ink-60); letter-spacing: 0.04em; }
.lg-aside__stat b { display: block; color: var(--ink); font-family: var(--font-display); font-size: 20px; font-weight: 400; margin-bottom: 2px; letter-spacing: -0.01em; }

.lg-foot { padding: 20px 40px; border-top: 1px solid var(--border-hairline); display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-60); }
.lg-foot a { color: var(--fjord); text-decoration: none; }
.lg-foot__right { font-family: var(--font-mono); letter-spacing: 0.04em; }

.lg-error { display: none; padding: 12px 14px; background: rgba(181, 87, 58, 0.08); border-left: 3px solid var(--tegl); color: var(--tegl); font-size: 13px; margin-bottom: 20px; line-height: 1.5; border-radius: 2px; }
.lg-error.is-active { display: block; }

@media (max-width: 900px) {
  .lg-main { grid-template-columns: 1fr; }
  .lg-aside { display: none; }
}

@media (max-width: 600px) {
  .lg-header { padding: 14px 18px; gap: 12px; }
  .lg-wm { font-size: 17px; flex-shrink: 0; }
  .lg-header__right { font-size: 12px; gap: 0; }
  .lg-header__right span { display: none; }
  .lg-form-wrap { padding: 24px 20px 32px; align-items: flex-start; }
  .lg-form { max-width: 100%; }
  .lg-kicker { margin-bottom: 12px; font-size: 10px; }
  .lg-title { font-size: 26px; line-height: 1.2; margin-bottom: 14px; letter-spacing: -0.01em; }
  .lg-lede { font-size: 14px; line-height: 1.55; margin-bottom: 24px; max-width: none; }
  .lg-field { margin-bottom: 16px; }
  .lg-field__input { font-size: 16px; padding: 12px 14px; }
  .lg-submit { padding: 13px 16px; }
  .lg-help { margin-top: 24px; padding-top: 18px; font-size: 12px; }
  .lg-sent__card { padding: 18px; }
  .lg-sent__email { font-size: 16px; }
  .lg-foot { padding: 14px 20px; flex-direction: column; gap: 6px; font-size: 11px; align-items: flex-start; }
}
