@theme inline{ --color-primary-soft: var(--primary-soft); --color-primary-tint: var(--primary-tint); --color-grey-50: var(--grey-50); --color-grey-100: var(--grey-100); --color-grey-200: var(--grey-200); --color-grey-300: var(--grey-300); --color-grey-400: var(--grey-400); --color-grey-500: var(--grey-500); --color-grey-600: var(--grey-600); --color-grey-700: var(--grey-700); --color-grey-800: var(--grey-800); --color-grey-900: var(--grey-900); --color-brand-50: var(--brand-50); --color-brand-100: var(--brand-100); --color-brand-200: var(--brand-200); --color-brand-500: var(--brand-500); --color-brand-600: var(--brand-600); --color-brand-700: var(--brand-700); --color-status-success: var(--status-success); --color-status-info: var(--status-info); --color-status-danger: var(--status-danger); --shadow-card-sm: var(--shadow-card-sm); --shadow-card-md: var(--shadow-card-md); --shadow-sheet: var(--shadow-sheet); --shadow-bottom-bar: var(--shadow-bottom-bar); }:root{--primary-soft: #EEE6FF;--primary-tint: #F6F1FF;--grey-50: #FAFAFA;--grey-100: #F5F5F5;--grey-200: #EEEEEE;--grey-300: #DDDDDD;--grey-400: #BDBDBD;--grey-500: #9E9E9E;--grey-600: #757575;--grey-700: #555555;--grey-800: #2C2C2C;--grey-900: #1A1A1A;--brand-50: #F6F1FF;--brand-100: #EEE6FF;--brand-200: #CFC2FF;--brand-500: #682AFF;--brand-600: #5222CC;--brand-700: #3E1A99;--status-success: #58CE64;--status-info: #3399FE;--status-danger: #EF4848;--shadow-card-sm: 0 0 8px 0 rgba(0, 0, 0, .05);--shadow-card-md: 0 0 8px 0 rgba(0, 0, 0, .08);--shadow-sheet: 2px 2px 8px 0 rgba(0, 0, 0, .2);--shadow-bottom-bar: 0 -2px 8px 0 rgba(0, 0, 0, .04);--background: var(--grey-50);--foreground: var(--grey-900);--card: #FFFFFF;--card-foreground: var(--grey-900);--popover: #FFFFFF;--popover-foreground: var(--grey-900);--primary: var(--brand-500);--primary-foreground: #FFFFFF;--secondary: var(--grey-100);--secondary-foreground: var(--grey-900);--muted: var(--grey-100);--muted-foreground: var(--grey-600);--accent: var(--brand-50);--accent-foreground: var(--brand-700);--destructive: var(--status-danger);--destructive-foreground: #FFFFFF;--border: var(--grey-200);--input: var(--grey-200);--ring: var(--brand-200)}.dark{--primary-soft: #2D1E5C;--primary-tint: #1F1738;--grey-50: #1A1A1A;--grey-100: #242424;--grey-200: #2E2E2E;--grey-300: #3D3D3D;--grey-400: #5A5A5A;--grey-500: #7A7A7A;--grey-600: #9A9A9A;--grey-700: #BDBDBD;--grey-800: #E0E0E0;--grey-900: #F5F5F5;--brand-50: #1F1738;--brand-100: #2D1E5C;--brand-200: #4A3590;--brand-500: #8B5FFF;--brand-600: #A583FF;--brand-700: #C2A8FF;--status-success: #4AB55A;--status-info: #4AA3E8;--status-danger: #F06060;--shadow-card-sm: 0 0 8px 0 rgba(0, 0, 0, .4);--shadow-card-md: 0 0 8px 0 rgba(0, 0, 0, .5);--shadow-sheet: 2px 2px 8px 0 rgba(0, 0, 0, .6);--shadow-bottom-bar: 0 -2px 8px 0 rgba(0, 0, 0, .3);--background: var(--grey-50);--foreground: var(--grey-900);--card: #FFFFFF;--card-foreground: var(--grey-900);--popover: #FFFFFF;--popover-foreground: var(--grey-900);--primary: var(--brand-500);--primary-foreground: #FFFFFF;--secondary: var(--grey-100);--secondary-foreground: var(--grey-900);--muted: var(--grey-100);--muted-foreground: var(--grey-600);--accent: var(--brand-50);--accent-foreground: var(--brand-700);--destructive: var(--status-danger);--destructive-foreground: #FFFFFF;--border: var(--grey-200);--input: var(--grey-200);--ring: var(--brand-200)}@layer base{button,a{text-align:start;color:inherit}button{font:inherit;cursor:pointer;background:transparent}a{cursor:pointer;text-decoration:none}}
