:root{--paper: #fff;--ink: #141414;--muted: #6d6d67;--line: #d9d9d3;--surface: #fff;--surface-soft: #f8f8f5;--surface-raised: #fff;--surface-hover: #f4f4f1;--chrome-bg: rgba(255, 255, 255, .92);--menu-bg: rgba(255, 255, 255, .98);--ghost-line: #e7e7e2;--shadow: rgba(20, 20, 20, .1);--blue: #4779bc;--red: #d64e3e;--yellow: #e6b930;--green: #6d9666;--hardware-back: #ecece8;--radius: 6px;--pad: clamp(24px, 5vw, 76px);--max: 1440px;--ease: cubic-bezier(.22, 1, .36, 1);color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Hiragino Sans GB,Yu Gothic,Segoe UI,sans-serif;font-synthesis:none}html[data-theme=dark]{--paper: #10110f;--ink: #f2f2ed;--muted: #a6a7a0;--line: #30312d;--surface: #131412;--surface-soft: #171816;--surface-raised: #1d1e1b;--surface-hover: #262724;--chrome-bg: rgba(16, 17, 15, .9);--menu-bg: rgba(25, 26, 23, .98);--ghost-line: #2a2b27;--shadow: rgba(0, 0, 0, .5);--blue: #7c9fc9;--red: #ce6d62;--yellow: #c8a64d;--green: #82a07b;--hardware-back: #292a26;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper);scrollbar-width:none}html.slow-scroll-active{scroll-behavior:auto}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0;height:0}body{margin:0;color:var(--ink);background:var(--paper);overflow-x:hidden}body,button,input,textarea{letter-spacing:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}button,input,textarea{font:inherit}::selection{color:#fff;background:var(--blue)}body,.site-header,.language-menu>div,footer,.back-to-top{transition:color .3s ease,background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.theme-curtain{position:fixed;z-index:1000;inset:0;visibility:hidden;overflow:hidden;pointer-events:none;transform:translate3d(0,-100%,0);background:#0a0b0a;box-shadow:0 18px 48px #00000057;contain:strict;will-change:transform,opacity}.theme-curtain:before{content:"";position:absolute;inset:0;opacity:.17;background-image:repeating-linear-gradient(0deg,transparent 0 7px,rgba(255,255,255,.018) 8px,transparent 9px 17px)}.theme-curtain:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#ffffff29;box-shadow:0 1px 18px #00000047}.theme-curtain.is-active{visibility:visible;pointer-events:auto}html.theme-is-transitioning{cursor:progress}html.theme-is-transitioning body{pointer-events:none}.protected-media,.protected-media img,.protected-media picture,picture{user-select:none;-webkit-user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}.back-to-top{position:fixed;z-index:50;right:24px;bottom:24px;width:46px;height:46px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;color:var(--ink);background:var(--chrome-bg);backdrop-filter:blur(12px);box-shadow:0 10px 28px var(--shadow);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .3s var(--ease),transform .3s var(--ease),visibility .3s,color .22s ease,background-color .22s ease,border-color .22s ease}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover,.back-to-top:focus-visible{color:var(--paper);background:var(--ink);transform:translateY(-2px)}.back-to-top svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.site-header{position:fixed;z-index:40;top:0;left:0;right:0;height:76px;padding:0 var(--pad);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid transparent;transition:background .35s ease,border-color .35s ease,height .35s ease}.site-header.scrolled{height:64px;background:var(--chrome-bg);border-color:var(--line);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:11px;width:max-content;font-size:14px;font-weight:650}.brand b{font-weight:400;color:var(--muted)}.brand-mark{position:relative;display:inline-flex;width:22px;height:25px;transform:rotate(-8deg)}.brand-mark i{position:absolute;width:13px;height:18px;border:1.5px solid var(--ink);border-radius:50%;background:var(--yellow)}.brand-mark i:first-child{left:1px;top:0}.brand-mark i:last-child{right:0;bottom:0}.site-header>nav{display:flex;gap:28px;font-size:14px}.site-header nav a,.header-link{position:relative;padding:9px 0}.site-header nav a:after,.header-link:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:currentColor;transition:right .3s var(--ease)}.site-header nav a:hover:after,.site-header nav a:focus-visible:after,.header-link:hover:after,.header-link:focus-visible:after{right:0}.header-actions{justify-self:end;display:flex;align-items:center;gap:18px;font-size:14px}.theme-toggle{position:relative;width:50px;height:30px;flex:0 0 50px;padding:0;border:0;color:var(--ink);background:transparent;cursor:pointer}.theme-toggle:disabled{cursor:progress}.theme-toggle-track{position:absolute;inset:1px 0;overflow:hidden;border:1px solid var(--line);border-radius:999px;background:#eeeee9;box-shadow:inset 0 1px 2px #1414120d;transition:border-color .25s ease,background-color .3s ease,box-shadow .3s ease}.theme-toggle-thumb{position:absolute;z-index:1;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #14141229,inset 0 0 0 1px #14141209;transform:translate(0);transition:transform .42s var(--ease),background-color .3s ease,box-shadow .3s ease}.theme-toggle-icon{position:absolute;z-index:2;top:6px;width:14px;height:14px;transition:color .28s ease,transform .42s var(--ease),opacity .28s ease}.theme-toggle-sun{left:6px;color:#20211e}.theme-toggle-moon{right:6px;color:#92938d}.theme-toggle-sun circle{fill:currentColor}.theme-toggle-sun path{fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round}.theme-toggle-moon path{fill:currentColor}.theme-toggle:hover .theme-toggle-track{border-color:var(--muted)}.theme-toggle:hover .theme-toggle-sun{transform:rotate(20deg)}.theme-toggle:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:999px}html[data-theme=dark] .theme-toggle-track{background:#272824;box-shadow:inset 0 1px 3px #00000052}html[data-theme=dark] .theme-toggle-thumb{background:#edede7;box-shadow:0 2px 10px #0000006b;transform:translate(24px)}html[data-theme=dark] .theme-toggle-sun{color:#777872}html[data-theme=dark] .theme-toggle-moon{color:#171815}.language-menu{position:relative}.language-menu summary{min-width:76px;padding:9px 16px 9px 0;list-style:none;cursor:pointer;text-align:right}.language-menu summary::-webkit-details-marker{display:none}.language-menu summary:after{content:"";position:absolute;right:0;top:50%;width:6px;height:6px;border-right:1px solid;border-bottom:1px solid;transform:translateY(-70%) rotate(45deg);transition:transform .2s}.language-menu[open] summary:after{transform:translateY(-25%) rotate(225deg)}.language-menu>div{position:absolute;top:calc(100% + 8px);right:0;width:156px;padding:6px;border:1px solid var(--line);background:var(--menu-bg);box-shadow:0 16px 40px var(--shadow)}.language-menu a{display:block;padding:10px 11px;color:var(--muted)}.language-menu a:hover,.language-menu a:focus-visible,.language-menu a[aria-current=page]{color:var(--ink);background:var(--surface-hover)}footer{min-height:150px;padding:34px var(--pad);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;border-top:1px solid var(--line);background:var(--surface);font-size:13px}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:28px}footer>span{justify-self:end;color:var(--muted)}@media (max-width: 980px){.site-header>nav{display:none}.site-header{grid-template-columns:1fr auto}.header-actions{grid-column:2}}@media (max-width: 680px){:root{--pad: 20px}.site-header{height:64px}.header-link{display:none}.header-actions{gap:10px}.theme-toggle{width:48px;flex-basis:48px}.theme-toggle-thumb{width:22px}html[data-theme=dark] .theme-toggle-thumb{transform:translate(22px)}.language-menu summary{min-width:0;max-width:88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.back-to-top{right:16px;bottom:16px;width:42px;height:42px}footer{grid-template-columns:1fr;padding-block:44px}.footer-links{justify-content:flex-start;gap:18px}footer>span{justify-self:start}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
