@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;transition:background-color .5s,color .5s}.container-bg{background-color:#f9fafb;color:#1f2937;min-height:100vh}.dark .container-bg{background-color:#0f172a;color:#f9fafb}.ad-container-box{min-height:350px;border:2px solid #e5e7eb;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.dark .ad-container-box{border-color:#374151;background-color:#1f2937}.ad-slot{width:100%;height:100%;display:none}#root{max-width:1280px;margin:0 auto}
