*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}:root{--bg: #0d1117;--surface: #161b22;--surface2: #1c2333;--surface3: #21262d;--border: #30363d;--border-light: #21262d;--text: #e6edf3;--text-muted: #8b949e;--text-dim: #7a8490;--accent: #58a6ff;--accent2: #3fb950;--accent3: #bc8cff;--accent4: #d29922;--yellow: #d29922;--red: #f85149;--sidebar-w: 230px;--right-toc-w: 200px;--topbar-h: 68px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 4px rgba(0, 0, 0, .18);--shadow-md: 0 4px 16px rgba(0, 0, 0, .28)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:18.5px;background:var(--bg);color:var(--text);line-height:1.8;letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:2.5em;font-weight:900;margin-bottom:.5rem;letter-spacing:-.04em;background:linear-gradient(135deg,var(--accent),var(--accent3));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{color:var(--accent);margin:2.5rem 0 1.2rem;padding-bottom:.6rem;border-bottom:1px solid var(--border);font-size:1.75em;font-weight:700;letter-spacing:-.03em}h3{color:var(--accent3);margin:1.75rem 0 .75rem;font-size:1.35em;font-weight:600;letter-spacing:-.02em}h4{color:var(--accent4);margin:1.25rem 0 .6rem;font-size:1.15em;font-weight:600}h5{color:var(--text-muted);margin:.8rem 0 .4rem;text-transform:uppercase;font-size:.82em;letter-spacing:.07em;font-weight:700}p{margin-bottom:1rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}ol,ul{padding-left:1.5rem}li{margin:.25rem 0}code{background:var(--surface2);padding:2px 6px;border-radius:4px;font-size:.88em;color:var(--accent3);font-family:SF Mono,Fira Code,Consolas,monospace}pre{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;overflow-x:auto;margin:1rem 0;font-size:.87em;line-height:1.6}pre code{background:none;padding:0;color:var(--text)}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse;margin:1rem 0}td,th{padding:.55rem .8rem;border:1px solid var(--border);text-align:left;font-size:.92em}th{background:var(--surface2);color:var(--accent);font-weight:600}tr:nth-child(2n){background:var(--surface)}.badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.78em;font-weight:600}.badge-green{background:#1a3a2a;color:var(--accent2)}.badge-blue{background:#152238;color:var(--accent)}.badge-purple{background:#231533;color:var(--accent3)}.badge-orange{background:#2a1f0f;color:var(--accent4)}.badge-red{background:#2a1111;color:var(--red)}html[data-theme=light] .badge-green{background:#d1f5d8}html[data-theme=light] .badge-blue{background:#dbeafe}html[data-theme=light] .badge-purple{background:#ede9fe}html[data-theme=light] .badge-orange{background:#fef3c7}html[data-theme=light] .badge-red{background:#fee2e2}.topic-tag{background:var(--surface2);color:var(--text-dim);font-size:.72em;padding:2px 7px;border-radius:10px;display:inline-block;white-space:nowrap}.callout{border-left:4px solid var(--yellow);background:#1a1a0f;padding:1rem;margin:1rem 0;border-radius:0 var(--radius-md) var(--radius-md) 0}.callout-info{border-left-color:var(--accent);background:#0f1a2a}.callout-success{border-left-color:var(--accent2);background:#0f1a0f}.callout-danger{border-left-color:var(--red);background:#1a0f0f}.callout-icon{font-size:1.1em;margin-bottom:.4rem;display:block}html[data-theme=light] .callout{background:#fffbeb}html[data-theme=light] .callout-info{background:#eff6ff}html[data-theme=light] .callout-success{background:#f0fdf4}html[data-theme=light] .callout-danger{background:#fef2f2}.toc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;margin:1.5rem 0}.toc ol{padding-left:1.5rem}.toc li{margin:.3rem 0}.toc a{color:var(--text-muted)}.toc a:hover{color:var(--accent)}.sep{border:none;border-top:1px solid var(--border);margin:2rem 0}.subtitle{color:var(--text-muted);margin-bottom:.7rem;font-size:1.15em;line-height:1.6}.last-updated{color:var(--text-muted);font-size:.82em;margin-bottom:2rem;opacity:.7;font-style:italic}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0}#topbar{position:fixed;top:0;left:0;right:0;height:var(--topbar-h);background:var(--surface);border-bottom:none;display:flex;align-items:center;justify-content:center;z-index:100;backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--border),0 2px 16px #0000002e}#topbar-inner{display:flex;align-items:center;gap:1rem;padding:0 1.5rem;width:100%;max-width:1400px}#topbar-inner #search-wrap{flex:1;display:flex;justify-content:center}#topbar-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.page-breadcrumb{display:flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.85em;margin-bottom:1rem}.page-breadcrumb a{color:var(--accent);text-decoration:none}.page-breadcrumb a:hover{text-decoration:underline}#topbar .logo,#topbar #menu-btn,#topbar #theme-picker-wrap{flex-shrink:0}#search-wrap{flex:1;min-width:0}#topbar .logo{display:flex;align-items:center;gap:.6rem;white-space:nowrap;flex-shrink:0;text-decoration:none;transition:opacity .15s}#topbar .logo:hover{opacity:.85;text-decoration:none}.logo-icon{flex-shrink:0}.logo-text{font-weight:800;font-size:1.1em;letter-spacing:-.03em;background:linear-gradient(135deg,var(--accent),var(--accent3));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#search-wrap{flex:1;max-width:520px;position:relative;order:5}#search-input{width:100%;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-md);padding:.5rem .85rem .5rem 2.4rem;color:var(--text);font-size:.9em;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit}#search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #58a6ff1a}#search-input::placeholder{color:var(--text-dim)}#search-icon{position:absolute;left:.6rem;top:50%;transform:translateY(-50%);color:var(--text-dim);pointer-events:none}#search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);max-height:360px;overflow-y:auto;z-index:200;display:none;box-shadow:0 8px 24px #0006}#search-results.visible{display:block}.search-result{padding:.6rem .9rem;cursor:pointer;border-bottom:1px solid var(--border-light);transition:background .1s}.search-result:last-child{border-bottom:none}.search-result:hover,.search-result.active{background:var(--surface2)}.search-result .res-title{font-weight:600;font-size:.9em;color:var(--text)}.search-result .res-module{font-size:.78em;color:var(--accent);margin-bottom:.2rem}.search-result .res-excerpt{font-size:.82em;color:var(--text-muted)}#reading-bar{position:fixed;top:0;left:0;right:0;height:3px;z-index:200;background:transparent;pointer-events:none}#reading-bar-fill{height:100%;width:0%;background:linear-gradient(to right,var(--accent),var(--accent3));transition:width .1s linear,opacity .3s ease;opacity:0}#reading-bar.active #reading-bar-fill{opacity:1}#theme-picker-wrap{position:relative;flex-shrink:0}#theme-toggle{background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;padding:.45rem;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:color .15s,border-color .15s,background .15s}#theme-toggle:hover{color:var(--accent);border-color:var(--accent);background:var(--surface2)}#theme-dropdown{display:none;position:absolute;top:calc(100% + 6px);right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.4rem;min-width:160px;z-index:300;box-shadow:0 8px 24px #0006}#theme-dropdown.visible{display:block}.theme-option{display:flex;align-items:center;gap:.6rem;padding:.45rem .65rem;border-radius:var(--radius-sm);cursor:pointer;font-size:.85em;color:var(--text-muted);transition:background .1s,color .1s}.theme-option:hover{background:var(--surface2);color:var(--text)}.theme-option.active{color:var(--accent);font-weight:600}.theme-swatch{width:16px;height:16px;border-radius:50%;border:2px solid;flex-shrink:0}.theme-section-label{font-size:.68em;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);padding:.4rem .65rem .15rem;font-weight:700}.theme-section-divider{height:1px;background:var(--border);margin:.3rem .4rem}#menu-btn{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.4rem;border-radius:var(--radius-sm)}#menu-btn:hover{background:var(--surface2)}#app{display:grid;grid-template-columns:var(--sidebar-w) 1fr var(--right-toc-w);max-width:1400px;margin:0 auto;padding-top:var(--topbar-h);min-height:100vh}#sidebar{position:sticky;top:var(--topbar-h);height:calc(100vh - var(--topbar-h));border-right:1px solid var(--border);overflow-y:auto;z-index:50;transition:transform .25s ease;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:var(--border) transparent}#sidebar::-webkit-scrollbar{width:4px}#sidebar::-webkit-scrollbar-track{background:transparent}#sidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}#sidebar::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}.sidebar-header{padding:.9rem .75rem .5rem;flex-shrink:0}.sidebar-section-label{font-size:.7em;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.4rem}#sidebar-modules{flex:1;overflow-y:auto}.sidebar-footer{padding:1rem;border-top:1px solid var(--border);flex-shrink:0}#app.no-right-toc{grid-template-columns:var(--sidebar-w) 1fr}#sidebar-nav{padding:.5rem 0}.sb-link{display:flex;align-items:center;gap:.5rem;padding:.3rem .75rem;font-size:.8em;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .1s,background .1s;border-radius:4px;margin:1px .4rem}.sb-link:hover{color:var(--text);background:var(--surface2);text-decoration:none}.sb-link.active{color:var(--accent);background:#58a6ff14}.sb-top{margin-bottom:.25rem}.sb-icon{flex-shrink:0;opacity:.5}.sb-link.active .sb-icon{opacity:1}.sb-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-chevron{color:var(--text-muted);font-size:.85em;transition:transform .15s,background .15s,color .15s;flex-shrink:0;padding:.35rem .45rem;margin:-.35rem -.2rem;border-radius:4px;cursor:pointer;line-height:1}.sb-chevron:hover{background:var(--surface3);color:var(--accent)}.sb-group{margin-top:.25rem}.sb-group-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.3rem .75rem;margin:1px .4rem;font-size:.8em;font-weight:600;color:var(--text-muted);background:none;border:none;border-radius:4px;cursor:pointer;font-family:inherit;text-align:left;transition:color .1s,background .1s}.sb-group-toggle:hover{color:var(--text);background:var(--surface2)}.sb-group-toggle .sb-icon{opacity:.5}.sb-group-toggle span:not(.sb-chevron):not(.sb-icon){flex:1}.sb-group-toggle.open>.sb-chevron{transform:rotate(90deg)}.sb-children{display:none}.sb-children.open{display:block}.sb-group>.sb-children{padding-left:.5rem}.sb-subgroup{margin-top:.15rem}.sb-subgroup-toggle{display:flex;align-items:center;gap:.4rem;width:100%;padding:.25rem .75rem;margin:1px .4rem;font-size:.7em;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);background:none;border:none;cursor:pointer;font-family:inherit;text-align:left}.sb-subgroup-toggle:hover{color:var(--text-muted)}.sb-subgroup-toggle span:not(.sb-chevron){flex:1}.sb-subgroup-toggle .sb-chevron{font-size:.8em}.sb-subgroup-toggle.open>.sb-chevron{transform:rotate(90deg)}.sb-subgroup>.sb-children{padding-left:.25rem}.sb-module-link{padding-left:.6rem}.sb-num{width:18px;height:18px;border-radius:50%;background:var(--surface2);color:var(--text-muted);font-size:.65em;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sb-link.active .sb-num{background:var(--accent);color:var(--bg)}.sb-ref-link{padding-left:.6rem;font-size:.78em}.sidebar-module-legacy{padding:.15rem 0}.module-header{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;cursor:pointer;transition:background .1s;user-select:none;text-decoration:none!important;text-decoration:none;color:inherit}.module-header:hover{background:var(--surface2)}.module-header.active{background:var(--surface2);color:var(--accent)}.module-header.active .module-title{color:var(--accent)}.module-num{width:20px;height:20px;border-radius:50%;background:var(--surface2);color:var(--text-muted);font-size:.68em;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s}.module-header.active .module-num,.module-header.has-progress .module-num{background:var(--accent);color:var(--bg)}.module-title{font-size:.8em;font-weight:600;color:var(--text);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.module-chevron{color:var(--text-dim);font-size:.75em;transition:transform .2s}.module-header.open .module-chevron{transform:rotate(90deg)}.module-sections{display:none;padding-bottom:.25rem}.module-sections.open{display:block}.section-link{display:block;padding:.2rem .75rem .2rem 2.25rem;font-size:.75em;color:var(--text-muted);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .1s,background .1s;border-left:2px solid transparent;margin-left:1px;text-decoration:none}.section-link:hover{color:var(--accent);background:var(--surface2);text-decoration:none}.section-link.active{color:var(--accent);border-left-color:var(--accent);background:#58a6ff0d}.sidebar-divider{border:none;border-top:1px solid var(--border);margin:.5rem 0}.progress-bar-wrap{padding:.3rem 1rem 0;display:flex;align-items:center;gap:.5rem}.progress-bar-bg{flex:1;height:3px;background:var(--surface2);border-radius:2px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--accent2);border-radius:2px;transition:width .3s ease}.progress-label{font-size:.7em;color:var(--text-dim);white-space:nowrap}.reading-time{font-size:.68em;color:var(--text-dim);white-space:nowrap;opacity:.75;margin-left:auto}#sidebar-resize{display:none}#main{min-width:0}#content-area{padding:2rem 2.5rem 5rem}#content-area img,#content-area svg{max-width:100%;height:auto;display:block;margin:1.5rem auto;border-radius:var(--radius-md)}#content-area p{overflow-x:auto;-webkit-overflow-scrolling:touch}#right-toc{position:sticky;top:var(--topbar-h);height:calc(100vh - var(--topbar-h));padding:1.5rem 1rem 2rem .75rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border) transparent}#right-toc::-webkit-scrollbar{width:4px}#right-toc::-webkit-scrollbar-track{background:transparent}#right-toc::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.right-toc-header{font-size:.7em;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.75rem;padding-left:.5rem}#right-toc-nav{display:flex;flex-direction:column;border-left:1px solid var(--border)}#right-toc-nav a{display:block;padding:.25rem .5rem .25rem .75rem;font-size:.75em;line-height:1.4;color:var(--text-muted);text-decoration:none;border-left:2px solid transparent;margin-left:-1px;transition:color .15s,border-color .15s}#right-toc-nav a:hover{color:var(--text)}#right-toc-nav a.active{color:var(--accent);border-left-color:var(--accent)}#right-toc-nav a.toc-h1{font-weight:700;font-size:.78em;color:var(--text);margin-bottom:.15rem}#right-toc-nav a.toc-h3{padding-left:1.25rem;font-size:.7em}#right-toc:empty,#right-toc-nav:empty{display:none}.layout-fullwidth{padding-top:var(--topbar-h);min-height:100vh}.fullwidth-main{width:100%}#content-area table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.module-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;margin:2rem 0}.module-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s;text-decoration:none;display:block;color:inherit}.module-card:hover{border-color:var(--card-color, var(--accent));transform:translateY(-3px);box-shadow:0 4px 16px #58a6ff1f;text-decoration:none}.module-card .card-num{font-size:.75em;color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.module-card .card-title{font-weight:900;font-size:1.2em;margin-bottom:.65rem;color:var(--text);letter-spacing:-.02em;line-height:1.3}.module-card .card-desc{font-size:.9em;color:var(--text-muted);line-height:1.65}.module-card .card-topics{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.4rem}.news-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1.5rem;transition:border-color .2s,transform .2s,box-shadow .2s;text-decoration:none;display:block;color:inherit}.news-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 16px #58a6ff1a;text-decoration:none}.news-card-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem;flex-wrap:wrap}.news-card-source{font-size:.73em;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.04em}.news-card-date{font-size:.73em;color:var(--text-dim)}.news-card-title{font-weight:700;font-size:1em;color:var(--text);margin-bottom:.5rem;line-height:1.4;letter-spacing:-.01em}.news-card-summary{font-size:.86em;color:var(--text-muted);line-height:1.6}.news-tag{font-size:.7em;padding:1px 6px;border-radius:var(--radius-sm);background:var(--surface2);color:var(--text-dim);display:inline-block}.news-highlight-card{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:var(--radius-md);padding:1.25rem 1.4rem;margin-bottom:1rem}.news-highlight-label{font-size:.7em;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:700;margin-bottom:.4rem}.news-highlight-title{font-size:1.05em;font-weight:700;color:var(--text);margin-bottom:.5rem;letter-spacing:-.02em}.news-highlight-summary{font-size:.85em;color:var(--text-muted);line-height:1.6}.pagination{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:2rem 0;flex-wrap:wrap}.news-page-num{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;font-size:.85em;color:var(--text-muted);transition:border-color .15s,color .15s,background .15s;text-decoration:none}.news-page-num:hover{border-color:var(--accent);color:var(--accent);text-decoration:none}.news-page-num.active{background:var(--accent);color:var(--bg);border-color:var(--accent);font-weight:600}.pagination-btn{padding:0 .75rem;height:36px;display:flex;align-items:center;gap:.35rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;font-size:.85em;color:var(--text-muted);transition:border-color .15s,color .15s;text-decoration:none;white-space:nowrap}.pagination-btn:hover{border-color:var(--accent);color:var(--accent);text-decoration:none}.pagination-btn:disabled,.pagination-btn[aria-disabled=true]{opacity:.4;cursor:not-allowed;pointer-events:none}.filter-toggle-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;padding:.1rem 0;cursor:pointer;font-family:inherit;font-size:.78em;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-dim);width:100%}.filter-toggle-btn:hover{color:var(--text-muted)}.filter-count-badge{background:var(--accent);color:var(--bg);border-radius:10px;padding:0 .45rem;font-size:.85em;font-weight:700;line-height:1.6;display:none}.filter-chevron{margin-left:auto;transition:transform .2s ease;flex-shrink:0}.filter-chevron.rotated{transform:rotate(-90deg)}.filter-body{overflow:hidden;transition:max-height .25s ease,opacity .2s ease;max-height:200px;opacity:1}.filter-body.collapsed{max-height:0;opacity:0}.card-share-btn{margin-left:auto;background:none;border:none;cursor:pointer;color:var(--text-dim);padding:.1rem .25rem;border-radius:4px;display:flex;align-items:center;opacity:0;transition:opacity .15s,color .15s;flex-shrink:0}.news-card:hover .card-share-btn,.research-card:hover .card-share-btn{opacity:1}.card-share-btn:hover{color:var(--accent)}.share-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(8px);background:var(--surface2);border:1px solid var(--border);color:var(--text);padding:.5rem 1.25rem;border-radius:var(--radius-md);font-size:.85em;font-weight:500;pointer-events:none;opacity:0;transition:opacity .2s,transform .2s;z-index:9999}.share-toast.visible{opacity:1;transform:translate(-50%) translateY(0)}.quiz-section{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--border)}.quiz-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.quiz-header h2{border:none;margin:0;padding:0;font-size:1.3em}.quiz-subtitle{color:var(--text-muted);font-size:.9em;margin-bottom:1.5rem}.quiz-question{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;margin-bottom:1rem}.quiz-q-number{font-size:.75em;color:var(--accent);text-transform:uppercase;letter-spacing:.06em;font-weight:700;margin-bottom:.5rem}.quiz-q-text{font-size:1.05em;font-weight:600;margin-bottom:1rem;line-height:1.5}.quiz-options{display:flex;flex-direction:column;gap:.5rem}.quiz-option{display:flex;align-items:center;gap:.7rem;padding:.65rem .9rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .15s,background .15s;font-size:.92em}.quiz-option:hover{border-color:var(--accent);background:var(--surface3)}.quiz-option.selected{border-color:var(--accent);background:#58a6ff1a}.quiz-option.correct{border-color:var(--accent2);background:#3fb9501f}.quiz-option.incorrect{border-color:var(--red);background:#f851491a;opacity:.7}.quiz-option.correct-reveal{border-color:var(--accent2);background:#3fb9501f}.quiz-radio{width:16px;height:16px;border-radius:50%;border:2px solid var(--text-dim);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .15s}.quiz-option.selected .quiz-radio{border-color:var(--accent)}.quiz-option.selected .quiz-radio:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent)}.quiz-option.correct .quiz-radio{border-color:var(--accent2);background:var(--accent2)}.quiz-option.correct .quiz-radio:after{content:"✓";color:#0d1117;font-size:10px;font-weight:700;width:auto;height:auto;border-radius:0;background:none}.quiz-option.incorrect .quiz-radio{border-color:var(--red)}.quiz-option.incorrect .quiz-radio:after{content:"✗";color:var(--red);font-size:10px;font-weight:700;width:auto;height:auto;border-radius:0;background:none}.quiz-option.disabled{pointer-events:none}.quiz-explanation{margin-top:.75rem;padding:.75rem .9rem;background:#3fb9500f;border-left:3px solid var(--accent2);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.88em;color:var(--text-muted);line-height:1.5;display:none}.quiz-explanation.visible{display:block}.quiz-actions{display:flex;gap:.7rem;margin-top:1rem}.quiz-btn{background:var(--accent);color:#0d1117;border:none;border-radius:var(--radius-sm);padding:.55rem 1.2rem;font-size:.88em;font-weight:600;cursor:pointer;transition:opacity .15s;font-family:inherit}.quiz-btn:hover{opacity:.85}.quiz-btn:disabled{opacity:.4;cursor:not-allowed}.quiz-btn-secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.quiz-btn-secondary:hover{border-color:var(--accent);opacity:1}.quiz-score{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;text-align:center;margin-top:1.5rem}.quiz-score-number{font-size:2.5em;font-weight:700;margin-bottom:.3rem}.quiz-score-number.pass{color:var(--accent2)}.quiz-score-number.fail{color:var(--accent4)}.quiz-score-label{color:var(--text-muted);font-size:.9em;margin-bottom:1rem}.quiz-score-bar{height:8px;background:var(--surface2);border-radius:4px;overflow:hidden;margin-bottom:1rem}.quiz-score-fill{height:100%;border-radius:4px;transition:width .5s ease}.quiz-score-fill.pass{background:var(--accent2)}.quiz-score-fill.fail{background:var(--accent4)}.flashcard-wrap{perspective:1000px;margin:1.5rem auto;max-width:600px}.flashcard{position:relative;transform-style:preserve-3d;transition:transform .5s;cursor:pointer;height:260px}.flashcard.flipped{transform:rotateY(180deg)}.flashcard-front,.flashcard-back{position:absolute;inset:0;backface-visibility:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.flashcard-back{transform:rotateY(180deg)}.flashcard-label{font-size:.72em;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.75rem}.flashcard-term{font-size:1.4em;font-weight:700;color:var(--text);line-height:1.3}.flashcard-definition{font-size:1em;color:var(--text-muted);line-height:1.6}.flashcard-actions{display:flex;gap:.75rem;margin-top:1rem;justify-content:center;flex-wrap:wrap}.flashcard-btn{background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius-sm);padding:.5rem 1.1rem;font-size:.88em;cursor:pointer;transition:border-color .15s,color .15s;font-family:inherit}.flashcard-btn:hover{border-color:var(--accent);color:var(--accent)}.flashcard-counter{text-align:center;font-size:.8em;color:var(--text-dim);margin-bottom:.5rem}.flashcard-filters{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.flashcard-filter-btn{background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);border-radius:20px;padding:.3rem .8rem;font-size:.8em;cursor:pointer;transition:all .15s;font-family:inherit}.flashcard-filter-btn:hover{border-color:var(--accent);color:var(--accent)}.flashcard-filter-btn.active{background:var(--accent);color:var(--bg);border-color:var(--accent)}.home-hero{padding:4rem 2rem 2rem;text-align:center;max-width:860px;margin:0 auto}.home-hero h1{font-size:3.2em;margin-bottom:.75rem}.home-hero .hero-subtitle{font-size:1.15em;color:var(--text-muted);max-width:560px;margin:0 auto 2rem;line-height:1.6}.gateway-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;padding:0 3rem 2rem;max-width:1400px;margin:0 auto}.gateway-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s,transform .2s,box-shadow .2s;cursor:pointer;position:relative;overflow:hidden}.gateway-card:hover{border-color:var(--card-accent, var(--accent));transform:translateY(-4px);box-shadow:0 8px 24px #0003;text-decoration:none}.gateway-card-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--surface2);display:flex;align-items:center;justify-content:center;color:var(--card-accent, var(--accent));margin-bottom:.25rem}.gateway-card-title{font-size:1.3em;font-weight:900;color:var(--text);letter-spacing:-.02em;line-height:1.2}.gateway-card-desc{font-size:.9em;color:var(--text-muted);line-height:1.6;flex:1}.gateway-card-stat{font-size:.8em;color:var(--text-dim);display:flex;align-items:center;gap:.4rem;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--border)}.gateway-card-stat strong{color:var(--card-accent, var(--accent));font-weight:700}.gateway-card-cta{display:inline-flex;align-items:center;gap:.35rem;font-size:.82em;font-weight:600;color:var(--card-accent, var(--accent));margin-top:.5rem}.gateway-card.coming-soon{opacity:.65;cursor:default}.gateway-card.coming-soon:hover{transform:none;border-color:var(--border);box-shadow:none}.coming-soon-badge{position:absolute;top:1rem;right:1rem;background:var(--surface2);border:1px solid var(--border);color:var(--text-dim);font-size:.68em;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 8px;border-radius:var(--radius-sm)}#site-footer{background:var(--surface);border-top:1px solid var(--border);margin-top:auto}.footer-inner{max-width:1400px;margin:0 auto;padding:2.5rem 3rem;display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center}.footer-brand{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.footer-logo{font-weight:800;font-size:1em;letter-spacing:-.02em;background:linear-gradient(135deg,var(--accent),var(--accent3));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-by{font-size:.85em;color:var(--text-dim)}.footer-by a{color:var(--text-muted);transition:color .15s}.footer-by a:hover{color:var(--accent);text-decoration:none}.footer-links{display:flex;gap:.75rem;align-items:center}.footer-links a{font-size:.82em;color:var(--text-dim);transition:color .15s}.footer-links a:hover{color:var(--accent);text-decoration:none}.footer-sep{color:var(--border);font-size:.82em}.footer-note{font-size:.78em;color:var(--text-dim);max-width:540px;line-height:1.6}.footer-copy{font-size:.78em;color:var(--text-dim)}#back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:50%;width:38px;height:38px;cursor:pointer;display:none;align-items:center;justify-content:center;transition:color .15s,border-color .15s;z-index:99}#back-to-top:hover{color:var(--accent);border-color:var(--accent)}#back-to-top.visible{display:flex}#sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:40}#sidebar-overlay.visible{display:block}@media(max-width:1024px){#app,#app.no-right-toc{grid-template-columns:var(--sidebar-w) 1fr}#right-toc{display:none}.gateway-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){#menu-btn{display:flex;align-items:center;justify-content:center}.logo-text,#search-wrap{display:none}#app,#app.no-right-toc{grid-template-columns:1fr}#sidebar{position:fixed;top:var(--topbar-h);left:0;bottom:0;width:min(var(--sidebar-w),85vw);transform:translate(-100%);background:var(--bg)}#sidebar.open{transform:translate(0)}#content-area,html[data-ui=terminal] #content-area,html[data-ui=minimal] #content-area,html[data-ui=editorial] #content-area{padding:1.5rem 1rem 3rem}.module-cards{grid-template-columns:1fr}#back-to-top{bottom:1rem;right:1rem}.gateway-grid{grid-template-columns:1fr 1fr;padding:0 1.25rem 2rem}.footer-inner{padding:2rem 1.25rem}.grid2{grid-template-columns:1fr}}@media(max-width:480px){.gateway-grid{grid-template-columns:1fr;padding:0 1rem 2rem}.home-hero{padding:2rem 1rem 1.5rem}.home-hero h1{font-size:2em}.news-filter-row,.research-filter-row{flex-wrap:wrap}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}#topbar{padding:0 .75rem;gap:.5rem}}.progress-label.state-learned{color:var(--accent2);font-weight:600}.progress-label.state-read{color:var(--accent)}html[data-theme=light]{--bg: #ffffff;--surface: #f6f8fa;--surface2: #eaeef2;--surface3: #d0d7de;--border: #d0d7de;--border-light: #e1e4e8;--text: #1f2328;--text-muted: #656d76;--text-dim: #8b949e;--accent: #0969da;--accent2: #1a7f37;--accent3: #8250df;--accent4: #bf8700;--yellow: #bf8700;--red: #cf222e}html[data-theme=light] pre{background:#f6f8fa;border-color:#d0d7de}html[data-theme=light] pre code{color:#1f2328}html[data-theme=light] code{background:#eaeef2;color:#8250df}html[data-theme=mono]{--bg: #ffffff;--surface: #f5f5f5;--surface2: #ebebeb;--surface3: #d4d4d4;--border: #d4d4d4;--border-light: #e5e5e5;--text: #171717;--text-muted: #525252;--text-dim: #737373;--accent: #171717;--accent2: #404040;--accent3: #525252;--accent4: #737373;--yellow: #737373;--red: #dc2626}html[data-theme=mono] pre{background:#fafafa;border-color:#d4d4d4}html[data-theme=mono] pre code{color:#171717}html[data-theme=mono] code{background:#f0f0f0;color:#171717}html[data-theme=mono] h1{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#171717;background-clip:unset}html[data-theme=mono] h2{color:#171717;border-bottom-color:#d4d4d4}html[data-theme=mono] h3{color:#404040}html[data-theme=mono] h4{color:#525252}html[data-theme=mono] .callout{background:#fafafa;border-left-color:#a3a3a3}html[data-theme=mono] .callout-info{background:#fafafa;border-left-color:#171717}html[data-theme=mono] .callout-success{background:#fafafa;border-left-color:#404040}html[data-theme=mono] .callout-danger{background:#fef2f2;border-left-color:#dc2626}html[data-theme=mono] .badge-green{background:#f0f0f0;color:#404040}html[data-theme=mono] .badge-blue{background:#f0f0f0;color:#171717}html[data-theme=mono] .badge-purple{background:#f0f0f0;color:#525252}html[data-theme=mono] .badge-orange{background:#f0f0f0;color:#737373}html[data-theme=mono] .badge-red{background:#fef2f2;color:#dc2626}html[data-theme=mono] .module-card:hover{border-color:#171717}html[data-theme=mono] .section-link.active{color:#171717;border-left-color:#171717;background:#00000008}html[data-theme=mono] .module-header.active .module-num,html[data-theme=mono] .module-header.has-progress .module-num,html[data-theme=mono] .quiz-btn{background:#171717;color:#fff}html[data-theme=mono] .quiz-option.selected{border-color:#171717;background:#0000000a}html[data-theme=mono] .quiz-option.correct{border-color:#404040;background:#0000000a}html[data-theme=mono] .quiz-score-number.pass{color:#171717}html[data-theme=mono] .quiz-score-fill.pass{background:#171717}html[data-theme=mono] .news-filter-pill.active{background:#171717;color:#fff;border-color:#171717}html[data-theme=mono] .news-highlight-card{border-color:#171717}html[data-theme=mono] .news-page-num.active,html[data-theme=mono] .flashcard-filter-btn.active{background:#171717;color:#fff;border-color:#171717}html[data-theme=mono] #topbar .logo-text{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#171717;background-clip:unset}html[data-theme=mono] .news-card-source{color:#171717}html[data-theme=warm]{--bg: #1a1510;--surface: #231e17;--surface2: #2d2519;--surface3: #382f22;--border: #4a3f2f;--border-light: #2d2519;--text: #f0e6d6;--text-muted: #b8a88e;--text-dim: #8a7a62;--accent: #e8a855;--accent2: #7ec47e;--accent3: #d4a0e0;--accent4: #e8a855;--yellow: #e8a855;--red: #e07060}html[data-theme=warm] pre{background:#231e17;border-color:#4a3f2f}html[data-theme=warm] pre code{color:#f0e6d6}html[data-theme=warm] code{background:#2d2519;color:#d4a0e0}html[data-theme=warm] .callout{background:#2a2015}html[data-theme=warm] .callout-info{background:#1f2218}html[data-theme=warm] .callout-success{background:#1a2218}html[data-theme=warm] .callout-danger{background:#2a1815}html[data-theme=warm] .badge-green{background:#1a2a1a}html[data-theme=warm] .badge-blue{background:#2a2215}html[data-theme=warm] .badge-purple{background:#2a1a2a}html[data-theme=warm] .badge-orange{background:#2a2015}html[data-theme=warm] .badge-red{background:#2a1515}html[data-theme=ocean]{--bg: #0b1622;--surface: #0f1d2e;--surface2: #142638;--surface3: #1a2f44;--border: #1e3a5f;--border-light: #142638;--text: #d6e8f7;--text-muted: #7ea8c9;--text-dim: #4e7a9e;--accent: #38bdf8;--accent2: #34d399;--accent3: #a78bfa;--accent4: #fbbf24;--yellow: #fbbf24;--red: #fb7185}html[data-theme=ocean] pre{background:#0f1d2e;border-color:#1e3a5f}html[data-theme=ocean] pre code{color:#d6e8f7}html[data-theme=ocean] code{background:#142638;color:#a78bfa}html[data-theme=ocean] .callout,html[data-theme=ocean] .callout-info{background:#0d1f33}html[data-theme=ocean] .callout-success{background:#0f2218}html[data-theme=ocean] .callout-danger{background:#1f1018}html[data-theme=ocean] .badge-green{background:#0f2a1a}html[data-theme=ocean] .badge-blue{background:#0d2238}html[data-theme=ocean] .badge-purple{background:#1a1533}html[data-theme=ocean] .badge-orange{background:#2a1f0f}html[data-theme=ocean] .badge-red{background:#2a1111}html[data-theme=forest]{--bg: #0f1a0f;--surface: #152215;--surface2: #1a2c1a;--surface3: #213521;--border: #2d4a2d;--border-light: #1a2c1a;--text: #d6f0d6;--text-muted: #88b888;--text-dim: #5a8a5a;--accent: #4ade80;--accent2: #86efac;--accent3: #c4b5fd;--accent4: #fbbf24;--yellow: #fbbf24;--red: #f87171}html[data-theme=forest] pre{background:#152215;border-color:#2d4a2d}html[data-theme=forest] pre code{color:#d6f0d6}html[data-theme=forest] code{background:#1a2c1a;color:#c4b5fd}html[data-theme=forest] .callout{background:#1a2015}html[data-theme=forest] .callout-info{background:#0f1a22}html[data-theme=forest] .callout-success{background:#0f2210}html[data-theme=forest] .callout-danger{background:#22100f}html[data-theme=forest] .badge-green{background:#0f2a0f}html[data-theme=forest] .badge-blue{background:#0f1a2a}html[data-theme=forest] .badge-purple{background:#1a152a}html[data-theme=forest] .badge-orange{background:#2a200f}html[data-theme=forest] .badge-red{background:#2a0f0f}html[data-theme=dark]{--bg: #0d1117;--surface: #161b22;--surface2: #1c2333;--surface3: #21262d;--border: #30363d;--border-light: #21262d;--text: #e6edf3;--text-muted: #8b949e;--text-dim: #7a8490;--accent: #58a6ff;--accent2: #3fb950;--accent3: #bc8cff;--accent4: #d29922;--yellow: #d29922;--red: #f85149}html[data-theme=dark] pre{background:#161b22;border-color:#30363d}html[data-theme=dark] pre code{color:#e6edf3}html[data-theme=dark] code{background:#1c2333;color:#bc8cff}html[data-theme=rose]{--bg: #1a0f15;--surface: #24141d;--surface2: #2e1a26;--surface3: #3a2030;--border: #4e2d40;--border-light: #2e1a26;--text: #f5e0ec;--text-muted: #c48aa8;--text-dim: #8a5a72;--accent: #f472b6;--accent2: #6ee7b7;--accent3: #c4b5fd;--accent4: #fbbf24;--yellow: #fbbf24;--red: #fb7185}html[data-theme=rose] pre{background:#24141d;border-color:#4e2d40}html[data-theme=rose] pre code{color:#f5e0ec}html[data-theme=rose] code{background:#2e1a26;color:#c4b5fd}html[data-theme=rose] .callout{background:#2a1a1a}html[data-theme=rose] .callout-info{background:#1a1525}html[data-theme=rose] .callout-success{background:#15221a}html[data-theme=rose] .callout-danger{background:#2a1015}html[data-theme=rose] .badge-green{background:#152a1a}html[data-theme=rose] .badge-blue{background:#151a2a}html[data-theme=rose] .badge-purple{background:#201530}html[data-theme=rose] .badge-orange{background:#2a200f}html[data-theme=rose] .badge-red{background:#2a1015}html[data-theme=nord]{--bg: #2e3440;--surface: #3b4252;--surface2: #434c5e;--surface3: #4c566a;--border: #4c566a;--border-light: #434c5e;--text: #eceff4;--text-muted: #d8dee9;--text-dim: #a4b0c3;--accent: #88c0d0;--accent2: #a3be8c;--accent3: #b48ead;--accent4: #ebcb8b;--yellow: #ebcb8b;--red: #bf616a}html[data-theme=nord] pre{background:#3b4252;border-color:#4c566a}html[data-theme=nord] pre code{color:#eceff4}html[data-theme=nord] code{background:#434c5e;color:#b48ead}html[data-theme=nord] .callout{background:#3a4050}html[data-theme=nord] .callout-info{background:#354050}html[data-theme=nord] .callout-success{background:#344040}html[data-theme=nord] .callout-danger{background:#442d2d}html[data-theme=nord] .badge-green{background:#334040}html[data-theme=nord] .badge-blue{background:#334055}html[data-theme=nord] .badge-purple{background:#3d3555}html[data-theme=nord] .badge-orange{background:#453f2d}html[data-theme=nord] .badge-red{background:#44303a}html[data-theme=warm] .astro-code,html[data-theme=ocean] .astro-code,html[data-theme=forest] .astro-code,html[data-theme=dark] .astro-code,html[data-theme=rose] .astro-code,html[data-theme=nord] .astro-code{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important}html[data-theme=warm] .astro-code span,html[data-theme=ocean] .astro-code span,html[data-theme=forest] .astro-code span,html[data-theme=dark] .astro-code span,html[data-theme=rose] .astro-code span,html[data-theme=nord] .astro-code span{color:var(--shiki-dark)!important}html[data-ui=minimal]{--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px}html[data-ui=minimal] body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:15.5px;line-height:1.75;letter-spacing:-.01em}html[data-ui=minimal] #topbar{border-bottom:none;box-shadow:0 1px 3px #00000014;backdrop-filter:blur(12px);background:color-mix(in srgb,var(--surface) 85%,transparent)}html[data-ui=minimal] #topbar .logo-text{font-weight:600;font-size:1em;letter-spacing:-.02em}html[data-ui=minimal] #search-input{border-radius:10px;border-color:transparent;background:var(--surface2)}html[data-ui=minimal] #search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}html[data-ui=minimal] #search-results{border-radius:14px}html[data-ui=minimal] #sidebar{border-right:none;box-shadow:1px 0 8px #0000000f}html[data-ui=minimal] .module-header{border-radius:8px;margin:0 .5rem;padding:.6rem .75rem}html[data-ui=minimal] .module-header:hover{background:var(--surface2)}html[data-ui=minimal] .module-num{border-radius:6px;width:24px;height:24px}html[data-ui=minimal] .section-link{border-left:none;border-radius:6px;margin:1px .5rem;padding:.3rem .75rem .3rem 2.2rem}html[data-ui=minimal] .section-link.active{background:color-mix(in srgb,var(--accent) 10%,transparent);border-left:none;font-weight:600}html[data-ui=minimal] .progress-bar-bg{border-radius:4px;height:4px}html[data-ui=minimal] .progress-bar-fill{border-radius:4px}html[data-ui=minimal] #content-area{padding:3rem 4rem 5rem 3rem}@media(max-width:768px){html[data-ui=minimal] #content-area{padding:1.5rem 1rem 3rem}}html[data-ui=minimal] h1{font-size:2.6em;font-weight:900;letter-spacing:-.04em;line-height:1.2}html[data-ui=minimal] h2{font-size:1.75em;font-weight:700;letter-spacing:-.03em;border-bottom:none;padding-bottom:0;margin:2.5rem 0 1.2rem}html[data-ui=minimal] h3{font-size:1.35em;font-weight:600;letter-spacing:-.02em}html[data-ui=minimal] pre{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;padding:1.2rem 1.3rem}html[data-ui=minimal] .callout{border-radius:12px;border-left-width:3px;box-shadow:0 1px 4px #0000000f}html[data-ui=minimal] .toc{border-radius:14px;border:none;box-shadow:0 2px 8px #0000000f}html[data-ui=minimal] table{border-radius:10px;overflow:hidden;box-shadow:0 1px 4px #0000000f;border:none}html[data-ui=minimal] td,html[data-ui=minimal] th{border-color:var(--surface2)}html[data-ui=minimal] .module-card{border-radius:16px;border:none;box-shadow:0 2px 12px #00000014;padding:1.5rem;transition:box-shadow .2s,transform .2s}html[data-ui=minimal] .module-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-3px);border:none}html[data-ui=minimal] .topic-tag,html[data-ui=minimal] .badge{border-radius:8px}html[data-ui=minimal] .gateway-card{border-radius:18px;border:none;box-shadow:0 2px 12px #00000014}html[data-ui=minimal] .gateway-card:hover{box-shadow:0 12px 32px #00000024;border:none}html[data-ui=minimal] .quiz-question{border-radius:14px;border:none;box-shadow:0 2px 8px #0000000f}html[data-ui=minimal] .quiz-option{border-radius:10px}html[data-ui=minimal] .quiz-score{border-radius:16px;border:none;box-shadow:0 2px 12px #00000014}html[data-ui=minimal] .quiz-btn{border-radius:10px}html[data-ui=minimal] .flashcard-front,html[data-ui=minimal] .flashcard-back{border-radius:18px;border:none;box-shadow:0 4px 20px #0000001a}html[data-ui=minimal] .flashcard-btn,html[data-ui=minimal] .flashcard-filter-btn{border-radius:10px}html[data-ui=minimal] .news-card{border-radius:14px;border:none;box-shadow:0 2px 8px #0000000f}html[data-ui=minimal] .news-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}html[data-ui=minimal] .news-highlight-card{border-radius:14px;border:none;box-shadow:0 2px 12px #00000014;border-left:4px solid var(--accent)}html[data-ui=minimal] .news-filter-pill{border-radius:10px}html[data-ui=minimal] .news-tag{border-radius:8px}html[data-ui=minimal] #back-to-top{border-radius:12px;box-shadow:0 2px 8px #0000001a;border:none}html[data-ui=minimal] #theme-dropdown{border-radius:14px;border:none;box-shadow:0 8px 32px #00000026}html[data-ui=minimal] .theme-option{border-radius:8px}html[data-ui=minimal] .news-page-num,html[data-ui=minimal] .pagination-btn{border-radius:10px}html[data-ui=terminal] body{font-family:SF Mono,Fira Code,JetBrains Mono,Cascadia Code,Consolas,monospace;font-size:13.5px;line-height:1.6}html[data-ui=terminal] #topbar{border-bottom:1px dashed var(--border);background:var(--bg)}html[data-ui=terminal] #topbar .logo-text{font-family:inherit;font-weight:700;font-size:.95em;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:var(--accent);background-clip:unset}html[data-ui=terminal] #topbar .logo:before{content:"> ";color:var(--accent2);font-family:inherit}html[data-ui=terminal] #search-input{border-radius:0;border:1px dashed var(--border);font-family:inherit}html[data-ui=terminal] #search-results{border-radius:0;border-style:dashed}html[data-ui=terminal] #sidebar{border-right:1px dashed var(--border)}html[data-ui=terminal] .module-header{padding:.4rem .8rem;font-family:inherit}html[data-ui=terminal] .module-num{border-radius:0;font-family:inherit;width:20px;height:20px;font-size:.7em}html[data-ui=terminal] .module-title{font-family:inherit;font-size:.82em}html[data-ui=terminal] .module-chevron{display:none}html[data-ui=terminal] .module-header:after{content:"/";color:var(--text-dim);font-size:.75em;margin-left:auto}html[data-ui=terminal] .module-header.open:after{content:"-"}html[data-ui=terminal] .section-link{font-family:inherit;font-size:.75em;border-left:1px dashed transparent;padding:.2rem .8rem .2rem 2.4rem;border-radius:0}html[data-ui=terminal] .section-link:before{content:"|-";color:var(--text-dim);margin-right:.3rem;font-size:.9em}html[data-ui=terminal] .section-link.active{border-left:1px dashed var(--accent);border-radius:0;background:transparent;color:var(--accent)}html[data-ui=terminal] .progress-bar-bg{border-radius:0;height:2px}html[data-ui=terminal] .progress-bar-fill{border-radius:0}html[data-ui=terminal] #content-area{padding:2.5rem 4rem 5rem 3rem}@media(max-width:768px){html[data-ui=terminal] #content-area{padding:1.5rem 1rem 3rem}}html[data-ui=terminal] h1{font-family:inherit;font-size:2em;font-weight:800;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:var(--accent);background-clip:unset}html[data-ui=terminal] h1:before{content:"# ";color:var(--text-dim)}html[data-ui=terminal] h2{font-family:inherit;font-size:1.5em;font-weight:700;border-bottom:1px dashed var(--border);color:var(--accent);margin:2.5rem 0 1.2rem}html[data-ui=terminal] h2:before{content:"## ";color:var(--text-dim)}html[data-ui=terminal] h3{font-family:inherit;font-size:1.2em;font-weight:600;color:var(--accent3);margin:1.75rem 0 .75rem}html[data-ui=terminal] h3:before{content:"### ";color:var(--text-dim)}html[data-ui=terminal] h4{font-family:inherit}html[data-ui=terminal] h4:before{content:"> ";color:var(--accent4)}html[data-ui=terminal] .subtitle{font-family:inherit;font-size:.9em}html[data-ui=terminal] .last-updated{font-family:inherit}html[data-ui=terminal] pre{border-radius:0;border:1px dashed var(--border);font-size:.85em}html[data-ui=terminal] code{font-family:inherit;border-radius:0}html[data-ui=terminal] .callout{border-radius:0;border-left:2px dashed}html[data-ui=terminal] .toc{border-radius:0;border:1px dashed var(--border)}html[data-ui=terminal] table{border-radius:0}html[data-ui=terminal] td,html[data-ui=terminal] th{font-family:inherit;font-size:.85em;border-style:dashed}html[data-ui=terminal] .sep{border-top-style:dashed}html[data-ui=terminal] .module-card{border-radius:0;border-style:dashed;padding:1rem}html[data-ui=terminal] .module-card:hover{transform:none;border-color:var(--accent)}html[data-ui=terminal] .module-card .card-num,html[data-ui=terminal] .module-card .card-title{font-family:inherit}html[data-ui=terminal] .module-card .card-desc{font-family:inherit;font-size:.88em}html[data-ui=terminal] .topic-tag{border-radius:0;font-family:inherit;border:1px dashed var(--border);background:transparent}html[data-ui=terminal] .badge{border-radius:0}html[data-ui=terminal] .gateway-card{border-radius:0;border-style:dashed}html[data-ui=terminal] .gateway-card:hover{transform:none;border-color:var(--accent);box-shadow:none}html[data-ui=terminal] .gateway-card-title,html[data-ui=terminal] .gateway-card-desc{font-family:inherit}html[data-ui=terminal] .quiz-question{border-radius:0;border-style:dashed}html[data-ui=terminal] .quiz-option{border-radius:0;border-style:dashed;font-family:inherit}html[data-ui=terminal] .quiz-radio{border-radius:0}html[data-ui=terminal] .quiz-option.selected .quiz-radio:after{border-radius:0}html[data-ui=terminal] .quiz-score{border-radius:0;border-style:dashed}html[data-ui=terminal] .quiz-btn{border-radius:0;font-family:inherit}html[data-ui=terminal] .quiz-explanation{border-radius:0}html[data-ui=terminal] .flashcard-front,html[data-ui=terminal] .flashcard-back{border-radius:0;border-style:dashed}html[data-ui=terminal] .flashcard-term,html[data-ui=terminal] .flashcard-definition{font-family:inherit}html[data-ui=terminal] .flashcard-btn{border-radius:0;font-family:inherit;border-style:dashed}html[data-ui=terminal] .flashcard-filter-btn{border-radius:0;font-family:inherit}html[data-ui=terminal] .news-card{border-radius:0;border-style:dashed}html[data-ui=terminal] .news-card:hover{transform:none;border-color:var(--accent)}html[data-ui=terminal] .news-highlight-card{border-radius:0;border-style:dashed}html[data-ui=terminal] .news-filter-pill{border-radius:0;font-family:inherit;border-style:dashed}html[data-ui=terminal] .news-tag{border-radius:0;font-family:inherit}html[data-ui=terminal] #back-to-top,html[data-ui=terminal] #theme-dropdown{border-radius:0;border-style:dashed}html[data-ui=terminal] .theme-option,html[data-ui=terminal] .theme-swatch,html[data-ui=terminal] #reading-bar-fill,html[data-ui=terminal] .quiz-score-bar,html[data-ui=terminal] .quiz-score-fill,html[data-ui=terminal] .news-page-num{border-radius:0}html[data-ui=terminal] .pagination-btn{border-radius:0;font-family:inherit}html[data-ui=editorial] body{font-family:Georgia,Times New Roman,Palatino Linotype,serif;font-size:16px;line-height:1.8}html[data-ui=editorial] #topbar{border-bottom:2px solid var(--border);background:var(--surface)}html[data-ui=editorial] #topbar .logo-text{font-family:Georgia,serif;font-weight:700;font-size:1.1em;letter-spacing:-.02em;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:var(--accent);background-clip:unset}html[data-ui=editorial] #search-input{border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.88em}html[data-ui=editorial] #search-results{border-radius:4px}html[data-ui=editorial] #sidebar{border-right:2px solid var(--border)}html[data-ui=editorial] .module-header{padding:.6rem 1.1rem}html[data-ui=editorial] .module-title{font-family:Georgia,serif;font-size:.88em;font-weight:600;letter-spacing:-.01em}html[data-ui=editorial] .module-num{border-radius:3px;font-family:-apple-system,sans-serif}html[data-ui=editorial] .section-link{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.78em;border-radius:3px;border-left-width:3px}html[data-ui=editorial] .section-link.active{border-radius:0 3px 3px 0;border-left-width:3px}html[data-ui=editorial] #content-area{padding:3.5rem 4rem 5rem 3rem}@media(max-width:768px){html[data-ui=editorial] #content-area{padding:1.5rem 1rem 3rem}}html[data-ui=editorial] h1{font-family:Georgia,serif;font-size:2.8em;font-weight:700;letter-spacing:-.04em;line-height:1.15;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:var(--text);background-clip:unset;margin-bottom:.5rem}html[data-ui=editorial] h2{font-family:Georgia,serif;font-size:1.8em;font-weight:700;letter-spacing:-.025em;border-bottom:2px solid var(--border);padding-bottom:.5rem;margin:3rem 0 1.2rem}html[data-ui=editorial] h3{font-family:Georgia,serif;font-size:1.4em;font-weight:700;letter-spacing:-.015em;margin:2rem 0 .75rem}html[data-ui=editorial] h4{font-family:Georgia,serif;font-weight:700;font-size:1.15em}html[data-ui=editorial] .subtitle{font-family:-apple-system,sans-serif;font-size:1.1em;line-height:1.6}html[data-ui=editorial] .last-updated{font-family:-apple-system,sans-serif}html[data-ui=editorial] p{font-size:1em;line-height:1.85;margin-bottom:1.2rem}html[data-ui=editorial] pre{border-radius:4px;border-left:4px solid var(--accent);font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.82em;line-height:1.6}html[data-ui=editorial] code{font-family:SF Mono,Fira Code,Consolas,monospace;border-radius:3px;font-size:.85em}html[data-ui=editorial] .callout{border-radius:0 4px 4px 0;border-left-width:5px;font-family:-apple-system,sans-serif;font-size:.92em}html[data-ui=editorial] .toc{border-radius:4px;border-left:4px solid var(--accent)}html[data-ui=editorial] .toc a{font-family:-apple-system,sans-serif}html[data-ui=editorial] table{border-radius:4px}html[data-ui=editorial] td,html[data-ui=editorial] th{font-family:-apple-system,sans-serif;font-size:.88em;padding:.65rem .9rem}html[data-ui=editorial] th{border-bottom-width:2px}html[data-ui=editorial] .sep{border-top-width:2px;margin:2.5rem 0}html[data-ui=editorial] .module-card{border-radius:6px;border-left:5px solid var(--card-color, var(--accent));padding:1.4rem 1.5rem}html[data-ui=editorial] .module-card:hover{transform:none;border-left-width:5px}html[data-ui=editorial] .module-card .card-num{font-family:-apple-system,sans-serif}html[data-ui=editorial] .module-card .card-title{font-family:Georgia,serif;font-size:1.2em;letter-spacing:-.02em}html[data-ui=editorial] .module-card .card-desc{font-family:inherit;font-size:.88em;line-height:1.6}html[data-ui=editorial] .topic-tag{border-radius:3px;font-family:-apple-system,sans-serif}html[data-ui=editorial] .badge{border-radius:3px}html[data-ui=editorial] .gateway-card{border-radius:6px;border-left:5px solid var(--card-accent, var(--accent))}html[data-ui=editorial] .gateway-card:hover{transform:none}html[data-ui=editorial] .gateway-card-title{font-family:Georgia,serif}html[data-ui=editorial] .quiz-question{border-radius:6px;border-left:4px solid var(--accent3)}html[data-ui=editorial] .quiz-q-text{font-family:Georgia,serif;font-size:1.05em}html[data-ui=editorial] .quiz-option{border-radius:4px;font-family:-apple-system,sans-serif}html[data-ui=editorial] .quiz-radio{border-radius:50%}html[data-ui=editorial] .quiz-score{border-radius:6px}html[data-ui=editorial] .quiz-btn{border-radius:4px;font-family:-apple-system,sans-serif}html[data-ui=editorial] .quiz-explanation{font-family:-apple-system,sans-serif}html[data-ui=editorial] .flashcard-front,html[data-ui=editorial] .flashcard-back{border-radius:8px}html[data-ui=editorial] .flashcard-term{font-family:Georgia,serif}html[data-ui=editorial] .flashcard-definition{font-family:inherit;line-height:1.7}html[data-ui=editorial] .flashcard-btn,html[data-ui=editorial] .flashcard-filter-btn{border-radius:4px;font-family:-apple-system,sans-serif}html[data-ui=editorial] .news-card{border-radius:4px;border-left:4px solid var(--accent)}html[data-ui=editorial] .news-card:hover{transform:none}html[data-ui=editorial] .news-card-title{font-family:Georgia,serif;font-size:1.1em;font-weight:700;letter-spacing:-.015em}html[data-ui=editorial] .news-card-summary{font-family:inherit}html[data-ui=editorial] .news-highlight-card{border-radius:4px}html[data-ui=editorial] .news-highlight-title{font-family:Georgia,serif;letter-spacing:-.01em}html[data-ui=editorial] .news-filter-pill{border-radius:4px;font-family:-apple-system,sans-serif}html[data-ui=editorial] .news-tag{border-radius:3px;font-family:-apple-system,sans-serif}html[data-ui=editorial] #back-to-top,html[data-ui=editorial] #theme-dropdown{border-radius:6px}html[data-ui=editorial] .theme-option{border-radius:3px}html[data-ui=editorial] .news-page-num{border-radius:4px}html[data-ui=editorial] .pagination-btn{border-radius:4px;font-family:-apple-system,sans-serif}
