@import"https://fonts.googleapis.com/css2?family=Nunito:wght@500;600;700;800;900&family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,300..600,0..1,0&display=swap";.msr{font-family:Material Symbols Rounded;font-weight:400;font-style:normal;display:inline-block;line-height:1;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;-webkit-font-smoothing:antialiased}.msr.fill{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}:root{--cloud-50: #FCFDFE;--cloud-100: #F7F9FC;--cloud-200: #EDF1F7;--cloud-300: #DFE6EF;--ink-900: #202834;--ink-700: #4A5568;--ink-500: #7A8598;--ink-300: #AEB8C6;--line: #E3E9F1;--line-strong: #CFD8E4;--azure-700: #2A5CA8;--azure-600: #316DC4;--azure-500: #3B7DD8;--azure-400: #6296E2;--azure-100: #DEEAF9;--azure-50: #EEF5FC;--spark-600: #C4861F;--spark-500: #DE9B2D;--spark-100: #F9EDD3;--green-500: #3E9B72;--green-100: #DFF1E8;--red-500: #CC4F44;--red-100: #F9E3E0;--blue-500: #4E7DB0;--blue-100: #E2ECF5;--bg: var(--cloud-100);--bg-sunken: var(--cloud-200);--surface: #FFFFFF;--text-body: var(--ink-900);--text-secondary: var(--ink-700);--text-muted: var(--ink-500);--accent: var(--azure-500);--accent-hover: var(--azure-600);--accent-tint: var(--azure-50);--on-accent: #F7FBFF;--spark: var(--spark-500);--spark-tint: var(--spark-100);--success: var(--green-500);--danger: var(--red-500);--info: var(--blue-500)}:root{--font-display: "Nunito", system-ui, sans-serif;--font-body: "Nunito Sans", system-ui, sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, monospace;--text-xs: 12px;--text-sm: 13px;--text-base: 15px;--text-md: 17px;--text-lg: 20px;--text-xl: 24px;--text-2xl: 28px;--text-3xl: 34px;--weight-body: 400;--weight-medium: 600;--weight-bold: 700;--weight-heavy: 800;--leading-tight: 1.2;--leading-body: 1.5}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px}:root{--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 999px;--shadow-card: 0 1px 2px rgba(32, 45, 66, .05), 0 6px 20px rgba(32, 45, 66, .07);--shadow-raised: 0 2px 6px rgba(32, 45, 66, .08), 0 16px 40px rgba(32, 45, 66, .12);--shadow-press: inset 0 1px 3px rgba(32, 45, 66, .12);--ease-friendly: cubic-bezier(.34, 1.3, .64, 1);--duration-quick: .15s;--duration-base: .25s}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text-body);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font-family:inherit;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}::selection{background:var(--azure-100)}*{scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:999px}*::-webkit-scrollbar-track{background:transparent}@keyframes prism-pulse{0%,to{opacity:.35}50%{opacity:.9}}.prism-shell{display:flex;height:100dvh;overflow:hidden}.prism-sidebar{width:288px;flex:none;border-right:1px solid var(--line);background:var(--surface);display:flex;flex-direction:column;overflow:hidden}.prism-main{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;overflow:hidden}.prism-hamburger,.prism-scrim{display:none}@media (max-width: 860px){.prism-sidebar{position:fixed;inset:0 auto 0 0;z-index:50;transform:translate(-100%);transition:transform .22s var(--ease-friendly);box-shadow:var(--shadow-raised)}.prism-sidebar.open{transform:translate(0)}.prism-scrim.open{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#18223066;z-index:40}.prism-hamburger{display:inline-flex}}.md-body>:first-child{margin-top:0}.md-body>:last-child{margin-bottom:0}.md-body p{margin:0 0 10px}.md-body h1,.md-body h2,.md-body h3,.md-body h4{font-family:var(--font-display);font-weight:800;color:var(--text-heading, var(--text-body));margin:14px 0 6px;line-height:1.3}.md-body h1{font-size:1.25em}.md-body h2{font-size:1.15em}.md-body h3,.md-body h4{font-size:1.05em}.md-body ul,.md-body ol{margin:0 0 10px;padding-left:22px}.md-body li{margin:3px 0}.md-body li>p{margin:0}.md-body a{color:var(--accent);font-weight:600}.md-body strong{font-weight:700}.md-body code{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.88em;background:var(--bg);border:1px solid var(--line);border-radius:6px;padding:1px 5px}.md-body pre{background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:12px 14px;overflow-x:auto;margin:0 0 10px}.md-body pre code{background:none;border:none;padding:0;font-size:.85em;line-height:1.5}.md-body blockquote{margin:0 0 10px;padding:2px 0 2px 12px;border-left:3px solid var(--line);color:var(--text-muted)}.md-body table{border-collapse:collapse;margin:0 0 10px;display:block;overflow-x:auto;max-width:100%}.md-body th,.md-body td{border:1px solid var(--line);padding:6px 10px;text-align:left;font-size:.92em}.md-body th{font-family:var(--font-display);font-weight:800;background:var(--bg)}.md-body hr{border:none;border-top:1px solid var(--line);margin:12px 0}.prism-spinner{width:14px;height:14px;flex:none;border:2px solid var(--line);border-top-color:var(--accent);border-radius:999px;display:inline-block;animation:prism-spin .8s linear infinite}@keyframes prism-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.prism-spinner{animation-duration:2s}}@media (min-width: 720px){.landing-nav-links{display:flex!important}}
