@font-face {
  font-family: Inter;
  src: url('/fonts/inter-latin-65850a373e258f1c897a2b3d75eb74de.woff2?vsn=d') format('woff2');
  font-weight: 100 900;
  font-display: swap
}

@font-face {
  font-family: Afacad;
  src: url('/fonts/afacad-latin-a7cf4dc5dc74f7054e79d92773109ebd.woff2?vsn=d') format('woff2');
  font-weight: 400 700;
  font-display: swap
}

:root {
  font-family: Inter,system-ui,sans-serif;
  color: #292b31;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  font-synthesis: none;
  --blue: #1689d5;
  --ink-blue: #0f6398;
  --muted: #686e7c;
  --border: #dce1eb;
  --pale: #f7f9fc
}

* {
  box-sizing: border-box
}

body {
  margin: 0
}

button,input,textarea {
  font: inherit
}

button,a {
  -webkit-tap-highlight-color: transparent
}

button {
  cursor: pointer
}

a {
  color: inherit;
  text-decoration: none
}

a:hover {
  color: var(--ink-blue)
}

button:disabled {
  cursor: wait;
  opacity: .6
}

h1,h2,h3,p {
  margin: 0
}

h1,h2,h3 {
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.12
}

p {
  color: var(--muted)
}

button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible {
  outline: 3px solid #1689d5;
  outline-offset: 5px
}

::selection {
  background: #c9eaff
}

[hidden] {
  display: none!important
}

.container {
  width: min(1120px,calc(100% - 80px));
  margin-inline: auto
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 26px;
  gap: 24px
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #292b31
}

.wordmark span {
  font-family: Afacad,Inter,sans-serif;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1
}

.wordmark img {
  display: block
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 13px;
  color: #5b6270
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0
}

.header-actions .button {
  white-space: nowrap
}

.account-menu { position: relative; z-index: 20; }
.account-menu summary {
  display: grid; place-items: center; width: 42px; height: 42px;
  border-radius: 50%; border: 1px solid #b5daf2; background: #e8f5ff;
  color: var(--ink-blue); font-size: 15px; font-weight: 600;
  cursor: pointer; list-style: none;
}
.account-menu summary::-webkit-details-marker { display: none; }
.account-menu summary:hover, .account-menu[open] summary { background: #d8eeff; }
.account-menu summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.account-dropdown {
  position: absolute; right: 0; top: calc(100% + 12px);
  width: min(280px, calc(100vw - 40px)); padding: 8px;
  border: 1px solid var(--border); border-radius: 14px; background: white;
  box-shadow: 0 12px 36px #1c3b5920;
}
.account-menu-identity { padding: 10px 12px 14px; border-bottom: 1px solid var(--border); margin-bottom: 6px; }
.account-menu-identity strong, .account-menu-identity span { display: block; overflow-wrap: anywhere; }
.account-menu-identity span { color: var(--muted); font-size: 12px; }
.account-dropdown a, .account-dropdown button {
  display: block; width: 100%; padding: 10px 12px; border: 0; border-radius: 7px;
  background: transparent; color: inherit; font: inherit; text-align: left;
}
.account-dropdown a:hover, .account-dropdown button:hover { background: var(--pale); color: var(--ink-blue); }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  border: 1px solid #8cc6eb;
  border-radius: 7px;
  background: transparent;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink-blue);
  transition: background .18s,transform .18s
}

.button:hover {
  background: #eaf6ff;
  color: var(--ink-blue);
  transform: translateY(-1px)
}

.button-small {
  padding: 10px 14px;
  font-size: 12px;
  gap: 16px
}

.button-primary {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
  box-shadow: 0 2px 3px #0f639810
}

.button-primary:hover {
  background: #0f75b9;
  color: white
}

.hero {
  padding-top: 76px;
  padding-bottom: 82px
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #636b79;
  margin-bottom: 27px
}

.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--blue);
  border-radius: 50%;
  flex-shrink: 0
}

