:root{--tg-bg:#0a0a0a;--tg-bg-deep:#070707;--tg-surface:#111111;--tg-surface-raised:#181818;--tg-surface-overlay:rgba(255,255,255,0.03);--tg-surface-translucent:rgba(255,255,255,0.05);--tg-border:rgba(255,255,255,0.08);--tg-border-strong:rgba(255,255,255,0.14);--tg-border-soft:rgba(255,255,255,0.055);--tg-text:#fafafa;--tg-text-muted:#a1a1aa;--tg-text-subtle:#8b8b95;--tg-text-faint:#7c7c85;--tg-accent:#10b981;--tg-accent-strong:#34d399;--tg-accent-soft:rgba(16,185,129,0.12);--tg-accent-edge:rgba(16,185,129,0.42);--tg-focus:#26d0ce;--tg-focus-ring:rgba(38,208,206,0.5);--tg-permit:#34d399;--tg-success:#10b981;--tg-deny:#f87171;--tg-danger:#dc2626;--tg-warn:#f59e0b;--tg-caution:#facc15;--tg-info:#38bdf8;--tg-silence:#a1a1aa;--tg-cap-live:#86efac;--tg-cap-partial:#fcd34d;--tg-cap-simulated:#c4b5fd;--tg-cap-offline:#8b8b95;--tg-radius-sm:6px;--tg-radius-md:8px;--tg-radius-lg:12px;--tg-radius-pill:999px;--tg-space-1:4px;--tg-space-2:8px;--tg-space-3:12px;--tg-space-4:16px;--tg-space-5:20px;--tg-space-6:24px;--tg-space-8:32px;--tg-space-10:40px;--tg-text-2xs:0.625rem;--tg-text-xs:0.75rem;--tg-text-sm:0.8125rem;--tg-text-base:0.875rem;--tg-text-md:1rem;--tg-text-lg:1.125rem;--tg-text-xl:1.375rem;--tg-text-2xl:1.75rem;--tg-shadow-sm:0 1px 2px rgba(0,0,0,0.4);--tg-shadow-md:0 4px 16px rgba(0,0,0,0.45);--tg-shadow-lg:0 12px 40px rgba(0,0,0,0.5);--tg-font-sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--tg-font-mono:"JetBrains Mono","Geist Mono",ui-monospace,"SFMono-Regular",Menlo,monospace;--tg-ease:cubic-bezier(0.22,1,0.36,1);--tg-ease-in-out:cubic-bezier(0.45,0,0.2,1);--tg-dur-fast:0.12s;--tg-dur:0.2s;--foundation:var(--tg-bg);--panel:var(--tg-surface);--steel:var(--tg-text-muted);--white:var(--tg-text);--accent:var(--tg-accent);--line:var(--tg-border);--mono:var(--tg-font-mono)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--mono);background:var(--foundation);color:var(--steel);font-size:14px;line-height:1.6}body.customerRoot{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#010101;color:#a0a0a0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}