.language-switcher[data-astro-cid-wc2hbomi]{position:relative;display:inline-flex;min-width:0}.language-button[data-astro-cid-wc2hbomi]{min-height:44px;border:1px solid var(--line);border-radius:var(--radius);padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--surface);color:var(--text);font:inherit;font-size:13px;font-weight:720;line-height:1;white-space:nowrap;cursor:pointer}.language-button[data-astro-cid-wc2hbomi]:focus-visible{outline:2px solid color-mix(in srgb,var(--brand) 24%,transparent);outline-offset:2px}.language-arrow[data-astro-cid-wc2hbomi]{color:var(--muted);font-size:12px;line-height:1}.language-menu[data-astro-cid-wc2hbomi]{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:180px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.language-menu-item[data-astro-cid-wc2hbomi]{min-height:44px;padding:0 14px;display:flex;align-items:center;gap:8px;color:var(--text);font-size:14px;cursor:pointer}.language-menu-item[data-astro-cid-wc2hbomi]:hover,.language-menu-item[data-astro-cid-wc2hbomi]:focus-visible{background:var(--surface-2)}.language-menu-item[data-astro-cid-wc2hbomi]:focus-visible{outline:none}.language-menu-item[data-astro-cid-wc2hbomi][aria-current=true]{color:var(--brand-strong);font-weight:700}.language-check[data-astro-cid-wc2hbomi]{width:16px;flex:0 0 16px;text-align:center}@media(max-width:620px){.language-switcher[data-astro-cid-wc2hbomi],.language-button[data-astro-cid-wc2hbomi],.language-menu[data-astro-cid-wc2hbomi]{width:100%}.language-button[data-astro-cid-wc2hbomi]{justify-content:space-between}.language-menu[data-astro-cid-wc2hbomi]{right:0;left:0;min-width:100%}}.qr-code-wrapper[data-astro-cid-h3eaw6rl]{position:relative;display:inline-flex}.qr-code-popover[data-astro-cid-h3eaw6rl]{position:absolute;top:calc(100% + 6px);right:50%;transform:translate(50%);z-index:30;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;gap:10px;white-space:nowrap}.qr-code-title[data-astro-cid-h3eaw6rl]{margin:0;font-size:13px;font-weight:600;color:var(--text)}.qr-code-canvas[data-astro-cid-h3eaw6rl]{display:block;width:160px;height:160px;border-radius:4px}.qr-code-url[data-astro-cid-h3eaw6rl]{margin:0;max-width:220px;font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}@media(max-width:620px){.qr-code-popover[data-astro-cid-h3eaw6rl]{right:0;transform:none}}:root{color-scheme:light dark;--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f3f7;--surface-3: #e6ebf2;--text: #151a23;--muted: #5f6b7a;--line: #d8dee8;--brand: #0f766e;--brand-strong: #0b5f59;--blue: #2869c7;--amber: #b7791f;--rose: #b42342;--shadow: 0 16px 36px rgba(21, 26, 35, .08);--radius: 8px}@media(prefers-color-scheme:dark){:root{--bg: #101317;--surface: #171b21;--surface-2: #20252d;--surface-3: #2a303a;--text: #edf1f6;--muted: #a5afbd;--line: #303844;--brand: #2dd4bf;--brand-strong: #5eead4;--blue: #76a9fa;--amber: #f4c152;--rose: #fb7185;--shadow: 0 16px 36px rgba(0, 0, 0, .24)}}html[data-theme=light]{color-scheme:light;--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f3f7;--surface-3: #e6ebf2;--text: #151a23;--muted: #5f6b7a;--line: #d8dee8;--brand: #0f766e;--brand-strong: #0b5f59;--blue: #2869c7;--amber: #b7791f;--rose: #b42342;--shadow: 0 16px 36px rgba(21, 26, 35, .08)}html[data-theme=dark]{color-scheme:dark;--bg: #101317;--surface: #171b21;--surface-2: #20252d;--surface-3: #2a303a;--text: #edf1f6;--muted: #a5afbd;--line: #303844;--brand: #2dd4bf;--brand-strong: #5eead4;--blue: #76a9fa;--amber: #f4c152;--rose: #fb7185;--shadow: 0 16px 36px rgba(0, 0, 0, .24)}*{box-sizing:border-box}html{min-width:0}body{min-width:0;margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;overflow-wrap:anywhere}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.shell{min-height:100vh;min-width:0}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(14px)}.header-inner,.main-content,.footer{width:min(100%,1200px);margin:0 auto}.header-inner{padding:14px 20px;display:grid;grid-template-columns:auto minmax(240px,1fr) auto;gap:18px;align-items:center}.brand{min-width:0;display:flex;align-items:center;gap:10px}.brand-mark{width:34px;height:34px;border-radius:var(--radius);display:grid;place-items:center;flex:0 0 auto;background:var(--text);color:var(--surface);font-weight:800;letter-spacing:0}.brand-text{min-width:0;display:grid;line-height:1.1}.brand-text strong,.brand-text span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-text strong{font-size:15px}.brand-text span{color:var(--muted);font-size:12px}.nav-search{position:relative;min-width:0}.search-icon{position:absolute;left:13px;top:50%;width:18px;height:18px;transform:translateY(-50%);color:var(--muted);pointer-events:none}.nav-search input{width:100%;height:44px;border:1px solid var(--line);border-radius:var(--radius);padding:0 14px 0 42px;background:var(--surface-2);color:var(--text)}.nav-search input:focus{outline:2px solid color-mix(in srgb,var(--brand) 24%,transparent);border-color:var(--brand)}.top-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.icon-button,.text-button,.primary-button,.mini-link{min-height:44px;border:1px solid var(--line);border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.icon-button{width:44px;flex:0 0 44px;background:var(--surface);color:var(--text)}.text-button,.mini-link{padding:0 12px;background:var(--surface);color:var(--text)}.primary-button{padding:0 14px;border-color:color-mix(in srgb,var(--brand) 78%,var(--line));background:var(--brand);color:#fff;font-weight:750}html[data-theme=dark] .primary-button{color:#071311}.icon{width:18px;height:18px;flex:0 0 auto}.main-content{padding:26px 20px 54px}.footer{padding:26px 20px 36px;border-top:1px solid var(--line);color:var(--muted);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:14px}.footer nav{display:flex;gap:14px;flex-wrap:wrap}.footer a:hover{color:var(--text)}[hidden]{display:none!important}@media(max-width:920px){.header-inner{grid-template-columns:minmax(0,1fr) auto}.nav-search{grid-column:1 / -1;grid-row:2}}@media(max-width:620px){.header-inner{padding:12px 14px;gap:10px}.main-content{padding:18px 14px 42px}.brand-text span,.language-label{display:none}.top-actions{gap:6px}.footer{padding:22px 14px 30px;flex-direction:column}}
