@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-cream text-charcoal font-sans;}}@media print{@page{margin:1.5cm;size:auto}body{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background-color:#fff!important;color:#000!important}.dark{color-scheme:light}.dark body,.dark .bg-stone-900,.dark .bg-stone-800,.dark .bg-stone-950,.dark .bg-neutral-900{background-color:#fff!important;color:#000!important;border-color:#e5e5e5!important}.dark .text-stone-100,.dark .text-stone-200,.dark .text-stone-300,.dark .text-white{color:#1c1917!important}.dark .border-stone-700,.dark .border-stone-800{border-color:#e5e5e5!important}header,button,.no-print,[role=button],.fixed,.sticky{display:none!important}.min-h-screen{min-height:auto!important;height:auto!important}.overflow-hidden{overflow:visible!important}}
