
:root{
  --primary:#1E40AF;
  --secondary:#3B82F6;
  --accent:#F97316;
  --accent-dark:#EA580C;
  --dark:#111827;
  --bg:#F9FAFB;
  --card:#FFFFFF;
  --border:#E5E7EB;
}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.prose-content p{margin-top:1rem;line-height:1.9}
.prose-content a{color:var(--primary);font-weight:600}
.prose-content a:hover{text-decoration:underline}
.featured-snippet-block{position:relative;overflow:hidden}
.featured-snippet-block::after{
  content:"";
  position:absolute;
  right:-50px;top:-50px;
  width:140px;height:140px;
  background:rgba(249,115,22,.08);
  border-radius:999px;
}
.qa-block{height:100%}
.answer-capsule{margin-top:.75rem}
input,textarea,button{font:inherit}
input::placeholder,textarea::placeholder{color:#94a3b8}
section[id]{scroll-margin-top:90px}
@media (max-width: 768px){
  .prose-content p{line-height:1.8}
}
