:root{--color-hallmark-purple:#5C068C;--color-hallmark-purple-dark:#4A0570;--color-hallmark-purple-light:#7B2D8E;--color-hallmark-teal:#007C89;--color-hallmark-teal-dark:#006570;--color-hallmark-gold:#C5A572;--color-hallmark-gold-light:#D4B98A;--background:0 0% 100%;--foreground:0 0% 20%;--card:0 0% 100%;--card-foreground:0 0% 20%;--popover:0 0% 100%;--popover-foreground:0 0% 20%;--primary:280 91% 29%;--primary-foreground:0 0% 100%;--secondary:289 52% 36%;--secondary-foreground:0 0% 100%;--muted:0 0% 97%;--muted-foreground:0 0% 40%;--accent:184 100% 27%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:0 0% 90%;--input:0 0% 90%;--ring:280 91% 29%;--radius:0.5rem;--sidebar:280 91% 29%;--sidebar-foreground:0 0% 100%;--sidebar-primary:0 0% 100%;--sidebar-primary-foreground:280 91% 29%;--sidebar-accent:289 52% 36%;--sidebar-accent-foreground:0 0% 100%;--sidebar-border:280 91% 25%;--sidebar-ring:0 0% 100%;--chart-1:280 91% 29%;--chart-2:184 100% 27%;--chart-3:39 41% 61%;--chart-4:289 52% 36%;--chart-5:0 0% 60%;--font-sans:"Inter","Helvetica Neue",Arial,sans-serif;--font-serif:Georgia,"Times New Roman",serif}.dark{--background:280 30% 8%;--foreground:0 0% 95%;--card:280 25% 12%;--card-foreground:0 0% 95%;--popover:280 25% 12%;--popover-foreground:0 0% 95%;--primary:280 70% 60%;--primary-foreground:280 30% 8%;--secondary:289 40% 50%;--secondary-foreground:0 0% 100%;--muted:280 20% 18%;--muted-foreground:0 0% 65%;--accent:184 80% 45%;--accent-foreground:0 0% 100%;--destructive:0 70% 50%;--destructive-foreground:0 0% 100%;--border:280 20% 20%;--input:280 20% 20%;--ring:280 70% 60%;--sidebar:280 30% 10%;--sidebar-foreground:0 0% 95%;--sidebar-primary:280 70% 60%;--sidebar-primary-foreground:280 30% 8%;--sidebar-accent:280 25% 18%;--sidebar-accent-foreground:0 0% 95%;--sidebar-border:280 20% 18%;--sidebar-ring:280 70% 60%}@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{@apply border-border}body{@apply bg-background text-foreground antialiased;font-family:var(--font-sans);font-feature-settings:"rlig" 1,"calt" 1}h1,h2,h3,h4,h5,h6{@apply font-semibold tracking-tight}a{color:hsl(var(--accent))}a:hover{text-decoration:underline}}@layer components{.btn-hallmark-primary{@apply inline-flex items-center justify-center rounded-hallmark px-6 py-2 text-sm font-medium text-white transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50;background-color:var(--color-hallmark-purple)}.btn-hallmark-primary:hover{background-color:var(--color-hallmark-purple-dark)}.btn-hallmark-secondary{@apply inline-flex items-center justify-center rounded-hallmark border-2 px-6 py-2 text-sm font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50;border-color:var(--color-hallmark-purple);color:var(--color-hallmark-purple);background-color:transparent}.btn-hallmark-secondary:hover{background-color:var(--color-hallmark-purple);color:#ffffff}.btn-hallmark-teal{@apply inline-flex items-center justify-center rounded-hallmark px-6 py-2 text-sm font-medium text-white transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50;background-color:var(--color-hallmark-teal)}.btn-hallmark-teal:hover{background-color:var(--color-hallmark-teal-dark)}.hallmark-crown{color:var(--color-hallmark-gold)}.hallmark-card{@apply rounded-lg border border-border bg-card text-card-foreground shadow-sm}.hallmark-section-muted{background-color:#F7F7F7}}