:root{
--postly-bg:#07070D;--postly-surface-dim:#04040A;--postly-surface-lowest:#05050B;--postly-surface-low:#0A0A14;--postly-surface:#0D0D18;--postly-surface-hover:#111120;--postly-surface-high:#141422;--postly-surface-higher:#1A1A2A;--postly-surface-bright:#1C1C2E;
--postly-violet-900:#23005C;--postly-violet-700:#5600CA;--postly-violet-600:#6366F1;--postly-violet-500:#7C3AED;--postly-violet-400:#A78BFA;--postly-violet-300:#C4B5FD;--postly-violet-200:#EDE9FE;
--postly-text-primary:#EDEDF2;--postly-text-secondary:#888898;--postly-text-muted:#525268;--postly-text-faint:#333348;
--postly-border:rgba(255,255,255,0.055);--postly-border-hover:rgba(255,255,255,0.09);--postly-border-strong:rgba(255,255,255,0.12);
--postly-success:#4ADE80;--postly-success-bg:rgba(34,197,94,0.12);
--postly-warning:#FCD34D;--postly-warning-bg:rgba(245,158,11,0.12);
--postly-danger:#F87171;--postly-danger-bg:rgba(239,68,68,0.12);
--postly-info:#A78BFA;--postly-info-bg:rgba(124,58,237,0.12);
--postly-neutral-bg:rgba(255,255,255,0.06);
--postly-accent-08:rgba(124,58,237,0.08);--postly-accent-18:rgba(124,58,237,0.18);--postly-accent-22:rgba(124,58,237,0.22);--postly-accent-55:rgba(124,58,237,0.55);
--color-background:var(--postly-bg);--color-surface:var(--postly-surface);--color-surface-hover:var(--postly-surface-hover);--color-surface-input:var(--postly-surface-low);
--color-primary:var(--postly-violet-500);--color-primary-hover:var(--postly-violet-400);--color-accent:var(--postly-violet-400);
--color-border:var(--postly-border);--color-border-hover:var(--postly-border-hover);
--color-text:var(--postly-text-primary);--color-text-muted:var(--postly-text-secondary);--color-text-faint:var(--postly-text-faint);
--color-success:var(--postly-success);--color-warning:var(--postly-warning);--color-danger:var(--postly-danger);--color-info:var(--postly-info);
}