@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-feature-settings:"rlig" 1,"calt" 1}}@layer components{.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{@apply bg-card border border-border;}.chat-history-modal{@apply bg-card text-card-foreground;}.chat-history-item{@apply bg-card border-border hover:bg-muted/50;}.chat-item-active{@apply bg-primary/5 border-primary;}.search-input{@apply bg-muted border-border text-foreground placeholder:text-muted-foreground;}}@layer utilities{.text-visible{@apply text-foreground;}.bg-visible{@apply bg-background;}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}
