body[data-auth="signed-out"] { padding: 0; }
body[data-auth="signed-out"] > .skip-link { display: none; }
.auth-screen { min-height: 100vh; padding: 32px; background: var(--surface); color: var(--ink); }
.auth-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-size: 22px; }
.auth-brand .brand-mark { display: grid; place-items: center; width: 40px; height: 40px; font-size: 25px; font-weight: 800; }
.auth-main { width: min(100%, 420px); margin: 45px auto 0; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); margin-bottom: 34px; }
.auth-tabs button { display: flex; align-items: center; justify-content: center; gap: 8px; background: transparent; color: var(--muted); border-bottom: 2px solid transparent; padding: 13px; font-size: 13px; }
.auth-tabs button[aria-selected="true"] { color: var(--accent-text); border-color: var(--accent-text); font-weight: 650; }
.auth-tabs svg { width: 16px; height: 16px; }
.auth-eyebrow { font-size: 10px; color: var(--muted); margin-bottom: 12px; font-weight: 700; }
.auth-main h1 { font-size: 32px; font-weight: 650; line-height: 1.2; margin-bottom: 12px; letter-spacing: 0; }
.auth-subtitle { color: var(--secondary); font-size: 13px; margin-bottom: 28px; line-height: 1.7; }
.auth-wide { width: 100%; min-height: 46px; justify-content: center; border-radius: 6px; }
.auth-main .field { margin-bottom: 20px; font-size: 12px; }
.auth-main .field input { height: 46px; }
.auth-password { position: relative; display: flex; align-items: center; }
.auth-password > input { padding-right: 46px; }
.auth-password > button { position: absolute; right: 4px; width: 38px; height: 38px; }
.google-letter { font-family: Arial, sans-serif; font-size: 19px; font-weight: 700; }
.auth-divider { display: flex; align-items: center; gap: 14px; margin: 23px 0; color: var(--muted); font-size: 11px; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.auth-text-button { background: none; color: var(--accent-text); font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.auth-form-links { text-align: right; margin: -6px 0 20px; }
.auth-switch-line { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; margin: 24px 0; color: var(--muted); font-size: 12px; }
.auth-footer { display: flex; align-items: flex-start; gap: 9px; margin: 34px 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); line-height: 1.7; }
.auth-footer svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; }
.auth-notice, .auth-success { padding: 12px 14px; border-left: 3px solid currentColor; font-size: 12px; line-height: 1.65; margin: 18px 0; }
.auth-notice { color: var(--pending-ink); background: var(--pending-bg); }
.auth-success { color: var(--success-ink); background: var(--success-bg); }
.project-row-actions { display: flex; justify-content: flex-end; gap: 5px; }
.danger-button { background: var(--error-ink); color: var(--white); border: 1px solid var(--error-ink); }
:root[data-theme="dark"] .danger-button { color: #261514; }
.delete-project-copy { font-size: 13px; line-height: 1.7; color: var(--secondary); margin: 18px 0; overflow-wrap: anywhere; }
@media (max-width: 540px) {
  .auth-screen { padding: 24px 22px 32px; }
  .auth-main { margin-top: 30px; }
  .auth-main h1 { font-size: 28px; }
}
