/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'DM Sans', system-ui, sans-serif;
    --font-mono: ui-monospace, 'Fira Code', monospace;
    --color-amber-400: #fbbf24;
    --color-amber-500: #f59e0b;
    --color-emerald-400: #34d399;
    --color-emerald-500: #10b981;
    --color-indigo-300: #a5b4fc;
    --color-indigo-400: #818cf8;
    --color-indigo-500: #6366f1;
    --color-indigo-600: #4f46e5;
    --color-rose-300: oklch(81% 0.117 11.638);
    --color-rose-400: #fb7185;
    --color-rose-500: #f43f5e;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --text-xs: 11px;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 12px;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 13.5px;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 15px;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 18px;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 22px;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 26px;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 32px;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.4), 0 1px 2px rgba(0,0,0,0.3);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.5), 0 2px 4px rgba(0,0,0,0.3);
    --shadow-lg: 0 10px 30px rgba(0,0,0,0.6), 0 4px 8px rgba(0,0,0,0.4);
    --text-shadow-sm: 0px 1px 0px rgb(0 0 0 / 0.075), 0px 1px 1px rgb(0 0 0 / 0.075), 0px 2px 2px rgb(0 0 0 / 0.075);
    --text-shadow-lg: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1), 0px 4px 8px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-xs: 4px;
    --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);
    --color-obsidian-900: #0a0b0f;
    --color-obsidian-800: #111318;
    --color-obsidian-700: #181c24;
    --color-obsidian-600: #1e232e;
    --color-obsidian-500: #252b38;
    --color-obsidian-400: #2e3748;
    --color-obsidian-300: #3d4a60;
    --color-text-primary: #f1f5f9;
    --color-text-secondary: #94a3b8;
    --color-text-muted: #64748b;
    --color-border-subtle: rgba(255,255,255,0.06);
    --color-border-medium: rgba(255,255,255,0.10);
    --color-border-strong: rgba(255,255,255,0.16);
    --color-surface-1: var(--color-obsidian-700);
    --color-surface-2: var(--color-obsidian-600);
    --color-surface-3: var(--color-obsidian-500);
    --color-indigo-glow: rgba(99, 102, 241, 0.15);
    --color-emerald-glow: rgba(16, 185, 129, 0.12);
    --color-rose-glow: rgba(244, 63, 94, 0.12);
    --font-display: 'Clash Display', 'Georgia', serif;
    --font-body: 'DM Sans', system-ui, sans-serif;
    --spacing-1: 4px;
    --spacing-2: 8px;
    --spacing-3: 12px;
    --spacing-4: 16px;
    --spacing-5: 20px;
    --spacing-6: 24px;
    --spacing-8: 32px;
    --spacing-10: 40px;
    --spacing-12: 48px;
    --radius-full: 9999px;
    --shadow-glow-indigo: 0 0 24px rgba(99, 102, 241, 0.35);
    --shadow-glow-emerald: 0 0 20px rgba(16, 185, 129, 0.30);
    --shadow-glow-rose: 0 0 20px rgba(244, 63, 94, 0.25);
    --sidebar-width: 240px;
  }
}
@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 {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .inset-y-0 {
    inset-block: 0;
  }
  .-top-1 {
    top: calc(var(--spacing-1) * -1);
  }
  .top-0 {
    top: 0;
  }
  .top-1 {
    top: var(--spacing-1);
  }
  .-right-1 {
    right: calc(var(--spacing-1) * -1);
  }
  .right-1 {
    right: var(--spacing-1);
  }
  .left-0 {
    left: 0;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .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;
    }
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing-4) * -1);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing-1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: var(--spacing-2);
  }
  .mt-3 {
    margin-top: var(--spacing-3);
  }
  .mt-4 {
    margin-top: var(--spacing-4);
  }
  .mt-6 {
    margin-top: var(--spacing-6);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: var(--spacing-1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: var(--spacing-2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: var(--spacing-3);
  }
  .mb-4 {
    margin-bottom: var(--spacing-4);
  }
  .mb-5 {
    margin-bottom: var(--spacing-5);
  }
  .mb-6 {
    margin-bottom: var(--spacing-6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: var(--spacing-1);
  }
  .h-2 {
    height: var(--spacing-2);
  }
  .h-4 {
    height: var(--spacing-4);
  }
  .h-5 {
    height: var(--spacing-5);
  }
  .h-6 {
    height: var(--spacing-6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: var(--spacing-8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: var(--spacing-10);
  }
  .h-12 {
    height: var(--spacing-12);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[100dvh\] {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .min-h-0 {
    min-height: 0;
  }
  .min-h-\[80px\] {
    min-height: 80px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2 {
    width: var(--spacing-2);
  }
  .w-4 {
    width: var(--spacing-4);
  }
  .w-5 {
    width: var(--spacing-5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: var(--spacing-10);
  }
  .w-12 {
    width: var(--spacing-12);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-\[14px\] {
    min-width: 14px;
  }
  .min-w-\[16px\] {
    min-width: 16px;
  }
  .min-w-\[24px\] {
    min-width: 24px;
  }
  .min-w-\[32px\] {
    min-width: 32px;
  }
  .min-w-\[52px\] {
    min-width: 52px;
  }
  .min-w-\[80px\] {
    min-width: 80px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-\[pulse-dot_2s_infinite\] {
    animation: pulse-dot 2s infinite;
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-none {
    resize: none;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .scrollbar-none {
    scrollbar-width: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: var(--spacing-1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: var(--spacing-2);
  }
  .gap-3 {
    gap: var(--spacing-3);
  }
  .gap-4 {
    gap: var(--spacing-4);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-1) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-2) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-3) * var(--tw-space-y-reverse));
      margin-block-end: 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(var(--spacing-4) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-border-subtle {
    :where(& > :not(:last-child)) {
      border-color: var(--color-border-subtle);
    }
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overscroll-contain {
    overscroll-behavior: contain;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-amber-400 {
    border-color: var(--color-amber-400);
  }
  .border-amber-500 {
    border-color: var(--color-amber-500);
  }
  .border-amber-500\/20 {
    border-color: color-mix(in srgb, #f59e0b 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-500) 20%, transparent);
    }
  }
  .border-border-medium {
    border-color: var(--color-border-medium);
  }
  .border-border-subtle {
    border-color: var(--color-border-subtle);
  }
  .border-emerald-400 {
    border-color: var(--color-emerald-400);
  }
  .border-emerald-500 {
    border-color: var(--color-emerald-500);
  }
  .border-emerald-500\/20 {
    border-color: color-mix(in srgb, #10b981 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-500) 20%, transparent);
    }
  }
  .border-indigo-400 {
    border-color: var(--color-indigo-400);
  }
  .border-indigo-500 {
    border-color: var(--color-indigo-500);
  }
  .border-indigo-500\/20 {
    border-color: color-mix(in srgb, #6366f1 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-indigo-500) 20%, transparent);
    }
  }
  .border-obsidian-300 {
    border-color: var(--color-obsidian-300);
  }
  .border-obsidian-400 {
    border-color: var(--color-obsidian-400);
  }
  .border-obsidian-800 {
    border-color: var(--color-obsidian-800);
  }
  .border-rose-400 {
    border-color: var(--color-rose-400);
  }
  .border-rose-500\/20 {
    border-color: color-mix(in srgb, #f43f5e 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-rose-500) 20%, transparent);
    }
  }
  .border-rose-500\/25 {
    border-color: color-mix(in srgb, #f43f5e 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-rose-500) 25%, transparent);
    }
  }
  .border-rose-500\/30 {
    border-color: color-mix(in srgb, #f43f5e 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-rose-500) 30%, transparent);
    }
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-amber-500\/5 {
    background-color: color-mix(in srgb, #f59e0b 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-500) 5%, transparent);
    }
  }
  .bg-amber-500\/10 {
    background-color: color-mix(in srgb, #f59e0b 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
    }
  }
  .bg-amber-500\/15 {
    background-color: color-mix(in srgb, #f59e0b 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-500) 15%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-border-medium {
    background-color: var(--color-border-medium);
  }
  .bg-border-subtle {
    background-color: var(--color-border-subtle);
  }
  .bg-emerald-400 {
    background-color: var(--color-emerald-400);
  }
  .bg-emerald-500 {
    background-color: var(--color-emerald-500);
  }
  .bg-emerald-500\/5 {
    background-color: color-mix(in srgb, #10b981 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-500) 5%, transparent);
    }
  }
  .bg-emerald-500\/10 {
    background-color: color-mix(in srgb, #10b981 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-500) 10%, transparent);
    }
  }
  .bg-emerald-500\/15 {
    background-color: color-mix(in srgb, #10b981 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-500) 15%, transparent);
    }
  }
  .bg-emerald-glow {
    background-color: var(--color-emerald-glow);
  }
  .bg-indigo-400\/10 {
    background-color: color-mix(in srgb, #818cf8 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-indigo-400) 10%, transparent);
    }
  }
  .bg-indigo-500 {
    background-color: var(--color-indigo-500);
  }
  .bg-indigo-500\/5 {
    background-color: color-mix(in srgb, #6366f1 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-indigo-500) 5%, transparent);
    }
  }
  .bg-indigo-500\/10 {
    background-color: color-mix(in srgb, #6366f1 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-indigo-500) 10%, transparent);
    }
  }
  .bg-indigo-500\/15 {
    background-color: color-mix(in srgb, #6366f1 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-indigo-500) 15%, transparent);
    }
  }
  .bg-indigo-600 {
    background-color: var(--color-indigo-600);
  }
  .bg-indigo-glow {
    background-color: var(--color-indigo-glow);
  }
  .bg-obsidian-300\/15 {
    background-color: color-mix(in srgb, #3d4a60 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-obsidian-300) 15%, transparent);
    }
  }
  .bg-obsidian-400 {
    background-color: var(--color-obsidian-400);
  }
  .bg-obsidian-500 {
    background-color: var(--color-obsidian-500);
  }
  .bg-obsidian-500\/10 {
    background-color: color-mix(in srgb, #252b38 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-obsidian-500) 10%, transparent);
    }
  }
  .bg-obsidian-600 {
    background-color: var(--color-obsidian-600);
  }
  .bg-obsidian-700 {
    background-color: var(--color-obsidian-700);
  }
  .bg-obsidian-800 {
    background-color: var(--color-obsidian-800);
  }
  .bg-obsidian-800\/50 {
    background-color: color-mix(in srgb, #111318 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-obsidian-800) 50%, transparent);
    }
  }
  .bg-obsidian-900 {
    background-color: var(--color-obsidian-900);
  }
  .bg-rose-500 {
    background-color: var(--color-rose-500);
  }
  .bg-rose-500\/5 {
    background-color: color-mix(in srgb, #f43f5e 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-rose-500) 5%, transparent);
    }
  }
  .bg-rose-500\/10 {
    background-color: color-mix(in srgb, #f43f5e 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-rose-500) 10%, transparent);
    }
  }
  .bg-rose-glow {
    background-color: var(--color-rose-glow);
  }
  .bg-surface-1 {
    background-color: var(--color-surface-1);
  }
  .bg-surface-2 {
    background-color: var(--color-surface-2);
  }
  .bg-text-muted {
    background-color: var(--color-text-muted);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-indigo-600 {
    --tw-gradient-from: var(--color-indigo-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-surface-1 {
    --tw-gradient-from: var(--color-surface-1);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-indigo-400 {
    --tw-gradient-to: var(--color-indigo-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-indigo-500\/5 {
    --tw-gradient-to: color-mix(in srgb, #6366f1 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-indigo-500) 5%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-rose-500\/5 {
    --tw-gradient-to: color-mix(in srgb, #f43f5e 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-rose-500) 5%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: var(--spacing-1);
  }
  .p-2 {
    padding: var(--spacing-2);
  }
  .p-3 {
    padding: var(--spacing-3);
  }
  .p-4 {
    padding: var(--spacing-4);
  }
  .p-6 {
    padding: var(--spacing-6);
  }
  .p-8 {
    padding: var(--spacing-8);
  }
  .px-1 {
    padding-inline: var(--spacing-1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: var(--spacing-2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: var(--spacing-3);
  }
  .px-4 {
    padding-inline: var(--spacing-4);
  }
  .px-5 {
    padding-inline: var(--spacing-5);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing-1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: var(--spacing-2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: var(--spacing-3);
  }
  .py-4 {
    padding-block: var(--spacing-4);
  }
  .py-6 {
    padding-block: var(--spacing-6);
  }
  .py-8 {
    padding-block: var(--spacing-8);
  }
  .pt-4 {
    padding-top: var(--spacing-4);
  }
  .pb-2 {
    padding-bottom: var(--spacing-2);
  }
  .pb-5 {
    padding-bottom: var(--spacing-5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-body {
    font-family: var(--font-body);
  }
  .font-display {
    font-family: var(--font-display);
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-amber-400 {
    color: var(--color-amber-400);
  }
  .text-current {
    color: currentcolor;
  }
  .text-emerald-400 {
    color: var(--color-emerald-400);
  }
  .text-indigo-300 {
    color: var(--color-indigo-300);
  }
  .text-indigo-400 {
    color: var(--color-indigo-400);
  }
  .text-rose-400 {
    color: var(--color-rose-400);
  }
  .text-text-muted {
    color: var(--color-text-muted);
  }
  .text-text-primary {
    color: var(--color-text-primary);
  }
  .text-text-secondary {
    color: var(--color-text-secondary);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .placeholder-text-muted {
    &::placeholder {
      color: var(--color-text-muted);
    }
  }
  .accent-indigo-500 {
    accent-color: var(--color-indigo-500);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[0_0_8px_rgba\(52\,211\,153\,0\.6\)\] {
    --tw-shadow: 0 0 8px var(--tw-shadow-color, rgba(52,211,153,0.6));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_16px_rgba\(99\,102\,241\,0\.3\)\] {
    --tw-shadow: 0 0 16px var(--tw-shadow-color, rgba(99,102,241,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_24px_rgba\(99\,102\,241\,0\.35\)\] {
    --tw-shadow: 0 0 24px var(--tw-shadow-color, rgba(99,102,241,0.35));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 12px var(--tw-shadow-color, rgba(0,0,0,0.5)), 0 2px 4px var(--tw-shadow-color, rgba(0,0,0,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px var(--tw-shadow-color, rgba(0,0,0,0.4)), 0 1px 2px var(--tw-shadow-color, rgba(0,0,0,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
  }
  .ring-indigo-500\/30 {
    --tw-ring-color: color-mix(in srgb, #6366f1 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-indigo-500) 30%, transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    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,);
  }
  .backdrop-blur-xs {
    --tw-backdrop-blur: blur(var(--blur-xs));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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-\[padding\] {
    transition-property: padding;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\,transform\] {
    transition-property: width,transform;
    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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-hover\:text-inherit {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: inherit;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:pointer-events-none {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      pointer-events: none;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:absolute {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      position: absolute;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:mx-auto {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      margin-inline: auto;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:mt-1 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      margin-top: var(--spacing-1);
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:block {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      display: block;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:flex {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      display: flex;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:hidden {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      display: none;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:h-9 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      height: calc(var(--spacing) * 9);
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:w-9 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      width: calc(var(--spacing) * 9);
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:w-auto {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      width: auto;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:justify-center {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      justify-content: center;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:gap-0 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      gap: 0;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:rounded-md {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      border-radius: var(--radius-md);
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:border-l-0 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:border-transparent {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      border-color: transparent;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:bg-indigo-500\/20 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      background-color: color-mix(in srgb, #6366f1 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-indigo-500) 20%, transparent);
      }
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:bg-transparent {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      background-color: transparent;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:p-0 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      padding: 0;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:p-2 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      padding: var(--spacing-2);
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:px-0 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      padding-inline: 0;
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:py-2 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      padding-block: var(--spacing-2);
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:opacity-0 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      opacity: 0%;
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: 0;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: 0;
    }
  }
  .hover\:border-border-medium {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-border-medium);
      }
    }
  }
  .hover\:border-border-strong {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-border-strong);
      }
    }
  }
  .hover\:bg-emerald-400 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-emerald-400);
      }
    }
  }
  .hover\:bg-indigo-500\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #6366f1 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-indigo-500) 20%, transparent);
        }
      }
    }
  }
  .hover\:bg-indigo-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-indigo-600);
      }
    }
  }
  .hover\:bg-obsidian-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-obsidian-500);
      }
    }
  }
  .hover\:bg-obsidian-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-obsidian-600);
      }
    }
  }
  .hover\:bg-obsidian-600\/30 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #1e232e 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-obsidian-600) 30%, transparent);
        }
      }
    }
  }
  .hover\:bg-obsidian-600\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #1e232e 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-obsidian-600) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-rose-500\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #f43f5e 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-rose-500) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-surface-3 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-3);
      }
    }
  }
  .hover\:text-indigo-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-indigo-300);
      }
    }
  }
  .hover\:text-rose-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-rose-300);
      }
    }
  }
  .hover\:text-text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-text-primary);
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .focus\:border-indigo-500 {
    &:focus {
      border-color: var(--color-indigo-500);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
  }
  .focus\:ring-indigo-500\/20 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, #6366f1 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-indigo-500) 20%, transparent);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:mx-0 {
    @media (width >= 40rem) {
      margin-inline: 0;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: 0;
    }
  }
  .sm\:mt-1 {
    @media (width >= 40rem) {
      margin-top: var(--spacing-1);
    }
  }
  .sm\:mb-1 {
    @media (width >= 40rem) {
      margin-bottom: var(--spacing-1);
    }
  }
  .sm\:mb-1\.5 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 1.5);
    }
  }
  .sm\:mb-2 {
    @media (width >= 40rem) {
      margin-bottom: var(--spacing-2);
    }
  }
  .sm\:mb-7 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 7);
    }
  }
  .sm\:mb-8 {
    @media (width >= 40rem) {
      margin-bottom: var(--spacing-8);
    }
  }
  .sm\:ml-auto {
    @media (width >= 40rem) {
      margin-left: auto;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:table-cell {
    @media (width >= 40rem) {
      display: table-cell;
    }
  }
  .sm\:h-5 {
    @media (width >= 40rem) {
      height: var(--spacing-5);
    }
  }
  .sm\:h-6 {
    @media (width >= 40rem) {
      height: var(--spacing-6);
    }
  }
  .sm\:h-10 {
    @media (width >= 40rem) {
      height: var(--spacing-10);
    }
  }
  .sm\:h-12 {
    @media (width >= 40rem) {
      height: var(--spacing-12);
    }
  }
  .sm\:h-14 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .sm\:min-h-\[100px\] {
    @media (width >= 40rem) {
      min-height: 100px;
    }
  }
  .sm\:w-5 {
    @media (width >= 40rem) {
      width: var(--spacing-5);
    }
  }
  .sm\:w-6 {
    @media (width >= 40rem) {
      width: var(--spacing-6);
    }
  }
  .sm\:w-10 {
    @media (width >= 40rem) {
      width: var(--spacing-10);
    }
  }
  .sm\:w-12 {
    @media (width >= 40rem) {
      width: var(--spacing-12);
    }
  }
  .sm\:w-14 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 14);
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:max-w-\[160px\] {
    @media (width >= 40rem) {
      max-width: 160px;
    }
  }
  .sm\:min-w-\[20px\] {
    @media (width >= 40rem) {
      min-width: 20px;
    }
  }
  .sm\:min-w-\[36px\] {
    @media (width >= 40rem) {
      min-width: 36px;
    }
  }
  .sm\:min-w-\[80px\] {
    @media (width >= 40rem) {
      min-width: 80px;
    }
  }
  .sm\:min-w-\[120px\] {
    @media (width >= 40rem) {
      min-width: 120px;
    }
  }
  .sm\:min-w-\[200px\] {
    @media (width >= 40rem) {
      min-width: 200px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:flex-wrap {
    @media (width >= 40rem) {
      flex-wrap: wrap;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:items-start {
    @media (width >= 40rem) {
      align-items: flex-start;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:gap-0 {
    @media (width >= 40rem) {
      gap: 0;
    }
  }
  .sm\:gap-1 {
    @media (width >= 40rem) {
      gap: var(--spacing-1);
    }
  }
  .sm\:gap-2 {
    @media (width >= 40rem) {
      gap: var(--spacing-2);
    }
  }
  .sm\:gap-2\.5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: var(--spacing-3);
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: var(--spacing-4);
    }
  }
  .sm\:gap-5 {
    @media (width >= 40rem) {
      gap: var(--spacing-5);
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: var(--spacing-6);
    }
  }
  .sm\:gap-8 {
    @media (width >= 40rem) {
      gap: var(--spacing-8);
    }
  }
  .sm\:space-y-1\.5 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-y-5 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-5) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-5) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:self-auto {
    @media (width >= 40rem) {
      align-self: auto;
    }
  }
  .sm\:p-2 {
    @media (width >= 40rem) {
      padding: var(--spacing-2);
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: var(--spacing-4);
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: var(--spacing-5);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: var(--spacing-6);
    }
  }
  .sm\:px-0 {
    @media (width >= 40rem) {
      padding-inline: 0;
    }
  }
  .sm\:px-2 {
    @media (width >= 40rem) {
      padding-inline: var(--spacing-2);
    }
  }
  .sm\:px-2\.5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:px-4 {
    @media (width >= 40rem) {
      padding-inline: var(--spacing-4);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: var(--spacing-6);
    }
  }
  .sm\:py-1 {
    @media (width >= 40rem) {
      padding-block: var(--spacing-1);
    }
  }
  .sm\:py-2 {
    @media (width >= 40rem) {
      padding-block: var(--spacing-2);
    }
  }
  .sm\:py-3 {
    @media (width >= 40rem) {
      padding-block: var(--spacing-3);
    }
  }
  .sm\:py-5 {
    @media (width >= 40rem) {
      padding-block: var(--spacing-5);
    }
  }
  .sm\:py-8 {
    @media (width >= 40rem) {
      padding-block: var(--spacing-8);
    }
  }
  .sm\:py-12 {
    @media (width >= 40rem) {
      padding-block: var(--spacing-12);
    }
  }
  .sm\:pb-0 {
    @media (width >= 40rem) {
      padding-bottom: 0;
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-xs {
    @media (width >= 40rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .sm\:text-\[9px\] {
    @media (width >= 40rem) {
      font-size: 9px;
    }
  }
  .sm\:text-\[10px\] {
    @media (width >= 40rem) {
      font-size: 10px;
    }
  }
  .md\:table-cell {
    @media (width >= 48rem) {
      display: table-cell;
    }
  }
  .md\:min-h-\[120px\] {
    @media (width >= 48rem) {
      min-height: 120px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: var(--spacing-6);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: var(--spacing-6);
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: var(--spacing-5);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: var(--spacing-8);
    }
  }
  .lg\:pl-66 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 66);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:lg\:flex {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      @media (width >= 64rem) {
        display: flex;
      }
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:lg\:w-20 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      @media (width >= 64rem) {
        width: calc(var(--spacing) * 20);
      }
    }
  }
  .group-\[\.sidebar-collapsed\]\/sidebar\:lg\:pl-20 {
    &:is(:where(.group\/sidebar):is(.sidebar-collapsed) *) {
      @media (width >= 64rem) {
        padding-left: calc(var(--spacing) * 20);
      }
    }
  }
}
:root {
  --indigo-glow: rgba(99, 102, 241, 0.15);
  --emerald-glow: rgba(16, 185, 129, 0.12);
  --rose-glow: rgba(244, 63, 94, 0.12);
  --sidebar-width: 240px;
  --transition-fast: 120ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
  --obsidian-900: #0a0b0f;
  --obsidian-800: #111318;
  --obsidian-700: #181c24;
  --obsidian-600: #1e232e;
  --obsidian-500: #252b38;
  --obsidian-400: #2e3748;
  --obsidian-300: #3d4a60;
  --obsidian-200: #536072;
  --indigo-600: #4f46e5;
  --indigo-500: #6366f1;
  --indigo-400: #818cf8;
  --indigo-300: #a5b4fc;
  --emerald-500: #10b981;
  --emerald-400: #34d399;
  --amber-500: #f59e0b;
  --amber-400: #fbbf24;
  --rose-500: #f43f5e;
  --rose-400: #fb7185;
  --text-primary: #f1f5f9;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-subtle: rgba(255,255,255,0.06);
  --border-medium: rgba(255,255,255,0.10);
  --border-strong: rgba(255,255,255,0.16);
  --surface-1: var(--obsidian-700);
  --surface-2: var(--obsidian-600);
  --surface-3: var(--obsidian-500);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.4), 0 1px 2px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.5), 0 2px 4px rgba(0,0,0,0.3);
  --shadow-lg: 0 10px 30px rgba(0,0,0,0.6), 0 4px 8px rgba(0,0,0,0.4);
  --shadow-glow-indigo: 0 0 24px rgba(99, 102, 241, 0.35);
  --shadow-glow-emerald: 0 0 20px rgba(16, 185, 129, 0.30);
  --font-display: 'Clash Display', 'Georgia', serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body {
    font-family: var(--font-body);
    background-color: var(--obsidian-900);
    color: var(--text-primary);
    line-height: 1.6;
    min-height: 100vh;
  }
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: radial-gradient(ellipse 80% 50% at 20% 0%, rgba(99,102,241,0.08) 0%, transparent 60%), radial-gradient(ellipse 60% 40% at 80% 80%, rgba(16,185,129,0.05) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--text-primary);
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--obsidian-400);
    border-radius: 3px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--obsidian-300);
  }
  :focus-visible {
    outline: 2px solid var(--indigo-500);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 8px rgba(52,211,153,0.6);
  }
  50% {
    opacity: 0.7;
    box-shadow: 0 0 16px rgba(52,211,153,0.9);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
@layer components {
  .main-content {
    position: relative;
    z-index: 1;
    min-height: 100vh;
  }
  .main-content--with-sidebar {
    margin-left: var(--sidebar-width);
    padding: var(--space-8);
    max-width: 1400px;
  }
  .mobile-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-4) var(--space-5);
    background: var(--obsidian-800);
    border-bottom: 1px solid var(--border-subtle);
    position: sticky;
    top: 0;
    z-index: 200;
  }
  .mobile-header__logo {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: var(--space-2);
  }
  .mobile-header__logo-mark {
    width: 28px;
    height: 28px;
    background: var(--indigo-500);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    flex-shrink: 0;
  }
  .mobile-header__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--surface-2);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 16px;
    transition: var(--transition-fast);
  }
  .mobile-header__toggle:hover {
    background: var(--surface-3);
    color: var(--text-primary);
  }
  .sidebar {
    position: fixed;
    inset-y: 0;
    left: 0;
    width: var(--sidebar-width);
    background: var(--obsidian-800);
    border-right: 1px solid var(--border-subtle);
    display: flex;
    flex-direction: column;
    z-index: 100;
    overflow: hidden;
    transition: transform var(--transition-slow);
  }
  .sidebar__logo {
    padding: var(--space-6) var(--space-6) var(--space-5);
    border-bottom: 1px solid var(--border-subtle);
    display: flex;
    align-items: center;
    gap: var(--space-3);
    flex-shrink: 0;
  }
  .sidebar__logo-mark {
    width: 36px;
    height: 36px;
    background: var(--indigo-500);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    box-shadow: var(--shadow-glow-indigo);
    flex-shrink: 0;
  }
  .sidebar__logo-text {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: -0.02em;
    display: block;
    line-height: 1.2;
  }
  .sidebar__logo-tagline {
    font-size: 10px;
    color: var(--text-muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: block;
    margin-top: 2px;
  }
  .sidebar__business {
    margin: var(--space-4);
    padding: var(--space-3) var(--space-4);
    background: var(--obsidian-700);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: background var(--transition-base), border-color var(--transition-base);
    text-decoration: none;
    display: block;
    flex-shrink: 0;
  }
  .sidebar__business:hover {
    background: var(--obsidian-600);
    border-color: var(--border-medium);
  }
  .sidebar__business-name {
    font-weight: 500;
    font-size: 13px;
    color: var(--text-primary);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sidebar__business-plan {
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 2px;
    display: block;
  }
  .sidebar__nav {
    flex: 1;
    overflow-y: auto;
    padding: var(--space-3) 0;
  }
  .nav-section {
    padding: var(--space-4) var(--space-4) var(--space-2);
  }
  .nav-section__label {
    font-size: 10px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.10em;
    padding: 0 var(--space-2);
    display: block;
    margin-bottom: var(--space-2);
  }
  .nav-item {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-2) var(--space-3);
    border-radius: var(--radius-sm);
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 400;
    transition: color var(--transition-fast), background var(--transition-fast);
    position: relative;
    margin-bottom: 2px;
  }
  .nav-item:hover {
    color: var(--text-primary);
    background: var(--obsidian-600);
  }
  .nav-item.active {
    color: var(--indigo-400);
    background: var(--indigo-glow);
    font-weight: 500;
  }
  .nav-item.active::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 20%;
    bottom: 20%;
    width: 3px;
    background: var(--indigo-500);
    border-radius: 0 3px 3px 0;
  }
  .nav-item__icon {
    width: 18px;
    text-align: center;
    font-size: 14px;
    flex-shrink: 0;
    color: var(--text-muted);
  }
  .nav-item.active .nav-item__icon, .nav-item:hover .nav-item__icon {
    color: inherit;
  }
  .nav-item__badge {
    margin-left: auto;
    background: var(--rose-500);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: var(--radius-full);
    min-width: 18px;
    text-align: center;
    line-height: 1.4;
  }
  .sidebar__footer {
    padding: var(--space-4);
    border-top: 1px solid var(--border-subtle);
    flex-shrink: 0;
  }
  .sidebar__user {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-2);
    margin-top: var(--space-3);
  }
  .sidebar__user-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .sidebar__user-name {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-secondary);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sidebar__signout {
    font-size: 11px;
    color: var(--text-muted);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: var(--font-body);
    transition: color var(--transition-fast);
  }
  .sidebar__signout:hover {
    color: var(--rose-400);
  }
  .autopilot-status {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-3);
    border-radius: var(--radius-md);
    background: var(--obsidian-700);
    border: 1px solid transparent;
    transition: background var(--transition-base), border-color var(--transition-base);
  }
  .autopilot-status--on {
    background: var(--emerald-glow);
    border-color: rgba(16, 185, 129, 0.2);
  }
  .autopilot-status__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--text-muted);
    flex-shrink: 0;
    transition: background var(--transition-base);
  }
  .autopilot-status--on .autopilot-status__dot {
    background: var(--emerald-400);
    animation: pulse-dot 2s infinite;
  }
  .autopilot-status__label {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-primary);
    display: block;
    line-height: 1.3;
  }
  .autopilot-status__sub {
    font-size: 11px;
    color: var(--text-muted);
    display: block;
  }
  .autopilot-toggle {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-3) var(--space-5);
    border-radius: var(--radius-full);
    border: 1px solid var(--border-medium);
    background: var(--surface-1);
    cursor: pointer;
    transition: background var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    font-family: var(--font-body);
  }
  .autopilot-toggle--on {
    background: var(--emerald-glow);
    border-color: rgba(16,185,129,0.3);
    color: var(--emerald-400);
    box-shadow: var(--shadow-glow-emerald);
  }
  .autopilot-toggle__switch {
    width: 36px;
    height: 20px;
    background: var(--obsidian-400);
    border-radius: var(--radius-full);
    position: relative;
    transition: background var(--transition-base);
    flex-shrink: 0;
  }
  .autopilot-toggle--on .autopilot-toggle__switch {
    background: var(--emerald-500);
  }
  .autopilot-toggle__switch::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
    transition: transform var(--transition-base);
    box-shadow: var(--shadow-sm);
  }
  .autopilot-toggle--on .autopilot-toggle__switch::after {
    transform: translateX(16px);
  }
  .command-center {
    animation: fadeInUp 0.4s ease both;
  }
  .cmd-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-8);
    gap: var(--space-4);
  }
  .cmd-header__left {
    display: flex;
    align-items: center;
    gap: var(--space-4);
  }
  .cmd-header__title {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--text-primary);
  }
  .cmd-header__sub {
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 2px;
  }
  .cmd-header__right {
    display: flex;
    align-items: center;
    gap: var(--space-4);
  }
  .business-avatar {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-md);
    background: var(--indigo-600);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
  }
  .avatar-initials {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
  }
  .kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-4);
    margin-bottom: var(--space-6);
  }
  .kpi-card {
    background: var(--surface-1);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: var(--space-5) var(--space-6);
    position: relative;
    overflow: hidden;
    transition: border-color var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base);
  }
  .kpi-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0.06;
    transform: translate(30%, -30%);
    pointer-events: none;
  }
  .kpi-card--posts::before {
    background: var(--indigo-500);
  }
  .kpi-card--reach::before {
    background: var(--emerald-500);
  }
  .kpi-card--engagement::before {
    background: var(--amber-500);
  }
  .kpi-card--pending::before {
    background: var(--rose-500);
  }
  .kpi-card--attention {
    border-color: rgba(244, 63, 94, 0.25);
  }
  .kpi-card:hover {
    border-color: var(--border-medium);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
  }
  .kpi-card__icon {
    font-size: 20px;
    margin-bottom: var(--space-3);
    display: block;
    color: var(--text-muted);
  }
  .kpi-card__value {
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--text-primary);
    margin-bottom: var(--space-2);
  }
  .kpi-card__label {
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
  .kpi-card__cta {
    display: inline-block;
    margin-top: var(--space-2);
    font-size: 12px;
    color: var(--rose-400);
    text-decoration: none;
    font-weight: 600;
    transition: color var(--transition-fast);
  }
  .kpi-card__cta:hover {
    color: var(--rose-500);
  }
  .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6);
    align-items: start;
  }
  .content-grid__left, .content-grid__right {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
  }
  .card {
    background: var(--surface-1);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: var(--space-6);
    transition: border-color var(--transition-base);
  }
  .card:hover {
    border-color: var(--border-medium);
  }
  .card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-5);
  }
  .card__title {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--text-primary);
  }
  .card__link {
    font-size: 12px;
    color: var(--indigo-400);
    text-decoration: none;
    font-weight: 500;
    transition: color var(--transition-fast);
  }
  .card__link:hover {
    color: var(--indigo-300);
    text-decoration: underline;
  }
  .brief-card {
    border-color: rgba(99, 102, 241, 0.15);
  }
  .brief-date {
    font-size: 11px;
    color: var(--text-muted);
    background: var(--obsidian-500);
    padding: 3px 10px;
    border-radius: var(--radius-full);
    font-weight: 500;
  }
  .brief-content {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
  }
  .brief-section h4 {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: var(--space-2);
    font-family: var(--font-body);
  }
  .brief-section p {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.65;
  }
  .brief-section--highlight {
    background: var(--indigo-glow);
    border: 1px solid rgba(99,102,241,0.15);
    border-radius: var(--radius-md);
    padding: var(--space-4);
  }
  .brief-section--highlight h4 {
    color: var(--indigo-400);
  }
  .brief-section--highlight p {
    color: var(--indigo-300);
  }
  .brief-actions {
    margin-top: var(--space-5);
    padding-top: var(--space-4);
    border-top: 1px solid var(--border-subtle);
  }
  .generate-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
  }
  .form-group {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
  }
  .form-group label {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.07em;
  }
  .form-control {
    background: var(--obsidian-600);
    border: 1px solid var(--border-medium);
    border-radius: var(--radius-md);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 14px;
    padding: var(--space-3) var(--space-4);
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
    outline: none;
    width: 100%;
  }
  .form-control:focus {
    border-color: var(--indigo-500);
    box-shadow: 0 0 0 3px rgba(99,102,241,0.15);
  }
  .form-control::placeholder {
    color: var(--text-muted);
  }
  textarea.form-control {
    resize: vertical;
  }
  select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M0 0l6 8 6-8z' fill='%2364748b'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
  }
  .platform-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
  }
  .platform-check input {
    display: none;
  }
  .platform-check__label {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-3);
    border: 1px solid var(--border-medium);
    border-radius: var(--radius-sm);
    font-size: 12px;
    color: var(--text-secondary);
    cursor: pointer;
    transition: border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast);
    user-select: none;
  }
  .platform-check__label:hover {
    border-color: var(--border-strong);
    color: var(--text-primary);
  }
  .platform-check input:checked + .platform-check__label {
    border-color: var(--indigo-500);
    background: var(--indigo-glow);
    color: var(--indigo-300);
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    text-decoration: none;
    transition: background var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast), color var(--transition-fast);
    white-space: nowrap;
    padding: 10px var(--space-5);
  }
  .btn:active {
    transform: scale(0.98);
  }
  .btn--primary {
    background: var(--indigo-500);
    color: white;
  }
  .btn--primary:hover {
    background: var(--indigo-600);
    box-shadow: var(--shadow-glow-indigo);
    transform: translateY(-1px);
  }
  .btn--emerald {
    background: var(--emerald-500);
    color: white;
  }
  .btn--emerald:hover {
    background: #0da271;
    box-shadow: var(--shadow-glow-emerald);
    transform: translateY(-1px);
  }
  .btn--accent {
    background: linear-gradient(135deg, var(--indigo-500), var(--emerald-500));
    color: white;
    font-weight: 600;
  }
  .btn--accent:hover {
    box-shadow: var(--shadow-glow-indigo);
    transform: translateY(-1px);
  }
  .btn--ghost {
    background: transparent;
    border: 1px solid var(--border-medium);
    color: var(--text-secondary);
  }
  .btn--ghost:hover {
    background: var(--surface-2);
    border-color: var(--border-strong);
    color: var(--text-primary);
  }
  .btn--danger {
    background: transparent;
    border: 1px solid rgba(244,63,94,0.3);
    color: var(--rose-400);
  }
  .btn--danger:hover {
    background: var(--rose-glow);
    border-color: var(--rose-400);
  }
  .btn--full {
    width: 100%;
  }
  .btn--sm {
    font-size: 13px;
    padding: 8px var(--space-4);
  }
  .btn--xs {
    font-size: 12px;
    padding: 6px var(--space-3);
    border-radius: var(--radius-sm);
  }
  .btn.loading {
    pointer-events: none;
    opacity: 0.75;
  }
  .btn.loading::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.6s linear infinite;
    margin-right: var(--space-2);
  }
  .post-queue {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
  }
  .pending-post-card {
    background: var(--obsidian-600);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: var(--space-4);
    transition: border-color var(--transition-base);
  }
  .pending-post-card:hover {
    border-color: var(--border-medium);
  }
  .pending-post-card__header {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: var(--space-3);
  }
  .pending-post-card__score {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: var(--radius-full);
  }
  .score--high {
    background: var(--emerald-glow);
    color: var(--emerald-400);
    border: 1px solid rgba(16,185,129,0.2);
  }
  .score--mid {
    background: var(--amber-glow);
    color: var(--amber-400);
    border: 1px solid rgba(245,158,11,0.2);
  }
  .pending-post-card__body {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: var(--space-3);
  }
  .pending-post-card__meta {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    margin-bottom: var(--space-3);
  }
  .pending-post-card__actions {
    display: flex;
    gap: var(--space-2);
  }
  .scheduled-list {
    display: flex;
    flex-direction: column;
    gap: 1px;
  }
  .scheduled-item {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-3) 0;
    border-bottom: 1px solid var(--border-subtle);
  }
  .scheduled-item:last-child {
    border-bottom: none;
  }
  .scheduled-item__time {
    min-width: 50px;
    text-align: center;
    flex-shrink: 0;
  }
  .scheduled-item__time strong {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-primary);
  }
  .scheduled-item__time span {
    font-size: 11px;
    color: var(--text-muted);
  }
  .scheduled-item__content {
    flex: 1;
    min-width: 0;
  }
  .scheduled-item__body {
    font-size: 13px;
    color: var(--text-secondary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .platform-icons {
    display: flex;
    gap: var(--space-2);
    margin-top: 4px;
  }
  .platform-icon {
    font-size: 12px;
    color: var(--text-muted);
  }
  .posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: var(--space-4);
  }
  .post-card {
    background: var(--surface-1);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: border-color var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base);
  }
  .post-card:hover {
    border-color: var(--border-medium);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
  }
  .post-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-4) var(--space-5);
    border-bottom: 1px solid var(--border-subtle);
  }
  .post-card__body {
    padding: var(--space-5);
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.65;
  }
  .post-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-3) var(--space-5);
    background: var(--obsidian-600);
    border-top: 1px solid var(--border-subtle);
  }
  .post-card__stat {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--text-muted);
  }
  .post-card__stat strong {
    color: var(--text-primary);
    font-weight: 600;
  }
  .top-posts {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
  }
  .top-post {
    padding: var(--space-4);
    background: var(--obsidian-600);
    border-radius: var(--radius-md);
    border: 1px solid var(--border-subtle);
  }
  .top-post__body {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.55;
    margin-bottom: var(--space-3);
  }
  .top-post__stats {
    display: flex;
    gap: var(--space-4);
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: var(--space-3);
  }
  .analytics-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-8);
    gap: var(--space-4);
  }
  .analytics-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--space-6);
  }
  .period-select {
    display: flex;
    gap: var(--space-2);
    background: var(--surface-1);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 4px;
  }
  .period-btn {
    padding: 6px 14px;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    background: none;
    color: var(--text-muted);
    transition: background var(--transition-fast), color var(--transition-fast);
    text-decoration: none;
    font-family: var(--font-body);
  }
  .period-btn.active, .period-btn:hover {
    background: var(--obsidian-500);
    color: var(--text-primary);
  }
  .posts-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-6);
    gap: var(--space-4);
  }
  .posts-tabs {
    display: flex;
    background: var(--surface-1);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 4px;
    overflow-x: auto;
    gap: 2px;
  }
  .posts-tab {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-muted);
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: background var(--transition-fast), color var(--transition-fast);
    white-space: nowrap;
  }
  .posts-tab:hover {
    background: var(--obsidian-500);
    color: var(--text-primary);
  }
  .posts-tab.active {
    background: var(--obsidian-500);
    color: var(--indigo-300);
  }
  .badge {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: var(--radius-full);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.4;
  }
  .badge--scheduled {
    background: var(--indigo-glow);
    color: var(--indigo-300);
    border: 1px solid rgba(99,102,241,0.2);
  }
  .badge--published {
    background: var(--emerald-glow);
    color: var(--emerald-400);
    border: 1px solid rgba(16,185,129,0.2);
  }
  .badge--draft {
    background: var(--obsidian-400);
    color: var(--text-muted);
  }
  .badge--failed {
    background: var(--rose-glow);
    color: var(--rose-400);
    border: 1px solid rgba(244,63,94,0.2);
  }
  .alert-card {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
    padding: var(--space-4) var(--space-5);
    border-radius: var(--radius-md);
    border-left: 3px solid;
    margin-bottom: var(--space-3);
    animation: slideIn 0.3s ease both;
  }
  .alert-card--warning {
    background: rgba(245,158,11,0.08);
    border-color: var(--amber-500);
  }
  .alert-card--critical {
    background: rgba(244,63,94,0.08);
    border-color: var(--rose-500);
  }
  .alert-card--info {
    background: var(--indigo-glow);
    border-color: var(--indigo-500);
  }
  .alert-card__icon {
    font-size: 16px;
    margin-top: 1px;
    flex-shrink: 0;
  }
  .alert-card__title {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 2px;
  }
  .alert-card__body {
    font-size: 12.5px;
    color: var(--text-secondary);
  }
  .flash {
    position: fixed;
    bottom: var(--space-6);
    right: var(--space-6);
    max-width: 400px;
    padding: var(--space-4) var(--space-5);
    border-radius: var(--radius-md);
    font-size: 13.5px;
    font-weight: 500;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    box-shadow: var(--shadow-lg);
    animation: slideInRight 0.3s ease both;
  }
  .flash--notice {
    background: var(--emerald-500);
    color: white;
  }
  .flash--alert {
    background: var(--rose-500);
    color: white;
  }
  .flash__close {
    background: none;
    border: none;
    color: currentColor;
    opacity: 0.7;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    transition: opacity var(--transition-fast);
  }
  .flash__close:hover {
    opacity: 1;
  }
  .notif-bell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--radius-md);
    background: var(--surface-2);
    border: 1px solid var(--border-subtle);
    color: var(--text-secondary);
    text-decoration: none;
    transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
    font-size: 16px;
  }
  .notif-bell:hover {
    background: var(--surface-3);
    border-color: var(--border-medium);
    color: var(--text-primary);
  }
  .notif-count {
    position: absolute;
    top: -4px;
    right: -4px;
    background: var(--rose-500);
    color: white;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--obsidian-800);
    line-height: 1;
  }
  .data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
  }
  .data-table th {
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    padding: var(--space-3) var(--space-4);
    border-bottom: 1px solid var(--border-subtle);
    font-family: var(--font-body);
  }
  .data-table td {
    padding: var(--space-3) var(--space-4);
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-subtle);
    transition: background var(--transition-fast);
  }
  .data-table tr:hover td {
    background: var(--obsidian-600);
  }
  .data-table tr:last-child td {
    border-bottom: none;
  }
  .onboarding-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-8);
  }
  .onboarding-card {
    width: 100%;
    background: var(--surface-1);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-xl);
    overflow: hidden;
  }
  .onboarding-card__header {
    padding: var(--space-8);
    background: linear-gradient(135deg, var(--indigo-glow), transparent);
    border-bottom: 1px solid var(--border-subtle);
    text-align: center;
  }
  .onboarding-card__logo {
    width: 56px;
    height: 56px;
    background: var(--indigo-500);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin: 0 auto var(--space-4);
    box-shadow: var(--shadow-glow-indigo);
  }
  .onboarding-card__title {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: var(--space-2);
    color: var(--text-primary);
  }
  .onboarding-card__sub {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.5;
  }
  .onboarding-card__body {
    padding: var(--space-8);
  }
  .onboarding-steps {
    display: flex;
    justify-content: center;
    gap: var(--space-3);
    margin-bottom: var(--space-8);
  }
  .onboarding-step {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--obsidian-400);
    transition: width var(--transition-base), background var(--transition-base), border-radius var(--transition-base);
  }
  .onboarding-step.active {
    background: var(--indigo-500);
    width: 24px;
    border-radius: 4px;
  }
  .loading-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.25);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.6s linear infinite;
    flex-shrink: 0;
  }
  .skeleton {
    background: var(--obsidian-500);
    border-radius: var(--radius-sm);
    position: relative;
    overflow: hidden;
  }
  .skeleton::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, transparent 0%, rgba(255,255,255,0.04) 50%, transparent 100% );
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
  }
}
@layer utilities {
  .truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-body {
    font-family: var(--font-body);
  }
  .glow-indigo {
    box-shadow: var(--shadow-glow-indigo);
  }
  .glow-emerald {
    box-shadow: var(--shadow-glow-emerald);
  }
  .glow-rose {
    box-shadow: var(--shadow-glow-rose);
  }
  .text-brand {
    color: var(--indigo-400);
  }
  .text-success {
    color: var(--emerald-400);
  }
  .text-warn {
    color: var(--amber-400);
  }
  .text-danger {
    color: var(--rose-400);
  }
}
@media (max-width: 1200px) {
  .kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
  .analytics-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .mobile-header {
    display: flex;
  }
  .sidebar {
    transform: translateX(-100%);
  }
  .sidebar.open {
    transform: translateX(0);
    box-shadow: var(--shadow-lg);
  }
  .sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99;
  }
  .sidebar-overlay.open {
    display: block;
  }
  .main-content--with-sidebar {
    margin-left: 0;
    padding: var(--space-6);
  }
}
@media (max-width: 640px) {
  .kpi-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3);
  }
  .main-content--with-sidebar {
    padding: var(--space-4);
  }
  .cmd-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .posts-grid {
    grid-template-columns: 1fr;
  }
  .flash {
    left: var(--space-4);
    right: var(--space-4);
    bottom: var(--space-4);
    max-width: none;
  }
  .onboarding-wrap {
    padding: var(--space-4);
  }
  .onboarding-card__header, .onboarding-card__body {
    padding: var(--space-6);
  }
  .analytics-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .posts-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .signup-grid-2 {
    grid-template-columns: 1fr !important;
  }
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.form-label-inline {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0;
}
.btn--lg {
  font-size: 15px;
  padding: 13px var(--space-6);
}
.auth-link {
  color: var(--indigo-400);
  text-decoration: none;
  transition: color var(--transition-fast);
}
.auth-link:hover {
  color: var(--indigo-300);
}
.auth-link--sm {
  font-size: 12px;
}
.auth-link--strong {
  font-weight: 500;
}
.auth-terms {
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 16px;
  line-height: 1.65;
}
.auth-footer {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.auth-footer__text {
  font-size: 13px;
  color: var(--text-muted);
}
.sidebar__collapse-btn {
  margin-left: auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: color var(--transition-fast), background var(--transition-fast);
  flex-shrink: 0;
}
.sidebar__collapse-btn:hover {
  color: var(--text-primary);
  background: var(--obsidian-600);
}
.sidebar.collapsed {
  width: 60px;
}
.sidebar.collapsed .sidebar__logo-text, .sidebar.collapsed .sidebar__logo-tagline, .sidebar.collapsed .sidebar__business, .sidebar.collapsed .nav-section__label, .sidebar.collapsed .nav-item__label, .sidebar.collapsed .nav-item__badge, .sidebar.collapsed .autopilot-status__label, .sidebar.collapsed .autopilot-status__sub, .sidebar.collapsed .sidebar__user-name, .sidebar.collapsed .sidebar__signout span {
  display: none;
}
.sidebar.collapsed .sidebar__logo {
  justify-content: center;
  padding: var(--space-5) var(--space-3);
}
.sidebar.collapsed .sidebar__logo-mark {
  margin: 0;
}
.sidebar.collapsed .sidebar__collapse-btn {
  display: none;
}
.sidebar.collapsed .nav-item {
  justify-content: center;
  padding: var(--space-3);
}
.sidebar.collapsed .nav-item__icon {
  width: auto;
  font-size: 16px;
}
.sidebar.collapsed .nav-item {
  position: relative;
}
.sidebar.collapsed .nav-item::after {
  content: attr(title);
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: var(--obsidian-500);
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--transition-fast);
  border: 1px solid var(--border-medium);
  z-index: 200;
}
.sidebar.collapsed .nav-item:hover::after {
  opacity: 1;
}
.sidebar.collapsed .autopilot-status {
  justify-content: center;
  padding: var(--space-3);
}
.sidebar.collapsed .sidebar__user {
  justify-content: center;
}
.sidebar.collapsed .sidebar__user-avatar {
  margin: 0;
}
.sidebar__user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--indigo-500);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  flex-shrink: 0;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-outline-style: solid;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
