﻿*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:"Geist",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.125rem;line-height:1.8;color:#1a2222;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark] body{color:#e8e9e9;background-color:#0a1111}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1rem;font-weight:600;line-height:1.25;color:#0f1414}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#fafafa}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:.875rem}p{margin-top:0;margin-bottom:1rem}a{color:#f97316;text-decoration:none;transition:color 150ms ease}a:hover{color:#ea580c;text-decoration:underline}code{font-family:"Geist Mono","SF Mono",Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875em;padding:.2em .4em;background-color:#e8e9e9;border-radius:.25rem}[data-theme=dark] code{background-color:#0f1414}pre{margin:0 0 1.5rem;padding:1rem;overflow-x:auto;font-family:"Geist Mono","SF Mono",Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875rem;line-height:1.6;background-color:#0f1414;border-radius:.5rem}pre code{padding:0;background:none;border-radius:0;color:#e8e9e9}ul,ol{margin-top:0;margin-bottom:1rem;padding-left:2rem}li{margin-bottom:.25rem}table{width:100%;margin-bottom:1.5rem;border-collapse:collapse}th,td{padding:.5rem 1rem;text-align:left;border-bottom:1px solid #cecfcf}th{font-weight:600;background-color:#fafafa}[data-theme=dark] th{background-color:#0f1414}[data-theme=dark] th,[data-theme=dark] td{border-bottom-color:#1a2222}blockquote{margin:0 0 1.5rem;padding:1rem 1.5rem;border-left:4px solid #f97316;background-color:#fafafa}blockquote p:last-child{margin-bottom:0}[data-theme=dark] blockquote{background-color:#0f1414}hr{margin:2rem 0;border:0;border-top:1px solid #cecfcf}[data-theme=dark] hr{border-top-color:#1a2222}img{max-width:100%;height:auto}::selection{background-color:rgba(249,115,22,.2)}.navbar{position:fixed;top:0;left:0;right:0;z-index:200;height:60px;display:flex;align-items:center;padding:0 1.5rem;background-color:#0a1111;border-bottom:1px solid #0f1414}.navbar__container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1400px;margin:0 auto}.navbar__brand{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:1.25rem;text-decoration:none}.navbar__brand:hover{color:#fff;text-decoration:none}.navbar__brand img,.navbar__brand svg{height:32px;width:auto}.navbar__nav{display:flex;align-items:center;gap:1.5rem}.navbar__link{color:#cecfcf;font-size:.875rem;font-weight:500;text-decoration:none;transition:color 150ms ease}.navbar__link:hover{color:#fff;text-decoration:none}.navbar__link--active{color:#fff}.navbar__actions{display:flex;align-items:center;gap:1rem}.navbar__search-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;color:#b5b5b5;font-size:.875rem;background-color:#0f1414;border:1px solid #1a2222;border-radius:.375rem;cursor:pointer;transition:all 150ms ease}.navbar__search-btn:hover{background-color:#1a2222;border-color:#3d4242}.navbar__search-btn kbd{padding:2px 6px;font-size:.75rem;font-family:"Geist",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background-color:#1a2222;border-radius:.25rem}.navbar__theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;color:#cecfcf;background:rgba(0,0,0,0);border:none;border-radius:.375rem;cursor:pointer;transition:all 150ms ease}.navbar__theme-toggle:hover{color:#fff;background-color:#0f1414}.navbar__theme-toggle svg{width:20px;height:20px}.navbar__github{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#cecfcf;transition:color 150ms ease}.navbar__github:hover{color:#fff}.navbar__github svg{width:24px;height:24px}.navbar__mobile-toggle{display:none;padding:.5rem;color:#cecfcf;background:rgba(0,0,0,0);border:none;cursor:pointer}@media(max-width: 1024px){.navbar__mobile-toggle{display:flex}}.navbar__mobile-toggle svg{width:24px;height:24px}@media(max-width: 1024px){.navbar__nav{display:none}.navbar__search-btn kbd{display:none}}.sidebar{position:fixed;top:60px;left:0;bottom:0;width:280px;padding:1.5rem;overflow-y:auto;background-color:#fafafa;border-right:1px solid #cecfcf;z-index:100}[data-theme=dark] .sidebar{background-color:#0f1414;border-right-color:#1a2222}@media(max-width: 1024px){.sidebar{transform:translateX(-100%);transition:transform 200ms ease}.sidebar.is-open{transform:translateX(0)}}.sidebar__section{margin-bottom:1.5rem}.sidebar__heading{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#636565;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;user-select:none}[data-theme=dark] .sidebar__heading{color:#9a9b9b}.sidebar__heading:hover{color:#1a2222}[data-theme=dark] .sidebar__heading:hover{color:#cecfcf}.sidebar__heading svg{width:16px;height:16px;transition:transform 150ms ease}.sidebar__heading.is-collapsed svg{transform:rotate(-90deg)}.sidebar__list{list-style:none;margin:0;padding:0}.sidebar__item{margin:0}.sidebar__link{display:block;padding:.5rem 1rem;color:#3d4242;font-size:.875rem;text-decoration:none;border-radius:.375rem;transition:all 150ms ease}[data-theme=dark] .sidebar__link{color:#b5b5b5}.sidebar__link:hover{color:#0f1414;background-color:#e8e9e9;text-decoration:none}[data-theme=dark] .sidebar__link:hover{color:#e8e9e9;background-color:#1a2222}.sidebar__link--active{color:#f97316;background-color:rgba(249,115,22,.1);font-weight:500}[data-theme=dark] .sidebar__link--active{color:#f97316;background-color:rgba(249,115,22,.15)}.sidebar__link--active:hover{color:#f97316;background-color:rgba(249,115,22,.15)}[data-theme=dark] .sidebar__link--active:hover{background-color:rgba(249,115,22,.2)}.sidebar__nested{list-style:none;margin:0;padding:0 0 0 1rem;overflow:hidden;max-height:1000px;transition:max-height 200ms ease}.sidebar__nested.is-collapsed{max-height:0}.sidebar__nested-link{display:block;padding:.25rem 1rem;color:#636565;font-size:.875rem;text-decoration:none;border-left:2px solid rgba(0,0,0,0);transition:all 150ms ease}[data-theme=dark] .sidebar__nested-link{color:#9a9b9b}.sidebar__nested-link:hover{color:#1a2222;border-left-color:#b5b5b5;text-decoration:none}[data-theme=dark] .sidebar__nested-link:hover{color:#cecfcf;border-left-color:#636565}.sidebar__nested-link--active{color:#f97316;border-left-color:#f97316;font-weight:500}.sidebar-overlay{display:none;position:fixed;inset:0;background-color:rgba(10,17,17,.5);z-index:99}@media(max-width: 1024px){.sidebar-overlay.is-visible{display:block}}.content{flex:1;min-width:0;max-width:800px;margin:0 auto;padding:3rem}@media(max-width: 1024px){.content{padding:1.5rem}}.content__title{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #cecfcf}[data-theme=dark] .content__title{border-bottom-color:#1a2222}.content__title h1{margin-bottom:.25rem}.content__description{color:#636565;font-size:1.25rem;margin:0}[data-theme=dark] .content__description{color:#9a9b9b}.content__body h2{margin-top:3rem;padding-bottom:.5rem;border-bottom:1px solid #cecfcf}[data-theme=dark] .content__body h2{border-bottom-color:#1a2222}.content__body h2:first-child{margin-top:0}.content__body h3,.content__body h4,.content__body h5,.content__body h6{margin-top:2rem}.content__body .heading-anchor{margin-left:.5rem;color:#9a9b9b;text-decoration:none;opacity:0;transition:opacity 150ms ease}.content__body .heading-anchor:hover{color:#f97316}.content__body h2:hover .heading-anchor,.content__body h3:hover .heading-anchor,.content__body h4:hover .heading-anchor{opacity:1}.content__body img{display:block;margin:1.5rem auto;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.content__body figcaption{text-align:center;color:#636565;font-size:.875rem;margin-top:.5rem}[data-theme=dark] .content__body figcaption{color:#9a9b9b}.content__edit{display:inline-flex;align-items:center;gap:.25rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid #cecfcf;color:#636565;font-size:.875rem;text-decoration:none}[data-theme=dark] .content__edit{border-top-color:#1a2222;color:#9a9b9b}.content__edit:hover{color:#f97316;text-decoration:none}.content__edit svg{width:16px;height:16px}.content__nav{display:flex;justify-content:space-between;gap:1.5rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid #cecfcf}[data-theme=dark] .content__nav{border-top-color:#1a2222}.content__nav-link{display:flex;flex-direction:column;gap:.25rem;padding:1rem;border:1px solid #cecfcf;border-radius:.5rem;text-decoration:none;transition:all 150ms ease;max-width:50%}[data-theme=dark] .content__nav-link{border-color:#1a2222}.content__nav-link:hover{border-color:#f97316;text-decoration:none}.content__nav-link--prev{align-items:flex-start}.content__nav-link--next{align-items:flex-end;margin-left:auto}.content__nav-label{font-size:.875rem;color:#7e8080;text-transform:uppercase;letter-spacing:.05em}.content__nav-title{color:#1a2222;font-weight:500}[data-theme=dark] .content__nav-title{color:#cecfcf}.docs-layout{display:flex;min-height:100vh;padding-top:60px}.docs-layout__main{flex:1;display:flex;margin-left:280px}@media(max-width: 1024px){.docs-layout__main{margin-left:0}}.toc{position:fixed;top:60px;right:0;bottom:0;width:220px;padding:1.5rem;overflow-y:auto;border-left:1px solid #cecfcf;background-color:#fff}[data-theme=dark] .toc{background-color:#0a1111;border-left-color:#1a2222}@media(max-width: 1280px){.toc{display:none}}.toc__title{margin-bottom:1rem;font-size:.875rem;font-weight:600;color:#636565;text-transform:uppercase;letter-spacing:.05em}[data-theme=dark] .toc__title{color:#9a9b9b}.toc__list{list-style:none;margin:0;padding:0}.toc__item{margin:0}.toc__link{display:block;padding:.25rem 0;padding-left:.5rem;color:#636565;font-size:.875rem;text-decoration:none;border-left:2px solid rgba(0,0,0,0);transition:all 150ms ease}[data-theme=dark] .toc__link{color:#9a9b9b}.toc__link:hover{color:#1a2222;text-decoration:none}[data-theme=dark] .toc__link:hover{color:#cecfcf}.toc__link--active{color:#f97316;border-left-color:#f97316;font-weight:500}.toc__link--h3{padding-left:1rem}.toc__link--h4{padding-left:1.5rem;font-size:.8125rem}.toc-inline{margin:1.5rem 0;padding:1rem 1.5rem;background-color:#fafafa;border-radius:.5rem;border:1px solid #cecfcf}[data-theme=dark] .toc-inline{background-color:#0f1414;border-color:#1a2222}.toc-inline{display:none}@media(max-width: 1280px){.toc-inline{display:block}}.toc-inline__title{margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#3d4242}[data-theme=dark] .toc-inline__title{color:#b5b5b5}.toc-inline__list{list-style:none;margin:0;padding:0;columns:2;column-gap:1.5rem}@media(max-width: 768px){.toc-inline__list{columns:1}}.toc-inline__item{break-inside:avoid;margin-bottom:.25rem}.toc-inline__link{color:#f97316;font-size:.875rem;text-decoration:none}.toc-inline__link:hover{text-decoration:underline}.scroll-progress{position:fixed;top:60px;left:0;right:0;height:3px;background-color:#cecfcf;z-index:199}[data-theme=dark] .scroll-progress{background-color:#1a2222}.scroll-progress__bar{height:100%;width:0;background-color:#f97316;transition:width 50ms ease-out}.highlight{position:relative;margin:0 0 1.5rem}.highlight pre{margin:0;padding:1.5rem;padding-top:2rem;overflow-x:auto;background-color:#0f1414;border-radius:.5rem}.highlight pre code{display:block;padding:0;background:none;color:#e8e9e9;font-size:.875rem;line-height:1.6}.highlight::before{content:attr(data-lang);position:absolute;top:0;right:0;padding:.25rem .5rem;font-size:.75rem;font-family:"Geist",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#7e8080;background-color:#1a2222;border-radius:0 .5rem 0 .25rem;text-transform:uppercase;letter-spacing:.05em}.highlight .copy-btn{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:#9a9b9b;background-color:#1a2222;border:1px solid #3d4242;border-radius:.375rem;cursor:pointer;opacity:0;transition:all 150ms ease}.highlight .copy-btn:hover{color:#e8e9e9;background-color:#3d4242}.highlight .copy-btn svg{width:16px;height:16px}.highlight .copy-btn.copied{color:#22c55e;border-color:#22c55e}.highlight:hover .copy-btn{opacity:1}.highlight .lnt{display:inline-block;width:2em;margin-right:1rem;color:#636565;text-align:right;user-select:none}.highlight .hl{display:block;background-color:rgba(249,115,22,.15);margin:0 -1.5rem;padding:0 1.5rem}.highlight .c,.highlight .c1,.highlight .cm,.highlight .cs{color:#6272a4;font-style:italic}.highlight .k,.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#ff79c6}.highlight .s,.highlight .s1,.highlight .s2,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx,.highlight .sr,.highlight .ss{color:#f1fa8c}.highlight .m,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .il{color:#bd93f9}.highlight .o,.highlight .ow{color:#ff79c6}.highlight .p{color:#e8e9e9}.highlight .n,.highlight .na,.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no,.highlight .nt,.highlight .nv{color:#50fa7b}.highlight .nf{color:#50fa7b}.highlight .nc{color:#8be9fd}.highlight .nv,.highlight .vi,.highlight .vg,.highlight .vm{color:#f8f8f2}.highlight .na{color:#50fa7b}.highlight .nt{color:#ff79c6}.highlight .ni{color:#ffb86c}.highlight .err{color:#f55}.highlight .ge{font-style:italic}.highlight .gs{font-weight:bold}.highlight .gd{color:#f55;background-color:rgba(255,85,85,.1)}.highlight .gi{color:#50fa7b;background-color:rgba(80,250,123,.1)}.highlight[data-lang=bash] pre,.highlight[data-lang=shell] pre,.highlight[data-lang=sh] pre{background-color:#0a1111}.highlight[data-lang=bash] .gp,.highlight[data-lang=shell] .gp,.highlight[data-lang=sh] .gp{color:#f97316;user-select:none}.highlight[data-lang=bash] .go,.highlight[data-lang=shell] .go,.highlight[data-lang=sh] .go{color:#9a9b9b}.callout,.hint{position:relative;margin:1.5rem 0;padding:1rem 1.5rem;padding-left:calc(1.5rem + 24px + .5rem);border-radius:.5rem;border-left:4px solid}.callout::before,.hint::before{content:"";position:absolute;left:1rem;top:1rem;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:center}.callout>*:last-child,.hint>*:last-child{margin-bottom:0}.callout__title{display:block;margin-bottom:.5rem;font-weight:600}.callout--info,.hint.info,.callout--note,.hint.note{background-color:#eff6ff;border-left-color:#3b82f6}[data-theme=dark] .callout--info,[data-theme=dark] .hint.info,[data-theme=dark] .callout--note,[data-theme=dark] .hint.note{background-color:rgba(59,130,246,.1)}.callout--info::before,.hint.info::before,.callout--note::before,.hint.note::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233B82F6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E")}.callout--info .callout__title,.hint.info .callout__title,.callout--note .callout__title,.hint.note .callout__title{color:#3b82f6}.callout--warning,.hint.warning,.callout--caution,.hint.caution{background-color:#fffbeb;border-left-color:#f59e0b}[data-theme=dark] .callout--warning,[data-theme=dark] .hint.warning,[data-theme=dark] .callout--caution,[data-theme=dark] .hint.caution{background-color:rgba(245,158,11,.1)}.callout--warning::before,.hint.warning::before,.callout--caution::before,.hint.caution::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F59E0B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E")}.callout--warning .callout__title,.hint.warning .callout__title,.callout--caution .callout__title,.hint.caution .callout__title{color:#f59e0b}.callout--danger,.hint.danger,.callout--error,.hint.error{background-color:#fef2f2;border-left-color:#ef4444}[data-theme=dark] .callout--danger,[data-theme=dark] .hint.danger,[data-theme=dark] .callout--error,[data-theme=dark] .hint.error{background-color:rgba(239,68,68,.1)}.callout--danger::before,.hint.danger::before,.callout--error::before,.hint.error::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23EF4444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='15' y1='9' x2='9' y2='15'/%3E%3Cline x1='9' y1='9' x2='15' y2='15'/%3E%3C/svg%3E")}.callout--danger .callout__title,.hint.danger .callout__title,.callout--error .callout__title,.hint.error .callout__title{color:#ef4444}.callout--success,.hint.success,.callout--tip,.hint.tip{background-color:#f0fdf4;border-left-color:#22c55e}[data-theme=dark] .callout--success,[data-theme=dark] .hint.success,[data-theme=dark] .callout--tip,[data-theme=dark] .hint.tip{background-color:rgba(34,197,94,.1)}.callout--success::before,.hint.success::before,.callout--tip::before,.hint.tip::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322C55E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E")}.callout--success .callout__title,.hint.success .callout__title,.callout--tip .callout__title,.hint.tip .callout__title{color:#22c55e}.important-box{margin:1.5rem 0;padding:1.5rem;background:linear-gradient(135deg, rgba(249, 115, 22, 0.1) 0%, rgba(249, 115, 22, 0.05) 100%);border:1px solid rgba(249,115,22,.2);border-radius:.5rem}[data-theme=dark] .important-box{background:linear-gradient(135deg, rgba(249, 115, 22, 0.15) 0%, rgba(249, 115, 22, 0.05) 100%);border-color:rgba(249,115,22,.3)}.important-box>*:last-child{margin-bottom:0}.search-modal{display:none;position:fixed;inset:0;z-index:300;padding:3rem;background-color:rgba(10,17,17,.7);backdrop-filter:blur(4px)}.search-modal.is-open{display:flex;align-items:flex-start;justify-content:center}.search-modal__container{width:100%;max-width:600px;margin-top:10vh;background-color:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);overflow:hidden}[data-theme=dark] .search-modal__container{background-color:#0f1414}.search-modal__header{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border-bottom:1px solid #cecfcf}[data-theme=dark] .search-modal__header{border-bottom-color:#1a2222}.search-modal__icon{flex-shrink:0;width:20px;height:20px;color:#9a9b9b}.search-modal__input{flex:1;padding:0;font-size:1.25rem;font-family:"Geist",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#1a2222;background:rgba(0,0,0,0);border:none;outline:none}[data-theme=dark] .search-modal__input{color:#e8e9e9}.search-modal__input::placeholder{color:#9a9b9b}.search-modal__kbd{padding:.25rem .5rem;font-size:.75rem;font-family:"Geist",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#7e8080;background-color:#e8e9e9;border-radius:.25rem}[data-theme=dark] .search-modal__kbd{background-color:#1a2222;color:#9a9b9b}.search-modal__results{max-height:60vh;overflow-y:auto;padding:.5rem}.search-modal__empty{padding:2rem;text-align:center;color:#7e8080}.search-modal__footer{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.5rem;border-top:1px solid #cecfcf;font-size:.875rem;color:#7e8080}[data-theme=dark] .search-modal__footer{border-top-color:#1a2222}.search-modal__hint{display:flex;align-items:center;gap:1rem}.search-modal__hint span{display:flex;align-items:center;gap:.25rem}.search-modal__hint kbd{padding:2px 6px;font-size:.75rem;background-color:#e8e9e9;border-radius:.25rem}[data-theme=dark] .search-modal__hint kbd{background-color:#1a2222}.search-result{display:block;padding:1rem;border-radius:.375rem;text-decoration:none;transition:background-color 150ms ease}.search-result:hover,.search-result--selected{background-color:#e8e9e9;text-decoration:none}[data-theme=dark] .search-result:hover,[data-theme=dark] .search-result--selected{background-color:#1a2222}.search-result__title{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;font-weight:500;color:#1a2222}[data-theme=dark] .search-result__title{color:#e8e9e9}.search-result__section{font-size:.875rem;color:#7e8080;font-weight:400}.search-result__section::before{content:"›";margin:0 .25rem}.search-result__excerpt{font-size:.875rem;color:#636565;line-height:1.5}[data-theme=dark] .search-result__excerpt{color:#9a9b9b}.search-result__excerpt mark{background-color:rgba(249,115,22,.2);color:inherit;padding:0 2px;border-radius:2px}.search-loading{display:flex;align-items:center;justify-content:center;padding:2rem}.search-loading__spinner{width:24px;height:24px;border:2px solid #cecfcf;border-top-color:#f97316;border-radius:50%;animation:spin .6s linear infinite}[data-theme=dark] .search-loading__spinner{border-color:#3d4242;border-top-color:#f97316}@keyframes spin{to{transform:rotate(360deg)}}.d-none{display:none !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.justify-start{justify-content:flex-start !important}.justify-end{justify-content:flex-end !important}.justify-center{justify-content:center !important}.justify-between{justify-content:space-between !important}.align-start{align-items:flex-start !important}.align-end{align-items:flex-end !important}.align-center{align-items:center !important}.align-stretch{align-items:stretch !important}.gap-xs{gap:.25rem !important}.gap-sm{gap:.5rem !important}.gap-md{gap:1rem !important}.gap-lg{gap:1.5rem !important}.gap-xl{gap:2rem !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-xs{margin:.25rem !important}.mt-xs{margin-top:.25rem !important}.mr-xs{margin-right:.25rem !important}.mb-xs{margin-bottom:.25rem !important}.ml-xs{margin-left:.25rem !important}.mx-xs{margin-left:.25rem !important;margin-right:.25rem !important}.my-xs{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-sm{margin:.5rem !important}.mt-sm{margin-top:.5rem !important}.mr-sm{margin-right:.5rem !important}.mb-sm{margin-bottom:.5rem !important}.ml-sm{margin-left:.5rem !important}.mx-sm{margin-left:.5rem !important;margin-right:.5rem !important}.my-sm{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-md{margin:1rem !important}.mt-md{margin-top:1rem !important}.mr-md{margin-right:1rem !important}.mb-md{margin-bottom:1rem !important}.ml-md{margin-left:1rem !important}.mx-md{margin-left:1rem !important;margin-right:1rem !important}.my-md{margin-top:1rem !important;margin-bottom:1rem !important}.m-lg{margin:1.5rem !important}.mt-lg{margin-top:1.5rem !important}.mr-lg{margin-right:1.5rem !important}.mb-lg{margin-bottom:1.5rem !important}.ml-lg{margin-left:1.5rem !important}.mx-lg{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-lg{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-xl{margin:2rem !important}.mt-xl{margin-top:2rem !important}.mr-xl{margin-right:2rem !important}.mb-xl{margin-bottom:2rem !important}.ml-xl{margin-left:2rem !important}.mx-xl{margin-left:2rem !important;margin-right:2rem !important}.my-xl{margin-top:2rem !important;margin-bottom:2rem !important}.m-2xl{margin:3rem !important}.mt-2xl{margin-top:3rem !important}.mr-2xl{margin-right:3rem !important}.mb-2xl{margin-bottom:3rem !important}.ml-2xl{margin-left:3rem !important}.mx-2xl{margin-left:3rem !important;margin-right:3rem !important}.my-2xl{margin-top:3rem !important;margin-bottom:3rem !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-xs{padding:.25rem !important}.pt-xs{padding-top:.25rem !important}.pr-xs{padding-right:.25rem !important}.pb-xs{padding-bottom:.25rem !important}.pl-xs{padding-left:.25rem !important}.px-xs{padding-left:.25rem !important;padding-right:.25rem !important}.py-xs{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-sm{padding:.5rem !important}.pt-sm{padding-top:.5rem !important}.pr-sm{padding-right:.5rem !important}.pb-sm{padding-bottom:.5rem !important}.pl-sm{padding-left:.5rem !important}.px-sm{padding-left:.5rem !important;padding-right:.5rem !important}.py-sm{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-md{padding:1rem !important}.pt-md{padding-top:1rem !important}.pr-md{padding-right:1rem !important}.pb-md{padding-bottom:1rem !important}.pl-md{padding-left:1rem !important}.px-md{padding-left:1rem !important;padding-right:1rem !important}.py-md{padding-top:1rem !important;padding-bottom:1rem !important}.p-lg{padding:1.5rem !important}.pt-lg{padding-top:1.5rem !important}.pr-lg{padding-right:1.5rem !important}.pb-lg{padding-bottom:1.5rem !important}.pl-lg{padding-left:1.5rem !important}.px-lg{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-lg{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-xl{padding:2rem !important}.pt-xl{padding-top:2rem !important}.pr-xl{padding-right:2rem !important}.pb-xl{padding-bottom:2rem !important}.pl-xl{padding-left:2rem !important}.px-xl{padding-left:2rem !important;padding-right:2rem !important}.py-xl{padding-top:2rem !important;padding-bottom:2rem !important}.p-2xl{padding:3rem !important}.pt-2xl{padding-top:3rem !important}.pr-2xl{padding-right:3rem !important}.pb-2xl{padding-bottom:3rem !important}.pl-2xl{padding-left:3rem !important}.px-2xl{padding-left:3rem !important;padding-right:3rem !important}.py-2xl{padding-top:3rem !important;padding-bottom:3rem !important}.text-left{text-align:left !important}.text-center{text-align:center !important}.text-right{text-align:right !important}.text-xs{font-size:.75rem !important}.text-sm{font-size:.875rem !important}.text-base{font-size:1.125rem !important}.text-lg{font-size:1.25rem !important}.text-xl{font-size:1.5rem !important}.text-2xl{font-size:2rem !important}.font-normal{font-weight:400 !important}.font-medium{font-weight:500 !important}.font-semibold{font-weight:600 !important}.font-bold{font-weight:700 !important}.text-muted{color:#7e8080 !important}[data-theme=dark] .text-muted{color:#9a9b9b !important}.text-primary{color:#f97316 !important}.text-success{color:#22c55e !important}.text-warning{color:#f59e0b !important}.text-danger{color:#ef4444 !important}.text-info{color:#3b82f6 !important}.w-full{width:100% !important}.w-auto{width:auto !important}.h-full{height:100% !important}.h-auto{height:auto !important}.min-h-screen{min-height:100vh !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-x-auto{overflow-x:auto !important}.overflow-y-auto{overflow-y:auto !important}.relative{position:relative !important}.absolute{position:absolute !important}.fixed{position:fixed !important}.sticky{position:sticky !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}@media(max-width: 768px){.hide-mobile{display:none !important}}@media(min-width: 768px){.hide-desktop{display:none !important}}
