@tailwind base;@tailwind components;@tailwind utilities;@layer base{html,body,#root{@apply h-full;}body{@apply bg-[#E5E5E5] text-text-primary font-sans antialiased;}#root{@apply flex flex-col;}}@layer components{.btn{@apply inline-flex items-center justify-center rounded-sm px-4 py-3 text-base font-medium transition-colors duration-150;}.btn-primary{@apply btn bg-accent text-white hover:bg-accent-hover;}.btn-secondary{@apply btn border border-border bg-surface text-text-primary hover:bg-surface-hover;}.input{@apply w-full rounded-sm border border-border bg-white px-3.5 py-3 text-base outline-none focus:border-border-strong focus:ring-2 focus:ring-info-bg;}.card{@apply rounded-md border border-border bg-white p-4;}.tag{@apply inline-flex items-center rounded-full px-2.5 py-1 text-xs font-medium whitespace-nowrap;}.section-title{@apply mb-3 text-xs font-semibold uppercase tracking-wide text-text-secondary;}.toggle{@apply relative h-7 w-12 cursor-pointer rounded-full bg-border-strong transition-colors duration-150;}.toggle:after{content:"";@apply absolute left-0.5 top-0.5 h-6 w-6 rounded-full bg-white transition-transform duration-150;}.toggle.on{@apply bg-accent;}.toggle.on:after{@apply translate-x-5;}}
