@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary: #319795;--color-primary-dark: #2c7a7b;--color-secondary: #4a5568;--color-background: #f7fafc;--color-surface: #ffffff;--color-text: #2d3748;--color-text-muted: #718096;--color-border: #e2e8f0;--color-success: #38a169;--color-warning: #d69e2e;--color-error: #e53e3e}body{margin:0;min-height:100vh;background-color:var(--color-background);color:var(--color-text)}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-dark);text-decoration:underline}code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;background-color:#f1f5f9;padding:.125rem .25rem;border-radius:.25rem;font-size:.875em}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}*{box-sizing:border-box}html,body{overflow-x:hidden}.chakra-text,.chakra-code{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 768px){.chakra-heading{font-size:1.5rem!important}.chakra-container{padding-left:1rem!important;padding-right:1rem!important}}pre,code{white-space:pre-wrap;word-break:break-all;max-width:100%;overflow-x:auto}.chakra-stack>*{min-width:0}.chakra-flex{flex-wrap:wrap}
