@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:40,40,40;--background-start-rgb:250,249,248;--background-end-rgb:242,240,237;--accent-gold:184,144,91}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,rgb(var(--background-start-rgb)),rgb(var(--background-end-rgb)));letter-spacing:-.01em;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;overflow-x:hidden}@layer components{@apply bg-white/60 backdrop-blur-2xl border border-white/40 rounded-3xl shadow-[0_8px_32px_rgba(0,0,0,.03)];@apply w-full bg-black/5 border border-transparent rounded-2xl px-5 py-4 text-gray-800 transition-all focus:bg-white focus:ring-4 focus:ring-amber-100/50 outline-none;@apply bg-zinc-900 text-white font-semibold py-4 px-8 rounded-2xl transition-all hover:bg-zinc-800 active:scale-[.98]shadow-lg shadow-zinc-200;@apply bg-amber-50 text-amber-700 text-[10px]px-2.5 py-1 rounded-full font-bold border border-amber-200 shadow-sm;@apply zen-glass hover:shadow-xl transition-all duration-500 border-white/60 flex flex-col items-center justify-center aspect-square;}
