header{flex-direction:row;align-items:center;gap:1.5rem;margin:2rem 0;display:flex}header h1{flex:auto;margin:0}.clipboard-button{float:right;color:var(--gray);border-color:var(--dark);background-color:var(--light);opacity:0;border:1px solid;border-radius:5px;margin:.3rem;padding:.4rem;transition:all .2s;display:flex;position:absolute;right:0}.clipboard-button>svg{fill:var(--light);filter:contrast(.3)}.clipboard-button:hover{cursor:pointer;border-color:var(--secondary)}.clipboard-button:focus{outline:0}pre:hover>.clipboard-button{opacity:1;transition:all .2s}.ww-topnav{background:var(--ww-paper);z-index:50;-webkit-backdrop-filter:saturate(180%)blur(6px);backdrop-filter:saturate(180%)blur(6px);justify-content:center;width:100%;padding:.8rem 1.5rem;display:flex;position:sticky;top:0}.ww-topnav__inner{background:var(--ww-paper-soft-2);border-radius:0 0 var(--ww-radius-lg)var(--ww-radius-lg);grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;width:100%;max-width:72rem;padding:.8rem 1.5rem;display:grid}.ww-topnav__inner a{color:var(--ww-ink-soft);text-decoration:none;transition:color .15s}.ww-topnav-brand{align-items:center;text-decoration:none;display:inline-flex}.ww-topnav-brand-name{font-family:var(--headerFont);color:var(--ww-ink);letter-spacing:-.01em;font-size:1.25rem;font-weight:600}.ww-topnav-brand:hover .ww-topnav-brand-name{color:var(--ww-accent)}.ww-topnav-links{font-family:var(--bodyFont);justify-content:center;align-items:center;gap:2rem;font-size:.95rem;display:flex}.ww-topnav-links a{color:var(--ww-ink-soft);padding:.4rem 0;position:relative}.ww-topnav-links a:hover{color:var(--ww-accent)}.ww-topnav-actions{align-items:center;gap:.75rem;display:flex}.ww-topnav-search-wrap button.search-button{border-radius:var(--ww-radius-sm);color:var(--ww-ink-soft);cursor:pointer;background:0 0;border:1px solid #0000;padding:.4rem .55rem}.ww-topnav-search-wrap button.search-button:hover{border-color:var(--ww-rule);color:var(--ww-accent)}.ww-topnav-search-wrap button.search-button p{display:none}.ww-topnav-darkmode-wrap button{border-radius:var(--ww-radius-sm);cursor:pointer;background:0 0;border:1px solid #0000;padding:.4rem}.ww-topnav-darkmode-wrap button:hover{border-color:var(--ww-rule)}.ww-topnav-darkmode-wrap svg{color:var(--ww-ink-soft)}.ww-topnav-subscribe{font-family:var(--bodyFont);background:var(--ww-accent);border-radius:var(--ww-radius-pill);padding:.45rem 1.2rem;font-size:.92rem;font-weight:600;transition:background .2s,transform .15s;color:#fff!important;text-decoration:none!important}.ww-topnav-subscribe:hover{background:var(--ww-ink);transform:translateY(-1px);color:var(--ww-paper)!important}@media (max-width:800px){.ww-topnav{padding:.6rem 1rem}.ww-topnav__inner{border-radius:0 0 var(--ww-radius-md)var(--ww-radius-md);grid-template-rows:auto auto;grid-template-columns:auto auto;gap:.6rem 1rem;padding:.8rem 1rem}.ww-topnav-brand{grid-area:1/1}.ww-topnav-actions{grid-area:1/2;justify-self:end;gap:.5rem}.ww-topnav-links{-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-area:2/1/auto/-1;justify-content:flex-start;gap:1.4rem;padding-bottom:.2rem;font-size:.92rem;overflow-x:auto}.ww-topnav-links::-webkit-scrollbar{display:none}.ww-topnav-links a{white-space:nowrap;align-items:center;min-height:44px;padding:.5rem 0;display:inline-flex}.ww-topnav-subscribe{align-items:center;min-height:44px;padding:.5rem 1rem;display:inline-flex}}.search{min-width:fit-content;max-width:14rem}@media (max-width:800px){.search{flex-grow:.3}}.search>.search-button{border:1px var(--lightgray)solid;font-family:inherit;font-size:inherit;height:2rem;text-align:inherit;cursor:pointer;white-space:nowrap;background-color:#0000;border-radius:4px;align-items:center;width:100%;padding:0 1rem 0 0;display:flex}.search>.search-button>p{color:var(--gray);text-wrap:unset;display:inline}.search>.search-button svg{cursor:pointer;width:18px;min-width:18px;margin:0 .5rem}.search>.search-button svg .search-path{stroke:var(--darkgray);stroke-width:1.5px;transition:stroke .5s}.search>.search-container{contain:layout;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100vh;display:none;position:fixed;top:0;left:0;overflow-y:auto}.search>.search-container.active{display:inline-block}.search>.search-container>.search-space{width:65%;margin-top:12vh;margin-left:auto;margin-right:auto}@media not (min-width:1200px){.search>.search-container>.search-space{width:90%}}.search>.search-container>.search-space>*{background:var(--light);border-radius:7px;width:100%;margin-bottom:2em;box-shadow:0 14px 50px #1b21301f,0 10px 30px #1b213029}.search>.search-container>.search-space>input{box-sizing:border-box;font-family:var(--bodyFont);color:var(--dark);border:1px solid var(--lightgray);padding:.5em 1em;font-size:1.1em}.search>.search-container>.search-space>input:focus{outline:none}.search>.search-container>.search-space>.search-layout{border:1px solid var(--lightgray);box-sizing:border-box;flex-direction:row;flex:0 0 100%;display:none}.search>.search-container>.search-space>.search-layout.display-results{display:flex}.search>.search-container>.search-space>.search-layout[data-preview]>.results-container{flex:0 0 min(30%,450px)}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout[data-preview] .result-card>p.preview{display:none}.search>.search-container>.search-space>.search-layout[data-preview]>div:first-child{border-right:1px solid var(--lightgray);border-top-right-radius:unset;border-bottom-right-radius:unset}.search>.search-container>.search-space>.search-layout[data-preview]>div:last-child{border-top-left-radius:unset;border-bottom-left-radius:unset}}.search>.search-container>.search-space>.search-layout>div{border-radius:5px;height:63vh}@media (max-width:800px){.search>.search-container>.search-space>.search-layout{flex-direction:column}.search>.search-container>.search-space>.search-layout>.preview-container{display:none!important}.search>.search-container>.search-space>.search-layout[data-preview]>.results-container{flex:0 0 100%;width:100%;height:auto}}.search>.search-container>.search-space>.search-layout .highlight{background:color-mix(in srgb,var(--tertiary)60%,#fff0);border-radius:5px;scroll-margin-top:2rem}.search>.search-container>.search-space>.search-layout>.preview-container{color:var(--dark);flex-grow:1;padding:0 2rem;font-family:inherit;font-weight:400;line-height:1.5em;display:block;overflow:hidden auto}.search>.search-container>.search-space>.search-layout>.preview-container .preview-inner{width:min(800px,100%);margin:0 auto}.search>.search-container>.search-space>.search-layout>.preview-container a[role=anchor]{background-color:#0000}.search>.search-container>.search-space>.search-layout>.results-container{overflow-y:auto}.search>.search-container>.search-space>.search-layout>.results-container .result-card{cursor:pointer;border-bottom:1px solid var(--lightgray);box-sizing:border-box;text-transform:none;text-align:left;width:100%;font-family:inherit;font-size:100%;line-height:1.15;font-weight:inherit;outline:none;margin:0;padding:1em;transition:background .2s;display:block;overflow:hidden}.search>.search-container>.search-space>.search-layout>.results-container .result-card:hover,.search>.search-container>.search-space>.search-layout>.results-container .result-card:focus,.search>.search-container>.search-space>.search-layout>.results-container .result-card.focus{background:var(--lightgray)}.search>.search-container>.search-space>.search-layout>.results-container .result-card>h3{margin:0}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout>.results-container .result-card>p.card-description{display:none}}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul.tags{margin-top:.45rem;margin-bottom:0}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p{background-color:var(--highlight);color:var(--secondary);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem;font-weight:700;line-height:1.4rem}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p.match-tag{color:var(--tertiary)}.search>.search-container>.search-space>.search-layout>.results-container .result-card>p{margin-bottom:0}.darkmode{cursor:pointer;width:20px;height:20px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.darkmode svg{width:20px;height:20px;fill:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[saved-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[saved-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[saved-theme=dark] .darkmode>.dayIcon{display:none}:root[saved-theme=dark] .darkmode>.nightIcon,:root .darkmode>.dayIcon{display:inline}:root .darkmode>.nightIcon{display:none}.ww-gated{margin:1.5rem 0;position:relative}.ww-gated__locked{background:var(--ww-paper-soft-2);border:1px dashed var(--ww-rule-strong);border-radius:var(--ww-radius-lg);text-align:center;padding:2rem;display:block}.ww-gated__locked p{font-family:var(--bodyFont);color:var(--ww-muted);margin:0;font-size:.95rem}.ww-gated__locked a{font-weight:500;color:var(--ww-accent-blue)!important}.ww-gated__content,.ww-gated--unlocked .ww-gated__locked{display:none}.ww-gated--unlocked .ww-gated__content{animation:.4s gateReveal;display:block}@keyframes gateReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ww-gate-unlock{z-index:100;position:fixed;bottom:2rem;right:2rem}.ww-gate-unlock__btn{background:var(--ww-accent-blue);cursor:pointer;width:48px;height:48px;box-shadow:var(--ww-shadow-card-hover);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;transition:transform .2s,box-shadow .2s;display:flex}.ww-gate-unlock__btn:hover{transform:scale(1.1);box-shadow:0 8px 24px -4px #5dcdf166}.ww-gate-unlock__modal{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ww-gate-unlock__modal-inner{background:var(--ww-card);border-radius:var(--ww-radius-lg);width:90%;max-width:400px;padding:2rem;position:relative;box-shadow:0 24px 64px -16px #0000004d}.ww-gate-unlock__title{font-family:var(--headerFont);color:var(--ww-ink);margin:0 0 .4rem;font-size:1.4rem;font-weight:600}.ww-gate-unlock__desc{font-family:var(--bodyFont);color:var(--ww-muted);margin:0 0 1.2rem;font-size:.9rem}.ww-gate-unlock__form{gap:.6rem;display:flex}.ww-gate-unlock__input{font-family:var(--bodyFont);border:1px solid var(--ww-rule-strong);border-radius:var(--ww-radius-pill);background:var(--ww-paper-soft-2);color:var(--ww-ink);outline:none;flex:1;padding:.6rem 1rem;font-size:1rem}.ww-gate-unlock__input:focus{border-color:var(--ww-accent-blue)}.ww-gate-unlock__submit{font-family:var(--bodyFont);color:var(--ww-ink);background:var(--ww-accent-blue);border-radius:var(--ww-radius-pill);cursor:pointer;border:none;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600;transition:background .15s}.ww-gate-unlock__submit:hover{background:var(--ww-ink);color:var(--ww-paper)}.ww-gate-unlock__msg{font-family:var(--bodyFont);color:var(--ww-muted);min-height:1.4em;margin:.8rem 0 0;font-size:.88rem}.ww-gate-unlock__msg--success{color:#3a8a45}.ww-gate-unlock__msg--error{color:#c44040}.ww-gate-unlock__close{width:32px;height:32px;color:var(--ww-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:absolute;top:1rem;right:1rem}.ww-gate-unlock__close:hover{background:var(--ww-rule)}@media (max-width:640px){.ww-gate-unlock{bottom:1rem;right:1rem}.ww-gate-unlock__btn{width:44px;height:44px;font-size:1.1rem}}.breadcrumb-container{flex-flow:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;display:flex}.breadcrumb-element p{margin:0 0 0 .5rem;padding:0;line-height:normal}.breadcrumb-element{flex-direction:row;justify-content:center;align-items:center;display:flex}.article-title{margin:2rem 0 0}.content-meta{color:var(--darkgray);margin-top:0}.content-meta[show-comma=true]>:not(:last-child){margin-right:8px}.content-meta[show-comma=true]>:not(:last-child):after{content:","}.tags{flex-wrap:wrap;gap:.4rem;margin:1rem 0;padding-left:0;list-style:none;display:flex}.section-li>.section>.tags{justify-content:flex-end}.tags>li{white-space:nowrap;overflow-wrap:normal;margin:0;display:inline-block}a.internal.tag-link{background-color:var(--highlight);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem}.editorial-series-nav{max-width:var(--ww-prose-measure);border:1px solid var(--ww-rule);border-radius:var(--ww-radius-md);background:var(--ww-paper-soft);margin:1.6rem auto;padding:1rem 1.2rem}.editorial-series-nav--top{margin-top:2rem}.editorial-series-nav--bottom{margin-top:3rem}.editorial-series-nav__kicker{font-family:var(--bodyFont);font-size:var(--ww-byline);color:var(--ww-muted);margin:0 0 .8rem}.editorial-series-nav__kicker a{color:var(--ww-ink);border-bottom:1px solid var(--ww-rule-strong);text-decoration:none}.editorial-series-nav__kicker a:hover{color:var(--ww-accent);border-color:var(--ww-accent)}.editorial-series-nav__links{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:640px){.editorial-series-nav__links{grid-template-columns:1fr}}.editorial-series-nav__prev,.editorial-series-nav__next{min-width:0}.editorial-series-nav__next{text-align:right}.editorial-series-nav__prev a,.editorial-series-nav__next a{color:var(--ww-ink);font-family:var(--bodyFont);flex-direction:column;gap:.2rem;text-decoration:none;display:flex}.editorial-series-nav__next a{align-items:flex-end}.editorial-series-nav__direction{font-size:var(--ww-byline);color:var(--ww-muted)}.editorial-series-nav__title{font-family:var(--headerFont);color:var(--ww-ink);font-size:1rem;line-height:1.4}.editorial-series-nav__prev a:hover .editorial-series-nav__title,.editorial-series-nav__next a:hover .editorial-series-nav__title{color:var(--ww-accent)}.editorial-series-nav__empty{font-family:var(--bodyFont);font-size:var(--ww-byline);color:var(--ww-muted)}.editorial-series-index{max-width:var(--ww-prose-measure);flex-direction:column;gap:0;margin:2rem auto;padding:0;list-style:none;display:flex}.editorial-series-index__item{border-top:1px solid var(--ww-rule);grid-template-columns:3rem 1fr;align-items:start;gap:1rem;padding:1.2rem 0;display:grid}.editorial-series-index__item:last-child{border-bottom:1px solid var(--ww-rule)}.editorial-series-index__num{font-family:var(--headerFont);color:var(--ww-accent);padding-top:.2rem;font-size:1.8rem;line-height:1}.editorial-series-index__title{font-family:var(--headerFont);margin:0 0 .3rem;font-size:1.2rem;font-weight:500}.editorial-series-index__title a{color:var(--ww-ink);text-decoration:none}.editorial-series-index__title a:hover{color:var(--ww-accent)}.editorial-series-index__desc{font-family:var(--bodyFont);color:var(--ww-muted);margin:0;font-size:.95rem;line-height:1.55}.editorial-series-index__empty{font-family:var(--bodyFont);color:var(--ww-muted);text-align:center;max-width:var(--ww-prose-measure);margin:3rem auto}.curriculum-map{padding:var(--ww-section-y)0;background:var(--ww-paper-soft-2)}.curriculum-map__inner{max-width:72rem;margin:0 auto;padding:0 1.5rem}.curriculum-map__header{text-align:center;margin-bottom:2.5rem}.curriculum-map__title{font-family:var(--headerFont);font-size:var(--ww-h2);color:var(--ww-ink);margin:0 0 .4rem;font-weight:600}.curriculum-map__subtitle{font-family:var(--bodyFont);color:var(--ww-muted);margin:0 0 1rem;font-size:.95rem}.curriculum-map__legend{justify-content:center;gap:1.5rem;display:flex}.curriculum-map__legend-item{font-family:var(--bodyFont);color:var(--ww-muted);align-items:center;gap:.4rem;font-size:.82rem;display:flex}.curriculum-map__legend-dot{border-radius:50%;width:10px;height:10px}.curriculum-map__legend-dot--written{background:var(--ww-accent-blue)}.curriculum-map__legend-dot--empty{background:var(--ww-rule-strong)}.curriculum-map__years{flex-direction:column;gap:1.5rem;display:flex}.curriculum-map__year{background:var(--ww-card);border-radius:var(--ww-radius-lg);box-shadow:var(--ww-shadow-card);overflow:hidden}.curriculum-map__year-header{border-bottom:1px solid var(--ww-rule);padding:1.2rem 1.5rem}.curriculum-map__year-label{font-family:var(--headerFont);color:var(--ww-ink);margin:0;font-size:1.3rem;font-weight:600}.curriculum-map__semesters{grid-template-columns:1fr 1fr;gap:0;display:grid}.curriculum-map__semester{border-right:1px solid var(--ww-rule);padding:1.2rem 1.5rem}.curriculum-map__semester:last-child{border-right:none}.curriculum-map__semester-header{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.curriculum-map__semester-label{font-family:var(--headerFont);color:var(--ww-ink);margin:0;font-size:1rem;font-weight:600}.curriculum-map__track{font-family:var(--bodyFont);border-radius:var(--ww-radius-pill);background:var(--ww-accent-soft);color:var(--ww-accent);padding:.15rem .5rem;font-size:.7rem;font-weight:600}.curriculum-map__track--數A{color:#2a8fa8;background:#5dcdf126}.curriculum-map__track--數B{color:#a88a20;background:#fdd46b33}.curriculum-map__track--數甲{color:#8a6dd4;background:#c9b1fb33}.curriculum-map__track--數乙{color:#c46840;background:#fd976d26}.curriculum-map__topics{flex-direction:column;gap:.3rem;display:flex}.curriculum-map__topic{position:relative}.curriculum-map__topic-header{border-radius:var(--ww-radius-sm);align-items:center;gap:.5rem;padding:.4rem .6rem;transition:background .15s;display:flex}.curriculum-map__topic--linked .curriculum-map__topic-header:hover{background:var(--ww-accent-soft)}.curriculum-map__topic-indicator{text-align:center;flex-shrink:0;width:16px;font-size:.7rem}.curriculum-map__topic-indicator--empty{opacity:.4}.curriculum-map__topic-link{font-family:var(--bodyFont);border-bottom:1px solid #0000;font-size:.88rem;transition:color .15s,border-color .15s;color:var(--ww-ink)!important;text-decoration:none!important}.curriculum-map__topic--linked .curriculum-map__topic-link:hover{border-bottom-color:var(--ww-accent-blue);color:var(--ww-accent-blue)!important}.curriculum-map__topic-name{font-family:var(--bodyFont);color:var(--ww-muted);font-size:.88rem}.curriculum-map__topic-text{flex-direction:column;gap:.1rem;display:flex}.curriculum-map__topic-desc{font-family:var(--bodyFont);color:var(--ww-muted);opacity:.7;font-size:.75rem;line-height:1.3}.curriculum-map__topic-children{border-left:1px solid var(--ww-rule);margin-left:.8rem;padding-left:1.5rem}@media (max-width:800px){.curriculum-map__semesters{grid-template-columns:1fr}.curriculum-map__semester{border-right:none;border-bottom:1px solid var(--ww-rule)}.curriculum-map__semester:last-child{border-bottom:none}}.recent-notes>h3{margin:.5rem 0 0;font-size:1rem}.recent-notes>ul.recent-ul{margin-top:1rem;padding-left:0;list-style:none}.recent-notes>ul.recent-ul>li{margin:1rem 0}.recent-notes>ul.recent-ul>li .section>.desc>h3>a{background-color:#0000}.recent-notes>ul.recent-ul>li .section>.meta{opacity:.6;margin:0 0 .5rem}.km{padding:var(--ww-section-y)0}.km__inner{max-width:72rem;margin:0 auto;padding:0 1.5rem}.km__title{font-family:var(--headerFont);font-size:var(--ww-display);color:var(--ww-ink);text-align:center;margin:0 0 .4rem;font-weight:600}.km__subtitle{font-family:var(--bodyFont);color:var(--ww-muted);text-align:center;margin:0 0 2.5rem;font-size:1rem}.km-toggles{background:var(--ww-card);border-radius:var(--ww-radius-lg);box-shadow:var(--ww-shadow-card);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;padding:1.2rem 1.5rem;display:flex}.km-toggles-label{font-family:var(--bodyFont);color:var(--ww-ink);margin-right:.3rem;font-size:.9rem;font-weight:600}.km-toggle{border:2px solid var(--ww-rule);border-radius:var(--ww-radius-pill);background:var(--ww-card);font-family:var(--bodyFont);color:var(--ww-ink-soft);cursor:pointer;white-space:nowrap;align-items:center;gap:.3rem;padding:.4rem .8rem;font-size:.82rem;font-weight:500;transition:all .2s;display:inline-flex}.km-toggle:hover{border-color:var(--toggle-color,var(--ww-accent));background:var(--ww-paper-soft-2)}.km-toggle--active{border-color:var(--toggle-color,var(--ww-accent));background:var(--toggle-color,var(--ww-accent));color:#fff}.km-toggle--all{border-color:var(--ww-muted);color:var(--ww-muted);margin-left:.5rem;font-weight:600}.km-toggle--all.km-toggle--active{background:var(--ww-muted);color:#fff}.km-toggle-icon{font-size:.9rem}.km-legend{background:var(--ww-paper-soft-2);border-radius:var(--ww-radius-md);border:1px solid var(--ww-rule);margin-bottom:2rem;padding:1rem 1.5rem}.km-legend-title{font-family:var(--bodyFont);color:var(--ww-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .6rem;font-size:.82rem;font-weight:600}.km-legend-items{flex-wrap:wrap;gap:.8rem;display:flex}.km-legend-item{opacity:.5;align-items:center;gap:.4rem;transition:opacity .2s;display:flex}.km-legend-item--active{opacity:1}.km-legend-badge{background:var(--badge-color,var(--ww-accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;display:inline-flex}.km-legend-name{font-family:var(--bodyFont);font-size:.85rem;font-weight:600;color:var(--ww-ink)!important;text-decoration:none!important}a.km-legend-name:hover{color:var(--ww-accent-blue)!important}.km-legend-level{font-family:var(--bodyFont);color:var(--ww-muted);font-size:.72rem}.km-grades{flex-direction:column;gap:1.2rem;display:flex}.km-grade{background:var(--ww-card);border-radius:var(--ww-radius-lg);box-shadow:var(--ww-shadow-card);border-left:5px solid var(--grade-color,var(--ww-accent));overflow:hidden}.km-grade-head{background:var(--ww-paper-soft-2);border-bottom:1px solid var(--ww-rule);align-items:center;gap:.8rem;padding:1.2rem 1.5rem;display:flex}.km-grade-icon{font-size:1.6rem}.km-grade-title{font-family:var(--headerFont);color:var(--ww-ink);margin:0;font-size:1.1rem;font-weight:600}.km-grade-label{font-family:var(--bodyFont);color:var(--ww-muted);font-size:.78rem}.km-grade-vocab{font-family:var(--bodyFont);background:var(--grade-color,var(--ww-accent));color:#fff;border-radius:var(--ww-radius-pill);white-space:nowrap;margin-left:auto;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.km-kp-section{border-bottom:1px solid var(--ww-rule);padding:.8rem 1.5rem}.km-kp-section:last-child{border-bottom:none}.km-kp-heading{font-family:var(--bodyFont);color:var(--ww-ink);letter-spacing:.02em;margin:0 0 .5rem;font-size:.82rem;font-weight:600}.km-kp-list{flex-direction:column;gap:.15rem;display:flex}.km-kp{border-radius:var(--ww-radius-sm);justify-content:space-between;align-items:center;gap:.5rem;padding:.4rem .5rem;transition:all .2s;display:flex}.km-kp:hover{background:var(--ww-paper-soft-2)}.km-kp--highlighted{background:#5dcdf10f}.km-kp-link{font-family:var(--bodyFont);flex:1;min-width:0;font-size:.85rem;color:var(--ww-ink-soft)!important;text-decoration:none!important}a.km-kp-link:hover{color:var(--ww-accent-blue)!important}.km-kp-link strong{color:var(--ww-ink)}.km-kp-desc{color:var(--ww-muted);margin-left:.3rem;font-size:.78rem}.km-kp-badges{flex-shrink:0;gap:.2rem;display:flex}.km-kp-badge{background:var(--ww-paper-soft-2);width:20px;height:20px;color:var(--ww-muted);border:1.5px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;transition:all .2s;display:inline-flex}.km-kp-badge--active{background:var(--badge-color,var(--ww-accent));color:#fff;border-color:var(--badge-color,var(--ww-accent));transform:scale(1.15)}@media (max-width:800px){.km-toggles{flex-direction:column;align-items:flex-start}.km-grade-head{flex-wrap:wrap}.km-grade-vocab{margin-left:0}.km-kp{flex-direction:column;align-items:flex-start}}.editorial-roadmap{padding:var(--ww-section-y)0}.editorial-roadmap__inner{max-width:72rem;margin:0 auto;padding:0 1.5rem}.editorial-roadmap__title{font-family:var(--headerFont);font-size:var(--ww-h2);color:var(--ww-ink);text-align:center;margin:0 0 .4rem;font-weight:600}.editorial-roadmap__subtitle{font-family:var(--bodyFont);color:var(--ww-muted);text-align:center;margin:0 0 2.5rem;font-size:.92rem}.editorial-roadmap__timeline{flex-direction:column;gap:1.5rem;display:flex}.editorial-roadmap__year{background:var(--ww-card);border-radius:var(--ww-radius-lg);box-shadow:var(--ww-shadow-card);overflow:hidden}.editorial-roadmap__year-header{background:var(--ww-paper-soft-2);border-bottom:1px solid var(--ww-rule);padding:1rem 1.5rem}.editorial-roadmap__year-label{font-family:var(--headerFont);color:var(--ww-ink);margin:0;font-size:1.2rem;font-weight:600}.editorial-roadmap__year-semesters{grid-template-columns:1fr 1fr;gap:0;display:grid}.editorial-roadmap__semester{border-right:1px solid var(--ww-rule);padding:1rem 1.2rem}.editorial-roadmap__semester:last-child{border-right:none}.editorial-roadmap__semester-header{border-bottom:1px solid var(--ww-rule);align-items:center;gap:.5rem;margin-bottom:.8rem;padding-bottom:.5rem;display:flex}.editorial-roadmap__semester-label{font-family:var(--headerFont);color:var(--ww-ink);font-size:.95rem;font-weight:600}.editorial-roadmap__track{font-family:var(--bodyFont);border-radius:var(--ww-radius-pill);background:var(--ww-accent-soft);color:var(--ww-accent);padding:.12rem .45rem;font-size:.68rem;font-weight:600}.editorial-roadmap__track--數A{color:#2a8fa8;background:#5dcdf126}.editorial-roadmap__track--數B{color:#a88a20;background:#fdd46b33}.editorial-roadmap__track--數甲{color:#8a6dd4;background:#c9b1fb33}.editorial-roadmap__track--數乙{color:#c46840;background:#fd976d26}.editorial-roadmap__semester-topics{flex-direction:column;gap:.35rem;display:flex}.editorial-roadmap__article{border-radius:var(--ww-radius-sm);padding:.4rem .6rem;transition:background .15s}.editorial-roadmap__article:hover{background:var(--ww-paper-soft-2)}.editorial-roadmap__article--linked{background:var(--ww-accent-soft)}.editorial-roadmap__article--linked:hover{background:#5dcdf11f}.editorial-roadmap__article-title{font-family:var(--bodyFont);color:var(--ww-ink-soft);font-size:.85rem;font-weight:500}.editorial-roadmap__article--linked .editorial-roadmap__article-title{color:var(--ww-ink)}.editorial-roadmap__article-desc{font-family:var(--bodyFont);color:var(--ww-muted);margin-top:.1rem;font-size:.75rem;line-height:1.3;display:block}.editorial-roadmap__article-links{flex-wrap:wrap;gap:.4rem;margin-top:.3rem;display:flex}.editorial-roadmap__article-link{font-family:var(--bodyFont);border-radius:var(--ww-radius-pill);background:#5dcdf114;padding:.15rem .5rem;font-size:.72rem;transition:background .15s;color:var(--ww-accent-blue)!important;text-decoration:none!important}.editorial-roadmap__article-link:hover{background:#5dcdf133}@media (max-width:800px){.editorial-roadmap__year-semesters{grid-template-columns:1fr}.editorial-roadmap__semester{border-right:none;border-bottom:1px solid var(--ww-rule)}.editorial-roadmap__semester:last-child{border-bottom:none}}.editorial-hero{color:#f4f1ea;background:linear-gradient(120deg,#171d27 0%,#1f2733 55%,#222b39 100%);margin-bottom:0;position:relative;overflow:hidden}.editorial-hero__container{max-width:72rem;margin:0 auto;padding:0 1.5rem}.editorial-hero__cols{grid-template-columns:1.05fr .95fr;align-items:center;gap:2.5rem;min-height:34rem;padding:4.5rem 0;display:grid}.editorial-hero__kicker{font-family:var(--codeFont);letter-spacing:.08em;color:#e3a37e;align-items:center;gap:.55rem;margin:0 0 1.4rem;font-size:.8rem;font-weight:500;display:inline-flex}.editorial-hero__kicker-dot{background:currentColor;border-radius:50%;flex:none;width:6px;height:6px}.editorial-hero__headline{font-family:var(--headerFont);letter-spacing:-.02em;color:#f4f1ea;margin:0 0 1.4rem;font-size:clamp(2.4rem,4.6vw,3.6rem);font-weight:700;line-height:1.12}.editorial-hero__dek{font-family:var(--bodyFont);color:#cbc6bb;max-width:34rem;margin:0 0 2rem;font-size:1.1rem;line-height:1.85}.editorial-hero__cta{flex-wrap:wrap;align-items:center;gap:1rem;margin:0;display:flex}.editorial-hero__cta-btn{font-family:var(--bodyFont);background:var(--ww-accent);border-radius:10px;align-items:center;gap:.5rem;padding:.95rem 1.7rem;font-size:1rem;font-weight:600;transition:background .15s,transform .15s;display:inline-flex;box-shadow:0 12px 30px -10px #c0633f99;color:#fff!important;border:none!important;text-decoration:none!important}.editorial-hero__cta-btn:hover{background:var(--ww-accent-strong);transform:translateY(-1px)}.editorial-hero__cta-ghost{font-family:var(--bodyFont);border:1.5px solid #ffffff57;border-radius:10px;align-items:center;padding:.95rem 1.7rem;font-size:1rem;font-weight:600;transition:background .15s,transform .15s;display:inline-flex;color:#f4f1ea!important;text-decoration:none!important}.editorial-hero__cta-ghost:hover{background:#ffffff12;transform:translateY(-1px)}.editorial-hero__photo-col{justify-content:center;align-self:stretch;display:flex}.editorial-hero__photo-wrap{width:100%;max-width:26rem;height:100%;min-height:22rem;position:relative}.editorial-hero__photo{border-radius:var(--ww-radius-lg);object-fit:cover;object-position:center 18%;width:100%;height:100%;display:block;position:absolute;inset:0}.editorial-hero__badge{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141a24b8;border:1px solid #ffffff24;border-radius:13px;padding:.85rem 1.25rem;position:absolute;bottom:20px;left:6px}.editorial-hero__badge b{font-family:var(--headerFont);color:#fff;font-size:1.1rem;display:block}.editorial-hero__badge span{color:#ffffffd1;font-size:.82rem}.editorial-creds{background:var(--ww-ink)}.editorial-creds__inner{grid-template-columns:repeat(4,1fr);max-width:72rem;margin:0 auto;display:grid}.editorial-creds__item{font-family:var(--bodyFont);color:var(--ww-paper);border-left:1px solid #ffffff17;align-items:center;padding:1.4rem 1.5rem;font-size:.92rem;font-weight:500;display:flex}.editorial-creds__item:first-child{border-left:none}@media (max-width:800px){.editorial-hero__cols{grid-template-columns:1fr;gap:2rem;min-height:auto;padding:2.5rem 0 2rem}.editorial-hero__photo-col{order:-1}.editorial-hero__photo-wrap{max-width:20rem;min-height:18rem}.editorial-hero__headline{font-size:clamp(1.9rem,6vw,2.4rem)}.editorial-hero__cta{flex-direction:column;align-items:stretch;gap:.85rem}.editorial-hero__cta-btn,.editorial-hero__cta-ghost{text-align:center;justify-content:center;width:100%}.editorial-creds__inner{grid-template-columns:1fr 1fr}.editorial-creds__item:nth-child(odd){border-left:none}.editorial-creds__item:nth-child(n+3){border-top:1px solid #ffffff17}}.editorial-help-cards{padding:var(--ww-section-y)0}.editorial-help-cards__inner{grid-template-columns:280px 1fr;align-items:start;gap:3rem;max-width:72rem;margin:0 auto;padding:0 1.5rem;display:grid}.editorial-help-cards__heading{font-family:var(--headerFont);font-size:var(--ww-display);color:var(--ww-ink);margin:0;font-weight:600;line-height:1.1;position:sticky;top:100px}.editorial-help-cards__heading-sub{font-family:var(--bodyFont);color:var(--ww-muted);font-size:clamp(1rem,1.5vw,1.2rem);font-weight:400}.editorial-help-cards__grid{grid-template-columns:1fr 1fr;gap:2.2rem;display:grid}.editorial-help-cards__card{border-bottom:1px solid var(--ww-rule);flex-direction:column;gap:.8rem;padding:0 0 1.5rem;transition:transform .15s;display:flex;position:relative;color:var(--ww-ink)!important;text-decoration:none!important}.editorial-help-cards__card:hover{transform:translate(4px)}.editorial-help-cards__card--orange:hover .editorial-help-cards__icon{color:var(--ww-secondary)!important}.editorial-help-cards__card--purple:hover .editorial-help-cards__icon{color:var(--ww-accent-purple)!important}.editorial-help-cards__card--yellow:hover .editorial-help-cards__icon{color:var(--ww-tertiary)!important}.editorial-help-cards__card--blue:hover .editorial-help-cards__icon{color:var(--ww-accent-blue)!important}.editorial-help-cards__icon{width:56px;height:56px;color:var(--ww-ink);opacity:.7;transition:opacity .2s,color .2s}.editorial-help-cards__card:hover .editorial-help-cards__icon{opacity:1}.editorial-help-cards__icon svg{width:100%;height:100%}.editorial-help-cards__title{font-family:var(--headerFont);color:var(--ww-ink);margin:0;font-size:1.3rem;font-weight:600}.editorial-help-cards__desc{font-family:var(--bodyFont);color:var(--ww-muted);flex:1;margin:0;font-size:.95rem;line-height:1.55}.editorial-help-cards__arrow{font-family:var(--bodyFont);color:var(--ww-ink-soft);text-underline-offset:4px;font-size:.9rem;font-weight:500;text-decoration:underline;transition:gap .2s}.editorial-help-cards__card:hover .editorial-help-cards__arrow{color:var(--ww-ink)}@media (max-width:1000px){.editorial-help-cards__inner{grid-template-columns:1fr;gap:2rem}.editorial-help-cards__heading{text-align:center;position:static}}@media (max-width:640px){.editorial-help-cards__grid{grid-template-columns:1fr}.editorial-help-cards__card{padding:0 0 1.2rem}}.editorial-subscribe{padding:var(--ww-section-y)0}.editorial-subscribe__container{max-width:72rem;margin:0 auto;padding:0 1.5rem}.editorial-subscribe__inner{border-top:1px solid var(--ww-rule);border-bottom:1px solid var(--ww-rule);grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;padding:2.5rem 0;display:grid}.editorial-subscribe__pre{font-family:var(--bodyFont);color:var(--ww-muted);margin:0 0 .2rem;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:400;line-height:1}.editorial-subscribe__title{font-family:var(--headerFont);color:var(--ww-ink);margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.1}.editorial-subscribe__desc{font-family:var(--bodyFont);color:var(--ww-ink-soft);max-width:32rem;margin:0 0 1.5rem;font-size:1rem;line-height:1.65}.editorial-subscribe__social-proof{align-items:center;gap:.8rem;display:flex}.editorial-subscribe__avatars{gap:0;display:flex}.editorial-subscribe__avatar-dot{border:2px solid var(--ww-card);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:-8px;font-size:.65rem;font-weight:600;display:flex}.editorial-subscribe__avatar-dot:first-child{margin-left:0}.editorial-subscribe__count{font-family:var(--bodyFont);color:var(--ww-muted);margin:0;font-size:.88rem}.editorial-subscribe__form,.editorial-subscribe__form #ww-kit-inline{width:100%}.editorial-subscribe__fallback{font-family:var(--bodyFont);background:var(--ww-accent);border-radius:var(--ww-radius-pill);padding:.75rem 1.8rem;font-size:1rem;font-weight:600;transition:background .2s,transform .15s;display:inline-block;color:#fff!important;text-decoration:none!important}.editorial-subscribe__fallback:hover{background:var(--ww-ink);transform:translateY(-2px);color:var(--ww-paper)!important}.editorial-subscribe__privacy{font-family:var(--bodyFont);color:var(--ww-muted);margin:.8rem 0 0;font-size:.82rem;line-height:1.5}@media (max-width:800px){.editorial-subscribe__inner{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}}.editorial-about{padding:var(--ww-section-y)0}.editorial-about__container{max-width:72rem;margin:0 auto;padding:0 1.5rem}.editorial-about__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;display:grid}.editorial-about__heading{font-family:var(--headerFont);font-size:var(--ww-display);color:var(--ww-ink);margin:0 0 1.5rem;font-weight:600;line-height:1.1}.editorial-about__heading-sub{font-family:var(--bodyFont);color:var(--ww-muted);font-size:clamp(1rem,1.5vw,1.2rem);font-weight:400}.editorial-about__bio-wrap{max-width:36rem}.editorial-about__bio{font-family:var(--bodyFont);color:var(--ww-ink-soft);margin:0 0 1rem;font-size:1rem;line-height:1.75}.editorial-about__link{margin:1.2rem 0 0}.editorial-about__link a{font-family:var(--bodyFont);text-underline-offset:4px;font-size:1rem;font-weight:500;transition:color .15s;color:var(--ww-ink-soft)!important;text-decoration:underline!important}.editorial-about__link a:hover{color:var(--ww-accent)!important}.editorial-about__photo-col{justify-content:center;display:flex}.editorial-about__photo-wrap{width:100%;max-width:400px}.editorial-about__photo{border-radius:var(--ww-radius-lg);object-fit:cover;object-position:top center;width:100%;height:auto;display:block}@media (max-width:800px){.editorial-about__inner{grid-template-columns:1fr;gap:2rem}.editorial-about__photo-col{order:-1}.editorial-about__photo-wrap{max-width:300px}.editorial-about__heading{text-align:center}}.editorial-testimonials{padding:var(--ww-section-y)0}.editorial-testimonials__inner{max-width:72rem;margin:0 auto;padding:0 1.5rem}.editorial-testimonials__kicker{font-family:var(--headerFont);font-size:var(--ww-h2);color:var(--ww-ink);text-align:center;margin:0 0 2rem;font-weight:600}.editorial-testimonials__grid{grid-template-columns:repeat(3,1fr);gap:2.2rem;display:grid}.editorial-testimonials__item{border-left:2px solid var(--ww-rule);flex-direction:column;gap:.9rem;margin:0;padding:0 0 0 1.4rem;display:flex}.editorial-testimonials__body{font-family:var(--bodyFont);color:var(--ww-ink-soft);quotes:none;border:none;margin:0;padding:0;font-size:1rem;line-height:1.7}.editorial-testimonials__body:before,.editorial-testimonials__body:after{content:none}.editorial-testimonials__attr{font-family:var(--bodyFont);color:var(--ww-muted);font-size:.88rem;font-style:normal}@media (max-width:800px){.editorial-testimonials__grid{grid-template-columns:1fr;gap:1rem}}.editorial-services{padding:var(--ww-section-y)0}.editorial-services__inner{max-width:72rem;margin:0 auto;padding:0 1.5rem}.editorial-services__heading{font-family:var(--headerFont);font-size:var(--ww-h2);color:var(--ww-ink);text-align:center;margin:0 0 2rem;font-weight:600}.editorial-services__grid{grid-template-columns:repeat(3,1fr);gap:2.2rem;display:grid}.editorial-services__card{border-bottom:1px solid var(--ww-rule);flex-direction:column;gap:.8rem;padding:0 0 1.5rem;transition:transform .15s;display:flex;color:var(--ww-ink)!important;text-decoration:none!important}.editorial-services__card:hover{transform:translate(4px)}.editorial-services__card--orange:hover .editorial-services__icon{color:var(--ww-secondary)!important}.editorial-services__card--purple:hover .editorial-services__icon{color:var(--ww-accent-purple)!important}.editorial-services__card--blue:hover .editorial-services__icon{color:var(--ww-accent-blue)!important}.editorial-services__icon{width:48px;height:48px;color:var(--ww-ink);opacity:.7;transition:opacity .2s}.editorial-services__card:hover .editorial-services__icon{opacity:1}.editorial-services__icon svg{width:100%;height:100%}.editorial-services__title{font-family:var(--headerFont);color:var(--ww-ink);margin:0;font-size:1.2rem;font-weight:600}.editorial-services__desc{font-family:var(--bodyFont);color:var(--ww-muted);flex:1;margin:0;font-size:.95rem;line-height:1.55}.editorial-services__arrow{font-family:var(--bodyFont);color:var(--ww-ink-soft);text-underline-offset:4px;font-size:.9rem;font-weight:500;text-decoration:underline}.editorial-services__card:hover .editorial-services__arrow{color:var(--ww-ink)}@media (max-width:800px){.editorial-services__grid{grid-template-columns:1fr}.editorial-services__card{padding:0 0 1.2rem}}.graph>h3{margin:0;font-size:1rem}.graph>.graph-outer{border:1px solid var(--lightgray);box-sizing:border-box;border-radius:5px;height:250px;margin:.5em 0;position:relative;overflow:hidden}.graph>.graph-outer>.global-graph-icon{cursor:pointer;color:var(--dark);opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:4px;width:24px;height:24px;margin:.3rem;padding:.2rem;transition:background-color .5s;position:absolute;top:0;right:0}.graph>.graph-outer>.global-graph-icon:hover{background-color:var(--lightgray)}.graph>.global-graph-outer{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100%;display:none;position:fixed;top:0;left:0;overflow:hidden}.graph>.global-graph-outer.active{display:inline-block}.graph>.global-graph-outer>.global-graph-container{border:1px solid var(--lightgray);background-color:var(--light);box-sizing:border-box;border-radius:5px;width:80vw;height:80vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media not (min-width:1200px){.graph>.global-graph-outer>.global-graph-container{width:90%}}.toc{flex-direction:column;flex:0 .5 auto;min-height:1.4rem;display:flex;overflow-y:hidden}.toc:has(button.toc-header.collapsed){flex:0 1.4rem}button.toc-header{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.toc-header h3{margin:0;font-size:1rem;display:inline-block}button.toc-header .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}button.toc-header.collapsed .fold{transform:rotate(-90deg)}ul.toc-content.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none;position:relative}ul.toc-content.overflow>li>a{color:var(--dark);opacity:.35;transition:opacity .5s,color .3s}ul.toc-content.overflow>li>a.in-view{opacity:.75}ul.toc-content.overflow .depth-0{padding-left:0}ul.toc-content.overflow .depth-1{padding-left:1rem}ul.toc-content.overflow .depth-2{padding-left:2rem}ul.toc-content.overflow .depth-3{padding-left:3rem}ul.toc-content.overflow .depth-4{padding-left:4rem}ul.toc-content.overflow .depth-5{padding-left:5rem}ul.toc-content.overflow .depth-6{padding-left:6rem}.backlinks{flex-direction:column}.backlinks>h3{margin:0;font-size:1rem}.backlinks>ul.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none}.backlinks>ul.overflow>li>a{background-color:#0000}.editorial-footer{margin-top:var(--ww-section-y);background:var(--ww-paper)}.editorial-footer__cta-section{background:var(--ww-paper-soft-2);border-radius:var(--ww-radius-lg)var(--ww-radius-lg)0 0}.editorial-footer__cta-inner{justify-content:space-between;align-items:center;gap:2rem;max-width:72rem;margin:0 auto;padding:3rem 1.5rem;display:flex}.editorial-footer__cta-pre{font-family:var(--bodyFont);color:var(--ww-muted);margin:0 0 .2rem;font-size:1.1rem}.editorial-footer__cta-title{font-family:var(--headerFont);color:var(--ww-ink);margin:0 0 .4rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600}.editorial-footer__cta-desc{font-family:var(--bodyFont);color:var(--ww-muted);margin:0;font-size:.95rem}.editorial-footer__cta-btn{font-family:var(--bodyFont);background:var(--ww-accent);border-radius:var(--ww-radius-pill);white-space:nowrap;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background .2s,transform .15s;display:inline-block;color:#fff!important;text-decoration:none!important}.editorial-footer__cta-btn:hover{background:var(--ww-ink);transform:translateY(-2px);color:var(--ww-paper)!important}.editorial-footer__main{border-top:1px solid var(--ww-rule)}.editorial-footer__main-inner{grid-template-columns:1.2fr 2fr;gap:3rem;max-width:72rem;margin:0 auto;padding:3rem 1.5rem;display:grid}.editorial-footer__brand{flex-direction:column;gap:.8rem;display:flex}.editorial-footer__wordmark{font-family:var(--headerFont);color:var(--ww-ink);margin:0;font-size:1.4rem;font-weight:600}.editorial-footer__tagline{font-family:var(--bodyFont);color:var(--ww-muted);margin:0;font-size:.92rem;line-height:1.5}.editorial-footer__socials{flex-wrap:wrap;gap:.5rem;margin:.8rem 0 0;padding:0;list-style:none;display:flex}.editorial-footer__socials li a{width:34px;height:34px;color:var(--ww-muted);background:var(--ww-paper-soft-2);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.editorial-footer__socials li a:hover{color:var(--ww-ink);background:var(--ww-rule)}.editorial-footer__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.editorial-footer__link-col{flex-direction:column;gap:.6rem;display:flex}.editorial-footer__link-heading{font-family:var(--bodyFont);color:var(--ww-ink);letter-spacing:.02em;margin:0 0 .4rem;font-size:.88rem;font-weight:600}.editorial-footer__link-col a{font-family:var(--bodyFont);color:var(--ww-muted);font-size:.9rem;text-decoration:none;transition:color .15s}.editorial-footer__link-col a:hover{color:var(--ww-ink)}.editorial-footer__base{border-top:1px solid var(--ww-rule);justify-content:space-between;align-items:center;max-width:72rem;margin:0 auto;padding:1.2rem 1.5rem;display:flex}.editorial-footer__base p{font-family:var(--bodyFont);color:var(--ww-muted);margin:0;font-size:.82rem}.editorial-footer__base-links{gap:1.2rem;display:flex}.editorial-footer__base-links a{font-family:var(--bodyFont);color:var(--ww-muted);font-size:.82rem;text-decoration:none;transition:color .15s}.editorial-footer__base-links a:hover{color:var(--ww-ink)}@media (max-width:800px){.editorial-footer__cta-inner{text-align:center;flex-direction:column;padding:2rem 1.5rem}.editorial-footer__main-inner{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.editorial-footer__links{grid-template-columns:1fr 1fr;gap:1.5rem}.editorial-footer__base{text-align:center;flex-direction:column;gap:.6rem}}@media (max-width:480px){.editorial-footer__links{grid-template-columns:1fr}}ul.section-ul{margin-top:2em;padding-left:0;list-style:none}li.section-li{margin-bottom:1em}li.section-li>.section{grid-template-columns:fit-content(8em) 3fr 1fr;display:grid}@media (max-width:800px){li.section-li>.section>.tags{display:none}}li.section-li>.section>.desc>h3>a{background-color:#0000}li.section-li>.section .meta{opacity:.6;margin:0 1em 0 0}.popover .section{grid-template-columns:fit-content(8em) 1fr!important}.popover .section>.tags{display:none}.section h3,.section>.tags{margin:0}@keyframes dropin{0%{opacity:0;visibility:hidden}1%{opacity:0}to{opacity:1;visibility:visible}}.popover{z-index:999;will-change:transform;padding:1rem;position:fixed;top:0;left:0;overflow:visible}.popover>.popover-inner{width:30rem;max-height:20rem;font-weight:initial;font-style:initial;line-height:normal;font-size:initial;font-family:var(--bodyFont);border:1px solid var(--lightgray);background-color:var(--light);overscroll-behavior:contain;white-space:normal;-webkit-user-select:none;user-select:none;cursor:default;border-radius:5px;padding:0 1rem 1rem;position:relative;overflow:auto;box-shadow:6px 6px 36px #00000040}.popover>.popover-inner[data-content-type][data-content-type*=pdf],.popover>.popover-inner[data-content-type][data-content-type*=image]{max-height:100%;padding:0}.popover>.popover-inner[data-content-type][data-content-type*=image] img{border-radius:0;margin:0;display:block}.popover>.popover-inner[data-content-type][data-content-type*=pdf] iframe{width:100%}.popover h1{font-size:1.5rem}.popover{visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s}@media (max-width:800px){.popover{display:none!important}}.active-popover,.popover:hover{animation:.3s .2s forwards dropin}code[data-theme*=\ ]{color:var(--shiki-light);background-color:var(--shiki-light-bg)}code[data-theme*=\ ] span{color:var(--shiki-light)}[saved-theme=dark] code[data-theme*=\ ]{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}[saved-theme=dark] code[data-theme*=\ ] span{color:var(--shiki-dark)}.callout{border:1px solid var(--border);background-color:var(--bg);box-sizing:border-box;border-radius:5px;padding:0 1rem;overflow-y:hidden}.callout>.callout-content{transition:grid-template-rows .1s cubic-bezier(.02,.01,.47,1);display:grid;overflow:hidden}.callout>.callout-content>:first-child{margin-top:0}.callout{--callout-icon-note:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"2\" x2=\"22\" y2=\"6\"></line><path d=\"M7.5 20.5 19 9l-4-4L3.5 16.5 2 22z\"></path></svg>");--callout-icon-abstract:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"></rect><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"></path><path d=\"M12 11h4\"></path><path d=\"M12 16h4\"></path><path d=\"M8 11h.01\"></path><path d=\"M8 16h.01\"></path></svg>");--callout-icon-info:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"></line></svg>");--callout-icon-todo:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path><path d=\"m9 12 2 2 4-4\"></path></svg>");--callout-icon-tip:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z\"></path></svg> ");--callout-icon-success:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg> ");--callout-icon-question:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"></path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg> ");--callout-icon-warning:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>");--callout-icon-failure:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg> ");--callout-icon-danger:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"></polygon></svg> ");--callout-icon-bug:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect width=\"8\" height=\"14\" x=\"8\" y=\"6\" rx=\"4\"></rect><path d=\"m19 7-3 2\"></path><path d=\"m5 7 3 2\"></path><path d=\"m19 19-3-2\"></path><path d=\"m5 19 3-2\"></path><path d=\"M20 13h-4\"></path><path d=\"M4 13h4\"></path><path d=\"m10 4 1 2\"></path><path d=\"m14 4-1 2\"></path></svg>");--callout-icon-example:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"></line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"></line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"></line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"></line></svg> ");--callout-icon-quote:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z\"></path><path d=\"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z\"></path></svg>");--callout-icon-fold:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"%3E%3Cpolyline points=\"6 9 12 15 18 9\"%3E%3C/polyline%3E%3C/svg%3E")}.callout[data-callout]{--color:#448aff;--border:#448aff44;--bg:#448aff10;--callout-icon:var(--callout-icon-note)}.callout[data-callout=abstract]{--color:#00b0ff;--border:#00b0ff44;--bg:#00b0ff10;--callout-icon:var(--callout-icon-abstract)}.callout[data-callout=info],.callout[data-callout=todo]{--color:#00b8d4;--border:#00b8d444;--bg:#00b8d410;--callout-icon:var(--callout-icon-info)}.callout[data-callout=todo]{--callout-icon:var(--callout-icon-todo)}.callout[data-callout=tip]{--color:#00bfa5;--border:#00bfa544;--bg:#00bfa510;--callout-icon:var(--callout-icon-tip)}.callout[data-callout=success]{--color:#09ad7a;--border:#09ad7144;--bg:#09ad7110;--callout-icon:var(--callout-icon-success)}.callout[data-callout=question]{--color:#dba642;--border:#dba64244;--bg:#dba64210;--callout-icon:var(--callout-icon-question)}.callout[data-callout=warning]{--color:#db8942;--border:#db894244;--bg:#db894210;--callout-icon:var(--callout-icon-warning)}.callout[data-callout=failure],.callout[data-callout=danger],.callout[data-callout=bug]{--color:#db4242;--border:#db424244;--bg:#db424210;--callout-icon:var(--callout-icon-failure)}.callout[data-callout=bug]{--callout-icon:var(--callout-icon-bug)}.callout[data-callout=danger]{--callout-icon:var(--callout-icon-danger)}.callout[data-callout=example]{--color:#7a43b5;--border:#7a43b544;--bg:#7a43b510;--callout-icon:var(--callout-icon-example)}.callout[data-callout=quote]{--color:var(--secondary);--border:var(--lightgray);--callout-icon:var(--callout-icon-quote)}.callout.is-collapsed>.callout-title>.fold-callout-icon{transform:rotate(-90deg)}.callout.is-collapsed .callout-content>*{height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;transition:height .1s cubic-bezier(.02,.01,.47,1),margin .1s cubic-bezier(.02,.01,.47,1),padding .1s cubic-bezier(.02,.01,.47,1);overflow-y:clip}.callout.is-collapsed .callout-content>:first-child{margin-top:-1rem}.callout-title{color:var(--color);--icon-size:18px;align-items:flex-start;gap:5px;padding:1rem 0;display:flex}.callout-title .fold-callout-icon{opacity:.8;cursor:pointer;--callout-icon:var(--callout-icon-fold);transition:transform .15s}.callout-title>.callout-title-inner>p{color:var(--color);margin:0}.callout-title .callout-icon,.callout-title .fold-callout-icon{width:var(--icon-size);height:var(--icon-size);flex:0 0 var(--icon-size);background-size:var(--icon-size)var(--icon-size);background-position:50%;background-color:var(--color);-webkit-mask-image:var(--callout-icon);mask-image:var(--callout-icon);-webkit-mask-size:var(--icon-size)var(--icon-size);mask-size:var(--icon-size)var(--icon-size);padding:.2rem 0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.callout-title .callout-title-inner{font-weight:600}html{scroll-behavior:smooth;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;width:100vw;overflow-x:hidden}body{box-sizing:border-box;background-color:var(--light);font-family:var(--bodyFont);color:var(--darkgray);margin:0}.text-highlight{background-color:var(--textHighlight);border-radius:5px;padding:0 .1rem}::selection{background:color-mix(in srgb,var(--tertiary)60%,#fff0);color:var(--darkgray)}p,ul,text,a,tr,td,li,ol,ul,.katex,.math,.typst-doc,g[class~=typst-text]{color:var(--darkgray);fill:var(--darkgray);overflow-wrap:break-word;text-wrap:pretty}path[class~=typst-shape]{stroke:var(--darkgray)}.math.math-display{text-align:center}article>mjx-container.MathJax,article blockquote>div>mjx-container.MathJax{display:flex}article>mjx-container.MathJax>svg,article blockquote>div>mjx-container.MathJax>svg{margin-left:auto;margin-right:auto}article blockquote>div>mjx-container.MathJax>svg{margin-top:1rem;margin-bottom:1rem}strong{font-weight:600}a{color:var(--secondary);font-weight:600;text-decoration:none;transition:color .2s}a:hover{color:var(--tertiary)}a.internal{background-color:var(--highlight);border-radius:5px;padding:0 .1rem;line-height:1.4rem;text-decoration:none}a.internal.broken{color:var(--secondary);opacity:.5;transition:opacity .2s}a.internal.broken:hover{opacity:.8}a.internal:has(>img){background-color:#0000;border-radius:0;padding:0}a.internal.tag-link:before{content:"#"}a.external .external-icon{height:1ex;margin:0 .15em}a.external .external-icon>path{fill:var(--dark)}.flex-component{display:flex}.desktop-only{display:initial}.desktop-only.flex-component{display:flex}@media (max-width:800px){.desktop-only.flex-component,.desktop-only{display:none}}.mobile-only,.mobile-only.flex-component{display:none}@media (max-width:800px){.mobile-only.flex-component{display:flex}.mobile-only{display:initial}}.page{max-width:1500px;margin:0 auto}.page article>h1{font-size:2rem}.page article li:has(>input[type=checkbox]){padding-left:0;list-style-type:none}.page article li:has(>input[type=checkbox]:checked){text-decoration:line-through;-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}.page article li>*{margin-top:0;margin-bottom:0}.page article p>strong{color:var(--dark)}.page>#quartz-body{grid-template:"grid-sidebar-left grid-header grid-sidebar-right""grid-sidebar-left grid-center grid-sidebar-right""grid-sidebar-left grid-footer grid-sidebar-right"/320px auto 320px;gap:5px;display:grid}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body{grid-template:"grid-sidebar-left grid-header""grid-sidebar-left grid-center""grid-sidebar-left grid-sidebar-right""grid-sidebar-left grid-footer"/320px auto;gap:5px}}@media (max-width:800px){.page>#quartz-body{grid-template:"grid-sidebar-left""grid-header""grid-center""grid-sidebar-right""grid-footer"/auto;gap:5px}}@media not (min-width:1200px){.page>#quartz-body{padding:0 1rem}}@media (max-width:800px){.page>#quartz-body{margin:0 auto}}.page>#quartz-body .sidebar{box-sizing:border-box;gap:1.2rem;height:100vh;padding:6rem 2rem 2rem;display:flex;position:sticky;top:0}.page>#quartz-body .sidebar.left{z-index:1;flex-direction:column;grid-area:grid-sidebar-left}@media (max-width:800px){.page>#quartz-body .sidebar.left{position:initial;height:unset;flex-direction:row;align-items:center;gap:0;padding:2rem 0 0;display:flex}}.page>#quartz-body .sidebar.right{flex-direction:column;grid-area:grid-sidebar-right;margin-right:0}@media (max-width:800px){.page>#quartz-body .sidebar.right{margin-left:inherit;margin-right:inherit}}@media not (min-width:1200px){.page>#quartz-body .sidebar.right{position:initial;height:unset;flex-direction:row;width:100%;padding:0}.page>#quartz-body .sidebar.right>*{flex:1;max-height:24rem}.page>#quartz-body .sidebar.right>.toc{display:none}}.page>#quartz-body .page-header,.page>#quartz-body .page-footer{margin-top:1rem}.page>#quartz-body .page-header{grid-area:grid-header;margin:6rem 0 0}@media (max-width:800px){.page>#quartz-body .page-header{margin-top:0;padding:0}}.page>#quartz-body .center>article{grid-area:grid-center}.page>#quartz-body footer{grid-area:grid-footer}.page>#quartz-body .center,.page>#quartz-body footer{min-width:100%;max-width:100%;margin-left:auto;margin-right:auto}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body .center,.page>#quartz-body footer{margin-right:0}}@media (max-width:800px){.page>#quartz-body .center,.page>#quartz-body footer{margin-left:0;margin-right:0}}.page>#quartz-body footer{margin-left:0}.footnotes{border-top:1px solid var(--lightgray);margin-top:2rem}input[type=checkbox]{color:var(--secondary);border:1px solid var(--lightgray);background-color:var(--light);appearance:none;border-radius:3px;width:16px;height:16px;margin-inline:-1.4rem .2rem;position:relative;transform:translateY(2px)}input[type=checkbox]:checked{border-color:var(--secondary);background-color:var(--secondary)}input[type=checkbox]:checked:after{content:"";border:solid var(--light);border-width:0 2px 2px 0;width:4px;height:8px;display:block;position:absolute;top:1px;left:4px;transform:rotate(45deg)}blockquote{border-left:3px solid var(--secondary);margin:1rem 0;padding-left:1rem;transition:border-color .2s}h1,h2,h3,h4,h5,h6,thead{font-family:var(--headerFont);color:var(--dark);font-weight:revert;margin-bottom:0}article>h1>a[role=anchor],article>h2>a[role=anchor],article>h3>a[role=anchor],article>h4>a[role=anchor],article>h5>a[role=anchor],article>h6>a[role=anchor],article>thead>a[role=anchor]{color:var(--dark);background-color:#0000}h1[id]>a[href^=\#],h2[id]>a[href^=\#],h3[id]>a[href^=\#],h4[id]>a[href^=\#],h5[id]>a[href^=\#],h6[id]>a[href^=\#]{opacity:0;font-family:var(--codeFont);-webkit-user-select:none;user-select:none;margin:0 .5rem;transition:opacity .2s;transform:translateY(-.1rem)}h1[id]:hover>a,h2[id]:hover>a,h3[id]:hover>a,h4[id]:hover>a,h5[id]:hover>a,h6[id]:hover>a{opacity:1}h1:not([id])>a[role=anchor],h2:not([id])>a[role=anchor],h3:not([id])>a[role=anchor],h4:not([id])>a[role=anchor],h5:not([id])>a[role=anchor],h6:not([id])>a[role=anchor]{display:none}h1{margin-top:2.25rem;margin-bottom:1rem;font-size:1.75rem}h2{margin-top:1.9rem;margin-bottom:1rem;font-size:1.4rem}h3{margin-top:1.62rem;margin-bottom:1rem;font-size:1.12rem}h4,h5,h6{margin-top:1.5rem;margin-bottom:1rem;font-size:1rem}figure[data-rehype-pretty-code-figure]{margin:0;line-height:1.6rem;position:relative}figure[data-rehype-pretty-code-figure]>[data-rehype-pretty-code-title]{font-family:var(--codeFont);border:1px solid var(--lightgray);width:fit-content;color:var(--darkgray);border-radius:5px;margin-bottom:-.5rem;padding:.1rem .5rem;font-size:.9rem}figure[data-rehype-pretty-code-figure]>pre{padding:0}pre{font-family:var(--codeFont);border:1px solid var(--lightgray);border-radius:5px;padding:0 .5rem;position:relative;overflow-x:auto}pre:has(>code.mermaid){border:none}pre>code{counter-reset:line;counter-increment:line 0;background:0 0;padding:.5rem 0;font-size:.85rem;display:grid;overflow-x:auto}pre>code [data-highlighted-chars]{background-color:var(--highlight);border-radius:5px}pre>code>[data-line]{box-sizing:border-box;border-left:3px solid #0000;padding:0 .25rem}pre>code>[data-line][data-highlighted-line]{background-color:var(--highlight);border-left:3px solid var(--secondary)}pre>code>[data-line]:before{content:counter(line);counter-increment:line;text-align:right;color:#738a9499;width:1rem;margin-right:1rem;display:inline-block}pre>code[data-line-numbers-max-digits="2"]>[data-line]:before{width:2rem}pre>code[data-line-numbers-max-digits="3"]>[data-line]:before{width:3rem}code{color:var(--dark);font-size:.9em;font-family:var(--codeFont);background:var(--lightgray);border-radius:5px;padding:.1rem .2rem}tbody,li,p{line-height:1.6rem}.table-container{overflow-x:auto}.table-container>table{border-collapse:collapse;margin:1rem;padding:1.5rem}.table-container>table th,.table-container>table td{min-width:75px}.table-container>table>*{line-height:2rem}th{text-align:left;border-bottom:2px solid var(--gray);padding:.4rem .7rem}td{padding:.2rem .7rem}tr{border-bottom:1px solid var(--lightgray)}tr:last-child{border-bottom:none}img{content-visibility:auto;border-radius:5px;max-width:100%;margin:1rem 0}p>img+em{display:block;transform:translateY(-1rem)}hr{background-color:var(--lightgray);border:none;width:100%;height:1px;margin:2rem auto}audio,video{border-radius:5px;width:100%}.spacer{flex:2 auto}div:has(>.overflow){max-height:100%;overflow-y:hidden}ul.overflow,ol.overflow{content:"";clear:both;width:100%;max-height:100%;margin-bottom:0;overflow-y:auto}ul.overflow>li.overflow-end,ol.overflow>li.overflow-end{height:.5rem;margin:0}ul.overflow.gradient-active,ol.overflow.gradient-active{-webkit-mask-image:linear-gradient(#000 calc(100% - 50px),#0000 100%);mask-image:linear-gradient(#000 calc(100% - 50px),#0000 100%)}.transclude ul{padding-left:1rem}.katex-display{display:initial;overflow:auto hidden}.external-embed.youtube,iframe.pdf{aspect-ratio:16/9;border-radius:5px;width:100%;height:100%}.navigation-progress{background:var(--secondary);z-index:9999;width:0;height:3px;transition:width .2s;position:fixed;top:0;left:0}:root{--ww-paper:#fbfaf7;--ww-paper-soft:#f3f1ec;--ww-paper-soft-2:#f9f6f3;--ww-card:#fff;--ww-ink:#1b1624;--ww-ink-soft:#3e3f42;--ww-muted:#6b6d70;--ww-rule:#1416191a;--ww-rule-strong:#14161938;--ww-accent:#a1431d;--ww-accent-strong:#80350f;--ww-accent-soft:#a1431d14;--ww-secondary:#fd976d;--ww-tertiary:#fdd46b;--ww-accent-blue:#5dcdf1;--ww-accent-purple:#c9b1fb;--ww-accent-green:#79d287;--ww-radius-sm:8px;--ww-radius-md:14px;--ww-radius-lg:20px;--ww-radius-xl:24px;--ww-radius-pill:100px;--ww-shadow-card:0px 4px 16px -4px #1b16240f;--ww-shadow-card-hover:0px 12px 32px -8px #1b16241f;--ww-section-y:clamp(3.5rem,7vw,6rem);--ww-prose-measure:68ch;--ww-display:clamp(2.4rem,4.8vw,3.6rem);--ww-h1:clamp(2rem,3.5vw,2.6rem);--ww-h2:clamp(1.5rem,2.2vw,1.85rem);--ww-h3:1.25rem;--ww-kicker:.78rem;--ww-byline:.86rem;--course-bg:var(--ww-paper-soft);--course-bg-dark:#15171a;--course-surface:#fff;--course-surface-dark:#1c1e22;--course-border:var(--ww-rule);--course-accent:var(--ww-accent);--course-accent-soft:var(--ww-accent-soft);--course-accent-strong:var(--ww-accent-strong);--course-highlight:var(--ww-accent-soft)}:root[saved-theme=dark]{--ww-paper:#0e0f10;--ww-paper-soft:#16181b;--ww-paper-soft-2:#1a1c20;--ww-card:#1c1e22;--ww-ink:#ece9e3;--ww-ink-soft:#cfccc5;--ww-muted:#8d8b86;--ww-rule:#ece9e31a;--ww-rule-strong:#ece9e338;--ww-accent:#e07e58;--ww-accent-strong:#f29071;--ww-accent-soft:#e07e581f;--ww-secondary:#fd976d;--ww-tertiary:#fdd46b;--ww-accent-blue:#5dcdf1;--ww-accent-purple:#c9b1fb;--ww-accent-green:#79d287;--ww-shadow-card:0px 4px 16px -4px #0000004d;--ww-shadow-card-hover:0px 12px 32px -8px #00000080}body{background:var(--ww-paper);color:var(--ww-ink-soft);font-feature-settings:"kern","liga","calt";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Noto Sans TC,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}h1,h2,h3,h4,h5,h6{color:var(--ww-ink);letter-spacing:-.01em;font-family:Noto Serif TC,"Source Serif 4",EB Garamond,Iowan Old Style,Apple Garamond,Georgia,Times New Roman,serif;font-weight:600;line-height:1.2}h1{font-size:var(--ww-h1)}h2{font-size:var(--ww-h2)}h3{font-size:var(--ww-h3)}article{color:var(--ww-ink-soft);font-size:1.05rem;line-height:1.78}article p,article ul,article ol,article blockquote,article h1,article h2,article h3,article h4{max-width:var(--ww-prose-measure);margin-left:auto;margin-right:auto}article h2{margin-top:2.6em;margin-bottom:.6em}article h3{margin-top:2em;margin-bottom:.4em}article>p:first-of-type:first-letter{font-family:var(--headerFont);float:left;color:var(--ww-ink);padding:.08em .12em 0 0;font-size:3.6em;font-weight:600;line-height:.9}article blockquote{border-left:3px solid var(--ww-accent);color:var(--ww-ink);background:0 0;margin:1.8em auto;padding:.4em 0 .4em 1.2em;font-style:italic}article blockquote p{margin:0}a{color:var(--ww-ink);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--ww-rule-strong);text-decoration-color:var(--ww-rule-strong);transition:color .15s,text-decoration-color .15s}a:hover{color:var(--ww-accent);-webkit-text-decoration-color:var(--ww-accent);text-decoration-color:var(--ww-accent)}a.internal{background-color:#0000;border-radius:0;padding:0}a.internal:hover{background-color:#0000}code{font-family:var(--codeFont);background:var(--ww-paper-soft);border:1px solid var(--ww-rule);border-radius:var(--ww-radius-sm);padding:.08em .36em;font-size:.92em}pre code{background:0 0;border:none;padding:0}pre{border:1px solid var(--ww-rule);border-radius:var(--ww-radius-md);background:var(--ww-paper-soft);max-width:var(--ww-prose-measure);margin-left:auto;margin-right:auto;padding:1em 1.2em;overflow-x:auto}table{max-width:var(--ww-prose-measure);border-collapse:collapse;margin:1.4em auto;font-size:.95em}th,td{border-bottom:1px solid var(--ww-rule);text-align:left;padding:.55em .8em}th{font-family:var(--headerFont);color:var(--ww-ink);font-weight:600}hr{border:none;border-top:1px solid var(--ww-rule);max-width:var(--ww-prose-measure);margin:2.4em auto}.katex-display{margin:1.4em auto}.page{max-width:72rem;padding:0}.page>#quartz-body{grid-template:"grid-header""grid-center""grid-sidebar-right""grid-footer"/minmax(0,1fr);gap:12px 0}.page>#quartz-body:not(:has(>.right.sidebar>*)){grid-template-rows:auto auto auto;grid-template-areas:"grid-header""grid-center""grid-footer"}@media (min-width:1200px){.page>#quartz-body:has(>.right.sidebar>*){grid-template:"grid-header grid-sidebar-right""grid-center grid-sidebar-right""grid-footer grid-sidebar-right"/minmax(0,1fr) 280px;column-gap:36px}}.page>#quartz-body>.left.sidebar{display:none!important}.page>#quartz-body>.right.sidebar:not(:has(*)){display:none}body:not([data-slug=index]) .page-header{margin:2rem 0 0}body:not([data-slug=index]) .page-header .popover-hint{max-width:var(--ww-prose-measure);margin:0 auto 1.2rem}body:not([data-slug=index]) .center>article.popover-hint:not(.course-landing){box-shadow:none;background:0 0;border:none;border-radius:0;margin:0 auto 3rem;padding:0}body:not([data-slug=index]) .center>article.popover-hint:not(.course-landing) h2:before{content:none}body:not([data-slug=index]) .center>.popover-hint{max-width:var(--ww-prose-measure);margin:0 auto 2.4rem}body:not([data-slug=index]) .center>.popover-hint>article{box-shadow:none;background:0 0;border:none;border-radius:0;padding:0}body:not([data-slug=index]) .center>.popover-hint>.page-listing{box-shadow:none;background:0 0;border:none;border-radius:0;margin-top:1.4rem;padding:0}body[data-slug=index] .page{background:var(--ww-paper)}body[data-slug=index] .page>#quartz-body .page-header{margin:0}body[data-slug=index] .center>article.popover-hint,body[data-slug=index] .center>hr,body[data-slug=index] .center>.page-footer{display:none}.ww-card{background:var(--ww-card);border-radius:var(--ww-radius-md);border:1px solid var(--ww-rule);box-shadow:none;color:var(--ww-ink-soft);padding:1.4rem 1.5rem;transition:border-color .15s}.ww-card:hover{border-color:var(--ww-rule-strong)}.ww-card h2,.ww-card h3{color:var(--ww-ink);margin-top:0}.ww-card p,.ww-card li{color:var(--ww-muted)}.ww-card+.ww-card{margin-top:16px}.ww-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.ww-cta-inline{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.ww-cta-inline a{border-radius:var(--ww-radius-sm);border:1px solid var(--ww-rule-strong);color:var(--ww-ink);background:0 0;align-items:center;padding:.55rem 1rem;font-size:.92rem;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.ww-cta-inline a:hover{border-color:var(--ww-accent);color:var(--ww-accent);background:0 0}.ww-home section{max-width:72rem;margin:32px auto;padding:12px 20px}.ww-home h2{font-size:var(--ww-h2);margin:0 0 12px}article.course-landing{border-radius:var(--ww-radius-lg);background:var(--ww-card);border:1px solid var(--ww-rule);max-width:80rem;box-shadow:none;margin:2rem auto 3rem;padding:2.6rem 2.8rem}article.course-landing h1{font-size:var(--ww-display);letter-spacing:-.02em;line-height:1.1}article.course-landing h2{margin-top:2.6rem}article.course-landing h2:before{content:none}article.course-landing>blockquote:first-of-type{border-radius:var(--ww-radius-md);border-left:3px solid var(--ww-accent);background:var(--ww-accent-soft);margin-top:.4rem;padding:1.4rem 1.4rem 1.2rem}.course-cta-buttons{flex-wrap:wrap;gap:12px;margin:1.6rem 0 2rem;display:flex}.course-cta-buttons a{border-radius:var(--ww-radius-sm);border:1px solid #0000;justify-content:center;align-items:center;padding:.75rem 1.4rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.course-cta-primary{background:var(--ww-accent);color:var(--ww-paper);box-shadow:none}.course-cta-primary:hover{background:var(--ww-accent-strong)}.course-cta-secondary{border-color:var(--ww-rule-strong);color:var(--ww-ink);background:0 0}.course-cta-secondary:hover{border-color:var(--ww-accent);color:var(--ww-accent)}article.course-landing p{max-width:var(--ww-prose-measure)}article.course-landing>hr{max-width:100%}article.course-landing h3{margin-top:1.6rem}article.course-landing ul{padding-left:1.2rem}.recent-notes{margin-top:2.6rem}.recent-notes>h3{font-family:var(--headerFont);font-size:var(--ww-kicker);letter-spacing:.18em;text-transform:uppercase;color:var(--ww-muted);margin:0 0 1.2rem}.recent-notes>ul.recent-ul{flex-direction:column;grid-template-columns:none;gap:0;margin-top:0;padding-left:0;list-style:none;display:flex}.recent-notes>ul.recent-ul>li.recent-li{border-top:1px solid var(--ww-rule)}.recent-notes>ul.recent-ul>li.recent-li:last-child{border-bottom:1px solid var(--ww-rule)}.recent-notes>ul.recent-ul>li.recent-li .section{box-shadow:none;background:0 0;border:none;border-radius:0;grid-template-columns:1fr auto;align-items:baseline;gap:.4rem 1rem;padding:1.2rem 0;transition:background .15s,padding .15s;display:grid}.recent-notes>ul.recent-ul>li.recent-li .section:hover{background:var(--ww-accent-soft);border-color:#0000;padding:1.2rem .6rem;transform:none}.recent-notes .section>.desc{grid-column:1}.recent-notes .section>.desc>h3{font-family:var(--headerFont);margin:0 0 .2rem;font-size:1.15rem;font-weight:500}.recent-notes .section>.desc>h3>a{color:var(--ww-ink);background-color:#0000;text-decoration:none}.recent-notes .section>.desc>h3>a:hover{color:var(--ww-accent)}.recent-notes .section>.meta{opacity:1;color:var(--ww-muted);font-size:var(--ww-byline);white-space:nowrap;grid-area:1/2;margin:0}.recent-notes .section>.desc>p{color:var(--ww-muted);margin:.2rem 0 0;font-size:.95rem;line-height:1.5}.recent-notes .section>.tags{flex-wrap:wrap;grid-column:1/-1;gap:6px;margin:.4rem 0 0;padding:0;list-style:none;display:flex}.recent-notes .section>.tags .tag-link{border:1px solid var(--ww-rule);border-radius:var(--ww-radius-sm);color:var(--ww-muted);font-size:.74rem;font-family:var(--headerFont);background:0 0;padding:.05rem .5rem}.right.sidebar>*{font-size:.88rem}.right.sidebar h3{font-family:var(--headerFont);font-size:var(--ww-kicker);letter-spacing:.16em;text-transform:uppercase;color:var(--ww-muted)}:root{--light:#fbfaf7;--lightgray:#ece9e3;--gray:#9a9a98;--darkgray:#3e3f42;--dark:#15171a;--secondary:#a1431d;--tertiary:#c1644a;--highlight:#a1431d1a;--textHighlight:#fff23688;--titleFont:"Noto Serif TC",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--headerFont:"Noto Serif TC",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--bodyFont:"Noto Sans TC",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--codeFont:"JetBrains Mono",ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace}:root[saved-theme=dark]{--light:#0e0f10;--lightgray:#2a2b2d;--gray:#6b6d70;--darkgray:#cfccc5;--dark:#ece9e3;--secondary:#e07e58;--tertiary:#d18a6c;--highlight:#e07e5826;--textHighlight:#b3aa0288}