/* Generated from styles.css by tmp/extract_signin_css.py.
   Sign-in is the first paint for every unauthenticated visitor, so it
   ships only the tokens, resets and .signin rules it actually uses.
   Regenerate after changing any .signin rule in styles.css. */
:root {
  --white: #ffffff;
  --dune: #32302f;
  --accent: #2f7bff;
  --accent-rgb: 47, 123, 255;
  --good: #1f9d55;
  --warn: #c4841d;
  --bad: #d14343;
  --chart-purple: #7c6cf0;
  --chart-purple-mid: #6d5ce8;
  --chart-purple-deep: #5340c7;
  --panel-radius: 16px;
  --app-sidebar-width: 72px;
  --app-bottom-nav-height: 0px;
  --app-header-height: 0px;
  --app-gutter: 40px;
  --overlay-max-h: min(92dvh, 920px);
  --bg: #f4f3f1;
  --surface: #ffffff;
  --surface-2: #ebe9e6;
  --text: #1c1b1a;
  --muted: #1c1b1a;
  --accent-soft: rgba(47, 123, 255, 0.12);
  --accent-softer: rgba(47, 123, 255, 0.08);
  --border: #e6e3de;
  --border-strong: #d4d0c9;
  --panel-shadow: 0 1px 2px rgba(50, 48, 47, 0.04);
  --overlay: rgba(50, 48, 47, 0.45);
  /* Shared score ramps (green = copy/positive, red = alert/suspicion).
     Single source of truth for hd-, ct- and ms- score tiers. */
  --score-good-0: color-mix(in srgb, var(--good) 32%, #b8c4b8);
  --score-good-1: color-mix(in srgb, var(--good) 42%, #b8c4b8);
  --score-good-2: color-mix(in srgb, var(--good) 58%, #9bb89b);
  --score-good-3: color-mix(in srgb, var(--good) 72%, #4a7a52);
  --score-good-4: color-mix(in srgb, var(--good) 88%, #1a4d2e);
  --score-good-5: var(--good);
  --score-good-6: color-mix(in srgb, var(--good) 62%, #0a2e18);
  --score-bad-1: color-mix(in srgb, var(--bad) 40%, #d4b8b8);
  --score-bad-2: color-mix(in srgb, var(--bad) 56%, #c99a9a);
  --score-bad-3: color-mix(in srgb, var(--bad) 70%, #8a3a3a);
  --score-bad-4: color-mix(in srgb, var(--bad) 86%, #6b2020);
  --score-bad-5: var(--bad);
  --score-bad-6: color-mix(in srgb, var(--bad) 58%, #4a1010);
  color-scheme: light;
}
[data-theme="dark"] {
  --bg: #111111;
  --surface: #1a1a1a;
  --surface-2: #262626;
  --text: #ffffff;
  --muted: #ffffff;
  --accent-soft: rgba(47, 123, 255, 0.18);
  --accent-softer: rgba(47, 123, 255, 0.1);
  --border: #2c2c2c;
  --border-strong: #3a3a3a;
  --panel-shadow: none;
  --overlay: rgba(0, 0, 0, 0.55);
  --good: #22c55e;
  --warn: #f5a524;
  --bad: #ef4444;
  --chart-purple: #a78bfa;
  --chart-purple-mid: #8b5cf6;
  --chart-purple-deep: #6d28d9;
  color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
:root:not([data-theme]) {
    --bg: #111111;
    --surface: #1a1a1a;
    --surface-2: #262626;
    --text: #ffffff;
    --muted: #ffffff;
    --accent-soft: rgba(47, 123, 255, 0.18);
    --accent-softer: rgba(47, 123, 255, 0.1);
    --border: #2c2c2c;
    --border-strong: #3a3a3a;
    --panel-shadow: none;
    --overlay: rgba(0, 0, 0, 0.55);
    --good: #22c55e;
    --warn: #f5a524;
    --bad: #ef4444;
    --chart-purple: #a78bfa;
    --chart-purple-mid: #8b5cf6;
    --chart-purple-deep: #6d28d9;
    color-scheme: dark;
  }
}
* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: var(--border-strong) var(--surface);
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: var(--surface);
}
*::-webkit-scrollbar-thumb {
  background: var(--border-strong);
  border-radius: 999px;
  border: 2px solid var(--surface);
  background-clip: padding-box;
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--muted);
  border: 2px solid var(--surface);
  background-clip: padding-box;
}
*::-webkit-scrollbar-corner {
  background: var(--surface);
}
html {
  scrollbar-gutter: stable;
  background: var(--bg);
}
body {
  margin: 0;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
  text-decoration: none;
}
img,
video {
  max-width: 100%;
}
@media (max-width: 720px) {
:root {
    --app-sidebar-width: 0px;
    --app-bottom-nav-height: calc(58px + env(safe-area-inset-bottom, 0px));
    --overlay-max-h: calc(100dvh - var(--app-bottom-nav-height) - 16px);
  }
}
@media (max-width: 720px) {
html {
    scrollbar-gutter: auto;
    overflow-x: hidden;
  }
body {
    overflow-x: hidden;
    max-width: 100%;
  }
}
h1,
h2,
h3 {
  margin: 0 0 10px;
  letter-spacing: -0.025em;
}
h1 {
  font-size: 26px;
  font-weight: 800;
}
h2 {
  font-size: 18px;
  font-weight: 700;
}
html[data-page="signin"],
html[data-page="signin"] body {
  margin: 0;
  min-height: 100%;
  background: #000;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.signin-body {
  min-height: 100dvh;
}
.signin {
  min-height: 100dvh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "brand panel";
}
.signin__logo {
  grid-area: brand;
  align-self: start;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 40px 56px 0;
  color: #fff;
  text-decoration: none;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  width: max-content;
  z-index: 2;
}
.signin__brand {
  grid-area: brand;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 56px;
  color: #fff;
  background: #0b2135;
  overflow: hidden;
}
.signin__logo img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  mix-blend-mode: lighten;
}
.signin__copy {
  margin: 0;
  max-width: 560px;
  text-align: center;
}
.signin__copy h1 {
  margin: 0;
  font-size: clamp(44px, 5.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 700;
}
@media (min-width: 861px) {
  .signin__brand {
    padding: 48px 56px 112px;
  }
}
@media (max-width: 1500px) and (min-width: 861px) {
  .signin__logo {
    font-size: 30px;
    gap: 12px;
    margin: 28px 40px 0;
  }
  .signin__logo img {
    width: 48px;
    height: 48px;
  }
  .signin__copy {
    max-width: 460px;
  }
  .signin__copy h1 {
    font-size: clamp(34px, 3.6vw, 52px);
  }
  .signin__lede {
    margin-top: 18px;
    font-size: 17px;
  }
}
.signin__lede {
  margin: 28px auto 0;
  max-width: 28ch;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 450;
  color: #fff;
}
.signin__panel {
  grid-area: panel;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 32px;
  background: #000;
  color: #fff;
}
.signin__card {
  width: min(440px, 100%);
  padding: 56px 48px 48px;
  border-radius: 20px;
  background: #1a1a1a;
  text-align: center;
}
.signin__card h2 {
  margin: 0 0 56px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.1;
}
.signin__lead {
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.5;
}
.signin__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.signin__actions .signin__btn + .signin__btn {
  margin-top: 0;
}
.signin__actions form,
.signin-inline-form {
  display: block;
  margin: 0;
}
.signin__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 0;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  text-decoration: none;
}
.signin__btn--primary {
  background: #fff;
  color: #000;
}
.signin__btn--ghost {
  background: #242424;
  color: #fff;
}
.signin__btn:hover {
  filter: brightness(0.94);
}
.signin__hint {
  margin: 28px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}
.signin__plans {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 20px;
}
.signin__plan {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  text-decoration: none;
}
.signin__plan:hover {
  color: #fff;
}
.signin__foot {
  width: min(440px, 100%);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  font-size: 14px;
}
.signin__foot a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}
.signin__foot a:hover {
  color: #fff;
}
@media (max-width: 860px) {
.signin {
    position: relative;
    display: block;
    min-height: 100dvh;
  }
.signin__brand {
    display: none;
  }
.signin__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 0;
    padding: max(20px, env(safe-area-inset-top)) 24px 0 max(24px, env(safe-area-inset-left));
    font-size: 26px;
    background: transparent;
  }
.signin__logo img {
    width: 44px;
    height: 44px;
  }
.signin__panel {
    min-height: 100dvh;
    justify-content: center;
    overflow: auto;
    padding: max(88px, calc(env(safe-area-inset-top) + 72px)) 24px max(28px, env(safe-area-inset-bottom));
  }
.signin__card {
    padding: 36px 32px 32px;
  }
.signin__card h2 {
    margin-bottom: 28px;
    font-size: 30px;
  }
.signin__foot {
    margin-top: 22px;
  }
}
