/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: var(--font-body);
    --font-mono: "Reddit Mono", "JetBrains Mono", "SF Mono", monospace;
    --color-white: #FFFFFF;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: clamp(1.25rem, 1.5vw, 1.5rem);
    --text-2xl: clamp(1.5rem, 2.5vw, 2rem);
    --text-3xl: clamp(2rem, 4vw, 3rem);
    --text-4xl: clamp(2.5rem, 6vw, 4.5rem);
    --text-5xl: clamp(3.5rem, 8vw, 6rem);
    --text-6xl: clamp(4.5rem, 12vw, 8rem);
    --tracking-tight: -0.02em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.1;
    --radius-sm: 4px;
    --radius-md: 8px;
    --shadow-md: 0 2px 8px rgba(0, 0, 0, 0.04);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-canvas: #FFFFFF;
    --color-substrate: #F7F6F3;
    --color-substrate-elevated: #EDECEB;
    --color-surface: #F9F9F8;
    --color-ink: #111111;
    --color-ink-dim: #787774;
    --color-ink-muted: #A19F9C;
    --color-border: #EAEAEA;
    --color-border-strong: #D4D3D1;
    --color-accent-red: #9F2F2D;
    --color-accent-red-bg: #FDEBEC;
    --color-accent-blue: #1F6C9F;
    --color-accent-blue-bg: #E1F3FE;
    --color-accent-green: #346538;
    --color-accent-green-bg: #EDF3EC;
    --color-accent-yellow: #956400;
    --color-accent-yellow-bg: #FBF3DB;
    --color-white-dark: #0A0A09;
    --color-ink-hover: #222222;
    --color-ink-hover-dark: #D9D8D7;
    --color-canvas-dark: #0A0A09;
    --color-substrate-dark: #1C1B1A;
    --color-substrate-elevated-dark: #262524;
    --color-surface-dark: #161514;
    --color-ink-dark: #EDECEB;
    --color-ink-dim-dark: #A19F9C;
    --color-border-dark: rgba(255, 255, 255, 0.08);
    --color-border-strong-dark: rgba(255, 255, 255, 0.12);
    --font-body: "Outfit", "SF Pro Display", "Helvetica Neue", system-ui, sans-serif;
    --font-heading: var(--font-body);
    --font-ui: "Reddit Mono", "JetBrains Mono", "SF Mono", monospace;
    --radius-full: 9999px;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v24/N6ckoAtY57HVbFcUiIqPUyA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206E, U+2070, U+2116, U+2126, U+212A, U+212B, U+212E, U+2150-218F, U+2190-24FF, U+2500-259F, U+25A0-25FF, U+2600-26FF, U+2700-27BF, U+FE00-FE0F, U+FF00-FFEF;
}
@font-face {
  font-family: "Reddit Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redditmono/v5/oPWL_kRmmu4oQ88oo13o49rMTDp_R2SX.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206E, U+2070, U+2116, U+2126, U+212A, U+212B, U+212E, U+2150-218F, U+2190-24FF, U+2500-259F, U+25A0-25FF, U+2600-26FF, U+2700-27BF, U+FE00-FE0F, U+FF00-FFEF;
}
.dark {
  --color-canvas: var(--color-canvas-dark);
  --color-substrate: var(--color-substrate-dark);
  --color-substrate-elevated: var(--color-substrate-elevated-dark);
  --color-surface: var(--color-surface-dark);
  --color-ink: var(--color-ink-dark);
  --color-ink-dim: var(--color-ink-dim-dark);
  --color-ink-muted: var(--color-ink-dim-dark);
  --color-border: var(--color-border-dark);
  --color-border-strong: var(--color-border-strong-dark);
  --color-white: var(--color-white-dark);
  --color-ink-hover: var(--color-ink-hover-dark);
}
html {
  background: var(--color-canvas);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-body);
  font-weight: 700;
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--color-ink);
  margin-top: 2em;
  margin-bottom: 0.5em;
}
h1 {
  font-size: var(--text-6xl);
}
h2 {
  font-size: var(--text-5xl);
}
h3 {
  font-size: var(--text-4xl);
}
h4 {
  font-size: var(--text-3xl);
}
h5 {
  font-size: var(--text-2xl);
}
h6 {
  font-size: var(--text-xl);
}
section > h1:first-child, section > h2:first-child, section > h3:first-child {
  margin-top: 0;
}
p, li, blockquote, span, a, input, textarea, select, button {
  font-family: var(--font-body);
  color: var(--color-ink);
}
label {
  font-family: var(--font-ui);
  color: var(--color-ink);
}
p {
  max-width: 65ch;
}
a {
  color: var(--color-ink);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--color-border-strong);
  transition: text-decoration-color 0.15s ease;
}
a:hover {
  text-decoration-color: var(--color-ink);
}
code, kbd, pre {
  font-family: var(--font-mono);
}
blockquote {
  border-left: 3px solid var(--color-border-strong);
  padding-left: 1rem;
  margin-left: 0;
  color: var(--color-ink-dim);
  font-style: italic;
}
ul, ol {
  padding-left: 1.5em;
}
li {
  margin-bottom: 0.25em;
}
li > ul, li > ol {
  margin-top: 0.25em;
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: var(--tracking-wider);
  padding: 0.625rem 1.5rem;
  background: var(--color-ink);
  color: var(--color-white);
  border: 1px solid var(--color-ink);
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.1s ease, border-color 0.15s ease;
  line-height: 1;
}
.btn:hover {
  background: var(--color-ink-hover);
  border-color: var(--color-ink-hover);
}
.btn:active {
  transform: scale(0.98);
}
.btn:disabled, .btn[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}
.btn-ghost {
  background: transparent;
  color: var(--color-ink);
  border-color: var(--color-border-strong);
}
.btn-ghost:hover {
  background: var(--color-ink);
  color: var(--color-white);
  border-color: var(--color-ink);
}
.btn-sm {
  padding: 0.375rem 1rem;
  font-size: 0.8rem;
}
.btn-lg {
  padding: 0.875rem 2rem;
  font-size: var(--text-base);
}
.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}
.card-hover {
  transition: box-shadow 0.2s ease;
}
.card-hover:hover {
  box-shadow: var(--shadow-md);
}
.bento-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.bento-span-2 {
  grid-column: span 2;
}
.bento-span-row-2 {
  grid-row: span 2;
}
@media (max-width: 640px) {
  .bento-span-2 {
    grid-column: span 1;
  }
}
.badge {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
  line-height: 1.4;
  background: var(--color-substrate-elevated);
  color: var(--color-ink-dim);
}
.badge-red {
  background: var(--color-accent-red-bg);
  color: var(--color-accent-red);
}
.badge-blue {
  background: var(--color-accent-blue-bg);
  color: var(--color-accent-blue);
}
.badge-green {
  background: var(--color-accent-green-bg);
  color: var(--color-accent-green);
}
.badge-yellow {
  background: var(--color-accent-yellow-bg);
  color: var(--color-accent-yellow);
}
.input, .textarea, .select {
  width: 100%;
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  color: var(--color-ink);
  background: var(--color-white);
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.75rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}
.input:hover, .textarea:hover, .select:hover {
  border-color: var(--color-ink);
}
.input:focus, .textarea:focus, .select:focus {
  border-color: var(--color-ink);
  box-shadow: 0 0 0 1px var(--color-ink);
}
.input::placeholder, .textarea::placeholder {
  color: var(--color-ink-muted);
}
.input-sm {
  padding: 0.375rem 0.625rem;
  font-size: 0.8rem;
}
.input-lg {
  padding: 0.75rem 1rem;
  font-size: var(--text-base);
}
.textarea {
  min-height: 100px;
  resize: vertical;
}
.select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23787774' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2.25rem;
}
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--text-sm);
}
.table th, .table td {
  text-align: left;
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid var(--color-border);
}
.table th {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  color: var(--color-ink-dim);
}
.table-striped tbody tr:nth-child(even) {
  background: var(--color-surface);
}
.table:hover tbody tr:not(:has(th)) {
  background: var(--color-substrate);
}
.alert {
  padding: 0.75rem 1rem;
  border-left: 3px solid;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: var(--text-sm);
  line-height: 1.5;
}
.alert-info {
  background: var(--color-accent-blue-bg);
  border-color: var(--color-accent-blue);
  color: var(--color-accent-blue);
}
.alert-warning {
  background: var(--color-accent-yellow-bg);
  border-color: var(--color-accent-yellow);
  color: var(--color-accent-yellow);
}
.alert-error {
  background: var(--color-accent-red-bg);
  border-color: var(--color-accent-red);
  color: var(--color-accent-red);
}
.alert-success {
  background: var(--color-accent-green-bg);
  border-color: var(--color-accent-green);
  color: var(--color-accent-green);
}
.code {
  font-family: var(--font-mono);
  font-size: 0.85em;
  background: var(--color-substrate);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 0.15em 0.4em;
  line-height: 1.5;
}
.code-block {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  background: var(--color-substrate);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  overflow-x: auto;
  line-height: 1.6;
  white-space: pre;
}
.nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--color-border);
  font-family: var(--font-ui);
  font-size: var(--text-sm);
}
.nav a {
  text-decoration: none;
  color: var(--color-ink-dim);
  font-weight: 500;
  transition: color 0.15s ease;
}
.nav a:hover {
  color: var(--color-ink);
}
.nav-brand {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  color: var(--color-ink);
  text-decoration: none;
  margin-right: auto;
}
.nav-brand:hover {
  color: var(--color-ink);
  text-decoration: none;
}
.divider {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: 2rem 0;
}
.divider-dashed {
  border-top: 1px dashed var(--color-border);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
