
  .pilot-page.svelte-isj1e0 {
    background: var(--color-background);
    color: var(--color-text-primary);
    min-height: 80vh;
    padding: clamp(1rem, 4vw, 3rem);
  }

  .pilot-panel.svelte-isj1e0 {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1.25fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    width: min(1180px, 100%);
    margin: 0 auto;
    align-items: start;
  }

  .pilot-copy.svelte-isj1e0 {
    position: sticky;
    top: 5rem;
  }

  .pilot-copy.svelte-isj1e0 h1:where(.svelte-isj1e0) {
    font-size: clamp(3.25rem, 7vw, 6.5rem);
    line-height: 0.86;
    margin: 1rem 0 2rem;
    text-transform: uppercase;
  }

  .pilot-context.svelte-isj1e0 {
    display: grid;
    gap: 0;
    /* border-top: 1px solid color-mix(in srgb, var(--color-text-primary) 42%, transparent); */
  }

  .pilot-context.svelte-isj1e0 div:where(.svelte-isj1e0) {
    padding: 1rem 0;
    /* border-bottom: 1px solid color-mix(in srgb, var(--color-text-primary) 42%, transparent); */
  }

  .pilot-context.svelte-isj1e0 span:where(.svelte-isj1e0),
  label.svelte-isj1e0 {
    display: block;
    font-family: var(--font-mono);
    color: var(--color-accent);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .pilot-context.svelte-isj1e0 strong:where(.svelte-isj1e0) {
    display: block;
    margin-top: 0.35rem;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .pilot-intro.svelte-isj1e0 {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
    color: var(--color-text-secondary);
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .pilot-intro.svelte-isj1e0 p:where(.svelte-isj1e0) {
    margin: 0;
  }

  .pilot-form.svelte-isj1e0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    /* border-left: 3px solid var(--color-text-primary); */
    /* padding-left:2rem; */
  }

  .field.svelte-isj1e0 {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
  }

  .wide.svelte-isj1e0,
  .form-banner.svelte-isj1e0,
  .pilot-submit.svelte-isj1e0 {
    grid-column: span 2;
  }

  .spam-field.svelte-isj1e0 {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  input.svelte-isj1e0,
  select.svelte-isj1e0,
  textarea.svelte-isj1e0 {
    width: 100%;
    background: color-mix(in srgb, var(--color-background) 70%, transparent);
    border: 1px solid color-mix(in srgb, var(--color-text-primary) 42%, transparent);
    color: var(--color-text-primary);
    font-family: var(--font-mono);
    font-size: 0.9rem;
    padding: 0.85rem 0.9rem;
    outline: none;
  }

  textarea.svelte-isj1e0 {
    resize: vertical;
    min-height: 9rem;
    line-height: 1.5;
  }

  input.svelte-isj1e0:focus,
  select.svelte-isj1e0:focus,
  textarea.svelte-isj1e0:focus {
    border-color: var(--color-accent);
    background: var(--color-background);
  }

  .field.svelte-isj1e0 span:where(.svelte-isj1e0) {
    color: var(--color-danger);
    font-family: var(--font-mono);
    font-size: 0.78rem;
  }

  .form-banner.svelte-isj1e0 {
    border: 1px solid color-mix(in srgb, var(--color-text-primary) 42%, transparent);
    padding: 0.9rem 1rem;
    font-family: var(--font-mono);
    font-size: 0.86rem;
    font-weight: 700;
  }

  .form-banner.success.svelte-isj1e0 {
    background: color-mix(in srgb, var(--color-success) 18%, transparent);
  }

  .form-banner.error.svelte-isj1e0 {
    background: color-mix(in srgb, var(--color-danger) 14%, transparent);
  }

  .pilot-submit.svelte-isj1e0 {
    min-height: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border: none;
    background: var(--color-text-primary);
    color: var(--color-background);
    cursor: pointer;
    font-weight: 900;
    padding: 1.1rem 1.25rem;
    text-transform: uppercase;
  }

  .pilot-submit.svelte-isj1e0:hover:not(:disabled) {
    background: var(--color-accent);
  }

  .pilot-submit.svelte-isj1e0:disabled {
    opacity: 0.65;
    cursor: wait;
  }

  /* (empty) :global([data-theme="dark"]) .pilot-form {
    /* background: color-mix(in srgb, var(--color-surface) 88%, var(--color-accent)); *\/
  }*/

  [data-theme="dark"] input.svelte-isj1e0,
  [data-theme="dark"] select.svelte-isj1e0,
  [data-theme="dark"] textarea.svelte-isj1e0 {
    background: color-mix(in srgb, var(--color-surface) 82%, white);
    border-color: color-mix(in srgb, var(--color-text-primary) 50%, transparent);
  }

  [data-theme="dark"] .pilot-submit.svelte-isj1e0 {
    background: #f3f4f6;
    color: #111827;
  }

  [data-theme="dark"] .pilot-submit.svelte-isj1e0:hover:not(:disabled) {
    background: var(--color-accent);
    color: #ffffff;
  }

  @media (max-width: 820px) {
    .pilot-panel.svelte-isj1e0,
    .pilot-form.svelte-isj1e0 {
      grid-template-columns: 1fr;
    }

    .pilot-copy.svelte-isj1e0 {
      position: static;
    }

    .wide.svelte-isj1e0,
    .form-banner.svelte-isj1e0,
    .pilot-submit.svelte-isj1e0 {
      grid-column: span 1;
    }

    .pilot-form.svelte-isj1e0 {
      border-left: none;
      /* border-top: 3px solid var(--color-text-primary); */
    }
  }
