@tailwind base;@tailwind components;@tailwind utilities;:root{--brand:#ff6b35;--surface:#FAFAF9}*{-webkit-tap-highlight-color:transparent}body{background-color:var(--surface);overscroll-behavior:none}@layer components{.btn-primary{@apply bg-brand-500 text-white font-semibold py-3 px-6 rounded-2xl
           active:scale-95 transition-transform duration-100 select-none}.btn-ghost{@apply bg-white text-gray-700 font-medium py-3 px-6 rounded-2xl
           border border-gray-200 active:scale-95 transition-transform duration-100 select-none}.card{@apply bg-white rounded-3xl shadow-card p-5}}