.hero h1 {
  font-size: clamp(46px,6.2vw,78px);
  line-height: 1.055;
  letter-spacing: -.055em;
  max-width: 900px;
  margin-bottom: 25px
}

h1 span,.closing h2 span {
  color: var(--blue)
}

.hero-description {
  font-size: 18px;
  line-height: 1.75;
  max-width: 640px;
  color: #626976
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px
}

.text-link {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 14px
}

.hero-note {
  margin-top: 15px;
  font-size: 11px;
  color: #7a808d
}

.demo {
  scroll-margin-top: 25px;
  margin-top: 62px;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 12px 40px #25395006;
  overflow: hidden
}

.demo-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--border);
  padding: 13px 19px;
  background: #fafbfd;
  font-size: 10px;
  color: #7d8593
}

.window-dots {
  display: flex;
  gap: 5px
}

.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4dae3
}

.demo-path {
  color: #969da9
}

.demo-live {
  margin-left: auto;
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--ink-blue);
  white-space: nowrap
}

.demo-live .status-dot {
  width: 5px;
  height: 5px
}

.demo-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 76px;
  padding: 53px 57px;
  background: linear-gradient(120deg,#fff 30%,#f4f9fc)
}

.section-label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  color: #7a8392;
  margin-bottom: 21px
}

.demo-page h2 {
  font-size: 31px;
  letter-spacing: -.035em;
  margin-bottom: 15px
}

.demo-page p {
  font-size: 12px;
  line-height: 1.85;
  max-width: 310px;
  margin-bottom: 24px
}

.demo-page .button {
  font-size: 11px;
  padding: 10px 13px;
  gap: 24px
}

.sample-thread {
  position: relative;
  background: white;
  border: 1px solid #d8e3ec;
  border-radius: 9px;
  box-shadow: 0 9px 26px #2539500a;
  padding: 21px
}

.sample-pin {
  position: absolute;
  left: -33px;
  top: 39px;
  background: var(--blue);
  color: white;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #b2dafa;
  width: 29px;
  height: 29px;
  border-radius: 50% 50% 3px 50%;
  display: grid;
  place-items: center;
  font-size: 11px
}

.thread-heading {
  display: flex;
  gap: 10px;
  align-items: center
}

.avatar {
  display: grid;
  place-items: center;
  background: #f1e9de;
  color: #987b50;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 12px
}

.thread-heading strong {
  display: block;
  font-size: 11px;
  font-weight: 600
}

.thread-heading div>span {
  display: block;
  font-size: 9px;
  color: #9298a2;
  margin-top: 1px
}

.open-tag {
  margin-left: auto;
  background: #edf7ff;
  color: #267bae;
  font-size: 9px;
  padding: 2px 8px;
  border-radius: 4px
}

.sample-thread>p {
  font-size: 12px;
  color: #535c6a;
  line-height: 1.8;
  margin: 17px 0
}

.context-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}

.context-tags span {
  background: #f4f6f9;
  border: 1px solid #e9edf2;
  border-radius: 4px;
  color: #7a8494;
  font-size: 9px;
  padding: 3px 7px;
  overflow-wrap: anywhere;
  max-width: 100%
}

.thread-footer {
  border-top: 1px solid #edf0f4;
  margin-top: 17px;
  padding-top: 12px;
  font-size: 9px;
  color: #7c8694;
  display: flex;
  gap: 7px;
  align-items: center
}

.thread-footer .status-dot {
  width: 4px;
  height: 4px
}

.demo-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 19px;
  border-top: 1px solid var(--border);
  font-size: 10px;
  color: #818896
}

.demo-bottom strong {
  font-weight: 500;
  color: #4f5b6a
}

.demo-bottom>span:last-child {
  color: #9aa1ac
}

.demo-bottom>span:last-child span {
  margin-left: 8px
}

.section {
  padding: 77px 0;
  border-top: 1px solid var(--border);
  scroll-margin-top: 30px
}

