/* DO NOT EDIT - auto generated by assets:auto - edit source at ./app/assets/auto/auth/css */
@layer base {
  /* Auth screen - global defaults: reset, design tokens, text modifiers.
     Self-contained, does not depend on the shared bundle. */
  :root {
    --auth-bg: #f6f7f9;
    --auth-panel: #ffffff;
    --ink: #0f172a;
    --ink-soft: #334155;
    --gray: #64748b;
    --gray-soft: #94a3b8;
    --line: #e2e8f0;
    --line-soft: #eef1f5;
    --brand: #4f46e5;
    --brand-dark: #4338ca;
    --brand-soft: #eef2ff;
    --ok: #047857;
    --ok-soft: #ecfdf5;
    --ok-line: #a7f3d0;
    --warn: #92400e;
    --warn-soft: #fffbeb;
    --warn-line: #fde68a;
    --radius: 16px;
    --radius-sm: 12px;
    --radius-lg: 28px;
    --pill: 999px;
    --shadow: 0 24px 50px -28px rgba(15, 23, 42, .45);
    --shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html, body {
    margin: 0;
    padding: 0;
  }
  body {
    background: var(--auth-bg);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  img {
    max-width: 100%;
    display: block;
  }
  /* --- global text modifiers --- */
  .gray {
    color: var(--gray);
  }
  .muted {
    color: var(--gray-soft);
  }
  .ink {
    color: var(--ink);
  }
  .soft {
    color: var(--ink-soft);
  }
  .small {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .tiny {
    font-size: 0.75rem;
    line-height: 1.45;
  }
  .lead {
    font-size: 1.0625rem;
    line-height: 1.6;
  }
  .fat {
    font-weight: 700;
  }
  .semi {
    font-weight: 600;
  }
  .normal {
    font-weight: 400;
  }
  .upper {
    text-transform: uppercase;
    letter-spacing: 0.16em;
  }
  .center {
    text-align: center;
  }
  .right {
    text-align: right;
  }
  .nowrap {
    white-space: nowrap;
  }
  /* vertical rhythm helper - stacks children with a consistent gap */
  .stack > * + * {
    margin-top: 0.75rem;
  }
  .stack-lg > * + * {
    margin-top: 1.5rem;
  }
  .row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  /* spacing helpers - rem scale, step = .25rem (1 -> .25rem ... 8 -> 2rem) */
  .mt-1 {
    margin-top: 0.25rem;
  }
  .mt-2 {
    margin-top: 0.5rem;
  }
  .mt-4 {
    margin-top: 1rem;
  }
  .mt-8 {
    margin-top: 2rem;
  }
  .mb-1 {
    margin-bottom: 0.25rem;
  }
  .mb-4 {
    margin-bottom: 1rem;
  }
  .mb-5 {
    margin-bottom: 1.25rem;
  }
  /* Auth screen - layout and components.
     Two-pane login canvas: dark brand pane (#left-pane) + light form pane (#right-pane). */
  #auth {
    display: grid;
    min-height: 100vh;
    grid-template-columns: 1fr;
  }
  @media (min-width: 1024px) {
    #auth {
      grid-template-columns: 1fr 1fr;
    }
  }
  /* ---------------------------------------------------------------- left pane */
  #left-pane {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    color: #fff;
    background: radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.35), transparent 30%), radial-gradient(circle at 80% 10%, rgba(99, 102, 241, 0.35), transparent 34%), linear-gradient(135deg, #020617 0%, #111827 48%, #312e81 100%);
  }
  @media (min-width: 1024px) {
    #left-pane {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 3.5rem 4.5rem;
    }
  }
  /* faint grid texture over the gradient */
  #left-pane::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
  }
  #left-pane > * {
    position: relative;
    z-index: 1;
  }
  #left-pane h1,
  #left-pane h2,
  #left-pane h3,
  #left-pane p,
  #left-pane code,
  #left-pane a,
  #left-pane a:hover {
    color: #fff;
  }
  #left-pane a:hover {
    opacity: 0.85;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
  }
  .brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    box-shadow: var(--shadow);
  }
  .brand-name {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .redirect-note {
    margin-top: 1rem;
    padding-left: calc(44px + 0.75rem);
    font-size: 1.0625rem;
    line-height: 1.6;
    color: rgba(241, 245, 249, 0.9);
  }
  .redirect-note code {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.25rem 0.55rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
  }
  /* trust bullets - hidden on narrow screens to keep the form first */
  .trust-list {
    display: none;
    margin: 0;
    padding: 0;
    max-width: 36rem;
    list-style: none;
  }
  @media (min-width: 1024px) {
    .trust-list {
      display: block;
    }
  }
  .trust-list li {
    display: flex;
    gap: 0.75rem;
    line-height: 1.55;
    font-size: 1.0625rem;
  }
  .trust-list li + li {
    margin-top: 0.85rem;
  }
  .trust-list .fez-ui-icon {
    flex: none;
    margin-top: calc(0.15rem + 1px);
    color: #6bff9e;
  }
  /* --------------------------------------------------------------- right pane */
  #right-pane {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1.5rem 1rem;
    background: var(--auth-bg);
  }
  @media (min-width: 1024px) {
    #right-pane {
      align-items: center;
      padding: 2.5rem 3rem;
    }
  }
  .auth-card {
    width: 100%;
    max-width: 28rem;
    padding: 2rem 1.5rem;
    background: var(--auth-panel);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
  }
  @media (min-width: 640px) {
    .auth-card {
      padding: 2.5rem;
    }
  }
  .auth-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  /* icon sits left of the heading block - no stacked bottom gap here */
  .auth-head .auth-icon {
    flex: none;
    margin-bottom: 0;
  }
  .auth-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    border-radius: 14px;
    color: var(--brand);
    background: var(--brand-soft);
  }
  .auth-head h2 {
    font-size: 1.9rem;
    margin-bottom: 0.25rem;
  }
  /* ----------------------------------------------------------- provider buttons */
  .provider {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    width: 100%;
    /* short button + negative-margin logo => circle bleeds past top/bottom edges */
    padding: 0.4rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--ink-soft);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
  }
  .provider + .provider {
    margin-top: calc(0.75rem + 10px);
  }
  .provider:hover {
    color: var(--brand-dark);
    border-color: #c7d2fe;
    background: var(--brand-soft);
  }
  .provider-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    /* negative margin lets the oversized circle bleed past the button edges;
       left pull cancels the button padding so the circle aligns with the heading */
    margin: -0.9rem 0;
    margin-left: calc(-1.25rem - 1px);
    border-radius: var(--pill);
    border: 1px solid var(--line);
    background: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--brand);
    box-shadow: var(--shadow-sm);
  }
  .provider-logo.github {
    color: var(--ink);
  }
  /* ---------------------------------------------------------------- divider */
  .divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
    color: var(--gray-soft);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  .divider::before,
  .divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--line);
  }
  /* ----------------------------------------------------------- email login */
  .email-box {
    padding: 1rem;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }
  .field-label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--gray);
  }
  .field {
    width: 100%;
    padding: 0.7rem 0.9rem;
    font-size: 1rem;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
  }
  .field:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px var(--brand-soft);
  }
  /* ---------------------------------------------------------------- buttons */
  /* auth-only button - kept off the fez `.btn` namespace to avoid its global rules */
  .auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.7rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
  }
  /* buttons sharing a .row split the width evenly */
  .row > .auth-btn {
    flex: 1;
  }
  .auth-btn-primary {
    color: #fff;
    background: var(--brand);
    box-shadow: 0 14px 30px -12px rgba(79, 70, 229, 0.5);
  }
  .auth-btn-primary:hover {
    color: #fff;
    background: var(--brand-dark);
  }
  .auth-btn-dark {
    color: #fff;
    background: var(--ink);
    box-shadow: 0 14px 30px -14px rgba(15, 23, 42, 0.55);
  }
  .auth-btn-dark:hover {
    color: #fff;
    background: var(--brand-dark);
  }
  .auth-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gray);
  }
  .auth-btn-link:hover {
    color: var(--ink-soft);
  }
  .form-hint {
    margin-top: 1rem;
    text-align: center;
  }
  /* ---------------------------------------------------------------- notices */
  .notice {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: #fff;
    font-size: 0.875rem;
  }
  .notice ui-icon {
    flex: none;
  }
  .notice-warn {
    color: var(--warn);
    background: var(--warn-soft);
    border-color: var(--warn-line);
  }
  .notice-ok {
    color: var(--ok);
    background: var(--ok-soft);
    border-color: var(--ok-line);
  }
  /* --------------------------------------------------- signed-in confirmation */
  .signed-in {
    text-align: center;
  }
  .signed-in-avatar {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    border-radius: var(--radius);
    object-fit: cover;
    border: 1px solid var(--line);
    background: var(--brand-soft);
  }
  /* -------------------------------------------------------- consent / generic */
  .auth-wrap {
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
    padding: 5rem 1rem;
  }
  .id-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }
  /* ---------------------------------------------- email sent swap animation */
  #mail_swap {
    display: grid;
  }
  #mail_swap > * {
    grid-area: 1/1;
    transition: opacity 0.3s ease;
  }
  #mail_swap .sent {
    opacity: 0;
    pointer-events: none;
  }
  #mail_swap.is-sent .email-login {
    opacity: 0;
    pointer-events: none;
  }
  #mail_swap.is-sent .sent {
    opacity: 1;
    pointer-events: auto;
  }
  /* Auth screen - typography. Headings, body text, links, code.
     Modifiers (.fat, .small, .gray ...) live in defaults.scss. */
  body {
    font-family: "Inter UI", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.55;
  }
  h1, h2, h3, h4 {
    margin: 0;
    color: var(--ink);
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.05rem;
  }
  /* heavier cut for a heading that needs more presence */
  h1.fat, h2.fat, h3.fat, h4.fat {
    font-weight: 700;
  }
  p {
    margin: 0;
    color: var(--ink-soft);
  }
  a {
    color: var(--brand);
    text-decoration: none;
  }
  a:hover {
    color: var(--brand-dark);
  }
  code {
    font-family: "SF Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.9em;
  }
}

/*# sourceMappingURL=auto-auth.css.map */
