initial commit after split

This commit is contained in:
2026-06-24 01:43:10 +02:00
parent b1d6c0150f
commit 30c11a6dcf
173 changed files with 25380 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
:root {
--rail-bg: #25282a;
--rail-bg-active: #1c1e20;
--accent: #ef6b3a;
--accent-soft: rgba(239, 107, 58, .35);
--bg: #e9e7e4;
--bar: #d4d0ca;
--panel: #f7f6f4;
--panel-soft: #ffffff;
--panel-header: #ffffff;
--surface: #ffffff;
--surface-subtle: var(--panel-soft);
--line: #d6d2cc;
--line-dark: #bdb8b0;
--border: var(--line);
--text: #48494c;
--text-strong: #303135;
--muted: #8a8781;
--muted-text: var(--muted);
--green: #7bbcaf;
--amber: #f5c56c;
--red: #e06a5f;
--blue: #7ea6c5;
--success-bg: #d8eee8;
--success-text: #315f55;
--info-bg: #dce9f3;
--info-text: #365c76;
--danger-text: #a64840;
--focus-ring: 0 0 0 3px rgba(82, 130, 177, .14);
--shadow: 0 1px 2px rgba(0,0,0,.15), 0 10px 30px rgba(0,0,0,.04);
--shadow-menu: 0 16px 40px rgba(0,0,0,.18);
--shadow-popover: 0 3px 8px -3px rgba(0,0,0,.16);
--radius: 8px;
--radius-sm: 4px;
--radius-md: var(--radius);
--radius-lg: 12px;
--radius-pill: 999px;
--font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--bg); }
a { color: inherit; }