.section-intro h2,.loop-heading h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.04em
}

.section-intro h2 span,.loop-heading h2 span {
  color: #838b98
}

.section-intro>p {
  font-size: 14px;
  max-width: 450px;
  margin-top: 20px
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px
}

.problem-grid article {
  border: 1px solid #e4e8ef;
  border-radius: 8px;
  padding: 29px;
  background: #fafbfd
}

.card-label {
  font-size: 9px;
  letter-spacing: .12em;
  color: var(--ink-blue)
}

h3 {
  font-size: 20px;
  letter-spacing: -.025em
}

.problem-grid h3 {
  margin: 16px 0 12px
}

.problem-grid p {
  font-size: 13px;
  max-width: 360px;
  line-height: 1.8
}

.quote {
  border-top: 1px solid #e7ebf1;
  margin-top: 25px;
  padding-top: 17px;
  color: #8b929f;
  font-size: 12px
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 42px;
  margin-top: 42px
}

.feature-number {
  display: block;
  font-size: 11px;
  color: var(--blue);
  margin-bottom: 18px
}

.feature-grid h3 {
  margin-bottom: 14px
}

.feature-grid p {
  font-size: 13px;
  line-height: 1.85
}

.loop-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px
}

.loop-heading>p {
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 3px
}

.workflow {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1.1fr 1fr 1fr;
  gap: 12px;
  padding: 0;
  margin: 38px 0 0;
  list-style: none
}

.workflow li {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 16px 13px;
  font-size: 11px;
  white-space: nowrap
}

.workflow li>span {
  display: block;
  font-size: 9px;
  color: #939baa;
  margin-bottom: 8px
}

.workflow li+li:before {
  content: '→';
  position: absolute;
  top: 30px;
  left: -11px;
  font-size: 10px;
  color: #a0a8b5;
  background: white
}

.workflow .workflow-highlight {
  background: #edf7fe;
  border-color: #8cc6eb;
  color: var(--ink-blue)
}

.workflow-highlight>span {
  color: var(--blue)!important
}

.workflow-note {
  font-size: 10px;
  color: #8a929e;
  margin-top: 18px
}

.closing {
  border-top: 1px solid var(--border);
  padding: 88px 0 84px;
  text-align: center
}

.closing h2 {
  font-size: 62px;
  line-height: 1.08;
  letter-spacing: -.05em
}

.closing>p {
  font-size: 16px;
  margin: 20px 0 28px
}

.closing-note {
  display: block;
  font-size: 11px;
  color: #8b929f;
  margin-top: 15px
}

.site-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--border);
  padding-top: 25px;
  padding-bottom: 105px;
  font-size: 10px;
  color: #838b98
}

.site-footer .wordmark span {
  font-size: 21px
}

.site-footer>a:last-child {
  margin-left: auto
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: white;
  padding: 12px;
  z-index: 100
}

.skip-link:focus {
  top: 10px
}

@media(min-width:1400px) {
  .hero {
    padding-top: 90px
  }
}

@media(max-width:900px) {
  .site-header {
    flex-wrap: wrap
  }
  .header-actions {
    margin-left: auto
  }
  .container {
    width: calc(100% - 48px)
  }
  .site-header nav {
    gap: 18px;
    order: 3;
    width: 100%;
    justify-content: center
  }
  .hero {
    padding-top: 60px
  }
  .demo-content {
    padding: 35px;
    gap: 42px
  }
  .sample-thread {
    padding: 17px
  }
  .demo-page h2 {
    font-size: 27px
  }
  .section-intro h2,.loop-heading h2 {
    font-size: 32px
  }
  .feature-grid {
    gap: 26px
  }
  .loop-heading {
    display: block
  }
  .loop-heading>p {
    margin-top: 20px
  }
  .workflow {
    gap: 9px
  }
  .workflow li {
    font-size: 10px;
    padding: 13px 9px
  }
  .demo-bottom {
    font-size: 9px
  }
}

