:root{color-scheme:light;--text: #1f2933;--muted: #5e6a75;--subtle: #7b8794;--line: #bcc7d1;--soft-line: #e3e8ef;--surface: #ffffff;--page: #f4f7fa;--link: #1d5fd1;--link-hover: #083d93;--green: #277458;--amber: #a15c10;--danger: #b32424;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--text)}img{max-width:100%;height:auto}a{color:var(--link);text-decoration:none}a:hover,a:focus{color:var(--link-hover);text-decoration:underline}button,input,textarea{font:inherit}button,.button-link{min-height:40px;border:1px solid #244ca4;border-radius:4px;background:var(--link);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:.45rem .8rem;font-weight:700}button:hover,.button-link:hover{background:var(--link-hover);color:#fff;text-decoration:none}input,textarea{width:100%;border:1px solid var(--line);border-radius:4px;background:var(--surface);color:var(--text);padding:.55rem .65rem}input:focus,textarea:focus,button:focus,a:focus{outline:3px solid #8cb3ff;outline-offset:2px}.visually-hidden,.honeypot{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:1rem;top:-4rem;z-index:20;background:var(--text);color:#fff;padding:.5rem .75rem;border-radius:4px}.skip-link:focus{top:1rem;color:#fff}.app-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:10;background:#f8f9faf5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header__inner{max-width:1440px;margin:0 auto;min-height:66px;display:grid;grid-template-columns:minmax(150px,220px) minmax(220px,1fr) auto;gap:1rem;align-items:center;padding:0 1rem}.brand{display:inline-flex;align-items:center;gap:.6rem;color:var(--text);font-size:1.2rem;font-weight:800}.brand img{width:42px;height:42px}.site-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;max-width:680px}.top-nav,.site-footer nav{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.top-nav a,.site-footer a{color:var(--text);font-weight:650}.page-grid{max-width:1440px;width:100%;margin:0 auto;display:grid;grid-template-columns:236px minmax(0,1fr);gap:1.25rem;padding:1.25rem 1rem 2rem}.page-grid--wide{grid-template-columns:236px minmax(0,1fr)}.main-content{min-width:0;max-width:100%}.sidebar{align-self:start;position:sticky;top:82px;display:grid;gap:1rem}.sidebar__section{border:1px solid var(--line);border-radius:6px;background:var(--surface);padding:.9rem}.sidebar__section h2,.toc h2,.article-infobox h2{margin:0 0 .6rem;font-size:.94rem;border-bottom:1px solid var(--soft-line);padding-bottom:.35rem}.sidebar__section a{display:flex;justify-content:space-between;gap:.6rem;padding:.25rem 0}.sidebar-tags,.tag-cloud,.tag-list{display:flex;flex-wrap:wrap;gap:.45rem}.sidebar-tags a,.tag-cloud a,.tag-list a{display:inline-flex;align-items:center;min-height:30px;border:1px solid var(--soft-line);border-radius:999px;background:#f8fbff;padding:.15rem .55rem;font-size:.9rem}.home-hero,.page-header,.author-profile,.not-found,.page-article{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:clamp(1rem,2vw,1.6rem)}.home-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:1.25rem;align-items:stretch}.home-hero h1,.page-header h1,.author-profile h1,.not-found h1,.page-article h1,.article-header h1{margin:.2rem 0 .65rem;line-height:1.15;letter-spacing:0}.home-hero h1{font-size:clamp(2rem,4vw,3.5rem)}.eyebrow{margin:0;color:var(--green);font-weight:800;text-transform:uppercase;font-size:.78rem}.featured-article{display:grid;grid-template-columns:180px minmax(0,1fr);gap:1rem;border:1px solid var(--soft-line);border-radius:6px;padding:.8rem;background:#fbfcff}.featured-article img{width:100%;height:100%;min-height:150px;object-fit:cover;border:1px solid var(--soft-line);border-radius:4px}.featured-article h2{margin:.2rem 0 .45rem;font-size:1.25rem}.featured-article span,.section-heading span,.article-card__meta,.article-header__taxonomy,.article-meta{color:var(--muted);font-size:.9rem}.section,.taxonomy-grid,.related-posts,.comments{margin-top:1.5rem}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);margin-bottom:.8rem}.section-heading h2{margin:0 0 .45rem;font-size:1.25rem}.article-list{display:grid;gap:.9rem}.article-list--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.article-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:1rem;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:.8rem}.article-card__image{display:block;aspect-ratio:16 / 9;overflow:hidden;border:1px solid var(--soft-line);border-radius:4px;background:var(--page)}.article-card__image img{width:100%;height:100%;object-fit:cover}.article-card h2{margin:.3rem 0;font-size:1.15rem}.article-card p{margin:0 0 .65rem}.article-card__meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.taxonomy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.taxonomy-panel{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:1rem}.taxonomy-panel h2{margin:0 0 .8rem;font-size:1.1rem}.taxonomy-panel>a{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;border-bottom:1px solid var(--soft-line)}.tag-list{list-style:none;margin:0;padding:0}.category-badge{display:inline-flex;min-height:28px;align-items:center;border:1px solid #8fb2e8;border-radius:999px;background:#ecf3ff;padding:.1rem .55rem;font-weight:700}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;margin-bottom:.8rem;color:var(--muted);font-size:.92rem}.breadcrumbs>*{min-width:0}.breadcrumbs span:last-child{overflow-wrap:anywhere}.wiki-article{max-width:100%;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 18px 42px #1f293314}.article-header{padding:clamp(1rem,2.8vw,2.25rem);border-bottom:1px solid var(--line);border-radius:8px 8px 0 0;background:linear-gradient(135deg,#fffffff5,#f4f8ffeb 62%,#eff8f2e6),var(--surface)}.article-header h1{max-width:980px;font-size:clamp(2.1rem,4vw,3.5rem);overflow-wrap:anywhere}.article-excerpt{max-width:820px;color:var(--muted);font-size:1.1rem;overflow-wrap:anywhere}.article-header__taxonomy,.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.post-template-nav{margin-top:1.35rem;padding-top:1rem;border-top:1px solid rgba(188,199,209,.72)}.post-template-nav__label{display:block;margin-bottom:.55rem;color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.post-template-nav ol{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(156px,1fr));gap:.45rem;margin:0;padding:0}.post-template-nav a,.post-template-nav li>span{display:flex;align-items:center;gap:.45rem;min-width:0;min-height:38px;border:1px solid var(--soft-line);border-radius:6px;background:#ffffffdb;color:var(--text);padding:.35rem .55rem;font-size:.84rem;font-weight:750;overflow-wrap:anywhere}.post-template-nav a:hover,.post-template-nav a:focus{border-color:#9bb9e8;background:#f3f7ff;color:var(--link-hover);text-decoration:none}.post-template-nav a span,.post-template-nav li>span span{flex:0 0 auto;min-width:1.35rem;color:var(--green);font-size:.72rem;font-weight:850;white-space:nowrap}.author-chip{display:inline-flex;align-items:center;gap:.45rem;color:var(--text);font-weight:700}.author-chip img{border-radius:50%}.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:clamp(1rem,2.4vw,2rem);padding:clamp(1rem,2.2vw,1.8rem)}.article-main{min-width:0;max-width:100%}.featured-media{margin:0 0 1.5rem;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:var(--page)}.featured-media img{display:block;width:100%;max-height:420px;object-fit:cover}.article-body{min-width:0;max-width:900px;counter-reset:article-section}.article-body h2,.article-body h3{scroll-margin-top:90px;line-height:1.25}.article-body h2{position:relative;counter-increment:article-section;margin:2.35rem 0 .85rem;padding:0 0 .45rem 3.25rem;border-bottom:1px solid var(--soft-line);font-size:clamp(1.35rem,2vw,1.7rem)}.article-body h2:before{content:counter(article-section,decimal-leading-zero);position:absolute;left:0;top:-.08rem;display:inline-grid;width:2.35rem;height:2.35rem;place-items:center;border:1px solid #bad8c8;border-radius:6px;background:#eef8f2;color:var(--green);font-size:.82rem;font-weight:850}.article-body h3{position:relative;margin:1.45rem 0 .55rem;color:#2f3d4a;font-size:1.12rem}.article-body h2 a,.article-body h3 a{position:absolute;left:-1.1rem;opacity:0;margin-right:0;color:var(--subtle)}.article-body h2:hover a,.article-body h3:hover a,.article-body h2 a:focus,.article-body h3 a:focus{opacity:1}.article-body p,.page-article p{margin:0 0 1rem}.article-body ul,.article-body ol{padding-left:1.35rem}.article-body li{margin:.35rem 0}.article-body blockquote{margin:1rem 0;border-left:4px solid var(--line);background:#f8fbff;padding:.7rem 1rem;color:var(--muted)}.article-body table{width:100%;border-collapse:collapse;margin:1rem 0;overflow:hidden}.article-body th,.article-body td{border:1px solid var(--line);padding:.55rem;text-align:left;vertical-align:top}.article-body th{background:var(--page)}.article-body pre{overflow-x:auto;border:1px solid var(--line);border-radius:6px;background:#202122;color:#fff;padding:1rem}.article-body code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.article-aside{min-width:0;display:grid;align-content:start;gap:1rem;position:sticky;top:82px}.article-infobox,.toc{border:1px solid var(--line);border-radius:6px;background:#fbfcff;padding:.9rem}.article-infobox dl{margin:0;display:grid;gap:.65rem}.article-infobox dt{color:var(--muted);font-size:.85rem;font-weight:700}.article-infobox dd{margin:0}.toc ol{margin:0;padding-left:1.2rem}.toc__item{margin:.3rem 0}.toc__item--nested{margin-left:.9rem}.info-box{border:1px solid #9bb9e8;border-left:5px solid var(--link);border-radius:6px;background:#f3f7ff;padding:.95rem 1rem;margin:1rem 0 1.2rem}.info-box__title{display:block;margin-bottom:.35rem;color:#173f8a;font-size:.9rem;letter-spacing:.03em;text-transform:uppercase}.info-box__content>:last-child,.short-answer>:last-child,.fact-list>:last-child,.related-terms>:last-child,.faq-list>:last-child,.reference-list>:last-child{margin-bottom:0}.short-answer{border:1px solid #b7dac8;border-radius:8px;background:linear-gradient(135deg,#f0faf5,#fff 74%);color:#1d3b2f;padding:clamp(1rem,2vw,1.35rem);margin:.6rem 0 1.2rem;font-size:1.08rem;font-weight:650}.fact-list,.related-terms,.faq-list,.reference-list{border:1px solid var(--soft-line);border-radius:8px;background:#fff;padding:1rem;margin:.85rem 0 1.2rem}.fact-list ul{list-style:none;padding-left:0}.fact-list li{position:relative;padding-left:1.55rem}.fact-list li:before{content:"";position:absolute;left:0;top:.55rem;width:.55rem;height:.55rem;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #e8f5ee}.timeline{list-style:none;display:grid;gap:.8rem;margin:.85rem 0 1.25rem;padding:0}.timeline__item{display:grid;grid-template-columns:112px minmax(0,1fr);gap:.9rem;border:1px solid var(--soft-line);border-radius:8px;background:#fff;padding:.85rem}.timeline__item time{color:var(--amber);font-weight:850}.timeline__item strong{display:block;margin-bottom:.2rem}.timeline__item p{color:var(--muted);margin:0}.related-terms ul{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding-left:0}.related-terms li{border:1px solid #c8d7ea;border-radius:6px;background:#f6f9fd;padding:.35rem .55rem;font-weight:700}.faq-list{display:grid;gap:.65rem}.faq-list details{border:1px solid var(--soft-line);border-radius:6px;background:#fbfcff;padding:.75rem .85rem}.faq-list summary{cursor:pointer;color:var(--text);font-weight:800}.faq-list details p{margin:.65rem 0 0;color:var(--muted)}.reference-list ol{margin-bottom:0}.ad-slot{display:grid;justify-items:center;gap:.35rem;max-width:100%;min-height:292px;margin:1.25rem auto;padding:.6rem;border:1px dashed var(--line);border-radius:6px;background:#fbfcff;overflow:hidden}.ad-slot span{color:var(--muted);font-size:.78rem;text-transform:uppercase;font-weight:700}.preview-banner{margin-bottom:1rem;border:1px solid #d6a100;border-radius:6px;background:#fff8dd;color:#5d4300;padding:.75rem 1rem;font-weight:700}.author-profile{display:grid;grid-template-columns:112px minmax(0,1fr);gap:1rem;align-items:center}.author-profile img{border-radius:8px;border:1px solid var(--line)}.author-links{display:flex;flex-wrap:wrap;gap:.6rem}.search-page-form,.comment-form{display:grid;gap:.8rem;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:1rem}.search-page-form>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.6rem}.comments h2,.related-posts h2{border-bottom:1px solid var(--line);padding-bottom:.35rem}.comment-list{list-style:none;padding:0;display:grid;gap:.8rem}.comment-list article{border:1px solid var(--soft-line);border-radius:6px;padding:.8rem;background:#fbfcff}.comment-list header{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:space-between;color:var(--muted)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.comment-form label,.search-page-form label{display:grid;gap:.35rem;font-weight:700}.form-errors{border:1px solid #f0a0a0;border-radius:6px;background:#fff4f4;color:var(--danger);padding:.5rem .75rem}.form-errors p{margin:.2rem 0}.empty-state{border:1px solid var(--soft-line);border-radius:6px;background:var(--surface);color:var(--muted);padding:1rem}.site-footer{max-width:1440px;margin:0 auto;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:1rem;padding:1.25rem 1rem 2rem;color:var(--muted)}.site-footer p{margin:.25rem 0 0}@media (max-width: 1080px){.page-grid,.page-grid--wide{grid-template-columns:1fr}.sidebar{position:static;grid-template-columns:repeat(3,minmax(0,1fr))}.article-grid{grid-template-columns:1fr}.article-aside{position:static;grid-template-columns:repeat(2,minmax(0,1fr));order:-1}}@media (max-width: 780px){.site-header__inner{grid-template-columns:1fr;padding:.7rem 1rem}.top-nav{order:2}.site-search{order:3;max-width:none;grid-template-columns:1fr}.site-search button{width:100%}.sidebar,.home-hero,.featured-article,.article-card,.taxonomy-grid,.article-aside,.author-profile,.form-grid,.article-list--compact{grid-template-columns:1fr}.post-template-nav ol{grid-template-columns:repeat(auto-fit,minmax(136px,1fr))}.article-card__image,.featured-article img{min-height:160px}.timeline__item{grid-template-columns:1fr}.search-page-form>div{grid-template-columns:1fr}.site-footer{flex-direction:column}}@media (max-width: 600px){.breadcrumbs span:last-child{flex:1 1 100%}.post-template-nav ol{grid-template-columns:1fr}.article-header h1{font-size:clamp(1.85rem,8vw,2.2rem)}.article-excerpt{font-size:1rem}}@media (max-width: 460px){.page-grid{padding-inline:.6rem}.site-search,.post-template-nav ol{grid-template-columns:1fr}.home-hero,.page-header,.author-profile,.not-found,.page-article,.wiki-article,.article-card,.taxonomy-panel,.search-page-form,.comment-form{border-radius:6px}.article-header,.article-grid{padding:.9rem}}
