@tailwind base;@tailwind components;@tailwind utilities;body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.prose p{margin-top:.5em;margin-bottom:.5em}.prose p:first-child{margin-top:0}.prose p:last-child{margin-bottom:0}.prose code{background-color:#0000000d;padding:.125rem .25rem;border-radius:.25rem;font-size:.875em}.prose pre{background-color:#1f2937;color:#e5e7eb;border-radius:.5rem;padding:1rem;overflow-x:auto}.prose pre code{background-color:initial;padding:0;color:inherit}.prose-invert code{background-color:#ffffff1a}.line-clamp-4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (prefers-color-scheme:dark){html{color-scheme:dark}body{color:#fff;background:#000}}