@media(max-width:600px) {
  .container {
    width: calc(100% - 40px)
  }
  .site-header {
    padding-block: 21px;
    gap: 16px;
    flex-wrap: wrap
  }
  .wordmark span {
    font-size: 26px
  }
  .wordmark img {
    width: 34px;
    height: 34px
  }
  .header-actions {
    gap: 8px
  }
  .header-actions .button {
    padding: 8px 10px;
    font-size: 11px
  }
  .site-header nav {
    gap: 8px;
    width: 100%;
    justify-content: space-between;
    font-size: 11px
  }
  .site-header nav .button {
    font-size: 10px;
    padding: 8px;
    gap: 8px
  }
  .site-header nav a {
    white-space: nowrap
  }
  .hero {
    padding-top: 43px;
    padding-bottom: 48px
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 23px
  }
  .hero h1 {
    font-size: 46px;
    letter-spacing: -.05em
  }
  .desktop-break {
    display: none
  }
  .hero-description {
    font-size: 15px;
    line-height: 1.8
  }
  .hero-actions {
    gap: 22px
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 12px 15px
  }
  .text-link {
    font-size: 11px;
    gap: 8px
  }
  .hero-note {
    font-size: 10px
  }
  .demo {
    margin-top: 39px
  }
  .demo-bar {
    gap: 12px;
    padding: 12px;
    font-size: 9px
  }
  .demo-path {
    display: none
  }
  .demo-content {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 29px 25px
  }
  .demo-page h2 {
    font-size: 29px
  }
  .sample-thread {
    margin-left: 12px
  }
  .sample-pin {
    left: -25px
  }
  .demo-bottom {
    padding: 12px;
    display: block;
    font-size: 9px
  }
  .demo-bottom>span {
    display: block
  }
  .demo-bottom>span+span {
    margin-top: 5px
  }
  .section {
    padding-block: 48px
  }
  .section-label {
    font-size: 9px;
    margin-bottom: 17px
  }
  .section-intro h2,.loop-heading h2 {
    font-size: 29px
  }
  .section-intro>p {
    font-size: 13px
  }
  .problem-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 27px
  }
  .problem-grid article {
    padding: 23px
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 30px
  }
  .feature-grid article {
    padding-left: 39px;
    position: relative
  }
  .feature-number {
    position: absolute;
    left: 0;
    top: 3px
  }
  .feature-grid h3 {
    font-size: 19px;
    margin-bottom: 10px
  }
  .workflow {
    grid-template-columns: 1fr;
    margin-top: 25px;
    gap: 12px
  }
  .workflow li {
    font-size: 13px;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px
  }
  .workflow li>span {
    margin: 0
  }
  .workflow li+li: before {
    content: '↓';
    top: -15px;
    left: 22px;
    font-size: 12px
  }
  .workflow-note {
    font-size: 10px
  }
  .closing {
    padding-block: 55px
  }
  .closing h2 {
    font-size: 49px
  }
  .closing>p {
    font-size: 14px
  }
  .closing .button {
    font-size: 12px
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 105px
  }
  .site-footer .wordmark img {
    width: 23px;
    height: 23px
  }
  .site-footer>span {
    order: 3;
    width: 100%
  }
  @media(prefers-reduced-motion:no-preference) {
    html {
      scroll-behavior: smooth
    }
    .hero h1 {
      animation: appear .5s ease-out
    }
    .hero-description,.hero-actions {
      animation: appear .7s ease-out
    }
    @keyframes appear {
      from {
        opacity: 0;
        transform: translateY(10px)
      }
      to {
        opacity: 1;
        transform: translateY(0)
      }
    }
  }

}

