:root{--bg:#0f0f0d;--surface:#171714;--surface-soft:#1d1c18;--text:#f1eee6;--text-muted:#aaa59a;--border:#343129;--border-strong:#4a463d;--accent:#d5685c;--accent-strong:#b64135;--accent-hover:#e07a6e;--focus:#e07a6e;--site-width:70rem;--reading-width:48rem;--radius-sm:0.375rem;--radius-md:0.5rem}*,:after,:before{box-sizing:border-box}body,html{background:var(--bg)}body{min-height:100vh;display:flex;flex-direction:column;color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;line-height:1.6;text-rendering:optimizeLegibility}blockquote,body,dd,dl,dt,figure,h1,h2,h3,h4,ol,p,pre,ul{margin:0}ol,ul{padding-inline-start:1.5rem}h1,h2{font-family:Georgia,Times New Roman,Songti SC,STSong,SimSun,serif;font-weight:600;line-height:1.25}img{max-width:100%;height:auto}a{color:var(--accent);text-decoration:underline;text-underline-offset:.15em}a:hover{color:var(--accent-hover)}:focus-visible{outline:2px solid var(--focus);outline-offset:3px}::-moz-selection{background:var(--accent-strong);color:var(--text)}::selection{background:var(--accent-strong);color:var(--text)}.site-container{width:min(calc(100% - 2rem),var(--site-width));margin-inline:auto}.reading-container{width:min(calc(100% - 2rem),var(--reading-width));margin-inline:auto}.site-main{flex:1 0 auto;padding-block:3rem}.site-header{background:var(--surface);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem 1.5rem;min-height:4rem;padding-block:.5rem}.site-brand{font-family:Georgia,Times New Roman,Songti SC,STSong,SimSun,serif;font-size:1.125rem;font-weight:600;color:var(--text);text-decoration:none}.site-brand:hover{color:var(--accent-hover)}.site-nav{display:flex;align-items:center;gap:1.25rem;font-size:.9375rem}.site-nav a{color:var(--text-muted);text-decoration:none}.site-nav a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:.15em}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);font-size:.875rem}.site-footer__inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem 2rem;padding-block:1.75rem}.site-footer__notice p+p{margin-top:.25rem}.site-footer__nav{display:flex;align-items:flex-start;gap:1.25rem}.site-footer__nav a{color:var(--text-muted);text-decoration:none}.site-footer__nav a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:.15em}.home-hero{max-width:var(--reading-width)}.home-hero h1{font-size:clamp(2.25rem,5vw,3.75rem);line-height:1.15}.home-hero__summary{margin-top:1rem;font-size:1.125rem;line-height:1.6;color:var(--text-muted);max-width:40rem}.home-guides-cta,.home-status,.home-update{margin-top:3.5rem}.home-guides-cta h2,.home-status h2,.home-update h2{font-size:1.5rem}.status-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:1.5rem}.status-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.25rem}.status-label{font-size:.8125rem;color:var(--text-muted)}.status-value{margin-top:.375rem;font-size:1.0625rem;color:var(--text)}.home-update__body{margin-top:1.5rem;padding:1.25rem 1.5rem;background:var(--surface-soft);border-left:3px solid var(--accent-strong);border-radius:var(--radius-sm)}.home-update__title{font-weight:600}.home-update__meta{margin-top:.5rem;color:var(--text-muted);font-size:.9375rem}.home-guides-cta{border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem}.home-guides-cta p{margin-top:.75rem;color:var(--text-muted)}.home-guides-cta__link{display:inline-block;margin-top:1.25rem;font-weight:600}.page-header{max-width:var(--reading-width)}.page-header h1{font-size:clamp(2rem,4vw,2.75rem)}.page-header p{margin-top:.75rem;color:var(--text-muted)}.guide-list{list-style:none;padding-inline-start:0;margin-top:2.5rem}.guide-list-item{padding-block:1.5rem;border-top:1px solid var(--border)}.guide-list-item a{font-family:Georgia,Times New Roman,Songti SC,STSong,SimSun,serif;font-size:1.25rem;font-weight:600;color:var(--text);text-decoration:none}.guide-list-item a:hover{color:var(--accent-hover)}.guide-list-item p{margin-top:.375rem;color:var(--text-muted)}.empty-state{margin-top:2.5rem;padding:1.5rem;background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-muted)}.breadcrumb{font-size:.875rem;color:var(--text-muted)}.breadcrumb ol{display:flex;flex-wrap:wrap;gap:.375rem .75rem;list-style:none;padding-inline-start:0}.guide-article{margin-top:2rem}.guide-article__header h1{font-size:clamp(2rem,4vw,2.75rem)}.guide-article__header p{margin-top:.75rem;color:var(--text-muted)}.breadcrumb time,.guide-article__header time{color:var(--text-muted)}.prose{margin-top:2rem}.prose p{line-height:1.75}.prose p+p{margin-top:1rem}.prose h2{margin-top:2.5rem;font-size:1.5rem}.prose h3{margin-top:2rem;font-size:1.1875rem}.prose h2+p,.prose h3+p{margin-top:.75rem}.prose ol,.prose ul{margin-top:1rem;line-height:1.75}.prose blockquote{margin-top:1.25rem;padding:.75rem 1.25rem;border-left:3px solid var(--border-strong);color:var(--text-muted);border-radius:var(--radius-sm)}.prose blockquote,.prose code{background:var(--surface-soft)}.prose code{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.125rem .375rem;font-size:.875em}.prose pre{margin-top:1.25rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow-x:auto}.prose pre code{background:none;border:none;padding:0;font-size:.875rem}.prose table{display:block;overflow-x:auto;margin-top:1.25rem;border-collapse:collapse}.prose td,.prose th{border:1px solid var(--border);padding:.5rem .875rem;text-align:left}.legal-page h1{font-size:clamp(2rem,4vw,2.75rem)}.legal-section{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}.legal-section h2{font-size:1.375rem}.legal-section p{margin-top:.875rem;line-height:1.75;color:var(--text)}.not-found-view{padding-block:1.5rem}.not-found-view h1{font-size:clamp(2.25rem,5vw,3rem)}.not-found-view>p{margin-top:1rem;color:var(--text-muted);font-size:1.0625rem;max-width:32rem}.not-found-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.875rem 1.5rem;margin-top:2.5rem}.not-found-actions__home{display:inline-block;padding:.625rem 1.25rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);font-weight:600;text-decoration:none}.not-found-actions__home:hover{border-color:var(--accent);text-decoration:none}@media (max-width:639px){.site-header__inner{min-height:3.5rem;gap:.25rem 1rem}.site-nav{gap:1rem;font-size:.875rem}}@media (min-width:640px){.reading-container,.site-container{width:min(calc(100% - 3rem),var(--site-width))}.reading-container{width:min(calc(100% - 3rem),var(--reading-width))}.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.site-main{padding-block:4.5rem}.status-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}