@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 99%;--foreground: 224 71% 4%;--app-header-h: 3.5rem;--card: 0 0% 100%;--card-foreground: 224 71% 4%;--popover: 0 0% 100%;--popover-foreground: 224 71% 4%;--primary: 20 100% 63%;--primary-foreground: 0 0% 100%;--secondary: 220 14% 96%;--secondary-foreground: 224 71% 4%;--muted: 220 14% 96%;--muted-foreground: 220 8% 46%;--accent: 220 14% 94%;--accent-foreground: 224 71% 4%;--destructive: 360 84% 60%;--destructive-foreground: 0 0% 98%;--border: 220 13% 90%;--input: 220 13% 90%;--ring: 20 100% 63%;--radius: .75rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 224 71% 4%;--sidebar-primary: 20 100% 63%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 216 20% 94%;--sidebar-accent-foreground: 224 71% 4%;--sidebar-border: 220 13% 90%;--sidebar-ring: 20 100% 63%}.dark{--background: 224 71% 4%;--foreground: 0 0% 98%;--card: 224 71% 6%;--card-foreground: 0 0% 98%;--popover: 224 71% 6%;--popover-foreground: 0 0% 98%;--primary: 20 100% 63%;--primary-foreground: 0 0% 100%;--secondary: 224 25% 12%;--secondary-foreground: 0 0% 98%;--muted: 224 25% 12%;--muted-foreground: 220 10% 66%;--accent: 224 25% 18%;--accent-foreground: 0 0% 98%;--destructive: 360 70% 55%;--destructive-foreground: 0 0% 98%;--border: 224 25% 18%;--input: 224 25% 18%;--ring: 20 100% 63%;--sidebar-background: 224 71% 5%;--sidebar-foreground: 0 0% 98%;--sidebar-primary: 20 100% 63%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 224 25% 18%;--sidebar-accent-foreground: 0 0% 98%;--sidebar-border: 224 25% 18%;--sidebar-ring: 20 100% 63%}}@layer base{html,body{@apply h-full w-full overflow-x-hidden;-webkit-text-size-adjust:100%}body{@apply bg-background text-foreground antialiased selection:bg-primary/20;background-image:radial-gradient(circle at 50% 0%,hsla(var(--primary),.08) 0%,transparent 60%),linear-gradient(to bottom,transparent,hsla(var(--background),1) 100%);background-attachment:fixed}.dark body{background-image:radial-gradient(circle at 50% 0%,hsla(var(--primary),.05) 0%,transparent 50%),radial-gradient(circle at 100% 0%,hsla(var(--secondary),.1) 0%,transparent 40%)}*{@apply border-border;box-sizing:border-box}}@layer utilities{.glass{@apply bg-background/70 backdrop-blur-xl border-white/20 dark:border-white/5;}.glass-card{@apply bg-card/80 backdrop-blur-md border-white/20 dark:border-white/5 shadow-sm hover:shadow-md transition-all duration-300;}.text-shadow{text-shadow:0 1px 2px rgba(0,0,0,.1)}.text-scale-safe{word-break:break-word;overflow-wrap:break-word}}
