@tailwind base;@tailwind components;@tailwind utilities;@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards;opacity:0}.blog-page-container{position:relative;min-height:100vh;z-index:1}:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}main{display:flex;padding:0 .5rem}main section{width:calc(100% / 3)}@media (max-width:1000px){main{flex-direction:column;align-items:center;padding:0}main section{width:100%}}