:root {
	--bg-main: #f3f5fb;
	--bg-shell: #ffffff;
	--bg-soft: #f7f9fc;
	--bg-muted: #eef2f8;
	--text-main: #111827;
	--text-sub: #6b7280;
	--text-light: #8b95a7;
	--line: #e6eaf2;
	--brand: #1f6ff2;
	--brand-2: #155fd5;
	--danger: #e64a4a;
	--success: #1ba65a;
	--shadow-shell: 0 18px 44px rgba(18, 39, 84, 0.15);
	--shadow-soft: 0 8px 20px rgba(20, 41, 88, 0.12);
	--radius-shell: 30px;
	--radius-md: 16px;
	--radius-sm: 12px;
	--space-1: 4px;
	--space-2: 8px;
	--space-3: 12px;
	--space-4: 16px;
	--space-5: 20px;
	--space-6: 24px;
}