/* Generated from packages/server/src/public/layout.ts — do not edit by hand. */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/public/fonts/ibm-plex-sans-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/public/fonts/ibm-plex-sans-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/public/fonts/ibm-plex-sans-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/public/fonts/ibm-plex-sans-latin-700-normal.woff2') format('woff2');
}

:root {
  --lw-paper: #F5F5F3;
  --lw-surface: #FFFFFF;
  --lw-ink: #1C2B33;
  --lw-muted: #5E6B73;
  --lw-faint: #636D74;
  --lw-line: #E4E7E7;
  --lw-control-border: #D9DDDE;
  --lw-accent: #20606F;
  --lw-accent-hover: #184C59;
  --lw-accent-tint: #E8F0F2;
  --lw-selection-halo: #DCE9EC;
  --lw-warning: #9C5C0D;
  --lw-mention-tint: #FBF1E2;
  --lw-mention-text: #9C5C0D;
  --lw-confirmed-tint: #E7F2EA;
  --lw-confirmed-text: #2E7B45;
  --lw-disputed-tint: #FDF2E5;
  --lw-disputed-text: #9C5C0D;
  --lw-danger: #B4483C;
  --lw-grid-header-surface: #FBFBFA;
  --lw-row-action-outline: #C6D6DA;
  --lw-delete-outline: #E9C7C2;
  --lw-focus-ring: #E4EEF0;
  --lw-font-ui: 'IBM Plex Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --lw-type-page-title-size: 24px;
  --lw-type-page-title-weight: 700;
  --lw-type-dialog-title-size: 17px;
  --lw-type-dialog-title-weight: 700;
  --lw-type-object-name-size: 15px;
  --lw-type-object-name-weight: 600;
  --lw-type-table-cell-primary-size: 14px;
  --lw-type-table-cell-primary-weight: 600;
  --lw-type-body-size: 14px;
  --lw-type-body-weight: 500;
  --lw-type-body-small-size: 13px;
  --lw-type-body-small-weight: 500;
  --lw-type-field-label-size: 13px;
  --lw-type-field-label-weight: 600;
  --lw-type-field-label-small-size: 12px;
  --lw-type-field-label-small-weight: 600;
  --lw-type-column-header-size: 11px;
  --lw-type-column-header-weight: 600;
  --lw-type-breadcrumb-size: 13px;
  --lw-type-breadcrumb-weight: 500;
  --lw-space-1: 4px;
  --lw-space-2: 8px;
  --lw-space-3: 12px;
  --lw-space-4: 16px;
  --lw-space-5: 20px;
  --lw-space-6: 28px;
  --lw-space-7: 36px;
  --lw-space-8: 48px;
  --lw-radius-control: 6px;
  --lw-radius-card: 8px;
  --lw-radius-dialog: 12px;
  --lw-radius-badge: 999px;
  --lw-height-control: 34px;
  --lw-height-control-min: 32px;
  --lw-height-control-max: 38px;
  --lw-height-dialog-control: 40px;
  --lw-height-touch: 44px;
  --lw-grid-row-compact: 34px;
  --lw-grid-row-comfortable: 58px;
  --lw-grid-header: 42px;
  --lw-stroke: 1px;
  --lw-shadow-card: 0 1px 2px rgba(28, 43, 51, 0.04);
  --lw-shadow-dialog: 0 24px 64px rgba(28, 43, 51, 0.28);
}

*, *::before, *::after { box-sizing: border-box }
html { -webkit-text-size-adjust: 100% }

body {
  margin: 0;
  background: var(--lw-paper);
  color: var(--lw-ink);
  font-family: var(--lw-font-ui);
  font-size: 17px;
  line-height: 1.55;
}

img { max-width: 100%; height: auto }

a { color: var(--lw-accent) }
a:hover { color: var(--lw-accent-hover) }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid var(--lw-accent);
  outline-offset: 2px;
}

.wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 var(--lw-space-4);
}

.site-head {
  background: var(--lw-surface);
  border-bottom: var(--lw-stroke) solid var(--lw-line);
}
.site-head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--lw-space-3);
  min-height: 56px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  min-height: var(--lw-height-touch);
  font-size: var(--lw-type-object-name-size);
  font-weight: var(--lw-type-object-name-weight);
  color: var(--lw-ink);
  text-decoration: none;
}
.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: var(--lw-height-touch);
  padding: 0 var(--lw-space-2);
  font-size: var(--lw-type-body-size);
  font-weight: var(--lw-type-body-weight);
  text-decoration: none;
}