/* Pilot workspace screens use the same plain CSS foundation. */
.manage { max-width: 880px; margin: 48px auto; padding: 0 24px 64px; }
.manage header { display: flex; align-items: center; justify-content: space-between; }
.manage h1 { margin: 36px 0 20px; font-size: 40px; }
.manage h2 { margin: 36px 0 16px; font-size: 25px; }
.manage h3 { margin: 20px 0 10px; }
.manage p { margin: 12px 0; }
.manage a { color: var(--ink-blue); }
.manage form { margin: 20px 0; }
.manage-input { display: block; padding: 12px; border: 1px solid var(--border); border-radius: 6px; width: 100%; margin: 8px 0 20px; }
.manage pre { padding: 18px; background: var(--pale); white-space: pre-wrap; overflow-wrap: anywhere; font-size: 12px; }
.manage-card { padding: 22px; margin: 16px 0; border: 1px solid var(--border); border-radius: 8px; overflow-wrap: anywhere; }
.manage [role=alert] { color: #a22; }

/* Account entry pages share the landing page's type and restrained blue palette. */
.auth-page { min-height: 100svh; padding: 0 40px; }
.auth-header { max-width: 1120px; margin: auto; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.auth-back { display: inline-flex; align-items: center; gap: 16px; font-size: 12px; color: #626976; }
.auth-back span { color: var(--ink-blue); }
.auth-layout { max-width: 1120px; margin: 32px auto 0; display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(48px, 7vw, 96px); align-items: center; }
.auth-story { min-width: 0; min-height: 614px; padding: 44px 36px 28px; border: 1px solid #e2eaf1; border-radius: 20px; background: linear-gradient(145deg, #f8fafc, #eef7fe); display: flex; flex-direction: column; justify-content: space-between; gap: 32px; overflow: hidden; }
.auth-eyebrow { color: #687b8c; font-size: 10px; font-weight: 500; letter-spacing: .1em; line-height: 1.6; }
.auth-story .auth-eyebrow { display: flex; align-items: center; gap: 8px; }
.auth-story .status-dot { margin: 0; flex-shrink: 0; }
.auth-story h2 { font-size: clamp(38px, 3.5vw, 50px); line-height: 1.08; letter-spacing: -.05em; margin-top: 22px; }
.auth-story h2 span { color: #418ac3; }
.auth-story-copy { font-size: 13px; line-height: 1.8; margin-top: 18px; }
.auth-example { background: #fff; border: 1px solid #dce5ed; border-radius: 12px; box-shadow: 0 12px 28px #314b6810; }
.auth-example-bar { display: flex; align-items: center; gap: 16px; border-bottom: 1px solid #edf1f5; padding: 11px 16px; font-size: 9px; color: #7d8793; }
.auth-example-bar .window-dots { gap: 4px; }
.auth-example-bar .window-dots i { width: 5px; height: 5px; }
.auth-example-content { padding: 24px; }
.auth-example-label { font-size: 8px; letter-spacing: .1em; color: #7a8794; margin-bottom: 12px; }
.auth-example-target { position: relative; padding: 8px 10px; margin: 0 -10px; border: 1px solid #88c4ec; border-radius: 4px; font-size: 22px; line-height: 1.3; letter-spacing: -.04em; }
.auth-example-pin { position: absolute; right: -9px; top: -10px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50% 50% 3px 50%; background: #1689d5; border: 2px solid white; box-shadow: 0 0 0 1px #1689d5; font-size: 10px; color: white; }
.auth-example-lines { display: grid; gap: 7px; margin: 16px 0 24px; }
.auth-example-lines span { width: 92%; height: 5px; background: #edf1f5; border-radius: 4px; }
.auth-example-lines span:last-child { width: 63%; }
.auth-example-comment { padding: 14px; border: 1px solid #e2e7ee; border-radius: 8px; box-shadow: 0 3px 10px #283e5410; }
.auth-example-author { display: flex; align-items: center; gap: 7px; font-size: 9px; color: #9097a2; }
.auth-example-author strong { color: #39434d; font-size: 10px; font-weight: 500; }
.auth-avatar { display: grid; place-items: center; width: 23px; height: 23px; background: #e9f3fa; border-radius: 50%; color: #337fb3; }
.auth-example-status { margin-left: auto; color: #277baf; background: #edf7fe; border-radius: 4px; padding: 2px 5px; font-size: 8px; }
.auth-example-comment p { font-size: 11px; line-height: 1.7; margin: 10px 0; color: #505b68; }
.auth-example-context { border-top: 1px solid #edf1f5; padding-top: 8px; font-size: 8px; color: #84909b; }
.auth-story-footer { text-align: center; font-size: 10px; color: #788797; }
.auth-form-section { width: 100%; max-width: 390px; margin: auto; padding: 20px 0; }
.auth-form-section h1 { font-size: 35px; line-height: 1.15; margin-top: 13px; letter-spacing: -.045em; }
.auth-intro { font-size: 13px; line-height: 1.8; margin-top: 14px; max-width: 360px; }
.auth-form { margin-top: 30px; }
.auth-form .fieldset { margin: 0 0 18px; }
.auth-form label { display: block; }
.auth-form .label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 500; color: #3a424e; }
.auth-input { display: block; width: 100%; height: 48px; padding: 11px 14px; border: 1px solid #d9dfe7; border-radius: 7px; background: #fff; color: #292b31; font-size: 15px; line-height: 1.5; box-shadow: 0 1px 2px #27374704; transition: border-color .15s, box-shadow .15s; }
.auth-input::placeholder { color: #929ba7; font-size: 13px; opacity: 1; }
.auth-input:hover { border-color: #aabccc; }
.auth-input:focus-visible { border-color: #1689d5; outline: 3px solid #1689d523; outline-offset: 1px; }
.auth-help { font-size: 11px; line-height: 1.6; margin: -9px 0 22px; color: #777f8c; }
.auth-submit { width: 100%; justify-content: space-between; min-height: 48px; margin-top: 6px; background: #418ac3; border-color: #418ac3; font-size: 13px; }
.auth-switch { margin-top: 23px; text-align: center; font-size: 12px; }
.auth-switch a { color: var(--ink-blue); font-weight: 500; margin-left: 4px; text-decoration: underline; text-underline-offset: 3px; }
.auth-form-note { display: flex; gap: 10px; margin-top: 30px; padding-top: 21px; border-top: 1px solid #edf0f4; }
.auth-form-note p { font-size: 11px; line-height: 1.8; color: #7b8490; }
.auth-note-mark { color: #5f9bc6; font-size: 18px; }
.auth-error { margin-top: 22px; padding: 12px 14px; border: 1px solid #edc7c7; border-radius: 7px; background: #fff7f7; color: #923f46; font-size: 12px; line-height: 1.7; }
.auth-footer { max-width: 1120px; margin: 32px auto 0; padding-bottom: 24px; text-align: center; font-size: 10px; color: #89919c; }
@media(max-width:900px) {
  .auth-page { padding: 0 24px; }
  .auth-layout { gap: 36px; grid-template-columns: 1fr 1fr; margin-top: 16px; }
  .auth-story { padding: 32px 24px 24px; }
  .auth-story h2 { font-size: 38px; }
  .auth-example-content { padding: 20px 16px; }
  .auth-example-target { font-size: 20px; }
  .auth-form-section h1 { font-size: 30px; }
}
@media(max-width:700px) {
  .auth-page { padding: 0 24px; }
  .auth-header { padding: 24px 0; gap: 16px; }
  .auth-header .wordmark span { font-size: 29px; }
  .auth-header .wordmark img { width: 34px; height: 34px; }
  .auth-back { font-size: 11px; gap: 8px; }
  .auth-layout { display: block; margin-top: 30px; }
  .auth-story { display: none; }
  .auth-form-section { padding: 0 0 20px; max-width: 400px; }
  .auth-form-section h1 { font-size: 34px; }
  .auth-input { font-size: 16px; }
  .auth-footer { margin-top: 24px; }
}
@media(prefers-reduced-motion:reduce) { .auth-input { transition: none; } }
