/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@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;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-emerald-400: oklch(76.5% 0.177 163.223);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-teal-400: oklch(77.7% 0.152 181.912);
    --color-teal-500: oklch(70.4% 0.14 182.503);
    --color-cyan-400: oklch(78.9% 0.154 211.53);
    --color-cyan-500: oklch(71.5% 0.143 215.221);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-indigo-400: oklch(67.3% 0.182 276.935);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-rose-400: oklch(71.2% 0.194 13.428);
    --color-rose-500: oklch(64.5% 0.246 16.439);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .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;
    }
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-full {
    height: 100%;
  }
  .min-h-5 {
    min-height: calc(var(--spacing) * 5);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-full {
    width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[var\(--dm-border\)\] {
    border-color: var(--dm-border);
  }
  .bg-\[var\(--dm-accent\)\] {
    background-color: var(--dm-accent);
  }
  .bg-\[var\(--dm-border\)\] {
    background-color: var(--dm-border);
  }
  .bg-\[var\(--dm-surface\)\] {
    background-color: var(--dm-surface);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .font-mono {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[var\(--dm-text\)\] {
    color: var(--dm-text);
  }
  .text-\[var\(--dm-text-muted\)\] {
    color: var(--dm-text-muted);
  }
  .text-white {
    color: var(--color-white);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:bg-\[var\(--dm-surface\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--dm-surface);
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
}
@layer base {
  @import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:ital,wght@0,400;0,500;0,700;1,400&display=swap');
  *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  :root {
    --dm-black: #09090b;
    --dm-bg: #09090b;
    --dm-bg-subtle: #0c0c0f;
    --dm-surface: #111113;
    --dm-surface-hover: #161618;
    --dm-elevated: #1c1c1f;
    --dm-elevated-hover: #222225;
    --dm-panel: #18181b;
    --dm-border: #27272a;
    --dm-border-hover: #3f3f46;
    --dm-border-strong: #52525b;
    --dm-border-focus: #6366f1;
    --dm-border-width: 1.5px;
    --dm-border-width-heavy: 2px;
    --dm-text: #fafafa;
    --dm-text-secondary: #a1a1aa;
    --dm-text-muted: #71717a;
    --dm-text-dim: #3f3f46;
    --dm-accent: #6366f1;
    --dm-accent-hover: #818cf8;
    --dm-accent-active: #4f46e5;
    --dm-accent-muted: rgba(99,102,241,0.12);
    --dm-accent-glow: 0 0 20px rgba(99,102,241,0.15), 0 0 40px rgba(99,102,241,0.05);
    --dm-confirmed: #22c55e;
    --dm-confirmed-text: #4ade80;
    --dm-confirmed-muted: rgba(34,197,94,0.10);
    --dm-confirmed-border: rgba(34,197,94,0.3);
    --dm-confirmed-glow: 0 0 12px rgba(34,197,94,0.2), 0 0 30px rgba(34,197,94,0.08);
    --dm-inferred: #eab308;
    --dm-inferred-text: #facc15;
    --dm-inferred-muted: rgba(234,179,8,0.10);
    --dm-inferred-border: rgba(234,179,8,0.3);
    --dm-inferred-glow: 0 0 12px rgba(234,179,8,0.2), 0 0 30px rgba(234,179,8,0.08);
    --dm-uncertain: #f97316;
    --dm-uncertain-text: #fb923c;
    --dm-uncertain-muted: rgba(249,115,22,0.10);
    --dm-uncertain-border: rgba(249,115,22,0.3);
    --dm-uncertain-glow: 0 0 12px rgba(249,115,22,0.2), 0 0 30px rgba(249,115,22,0.08);
    --dm-unknown: #ef4444;
    --dm-unknown-text: #f87171;
    --dm-unknown-muted: rgba(239,68,68,0.10);
    --dm-unknown-border: rgba(239,68,68,0.3);
    --dm-unknown-glow: 0 0 12px rgba(239,68,68,0.2), 0 0 30px rgba(239,68,68,0.08);
    --dm-success: var(--dm-confirmed);
    --dm-warning: var(--dm-inferred);
    --dm-danger: var(--dm-unknown);
    --dm-info: var(--dm-accent);
    --dm-radius-sm: 4px;
    --dm-radius: 6px;
    --dm-radius-lg: 8px;
    --dm-radius-xl: 12px;
    --dm-radius-full: 9999px;
    --dm-shadow-xs: 0 1px 2px rgba(0,0,0,0.4);
    --dm-shadow-sm: 0 1px 3px rgba(0,0,0,0.4), 0 1px 2px rgba(0,0,0,0.3);
    --dm-shadow: 0 4px 6px rgba(0,0,0,0.35), 0 2px 4px rgba(0,0,0,0.25);
    --dm-shadow-lg: 0 10px 15px rgba(0,0,0,0.35), 0 4px 6px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.02);
    --dm-shadow-xl: 0 20px 25px rgba(0,0,0,0.35), 0 8px 10px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.03);
    --dm-shadow-brutal: 4px 4px 0 var(--dm-border);
    --dm-shadow-brutal-hover: 6px 6px 0 var(--dm-border-strong);
    --dm-shadow-brutal-accent: 4px 4px 0 var(--dm-accent);
    --dm-ring: 0 0 0 2px var(--dm-bg), 0 0 0 4px var(--dm-accent);
    --dm-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --dm-duration: 150ms;
    --dm-duration-slow: 300ms;
    --dm-transition: var(--dm-duration) var(--dm-ease);
    --dm-transition-slow: var(--dm-duration-slow) var(--dm-ease);
    --dm-font-display: 'Instrument Serif', Georgia, 'Times New Roman', serif;
    --dm-font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    --dm-font-mono: 'JetBrains Mono', 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;
    --dm-space-1: 4px;
    --dm-space-2: 8px;
    --dm-space-3: 12px;
    --dm-space-4: 16px;
    --dm-space-5: 20px;
    --dm-space-6: 24px;
    --dm-space-8: 32px;
    --dm-space-10: 40px;
    --dm-space-12: 48px;
    --dm-space-16: 64px;
    --dm-space-20: 80px;
    --dm-space-24: 96px;
    --dm-z-dropdown: 50;
    --dm-z-sticky: 100;
    --dm-z-modal: 200;
    --dm-z-toast: 300;
    --dm-z-tooltip: 400;
    --dm-z-grain: 9999;
  }
  html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
  }
  body {
    font-family: var(--dm-font-body);
    font-size: 14px;
    line-height: 1.6;
    color: var(--dm-text);
    background: var(--dm-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: var(--dm-z-grain);
  }
  ::selection {
    background: var(--dm-accent-muted);
    color: var(--dm-text);
  }
  .dm-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .dm-scrollbar::-webkit-scrollbar-track {
    background: transparent;
  }
  .dm-scrollbar::-webkit-scrollbar-thumb {
    background: var(--dm-border);
    border-radius: var(--dm-radius-full);
  }
  .dm-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--dm-border-hover);
  }
  .dm-focusable:focus-visible, .dm-focus-ring:focus-visible {
    outline: none;
    box-shadow: var(--dm-ring);
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
    .dm-fade-in {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
  }
  .dm-nav-dropdown {
    position: relative;
  }
  .dm-nav-dropdown:hover .dm-dropdown-menu {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
  .dm-display {
    font-family: var(--dm-font-display);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  .dm-display-italic {
    font-family: var(--dm-font-display);
    font-style: italic;
    font-weight: 400;
  }
  .dm-mono {
    font-family: var(--dm-font-mono);
    font-size: 0.9em;
    letter-spacing: -0.02em;
  }
  .dm-label {
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--dm-text-muted);
  }
  .dm-card-brutal {
    background: var(--dm-surface);
    border: 2px solid var(--dm-text);
    border-radius: var(--dm-radius);
    box-shadow: var(--dm-shadow-brutal);
    transition: all var(--dm-transition);
  }
  .dm-card-brutal:hover {
    box-shadow: 6px 6px 0 var(--dm-accent);
    border-color: var(--dm-accent);
    transform: translate(-2px, -2px);
  }
  .dm-state-confirmed {
    background: var(--dm-confirmed);
    color: #000;
    border: 2px solid var(--dm-confirmed);
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: var(--dm-radius);
  }
  .dm-state-inferred {
    background: var(--dm-inferred);
    color: #000;
    border: 2px solid var(--dm-inferred);
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: var(--dm-radius);
  }
  .dm-state-uncertain {
    background: var(--dm-uncertain);
    color: #000;
    border: 2px solid var(--dm-uncertain);
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: var(--dm-radius);
  }
  .dm-state-unknown {
    background: var(--dm-unknown);
    color: #fff;
    border: 2px solid var(--dm-unknown);
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: var(--dm-radius);
  }
  @keyframes dm-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes dm-fade-up {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes dm-fade-in-up {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes dm-scale-in {
    from {
      opacity: 0;
      transform: scale(0.96);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes dm-glow-pulse {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.6;
    }
  }
  @keyframes dm-shimmer {
    from {
      background-position: -200% 0;
    }
    to {
      background-position: 200% 0;
    }
  }
  @keyframes dm-stroke-fill {
    from {
      stroke-dashoffset: 283;
    }
  }
  @keyframes dm-slide-down {
    from {
      opacity: 0;
      transform: translateY(-4px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes dm-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes dm-pulse {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.4;
    }
  }
  @keyframes dm-toast-in {
    from {
      opacity: 0;
      transform: translateX(100%) scale(0.95);
    }
    to {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }
  @keyframes dm-toast-out {
    from {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    to {
      opacity: 0;
      transform: translateX(100%) scale(0.95);
    }
  }
  .dm-animate-in {
    animation: dm-fade-up var(--dm-duration-slow) var(--dm-ease) both;
  }
  .dm-animate-scale {
    animation: dm-scale-in var(--dm-duration-slow) var(--dm-ease) both;
  }
  .dm-animate-fade-in {
    animation: dm-fade-in var(--dm-duration) var(--dm-ease);
  }
  .animate-dm-fade-in {
    animation: dm-fade-in var(--dm-duration) var(--dm-ease);
  }
  .animate-dm-fade-in-up {
    animation: dm-fade-in-up var(--dm-duration-slow) var(--dm-ease);
  }
  .animate-dm-scale-in {
    animation: dm-scale-in var(--dm-duration) var(--dm-ease);
  }
  .animate-dm-pulse {
    animation: dm-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  .animate-dm-spin {
    animation: dm-spin 0.8s linear infinite;
  }
  .dm-skeleton {
    background: linear-gradient(90deg, var(--dm-panel) 25%, var(--dm-surface-hover) 50%, var(--dm-panel) 75%);
    background-size: 200% 100%;
    animation: dm-shimmer 1.5s ease-in-out infinite;
    border-radius: var(--dm-radius);
  }
  .dm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--dm-space-6);
  }
  .dm-container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 var(--dm-space-6);
  }
  .dm-section {
    padding: var(--dm-space-20) 0;
  }
  .dm-section-sm {
    padding: var(--dm-space-12) 0;
  }
  .dm-section-border {
    border-top: 1px solid var(--dm-border);
  }
  .dm-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 5.5rem 0 3rem;
  }
  .dm-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--dm-space-6);
  }
  .dm-grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--dm-space-6);
  }
  .dm-grid-4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--dm-space-6);
  }
  @media (min-width: 640px) {
    .dm-grid-4 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 768px) {
    .dm-grid-2 {
      grid-template-columns: repeat(2, 1fr);
    }
    .dm-grid-3 {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 1024px) {
    .dm-grid-4 {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .dm-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--dm-z-sticky);
    height: 64px;
    border-bottom: 1px solid transparent;
    transition: background var(--dm-duration-slow) var(--dm-ease), border-color var(--dm-duration-slow) var(--dm-ease), backdrop-filter var(--dm-duration-slow) var(--dm-ease);
  }
  .dm-nav-scrolled {
    background: rgba(9,9,11,0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom-color: var(--dm-border);
  }
  .dm-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--dm-space-6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .dm-nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
  }
  .dm-nav-brand-icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--dm-accent), var(--dm-accent-hover));
    border-radius: var(--dm-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--dm-font-mono);
    font-weight: 700;
    font-size: 13px;
    color: #fff;
  }
  .dm-nav-brand-text {
    font-family: var(--dm-font-mono);
    font-size: 15px;
    font-weight: 700;
    color: var(--dm-text);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .dm-nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .dm-nav-links a {
    font-family: var(--dm-font-body);
    font-size: 14px;
    font-weight: 500;
    color: var(--dm-text-secondary);
    text-decoration: none;
    transition: color var(--dm-transition);
  }
  .dm-nav-links a:hover, .dm-nav-links a.active {
    color: var(--dm-text);
  }
  .dm-nav-right {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .dm-nav-cta {
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 8px 20px;
    border-radius: var(--dm-radius);
    border: 1.5px solid var(--dm-accent);
    background: var(--dm-accent);
    color: #fff;
    text-decoration: none;
    transition: all var(--dm-transition);
    cursor: pointer;
  }
  .dm-nav-cta:hover {
    background: var(--dm-accent-hover);
    border-color: var(--dm-accent-hover);
    transform: translateY(-1px);
  }
  .dm-nav-mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--dm-text-secondary);
    cursor: pointer;
    padding: 4px;
  }
  .dm-nav-mobile {
    display: none;
    position: fixed;
    inset: 0;
    z-index: var(--dm-z-modal);
    background: var(--dm-bg);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .dm-nav-mobile.open {
    display: flex;
    animation: dm-fade-in var(--dm-duration-slow) var(--dm-ease);
  }
  .dm-nav-mobile a {
    font-family: var(--dm-font-body);
    font-size: 20px;
    color: var(--dm-text-secondary);
    text-decoration: none;
    transition: color var(--dm-transition);
  }
  .dm-nav-mobile a:hover {
    color: var(--dm-text);
  }
  .dm-nav-mobile .dm-nav-cta {
    font-size: 13px;
    padding: 12px 32px;
  }
  @media (max-width: 768px) {
    .dm-nav-links, .dm-nav-right {
      display: none;
    }
    .dm-nav-mobile-toggle {
      display: block;
    }
  }
  .dm-footer {
    border-top: 1px solid var(--dm-border);
    padding-top: var(--dm-space-16);
    padding-bottom: var(--dm-space-8);
  }
  .dm-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--dm-space-6);
  }
  .dm-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--dm-space-10);
  }
  @media (min-width: 768px) {
    .dm-footer-grid {
      grid-template-columns: 2fr 1fr 1fr 1fr;
    }
  }
  .dm-footer-brand p {
    font-size: 13px;
    color: var(--dm-text-muted);
    margin-top: var(--dm-space-3);
    max-width: 300px;
    line-height: 1.6;
  }
  .dm-footer-heading {
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--dm-text-muted);
    margin-bottom: var(--dm-space-4);
  }
  .dm-footer-link {
    display: block;
    font-size: 14px;
    color: var(--dm-text-secondary);
    text-decoration: none;
    margin-bottom: var(--dm-space-2);
    transition: color var(--dm-transition);
  }
  .dm-footer-link:hover {
    color: var(--dm-text);
  }
  .dm-footer-social {
    display: flex;
    gap: var(--dm-space-4);
    margin-top: var(--dm-space-4);
  }
  .dm-footer-social a {
    color: var(--dm-text-muted);
    transition: color var(--dm-transition);
  }
  .dm-footer-social a:hover {
    color: var(--dm-text);
  }
  .dm-footer-social svg {
    width: 20px;
    height: 20px;
  }
  .dm-footer-trust {
    text-align: center;
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--dm-text-dim);
    padding: var(--dm-space-8) 0 var(--dm-space-4);
  }
  .dm-footer-bottom {
    border-top: 1px solid var(--dm-border);
    margin-top: var(--dm-space-8);
    padding-top: var(--dm-space-6);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--dm-space-4);
    font-family: var(--dm-font-mono);
    font-size: 11px;
    color: var(--dm-text-dim);
  }
  .dm-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--dm-font-mono);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.875rem 2rem;
    border-radius: var(--dm-radius);
    border: 2px solid;
    text-decoration: none;
    transition: all 0.2s var(--dm-ease);
    cursor: pointer;
  }
  .dm-btn-primary {
    background: var(--dm-accent);
    border-color: var(--dm-accent);
    color: #fff;
  }
  .dm-btn-primary:hover {
    background: var(--dm-accent-hover);
    border-color: var(--dm-accent-hover);
    transform: translateY(-2px);
  }
  .dm-btn-secondary {
    background: transparent;
    border-color: var(--dm-border);
    color: var(--dm-text);
  }
  .dm-btn-secondary:hover {
    border-color: var(--dm-text-secondary);
    background: rgba(255,255,255,0.03);
  }
  .dm-btn-ghost {
    background: transparent;
    border-color: transparent;
    color: var(--dm-text-secondary);
    padding: 0.5rem 1rem;
  }
  .dm-btn-ghost:hover {
    color: var(--dm-text);
  }
  .dm-btn-danger {
    background: var(--dm-unknown-muted);
    color: var(--dm-unknown-text);
    border-color: var(--dm-unknown-border);
  }
  .dm-btn-danger:hover {
    background: var(--dm-unknown);
    color: #fff;
    border-color: var(--dm-unknown);
  }
  .dm-btn-sm {
    font-size: 11px;
    padding: 0.5rem 1.25rem;
  }
  .dm-btn-lg {
    font-size: 1rem;
    padding: 1.1rem 2.5rem;
  }
  .dm-btn-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
  }
  .dm-btn-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: dm-spin 0.8s linear infinite;
    flex-shrink: 0;
  }
  .dm-card {
    background: var(--dm-surface);
    border: 1.5px solid var(--dm-border);
    border-radius: var(--dm-radius-lg);
    padding: var(--dm-space-6);
    transition: all 0.2s var(--dm-ease);
  }
  .dm-card:hover {
    border-color: var(--dm-border-hover);
    transform: translateY(-2px);
    box-shadow: var(--dm-shadow);
  }
  .dm-card-accent {
    border-left: 3px solid var(--card-accent, var(--dm-accent));
  }
  .dm-card-glow:hover {
    box-shadow: 0 0 30px var(--card-glow, rgba(99,102,241,0.12));
  }
  .dm-prose {
    font-family: var(--dm-font-body);
    font-size: 16px;
    line-height: 1.8;
    color: var(--dm-text-secondary);
    max-width: 720px;
    margin: 0 auto;
  }
  .dm-prose h2 {
    font-family: var(--dm-font-display);
    font-size: 1.75rem;
    color: var(--dm-text);
    margin-top: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .dm-prose h3 {
    font-family: var(--dm-font-mono);
    font-size: 14px;
    font-weight: 600;
    color: var(--dm-text);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
  }
  .dm-prose p {
    margin-bottom: 1.5rem;
  }
  .dm-prose blockquote {
    border-left: 3px solid var(--dm-accent);
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: var(--dm-text-muted);
  }
  .dm-prose strong {
    color: var(--dm-text);
    font-weight: 600;
  }
  .dm-prose a {
    color: var(--dm-accent-hover);
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color var(--dm-transition);
  }
  .dm-prose a:hover {
    color: var(--dm-text);
  }
  .dm-prose hr {
    border: none;
    border-top: 1px solid var(--dm-border);
    margin: 3rem 0;
  }
  .dm-fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .dm-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .dm-stagger-1 {
    transition-delay: 100ms;
  }
  .dm-stagger-2 {
    transition-delay: 200ms;
  }
  .dm-stagger-3 {
    transition-delay: 300ms;
  }
  .dm-stagger-4 {
    transition-delay: 400ms;
  }
  .dm-flex {
    display: flex;
  }
  .dm-flex-col {
    display: flex;
    flex-direction: column;
  }
  .dm-flex-wrap {
    flex-wrap: wrap;
  }
  .dm-flex-1 {
    flex: 1;
  }
  .dm-inline-flex {
    display: inline-flex;
  }
  .dm-items-center {
    align-items: center;
  }
  .dm-items-start {
    align-items: flex-start;
  }
  .dm-items-end {
    align-items: flex-end;
  }
  .dm-items-stretch {
    align-items: stretch;
  }
  .dm-justify-center {
    justify-content: center;
  }
  .dm-justify-between {
    justify-content: space-between;
  }
  .dm-justify-end {
    justify-content: flex-end;
  }
  .dm-justify-start {
    justify-content: flex-start;
  }
  .dm-gap-1 {
    gap: var(--dm-space-1);
  }
  .dm-gap-2 {
    gap: var(--dm-space-2);
  }
  .dm-gap-3 {
    gap: var(--dm-space-3);
  }
  .dm-gap-4 {
    gap: var(--dm-space-4);
  }
  .dm-gap-5 {
    gap: var(--dm-space-5);
  }
  .dm-gap-6 {
    gap: var(--dm-space-6);
  }
  .dm-gap-8 {
    gap: var(--dm-space-8);
  }
  .dm-gap-10 {
    gap: var(--dm-space-10);
  }
  .dm-gap-12 {
    gap: var(--dm-space-12);
  }
  .dm-shrink-0 {
    flex-shrink: 0;
  }
  .dm-grow {
    flex-grow: 1;
  }
  .dm-grid {
    display: grid;
  }
  .dm-relative {
    position: relative;
  }
  .dm-absolute {
    position: absolute;
  }
  .dm-fixed {
    position: fixed;
  }
  .dm-sticky {
    position: sticky;
  }
  .dm-inset-0 {
    inset: 0;
  }
  .dm-top-0 {
    top: 0;
  }
  .dm-left-0 {
    left: 0;
  }
  .dm-right-0 {
    right: 0;
  }
  .dm-bottom-0 {
    bottom: 0;
  }
  .dm-overflow-hidden {
    overflow: hidden;
  }
  .dm-overflow-auto {
    overflow: auto;
  }
  .dm-overflow-y-auto {
    overflow-y: auto;
  }
  .dm-hidden {
    display: none;
  }
  .dm-block {
    display: block;
  }
  .dm-w-full {
    width: 100%;
  }
  .dm-h-full {
    height: 100%;
  }
  .dm-min-h-screen {
    min-height: 100vh;
  }
  .dm-max-w-sm {
    max-width: 24rem;
  }
  .dm-max-w-md {
    max-width: 28rem;
  }
  .dm-max-w-lg {
    max-width: 32rem;
  }
  .dm-max-w-xl {
    max-width: 36rem;
  }
  .dm-max-w-2xl {
    max-width: 42rem;
  }
  .dm-max-w-4xl {
    max-width: 56rem;
  }
  .dm-p-0 {
    padding: 0;
  }
  .dm-p-1 {
    padding: var(--dm-space-1);
  }
  .dm-p-2 {
    padding: var(--dm-space-2);
  }
  .dm-p-3 {
    padding: var(--dm-space-3);
  }
  .dm-p-4 {
    padding: var(--dm-space-4);
  }
  .dm-p-5 {
    padding: var(--dm-space-5);
  }
  .dm-p-6 {
    padding: var(--dm-space-6);
  }
  .dm-p-8 {
    padding: var(--dm-space-8);
  }
  .dm-px-1 {
    padding-left: var(--dm-space-1);
    padding-right: var(--dm-space-1);
  }
  .dm-px-2 {
    padding-left: var(--dm-space-2);
    padding-right: var(--dm-space-2);
  }
  .dm-px-3 {
    padding-left: var(--dm-space-3);
    padding-right: var(--dm-space-3);
  }
  .dm-px-4 {
    padding-left: var(--dm-space-4);
    padding-right: var(--dm-space-4);
  }
  .dm-px-5 {
    padding-left: var(--dm-space-5);
    padding-right: var(--dm-space-5);
  }
  .dm-px-6 {
    padding-left: var(--dm-space-6);
    padding-right: var(--dm-space-6);
  }
  .dm-px-8 {
    padding-left: var(--dm-space-8);
    padding-right: var(--dm-space-8);
  }
  .dm-py-1 {
    padding-top: var(--dm-space-1);
    padding-bottom: var(--dm-space-1);
  }
  .dm-py-2 {
    padding-top: var(--dm-space-2);
    padding-bottom: var(--dm-space-2);
  }
  .dm-py-3 {
    padding-top: var(--dm-space-3);
    padding-bottom: var(--dm-space-3);
  }
  .dm-py-4 {
    padding-top: var(--dm-space-4);
    padding-bottom: var(--dm-space-4);
  }
  .dm-py-5 {
    padding-top: var(--dm-space-5);
    padding-bottom: var(--dm-space-5);
  }
  .dm-py-6 {
    padding-top: var(--dm-space-6);
    padding-bottom: var(--dm-space-6);
  }
  .dm-py-8 {
    padding-top: var(--dm-space-8);
    padding-bottom: var(--dm-space-8);
  }
  .dm-m-0 {
    margin: 0;
  }
  .dm-m-auto {
    margin: auto;
  }
  .dm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .dm-mt-1 {
    margin-top: var(--dm-space-1);
  }
  .dm-mt-2 {
    margin-top: var(--dm-space-2);
  }
  .dm-mt-3 {
    margin-top: var(--dm-space-3);
  }
  .dm-mt-4 {
    margin-top: var(--dm-space-4);
  }
  .dm-mt-6 {
    margin-top: var(--dm-space-6);
  }
  .dm-mt-8 {
    margin-top: var(--dm-space-8);
  }
  .dm-mb-1 {
    margin-bottom: var(--dm-space-1);
  }
  .dm-mb-2 {
    margin-bottom: var(--dm-space-2);
  }
  .dm-mb-3 {
    margin-bottom: var(--dm-space-3);
  }
  .dm-mb-4 {
    margin-bottom: var(--dm-space-4);
  }
  .dm-mb-6 {
    margin-bottom: var(--dm-space-6);
  }
  .dm-mb-8 {
    margin-bottom: var(--dm-space-8);
  }
  .dm-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .dm-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .dm-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .dm-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .dm-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .dm-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .dm-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .dm-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .dm-font-normal {
    font-weight: 400;
  }
  .dm-font-medium {
    font-weight: 500;
  }
  .dm-font-semibold {
    font-weight: 600;
  }
  .dm-font-bold {
    font-weight: 700;
  }
  .dm-font-sans {
    font-family: var(--dm-font-body);
  }
  .dm-font-serif {
    font-family: var(--dm-font-display);
  }
  .dm-italic {
    font-style: italic;
  }
  .dm-uppercase {
    text-transform: uppercase;
  }
  .dm-lowercase {
    text-transform: lowercase;
  }
  .dm-tracking-tight {
    letter-spacing: -0.02em;
  }
  .dm-tracking-wide {
    letter-spacing: 0.04em;
  }
  .dm-tracking-wider {
    letter-spacing: 0.06em;
  }
  .dm-tracking-widest {
    letter-spacing: 0.1em;
  }
  .dm-leading-tight {
    line-height: 1.1;
  }
  .dm-leading-snug {
    line-height: 1.25;
  }
  .dm-leading-normal {
    line-height: 1.5;
  }
  .dm-leading-relaxed {
    line-height: 1.7;
  }
  .dm-leading-loose {
    line-height: 1.8;
  }
  .dm-text-center {
    text-align: center;
  }
  .dm-text-left {
    text-align: left;
  }
  .dm-text-right {
    text-align: right;
  }
  .dm-no-underline {
    text-decoration: none;
  }
  .dm-underline {
    text-decoration: underline;
  }
  .dm-bg {
    background: var(--dm-bg);
  }
  .dm-bg-surface {
    background: var(--dm-surface);
  }
  .dm-bg-surface-hover {
    background: var(--dm-surface-hover);
  }
  .dm-bg-elevated {
    background: var(--dm-elevated);
  }
  .dm-bg-panel {
    background: var(--dm-panel);
  }
  .dm-bg-accent {
    background: var(--dm-accent);
  }
  .dm-bg-accent-muted {
    background: var(--dm-accent-muted);
  }
  .dm-bg-transparent {
    background: transparent;
  }
  .dm-text-primary {
    color: var(--dm-text);
  }
  .dm-text-secondary {
    color: var(--dm-text-secondary);
  }
  .dm-text-muted {
    color: var(--dm-text-muted);
  }
  .dm-text-dim {
    color: var(--dm-text-dim);
  }
  .dm-text-accent {
    color: var(--dm-accent);
  }
  .dm-text-accent-hover {
    color: var(--dm-accent-hover);
  }
  .dm-text-white {
    color: #fff;
  }
  .dm-text-confirmed {
    color: var(--dm-confirmed-text);
  }
  .dm-text-inferred {
    color: var(--dm-inferred-text);
  }
  .dm-text-uncertain {
    color: var(--dm-uncertain-text);
  }
  .dm-text-unknown {
    color: var(--dm-unknown-text);
  }
  .dm-border {
    border: var(--dm-border-width) solid var(--dm-border);
  }
  .dm-border-2 {
    border: 2px solid var(--dm-border);
  }
  .dm-border-accent {
    border-color: var(--dm-accent);
  }
  .dm-border-hover {
    border-color: var(--dm-border-hover);
  }
  .dm-border-strong {
    border-color: var(--dm-border-strong);
  }
  .dm-border-transparent {
    border-color: transparent;
  }
  .dm-border-t {
    border-top: 1px solid var(--dm-border);
  }
  .dm-border-b {
    border-bottom: 1px solid var(--dm-border);
  }
  .dm-border-l {
    border-left: 1px solid var(--dm-border);
  }
  .dm-border-r {
    border-right: 1px solid var(--dm-border);
  }
  .dm-border-none {
    border: none;
  }
  .dm-rounded {
    border-radius: var(--dm-radius);
  }
  .dm-rounded-sm {
    border-radius: var(--dm-radius-sm);
  }
  .dm-rounded-lg {
    border-radius: var(--dm-radius-lg);
  }
  .dm-rounded-xl {
    border-radius: var(--dm-radius-xl);
  }
  .dm-rounded-full {
    border-radius: var(--dm-radius-full);
  }
  .dm-cursor-pointer {
    cursor: pointer;
  }
  .dm-cursor-default {
    cursor: default;
  }
  .dm-cursor-not-allowed {
    cursor: not-allowed;
  }
  .dm-select-none {
    user-select: none;
    -webkit-user-select: none;
  }
  .dm-pointer-events-none {
    pointer-events: none;
  }
  .dm-opacity-0 {
    opacity: 0;
  }
  .dm-opacity-40 {
    opacity: 0.4;
  }
  .dm-opacity-60 {
    opacity: 0.6;
  }
  .dm-opacity-100 {
    opacity: 1;
  }
  .dm-transition {
    transition: all var(--dm-transition);
  }
  .dm-transition-colors {
    transition: color var(--dm-transition), background-color var(--dm-transition), border-color var(--dm-transition);
  }
  .dm-transition-slow {
    transition: all var(--dm-transition-slow);
  }
  .dm-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  .dm-shadow-xs {
    box-shadow: var(--dm-shadow-xs);
  }
  .dm-shadow-sm {
    box-shadow: var(--dm-shadow-sm);
  }
  .dm-shadow {
    box-shadow: var(--dm-shadow);
  }
  .dm-shadow-lg {
    box-shadow: var(--dm-shadow-lg);
  }
  .dm-shadow-xl {
    box-shadow: var(--dm-shadow-xl);
  }
  .dm-shadow-none {
    box-shadow: none;
  }
  .dm-shadow-inset-light {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .dm-input-wrapper {
    position: relative;
  }
  .dm-input-label {
    display: block;
    font-family: var(--dm-font-mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--dm-text-secondary);
    margin-bottom: var(--dm-space-2);
    letter-spacing: 0.02em;
  }
  .dm-input {
    width: 100%;
    background: var(--dm-bg);
    border: var(--dm-border-width) solid var(--dm-border);
    border-radius: var(--dm-radius);
    padding: 10px 14px;
    font-family: var(--dm-font-mono);
    font-size: 13px;
    color: var(--dm-text);
    outline: none;
    transition: border-color var(--dm-transition), box-shadow var(--dm-transition);
  }
  .dm-input::placeholder {
    color: var(--dm-text-dim);
  }
  .dm-input:focus {
    border-color: var(--dm-accent);
    box-shadow: 0 0 0 2px var(--dm-bg), 0 0 0 4px var(--dm-accent);
  }
  .dm-input-error {
    border-color: var(--dm-unknown) !important;
  }
  .dm-input-error:focus {
    box-shadow: 0 0 0 2px var(--dm-bg), 0 0 0 4px var(--dm-unknown);
  }
  .dm-input-error-text {
    font-size: 12px;
    color: var(--dm-unknown-text);
    margin-top: var(--dm-space-1);
    display: flex;
    align-items: center;
    gap: var(--dm-space-1);
  }
  .dm-input-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: var(--dm-panel);
  }
  .dm-input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--dm-text-muted);
    pointer-events: none;
  }
  .dm-input-icon-left {
    left: 12px;
  }
  .dm-input-icon-right {
    right: 12px;
  }
  .dm-input-with-icon-left {
    padding-left: 36px;
  }
  .dm-input-with-icon-right {
    padding-right: 36px;
  }
  .dm-textarea {
    width: 100%;
    background: var(--dm-bg);
    border: var(--dm-border-width) solid var(--dm-border);
    border-radius: var(--dm-radius);
    padding: 10px 14px;
    font-family: var(--dm-font-mono);
    font-size: 13px;
    color: var(--dm-text);
    outline: none;
    resize: vertical;
    min-height: 80px;
    transition: border-color var(--dm-transition);
  }
  .dm-textarea:focus {
    border-color: var(--dm-accent);
  }
  .dm-textarea-counter {
    font-family: var(--dm-font-mono);
    font-size: 11px;
    color: var(--dm-text-muted);
    text-align: right;
    margin-top: var(--dm-space-1);
  }
  .dm-checkbox {
    display: flex;
    align-items: flex-start;
    gap: var(--dm-space-3);
    cursor: pointer;
  }
  .dm-checkbox-box {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border: 2px solid var(--dm-border);
    border-radius: var(--dm-radius-sm);
    background: var(--dm-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--dm-transition);
  }
  .dm-checkbox-checked .dm-checkbox-box {
    background: var(--dm-accent);
    border-color: var(--dm-accent);
  }
  .dm-checkbox-label {
    font-size: 14px;
    color: var(--dm-text);
    line-height: 1.4;
  }
  .dm-checkbox-desc {
    font-size: 12px;
    color: var(--dm-text-muted);
    margin-top: 2px;
  }
  .dm-checkbox-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .dm-radio {
    display: flex;
    align-items: center;
    gap: var(--dm-space-3);
    cursor: pointer;
  }
  .dm-radio-circle {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border: 2px solid var(--dm-border);
    border-radius: var(--dm-radius-full);
    background: var(--dm-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--dm-transition);
  }
  .dm-radio-selected .dm-radio-circle {
    border-color: var(--dm-accent);
  }
  .dm-radio-dot {
    width: 8px;
    height: 8px;
    border-radius: var(--dm-radius-full);
    background: var(--dm-accent);
    transform: scale(0);
    transition: transform var(--dm-transition);
  }
  .dm-radio-selected .dm-radio-dot {
    transform: scale(1);
  }
  .dm-switch {
    display: flex;
    align-items: center;
    gap: var(--dm-space-3);
    cursor: pointer;
  }
  .dm-switch-track {
    position: relative;
    border-radius: var(--dm-radius-full);
    background: var(--dm-border);
    transition: background var(--dm-transition);
  }
  .dm-switch-track-sm {
    width: 32px;
    height: 18px;
  }
  .dm-switch-track-md {
    width: 40px;
    height: 22px;
  }
  .dm-switch-track-lg {
    width: 48px;
    height: 26px;
  }
  .dm-switch-checked .dm-switch-track {
    background: var(--dm-accent);
  }
  .dm-switch-thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    background: var(--dm-text);
    border-radius: var(--dm-radius-full);
    transition: transform var(--dm-transition);
  }
  .dm-switch-thumb-sm {
    width: 14px;
    height: 14px;
  }
  .dm-switch-thumb-md {
    width: 18px;
    height: 18px;
  }
  .dm-switch-thumb-lg {
    width: 22px;
    height: 22px;
  }
  .dm-switch-checked .dm-switch-thumb-sm {
    transform: translateX(14px);
  }
  .dm-switch-checked .dm-switch-thumb-md {
    transform: translateX(18px);
  }
  .dm-switch-checked .dm-switch-thumb-lg {
    transform: translateX(22px);
  }
  .dm-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--dm-bg);
    border: var(--dm-border-width) solid var(--dm-border);
    border-radius: var(--dm-radius);
    padding: 10px 14px;
    font-family: var(--dm-font-mono);
    font-size: 13px;
    color: var(--dm-text);
    cursor: pointer;
    transition: border-color var(--dm-transition);
  }
  .dm-select-trigger:hover {
    border-color: var(--dm-border-hover);
  }
  .dm-select-trigger:focus {
    border-color: var(--dm-accent);
    outline: none;
  }
  .dm-select-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: var(--dm-surface);
    border: var(--dm-border-width) solid var(--dm-border);
    border-radius: var(--dm-radius);
    padding: var(--dm-space-1);
    z-index: var(--dm-z-dropdown);
    box-shadow: var(--dm-shadow-lg);
    animation: dm-slide-down var(--dm-duration) var(--dm-ease);
    max-height: 240px;
    overflow-y: auto;
  }
  .dm-select-option {
    padding: 8px 12px;
    font-size: 13px;
    color: var(--dm-text-secondary);
    border-radius: var(--dm-radius-sm);
    cursor: pointer;
    transition: all var(--dm-transition);
  }
  .dm-select-option:hover {
    background: var(--dm-surface-hover);
    color: var(--dm-text);
  }
  .dm-select-option-active {
    background: var(--dm-accent-muted);
    color: var(--dm-text);
  }
  .dm-dropdown {
    position: relative;
    display: inline-block;
  }
  .dm-dropdown-trigger {
    cursor: pointer;
  }
  .dm-dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    background: var(--dm-surface);
    border: var(--dm-border-width) solid var(--dm-border);
    border-radius: var(--dm-radius-lg);
    padding: var(--dm-space-1);
    z-index: var(--dm-z-dropdown);
    box-shadow: var(--dm-shadow-lg);
    min-width: 180px;
    animation: dm-slide-down var(--dm-duration) var(--dm-ease);
  }
  .dm-dropdown-item {
    display: flex;
    align-items: center;
    gap: var(--dm-space-2);
    padding: 8px 12px;
    font-size: 13px;
    color: var(--dm-text-secondary);
    border-radius: var(--dm-radius-sm);
    cursor: pointer;
    transition: all var(--dm-transition);
    width: 100%;
    border: none;
    background: none;
    text-align: left;
  }
  .dm-dropdown-item:hover {
    background: var(--dm-surface-hover);
    color: var(--dm-text);
  }
  .dm-dropdown-item-danger {
    color: var(--dm-unknown-text);
  }
  .dm-dropdown-item-danger:hover {
    background: var(--dm-unknown-muted);
  }
  .dm-dropdown-item-disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .dm-dropdown-separator {
    height: 1px;
    background: var(--dm-border);
    margin: var(--dm-space-1) 0;
  }
  .dm-dropdown-label {
    padding: 6px 12px;
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 500;
    color: var(--dm-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .dm-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: var(--dm-z-modal);
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: dm-fade-in var(--dm-duration) var(--dm-ease);
  }
  .dm-modal {
    background: var(--dm-surface);
    border: var(--dm-border-width) solid var(--dm-border);
    border-radius: var(--dm-radius-xl);
    padding: var(--dm-space-6);
    box-shadow: var(--dm-shadow-xl);
    animation: dm-scale-in var(--dm-duration-slow) var(--dm-ease);
    width: 100%;
  }
  .dm-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--dm-space-4);
  }
  .dm-modal-title {
    font-family: var(--dm-font-mono);
    font-size: 16px;
    font-weight: 600;
    color: var(--dm-text);
  }
  .dm-modal-close {
    background: none;
    border: none;
    color: var(--dm-text-muted);
    cursor: pointer;
    padding: var(--dm-space-1);
    border-radius: var(--dm-radius);
    transition: all var(--dm-transition);
  }
  .dm-modal-close:hover {
    color: var(--dm-text);
    background: var(--dm-surface-hover);
  }
  .dm-sheet-backdrop {
    position: fixed;
    inset: 0;
    z-index: var(--dm-z-modal);
    background: rgba(0,0,0,0.5);
    animation: dm-fade-in var(--dm-duration) var(--dm-ease);
  }
  .dm-sheet {
    position: fixed;
    z-index: calc(var(--dm-z-modal) + 1);
    background: var(--dm-surface);
    border: var(--dm-border-width) solid var(--dm-border);
    box-shadow: var(--dm-shadow-xl);
    overflow-y: auto;
  }
  .dm-sheet-right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    max-width: 90vw;
    animation: dm-slide-from-right var(--dm-duration-slow) var(--dm-ease);
  }
  .dm-sheet-left {
    top: 0;
    left: 0;
    bottom: 0;
    width: 400px;
    max-width: 90vw;
    animation: dm-slide-from-left var(--dm-duration-slow) var(--dm-ease);
  }
  .dm-sheet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--dm-space-6);
    border-bottom: 1px solid var(--dm-border);
  }
  .dm-sheet-body {
    padding: var(--dm-space-6);
  }
  @keyframes dm-slide-from-right {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes dm-slide-from-left {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .dm-tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid var(--dm-border);
    position: relative;
  }
  .dm-tab {
    padding: var(--dm-space-3) var(--dm-space-4);
    font-family: var(--dm-font-mono);
    font-size: 13px;
    font-weight: 500;
    color: var(--dm-text-muted);
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    transition: color var(--dm-transition);
    white-space: nowrap;
  }
  .dm-tab:hover {
    color: var(--dm-text-secondary);
  }
  .dm-tab-active {
    color: var(--dm-text);
  }
  .dm-tab-active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--dm-accent);
  }
  .dm-tab-count {
    font-size: 11px;
    background: var(--dm-surface);
    padding: 1px 6px;
    border-radius: var(--dm-radius-full);
    margin-left: var(--dm-space-2);
    color: var(--dm-text-muted);
  }
  .dm-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: var(--dm-radius);
    letter-spacing: 0.02em;
  }
  .dm-badge-gray {
    background: var(--dm-panel);
    color: var(--dm-text-secondary);
    border: 1px solid var(--dm-border);
  }
  .dm-badge-blue {
    background: var(--dm-accent-muted);
    color: var(--dm-accent-hover);
    border: 1px solid rgba(99,102,241,0.3);
  }
  .dm-badge-green {
    background: var(--dm-confirmed-muted);
    color: var(--dm-confirmed-text);
    border: 1px solid var(--dm-confirmed-border);
  }
  .dm-badge-yellow {
    background: var(--dm-inferred-muted);
    color: var(--dm-inferred-text);
    border: 1px solid var(--dm-inferred-border);
  }
  .dm-badge-red {
    background: var(--dm-unknown-muted);
    color: var(--dm-unknown-text);
    border: 1px solid var(--dm-unknown-border);
  }
  .dm-badge-purple {
    background: rgba(168,85,247,0.1);
    color: #c084fc;
    border: 1px solid rgba(168,85,247,0.3);
  }
  .dm-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--dm-font-mono);
    font-size: 13px;
  }
  .dm-table-header {
    background: var(--dm-surface);
  }
  .dm-table-header th {
    padding: 10px 14px;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    color: var(--dm-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 2px solid var(--dm-border);
  }
  .dm-table-row {
    border-bottom: 1px solid var(--dm-border);
    transition: background var(--dm-transition);
  }
  .dm-table-row:hover {
    background: var(--dm-surface-hover);
  }
  .dm-table-cell {
    padding: 10px 14px;
    color: var(--dm-text-secondary);
  }
  .dm-table-sort {
    cursor: pointer;
    user-select: none;
  }
  .dm-table-sort:hover {
    color: var(--dm-text);
  }
  .dm-table-overflow {
    overflow-x: auto;
  }
  .dm-toast-container {
    position: fixed;
    top: var(--dm-space-6);
    right: var(--dm-space-6);
    z-index: var(--dm-z-toast);
    display: flex;
    flex-direction: column;
    gap: var(--dm-space-3);
    pointer-events: none;
  }
  .dm-toast {
    pointer-events: auto;
    background: var(--dm-surface);
    border: var(--dm-border-width) solid var(--dm-border);
    border-radius: var(--dm-radius-lg);
    padding: var(--dm-space-4);
    display: flex;
    align-items: flex-start;
    gap: var(--dm-space-3);
    min-width: 280px;
    max-width: 420px;
    box-shadow: var(--dm-shadow-lg);
    animation: dm-toast-in var(--dm-duration-slow) var(--dm-ease);
  }
  .dm-toast-exiting {
    animation: dm-toast-out var(--dm-duration-slow) var(--dm-ease) forwards;
  }
  .dm-toast-info {
    border-left: 3px solid var(--dm-accent);
  }
  .dm-toast-success {
    border-left: 3px solid var(--dm-confirmed);
  }
  .dm-toast-warning {
    border-left: 3px solid var(--dm-inferred);
  }
  .dm-toast-error {
    border-left: 3px solid var(--dm-unknown);
  }
  .dm-toast-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
  }
  .dm-toast-message {
    font-size: 13px;
    color: var(--dm-text-secondary);
    line-height: 1.4;
    flex: 1;
  }
  .dm-toast-dismiss {
    background: none;
    border: none;
    color: var(--dm-text-muted);
    cursor: pointer;
    padding: 2px;
    flex-shrink: 0;
  }
  .dm-alert {
    display: flex;
    align-items: flex-start;
    gap: var(--dm-space-3);
    padding: var(--dm-space-4);
    border-radius: var(--dm-radius-lg);
    border: var(--dm-border-width) solid;
    animation: dm-fade-in-up var(--dm-duration-slow) var(--dm-ease);
  }
  .dm-alert-info {
    background: var(--dm-accent-muted);
    border-color: rgba(99,102,241,0.2);
    color: var(--dm-accent-hover);
  }
  .dm-alert-success {
    background: var(--dm-confirmed-muted);
    border-color: var(--dm-confirmed-border);
    color: var(--dm-confirmed-text);
  }
  .dm-alert-warning {
    background: var(--dm-inferred-muted);
    border-color: var(--dm-inferred-border);
    color: var(--dm-inferred-text);
  }
  .dm-alert-error {
    background: var(--dm-unknown-muted);
    border-color: var(--dm-unknown-border);
    color: var(--dm-unknown-text);
  }
  .dm-alert-dismiss {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 2px;
    margin-left: auto;
    opacity: 0.6;
    transition: opacity var(--dm-transition);
  }
  .dm-alert-dismiss:hover {
    opacity: 1;
  }
  .dm-tooltip-wrapper {
    position: relative;
    display: inline-block;
  }
  .dm-tooltip {
    position: absolute;
    z-index: var(--dm-z-tooltip);
    background: var(--dm-elevated);
    border: 1px solid var(--dm-border);
    border-radius: var(--dm-radius);
    padding: 6px 10px;
    font-family: var(--dm-font-mono);
    font-size: 12px;
    color: var(--dm-text);
    white-space: nowrap;
    pointer-events: none;
    animation: dm-fade-in var(--dm-duration) var(--dm-ease);
    box-shadow: var(--dm-shadow);
  }
  .dm-tooltip-top {
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
  }
  .dm-tooltip-bottom {
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
  }
  .dm-accordion {
    border: var(--dm-border-width) solid var(--dm-border);
    border-radius: var(--dm-radius-lg);
    overflow: hidden;
  }
  .dm-accordion-item {
    border-bottom: 1px solid var(--dm-border);
  }
  .dm-accordion-item:last-child {
    border-bottom: none;
  }
  .dm-accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--dm-space-4);
    background: none;
    border: none;
    color: var(--dm-text);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background var(--dm-transition);
  }
  .dm-accordion-trigger:hover {
    background: var(--dm-surface-hover);
  }
  .dm-accordion-chevron {
    transition: transform var(--dm-transition);
    color: var(--dm-text-muted);
  }
  .dm-accordion-open .dm-accordion-chevron {
    transform: rotate(180deg);
  }
  .dm-accordion-content {
    padding: 0 var(--dm-space-4) var(--dm-space-4);
    font-size: 14px;
    color: var(--dm-text-secondary);
    line-height: 1.6;
  }
  .dm-stepper {
    display: flex;
    align-items: center;
    gap: var(--dm-space-2);
  }
  .dm-step {
    display: flex;
    align-items: center;
    gap: var(--dm-space-2);
  }
  .dm-step-circle {
    width: 28px;
    height: 28px;
    border-radius: var(--dm-radius-full);
    border: 2px solid var(--dm-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--dm-font-mono);
    font-size: 12px;
    font-weight: 600;
    color: var(--dm-text-muted);
    transition: all var(--dm-transition);
  }
  .dm-step-active .dm-step-circle {
    border-color: var(--dm-accent);
    color: var(--dm-accent);
  }
  .dm-step-complete .dm-step-circle {
    background: var(--dm-accent);
    border-color: var(--dm-accent);
    color: #fff;
  }
  .dm-step-label {
    font-size: 13px;
    color: var(--dm-text-muted);
  }
  .dm-step-active .dm-step-label {
    color: var(--dm-text);
  }
  .dm-step-connector {
    flex: 1;
    height: 2px;
    background: var(--dm-border);
    min-width: 20px;
  }
  .dm-step-complete + .dm-step-connector {
    background: var(--dm-accent);
  }
  .dm-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--dm-radius-full);
    background: linear-gradient(135deg, var(--dm-accent), var(--dm-accent-hover));
    color: #fff;
    font-family: var(--dm-font-mono);
    font-weight: 600;
    overflow: hidden;
    flex-shrink: 0;
  }
  .dm-avatar-sm {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  .dm-avatar-md {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .dm-avatar-lg {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
  .dm-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dm-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--dm-space-12) var(--dm-space-6);
    text-align: center;
  }
  .dm-empty-icon {
    font-size: 2rem;
    margin-bottom: var(--dm-space-4);
    opacity: 0.3;
  }
  .dm-empty-title {
    font-family: var(--dm-font-mono);
    font-size: 14px;
    font-weight: 600;
    color: var(--dm-text);
    margin-bottom: var(--dm-space-2);
  }
  .dm-empty-desc {
    font-size: 13px;
    color: var(--dm-text-muted);
    max-width: 360px;
    line-height: 1.5;
  }
  .dm-progress {
    width: 100%;
    height: 6px;
    background: var(--dm-panel);
    border-radius: var(--dm-radius-full);
    overflow: hidden;
  }
  .dm-progress-fill {
    height: 100%;
    border-radius: var(--dm-radius-full);
    transition: width var(--dm-transition-slow);
  }
  .dm-divider {
    height: 1px;
    background: var(--dm-border);
  }
  .dm-divider-vertical {
    width: 1px;
    height: auto;
    align-self: stretch;
    background: var(--dm-border);
  }
  .dm-kbd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 500;
    color: var(--dm-text-muted);
    background: var(--dm-surface);
    border: 1px solid var(--dm-border);
    border-radius: var(--dm-radius-sm);
    padding: 2px 6px;
    min-width: 22px;
    box-shadow: 0 1px 0 var(--dm-border);
  }
  .dm-command-backdrop {
    position: fixed;
    inset: 0;
    z-index: var(--dm-z-modal);
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20vh;
  }
  .dm-command {
    background: var(--dm-surface);
    border: var(--dm-border-width) solid var(--dm-border);
    border-radius: var(--dm-radius-xl);
    width: 100%;
    max-width: 560px;
    box-shadow: var(--dm-shadow-xl);
    animation: dm-scale-in var(--dm-duration) var(--dm-ease);
    overflow: hidden;
  }
  .dm-command-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--dm-border);
    padding: var(--dm-space-4) var(--dm-space-5);
    font-family: var(--dm-font-mono);
    font-size: 15px;
    color: var(--dm-text);
    outline: none;
  }
  .dm-command-input::placeholder {
    color: var(--dm-text-dim);
  }
  .dm-command-list {
    max-height: 320px;
    overflow-y: auto;
    padding: var(--dm-space-2);
  }
  .dm-command-group {
    padding: var(--dm-space-1) 0;
  }
  .dm-command-group-heading {
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 500;
    color: var(--dm-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: var(--dm-space-2) var(--dm-space-3);
  }
  .dm-command-item {
    display: flex;
    align-items: center;
    gap: var(--dm-space-3);
    padding: var(--dm-space-2) var(--dm-space-3);
    border-radius: var(--dm-radius);
    cursor: pointer;
    transition: background var(--dm-transition);
  }
  .dm-command-item:hover, .dm-command-item-active {
    background: var(--dm-surface-hover);
  }
  .dm-command-item-label {
    font-size: 14px;
    color: var(--dm-text);
  }
  .dm-command-item-desc {
    font-size: 12px;
    color: var(--dm-text-muted);
  }
  .dm-command-item-shortcut {
    margin-left: auto;
    display: flex;
    gap: 4px;
  }
  .dm-command-empty {
    padding: var(--dm-space-8);
    text-align: center;
    font-size: 13px;
    color: var(--dm-text-muted);
  }
  .dm-sidebar {
    height: 100vh;
    background: var(--dm-surface);
    border-right: 1px solid var(--dm-border);
    display: flex;
    flex-direction: column;
    transition: width 350ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    flex-shrink: 0;
  }
  .dm-sidebar-expanded {
    width: 256px;
  }
  .dm-sidebar-collapsed {
    width: 64px;
  }
  .dm-sidebar-header {
    display: flex;
    align-items: center;
    gap: var(--dm-space-3);
    padding: var(--dm-space-4) var(--dm-space-4);
    height: 64px;
    border-bottom: 1px solid var(--dm-border);
  }
  .dm-sidebar-brand-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    border-radius: var(--dm-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--dm-font-mono);
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    flex-shrink: 0;
  }
  .dm-sidebar-brand-text {
    font-family: var(--dm-font-mono);
    font-size: 14px;
    font-weight: 600;
    color: var(--dm-text);
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    transition: opacity 200ms;
  }
  .dm-sidebar-collapsed .dm-sidebar-brand-text {
    opacity: 0;
    width: 0;
  }
  .dm-sidebar-nav {
    flex: 1;
    padding: var(--dm-space-2);
    overflow-y: auto;
  }
  .dm-sidebar-item {
    display: flex;
    align-items: center;
    gap: var(--dm-space-3);
    padding: var(--dm-space-2) var(--dm-space-3);
    border-radius: var(--dm-radius-lg);
    cursor: pointer;
    transition: all var(--dm-transition);
    color: var(--dm-text-secondary);
    white-space: nowrap;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    font-size: 14px;
  }
  .dm-sidebar-item:hover {
    background: var(--dm-surface-hover);
    color: var(--dm-text);
  }
  .dm-sidebar-item-active {
    background: linear-gradient(90deg, var(--dm-accent-muted), transparent);
    color: var(--dm-text);
    border-left: 3px solid var(--dm-accent);
  }
  .dm-sidebar-item-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: inherit;
  }
  .dm-sidebar-item-label {
    overflow: hidden;
    transition: opacity 200ms;
  }
  .dm-sidebar-collapsed .dm-sidebar-item-label {
    opacity: 0;
    width: 0;
  }
  .dm-sidebar-user {
    display: flex;
    align-items: center;
    gap: var(--dm-space-3);
    padding: var(--dm-space-4);
    border-top: 1px solid var(--dm-border);
  }
  .dm-sidebar-user-info {
    overflow: hidden;
    transition: opacity 200ms;
  }
  .dm-sidebar-collapsed .dm-sidebar-user-info {
    opacity: 0;
    width: 0;
  }
  .dm-sidebar-user-name {
    font-size: 13px;
    font-weight: 500;
    color: var(--dm-text);
    white-space: nowrap;
  }
  .dm-sidebar-user-email {
    font-size: 11px;
    color: var(--dm-text-muted);
    white-space: nowrap;
  }
  .dm-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--dm-space-6);
    display: grid;
    gap: 4rem;
    align-items: center;
  }
  .dm-hero-split {
    grid-template-columns: 1fr 1fr;
  }
  .dm-hero-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .dm-hero-content {
    text-align: left;
  }
  .dm-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dm-hero-visual img {
    width: clamp(280px, 28vw, 420px);
    height: auto;
    border-radius: 32px;
    opacity: 0.92;
    filter: drop-shadow(0 0 60px rgba(99,102,241,0.25)) drop-shadow(0 0 120px rgba(99,102,241,0.1));
  }
  .dm-hero-badge {
    display: inline-block;
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--dm-accent-hover);
    border: 1px solid rgba(99,102,241,0.3);
    border-radius: var(--dm-radius-full);
    padding: 6px 16px;
    margin-bottom: var(--dm-space-4);
  }
  .dm-hero-headline {
    font-family: var(--dm-font-display);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.1;
    color: var(--dm-text);
    margin-bottom: var(--dm-space-3);
    white-space: nowrap;
  }
  .dm-hero-headline em {
    color: var(--dm-accent);
    font-style: italic;
  }
  .dm-hero-subheadline {
    font-family: var(--dm-font-body);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--dm-text-secondary);
    line-height: 1.5;
    margin-bottom: var(--dm-space-6);
    max-width: 560px;
  }
  .dm-hero-subtitle {
    font-family: var(--dm-font-body);
    font-size: 1rem;
    color: #c4c8d4;
    max-width: 560px;
    line-height: 1.75;
    margin-bottom: var(--dm-space-8);
  }
  .dm-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: var(--dm-space-4);
    margin-bottom: var(--dm-space-6);
  }
  .dm-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: var(--dm-space-2);
  }
  .dm-hero-trust-item {
    font-family: var(--dm-font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--dm-text-dim);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .dm-hero-trust-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dm-accent);
  }
  .dm-hero-bg {
    background: transparent;
  }
  @media (max-width: 768px) {
    .dm-hero-split {
      grid-template-columns: 1fr;
    }
    .dm-hero-content {
      text-align: center;
    }
    .dm-hero-visual {
      order: -1;
    }
    .dm-hero-visual img {
      width: 180px;
    }
    .dm-hero-headline {
      font-size: clamp(1.5rem, 6vw, 2.2rem);
      white-space: normal;
    }
    .dm-hero-ctas {
      justify-content: center;
    }
    .dm-hero-trust {
      justify-content: center;
    }
  }
  @media (max-width: 768px) {
    .dm-md-hidden {
      display: none !important;
    }
    .dm-footer-grid {
      grid-template-columns: 1fr 1fr;
    }
    .dm-footer-bottom {
      flex-direction: column;
      gap: var(--dm-space-2);
      text-align: center;
    }
  }
  @media (min-width: 769px) {
    .dm-md-flex {
      display: flex;
    }
    .dm-md-block {
      display: block;
    }
    .dm-md-hidden-up {
      display: none !important;
    }
  }
}
@layer base {
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-track {
    background: var(--dm-bg);
  }
  ::-webkit-scrollbar-thumb {
    background: var(--dm-bg-hover);
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--dm-text-dim);
  }
  ::selection {
    background: var(--dm-accent-dim);
    color: var(--dm-text);
  }
}
@layer components {
  .admin-layout {
    display: flex;
    min-height: 100vh;
  }
  .admin-sidebar {
    width: 260px;
    min-width: 260px;
    background: var(--dm-bg-panel);
    border-right: 1px solid var(--dm-border);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
  }
  .admin-main {
    flex: 1;
    padding: 2rem;
    max-width: calc(100vw - 260px);
  }
  .page-header {
    margin-bottom: 2rem;
  }
  .page-header h1 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dm-text);
    margin-bottom: 0.25rem;
  }
  .page-header p {
    color: var(--dm-text-muted);
    font-size: 0.875rem;
  }
  .sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 1rem;
    border-radius: 8px;
    color: var(--dm-text-muted);
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.15s, background 0.15s;
    text-decoration: none;
  }
  .sidebar-link:hover {
    color: var(--dm-text);
    background: var(--dm-bg-hover);
  }
  .sidebar-link--active {
    color: var(--dm-accent);
    background: var(--dm-accent-dim);
  }
  .sidebar-link--active:hover {
    background: var(--dm-accent-dim);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --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;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
