@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;font-family:Inter,sans-serif}.spin{animation:1s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.prose h1,.prose h2,.prose h3{color:#008282}.prose strong{color:#cc4a00;font-weight:700}.prose code{background:#e0f2f2;border-radius:4px;padding:2px 6px;font-size:.9em}.prose pre{color:#e8f4f4;background:#001e28;border-radius:8px;padding:14px 16px;overflow-x:auto}.prose table{border-collapse:collapse;width:100%}.prose th,.prose td{text-align:left;border:1px solid #b2d8d8;padding:8px 12px}.prose th{background:#e0f2f2;font-weight:600}.prose-dark h1,.prose-dark h2,.prose-dark h3{color:#008282}.prose-dark strong{color:#ff6e64;font-weight:700}.prose-dark code{color:#0cc;background:#001420;border-radius:4px;padding:2px 6px;font-size:.9em}.prose-dark pre{color:#e8f4f4;background:#001420;border-radius:8px;padding:14px 16px;overflow-x:auto}.prose-dark table{border-collapse:collapse;width:100%}.prose-dark th,.prose-dark td{text-align:left;border:1px solid #004055;padding:8px 12px}.prose-dark th{color:#e8f4f4;background:#002535;font-weight:600}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#b2d8d8;border-radius:3px}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#004a4a}
