._nav_v7c8e_21{z-index:1000;background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--nav-border);height:var(--nav-height);transition:box-shadow .2s;position:sticky;top:0}._nav_v7c8e_21._scrolled_v7c8e_33{box-shadow:var(--shadow-sm)}._navInner_v7c8e_37{max-width:var(--max-width);align-items:center;gap:8px;height:100%;margin:0 auto;padding:0 24px;display:flex}._logo_v7c8e_47{color:var(--text);font-family:var(--font-heading);flex-shrink:0;align-items:center;gap:10px;font-size:1.15rem;text-decoration:none;display:flex}._logo_v7c8e_47:hover{color:var(--primary);text-decoration:none}._logoImg_v7c8e_63{width:auto;height:36px}._spacer_v7c8e_68{flex:1}._links_v7c8e_72{align-items:center;gap:4px;display:flex}._links_v7c8e_72 a{border-radius:var(--radius-sm);color:var(--text-muted);white-space:nowrap;padding:6px 12px;font-size:.9rem;transition:color .15s,background-color .15s}._links_v7c8e_72 a:hover{color:var(--text);background:var(--primary-soft);text-decoration:none}._hamburger_v7c8e_95{color:var(--text);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:8px;font-size:1.5rem;line-height:1;display:none}._hamburger_v7c8e_95:hover{background:var(--primary-soft)}._mobileMenu_v7c8e_111{top:var(--nav-height);background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);z-index:999;border-bottom:1px solid #0000;grid-template-rows:0fr;transition:grid-template-rows .25s,border-color .25s;display:grid;position:fixed;left:0;right:0}._mobileMenu_v7c8e_111._open_v7c8e_128{border-bottom-color:var(--nav-border);grid-template-rows:1fr}._mobileMenuInner_v7c8e_133{padding:0 24px;transition:padding .25s;overflow:hidden}._mobileMenu_v7c8e_111._open_v7c8e_128 ._mobileMenuInner_v7c8e_133{padding:8px 24px 16px}._mobileMenu_v7c8e_111 a{color:var(--text-muted);border-radius:var(--radius-sm);padding:10px 12px;font-size:.95rem;display:block}._mobileMenu_v7c8e_111 a:hover{color:var(--text);background:var(--primary-soft);text-decoration:none}.theme-toggle{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:pointer;color:var(--text);background:0 0;padding:6px 8px;font-size:1rem;line-height:1;transition:background-color .15s,border-color .15s}.theme-toggle:hover{background:var(--primary-soft);border-color:var(--border)}@media (width<=768px){._links_v7c8e_72{display:none}._hamburger_v7c8e_95{display:block}}@media (width>=769px){._mobileMenu_v7c8e_111{display:none}}@media (prefers-reduced-motion:reduce){._mobileMenu_v7c8e_111,._mobileMenuInner_v7c8e_133{transition:none}}._footer_1iz5s_21{border-top:1px solid var(--border-subtle);background:var(--bg-surface);margin-top:80px;padding:48px 24px 32px}._inner_1iz5s_28{max-width:var(--max-width);grid-template-columns:2fr 1fr 1fr;gap:40px;margin:0 auto;display:grid}._about_1iz5s_36 p{color:var(--text-muted);margin-top:8px;font-size:.9rem;line-height:1.7}._about_1iz5s_36 p+p{margin-top:12px}._heading_1iz5s_47{font-family:var(--font-heading);color:var(--text);margin-bottom:12px;font-size:.95rem}._linkList_1iz5s_54{flex-direction:column;gap:8px;list-style:none;display:flex}._linkList_1iz5s_54 a{color:var(--text-muted);font-size:.9rem}._linkList_1iz5s_54 a:hover{color:var(--primary)}._bottom_1iz5s_70{max-width:var(--max-width);border-top:1px solid var(--border-subtle);color:var(--text-muted);margin:32px auto 0;padding-top:24px;font-size:.82rem;line-height:1.6}._bottom_1iz5s_70 p+p{margin-top:4px}@media (width<=768px){._inner_1iz5s_28{grid-template-columns:1fr;gap:32px}}._hero_1rk7f_21{text-align:center;background:var(--bg);padding:100px 24px 80px;position:relative;overflow:hidden}@media (width>=768px){._hero_1rk7f_21{padding:140px 24px 120px}}._videoBg_1rk7f_35{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}._overlay_1rk7f_44{z-index:1;background:#00000059;position:absolute;inset:0}._content_1rk7f_51{z-index:2;max-width:var(--max-width);margin:0 auto;position:relative}._title_1rk7f_58{letter-spacing:-.02em;color:var(--text);margin-bottom:16px;font-size:clamp(2.4rem,6vw,3.8rem)}._highlight_1rk7f_65{color:var(--primary)}._subtitle_1rk7f_69{color:var(--text);max-width:640px;margin:0 auto 40px;font-size:clamp(1.05rem,2.5vw,1.3rem);line-height:1.7}._buttons_1rk7f_77{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (width<=480px){._hero_1rk7f_21{padding:64px 20px 48px}._buttons_1rk7f_77{flex-direction:column;align-items:stretch}._buttons_1rk7f_77 .btn{justify-content:center}}._codeBlock_1nb96_21{background:var(--bg-code);border:1px solid var(--border-subtle);border-radius:var(--radius-md);font-family:var(--font-mono);color:var(--text);white-space:pre;-webkit-overflow-scrolling:touch;padding:16px 20px;font-size:.82rem;line-height:1.6;overflow-x:auto}._codeBlock_1nb96_21 code{font-family:inherit;font-size:inherit}._highlighted_1nb96_40 pre.shiki{border:1px solid var(--border-subtle);border-radius:var(--radius-md);font-family:var(--font-mono);white-space:pre;-webkit-overflow-scrolling:touch;margin:0;padding:16px 20px;font-size:.82rem;line-height:1.6;overflow-x:auto;background:var(--bg-code)!important}._highlighted_1nb96_40 pre.shiki code{font-family:inherit;font-size:inherit}._highlighted_1nb96_40 pre.shiki span{color:var(--shiki-light)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) ._highlighted_1nb96_40 pre.shiki span{color:var(--shiki-dark)}:root:not([data-theme=light]) ._highlighted_1nb96_40 pre.shiki{background:var(--bg-code)!important}}:root[data-theme=dark] ._highlighted_1nb96_40 pre.shiki span{color:var(--shiki-dark)}:root[data-theme=dark] ._highlighted_1nb96_40 pre.shiki{background:var(--bg-code)!important}._label_1nb96_83{font-family:var(--font-body);color:var(--text-muted);letter-spacing:.05em;margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}._codeWrapper_1nb96_93{position:relative}._copyButton_1nb96_97{all:unset;z-index:1;border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-muted);background:var(--bg-code);border:1px solid var(--border-subtle);cursor:pointer;opacity:0;justify-content:center;align-items:center;transition:opacity .15s,color .15s,background .15s;display:flex;position:absolute;top:8px;right:8px}._codeWrapper_1nb96_93:hover ._copyButton_1nb96_97,._copyButton_1nb96_97:focus-visible{opacity:1}._copyButton_1nb96_97:hover{color:var(--text);background:var(--bg-hover,var(--bg-code))}._copyButton_1nb96_97:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}._stack_16r93_21{max-width:480px}._deck_16r93_25{margin-bottom:14px;display:grid}._card_16r93_30{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);z-index:4;pointer-events:auto;flex-direction:column;grid-area:1/1;align-self:stretch;max-height:360px;padding:24px;display:flex}._card_16r93_30:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}._cardHeader_16r93_49{flex-shrink:0}._cardBody_16r93_53{flex:1;min-height:0;overflow-y:auto}._shell_16r93_59{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);pointer-events:none;grid-area:1/1;align-self:stretch;height:360px;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .35s cubic-bezier(.22,1,.36,1),filter .35s cubic-bezier(.22,1,.36,1)}._shellFront_16r93_73{z-index:3;opacity:1;filter:brightness();transform:translateY(0)scaleX(1)}._shellBehind1_16r93_80{z-index:2;opacity:1;filter:brightness(.97);transform:translateY(6px)scaleX(.97)}._shellBehind2_16r93_87{z-index:1;opacity:1;filter:brightness(.94);transform:translateY(12px)scaleX(.94)}._shellHidden_16r93_94{z-index:0;opacity:0;filter:brightness(.94);transform:translateY(12px)scaleX(.94)}._cardExit_16r93_101{pointer-events:none;animation:.25s cubic-bezier(.22,1,.36,1) forwards _cardExit_16r93_101}._cardExitBack_16r93_106{pointer-events:none;animation:.3s cubic-bezier(.22,1,.36,1) forwards _cardExitBack_16r93_106}._cardHidden_16r93_111{opacity:0;pointer-events:none}._cardEnter_16r93_116{animation:.25s cubic-bezier(.22,1,.36,1) both _cardEnter_16r93_116}@keyframes _cardExit_16r93_101{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-16px)}}@keyframes _cardExitBack_16r93_106{0%{opacity:1;filter:brightness();transform:translateY(0)scaleX(1)}to{opacity:0;filter:brightness(.97);transform:translateY(6px)scaleX(.97)}}@keyframes _cardEnter_16r93_116{0%{opacity:0}to{opacity:1}}._nav_16r93_153{justify-content:center;align-items:center;gap:8px;margin-top:16px;display:flex}._navBtn_16r93_161{border:1px solid var(--border-subtle);background:var(--bg-surface);width:32px;height:32px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;line-height:1;transition:background .15s,border-color .15s;display:flex}._navBtn_16r93_161:focus-visible{outline:2px solid var(--primary);outline-offset:2px}._navBtn_16r93_161:hover:not(:disabled){background:var(--primary-soft);border-color:var(--primary)}._navBtn_16r93_161:disabled{opacity:.4;cursor:default}._dots_16r93_194{align-items:center;gap:6px;display:flex}._dot_16r93_194{border:1.5px solid var(--border-subtle);cursor:pointer;background:0 0;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s,border-color .2s}._dot_16r93_194:focus-visible{outline:2px solid var(--primary);outline-offset:2px}._dot_16r93_194:hover{border-color:var(--text-muted)}._dotActive_16r93_222{background:var(--primary);border-color:var(--primary)}._headword_16r93_227{font-family:var(--font-heading);margin-bottom:2px;font-size:1.6rem}._meta_16r93_233{color:var(--text-muted);margin-bottom:16px;font-size:.88rem;font-style:italic}._defList_16r93_240{counter-reset:def;list-style:none}._defItem_16r93_245{counter-increment:def;margin-bottom:12px;padding-left:28px;position:relative}._defItem_16r93_245:before{content:counter(def) ".";color:var(--primary);font-size:.9rem;font-weight:700;position:absolute;left:0}._defText_16r93_261{font-size:.95rem;line-height:1.5}._example_16r93_266{color:var(--text-muted);margin-top:4px;font-size:.88rem;font-style:italic}._example_16r93_266:before{content:"«"}._example_16r93_266:after{content:"»"}._moreIndicator_16r93_281{color:var(--text-muted);padding-left:28px;font-size:.88rem;font-style:italic}._subDefList_16r93_288{counter-reset:subdef;margin-top:6px;padding-left:0;list-style:none}._subDefItem_16r93_295{counter-increment:subdef;margin-bottom:6px;padding-left:24px;font-size:.9rem;position:relative}._subDefItem_16r93_295:before{content:counter(def) "." counter(subdef);color:var(--text-muted);font-size:.82rem;font-weight:600;position:absolute;left:0}._citeWrap_16r93_312{display:inline;position:relative}._citeLink_16r93_317{all:unset;color:var(--primary);cursor:help;vertical-align:super;border-radius:2px;padding:0 1px;font-size:.75em;line-height:1}._citeLink_16r93_317:hover,._citeLink_16r93_317:focus-visible{outline:none;text-decoration:underline}._citeTooltip_16r93_334{border:1px solid var(--border-subtle);background:var(--bg);color:var(--text);white-space:normal;pointer-events:none;border-radius:6px;max-width:min(320px,90vw);margin:0;padding:6px 10px;font-size:.78rem;font-style:normal;box-shadow:0 4px 12px #00000026}._citeTooltip_16r93_334::backdrop{background:0 0}._citationList_16r93_353{border-top:1px solid var(--border-subtle);margin-top:12px;padding-top:8px}._citationList_16r93_353 ol{margin:0;padding-left:20px;list-style:decimal}._citationItem_16r93_365{color:var(--text-muted);margin-bottom:2px;font-size:.78rem;line-height:1.4}@media (prefers-reduced-motion:reduce){._card_16r93_30{transition:none}}._section_sw7dh_21{max-width:var(--max-width);margin:0 auto;padding:40px 24px}._showcase_sw7dh_27{border-bottom:1px solid var(--border-subtle);grid-template-rows:auto 1fr;grid-template-columns:1fr 1fr;align-items:start;gap:32px;padding:48px 0;display:grid}._showcase_sw7dh_27:last-child{border-bottom:none}._showcase_sw7dh_27._animated_sw7dh_41{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(32px)}._showcase_sw7dh_27._visible_sw7dh_49{opacity:1;transform:translateY(0)}._showcase_sw7dh_27._fromRight_sw7dh_54 ._queryCol_sw7dh_54{order:2}._showcase_sw7dh_27._fromRight_sw7dh_54 ._resultCol_sw7dh_58{order:1}._question_sw7dh_62{font-family:var(--font-heading);color:var(--text);grid-column:1/-1;margin-bottom:0;font-size:clamp(1.2rem,2.5vw,1.6rem)}._queryCol_sw7dh_54{flex-direction:column;gap:12px;min-width:0;display:flex}._resultCol_sw7dh_58{flex-direction:column;display:flex}._tryLink_sw7dh_82{color:var(--primary);align-items:center;gap:6px;margin-top:12px;font-size:.88rem;font-weight:600;display:inline-flex}._tryLink_sw7dh_82:hover{color:var(--primary-hover)}._fullData_sw7dh_96{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);order:99;grid-column:1/-1;min-width:0;margin-top:8px}._fullDataSummary_sw7dh_105{color:var(--text-muted);cursor:pointer;user-select:none;align-items:center;gap:6px;padding:10px 16px;font-size:.88rem;font-weight:600;list-style:none;display:flex}._fullDataSummary_sw7dh_105::-webkit-details-marker{display:none}._detailsIconCollapsed_sw7dh_122{display:inline-block}._detailsIconExpanded_sw7dh_126,._fullData_sw7dh_96[open] ._detailsIconCollapsed_sw7dh_122{display:none}._fullData_sw7dh_96[open] ._detailsIconExpanded_sw7dh_126{display:inline-block}._fullDataSummary_sw7dh_105:hover{color:var(--text)}._fullDataSummary_sw7dh_105:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}._fullDataContent_sw7dh_147{flex-direction:column;gap:12px;min-width:0;padding:0 16px 16px;display:flex}._fullDataContent_sw7dh_147 pre,._fullDataContent_sw7dh_147 pre.shiki{max-height:40vh;overflow:auto}@media (width<=900px){._showcase_sw7dh_27{grid-template-columns:1fr}._showcase_sw7dh_27._fromRight_sw7dh_54 ._queryCol_sw7dh_54,._showcase_sw7dh_27._fromRight_sw7dh_54 ._resultCol_sw7dh_58{order:0}}@media (prefers-reduced-motion:reduce){._showcase_sw7dh_27._animated_sw7dh_41,._resultCol_sw7dh_58 [role=listitem]{opacity:1;transition:none;transform:none}}._resultCol_sw7dh_58 [role=listitem]{opacity:0;transition:opacity .3s,transform .3s;transform:translateY(8px)}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]{opacity:1;transform:translateY(0)}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:first-child{transition-delay:.1s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(2){transition-delay:.14s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(3){transition-delay:.18s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(4){transition-delay:.22s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(5){transition-delay:.26s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(6){transition-delay:.3s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(7){transition-delay:.34s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(8){transition-delay:.38s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(9){transition-delay:.42s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(10){transition-delay:.46s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(11){transition-delay:.5s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(12){transition-delay:.54s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(13){transition-delay:.58s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(14){transition-delay:.62s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(15){transition-delay:.66s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(16){transition-delay:.7s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(17){transition-delay:.74s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(18){transition-delay:.78s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(19){transition-delay:.82s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(20){transition-delay:.86s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(21){transition-delay:.9s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(22){transition-delay:.94s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(23){transition-delay:.98s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(24){transition-delay:1.02s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(25){transition-delay:1.06s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(26){transition-delay:1.1s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(27){transition-delay:1.14s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(28){transition-delay:1.18s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(29){transition-delay:1.22s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(30){transition-delay:1.26s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(31){transition-delay:1.3s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(32){transition-delay:1.34s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(33){transition-delay:1.38s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(34){transition-delay:1.42s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(35){transition-delay:1.46s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(36){transition-delay:1.5s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(37){transition-delay:1.54s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(38){transition-delay:1.58s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(39){transition-delay:1.62s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(40){transition-delay:1.66s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(41){transition-delay:1.7s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(42){transition-delay:1.74s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(43){transition-delay:1.78s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(44){transition-delay:1.82s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(45){transition-delay:1.86s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(46){transition-delay:1.9s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(47){transition-delay:1.94s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(48){transition-delay:1.98s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(49){transition-delay:2.02s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(50){transition-delay:2.06s}._resultCol_sw7dh_58._revealed_sw7dh_197 [role=listitem]:nth-child(n+51){transition-delay:2.1s}._tabbedCode_sw7dh_356{flex-direction:column;display:flex}._tabBar_sw7dh_361{border-bottom:1px solid var(--border-subtle);gap:0;margin-bottom:-1px;display:flex}._tab_sw7dh_356{all:unset;font-family:var(--font-body);color:var(--text-muted);cursor:pointer;border-bottom:2px solid #0000;padding:6px 12px;font-size:.8rem;font-weight:600;transition:color .15s,border-color .15s}._tab_sw7dh_356:hover{color:var(--text)}._tab_sw7dh_356:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}._tabActive_sw7dh_391{color:var(--primary);border-bottom-color:var(--primary)}._tabbedCode_sw7dh_356 pre,._tabbedCode_sw7dh_356 pre.shiki{border-top-left-radius:0;border-top-right-radius:0}._tabPanelHidden_sw7dh_402{display:none}._container_1l6mn_21{max-width:480px}._cards_1l6mn_25{flex-direction:column;gap:10px;display:flex}._cardsFade_1l6mn_31{mask-image:linear-gradient(#000 40%,#0000 100%)}._card_1l6mn_25{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:12px 16px}._cardHead_1l6mn_43{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}._cardTitle_1l6mn_50{color:var(--text);font-size:1.05rem;font-weight:700}._cardMeta_1l6mn_56{color:var(--text-muted);font-size:.82rem}._cardDef_1l6mn_61{color:var(--text-muted);margin-top:4px;font-size:.85rem;line-height:1.5}._chips_1l6mn_68{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}._chipsFade_1l6mn_75{mask-image:linear-gradient(#000 50%,#0000 100%)}._chip_1l6mn_68{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:6px 12px;font-size:.9rem}._chipAnnotation_1l6mn_88{color:var(--text-muted);margin-left:4px;font-size:.78rem}._chipExtra_1l6mn_94{color:var(--text-muted);font-size:.78rem;font-style:italic}._facetChips_1l6mn_100{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}._facetChip_1l6mn_100{background:var(--bg-surface-alt);color:var(--text-muted);border-radius:100px;padding:4px 12px;font-size:.78rem}._facetChipValue_1l6mn_115{color:var(--text);font-weight:600}@media (width<=600px){._card_1l6mn_25{padding:10px 12px}}._container_1oy3a_21{max-width:480px}._graphWrap_1oy3a_25{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:16px;overflow:hidden}._graphWrap_1oy3a_25 svg{width:100%;height:auto;display:block}._node_1oy3a_39{cursor:default}._nodeCircle_1oy3a_43{fill:var(--primary);transition:r .15s}._nodeCircle_1oy3a_43._center_1oy3a_48{fill:var(--accent)}._nodeLabel_1oy3a_52{fill:var(--text);font-family:var(--font-body);text-anchor:middle;pointer-events:none;user-select:none;font-size:11px}._edge_1oy3a_61{stroke:var(--border);stroke-width:1.5px;opacity:.5}._section_1w0ta_21{max-width:var(--max-width);margin:0 auto;padding:80px 24px}._heading_1w0ta_27{text-align:center;margin-bottom:48px}._grid_1w0ta_32{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}._card_1w0ta_38{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px;transition:box-shadow .2s,transform .15s}._card_1w0ta_38:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}._icon_1w0ta_53{color:var(--primary);margin-bottom:12px;line-height:1;display:block}._cardTitle_1w0ta_60{font-family:var(--font-heading);margin-bottom:6px;font-size:1.05rem}@media (width<=768px){._grid_1w0ta_32{grid-template-columns:1fr}}@media (width>=769px) and (width<=1023px){._grid_1w0ta_32{grid-template-columns:repeat(2,1fr)}}._section_4y12h_21{background:var(--bg-surface);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);padding:80px 24px}._inner_4y12h_28{max-width:var(--max-width);margin:0 auto}._heading_4y12h_33{text-align:center;margin-bottom:48px}._steps_4y12h_38{grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:40px;display:grid}._step_4y12h_38{text-align:center}._stepNum_4y12h_49{background:var(--primary);width:40px;height:40px;color:var(--text-on-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;font-size:1.1rem;font-weight:700;display:inline-flex}._stepTitle_4y12h_63{font-family:var(--font-heading);margin-bottom:6px;font-size:1rem}._step_4y12h_38 .text-muted a{font-weight:600}._codeExample_4y12h_73{max-width:640px;margin:0 auto}@media (width<=768px){._steps_4y12h_38{grid-template-columns:1fr;gap:24px}._step_4y12h_38{text-align:left;align-items:flex-start;gap:16px;display:flex}._stepNum_4y12h_49{flex-shrink:0}}._section_1ljmg_21{max-width:var(--max-width);text-align:center;margin:0 auto;padding:80px 24px}._heading_1ljmg_28{margin-bottom:16px}._desc_1ljmg_32{color:var(--text-muted);max-width:640px;margin:0 auto 32px;font-size:1.05rem;line-height:1.7}._page_1yhse_21{max-width:720px;margin:0 auto;padding:64px 24px 80px}._page_1yhse_21 h1{margin-bottom:8px}._updated_1yhse_31{color:var(--text-muted);margin-bottom:32px;font-size:.88rem}._page_1yhse_21 h2{margin-top:40px;margin-bottom:12px}._page_1yhse_21 p{color:var(--text-muted);margin-bottom:16px;line-height:1.7}._page_1yhse_21 ul{color:var(--text-muted);margin-bottom:16px;padding-left:24px;line-height:1.7}._page_1yhse_21 li+li{margin-top:4px}._page_hxw1k_21{text-align:center;max-width:720px;margin:0 auto;padding:120px 24px 80px}._page_hxw1k_21 h1{margin-bottom:8px;font-size:4rem;font-weight:700}._subtitle_hxw1k_34{margin-bottom:16px;font-size:1.5rem;font-weight:600}._description_hxw1k_40{color:var(--text-muted);margin-bottom:32px;line-height:1.7}._intro_12r3w_25{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:48px;display:flex}._introText_12r3w_33{flex:1}._intro_12r3w_25 h1{margin-bottom:8px}._subtitle_12r3w_41{color:var(--text-muted);font-size:1.05rem;line-height:1.6}._actions_12r3w_47{flex-shrink:0;align-items:center;gap:12px;padding-top:8px;display:flex}._actionLink_12r3w_55{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-muted);justify-content:center;align-items:center;transition:color .15s,background-color .15s;display:flex}._actionLink_12r3w_55:hover{color:var(--primary);background-color:var(--bg-surface)}._postList_12r3w_73{flex-direction:column;gap:32px;display:flex}._postCard_12r3w_79{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:inherit;flex-direction:column;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}._postCard_12r3w_79:hover{border-color:var(--primary);box-shadow:var(--shadow-md);color:inherit;text-decoration:none}._postCardImage_12r3w_101{object-fit:cover;width:100%;height:180px}._postCardBody_12r3w_107{padding:24px}._postCardAvatar_12r3w_111{object-fit:cover;border-radius:50%;width:24px;height:24px}._postCardPronouns_12r3w_118{font-size:.8rem;font-style:italic}._postCardTitle_12r3w_123{font-family:var(--font-heading);color:var(--text);margin-bottom:8px;font-size:1.25rem}._postCardMeta_12r3w_130{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:12px;font-size:.85rem;display:flex}._postCardSummary_12r3w_139{color:var(--text-muted);font-size:.95rem;line-height:1.6}._draftBadge_12r3w_145{padding:2px 8px;font-size:.7rem;position:absolute;top:8px;right:8px}._licence_12r3w_154{text-align:center}._page_1q78h_21{max-width:720px;margin:0 auto;padding:64px 24px 80px}._licence_1q78h_27{color:var(--text-muted);margin-top:48px;font-size:.85rem}._licence_1q78h_27 a{color:var(--text-muted);text-underline-offset:2px;text-decoration:underline}._licence_1q78h_27 a:hover{color:var(--primary)}._draftBadge_1q78h_43{background:var(--accent);color:var(--text-on-primary);border-radius:4px;font-weight:700}._header_1kbvk_25{margin-bottom:40px}._header_1kbvk_25 h1{margin-bottom:12px}._meta_1kbvk_33{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:12px;font-size:.9rem;display:flex}._avatar_1kbvk_42{object-fit:cover;border-radius:50%;width:40px;height:40px}._authorName_1kbvk_49{color:var(--text);font-weight:600}._pronouns_1kbvk_54{color:var(--text-muted);font-size:.85rem}._separator_1kbvk_59{color:var(--border)}._featuredImage_1kbvk_63{border-radius:var(--radius-md);width:100%;margin-bottom:32px}._content_1kbvk_69{font-size:1.05rem;line-height:1.8}._content_1kbvk_69 p{margin-bottom:1.25em}._content_1kbvk_69 h2{margin-top:2em;margin-bottom:.5em}._content_1kbvk_69 h3{margin-top:1.5em;margin-bottom:.4em}._content_1kbvk_69 a{text-underline-offset:2px;text-decoration:underline}._content_1kbvk_69 ul,._content_1kbvk_69 ol{margin-bottom:1.25em;padding-left:1.5em}._content_1kbvk_69 li{margin-bottom:.4em}._content_1kbvk_69 li strong{color:var(--text)}._content_1kbvk_69 blockquote{border-left:3px solid var(--primary);color:var(--text-muted);background:var(--bg-surface);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:1.5em 0;padding:.5em 1em}._content_1kbvk_69 blockquote p{margin-bottom:0}._content_1kbvk_69 figure{text-align:center;margin:2em 0}._content_1kbvk_69 figure img{border-radius:var(--radius-md);max-width:100%}._content_1kbvk_69 figcaption{color:var(--text-muted);margin-top:8px;font-size:.85rem}._content_1kbvk_69 pre{background:var(--bg-code);border:1px solid var(--border-subtle);border-radius:var(--radius-md);margin-bottom:1.25em;padding:1em;font-size:.9rem;overflow-x:auto}._content_1kbvk_69 code{background:var(--bg-code);border-radius:var(--radius-sm);padding:.15em .4em;font-size:.9em}._content_1kbvk_69 pre code{font-size:inherit;background:0 0;border-radius:0;padding:0}._authorBlurb_1kbvk_160{border-top:1px solid var(--border-subtle);align-items:flex-start;gap:16px;margin-top:48px;padding-top:32px;display:flex}._blurbAvatar_1kbvk_169{object-fit:cover;border-radius:50%;flex-shrink:0;width:56px;height:56px}._blurbContent_1kbvk_177{min-width:0}._blurbName_1kbvk_181{font-family:var(--font-heading);margin-bottom:4px;font-size:1rem}._blurbPronouns_1kbvk_187{color:var(--text-muted);font-size:.85rem}._blurbBio_1kbvk_192{color:var(--text-muted);margin-top:4px;font-size:.9rem;line-height:1.6}._blurbSocial_1kbvk_199{gap:12px;margin-top:8px;list-style:none;display:flex}._blurbSocial_1kbvk_199 a{font-size:.85rem}._draftBadge_1kbvk_210{margin-bottom:8px;padding:2px 10px;font-size:.75rem;display:inline-block}._licence_1kbvk_218{border-top:1px solid var(--border-subtle);padding-top:24px}._page_1g07a_21{text-align:center;max-width:600px;margin:0 auto;padding:64px 24px 80px}._page_1g07a_21 h1{margin-bottom:16px}._lead_1g07a_32{color:var(--text-muted);margin-bottom:32px;font-size:1.05rem;line-height:1.7}._form_1g07a_39{gap:8px;max-width:420px;margin:0 auto 32px;display:flex}._input_1g07a_46{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);color:var(--text);font-size:1rem;font-family:var(--font-body);flex:1;padding:12px 16px}._input_1g07a_46:focus{outline:2px solid var(--primary);outline-offset:-1px;border-color:var(--primary)}._input_1g07a_46::placeholder{color:var(--text-muted)}._message_1g07a_67{margin-top:16px;font-size:.95rem;line-height:1.6}._success_1g07a_73{color:var(--primary)}._error_1g07a_77{color:var(--color-error)}._spinner_1g07a_81{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:24px;height:24px;margin-top:16px;animation:.8s linear infinite _spin_1g07a_81;display:inline-block}@keyframes _spin_1g07a_81{to{transform:rotate(360deg)}}._divider_1g07a_98{align-items:center;gap:24px;margin:40px 0 24px;display:flex}._dividerLine_1g07a_105{background:var(--border-subtle);flex:1;height:1px}._dividerIcon_1g07a_111{font-size:1.5rem}._privacy_1g07a_115{color:var(--text-muted);text-align:left;font-size:.9rem;line-height:1.7}._privacy_1g07a_115 p{margin-bottom:12px}@media (width<=480px){._form_1g07a_39{flex-direction:column}}._page_7v814_21{text-align:center;max-width:600px;margin:0 auto;padding:64px 24px 80px}._page_7v814_21 h1{margin-bottom:16px}._message_7v814_32{margin-top:24px;font-size:1rem;line-height:1.6}._success_7v814_38{color:var(--primary)}._error_7v814_42{color:var(--color-error)}._spinner_7v814_46{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:24px;height:24px;margin-top:24px;animation:.8s linear infinite _spin_7v814_46;display:inline-block}@keyframes _spin_7v814_46{to{transform:rotate(360deg)}}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-cyrillic-ext-400-normal-g30qAdWV.woff2)format("woff2"),url(/assets/ibm-plex-sans-cyrillic-ext-400-normal-Dsrv2Tcn.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-cyrillic-400-normal-DZqxrq2p.woff2)format("woff2"),url(/assets/ibm-plex-sans-cyrillic-400-normal-BTotfTJu.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-greek-400-normal-_efipK4i.woff2)format("woff2"),url(/assets/ibm-plex-sans-greek-400-normal-D9ESIMu3.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-vietnamese-400-normal-DG4YqDda.woff2)format("woff2"),url(/assets/ibm-plex-sans-vietnamese-400-normal-fK1oJ5dG.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-latin-ext-400-normal-C5H60-Va.woff2)format("woff2"),url(/assets/ibm-plex-sans-latin-ext-400-normal-RBey6euL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-latin-400-normal-CDDApCn2.woff2)format("woff2"),url(/assets/ibm-plex-sans-latin-400-normal-CYLoc0-x.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-cyrillic-ext-400-italic-BELOEI8R.woff2)format("woff2"),url(/assets/ibm-plex-sans-cyrillic-ext-400-italic-CfSXsIbO.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-cyrillic-400-italic-D9J6q4_O.woff2)format("woff2"),url(/assets/ibm-plex-sans-cyrillic-400-italic-Bf1n82Tb.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-greek-400-italic-BEZwmy7D.woff2)format("woff2"),url(/assets/ibm-plex-sans-greek-400-italic-CTYLy0lX.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-vietnamese-400-italic-BbRnwouv.woff2)format("woff2"),url(/assets/ibm-plex-sans-vietnamese-400-italic-78jqtfZH.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-latin-ext-400-italic-Du9zzoL2.woff2)format("woff2"),url(/assets/ibm-plex-sans-latin-ext-400-italic-V_9i1P_m.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-latin-400-italic-CZTNEAuW.woff2)format("woff2"),url(/assets/ibm-plex-sans-latin-400-italic-CsGl1sm0.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-cyrillic-ext-600-normal-DUMzJB7m.woff2)format("woff2"),url(/assets/ibm-plex-sans-cyrillic-ext-600-normal-Bz0x94Yp.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-cyrillic-600-normal-71GNu3SW.woff2)format("woff2"),url(/assets/ibm-plex-sans-cyrillic-600-normal-BGq0mW3O.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-greek-600-normal-DzTrcv_p.woff2)format("woff2"),url(/assets/ibm-plex-sans-greek-600-normal-D-CqTdkO.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-vietnamese-600-normal-DpPYBSTl.woff2)format("woff2"),url(/assets/ibm-plex-sans-vietnamese-600-normal-DgdngZtN.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-latin-ext-600-normal-DOrvGEcy.woff2)format("woff2"),url(/assets/ibm-plex-sans-latin-ext-600-normal-DIrixKbi.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-latin-600-normal-CuJfVYMP.woff2)format("woff2"),url(/assets/ibm-plex-sans-latin-600-normal-Cu4Hd6ag.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-cyrillic-ext-700-normal-BmRLXWpJ.woff2)format("woff2"),url(/assets/ibm-plex-sans-cyrillic-ext-700-normal-DCQwxkRk.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-cyrillic-700-normal-D_uavGvn.woff2)format("woff2"),url(/assets/ibm-plex-sans-cyrillic-700-normal-RFb1v-CK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-greek-700-normal-wyJ6jzdA.woff2)format("woff2"),url(/assets/ibm-plex-sans-greek-700-normal-CkZN0sRy.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-vietnamese-700-normal-CkEo6LDy.woff2)format("woff2"),url(/assets/ibm-plex-sans-vietnamese-700-normal-BV5B8Are.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-latin-ext-700-normal-aMgXseD4.woff2)format("woff2"),url(/assets/ibm-plex-sans-latin-ext-700-normal-DZH6Xh-4.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-latin-700-normal-Bxkt5Cjx.woff2)format("woff2"),url(/assets/ibm-plex-sans-latin-700-normal-Bth3BMcD.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-cyrillic-ext-400-normal-xuaO2J-f.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-ext-400-normal-DMdlQ8Kv.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-cyrillic-400-normal-BSMlKf0J.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-400-normal-CEL4l2ZJ.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-vietnamese-400-normal-BulugwFq.woff2)format("woff2"),url(/assets/ibm-plex-mono-vietnamese-400-normal-DDuiU_S-.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-latin-ext-400-normal-BmRBH3aV.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-ext-400-normal-D3D2R8hC.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-400-normal-CvHOgSBP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-cyrillic-ext-500-normal-BqneJy0T.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-ext-500-normal-BIfNGwUT.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-cyrillic-500-normal-Bq9vWWag.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-500-normal-Ael50iVv.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-vietnamese-500-normal-DZ4AoWbu.woff2)format("woff2"),url(/assets/ibm-plex-mono-vietnamese-500-normal-C8zxqsMH.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-latin-ext-500-normal-CAhNIIs5.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-ext-500-normal-CZ70TYgx.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-latin-500-normal-DSY6xOcd.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-500-normal-CB9ihrfo.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:ScandiaWebBold;src:url(/fonts/ScandiaWebBold.woff2)format("woff2"),url(/fonts/ScandiaWebBold.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}:root{--color-primary-50:#e6f7fa;--color-primary-100:#b3e8f0;--color-primary-200:#80d9e6;--color-primary-300:#4dcadc;--color-primary-400:#26bdd5;--color-primary-500:#0593ac;--color-primary-600:#047a90;--color-primary-700:#036274;--color-primary-800:#024a58;--color-primary-900:#01323c;--color-accent-300:#fde29f;--color-accent-400:#f7ca4f;--color-accent-500:#d4a017;--color-accent-600:#b8860b;--font-heading:"ScandiaWebBold", "Sarala", sans-serif;--font-body:"IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-mono:"IBM Plex Mono", "Menlo", "Consolas", monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--max-width:1120px;--nav-height:64px;--bg:#fff;--bg-surface:#f0f9fb;--bg-surface-alt:#e6f2f5;--bg-code:#f3f6f8;--text:#1a2730;--text-muted:#4a6670;--text-on-primary:#fff;--primary:var(--color-primary-500);--primary-hover:var(--color-primary-600);--primary-soft:var(--color-primary-50);--accent:var(--color-accent-500);--link:var(--color-primary-600);--link-hover:var(--color-primary-700);--border:#d0dfe4;--border-subtle:#e4ecef;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 30px #0000001a;--nav-bg:#ffffffd9;--nav-border:var(--border-subtle);--color-error:#d64545;--code-keyword:#0550ae;--code-string:#0a3069;--code-attr:#6639ba;--code-comment:#6e7781;--code-punctuation:#24292f}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0f1419;--bg-surface:#1a2730;--bg-surface-alt:#1f3040;--bg-code:#111c24;--text:#e8edef;--text-muted:#8ea3ad;--text-on-primary:#fff;--primary:var(--color-primary-300);--primary-hover:var(--color-primary-200);--primary-soft:var(--color-primary-900);--accent:var(--color-accent-400);--link:var(--color-primary-300);--link-hover:var(--color-primary-200);--border:#2a3f4a;--border-subtle:#1f3040;--shadow-sm:0 1px 3px #0003;--shadow-md:0 4px 12px #0000004d;--shadow-lg:0 8px 30px #0006;--color-error:#f87171;--nav-bg:#0f1419d9;--nav-border:var(--border);--code-keyword:#79c0ff;--code-string:#a5d6ff;--code-attr:#d2a8ff;--code-comment:#8b949e;--code-punctuation:#c9d1d9}}:root[data-theme=dark],[data-theme=dark]:not(:root){--bg:#0f1419;--bg-surface:#1a2730;--bg-surface-alt:#1f3040;--bg-code:#111c24;--text:#e8edef;--text-muted:#8ea3ad;--text-on-primary:#fff;--primary:var(--color-primary-300);--primary-hover:var(--color-primary-200);--primary-soft:var(--color-primary-900);--accent:var(--color-accent-400);--link:var(--color-primary-300);--link-hover:var(--color-primary-200);--border:#2a3f4a;--border-subtle:#1f3040;--shadow-sm:0 1px 3px #0003;--shadow-md:0 4px 12px #0000004d;--shadow-lg:0 8px 30px #0006;--color-error:#f87171;--nav-bg:#0f1419d9;--nav-border:var(--border);--code-keyword:#79c0ff;--code-string:#a5d6ff;--code-attr:#d2a8ff;--code-comment:#8b949e;--code-punctuation:#c9d1d9}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font-body);color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text);line-height:1.2}h1{font-size:clamp(2rem,5vw,3.2rem)}h2{font-size:clamp(1.5rem,3.5vw,2.2rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}a{color:var(--link);text-decoration:none;transition:color .15s}a:hover{color:var(--link-hover);text-decoration:underline}a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:2px}img{max-width:100%;height:auto}code{font-family:var(--font-mono)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:9999;background:var(--primary);color:var(--text-on-primary);border-radius:var(--radius-sm);padding:8px 16px;font-weight:600;position:absolute;top:-100%;left:16px}.skip-link:focus{top:8px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;align-items:center;gap:6px;padding:12px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .15s,transform .1s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--primary);color:var(--text-on-primary)}.btn-primary:hover{background:var(--primary-hover);color:var(--text-on-primary)}.btn-secondary{background:var(--bg-surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-surface-alt);color:var(--text)}.text-muted{color:var(--text-muted);font-size:.9rem;line-height:1.7}
