@tailwind base;@tailwind components;@tailwind utilities;.article-content{@apply max-w-none;}.article-content img{@apply rounded-lg my-8 w-full shadow-md;}.article-content h1:first-child,.article-content h2:first-child{@apply mt-0;}.article-content table{@apply w-full border-collapse my-8 text-sm;border:1px solid #e5e7eb}.article-content thead{@apply bg-gray-50;}.article-content th{@apply px-4 py-3 text-left font-bold text-gray-900 border-b-2 border-gray-300;font-size:.875rem}.article-content td{@apply px-4 py-3 text-gray-800 border-b border-gray-200;}.article-content tbody tr:hover{@apply bg-gray-50;}.article-content tbody tr:last-child td{@apply border-b-0;}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}::selection{background-color:#d93025;color:#fff}*:focus-visible{outline:2px solid #D93025;outline-offset:2px}
