:root {
	--tc-color-brand-900: #3b0162;
	--tc-color-brand-700: #6a0389;
	--tc-color-accent-700: #a00281;
	--tc-color-accent-600: #cb017b;
	--tc-color-primary: #3b0162;
	--tc-color-primary-hover: #30004f;
	--tc-color-primary-active: #25003d;
	--tc-color-primary-subtle: #f7f1fa;
	--tc-color-accent: #cb017b;
	--tc-color-text: #1d2939;
	--tc-color-text-muted: #5d6675;
	--tc-color-page: #f8f5fb;
	--tc-color-surface: #ffffff;
	--tc-color-border: #d9d5e0;
	--tc-color-focus: #6a0389;
	--tc-color-success: #087f5b;
	--tc-color-warning: #8a4b00;
	--tc-color-error: #b42318;
	--tc-color-info: #175cd3;
	--tc-gradient-brand: linear-gradient(135deg, #3b0162 0%, #6a0389 45%, #cb017b 100%);
	--tc-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Noto Sans Devanagari", "Nirmala UI", Roboto, Arial, sans-serif;
	--tc-space-1: 4px;
	--tc-space-2: 8px;
	--tc-space-3: 12px;
	--tc-space-4: 16px;
	--tc-space-5: 24px;
	--tc-space-6: 32px;
	--tc-space-7: 48px;
	--tc-space-8: 64px;
	--tc-radius-control: 8px;
	--tc-radius-card: 16px;
	--tc-radius-pill: 999px;
	--tc-shadow-card: 0 10px 30px rgba(59, 1, 98, .07);
	--tc-shadow-raised: 0 14px 36px rgba(59, 1, 98, .14);
	--tc-focus-ring: 0 0 0 3px rgba(106, 3, 137, .24);
	--tc-transition-fast: 160ms ease;
	--tc-form-width: 720px;
	--tc-form-split-width: 1040px;
	--tc-content-width: 1200px;
	--tc-content-wide-width: 1440px;
}

