:root{--primary:#171717;--secondary:#4d4d4d;--tertiary:#006bff;--neutral:#f2f2f2;--background-100:#fff;--background-200:#fafafa;--gray-100:#f2f2f2;--gray-200:#ebebeb;--gray-300:#e6e6e6;--gray-400:#eaeaea;--gray-500:#c9c9c9;--gray-600:#a8a8a8;--gray-700:#8f8f8f;--gray-800:#7d7d7d;--gray-900:#4d4d4d;--gray-1000:#171717;--gray-alpha-100:#0000000d;--gray-alpha-200:#00000015;--gray-alpha-300:#0000001a;--gray-alpha-400:#00000014;--gray-alpha-500:#00000036;--gray-alpha-600:#0000003d;--gray-alpha-700:#00000070;--blue-100:#f0f7ff;--blue-200:#e9f4ff;--blue-300:#dfefff;--blue-400:#cae7ff;--blue-500:#94ccff;--blue-600:#48aeff;--blue-700:#006bff;--blue-800:#0059ec;--blue-900:#005ff2;--blue-1000:#002359;--red-100:#ffeeef;--red-400:#ffd7d6;--red-700:#fc0035;--red-800:#ea001d;--red-1000:#47000c;--amber-100:#fff6de;--amber-400:#ffdc73;--amber-800:#ff9300;--amber-900:#aa4d00;--amber-1000:#561900;--green-100:#ecfdec;--green-700:#28a948;--green-900:#107d32;--green-1000:#003a00;--teal-100:#defffb;--teal-700:#00ac96;--teal-900:#007f70;--teal-1000:#003f34;--bg:var(--background-100);--surface:var(--background-100);--surface-subtle:var(--background-200);--surface-raised:var(--gray-100);--surface-strong:var(--gray-1000);--text:var(--gray-1000);--muted:var(--gray-900);--soft:var(--gray-700);--heading:var(--gray-1000);--line:var(--gray-alpha-400);--line-strong:var(--gray-alpha-500);--brand:var(--blue-700);--brand-dark:var(--blue-800);--brand-soft:var(--blue-100);--accent:var(--red-800);--accent-soft:var(--red-100);--warning:var(--amber-900);--warning-soft:var(--amber-100);--focus:var(--blue-700);--shadow-raised:0 2px 2px #0000000a;--shadow-popover:0 1px 1px #00000005, 0 4px 8px -4px #0000000a, 0 16px 24px -8px #0000000f;--radius:6px;--radius-md:12px;--radius-lg:16px;--container:1200px;--page-pad:24px;--mono:"Geist Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;--sans:"Geist Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Arial, "Noto Sans CJK SC", sans-serif;color:var(--text);background:var(--bg);font:16px/1.5 var(--sans);font-synthesis:none;letter-spacing:0;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{background:var(--bg);margin:0}a{color:inherit;text-decoration:none}a:hover{color:var(--brand-dark)}button,input,select{font:inherit}button,.button{border:1px solid var(--gray-1000);border-radius:var(--radius);min-height:40px;color:var(--background-100);background:var(--gray-1000);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:0 10px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}button:hover,.button:hover{color:var(--background-100);background:#000;border-color:#000}.button.secondary{color:var(--primary);background:var(--background-100);border-color:var(--gray-alpha-400)}.button.secondary:hover{color:var(--primary);background:var(--gray-alpha-100);border-color:var(--gray-alpha-500)}button:disabled,.button[aria-disabled=true]{color:var(--gray-700);background:var(--gray-100);border-color:var(--gray-alpha-300);cursor:not-allowed}input,select{border:1px solid var(--gray-alpha-400);border-radius:var(--radius);background:var(--background-100);width:100%;min-height:40px;color:var(--primary);padding:0 12px;font-size:14px;line-height:20px}input::placeholder{color:var(--gray-700)}input:hover,select:hover{border-color:var(--gray-alpha-500)}input:focus,select:focus{border-color:var(--blue-700);outline:none}input:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible{box-shadow:0 0 0 2px var(--background-100), 0 0 0 4px var(--focus);outline:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--heading);letter-spacing:0;font-weight:600}h1{max-width:940px;margin-bottom:24px;font-size:56px;line-height:1}h2{margin-bottom:12px;font-size:24px;line-height:32px}h3{margin-bottom:8px;font-size:16px;line-height:24px}p{margin-bottom:14px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-height:64px;padding:12px max(var(--page-pad), calc((100vw - var(--container)) / 2));background:#fffffff0;justify-content:space-between;align-items:center;gap:24px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;min-width:280px;display:inline-flex}.brand-mark{border:1px solid var(--gray-alpha-400);border-radius:var(--radius);width:32px;height:32px;color:var(--primary);background:var(--background-100);font-family:var(--mono);justify-content:center;align-items:center;font-size:13px;font-weight:600;line-height:20px;display:inline-flex}.brand strong,.brand small{display:block}.brand strong{color:var(--heading);font-size:14px;font-weight:600;line-height:20px}.brand small{color:var(--muted);font-size:12px;line-height:16px}.top-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:2px;display:flex}.top-nav a{border-radius:var(--radius);min-height:32px;color:var(--secondary);align-items:center;padding:0 10px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.top-nav a[aria-current=page],.top-nav a:hover{color:var(--primary);background:var(--gray-alpha-100)}main{max-width:var(--container);padding:0 var(--page-pad) 64px;margin:0 auto}.hero-band{margin:0 calc(var(--page-pad) * -1);padding:64px var(--page-pad) 40px;border-bottom:1px solid var(--line);background:var(--background-100)}.hero-grid{max-width:var(--container);grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:stretch;gap:32px;margin:0 auto;display:grid}.hero-copy{min-width:0}.lede{max-width:760px;color:var(--secondary);font-size:20px;line-height:32px}.eyebrow{color:var(--secondary);text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:500;line-height:16px}.search-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;width:min(800px,100%);margin:32px 0 12px;display:grid}.search-form input{border-color:var(--gray-alpha-500);min-height:48px;box-shadow:var(--shadow-raised);padding:0 12px;font-size:16px;line-height:20px}.search-form button{min-height:48px;padding-inline:14px;font-size:16px;line-height:20px}.hero-note,.helper-text,.meta-line,.footer-meta,.results-header span{color:var(--secondary);font-size:14px;line-height:20px}.data-panel,.boundary-panel,.standard-card,.nav-card,.filters{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.data-panel,.boundary-panel{box-shadow:var(--shadow-raised);padding:24px}.hero-panel{background:var(--background-200);min-height:100%}.panel-topline{color:var(--secondary);margin-bottom:16px;font-size:14px;font-weight:500;line-height:20px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.metric{border:1px solid var(--line);border-radius:var(--radius);background:var(--background-100);padding:16px}.metric strong{color:var(--heading);font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:24px;font-weight:400;line-height:32px;display:block}.metric span{color:var(--secondary);margin-top:4px;font-size:13px;line-height:18px;display:block}.timeline-strip{border-top:1px solid var(--line);color:var(--secondary);justify-content:space-between;gap:12px;margin-top:16px;padding-top:16px;font-size:14px;line-height:20px;display:flex}.timeline-strip strong{color:var(--heading);font-weight:600}.section-grid,.section-band,.page-hero,.detail-page,.guide-page{margin-top:40px}.two-col{grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);align-items:start;gap:24px;display:grid}.section-heading{margin-bottom:16px}.section-heading.tight{margin-bottom:12px}.section-heading h2{max-width:720px}.card-grid{gap:12px;display:grid}.card-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.nav-card{min-height:172px;padding:24px;transition:border-color .15s cubic-bezier(.175,.885,.32,1.1),box-shadow .15s cubic-bezier(.175,.885,.32,1.1),background-color .15s cubic-bezier(.175,.885,.32,1.1);display:block}.nav-card:hover{color:var(--text);border-color:var(--gray-alpha-500);background:var(--background-200);box-shadow:var(--shadow-raised)}.nav-card strong,.nav-card span{display:block}.nav-card strong{color:var(--heading);margin-bottom:8px;font-size:16px;font-weight:600;line-height:24px}.nav-card>span:last-child{color:var(--secondary);font-size:14px;line-height:20px}.nav-card .count{color:var(--brand);font-family:var(--mono);font-variant-numeric:tabular-nums;margin-bottom:12px;font-size:13px;font-weight:400;line-height:20px}.nav-card.tall{min-height:210px}.tag-list{flex-wrap:wrap;gap:8px;display:flex}.tag-list a{border:1px solid var(--line);border-radius:var(--radius);background:var(--background-100);min-height:32px;color:var(--primary);align-items:center;gap:8px;padding:0 10px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.tag-list a:hover{background:var(--gray-alpha-100);border-color:var(--gray-alpha-500)}.tag-list.large a{justify-content:space-between;width:100%}.tag-list a span{color:var(--secondary);font-family:var(--mono);font-variant-numeric:tabular-nums;font-weight:400}.standard-list{gap:12px;display:grid}.standard-row{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;padding:16px;display:grid}.standard-row:hover,.standard-card:hover{border-color:var(--gray-alpha-500)}.standard-row h3,.standard-card h3{margin-top:6px;margin-bottom:8px}.standard-row p,.standard-card p{color:var(--secondary);margin-bottom:10px;font-size:14px;line-height:20px}.standard-code{color:var(--brand);font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:13px;font-weight:400;line-height:20px}.row-badges,.badge-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.row-badges{justify-content:flex-end}.badge{border:1px solid #0000;border-radius:9999px;align-items:center;min-height:24px;padding:2px 8px;font-size:12px;font-weight:400;line-height:16px;display:inline-flex}.badge.strong{color:var(--green-1000);background:var(--green-100);border-color:#d3fad1}.badge.upcoming{color:var(--blue-1000);background:var(--blue-100);border-color:var(--blue-300)}.badge.warn{color:var(--amber-1000);background:var(--amber-100);border-color:#fff1c1}.badge.alert{color:var(--red-1000);background:var(--red-100);border-color:var(--red-400)}.meta-line{flex-wrap:wrap;gap:8px 16px;display:flex}.standard-card{min-height:210px;padding:16px}.boundary-panel{background:var(--background-200)}.page-hero{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px}.page-hero h1{margin-bottom:16px;font-size:48px;line-height:56px}.page-hero p{max-width:780px;color:var(--secondary);font-size:18px;line-height:28px}.compact-hero{padding:24px}.compact-hero h1{font-size:40px;line-height:48px}.stat-row{grid-template-columns:repeat(2,minmax(0,210px));gap:12px;margin-top:24px;display:grid}.search-layout{grid-template-columns:284px minmax(0,1fr);align-items:start;gap:24px;margin-top:24px;display:grid}.filters{padding:16px;position:sticky;top:88px}.filters form{gap:16px;display:grid}.filters label{gap:8px;display:grid}.filters label span{color:var(--secondary);font-size:13px;font-weight:400;line-height:16px}.filter-heading,.results-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.filter-heading strong{color:var(--primary);font-size:16px;font-weight:600;line-height:24px}.filter-heading a{border-radius:var(--radius);min-height:32px;color:var(--primary);align-items:center;padding:0 8px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.filter-heading a:hover{background:var(--gray-alpha-100)}.results-header{min-height:40px;margin-bottom:12px}.results-header div{flex-wrap:wrap;align-items:center;gap:8px 14px;display:flex}.pagination{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.pagination a{border:1px solid var(--gray-alpha-400);border-radius:var(--radius);background:var(--surface);min-height:32px;color:var(--primary);align-items:center;padding:0 10px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.pagination a:hover{background:var(--gray-alpha-100);border-color:var(--gray-alpha-500)}.detail-hero{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:24px;padding:32px;display:grid}.detail-hero h1{font-family:var(--mono);font-variant-numeric:tabular-nums;margin:16px 0 8px;font-size:48px;font-weight:400;line-height:56px}.detail-title{max-width:860px;color:var(--heading);font-size:20px;font-weight:400;line-height:32px}.chinese-title{color:var(--secondary);font-size:16px;line-height:24px}.action-stack{gap:8px;min-width:210px;display:grid}.detail-grid{grid-template-columns:minmax(0,1fr) 320px;gap:24px;margin-top:24px;display:grid}.detail-main,.detail-side{align-content:start;gap:16px;display:grid}.summary-text{color:var(--heading);font-size:18px;line-height:28px}.fact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0 0;display:grid}.stacked-facts{gap:12px;margin-bottom:0;display:grid}.fact-grid div,.stacked-facts div{border-top:1px solid var(--line);padding-top:10px}dt{color:var(--secondary);text-transform:uppercase;font-size:12px;font-weight:400;line-height:16px}dd{color:var(--heading);overflow-wrap:anywhere;margin:4px 0 0}.plain-list{margin:0 0 14px;padding-left:20px}.plain-list li+li{margin-top:8px}.compact-list .standard-row{grid-template-columns:1fr}.compact-list .row-badges{justify-content:flex-start}.article-body{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);max-width:820px;margin-top:24px;padding:32px}.article-body p{color:var(--text);font-size:16px;line-height:24px}.article-body h2{margin-top:32px;font-size:24px;line-height:32px}.site-footer{border-top:1px solid var(--line);background:var(--background-100);color:var(--secondary);padding:24px max(var(--page-pad), calc((100vw - var(--container)) / 2))}.site-footer strong{color:var(--heading);font-weight:600}.footer-meta{flex-wrap:wrap;gap:8px 18px;margin-top:8px;display:flex}.footer-meta a{color:var(--primary);font-weight:500}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}}@media (width<=980px){h1{font-size:40px;line-height:48px}.site-header{flex-direction:column;align-items:flex-start;gap:12px;position:static}.top-nav{justify-content:flex-start}.hero-grid,.two-col,.search-layout,.detail-grid,.detail-hero{grid-template-columns:1fr}.filters{position:static}.card-grid.compact,.card-grid.two,.card-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){:root{--page-pad:14px}main{padding-bottom:42px}.hero-band{padding-top:40px;padding-bottom:32px}h1,.page-hero h1,.compact-hero h1,.detail-hero h1{font-size:32px;line-height:40px}h2{font-size:20px;line-height:26px}.lede,.page-hero p,.detail-title,.article-body p{font-size:16px;line-height:24px}.search-form,.metric-grid,.card-grid.compact,.card-grid.two,.card-grid.three,.fact-grid,.stat-row,.standard-row{grid-template-columns:1fr}.row-badges{justify-content:flex-start}.page-hero,.compact-hero,.detail-hero,.article-body,.data-panel,.boundary-panel{padding:18px}.action-stack,.brand{min-width:0}.top-nav a{padding:0 9px}}
