@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{@apply border-border;@apply bg-dark text-text font-dm-sans;body{max-width:430px;min-height:100vh;margin:0 auto;position:relative}@apply font-syne;}@layer components{@apply bg-primary text-white px-6 py-3 rounded-lg font-medium transition-colors hover:bg-primary/90 active:scale-95;@apply bg-card text-text px-6 py-3 rounded-lg font-medium transition-colors hover:bg-card/80 active:scale-95;@apply bg-card rounded-xl p-4 shadow-lg;@apply bg-dark border border-gray-700 rounded-lg px-4 py-3 text-text placeholder-gray-500 focus:outline-none focus:border-primary;}
