-**Code Syntax Highlighting** - Complete `--code-*` variables for all 18 themes
-**Extended Chart Colors** - `chart-6` through `chart-9` added to all themes
-**Style Guide Template** - Comprehensive design system reference in `/library`
[CHANGED]
-All 18 themes now pass WCAG AA accessibility audit
-FUI theme border contrast improved (3:1 minimum for UI components)
-Code comment contrast fixed for readability in dark themes
-Chart color duplicates removed from `:root` theme
[FIXED]
-Blueprint theme border: 45% → 55% for WCAG 3:1
-Cyberpunk theme border: 25% → 38% for WCAG 3:1
-Navigator theme border: 30% → 36% for WCAG 3:1
-Phosphor theme border: 25% → 35% for WCAG 3:1
-Holographic theme border: 35% → 40% for WCAG 3:1
-Red theme code comments: 40% → 50% for readability
-Infrared theme code comments: 35% → 28% for contrast
v1.0.1 - DYNAMIC_RADIUS_SYSTEM
[0x04] v1.0.1 - DYNAMIC_RADIUS_SYSTEM2025-12-25
[CHANGED]
-**Dynamic Border Radius System** - Components now use `mode.radius` which maps to CSS `var(--radius)`, allowing themes to control border radius dynamically
-All 78+ UI components updated to use `mode.radius` instead of hardcoded `rounded-none`
-Design system documentation comprehensively updated across 18+ files
[FIXED]
-Calendar component layout and centering issues
-ScrollArea radius applied to correct element (outer container)
-InputOTP spacing when rounded
-Progress bar height and radius support
-Table headers no longer break when themes use rounded corners
[REMOVED]
-Sticky CTA bar from landing pages (component retained for optional use)