.docs-root{--bg-base:#121212;--bg-sidebar:#1a1a1a;--bg-elevated:#1a1a1a;--bg-hover:#222;--bg-search:#161616;--bg-note:#ffb60014;--bg-media:#0f0f0f;--border:#2a2a2a;--border-strong:#333;--border-note:#ffb60073;--text-primary:#fff;--text-secondary:#c8c8c8;--text-muted:#888;--accent:#ffb600;--accent-soft:#ffb6001f;--accent-glow:#ffb60047;--success:#22c55e;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-pill:999px;--sidebar-width:268px;--topbar-height:64px;--content-max:800px;--font-latin:"Inter", "Segoe UI", Arial, sans-serif;--font-cjk:"PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;--font-mono:ui-monospace, "SFMono-Regular", "Cascadia Mono", Consolas, "Liberation Mono", monospace;--font:var(--font-cjk);--en-weight:500;--en-tracking:-.015em;--shadow-search:0 0 0 3px var(--accent-soft);--shadow-panel:0 16px 40px #00000073;--bg-code:#ffffff0f;--sidebar-hover:#ffffff0a;--sidebar-idle:#9a9a9a;--btn-bg:#fff;--btn-fg:#111;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.docs-root[data-theme=light]{--bg-base:#f4f3ef;--bg-sidebar:#fafaf7;--bg-elevated:#fff;--bg-hover:#ecebe6;--bg-search:#fff;--bg-note:#b4780014;--bg-media:#e8e7e2;--border:#e2e0d8;--border-strong:#d2d0c8;--border-note:#b4780066;--text-primary:#161616;--text-secondary:#4a4a4a;--text-muted:#7a7a7a;--accent:#9a7300;--accent-soft:#9a73001f;--accent-glow:#9a730038;--bg-code:#0000000f;--sidebar-hover:#0000000a;--sidebar-idle:#6a6a6a;--shadow-search:0 0 0 3px var(--accent-soft);--shadow-panel:0 16px 40px #0000001f;--btn-bg:#161616;--btn-fg:#f4f3ef;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.docs-root{background:var(--bg-base);min-height:100vh;color:var(--text-primary);font-family:var(--font-cjk);-webkit-font-smoothing:antialiased;text-autospace:no-autospace;margin:0;font-size:15px;line-height:1.6}.en{font-family:var(--font-latin);font-style:normal;font-weight:var(--en-weight);font-size:inherit;letter-spacing:var(--en-tracking);line-height:inherit}.chapter__title .en,.chapter__title--section .en,.page-title .en,.chapter__step-title .en,.chapter-index__title .en,.chapter-nav__title .en,strong .en,b .en{font-weight:600}:where(.docs-root) code{font-family:var(--font-mono);letter-spacing:0;color:var(--text-primary);background:var(--bg-code);border-radius:4px;padding:.08em .34em;font-size:.86em;font-style:normal;font-weight:500}:where(.docs-root) kbd,.ui{font-family:var(--font-latin);letter-spacing:0;color:var(--text-primary);background:var(--bg-hover);border:1px solid var(--border-strong);white-space:nowrap;border-radius:4px;padding:.06em .4em;font-size:.86em;font-style:normal;font-weight:600}.ui .en{font-weight:600}:where(.docs-root) a{color:var(--accent);text-decoration:none}:where(.docs-root) a:hover{text-decoration:underline}:where(.docs-root) img,:where(.docs-root) video{max-width:100%;display:block}:where(.docs-root) button,:where(.docs-root) input{font:inherit}.skip-link{z-index:80;border-radius:var(--radius-sm);background:var(--accent);color:#fff;padding:8px 12px;position:absolute;top:-48px;left:12px}.skip-link:focus{top:12px}.topbar{z-index:40;width:100%;height:var(--topbar-height);background:var(--bg-base);border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:0 20px;display:flex;position:sticky;top:0}.topbar__start{z-index:1;align-items:center;gap:16px;min-width:0;display:flex}.topbar__brand{color:inherit;flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.topbar__brand:hover{text-decoration:none}.topbar__logo{flex-shrink:0;width:auto;max-width:148px;height:32px;display:block}.topbar__name{letter-spacing:-.02em;font-size:15px;font-weight:600}.topbar__badge{background:var(--bg-elevated);height:22px;color:var(--text-secondary);letter-spacing:.06em;border-radius:5px;align-items:center;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.topbar__menu-btn{border:1px solid var(--border);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;display:none}.topbar__tools{align-items:center;gap:12px;margin-left:auto;display:flex}.topbar__search{z-index:2;width:min(360px,36vw);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.topbar__search-icon{width:15px;height:15px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.topbar__search-input{border:1px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--bg-search);width:100%;height:32px;color:var(--text-primary);outline:none;padding:0 56px 0 34px}.topbar__search-input::placeholder{color:var(--text-muted)}.topbar__search-input:focus{border-color:var(--accent);box-shadow:var(--shadow-search)}.topbar__search-key{border:1px solid var(--border);background:var(--bg-elevated);height:20px;color:var(--text-muted);font-family:var(--font-latin);letter-spacing:.02em;pointer-events:none;border-radius:4px;align-items:center;padding:0 6px;font-size:11px;font-weight:500;line-height:1;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.topbar__search:focus-within .topbar__search-key{visibility:hidden}.topbar__search-btn,.topbar__search-close{border:1px solid var(--border);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:none}.topbar__search-btn:hover,.topbar__search-close:hover{color:var(--text-primary);background:var(--bg-hover)}.topbar__search-results{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--bg-elevated);box-shadow:var(--shadow-panel);padding:6px;display:none;position:absolute;top:calc(100% + 8px);left:0;right:0}.topbar__search-results.is-open{display:block}.topbar__search-item{color:var(--text-secondary);border-radius:8px;padding:8px 10px;text-decoration:none;display:block}.topbar__search-item:hover,.topbar__search-item:focus{background:var(--accent-soft);color:var(--text-primary);text-decoration:none}.topbar__search-empty{color:var(--text-muted);margin:0;padding:10px;font-size:13px}.topbar__links{align-items:center;gap:16px;display:inline-flex}.topbar__back{color:var(--text-secondary);white-space:nowrap;align-items:center;font-size:13px;text-decoration:none;display:inline-flex}.topbar__back:hover{color:var(--text-primary);text-decoration:none}.topbar__back svg{flex-shrink:0;width:13px;height:13px;margin-left:6px}.topbar__back-icon{margin-left:0;margin-right:6px}[data-tutorial-topbar]{min-height:var(--topbar-height)}.topbar__lang{flex-shrink:0;position:relative}.topbar__lang-btn{border:1px solid var(--border);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex}.topbar__lang-btn:hover,.topbar__lang-btn[aria-expanded=true]{color:var(--text-primary);background:var(--bg-hover)}.topbar__lang-icon{width:18px;height:18px;display:block}.topbar__lang-menu{z-index:50;border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--bg-elevated);min-width:148px;box-shadow:var(--shadow-panel);padding:6px;position:absolute;top:calc(100% + 8px);right:0}.topbar__lang-menu[hidden]{display:none}.topbar__lang-item{color:var(--text-secondary);border-radius:8px;padding:8px 10px;font-size:13px;text-decoration:none;display:block}.topbar__lang-item:hover,.topbar__lang-item:focus{background:var(--accent-soft);color:var(--text-primary);text-decoration:none}.topbar__lang-item.is-active{color:var(--accent);font-weight:600}.topbar__theme{border:1px solid var(--border);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.topbar__theme:hover{color:var(--text-primary);background:var(--bg-hover)}.topbar__theme-icon{width:18px;height:18px;display:none}.docs-root:not([data-theme=light]) .topbar__theme-icon--sun,.docs-root[data-theme=light] .topbar__theme-icon--moon{display:block}.app-shell{width:100%;min-height:calc(100vh - var(--topbar-height));display:flex}.sidebar{top:var(--topbar-height);flex:0 0 var(--sidebar-width);width:var(--sidebar-width);height:calc(100vh - var(--topbar-height));background:var(--bg-sidebar);border-right:1px solid var(--border);padding:32px 16px 56px;position:sticky;overflow-y:auto}.sidebar__group+.sidebar__group{margin-top:36px}.sidebar__label{color:var(--text-primary);letter-spacing:.08em;text-transform:uppercase;margin:0 10px 14px;font-size:12px;font-weight:600}.sidebar__list{margin:0;padding:0;list-style:none}.sidebar__link{min-height:32px;color:var(--sidebar-idle);border-radius:6px;align-items:baseline;gap:10px;padding:6px 10px 6px 16px;font-size:13px;font-weight:400;line-height:1.35;text-decoration:none;display:flex;position:relative}.sidebar__num{width:18px;color:var(--text-muted);font-variant-numeric:tabular-nums;letter-spacing:.02em;flex:0 0 18px;font-size:11px;font-weight:500}.sidebar__title{min-width:0}.sidebar__link:hover{color:var(--text-primary);text-decoration:none}.sidebar__link.is-active{color:var(--text-primary);font-weight:500}.sidebar__link.is-active:before{content:"";background:var(--accent);pointer-events:none;width:5px;height:5px;position:absolute;top:50%;left:4px;transform:translateY(-50%)rotate(45deg)}.sidebar__link.is-active .sidebar__num{color:var(--text-secondary)}.sidebar__extras{display:none}.sidebar__extra{color:var(--sidebar-idle);border-radius:8px;padding:8px 10px;font-size:13px;text-decoration:none;display:block}.sidebar__extra:hover{color:var(--text-primary);background:var(--sidebar-hover);text-decoration:none}.sidebar-backdrop{display:none}.content{flex:1;min-width:0;padding:36px 48px 80px}.content.has-pagetoc{grid-template-columns:minmax(0, var(--content-max)) 168px;justify-content:center;align-items:start;column-gap:40px;display:grid}.content__inner{max-width:var(--content-max);margin:0 auto}.content.has-pagetoc .content__inner{margin:0}.pagetoc{top:calc(var(--topbar-height) + 28px);padding-top:2px;display:none;position:sticky}.pagetoc__label{color:var(--text-primary);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:600}.pagetoc__list{margin:0;padding:0;list-style:none}.pagetoc__link{border-left:2px solid var(--border);color:var(--text-muted);padding:5px 0 5px 10px;font-size:12px;line-height:1.4;text-decoration:none;display:block}.pagetoc__link:hover{color:var(--text-primary);text-decoration:none}.pagetoc__link.is-active{border-left-color:var(--accent);color:var(--text-primary);font-weight:600}.chapter__title,.chapter__step-title,.chapter-continue__title{scroll-margin-top:calc(var(--topbar-height) + 16px)}@media (min-width:1400px){.pagetoc{display:block}.docs-root[data-page=chapter-3] .content.has-pagetoc{grid-template-columns:minmax(0,1120px) 168px}}@media (max-width:1399px){.content.has-pagetoc{display:block}.content.has-pagetoc .content__inner{margin:0 auto}}.docs-root[data-page=chapter-3] .content__inner{max-width:1120px}.docs-root[data-page=chapter-3] .chapter__header{max-width:var(--content-max)}.breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 22px;padding:0;font-size:12px;list-style:none;display:flex}.breadcrumb__item{align-items:center;gap:6px;display:inline-flex}.breadcrumb__item:not(:last-child):after{content:">";color:var(--text-muted);margin-left:2px}.breadcrumb a{color:var(--text-secondary);text-decoration:none}.breadcrumb a:hover{color:var(--text-primary)}.breadcrumb__current{color:var(--accent)}.page-title{letter-spacing:-.03em;margin:0 0 12px;font-size:32px;font-weight:700;line-height:1.2}.page-lead{color:var(--text-secondary);text-align:justify;margin:0 0 28px;font-size:15px;line-height:1.6}.chapter__intro{color:var(--text-secondary);text-align:left;margin:0 0 36px;font-size:17px;line-height:1.55}.hero .chapter__intro{color:var(--text-primary);margin-bottom:20px;font-size:18px;font-weight:400;line-height:1.5}.know{margin-top:36px}.know .chapter__intro{margin-bottom:20px}.gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}:is(.gallery__item:has(a[href*=code\=1UTL05]),.gallery__item:has(a[href*=code\=USJIRW]),.gallery__item:has(a[href*=code\=BEH4QN])){display:none}.gallery__item a{color:inherit;text-decoration:none;display:block}.gallery__item a:hover{text-decoration:none}.gallery__item a:hover .gallery__name{color:var(--accent)}.gallery__cover{aspect-ratio:4/3;object-fit:cover;border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--bg-media);width:100%;display:block}.gallery__name{color:var(--text-primary);margin:10px 0 0;font-size:15px;font-weight:600;line-height:1.35}.gallery__caption{color:var(--text-muted);margin:4px 0 0;font-size:13px;line-height:1.45}.pieces{align-items:stretch;gap:0;margin:20px 0 0;padding:0;list-style:none;display:flex}.pieces__node{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-elevated);flex-direction:column;flex:1 1 0;justify-content:center;gap:2px;min-width:0;padding:16px 14px;display:flex}.pieces__arrow{color:var(--text-muted);font-family:var(--font-latin);-webkit-user-select:none;user-select:none;flex:0 0 32px;justify-content:center;align-items:center;font-size:14px;line-height:1;display:flex}.pieces__name{font-family:var(--font-latin);color:var(--text-primary);font-size:15px;font-weight:600}.pieces__place{color:var(--text-muted);font-size:13px}.chapter{display:block}.chapter__header{margin-bottom:8px}.chapter__title{letter-spacing:-.03em;margin:0 0 12px;font-size:32px;font-weight:700;line-height:1.2}.chapter__step-action{margin:16px 0 0}.chapter__media{margin:0 0 28px}.chapter__media-frame,.chapter__video-frame{border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--bg-media);position:relative;overflow:hidden}.chapter__video,.chapter__screenshot{border-radius:var(--radius-lg);width:100%}.chapter__video{aspect-ratio:16/9;object-fit:contain;background:var(--bg-media)}.chapter__iframe{background:var(--bg-media);border:0;width:100%;height:600px;display:block}.chapter__screenshot{border:1px solid var(--border-strong)}.chapter__caption{color:var(--text-muted);margin-top:10px;font-size:12px}.chapter__media-placeholder{min-height:320px;color:var(--text-secondary);text-align:center;place-items:center;gap:8px;padding:32px;display:none}.chapter__media-placeholder.is-visible{display:grid}.chapter__media-placeholder strong{color:var(--text-primary);font-size:15px}.chapter__media-placeholder span{color:var(--text-muted);font-size:13px}.chapter__step-list{margin:8px 0 0;padding:0;list-style:none}.chapter__step{border-top:1px solid var(--border);padding:36px 0}.chapter__step:first-child{border-top:0}.chapter__step-title{letter-spacing:-.02em;margin:0 0 12px;font-size:22px;font-weight:700}.chapter__step-num{width:auto;height:auto;color:inherit;font-family:var(--font-latin);font-size:inherit;background:0 0;border:0;border-radius:0;margin-right:.3em;padding:0;font-weight:700;display:inline}.chapter__step-num:after{content:"."}.chapter__step-body{color:var(--text-secondary);text-align:left;margin:0;font-size:15px;line-height:1.65}.chapter__step-body+.chapter__step-body,.chapter__step-body+.chapter__step-body-list{margin-top:12px}.chapter__step-body-list{color:var(--text-secondary);text-align:left;margin:0;padding-left:1.35em;font-size:15px;line-height:1.65}.chapter__step-body-list li+li{margin-top:10px}.chapter__table-wrap{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-elevated);margin-top:16px;overflow-x:auto}.chapter__table-wrap .chapter__table th,.chapter__table-wrap .chapter__table td{border-left:0;border-right:0}.chapter__table-wrap .chapter__table tr:last-child td{border-bottom:0}.chapter__table{border-collapse:collapse;width:100%;font-size:14px;line-height:1.55}.chapter__table-caption{color:var(--text-secondary);text-align:left;margin-bottom:10px;padding-inline:14px;font-size:14px;font-weight:600}.chapter__table th,.chapter__table td{border:1px solid var(--border);vertical-align:top;text-align:left;padding:12px 14px}.chapter__table thead th{background:var(--bg-elevated);color:var(--text-primary);font-size:13px;font-weight:600}.chapter__table tbody td{color:var(--text-secondary)}.chapter__table tbody td:first-child{width:11.5em}.chapter__table-list{margin:8px 0 0;padding-left:1.2em}.chapter__table-list li+li{margin-top:6px}.chapter__table tbody td:first-child{color:var(--text-primary);min-width:180px}.chapter__table.chapter__table--indexed thead th:first-child,.chapter__table.chapter__table--indexed tbody td:first-child{white-space:nowrap;width:1%;min-width:0;padding-inline:10px 12px}.chapter__table.chapter__table--fit thead th:first-child,.chapter__table.chapter__table--fit tbody td:first-child{white-space:nowrap;width:1%;min-width:0}.chapter__table.chapter__table--fit thead th:last-child,.chapter__table.chapter__table--fit tbody td:last-child{white-space:normal;width:auto}.chapter__step .chapter__media,.chapter__step .chapter__tips{margin:16px 0 0}.chapter__step--split{grid-template-columns:minmax(0,1fr) minmax(252px,330px);align-items:start;gap:28px;display:grid}.chapter__step--split .chapter__media{margin:0}.chapter__step--split .chapter__screenshot{width:100%;height:auto}.chapter__step--split .chapter__table th,.chapter__step--split .chapter__table td{padding:10px 12px}.chapter__step--split .chapter__table tbody td:first-child{width:auto;min-width:0}.chapter__pair{grid-template-columns:minmax(280px,380px) minmax(0,1fr);grid-template-areas:"steps media";align-items:start;gap:32px;display:grid}.chapter__pair .chapter__media{grid-area:media;margin:0}.chapter__pair .chapter__step-list{top:calc(var(--topbar-height) + 16px);grid-area:steps;margin:0;position:sticky}.chapter__pair .chapter__step{padding:18px 0}.chapter__pair .chapter__step-title{margin-bottom:8px;font-size:18px}.chapter__tips{border:1px solid var(--border-note);border-radius:var(--radius-md);background:var(--bg-note);color:var(--text-secondary);text-align:justify;gap:12px;margin:8px 0 28px;padding:14px 16px;font-size:14px;display:flex}.chapter__tips-icon{width:18px;height:18px;color:var(--accent);flex-shrink:0;margin-top:1px}.chapter__tips p{margin:0}.chapter__tips strong{color:var(--text-primary)}.chapter__title--section{font-size:24px}.chapter__header--section{border-top:1px solid var(--border);margin-top:48px;padding-top:32px}.chapter-index--path .chapter-index__item a{grid-template-columns:28px 1fr;align-items:start;gap:12px}.chapter-index--path .chapter-index__num{width:auto;height:auto;color:var(--text-muted);font-variant-numeric:tabular-nums;letter-spacing:.02em;background:0 0;border-radius:0;margin-top:2px;font-size:13px;font-weight:600;line-height:1.35;display:block}.chapter-index--path .chapter-index__item:first-child .chapter-index__num{color:var(--accent);background:0 0}.chapter-index--advanced{grid-template-columns:1fr;gap:10px;margin-top:0}.chapter-index--advanced .chapter-index__item a{background:0 0;grid-template-columns:1fr;align-items:start}.chapter__compare{grid-template-columns:1fr 1fr;gap:16px;margin:0 0 28px;display:grid}.btn{border-radius:var(--radius-pill);background:var(--btn-bg);min-height:40px;color:var(--btn-fg);cursor:pointer;border:0;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.btn:hover{filter:brightness(.94);text-decoration:none}.btn--ghost{border:1px solid var(--border-strong);color:var(--text-primary);background:0 0}.btn--ghost:hover{background:var(--bg-hover);filter:none}.hero,.docs-root[data-page=index] .hero .page-lead,.docs-root[data-page=index] .chapter__header--section .chapter__intro{margin-bottom:0}.docs-root[data-page=index] .chapter__header--section{margin-bottom:24px}.docs-paths{margin-top:56px}.docs-paths .chapter__header--section+.chapter-index+.chapter__header--section{margin-top:40px}.chapter-index{gap:10px;margin:0;padding:0;list-style:none;display:grid}.chapter-index__item a{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-elevated);color:inherit;grid-template-columns:36px 1fr;align-items:center;gap:14px;padding:16px 16px 16px 14px;text-decoration:none;display:grid}.chapter-index__item a:hover{border-color:var(--border-strong);background:var(--bg-hover);text-decoration:none}.chapter-index__num{background:var(--bg-hover);width:28px;height:28px;font-family:var(--font-latin);border-radius:50%;place-items:center;font-size:13px;font-weight:700;display:grid}.chapter-index__title{margin:0;font-size:15px;font-weight:600}.chapter-index__meta{color:var(--text-muted);margin:2px 0 0;font-size:13px}.chapter-nav{border-top:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:24px;margin-top:48px;padding-top:20px;display:flex}.chapter-nav__link{max-width:48%;color:var(--text-primary);background:0 0;border:0;flex-wrap:wrap;align-items:baseline;gap:8px;padding:0;text-decoration:none;display:inline-flex}.chapter-nav__link:hover{color:var(--accent);text-decoration:none}.chapter-nav__link:hover .chapter-nav__label{color:var(--accent)}.chapter-nav__link--next{text-align:right;justify-content:flex-end;margin-left:auto}.chapter-nav__label{color:var(--text-muted);font-size:13px}.chapter-nav__title{font-size:15px;font-weight:600}.chapter-nav__link:not(.chapter-nav__link--next) .chapter-nav__title:before{content:"← ";font-weight:500}.chapter-nav__link--next .chapter-nav__title:after{content:" →";font-weight:500}.docs-root[data-page=chapter-6] .chapter-nav__link--next{display:none}.chapter-continue{border-top:1px solid var(--border);margin-top:48px;padding-top:32px}.chapter-continue__title{letter-spacing:-.02em;margin:0 0 16px;font-size:22px;font-weight:700}.chapter-continue__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.chapter-continue__card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-elevated);min-height:100%;color:inherit;flex-direction:column;gap:6px;padding:14px 14px 12px;text-decoration:none;display:flex}.chapter-continue__card:hover{border-color:var(--border-strong);background:var(--bg-hover);text-decoration:none}.chapter-continue__card--next{border-color:var(--border-strong)}.chapter-continue__label{color:var(--text-muted);font-size:13px}.chapter-continue__name{font-size:15px;font-weight:600}.chapter-continue__meta{color:var(--text-muted);min-height:2.7em;font-size:13px;line-height:1.45}.chapter-continue__action{background:var(--bg-code);color:var(--text-secondary);font-family:var(--font-mono);border-radius:8px;margin-top:auto;padding:8px 10px;font-size:12px;line-height:1.45}.site-footer{border-top:1px solid var(--border);width:100%;color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 24px;padding:20px 20px 28px;font-size:12px;line-height:1.4;display:flex}.site-footer__copy{margin:0}.site-footer__links{flex-wrap:wrap;gap:16px;display:flex}.site-footer__links a{color:var(--text-secondary);text-decoration:none}.site-footer__links a:hover{color:var(--text-primary);text-decoration:none}@media (max-width:960px){.topbar{gap:8px;padding:0 12px}.topbar__search,.topbar__links{display:none}.topbar__search-btn{display:inline-flex}.topbar__tools{gap:8px;margin-left:auto}.topbar__lang-btn,.topbar__theme,.topbar__menu-btn,.topbar__search-btn{width:34px;height:34px}.topbar__menu-btn{display:inline-flex}.docs-root.is-search-open .topbar__start,.docs-root.is-search-open .topbar__tools{visibility:hidden;pointer-events:none}.docs-root.is-search-open .topbar__search{width:auto;max-width:none;display:block;left:12px;right:12px;transform:translateY(-50%)}.docs-root.is-search-open .topbar__search-key{display:none}.docs-root.is-search-open .topbar__search-close{z-index:3;border:0;width:28px;height:28px;display:inline-flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.docs-root.is-search-open .topbar__search-input{padding-right:36px}.sidebar{left:0;top:var(--topbar-height);z-index:30;width:min(var(--sidebar-width), 86vw);flex-basis:auto;transition:transform .2s;position:fixed;transform:translate(-100%)}.docs-root.is-nav-open .sidebar{transform:translate(0)}.sidebar-backdrop{inset:var(--topbar-height) 0 0;z-index:20;opacity:0;pointer-events:none;background:#0000008c;transition:opacity .2s;display:block;position:fixed}.docs-root.is-nav-open .sidebar-backdrop{opacity:1;pointer-events:auto}.content{padding:28px 20px 64px}.page-title,.chapter__title{font-size:28px}.chapter__title--section{font-size:24px}.chapter__compare{grid-template-columns:1fr}.chapter__pair{grid-template-columns:1fr;grid-template-areas:"media""steps"}.chapter__pair .chapter__step-list{position:static}.sidebar__extras{border-top:1px solid var(--border);flex-direction:column;gap:4px;margin-top:28px;padding-top:20px;display:flex}body:has(.docs-root.is-nav-open){overflow:hidden}}@media (max-width:640px){.gallery{grid-template-columns:1fr}.pieces{flex-direction:column;gap:10px}.pieces__arrow{display:none}.chapter-index__item a{grid-template-columns:36px 1fr}.chapter-index--path .chapter-index__item a{grid-template-columns:28px 1fr}.chapter-index--advanced .chapter-index__item a{grid-template-columns:1fr}.chapter-nav{flex-direction:column;gap:12px}.chapter-nav__link,.chapter-nav__link--next{text-align:left;justify-content:flex-start;max-width:none;margin-left:0}.chapter-continue__grid,.chapter__step--split{grid-template-columns:1fr}.chapter__step--split .chapter__media{max-width:360px;margin:16px 0 0}.topbar__badge{display:none}.page-title,.chapter__title{font-size:24px}.content{padding:22px 16px 56px}.docs-article,.docs-article pre,.docs-article table{max-width:100%}}body:has(.docs-root)>header{display:none!important}body:has(.docs-root)>footer{display:none!important}body:has(.docs-root)>a.sr-only{display:none!important}body:has(.docs-root) #main-content{display:contents}.docs-root{flex:1;min-height:100dvh;overflow-x:clip}.docs-root[data-locale=en]{font-family:var(--font-latin)}.docs-root .topbar img.topbar__logo{object-fit:contain;width:auto;max-width:148px;height:32px;max-height:32px;display:block}@media (max-width:480px){.docs-root .topbar img.topbar__logo{max-width:120px;height:28px;max-height:28px}}
