/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-fit {
    height: fit-content;
  }
  .min-h-0 {
    min-height: 0;
  }
  .min-h-24 {
    min-height: calc(var(--spacing) * 24);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .resize-y {
    resize: vertical;
  }
  .flex-col {
    flex-direction: column;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[var\(--line\)\] {
    border-color: var(--line);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-balance {
    text-wrap: balance;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-\[auto_minmax\(0\,1fr\)\] {
    @media (width >= 40rem) {
      grid-template-columns: auto minmax(0,1fr);
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-8 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:py-6 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .xl\:sticky {
    @media (width >= 80rem) {
      position: sticky;
    }
  }
  .xl\:top-6 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 6);
    }
  }
  .xl\:grid-cols-\[minmax\(0\,1fr\)_420px\] {
    @media (width >= 80rem) {
      grid-template-columns: minmax(0,1fr) 420px;
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
}
@layer base {
  :root {
    color-scheme: light;
    --page: #fbfaf8;
    --page-soft: #f5f2eb;
    --panel: #ffffff;
    --panel-strong: #faf8f5;
    --ink: #1a1917;
    --muted: #6b665c;
    --faint: #9c9487;
    --line: rgb(26 25 23 / 8%);
    --line-strong: rgb(26 25 23 / 14%);
    --accent: #25854b;
    --accent-hover: #1b6638;
    --accent-light: #e8f7ee;
    --accent-strong: #16532d;
    --green: #1b8555;
    --red: #bd3a2f;
    --red-light: #fdf1f0;
    --shadow: rgb(40 32 20 / 6%);
  }
  :root[data-theme="dark"] {
    color-scheme: dark;
    --page: #100f0d;
    --page-soft: #161513;
    --panel: #171613;
    --panel-strong: #1d1b18;
    --ink: #f2ede4;
    --muted: #a39c91;
    --faint: #756f64;
    --line: rgb(242 237 228 / 10%);
    --line-strong: rgb(242 237 228 / 18%);
    --accent: #2fb067;
    --accent-hover: #3cd07c;
    --accent-light: #152b1e;
    --accent-strong: #64df9e;
    --green: #2eb075;
    --red: #e04f43;
    --red-light: #2c1614;
    --shadow: rgb(0 0 0 / 25%);
  }
  html {
    background: var(--page);
    scroll-behavior: smooth;
  }
  body {
    min-width: 320px;
    background: var(--page);
    color: var(--ink);
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
    -webkit-tap-highlight-color: transparent;
  }
  button, input, textarea {
    font: inherit;
    touch-action: manipulation;
  }
  :focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
  }
  ::selection {
    background: var(--accent-light);
    color: var(--ink);
  }
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-track {
    background: var(--page);
  }
  ::-webkit-scrollbar-thumb {
    background: var(--line-strong);
    border-radius: 99px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--faint);
  }
}
@layer components {
  .shell {
    background: linear-gradient(115deg, rgb(255 255 255 / 35%), transparent 40%), linear-gradient(245deg, rgb(37 133 75 / 3%), transparent 35%);
  }
  :root[data-theme="dark"] .shell {
    background: linear-gradient(115deg, rgb(255 255 255 / 1%), transparent 35%), linear-gradient(245deg, rgb(47 176 103 / 2%), transparent 30%);
  }
  .skip {
    background: var(--accent);
    color: #ffffff;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    border-radius: var(--radius-md);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .skip:focus-visible {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip-path: none;
    white-space: normal;
    position: fixed;
    top: calc(var(--spacing) * 4);
    left: calc(var(--spacing) * 4);
    z-index: 50;
  }
  .masthead {
    border-bottom: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
    padding-top: calc(var(--spacing) * 3);
    padding-bottom: calc(var(--spacing) * 5);
    @media (width >= 40rem) {
      flex-direction: row;
    }
    @media (width >= 40rem) {
      align-items: flex-end;
    }
    @media (width >= 40rem) {
      justify-content: space-between;
    }
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 4);
    }
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .masthead-title {
    font-family: inherit;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  .panel {
    border: 1px solid var(--line);
    background: var(--panel);
    box-shadow: 0 4px 20px var(--shadow);
    border-radius: var(--radius-xl);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .panel-head {
    border-bottom: 1px solid var(--line);
    background: var(--panel-strong);
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 4);
  }
  .heading {
    color: var(--ink);
  }
  .heading-serif {
    font-family: inherit;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--ink);
  }
  .muted {
    color: var(--muted);
  }
  .eyebrow {
    color: var(--accent);
    letter-spacing: 0.12em;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
  }
  .button {
    border: 1px solid var(--line);
    background: var(--panel);
    color: var(--ink);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    height: calc(var(--spacing) * 10);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    -webkit-user-select: none;
    user-select: none;
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .button:hover:not(:disabled) {
    background: var(--panel-strong);
    border-color: var(--line-strong);
    transform: translateY(-1px);
  }
  .button:active:not(:disabled) {
    transform: scale(0.98) translateY(0);
  }
  .button[aria-busy="true"]::before {
    content: "";
    width: 0.95rem;
    height: 0.95rem;
    margin-right: 0.5rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 999px;
    animation: spin 0.65s linear infinite;
  }
  .button.small {
    height: calc(var(--spacing) * 8);
    border-radius: var(--radius-md);
    padding-inline: calc(var(--spacing) * 2.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .button.primary {
    border-color: var(--accent);
    background: var(--accent);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 133, 75, 0.15);
  }
  .button.primary:hover:not(:disabled) {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    box-shadow: 0 6px 16px rgba(37, 133, 75, 0.22);
  }
  :root[data-theme="dark"] .button.primary {
    color: #100f0d;
    box-shadow: none;
  }
  .button.ghost {
    border-color: transparent;
    background: transparent;
    color: var(--muted);
  }
  .button.ghost:hover:not(:disabled) {
    background: var(--panel-strong);
    color: var(--ink);
  }
  .button.danger {
    border-color: transparent;
    background: var(--red-light);
    color: var(--red);
  }
  .button.danger:hover:not(:disabled) {
    background: var(--red);
    color: #ffffff;
  }
  .field-label {
    display: grid;
    gap: calc(var(--spacing) * 1.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .field {
    font-family: inherit;
    border: 1px solid var(--line-strong);
    background: var(--panel);
    color: var(--ink);
    transition: all 0.2s ease;
    width: 100%;
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 3.5);
    padding-block: calc(var(--spacing) * 2.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-outline-style: none;
    outline-style: none;
    &::placeholder {
      color: #9e978c;
    }
  }
  :root[data-theme="dark"] .field {
    &::placeholder {
      color: #706a60;
    }
  }
  .field:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(37, 133, 75, 0.12);
  }
  .toggle {
    border: 1px solid var(--line);
    background: var(--panel-strong);
    border-radius: var(--radius-lg);
  }
  .toggle {
    transition: all 0.2s ease;
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    -webkit-user-select: none;
    user-select: none;
  }
  .toggle:hover {
    border-color: var(--line-strong);
    background: var(--panel);
  }
  .toggle:active {
    transform: scale(0.99);
  }
  .accent {
    accent-color: var(--accent);
  }
  .metric {
    border: 1px solid var(--line);
    background: var(--panel);
    display: grid;
    gap: var(--spacing);
    border-radius: var(--radius-xl);
    padding: calc(var(--spacing) * 4);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .metric:hover {
    border-color: var(--line-strong);
    box-shadow: 0 4px 16px var(--shadow);
  }
  .metric span {
    color: var(--faint);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
  }
  .metric strong {
    color: var(--ink);
    font-variant-numeric: tabular-nums;
    font-family: inherit;
    margin-top: var(--spacing);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .subscription-list {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
  }
  .subscription-card {
    border: 1px solid var(--line);
    background: var(--panel);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
    overflow: hidden;
    border-radius: var(--radius-xl);
    padding: calc(var(--spacing) * 5);
    @media (width >= 40rem) {
      flex-direction: row;
    }
    @media (width >= 40rem) {
      align-items: center;
    }
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .subscription-card:hover {
    border-color: var(--line-strong);
    box-shadow: 0 6px 20px var(--shadow);
    transform: translateY(-2px);
  }
  .subscription-info {
    min-width: 0;
    flex: 1;
  }
  .subscription-name {
    font-family: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--ink);
  }
  .subscription-url {
    color: var(--faint);
    margin-top: var(--spacing);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-mono);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .subscription-meta {
    margin-top: calc(var(--spacing) * 2.5);
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 2.5);
  }
  .meta-tag {
    border: 1px solid var(--line);
    background: var(--panel-strong);
    color: var(--muted);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0.25rem;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 0.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .node-count {
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  }
  .node-count::after {
    content: "›";
    margin-left: calc(var(--spacing) * 1.5);
  }
  .node-count:hover {
    border-color: var(--line-strong);
    background: var(--panel);
    color: var(--ink);
  }
  .source-links {
    border-top: 1px solid var(--line);
    margin-top: calc(var(--spacing) * 4);
    display: grid;
    gap: calc(var(--spacing) * 2);
    padding-top: calc(var(--spacing) * 3);
  }
  .source-link {
    background: var(--panel-strong);
    border: 1px solid var(--line);
    display: grid;
    min-width: 0;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-lg);
    padding: calc(var(--spacing) * 2);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    @media (width >= 40rem) {
      grid-template-columns: 4rem minmax(0,1fr) auto;
    }
  }
  .source-link span {
    color: var(--faint);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
  }
  .source-link code {
    color: var(--muted);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-mono);
  }
  .subscription-actions {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: calc(var(--spacing) * 2);
    align-self: flex-end;
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    padding-top: calc(var(--spacing) * 3);
    @media (width >= 40rem) {
      width: auto;
    }
    @media (width >= 40rem) {
      align-self: center;
    }
    @media (width >= 40rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
    @media (width >= 40rem) {
      padding-top: 0;
    }
  }
  .status-pill {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 1.5);
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: var(--spacing);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .status-container {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 2);
  }
  .status-pill.ready {
    border-color: transparent;
    background: var(--accent-light);
    color: var(--accent);
  }
  .status-pill.ready::before {
    content: "";
    height: calc(var(--spacing) * 1.5);
    width: calc(var(--spacing) * 1.5);
    border-radius: calc(infinity * 1px);
    background-color: var(--accent);
  }
  .status-pill.failed {
    border-color: transparent;
    background: var(--red-light);
    color: var(--red);
  }
  .status-pill.failed::before {
    content: "";
    height: calc(var(--spacing) * 1.5);
    width: calc(var(--spacing) * 1.5);
    border-radius: calc(infinity * 1px);
    background-color: var(--red);
  }
  .status-pill.disabled {
    border-color: var(--line);
    background: var(--panel-strong);
    color: var(--muted);
  }
  .status-pill.disabled::before {
    content: "";
    height: calc(var(--spacing) * 1.5);
    width: calc(var(--spacing) * 1.5);
    border-radius: calc(infinity * 1px);
    background-color: var(--faint);
  }
  .sync-error {
    border-left: 2px solid var(--red);
    background: var(--red-light);
    color: var(--red);
    margin-top: calc(var(--spacing) * 3);
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .form-error {
    border: 1px solid var(--red);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--red) 25%, transparent);
    }
    background: var(--red-light);
    color: var(--red);
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    &:focus-visible {
      outline-offset: 2px;
    }
    &:focus-visible {
      outline-color: var(--red);
    }
  }
  .save-rejected {
    animation: save-rejected 380ms cubic-bezier(0.36, 0.07, 0.19, 0.97);
    transform-origin: center;
  }
  .node-dialog {
    width: min(56rem, calc(100% - 2rem));
    max-height: min(82vh, 48rem);
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--line-strong);
    background: var(--panel);
    color: var(--ink);
    box-shadow: 0 28px 90px rgb(0 0 0 / 24%);
    border-radius: var(--radius-2xl);
  }
  .node-dialog::backdrop {
    background: rgb(12 11 9 / 55%);
    backdrop-filter: blur(4px);
  }
  .node-dialog[open] {
    animation: dialog-in 0.18s ease-out;
  }
  .node-dialog-head {
    border-bottom: 1px solid var(--line);
    background: var(--panel-strong);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(var(--spacing) * 4);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .node-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(var(--spacing) * 4);
    padding: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .node-panel {
    border: 1px solid var(--line);
    background: var(--panel-strong);
    min-width: 0;
    overflow: hidden;
    border-radius: var(--radius-xl);
  }
  .node-panel-head {
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 3);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .node-total {
    background: var(--panel);
    color: var(--muted);
    font-variant-numeric: tabular-nums;
    min-width: calc(var(--spacing) * 7);
    border-radius: calc(infinity * 1px);
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 0.5);
    text-align: center;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .node-panel.retained .node-total {
    background: var(--accent-light);
    color: var(--accent);
  }
  .node-panel.dropped .node-total {
    background: var(--red-light);
    color: var(--red);
  }
  .node-list {
    max-height: min(52vh, 30rem);
    display: grid;
    align-content: flex-start;
    gap: var(--spacing);
    overflow-y: auto;
    padding: calc(var(--spacing) * 2);
  }
  .node-entry {
    color: var(--muted);
    display: flex;
    min-width: 0;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .node-entry::before {
    content: "";
    flex: 0 0 auto;
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
    border-radius: calc(infinity * 1px);
  }
  .retained .node-entry::before {
    background: var(--accent);
  }
  .dropped .node-entry::before {
    background: var(--red);
  }
  .node-entry code {
    overflow-wrap: anywhere;
    min-width: 0;
  }
  .node-empty {
    color: var(--faint);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 8);
    text-align: center;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .empty-state {
    border: 1px dashed var(--line-strong);
    color: var(--muted);
    font-family: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-xl);
    padding: calc(var(--spacing) * 12);
    text-align: center;
  }
}
@media (max-width: 639px) {
  .masthead .button {
    flex: 1 1 0;
  }
  .panel {
    border-radius: 0.875rem;
  }
  .metric {
    min-height: 5.75rem;
    padding: 1rem;
  }
  .metric strong {
    font-size: 2rem;
    line-height: 1.05;
  }
  .subscription-card {
    padding: 1rem;
  }
  .node-dialog {
    width: calc(100% - 1rem);
    max-height: calc(100dvh - 1rem);
    overflow-y: auto;
    border-radius: var(--radius-xl);
  }
  .node-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .node-list {
    max-height: 13rem;
  }
  .subscription-info > .flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }
  .subscription-url {
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .source-link {
    grid-template-columns: 1fr auto;
  }
  .source-link code {
    grid-column: 1 / -1;
    grid-row: 2;
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .subscription-actions {
    justify-content: stretch;
  }
  .subscription-actions .button {
    flex: 1 1 0;
  }
  .editor-panel {
    position: static;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(0.5rem) scale(0.985);
  }
}
@keyframes save-rejected {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  18% {
    transform: translate3d(-5px, 1px, 0) rotate(-0.7deg);
  }
  36% {
    transform: translate3d(4px, -1px, 0) rotate(0.55deg);
  }
  54% {
    transform: translate3d(-3px, 1px, 0) rotate(-0.4deg);
  }
  72% {
    transform: translate3d(2px, -0.5px, 0) rotate(0.25deg);
  }
  86% {
    transform: translate3d(-1px, 0, 0) rotate(-0.1deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-leading: initial;
      --tw-outline-style: solid;
    }
  }
}
