@tailwind base;@tailwind components;@tailwind utilities;:root{--primary:#2563eb;--secondary:#1e40af}body{font-family:Inter,system-ui,sans-serif;background:linear-gradient(to bottom right,#f8fafc,#e0e7ff);min-height:100vh;margin:0;padding:0}nav{text-align:center}nav ul{list-style:none;margin:0 auto;padding:0;display:inline-flex;justify-content:center}nav li{display:flex;align-items:center}nav a{text-decoration:none;padding:.5rem .75rem}nav li span{margin:0 .5rem;color:#d1d5db}article{max-width:900px;margin:0 auto;padding:3rem 1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}article h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(90deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}article h2{font-size:1.875rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:#1e293b;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}article h3{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:#334155}article p{font-size:1.125rem;line-height:1.75;color:#475569;margin-bottom:1.25rem}article a{color:#2563eb;text-decoration:underline;font-weight:600;transition:color .2s}article a:hover{color:#7c3aed}article ol,article ul{margin:1.5rem 0;padding-left:2rem}article li{font-size:1.125rem;line-height:1.75;color:#475569;margin-bottom:.5rem}article section{margin-bottom:2rem}img{max-width:800px!important;max-height:450px!important;width:auto!important;height:auto!important;object-fit:cover!important;border-radius:12px!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;margin:2rem auto!important;display:block!important}@media (max-width:768px){article{padding:2rem 1rem}article h1{font-size:2rem}article h2{font-size:1.5rem}article h3{font-size:1.25rem}article li,article p{font-size:1rem}}