/* The public sign-in page is independent of the desktop's dark theme. */
:root { color-scheme: light; --ink: #24362d; --muted: #667169; --green: #294f40; --line: #dfe4dc; }
* { box-sizing: border-box; }
body { margin: 0; background: #f7f8f5; color: var(--ink); font: 14px/1.6 system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid #537d62; outline-offset: 4px; }
.skip-link { position: absolute; left: 20px; top: -80px; z-index: 2; padding: 10px 20px; background: white; }
.skip-link:focus { top: 12px; }
.page-shell { max-width: 1320px; min-height: 100svh; margin: auto; padding: 0 64px; display: flex; flex-direction: column; }
.page-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 23px; font-weight: 650; letter-spacing: -.8px; text-decoration: none; }
.header-note { color: var(--muted); font-size: 12px; }
.landing-layout { flex: 1; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .9fr); align-items: center; gap: clamp(48px, 7vw, 100px); padding: 40px 0 62px; }
.eyebrow { margin: 0 0 18px; color: #576b58; font-size: 11px; font-weight: 650; letter-spacing: 2px; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(39px, 4.1vw, 56px); line-height: 1.13; font-weight: 520; letter-spacing: -2.4px; }
h1 em { color: #557047; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.intro-description { max-width: 460px; margin: 22px 0 30px; font-size: 15px; line-height: 1.8; color: var(--muted); }
.workspace-illustration { border: 1px solid #d7dfd2; border-radius: 13px; overflow: hidden; background: #edf1e9; box-shadow: 0 10px 25px -20px #46613a; }
.illustration-toolbar { padding: 12px 16px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid #dbe2d6; font-size: 10px; font-weight: 600; }
.mini-mark { background: #d9e3d2; padding: 0 5px; border-radius: 4px; font-family: Georgia, serif; font-size: 13px; }
.example-label { margin-left: auto; color: #687261; font-size: 9px; font-weight: 400; }
.illustration-heading { padding: 17px 17px 12px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 600; }
.board-icon { color: #6c8063; font-size: 20px; line-height: 1; }
.board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; padding: 0 16px 18px; }
.column-label { display: flex; align-items: center; gap: 5px; margin: 0 0 9px; font-size: 9px; color: #596953; }
.column-label i { width: 5px; height: 5px; background: #a6b19d; border-radius: 50%; }
.board-column:nth-child(2) .column-label i { background: #b69350; }
.board-column:nth-child(3) .column-label i { background: #56794e; }
.column-label > span { margin-left: auto; color: #707b68; }
.task-card { padding: 12px 10px 9px; background: #fffefa; border: 1px solid #e0e5d9; border-radius: 6px; }
.task-tag { display: inline-block; padding: 2px 5px; font-size: 8px; line-height: 1.6; color: #705f40; background: #f2ebdc; border-radius: 3px; }
.tag-build { color: #586985; background: #eaf0f5; }
.tag-done { color: #58704c; background: #e9efdf; }
.task-card strong { display: block; min-height: 43px; margin-top: 9px; font-size: 10px; line-height: 1.55; font-weight: 550; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.avatar { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #eee5d4; font-size: 8px; color: #6b5738; }
.avatar-build { background: #e1e8ef; color: #53667e; }
.avatar-done { background: #e1ead9; color: #586f4b; }
.card-lines { width: 22px; height: 7px; border-top: 2px solid #dce1d7; border-bottom: 2px solid #dce1d7; }
.completed { font-size: 8px; color: #5e794e; }
.illustration-footer { display: flex; justify-content: space-between; padding: 9px 17px; border-top: 1px solid #dbe2d6; color: #697961; font-size: 9px; }
.feature-list { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 13px; }
.feature-list li { display: flex; align-items: baseline; gap: 13px; }
.feature-number { color: #829178; font-size: 10px; font-variant-numeric: tabular-nums; }
.feature-list h2 { display: inline; font-size: 12px; font-weight: 600; }
.feature-list p { display: inline; margin: 0 0 0 8px; color: var(--muted); font-size: 11px; }
.sign-in-panel { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 36px; box-shadow: 0 8px 30px -18px #52614d30; }
.workspace-symbol { display: grid; place-items: center; height: 42px; width: 42px; border: 1px solid #dfe7db; border-radius: 11px; background: #f4f7f1; color: #537047; margin-bottom: 24px; }
.workspace-symbol svg { width: 22px; height: 22px; }
.form-heading h2 { margin: 0; font-size: 27px; font-weight: 550; line-height: 1.3; letter-spacing: -.8px; }
.form-heading p { margin: 8px 0 28px; color: var(--muted); font-size: 13px; }
.field { margin-bottom: 19px; }
.field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 600; }
.field input { width: 100%; min-height: 48px; background: #fff; color: var(--ink); border: 1px solid #cfd7cb; border-radius: 7px; padding: 11px 13px; font-size: 14px; }
.field input::placeholder { color: #7a8177; }
.field input:focus { border-color: #537d62; }
.password-field { position: relative; }
.password-field input { padding-right: 64px; }
.password-toggle { position: absolute; right: 4px; top: 4px; bottom: 4px; min-width: 52px; border: 0; border-radius: 4px; background: transparent; color: #52624e; font-size: 11px; font-weight: 600; }
.password-toggle:hover { background: #f0f4ed; }
.submit-button { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 12px 16px; min-height: 49px; border: 1px solid var(--green); border-radius: 7px; background: var(--green); color: #fff; font-size: 13px; font-weight: 600; }
.submit-button:hover { background: #1e4032; }
.submit-button > span:last-child { font-size: 20px; font-weight: 400; line-height: 1; }
.account-note { margin: 13px 0 27px; text-align: center; color: var(--muted); font-size: 10px; }
.account-help { padding-top: 22px; border-top: 1px solid #e7ebe3; }
.account-help h3 { margin: 0; font-size: 12px; font-weight: 600; }
.account-help p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.panel-footer { margin: 26px 0 0; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--muted); font-size: 10px; }
.panel-footer svg { height: 13px; width: 13px; }
.login-error { border: 1px solid #e3b6ad; border-radius: 6px; padding: 10px 12px; background: #fff3ef; color: #913b2c; font-size: 12px; margin: 0 0 18px; }
.page-footer { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding: 20px 0 25px; color: var(--muted); font-size: 10px; }
@media (min-width: 1500px) { .landing-layout { padding-top: 65px; padding-bottom: 85px; } }
@media (max-width: 1050px) {
  .page-shell { padding: 0 32px; }
  .landing-layout { gap: 38px; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); }
  .sign-in-panel { padding: 28px; }
  .feature-list p { display: block; margin: 2px 0 0; }
}
@media (max-width: 760px) {
  .page-shell { max-width: 540px; padding: 0 24px; }
  .page-header { min-height: 86px; }
  .header-note { font-size: 10px; }
  .landing-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; padding: 14px 0 36px; }
  .introduction { display: contents; }
  .eyebrow, .workspace-illustration, .feature-list { display: none; }
  h1 { font-size: 39px; letter-spacing: -1.5px; }
  .intro-description { margin: -15px 0 -6px; font-size: 13px; line-height: 1.75; }
  .sign-in-panel { padding: 27px; }
  .workspace-symbol { display: none; }
  .field input { font-size: 16px; }
}
@media (max-width: 360px) {
  .page-shell { padding: 0 16px; }
  .header-note { display: none; }
  h1 { font-size: 34px; }
  .sign-in-panel { padding: 22px; }
  .page-footer { flex-direction: column; gap: 5px; }
}
