:root {
	--ink: #111827;
	--muted: #5d6677;
	--faint: #64748b;
	--line: #e5e8ef;
	--paper: #ffffff;
	--soft: #f7f8fb;
	--accent: #ed4b97;
	--accent-dark: #2f2f8c;
	--blue: #149ed8;
	--lavender: #a78bfa;
	--mint: #166534;
	--amber: #b45309;
	--panel-bg: #ffffff;
	--panel-border: var(--line);
	--chip-bg: var(--soft);
	--radius: 18px;
	--radius-sm: 12px;
	--shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	--maxw: 1100px;
	--header-offset: 105px;
	--font-display: Inter, system-ui, -apple-system, sans-serif;
	--font-body: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
	--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	--font-signature: "Great Vibes", "Segoe Script", "Snell Roundhand", cursive;
}
