@layer izme.tokens,izme.base,izme.components;@layer izme.tokens{:root{--bg: #ffffff;--surface: #f2f3f5;--fg: #171717;--fg-muted: #5b6470;--line: #e3e5e8;--accent: #003876;--accent-fg: #ffffff;--accent-weak: #e8eef5;--bg-0: #ffffff;--bg-50: #fafbfc;--bg-100: #f2f3f5;--bg-200: #e8eaed;--bg-300: #d9dce0;--bg-400: #b9bec6;--bg-500: #8b929c;--bg-600: #5b6470;--bg-700: #3a4150;--bg-800: #232833;--bg-900: #141821;--bg-1000: #000000;--font-sans: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;--text-display: 3.5rem;--text-h1: 2.5rem;--text-h2: 1.75rem;--text-h3: 1.25rem;--text-body: 1rem;--text-small: .875rem;--text-caption: .75rem;--weight-body: 400;--weight-strong: 600;--weight-display: 700;--leading-body: 1.6;--leading-head: 1.1;--space: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--space-16: 64px;--space-24: 96px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 8px 24px rgba(0, 0, 0, .08);--ease: cubic-bezier(.2, .7, .2, 1);--dur: .24s}:root[data-theme=dark]{--bg: #0a0a0a;--surface: #161618;--fg: #ededed;--fg-muted: #9aa3af;--line: #26262a;--accent: #3576c0;--accent-fg: #ffffff;--accent-weak: #11243a;--bg-0: #0a0a0a;--bg-50: #111114;--bg-100: #161618;--bg-200: #1f1f23;--bg-300: #2a2a30;--bg-400: #3d3d45;--bg-500: #5f626b;--bg-600: #8a8f99;--bg-700: #a9adb6;--bg-800: #c7cad1;--bg-900: #e2e4e8;--bg-1000: #ffffff;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--shadow-md: 0 8px 24px rgba(0, 0, 0, .55)}@media(prefers-color-scheme:dark){:root:not([data-theme]){--bg: #0a0a0a;--surface: #161618;--fg: #ededed;--fg-muted: #9aa3af;--line: #26262a;--accent: #3576c0;--accent-fg: #ffffff;--accent-weak: #11243a;--bg-0: #0a0a0a;--bg-50: #111114;--bg-100: #161618;--bg-200: #1f1f23;--bg-300: #2a2a30;--bg-400: #3d3d45;--bg-500: #5f626b;--bg-600: #8a8f99;--bg-700: #a9adb6;--bg-800: #c7cad1;--bg-900: #e2e4e8;--bg-1000: #ffffff;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--shadow-md: 0 8px 24px rgba(0, 0, 0, .55)}}}@layer izme.base{*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;color-scheme:light dark}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:var(--text-body);font-weight:var(--weight-body);line-height:var(--leading-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}:where(a){color:var(--accent)}:where(:focus-visible){outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}}@layer izme.components{.ns{font-family:var(--font-mono);white-space:nowrap}.ns-name{font-weight:var(--weight-strong);color:var(--fg)}.ns--accent .ns-name{color:var(--accent)}.ns-suffix{font-weight:var(--weight-body);color:var(--fg-muted)}}
