@tailwind base;@tailwind components;@tailwind utilities;body{transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.dark .prose{--tw-prose-body:theme('colors.white');--tw-prose-headings:theme('colors.white');--tw-prose-bold:theme('colors.white');--tw-prose-counters:theme('colors.gray.300');--tw-prose-bullets:theme('colors.gray.300');--tw-prose-hr:theme('colors.gray.700');--tw-prose-quotes:theme('colors.white');--tw-prose-quote-borders:theme('colors.gray.700');--tw-prose-captions:theme('colors.gray.300');--tw-prose-code:theme('colors.white');--tw-prose-pre-code:theme('colors.gray.200');--tw-prose-pre-bg:theme('colors.gray.800');--tw-prose-th-borders:theme('colors.gray.700');--tw-prose-td-borders:theme('colors.gray.700')}.copy-code-btn{position:absolute;top:.5rem;right:.5rem;background-color:#374151;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem;display:flex;align-items:center;gap:.25rem;opacity:0;transition:opacity .2s,background-color .2s;border:none;cursor:pointer}.copy-code-btn:hover{background-color:#4b5563}.copy-code-btn.copied{background-color:#059669}.copy-code-btn.copied:hover{background-color:#10b981}figure.highlight{position:relative}figure.highlight:hover .copy-code-btn{opacity:1}#search-input-wrapper{animation:slideDown .2s ease-out}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}#pagefind-results::-webkit-scrollbar{width:8px}#pagefind-results::-webkit-scrollbar-track{background:#374151}#pagefind-results::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}#pagefind-results::-webkit-scrollbar-thumb:hover{background:#6b7280}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}