.hero {
  background: var(--lw-surface);
  border-bottom: var(--lw-stroke) solid var(--lw-line);
  padding: var(--lw-space-7) 0 var(--lw-space-6);
}
.status {
  margin: 0 0 var(--lw-space-3);
  font-size: var(--lw-type-column-header-size);
  font-weight: var(--lw-type-column-header-weight);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--lw-faint);
}
h1 {
  margin: 0 0 var(--lw-space-4);
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
  max-width: 20ch;
}
.lead {
  margin: 0 0 var(--lw-space-5);
  font-size: 20px;
  color: var(--lw-muted);
  max-width: 62ch;
}

.banner {
  margin: 0 0 var(--lw-space-4);
  padding: var(--lw-space-3) var(--lw-space-4);
  border-radius: var(--lw-radius-card);
  background: var(--lw-confirmed-tint);
  color: var(--lw-confirmed-text);
  font-size: var(--lw-type-body-size);
  font-weight: var(--lw-type-body-weight);
  max-width: 62ch;
}

.signup { max-width: 62ch }
.signup form {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lw-space-2);
  align-items: center;
}
.signup label {
  flex: 1 0 100%;
  font-size: var(--lw-type-field-label-size);
  font-weight: var(--lw-type-field-label-weight);
  color: var(--lw-ink);
}
.signup input[type='email'] {
  flex: 1 1 260px;
  min-width: 0;
  min-height: var(--lw-height-touch);
  padding: 0 var(--lw-space-3);
  font: inherit;
  font-size: var(--lw-type-body-size);
  color: var(--lw-ink);
  background: var(--lw-surface);
  border: 1.5px solid var(--lw-control-border);
  border-radius: var(--lw-radius-control);
}
.signup input[type='email']:focus {
  border-color: var(--lw-accent);
  box-shadow: 0 0 0 3px var(--lw-focus-ring);
  outline: none;
}
.signup button {
  min-height: var(--lw-height-touch);
  padding: 0 var(--lw-space-5);
  font: inherit;
  font-size: var(--lw-type-body-size);
  font-weight: 600;
  color: var(--lw-surface);
  background: var(--lw-accent);
  border: none;
  border-radius: var(--lw-radius-control);
  cursor: pointer;
}
.signup button:hover { background: var(--lw-accent-hover) }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden }

.consent {
  margin: var(--lw-space-3) 0 0;
  font-size: var(--lw-type-body-small-size);
  color: var(--lw-muted);
  max-width: 62ch;
}
.sign-in-line {
  margin: var(--lw-space-4) 0 0;
  font-size: var(--lw-type-body-small-size);
  color: var(--lw-muted);
}
.sign-in-line a {
  display: inline-flex;
  align-items: center;
  min-height: var(--lw-height-touch);
}

.section { padding: var(--lw-space-7) 0 }
.section:nth-of-type(even) { background: var(--lw-surface) }
.section h2 {
  margin: 0 0 var(--lw-space-3);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}
.section p {
  margin: 0;
  font-size: 18px;
  color: var(--lw-muted);
  max-width: 68ch;
}
.section.close { background: var(--lw-accent-tint) }
.section.close p { color: var(--lw-ink) }

.shot {
  margin: var(--lw-space-5) 0 0;
  padding: 0;
}
.shot img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--lw-surface);
  border: var(--lw-stroke) solid var(--lw-line);
  border-radius: var(--lw-radius-card);
  box-shadow: var(--lw-shadow-card);
}

.doc { padding: var(--lw-space-7) 0 }
.doc .wrap { max-width: 760px }
.doc h1 { font-size: 32px; max-width: none; margin-bottom: var(--lw-space-5) }
.doc h2 {
  margin: var(--lw-space-6) 0 var(--lw-space-2);
  font-size: 20px;
  font-weight: 700;
}
.doc p, .doc li {
  font-size: 16px;
  color: var(--lw-ink);
  max-width: 72ch;
}
.doc .note {
  padding: var(--lw-space-3) var(--lw-space-4);
  border-left: 3px solid var(--lw-accent);
  background: var(--lw-accent-tint);
  border-radius: var(--lw-radius-control);
}

.site-foot {
  background: var(--lw-surface);
  border-top: var(--lw-stroke) solid var(--lw-line);
  padding: var(--lw-space-5) 0;
}
.site-foot ul {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lw-space-4);
  list-style: none;
  margin: 0 0 var(--lw-space-3);
  padding: 0;
}
.site-foot a {
  display: inline-flex;
  align-items: center;
  min-height: var(--lw-height-touch);
  font-size: var(--lw-type-body-small-size);
}
.site-foot p {
  margin: 0;
  font-size: var(--lw-type-body-small-size);
  color: var(--lw-muted);
}

@media (max-width: 720px) {
  body { font-size: 16px }
  h1 { font-size: 30px }
  .lead { font-size: 18px }
  .section h2 { font-size: 23px }
  .section p { font-size: 16px }
  .hero, .section, .doc { padding: var(--lw-space-6) 0 }
  .signup input[type='email'], .signup button { flex: 1 0 100% }
}
