@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{color-scheme:light}body{@apply bg-surface-page text-ink-primary antialiased;font-feature-settings:"cv11","ss01"}::selection{@apply bg-brand-200;}}@layer components{.card{@apply bg-surface-card border border-border rounded-lg shadow-card;}.btn{@apply inline-flex items-center justify-center gap-2 rounded-md text-sm font-medium transition-colors disabled:opacity-50 disabled:pointer-events-none px-4 py-2;}.btn-primary{@apply btn bg-brand-500 text-white hover:bg-brand-600;}.btn-secondary{@apply btn bg-white border border-border text-ink-primary hover:bg-surface-page;}.btn-ghost{@apply btn text-ink-secondary hover:bg-surface-page;}.input{@apply w-full rounded-md border border-border bg-white px-3 py-2 text-sm text-ink-primary placeholder:text-ink-muted focus:outline-none focus:ring-2 focus:ring-brand-300 focus:border-brand-400;}.label{@apply block text-xs font-medium text-ink-secondary mb-1.5;}.badge{@apply inline-flex items-center rounded-md px-2 py-0.5 text-xs font-medium;}}
