:root{color-scheme:light dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;--surface-body: #0f172a;--surface-nav: #111f33;--surface-nav-overlay: rgba(15, 23, 42, .2);--surface-header: rgba(15, 23, 42, .85);--surface-card: rgba(30, 41, 59, .7);--surface-panel: rgba(15, 23, 42, .95);--surface-control: rgba(15, 23, 42, .8);--surface-control-hover: rgba(37, 99, 235, .2);--surface-code: #0b1220;--border-subtle: rgba(148, 163, 184, .35);--border-strong: #1e293b;--text-primary: #e2e8f0;--text-muted: #94a3b8;--text-on-accent: #f8fafc;--link-color: #38bdf8;--link-hover-color: #93c5fd;--accent: #2563eb;--accent-hover: #1d4ed8;--avatar-bg: #1d4ed8;--popover-bg: rgba(15, 23, 42, .95);--popover-border: rgba(148, 163, 184, .2);--shadow-elevated: 0 20px 35px rgba(2, 6, 23, .45);--left-nav-scroll-track: rgba(15, 23, 42, .65);--left-nav-scroll-thumb: rgba(148, 163, 184, .45);--listing-border: rgba(148, 163, 184, .2);--hint-color: #94a3b8;--sidebar-heading-color: #94a3b8;--sidebar-action-border: rgba(148, 163, 184, .35);--sidebar-action-bg: rgba(15, 23, 42, .75);--sidebar-action-color: #38bdf8;--sidebar-action-hover-bg: rgba(37, 99, 235, .2);--sidebar-action-hover-color: #f8fafc;--sidebar-link-color: #cbd5f5;--sidebar-link-hover-color: #38bdf8;--sidebar-link-hover-bg: rgba(56, 189, 248, .1);--sidebar-empty-color: #64748b;--heatmap-card-bg: rgba(15, 23, 42, .55);--heatmap-card-border: rgba(148, 163, 184, .25);--heatmap-header-text: #e2e8f0;--heatmap-meta-text: #94a3b8;--heatmap-loading-bg: rgba(15, 23, 42, .35);--heatmap-loading-text: #cbd5f5;--heatmap-tooltip-bg: rgba(15, 23, 42, .92);--heatmap-tooltip-border: rgba(148, 163, 184, .35);--heatmap-tooltip-text: #e2e8f0;--heatmap-tooltip-shadow: 0 14px 30px rgba(8, 15, 35, .45);--heatmap-grid-stroke: rgba(148, 163, 184, .25);--heatmap-month-label: #cbd5f5;--heatmap-week-label: #94a3b8;--heatmap-canvas-bg: #0f172a;--card-bg: rgba(15, 23, 42, .5);--card-border: #1e293b;--field-bg: rgba(15, 23, 42, .6);--field-border: #1e293b;--field-border-muted: #334155;--button-muted-bg: #1e293b;--button-muted-border: #334155;--button-muted-text: #e2e8f0;--pill-bg: rgba(37, 99, 235, .18);--pill-text: #bfdbfe;--pill-value-bg: rgba(15, 23, 42, .35);--modal-backdrop: rgba(15, 23, 42, .75);--modal-bg: rgba(15, 23, 42, .95);--modal-border: rgba(148, 163, 184, .25);--modal-text: #e2e8f0;--modal-muted: #94a3b8;--info-text: #cbd5f5}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--surface-body);color:var(--text-primary);min-height:100vh;display:flex;flex-direction:column}h1{font-size:clamp(2.25rem,2.8vw,3rem);line-height:1.1;margin:.5em 0 .35em}h2{font-size:clamp(1.5rem,2vw,2.1rem);margin:.75em 0 .45em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.nav-toggle{display:none;align-items:center;justify-content:center;border:1px solid var(--border-subtle);border-radius:.65rem;background:var(--surface-control);color:var(--text-primary);padding:.4rem .5rem;margin-right:.75rem}.nav-toggle:focus-visible{outline:2px solid var(--link-color);outline-offset:2px}.nav-overlay{position:fixed;inset:0;background:var(--surface-nav-overlay);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:900}.nav-overlay.is-active{opacity:1;pointer-events:auto}body.nav-open{overflow:hidden}.app-frame{display:flex;min-height:100vh}.left-nav{width:260px;flex:0 0 260px;min-width:260px;display:flex;flex-direction:column;background:var(--surface-nav);border-right:1px solid var(--border-subtle);padding:1.75rem 1.5rem;position:sticky;top:0;height:100vh;max-height:100vh;overflow-y:auto;z-index:950;scrollbar-width:thin;scrollbar-color:var(--left-nav-scroll-thumb) var(--left-nav-scroll-track)}.left-nav::-webkit-scrollbar{width:6px}.left-nav::-webkit-scrollbar-track{background:var(--left-nav-scroll-track)}.left-nav::-webkit-scrollbar-thumb{background-color:var(--left-nav-scroll-thumb);border-radius:999px}.left-nav-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.left-nav h2{margin:0;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;color:var(--sidebar-heading-color)}.left-nav .new-note{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:1px solid var(--sidebar-action-border);color:var(--sidebar-action-color);background:var(--sidebar-action-bg);transition:background .15s ease,color .15s ease,border-color .15s ease}.left-nav .new-note:hover{background:var(--sidebar-action-hover-bg);color:var(--sidebar-action-hover-color);border-color:var(--sidebar-action-color)}a{color:var(--link-color);text-decoration:none}a:hover{color:var(--link-hover-color);text-decoration:underline}.main-column{flex:1;display:flex;flex-direction:column}header.site-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:var(--surface-header);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-strong);width:100%;position:relative;z-index:1200}.site-header a{color:var(--text-primary)}.logo{font-weight:700;letter-spacing:.08em;text-transform:uppercase}.profile-menu{position:relative;z-index:1201}.profile-menu summary{list-style:none;cursor:pointer;margin:0;border:1px solid var(--border-subtle);border-radius:999px;padding:.15rem;display:flex;align-items:center;justify-content:center;background:var(--surface-control)}.profile-menu summary::-webkit-details-marker{display:none}.profile-menu summary::marker{display:none}.profile-menu summary:focus-visible{outline:2px solid var(--link-color);outline-offset:2px}.profile-menu .avatar{width:36px;height:36px;border-radius:50%;background:var(--avatar-bg);display:flex;align-items:center;justify-content:center;color:var(--text-on-accent);font-weight:600;letter-spacing:.02em}.profile-menu ul{position:absolute;right:0;margin:0;margin-top:.75rem;padding:.5rem;list-style:none;background:var(--surface-panel);border:1px solid var(--popover-border);border-radius:.75rem;min-width:180px;box-shadow:var(--shadow-elevated)}.profile-menu ul li a{display:block;padding:.45rem .75rem;border-radius:.5rem;color:var(--text-primary)}.profile-menu ul li a:hover{background:var(--surface-control-hover)}.profile-menu ul li button{display:block;width:100%;padding:.45rem .75rem;border-radius:.5rem;border:none;background:transparent;color:var(--text-primary);font:inherit;text-align:left;cursor:pointer}.profile-menu ul li button:hover{background:var(--surface-control-hover)}main{max-width:960px;width:100%;margin:0 auto;padding:2rem 1.5rem 4rem;flex:1 1 auto}.note-section{margin-bottom:1.5rem}.note-section img{max-width:100%;border-radius:.5rem}.note-article header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.note-article h1{margin:0;color:var(--text-primary)}.note-article time{color:var(--text-muted);font-size:.95rem}.note-actions{margin-top:.75rem}.note-actions .button{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:9999px;background:var(--accent);color:var(--text-on-accent);text-decoration:none;font-weight:600;font-size:.95rem}.note-actions .button:hover{background:var(--accent-hover)}pre{background:var(--surface-code);color:var(--text-primary);padding:1rem;border-radius:.5rem;overflow-x:auto}code{font-family:JetBrains Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.codeblock-wrapper{margin-bottom:1.5rem}.codeblock-wrapper pre{margin:0;border-top-left-radius:0;border-top-right-radius:0;padding-top:.5rem}.code-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:var(--surface-code);color:var(--text-muted);font-size:.875rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.code-lang{text-transform:uppercase;letter-spacing:.05em;font-weight:500}.copy-btn{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.25rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:color .15s ease,background-color .15s ease;opacity:.7}.copy-btn:hover,.copy-btn:focus-visible{color:var(--link-color);background:var(--surface-control-hover);opacity:1;outline:none}.copy-btn span{margin-left:.25rem;font-size:.75rem;font-weight:500;color:var(--accent)}.note-actions-bar{display:flex;gap:.5rem;justify-content:flex-start;margin-top:1.5rem;padding:.5rem 0;border-top:1px solid var(--border-subtle)}.note-copy-btn,.thumb-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.25rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:color .15s ease,background-color .15s ease;opacity:.7}.note-copy-btn:hover,.thumb-btn:hover,.note-copy-btn:focus-visible,.thumb-btn:focus-visible{color:var(--link-color);background:var(--surface-control-hover);opacity:1;outline:none}.thumb-btn.active{color:var(--accent);opacity:1}footer{margin-top:4rem;font-size:.85rem;color:var(--text-muted);text-align:center}@media (max-width: 960px){.app-frame{flex-direction:column}.left-nav{position:static;width:100%;height:auto;border-right:none;border-bottom:1px solid var(--border-subtle)}.left-nav ul{padding-left:1.25rem;flex-wrap:wrap}header.site-header{padding:1rem 1.25rem}main{padding:1.5rem 1.25rem 3rem}}.listing{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.listing-item{padding:1rem 1.25rem;border-radius:.75rem;background:var(--surface-card);border:1px solid var(--listing-border)}.listing-item a{color:var(--text-primary);font-weight:600}.listing-item .actions{display:inline-flex;gap:.75rem;margin-left:.75rem}.listing-item .actions a{font-weight:500;color:var(--link-color)}.listing-item .actions a:hover{text-decoration:underline}.hint{font-size:.85rem;color:var(--hint-color)}.listing-summary,.listing-intro{margin:.35rem 0 0;color:var(--text-muted)}.prose{color:var(--text-primary);line-height:1.6;max-width:100%}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--text-primary)}:root[data-theme=light]{color-scheme:light}html[data-theme=light]{--surface-body: #f5f7ff;--surface-nav: #e8efff;--surface-nav-overlay: rgba(21, 35, 68, .12);--surface-header: rgba(255, 255, 255, .94);--surface-card: #ffffff;--surface-panel: rgba(255, 255, 255, .98);--surface-control: rgba(255, 255, 255, .92);--surface-control-hover: rgba(29, 78, 216, .12);--surface-code: #edf3ff;--border-subtle: #ccd9ff;--border-strong: #d6e3ff;--text-primary: #14213d;--text-muted: #516086;--text-on-accent: #ffffff;--link-color: #1d4ed8;--link-hover-color: #3461ea;--accent: #2563eb;--accent-hover: #1d4ed8;--avatar-bg: #3b82f6;--popover-bg: rgba(255, 255, 255, .98);--popover-border: #ccd9ff;--shadow-elevated: 0 18px 35px rgba(19, 33, 68, .18);--left-nav-scroll-track: rgba(223, 230, 255, .9);--left-nav-scroll-thumb: rgba(142, 170, 230, .75);--listing-border: #d7e3ff;--hint-color: #516086;--sidebar-heading-color: #40517a;--sidebar-action-border: #b8caf5;--sidebar-action-bg: rgba(255, 255, 255, .92);--sidebar-action-color: #2563eb;--sidebar-action-hover-bg: rgba(29, 78, 216, .12);--sidebar-action-hover-color: #102044;--sidebar-link-color: #1b2c52;--sidebar-link-hover-color: #0f1f3f;--sidebar-link-hover-bg: rgba(29, 78, 216, .12);--sidebar-empty-color: #6c7ca5;--heatmap-card-bg: #ffffff;--heatmap-card-border: #d7e3ff;--heatmap-header-text: #14213d;--heatmap-meta-text: #516086;--heatmap-loading-bg: rgba(186, 203, 255, .35);--heatmap-loading-text: #1d3a6d;--heatmap-tooltip-bg: rgba(255, 255, 255, .98);--heatmap-tooltip-border: #b8caf5;--heatmap-tooltip-text: #14213d;--heatmap-tooltip-shadow: 0 14px 28px rgba(23, 41, 84, .15);--heatmap-grid-stroke: rgba(45, 64, 110, .18);--heatmap-month-label: #314f8c;--heatmap-week-label: #6275a0;--heatmap-canvas-bg: #f0f4ff;--card-bg: rgba(255, 255, 255, .95);--card-border: #d7e3ff;--field-bg: #ffffff;--field-border: #ccd9ff;--field-border-muted: #c0d0ff;--button-muted-bg: #edf3ff;--button-muted-border: #ccd9ff;--button-muted-text: #1b2c52;--pill-bg: rgba(37, 99, 235, .15);--pill-text: #1d4ed8;--pill-value-bg: rgba(29, 78, 216, .12);--modal-backdrop: rgba(10, 22, 55, .35);--modal-bg: #ffffff;--modal-border: #d7e3ff;--modal-text: #14213d;--modal-muted: #516086;--info-text: #2d4370}@media (max-width: 960px){.nav-toggle{display:inline-flex}header.site-header{padding:.85rem 1.25rem;z-index:1500}.left-nav{position:fixed;inset:0 auto 0 0;transform:translate(-100%);max-width:min(320px,82vw);width:100%;flex:0 0 auto;min-width:0;height:100vh;max-height:none;box-shadow:none;transition:transform .25s ease;background:var(--surface-nav);overflow-y:auto;z-index:1600;scrollbar-width:thin;scrollbar-color:var(--left-nav-scroll-thumb) var(--left-nav-scroll-track)}.left-nav::-webkit-scrollbar{width:6px}.left-nav::-webkit-scrollbar-track{background:var(--left-nav-scroll-track)}.left-nav::-webkit-scrollbar-thumb{background-color:var(--left-nav-scroll-thumb);border-radius:999px}.left-nav.is-open{transform:translate(0);box-shadow:0 36px 65px #030a1a8c}.left-nav .nav-scroll{overflow-y:visible;padding-right:0;scrollbar-width:none;-ms-overflow-style:none}.left-nav .nav-scroll::-webkit-scrollbar{display:none}.main-column{width:100%}main{padding:1.5rem 1.25rem 3rem}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_AMS-Regular.BQhdFMY1.woff2) format("woff2"),url(/_astro/KaTeX_AMS-Regular.DMm9YOAa.woff) format("woff"),url(/_astro/KaTeX_AMS-Regular.DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Caligraphic-Bold.Dq_IR9rO.woff2) format("woff2"),url(/_astro/KaTeX_Caligraphic-Bold.BEiXGLvX.woff) format("woff"),url(/_astro/KaTeX_Caligraphic-Bold.ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Caligraphic-Regular.Di6jR-x-.woff2) format("woff2"),url(/_astro/KaTeX_Caligraphic-Regular.CTRA-rTL.woff) format("woff"),url(/_astro/KaTeX_Caligraphic-Regular.wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Fraktur-Bold.CL6g_b3V.woff2) format("woff2"),url(/_astro/KaTeX_Fraktur-Bold.BsDP51OF.woff) format("woff"),url(/_astro/KaTeX_Fraktur-Bold.BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Fraktur-Regular.CTYiF6lA.woff2) format("woff2"),url(/_astro/KaTeX_Fraktur-Regular.Dxdc4cR9.woff) format("woff"),url(/_astro/KaTeX_Fraktur-Regular.CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Main-Bold.Cx986IdX.woff2) format("woff2"),url(/_astro/KaTeX_Main-Bold.Jm3AIy58.woff) format("woff"),url(/_astro/KaTeX_Main-Bold.waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/_astro/KaTeX_Main-BoldItalic.DxDJ3AOS.woff2) format("woff2"),url(/_astro/KaTeX_Main-BoldItalic.SpSLRI95.woff) format("woff"),url(/_astro/KaTeX_Main-BoldItalic.DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_Main-Italic.NWA7e6Wa.woff2) format("woff2"),url(/_astro/KaTeX_Main-Italic.BMLOBm91.woff) format("woff"),url(/_astro/KaTeX_Main-Italic.3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Main-Regular.B22Nviop.woff2) format("woff2"),url(/_astro/KaTeX_Main-Regular.Dr94JaBh.woff) format("woff"),url(/_astro/KaTeX_Main-Regular.ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/_astro/KaTeX_Math-BoldItalic.CZnvNsCZ.woff2) format("woff2"),url(/_astro/KaTeX_Math-BoldItalic.iY-2wyZ7.woff) format("woff"),url(/_astro/KaTeX_Math-BoldItalic.B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_Math-Italic.t53AETM-.woff2) format("woff2"),url(/_astro/KaTeX_Math-Italic.DA0__PXp.woff) format("woff"),url(/_astro/KaTeX_Math-Italic.flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_SansSerif-Bold.D1sUS0GD.woff2) format("woff2"),url(/_astro/KaTeX_SansSerif-Bold.DbIhKOiC.woff) format("woff"),url(/_astro/KaTeX_SansSerif-Bold.CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_SansSerif-Italic.C3H0VqGB.woff2) format("woff2"),url(/_astro/KaTeX_SansSerif-Italic.DN2j7dab.woff) format("woff"),url(/_astro/KaTeX_SansSerif-Italic.YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_SansSerif-Regular.DDBCnlJ7.woff2) format("woff2"),url(/_astro/KaTeX_SansSerif-Regular.CS6fqUqJ.woff) format("woff"),url(/_astro/KaTeX_SansSerif-Regular.BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Script-Regular.D3wIWfF6.woff2) format("woff2"),url(/_astro/KaTeX_Script-Regular.D5yQViql.woff) format("woff"),url(/_astro/KaTeX_Script-Regular.C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size1-Regular.mCD8mA8B.woff2) format("woff2"),url(/_astro/KaTeX_Size1-Regular.C195tn64.woff) format("woff"),url(/_astro/KaTeX_Size1-Regular.Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size2-Regular.Dy4dx90m.woff2) format("woff2"),url(/_astro/KaTeX_Size2-Regular.oD1tc_U0.woff) format("woff"),url(/_astro/KaTeX_Size2-Regular.B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/_astro/KaTeX_Size3-Regular.CTq5MqoE.woff) format("woff"),url(/_astro/KaTeX_Size3-Regular.DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size4-Regular.Dl5lxZxV.woff2) format("woff2"),url(/_astro/KaTeX_Size4-Regular.BF-4gkZK.woff) format("woff"),url(/_astro/KaTeX_Size4-Regular.DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Typewriter-Regular.CO6r4hn1.woff2) format("woff2"),url(/_astro/KaTeX_Typewriter-Regular.C0xS9mPB.woff) format("woff"),url(/_astro/KaTeX_Typewriter-Regular.D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.25"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}.nav-section[data-astro-cid-ht2a4xd3]{margin-bottom:2rem}.nav-section[data-astro-cid-ht2a4xd3]:last-child{margin-bottom:0}.nav-section-header[data-astro-cid-ht2a4xd3]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.nav-section[data-astro-cid-ht2a4xd3] h2[data-astro-cid-ht2a4xd3]{margin:0;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;color:var(--sidebar-heading-color)}.section-action[data-astro-cid-ht2a4xd3]{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:1px solid var(--sidebar-action-border);color:var(--sidebar-action-color);background:var(--sidebar-action-bg);transition:background .15s ease,color .15s ease,border-color .15s ease;text-decoration:none}.section-action[data-astro-cid-ht2a4xd3]:hover{background:var(--sidebar-action-hover-bg);color:var(--sidebar-action-hover-color);border-color:var(--sidebar-action-color)}.nav-section-list[data-astro-cid-ht2a4xd3]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.nav-section-list[data-astro-cid-ht2a4xd3] li[data-astro-cid-ht2a4xd3]{position:relative}.nav-section-list[data-astro-cid-ht2a4xd3] a[data-astro-cid-ht2a4xd3]{display:block;padding:.5rem 2rem .5rem 0;color:var(--sidebar-link-color);font-size:.98rem;text-decoration:none;border-radius:.25rem;transition:color .15s ease}.nav-section-list[data-astro-cid-ht2a4xd3] a[data-astro-cid-ht2a4xd3].active{text-decoration:underline}.nav-section-list[data-astro-cid-ht2a4xd3] a[data-astro-cid-ht2a4xd3]:hover{color:var(--sidebar-link-hover-color);background:var(--sidebar-link-hover-bg)}.nav-section-list[data-astro-cid-ht2a4xd3] li[data-astro-cid-ht2a4xd3]:after{content:"";position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:16px;height:16px;opacity:0;transition:opacity .15s ease;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2338bdf8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'%3E%3C/path%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.nav-section-list[data-astro-cid-ht2a4xd3] li[data-astro-cid-ht2a4xd3]:hover:after{opacity:1}.nav-section-list[data-astro-cid-ht2a4xd3] .empty[data-astro-cid-ht2a4xd3]{color:var(--sidebar-empty-color);padding:.5rem 0;font-style:italic}.pencil-emoji[data-astro-cid-ht2a4xd3]{display:inline-block;transform:scaleX(-1);font-size:1.2em;line-height:1}.auth-banner[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:.75rem;margin:1rem 1rem 0;padding:.75rem 1rem;border-radius:.75rem;background:#ecfdf5;color:#065f46;border:1px solid rgba(6,95,70,.15)}.auth-banner[data-astro-cid-37fxchfa] .banner-link[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;background:#10b981;color:#fff;font-size:.875rem;font-weight:600}.auth-banner[data-astro-cid-37fxchfa].logout{background:#fef2f2;color:#b91c1c;border-color:#b91c1c33}.auth-banner[data-astro-cid-37fxchfa].logout .banner-link[data-astro-cid-37fxchfa]{background:#ef4444}.auth-banner[data-astro-cid-37fxchfa].onboard{background:#ecfdf5;color:#065f46;border-color:#065f4626}.profile-menu[data-astro-cid-37fxchfa] summary[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.profile-menu[data-astro-cid-37fxchfa] ul[data-astro-cid-37fxchfa]{list-style:none;margin:0;padding:.5rem 0}.profile-menu[data-astro-cid-37fxchfa] ul[data-astro-cid-37fxchfa] li[data-astro-cid-37fxchfa]{padding:0}.profile-menu[data-astro-cid-37fxchfa] ul[data-astro-cid-37fxchfa] li[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{display:block;padding:.5rem .75rem;border-radius:.5rem;color:var(--text-primary)}.profile-menu[data-astro-cid-37fxchfa] ul[data-astro-cid-37fxchfa] li[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{background:var(--surface-control-hover)}.profile-summary[data-astro-cid-37fxchfa]{display:block;padding:.55rem .75rem .75rem 0;margin-bottom:.5rem;border-bottom:1px solid var(--border-subtle)}.profile-summary-handle[data-astro-cid-37fxchfa]{display:block;padding-left:.75rem;font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:.1rem}.profile-summary-email[data-astro-cid-37fxchfa]{display:block;padding-left:.75rem;font-size:.78rem;color:var(--text-muted)}.site-footer[data-astro-cid-37fxchfa]{margin-top:2rem;padding:1.5rem 1rem;border-top:1px solid var(--border-subtle);color:var(--text-muted);font-size:.9rem}
