@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:#f8f9ff;--foreground:#0f172a}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--background);color:var(--foreground)}*{box-sizing:border-box}}@layer components{.prd-section,.prd-section h2,.prd-section li,.prd-section p,.prd-section strong,.prd-section ul{@apply font-semibold text-slate-900}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.streaming-cursor:after{content:"▋";display:inline-block;animation:blink .8s ease-in-out infinite;color:#4f46e5;margin-left:2px}