:root{color-scheme:light;--bg: #f4f6f8;--surface: #ffffff;--surface-elevated: #ffffff;--surface-soft: #f8fbfc;--surface-muted: #eef4f6;--surface-hover: rgba(255, 255, 255, .36);--text: #182226;--muted: #65757e;--muted-strong: #405861;--subtle: #77858b;--border: #d6e0e5;--accent: #1f6f7b;--accent-strong: #143f49;--green: #2d6f5f;--blue: #315f82;--red: #8a514c;--gold: #817143;--soft-green: #eef5f3;--soft-blue: #edf3f7;--soft-red: #f6eeee;--soft-gold: #f4f1e8;--shadow: 0 18px 45px rgba(16, 35, 42, .08);--shadow-soft: 0 10px 28px rgba(16, 35, 42, .04);--panel-gradient: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(248, 251, 252, .98));--header-bg: rgba(247, 249, 250, .86);--header-border: rgba(24, 34, 38, .1);--header-inset: 0 1px 0 rgba(255, 255, 255, .72) inset;--brand-subtle: #71818a;--nav-text: #52666f;--nav-hover-bg: rgba(31, 111, 123, .08);--tag-bg: #eef4f6;--tag-text: #405861;--inline-code-bg: #eef3f5;--inline-code-text: #143f49;--quality-muted: #4f5c62;--code-bg: #172027;--code-text: #eef4f8}html[data-theme=dark]{color-scheme:dark;--bg: #050505;--surface: #111111;--surface-elevated: #151515;--surface-soft: #0d0d0d;--surface-muted: #1a1a1a;--surface-hover: rgba(255, 255, 255, .045);--text: #f4f3ed;--muted: #8f9792;--muted-strong: #c5ccc6;--subtle: #69716c;--border: rgba(255, 255, 255, .08);--accent: #91b8ae;--accent-strong: #d6c384;--green: #91b8ae;--blue: #93adc1;--red: #c6958d;--gold: #d6c384;--soft-green: rgba(145, 184, 174, .12);--soft-blue: rgba(147, 173, 193, .12);--soft-red: rgba(198, 149, 141, .12);--soft-gold: rgba(214, 195, 132, .12);--shadow: 0 22px 56px rgba(0, 0, 0, .34);--shadow-soft: 0 12px 32px rgba(0, 0, 0, .24);--panel-gradient: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));--header-bg: rgba(5, 5, 5, .82);--header-border: rgba(255, 255, 255, .08);--header-inset: none;--brand-subtle: rgba(244, 243, 237, .46);--nav-text: rgba(244, 243, 237, .72);--nav-hover-bg: rgba(214, 195, 132, .08);--tag-bg: rgba(145, 184, 174, .11);--tag-text: #c8d8d3;--inline-code-bg: #171717;--inline-code-text: #e3d292;--quality-muted: #b3bbb5;--code-bg: #0b0d0e;--code-text: #e8eeee}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}body{margin:0;background:var(--bg);color:var(--text);line-height:1.75}a{color:var(--accent-strong);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.site-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--header-border);background:var(--header-bg);backdrop-filter:blur(20px) saturate(120%);box-shadow:var(--header-inset)}.nav{width:min(1120px,calc(100% - 32px));margin:0 auto;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:inline-flex;align-items:center;color:var(--text);line-height:1}.brand:hover,.brand:focus-visible{text-decoration:none}.brand-lockup{display:grid;gap:5px}.brand-lockup strong{color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:1rem;font-weight:760;font-variant-numeric:slashed-zero;font-feature-settings:"zero" 1}.brand-lockup span{color:var(--brand-subtle);max-width:min(520px,calc(100vw - 32px));font-size:12px;font-weight:650;letter-spacing:0;line-height:1.35}.nav-links{display:flex;align-items:center;gap:4px;font-size:.93rem}.nav-links a{position:relative;border-radius:6px;color:var(--nav-text);font-weight:650;line-height:1;padding:9px 11px;transition:background-color .16s ease,color .16s ease}.nav-links a:hover,.nav-links a:focus-visible{background:var(--nav-hover-bg);color:var(--accent-strong);text-decoration:none}.theme-toggle{position:relative;display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid var(--border);border-radius:6px;background:color-mix(in srgb,var(--surface) 86%,transparent);color:var(--nav-text);cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.theme-toggle:hover,.theme-toggle:focus-visible{border-color:color-mix(in srgb,var(--accent) 36%,var(--border));background:var(--nav-hover-bg);color:var(--accent-strong)}.theme-toggle:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 34%,transparent);outline-offset:2px}.theme-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.8}.theme-icon-sun,html[data-theme=dark] .theme-icon-moon{display:none}html[data-theme=dark] .theme-icon-sun{display:block}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.nav-links a[data-tooltip]:before,.nav-links a[data-tooltip]:after{position:absolute;left:50%;z-index:30;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease}.nav-links a[data-tooltip]:before{content:"";top:calc(100% + 5px);border-right:6px solid transparent;border-bottom:6px solid #172027;border-left:6px solid transparent;transform:translate(-50%,-4px)}.nav-links a[data-tooltip]:after{content:attr(data-tooltip);top:calc(100% + 11px);width:max-content;max-width:220px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#172027;box-shadow:0 12px 28px #121f2329;color:#fff;font-size:12px;font-weight:650;line-height:1.35;padding:7px 10px;transform:translate(-50%,-4px);white-space:nowrap}.nav-links a[data-tooltip]:hover:before,.nav-links a[data-tooltip]:hover:after,.nav-links a[data-tooltip]:focus-visible:before,.nav-links a[data-tooltip]:focus-visible:after{opacity:1;transform:translate(-50%)}.page{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:56px 0 72px}.hero{display:grid;gap:14px;margin-bottom:42px}.page>.hero{position:relative;overflow:hidden;margin-bottom:28px;border:1px solid rgba(14,38,45,.14);border-radius:4px;background:var(--panel-gradient),var(--surface);box-shadow:var(--shadow-soft);padding:clamp(24px,4vw,34px)}.page>.hero:before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:var(--accent)}.page>.hero.plain-hero{overflow:visible;margin-bottom:42px;border:0;background:transparent;box-shadow:none;padding:0}.page>.hero.plain-hero:before{content:none}.eyebrow{color:var(--accent);font-weight:700;font-size:.82rem;letter-spacing:0}h1,h2,h3{line-height:1.25;margin:0 0 16px}h1{font-size:clamp(2.2rem,5vw,4.5rem);max-width:980px}.page>.hero .eyebrow{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:760;letter-spacing:.08em;line-height:1;text-transform:uppercase}.page>.hero h1{font-size:clamp(2.1rem,4.2vw,3.65rem);line-height:1.12;margin-bottom:10px}.hero p,.lede{color:var(--muted);max-width:720px;font-size:1.05rem;margin:0}.hero-sort-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px}.hero-sort-head h1{margin-bottom:14px}.sort-segment{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:4px;box-shadow:var(--shadow-soft)}.sort-option{min-height:32px;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:13px;font-weight:700;line-height:1;padding:0 12px;white-space:nowrap}.sort-option[aria-pressed=true]{background:var(--accent-strong);color:#fff}.sort-option:focus-visible{outline:2px solid rgba(31,111,123,.3);outline-offset:2px}.topic-sort-view[hidden]{display:none}.post-list{display:grid;gap:0}.compact-list,.column-post-list{gap:0}.column-post-row{display:grid;grid-template-columns:44px minmax(0,1fr);gap:18px;align-items:stretch}.column-post-row .post-card{width:100%;border-bottom:0}.column-index{display:block;padding-top:22px;color:#1f6f7b9e;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.8rem;font-weight:680;line-height:1;text-align:left}.post-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:start;border:1px solid var(--border);border-radius:4px;background:var(--panel-gradient),var(--surface);box-shadow:var(--shadow-soft);padding:18px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.post-list .post-card{border:0;border-radius:0;background:transparent;box-shadow:none;padding:20px 0}.post-card:hover,.post-card:focus-within{border-color:#1f6f7b42;box-shadow:0 16px 38px #10232a12;transform:translateY(-1px)}.post-list .post-card:hover,.post-list .post-card:focus-within{border-color:#1f6f7b42;background:var(--surface-hover);box-shadow:none;transform:none}.post-card h2{font-size:clamp(1.14rem,1.8vw,1.52rem);margin-bottom:8px}.post-card h2 a{color:var(--text)}.meta,.tag-row{color:var(--muted);font-size:.92rem}.post-card .meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.tag-row{display:flex;gap:8px;flex-wrap:wrap}.tag{border:1px solid var(--border);border-radius:4px;padding:2px 9px;background:var(--tag-bg);color:var(--tag-text);font-size:.88rem;line-height:1.55}.score-pill{display:inline-flex;align-items:center;min-height:24px;border:1px solid rgba(31,111,123,.26);border-radius:999px;padding:0 9px;background:var(--soft-green);color:var(--accent-strong);font-size:12px;font-weight:700;line-height:1;white-space:nowrap}.meta-groups{display:grid;gap:12px;margin-top:10px}.meta-groups.compact{gap:8px;margin-top:14px}.meta-group{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:.92rem}.meta-group>span{flex:0 0 auto;color:var(--subtle)}.pagination{margin-top:34px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--muted)}.pagination a,.pagination span{border:1px solid var(--border);border-radius:4px;padding:8px 12px;background:var(--surface);box-shadow:var(--shadow-soft)}.pagination a{transition:border-color .16s ease,background-color .16s ease,color .16s ease}.pagination a:hover,.pagination a:focus-visible{border-color:#1f6f7b4d;color:var(--accent-strong);text-decoration:none}.pagination span[aria-disabled=true]{opacity:.45}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:28px;align-items:start}.article{background:var(--surface);border:1px solid var(--border);border-radius:4px;box-shadow:var(--shadow-soft);padding:clamp(24px,4vw,52px)}.article h1{font-size:clamp(2rem,4vw,3.3rem)}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{scroll-margin-top:96px}.post-body h1{border-bottom:1px solid var(--border);font-size:clamp(1.75rem,2.8vw,2.25rem);margin-top:40px;padding-bottom:10px}.post-body h2{border-bottom:1px solid var(--border);font-size:clamp(1.45rem,2.2vw,1.8rem);margin-top:38px;padding-bottom:8px}.post-body h3{font-size:clamp(1.22rem,1.8vw,1.42rem);margin-top:30px}.post-body h4{color:var(--muted-strong);font-size:1.08rem;margin-top:24px}.post-body h5,.post-body h6{color:var(--muted);font-size:1rem;margin-top:20px}.post-body h1:first-child,.post-body h2:first-child,.post-body h3:first-child,.post-body h4:first-child{margin-top:0}.article .headerlink{display:none}.article pre{overflow:auto;background:var(--code-bg);color:var(--code-text);border-radius:4px;padding:18px;margin:20px 0}.article code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92em}.article p code,.article li code{background:var(--inline-code-bg);border:1px solid var(--border);border-radius:4px;color:var(--inline-code-text);padding:.12em .35em}.article figure.highlight,.article figure.hljs{background:var(--code-bg);border:1px solid #303a42;border-radius:4px;color:var(--code-text);margin:24px 0;overflow:hidden}.article figure.highlight table,.article figure.hljs table{display:table;width:100%;margin:0;border-collapse:collapse}.article figure.highlight td,.article figure.highlight th,.article figure.hljs td,.article figure.hljs th{border:0;padding:0}.article figure.highlight .gutter,.article figure.hljs .gutter{display:none}.article figure.highlight .code,.article figure.hljs .code{width:100%}.article figure.highlight pre,.article figure.hljs pre{background:transparent;border-radius:0;margin:0;padding:18px}.article figure.highlight code,.article figure.hljs code,.article pre code{color:inherit;background:transparent;border:0;padding:0;line-height:1.7}.article .hljs-keyword,.article .hljs-selector-tag,.article .hljs-title{color:#9fd0ff}.article .hljs-string,.article .hljs-attr,.article .hljs-symbol{color:#b8e994}.article .hljs-comment,.article .hljs-quote{color:#91a0aa}.article .hljs-number,.article .hljs-literal{color:#f0c674}.article table{display:block;width:100%;overflow-x:auto;border-collapse:collapse}.article td,.article th{border:1px solid var(--border);padding:8px 10px}.post-body,.post-body p,.post-body li{color:var(--text)}.post-body a{color:var(--accent-strong);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--accent-strong) 38%,transparent);text-underline-offset:3px}.post-body a:hover,.post-body a:focus-visible{text-decoration-color:currentColor}.article blockquote{margin:24px 0;border-left:3px solid var(--accent);border-radius:0 4px 4px 0;background:color-mix(in srgb,var(--surface-muted) 72%,transparent);color:var(--muted-strong);padding:14px 18px}.article blockquote>:first-child{margin-top:0}.article blockquote>:last-child{margin-bottom:0}.article hr{height:1px;border:0;background:var(--border);margin:36px 0}.article th{background:color-mix(in srgb,var(--surface-muted) 72%,transparent);color:var(--text)}.article img{border-radius:4px;background:var(--surface-soft)}.sidebar{position:sticky;top:92px;color:var(--muted);font-size:.95rem}.sidebar-meta{border:1px solid var(--border);border-radius:4px;background:var(--surface);box-shadow:var(--shadow-soft);margin-bottom:18px;padding:16px}.sidebar-meta p{margin:0 0 10px}.quality-panel{border:1px solid var(--border);border-radius:4px;background:var(--surface);padding:18px;box-shadow:var(--shadow-soft)}.quality-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.quality-panel-head strong{color:var(--accent-strong);font-size:1.8rem;line-height:1}.quality-kicker{color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:0}.quality-panel h2{margin:0 0 12px;color:var(--text);font-size:1.1rem}.quality-panel p{margin:14px 0 0;color:var(--quality-muted);line-height:1.7}.quality-panel ul{display:grid;gap:8px;margin:14px 0 0;padding-left:18px}.quality-panel li{padding-left:2px;line-height:1.6}.quality-panel li::marker{color:var(--accent)}.quality-meter{height:8px;overflow:hidden;border-radius:999px;background:var(--surface-muted)}.quality-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),var(--gold),var(--accent))}.term-grid{display:flex;flex-wrap:wrap;gap:10px 12px}.term-grid a{display:inline-flex;align-items:baseline;gap:8px;border:1px solid var(--border);border-radius:4px;padding:8px 13px;background:var(--panel-gradient),var(--surface);box-shadow:var(--shadow-soft);color:var(--text);font-weight:650;line-height:1;transition:border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.term-grid a span{font-size:.96rem}.term-grid a strong{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.86rem;font-weight:760;line-height:1}.term-grid a:hover,.term-grid a:focus-visible{border-color:#1f6f7b57;box-shadow:0 16px 38px #10232a12;color:var(--accent-strong);text-decoration:none;transform:translateY(-1px)}.home-product{padding-top:30px}.home-product a:hover{text-decoration:none}.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.36fr) minmax(320px,.74fr);gap:24px;align-items:stretch;min-width:0}.home-hero-main{position:relative;width:100%;min-width:0;min-height:clamp(400px,35vw,440px);border:1px solid rgba(14,38,45,.22);border-radius:4px;overflow:hidden;color:#fff;background:#101a1d;box-shadow:0 24px 58px #0d1f2621}.hero-slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-start;padding:52px 48px 102px;background-image:linear-gradient(90deg,#071215f0,#071215c2 45%,#0712153d),linear-gradient(180deg,#07121514,#07121594),var(--hero-image);background-position:center;background-size:cover;box-shadow:inset 0 0 0 1px #ffffff0a;opacity:0;pointer-events:none;transform:scale(1.018);transition:opacity .56s ease,transform .9s cubic-bezier(.2,.8,.2,1)}.hero-slide[hidden]{display:none}.hero-slide[data-active=true]{z-index:1;opacity:1;pointer-events:auto;transform:scale(1)}.kicker{margin:0 0 12px;color:#ffffffb8;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin:0 0 16px;color:#91b8aead;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px;letter-spacing:0;line-height:1.3;text-transform:uppercase}.hero-meta span{position:relative}.hero-meta span+span:before{content:"/";margin-right:14px;color:#91b8ae57}.home-hero-main h1{display:-webkit-box;max-width:640px;overflow:hidden;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(31px,3.25vw,44px);line-height:1.14;letter-spacing:0;overflow-wrap:anywhere;word-break:break-word}.home-hero-main .lead{display:-webkit-box;max-width:590px;overflow:hidden;margin:16px 0 0;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#f4f3edb3;font-size:14.5px;line-height:1.68;overflow-wrap:anywhere}.hero-actions{position:absolute;left:48px;right:auto;bottom:42px;display:flex;gap:10px;flex-wrap:wrap;margin-top:0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--text);font-size:13.5px;font-weight:650;line-height:1;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.button.primary{border-color:var(--accent-strong);background:var(--accent-strong);color:#fff}.hero-actions .button{border-color:#ffffff3d;background:#ffffff1f;color:#fff}.hero-actions .button.primary{min-height:42px;padding:0 20px;border-color:#f1f7f9f5;background:#f1f7f9f5;color:#122d35;box-shadow:0 14px 30px #0000002e}.hero-controls{position:absolute;z-index:3;right:48px;bottom:58px;left:auto;display:flex;align-items:center;gap:8px}.hero-controls .path-dot{border-color:#f1f7f961;background:#f1f7f929}.hero-controls .path-dot[aria-pressed=true]{background:#f1f7f9;border-color:#f1f7f9}.signal-panel{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:16px;min-width:0}.stat-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stat,.author-card,.module,.pillar,.path-card,.article-card{border:1px solid var(--border);border-radius:4px;background:var(--surface);box-shadow:var(--shadow-soft)}.author-card{min-height:0;min-width:0;padding:24px;display:flex;flex-direction:column;justify-content:flex-start;gap:16px;background:var(--panel-gradient),var(--surface);box-shadow:var(--shadow)}.author-card-head{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:18px}.author-card-head img{width:66px;height:66px;flex:0 0 auto;border:1px solid rgba(24,34,38,.12);border-radius:50%;object-fit:cover;box-shadow:0 18px 36px #10232a1f}.author-card-head strong{display:block;color:var(--text);font-size:29px;line-height:1.05;margin-bottom:0}.author-card p{margin:0;color:var(--muted-strong);font-size:15px;line-height:1.68;overflow-wrap:anywhere}.author-meta{display:grid;gap:0;margin:2px 0 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.author-meta div{display:grid;grid-template-columns:78px minmax(0,1fr);gap:12px;padding:10px 0;border-top:1px solid rgba(214,224,229,.72)}.author-meta div:first-child{border-top:0}.author-meta dt,.author-meta dd{margin:0}.author-meta dt{color:var(--subtle);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px;font-weight:720;letter-spacing:.08em;line-height:1.45;text-transform:uppercase}.author-meta dd{color:var(--muted-strong);font-size:13px;font-weight:650;line-height:1.45;overflow-wrap:anywhere}.author-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;margin-top:0}.author-actions .button{min-height:36px;padding:0 12px;font-size:13px}.stat{min-height:96px;padding:18px;color:var(--text);box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.stat:hover,.stat:focus-visible{border-color:#1f6f7b57;box-shadow:0 14px 34px #10232a14;transform:translateY(-1px)}.stat:focus-visible{outline:2px solid rgba(31,111,123,.28);outline-offset:3px}.stat strong{display:block;color:var(--accent);font-size:31px;line-height:1.1;margin-bottom:8px}.stat span{color:var(--muted);font-size:13px}.module{padding:20px}.module h2,.product-section-head h2{margin:0;font-size:26px;line-height:1.22}.module p,.product-section-head p{margin:10px 0 0;color:var(--muted);line-height:1.65}.product-section{padding-top:42px}.product-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.product-section-head p{max-width:650px}.pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pillar{position:relative;min-width:0;min-height:204px;overflow:hidden;padding:20px;display:flex;flex-direction:column;justify-content:space-between;color:var(--text);background:var(--panel-gradient),var(--surface);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.pillar.blue{--pillar-accent: var(--blue)}.pillar.green{--pillar-accent: var(--green)}.pillar.gold{--pillar-accent: var(--gold)}.pillar.red{--pillar-accent: var(--red)}.pillar:before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:var(--pillar-accent, var(--accent))}.pillar:hover,.pillar:focus-visible{border-color:color-mix(in srgb,var(--pillar-accent, var(--accent)) 44%,var(--border));box-shadow:0 18px 42px #10232a14;transform:translateY(-2px)}.pillar:focus-visible{outline:2px solid color-mix(in srgb,var(--pillar-accent, var(--accent)) 28%,transparent);outline-offset:3px}.pillar-id{display:inline-flex;align-items:center;width:max-content;margin-bottom:20px;color:var(--pillar-accent, var(--accent));font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:760;line-height:1}.pillar h3{margin:0 0 12px;font-size:18.5px;line-height:1.25}.pillar p{margin:0;color:var(--muted-strong);font-size:13.5px;line-height:1.62;overflow-wrap:anywhere}.pillar-count{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;border-top:1px solid var(--border);padding-top:12px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12.5px}.path-showcase{display:grid;grid-template-rows:350px auto;gap:12px;position:relative}.path-slide{grid-column:1;grid-row:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:14px;align-items:stretch;min-height:0;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .52s ease,transform .68s cubic-bezier(.2,.8,.2,1)}.path-slide[hidden]{display:none}.path-slide[data-active=true]{z-index:1;opacity:1;pointer-events:auto;transform:translateY(0)}.path-cover{height:350px;min-height:0;padding:34px;border:1px solid rgba(14,38,45,.14);border-radius:4px;color:#fff;background-position:center;background-size:cover;box-shadow:0 18px 44px #10232a1a;display:flex;flex-direction:column;justify-content:end}.path-cover h2{display:-webkit-box;max-width:620px;overflow:hidden;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(28px,3.5vw,44px);line-height:1.12}.path-cover p:not(.kicker){display:-webkit-box;max-width:620px;overflow:hidden;margin:16px 0 0;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#ffffffd6;line-height:1.65}.path-card{height:350px;min-height:0;padding:0;overflow:hidden}.mini-list{display:grid;grid-template-rows:repeat(3,minmax(0,1fr));height:100%}.mini-list a{display:flex;flex-direction:column;justify-content:center;gap:7px;min-height:0;padding:18px;border-top:1px solid var(--border);color:var(--text);line-height:1.35}.mini-list a:first-child{border-top:0}.mini-list strong{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;line-height:1.32}.mini-list span{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--muted);font-size:13px;line-height:1.45}.path-controls{grid-column:1;grid-row:2;display:flex;align-items:center;justify-content:space-between;gap:14px}.path-arrows,.path-dots{display:flex;align-items:center;gap:8px}.icon-button,.path-dot{border:1px solid var(--border);background:var(--surface);cursor:pointer}.icon-button{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:5px;color:var(--text);font:inherit;line-height:1}.icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.9}.path-dot{width:10px;height:10px;padding:0;border-radius:999px}.path-dot[aria-pressed=true]{width:28px;background:var(--accent-strong);border-color:var(--accent-strong)}.articles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.article-card{display:flex;flex-direction:column;gap:14px;min-height:230px;padding:18px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.article-card:hover,.article-card:focus-within,.article-card:focus-visible{border-color:#1f6f7b42;box-shadow:0 16px 38px #10232a12;transform:translateY(-1px)}.article-card:focus-visible{outline:2px solid rgba(31,111,123,.28);outline-offset:3px}.article-card>.tag{align-self:flex-start;display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:4px;background:var(--tag-bg);color:var(--tag-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1}.article-card h3{display:-webkit-box;overflow:hidden;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:18px;line-height:1.32}.article-card h3 a{color:var(--text)}.article-card p{display:-webkit-box;overflow:hidden;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:var(--muted);font-size:14px;line-height:1.65}.article-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;color:var(--muted);font-size:12px}.home-section{border-top:1px solid var(--border);padding:34px 0}.section-heading,.start-here{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.section-heading h2,.start-here h2{font-size:clamp(1.45rem,2.4vw,2rem);margin-bottom:0}.text-link,.cta-link{flex:0 0 auto;border:1px solid var(--border);border-radius:5px;background:var(--surface);padding:8px 12px;color:var(--text);font-size:13.5px;font-weight:650;line-height:1;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.text-link:hover,.text-link:focus-visible,.cta-link:hover,.cta-link:focus-visible{border-color:#1f6f7b4d;color:var(--accent-strong);text-decoration:none}.cta-link{margin-top:8px}.topic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.topic-card{position:relative;overflow:hidden;min-height:190px;border:1px solid var(--border);border-radius:4px;background:var(--panel-gradient),var(--surface);box-shadow:var(--shadow-soft);padding:20px;display:flex;flex-direction:column;justify-content:space-between;gap:16px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.topic-card.blue{--topic-accent: var(--blue)}.topic-card.green{--topic-accent: var(--green)}.topic-card.gold{--topic-accent: var(--gold)}.topic-card.red{--topic-accent: var(--red)}.topic-card:before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:var(--topic-accent, var(--accent))}.topic-card:hover,.topic-card:focus-visible{border-color:color-mix(in srgb,var(--topic-accent, var(--accent)) 44%,var(--border));box-shadow:0 18px 42px #10232a14;text-decoration:none;transform:translateY(-2px)}.topic-card:focus-visible{outline:2px solid color-mix(in srgb,var(--topic-accent, var(--accent)) 28%,transparent);outline-offset:3px}.topic-card span{color:var(--text);font-size:1.2rem;font-weight:700}.topic-card p{color:var(--muted-strong);font-size:.95rem;line-height:1.65;margin:0}.topic-card strong{color:var(--topic-accent, var(--accent));font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.82rem;font-weight:700}.path-list{display:grid;gap:30px}.path-node{border-top:1px solid var(--border);padding-top:24px}.path-node-heading{display:flex;align-items:baseline;gap:12px;margin-bottom:10px}.path-node-heading span{color:var(--accent);font-weight:750}.path-node-heading h2{font-size:clamp(1.35rem,2.2vw,1.85rem);margin-bottom:0}.empty-state{border:1px dashed var(--border);border-radius:4px;color:var(--muted);margin:0;padding:18px;background:color-mix(in srgb,var(--surface) 58%,transparent)}.site-footer{border-top:1px solid var(--border);color:var(--muted);padding:28px 0}.site-footer div{width:min(1120px,calc(100% - 32px));margin:0 auto}@media(max-width:760px){.nav{align-items:flex-start;flex-direction:column;padding:16px 0;gap:10px}.nav-links{flex-wrap:wrap}.page{padding-top:36px}.home-product{padding-top:28px}.home-hero-grid,.path-slide{grid-template-columns:minmax(0,1fr)}.home-hero-main{height:540px;min-height:0;max-width:calc(100vw - 32px)}.hero-slide{padding:40px 24px 96px;max-width:100%}.hero-meta,.home-hero-main h1,.home-hero-main .lead{width:100%;max-width:calc(100vw - 104px)}.home-hero-main h1{display:block;overflow:visible;max-width:min(100%,calc(100vw - 128px));font-size:clamp(27px,7.4vw,32px);-webkit-line-clamp:unset;-webkit-box-orient:unset;line-break:anywhere;word-break:break-all}.home-hero-main .lead{font-size:16px}.hero-controls{right:24px;bottom:43px;left:auto}.hero-actions{left:24px;right:auto;bottom:28px;margin-top:0}.author-card{padding:24px;max-width:calc(100vw - 32px);overflow:hidden}.author-card-head{flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:14px}.author-card-head img{width:68px;height:68px}.author-card-head strong{font-size:25px;margin-bottom:6px}.author-card p{font-size:16px;line-break:anywhere;word-break:break-all}.stat-row,.pillars,.articles{grid-template-columns:minmax(0,1fr)}.path-cover,.path-card{height:auto;min-height:auto}.path-showcase{grid-template-rows:auto auto}.path-cover{height:360px;padding:24px}.path-card{min-height:300px}.product-section-head,.path-controls{align-items:flex-start;flex-direction:column}.post-card{grid-template-columns:1fr}.column-post-row{grid-template-columns:34px minmax(0,1fr);gap:12px}.pagination{align-items:stretch;flex-direction:column}.section-heading,.start-here,.hero-sort-head{flex-direction:column}.hero-sort-head{align-items:stretch}.sort-segment{align-self:flex-start}.text-link,.cta-link{width:100%;text-align:center}.content-grid{grid-template-columns:1fr}.sidebar{position:static}}@media(min-width:761px)and (max-width:1080px){.home-hero-grid,.path-slide{grid-template-columns:minmax(0,1fr)}.path-showcase{grid-template-rows:auto auto}.path-cover,.path-card{height:320px}.pillars,.articles{grid-template-columns:repeat(2,minmax(0,1fr))}}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.site-footer nav{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.site-footer a{color:inherit;font-size:13px;font-weight:650}.blog-tools{display:flex;flex-wrap:wrap;gap:8px;margin:-8px 0 28px}.blog-tools a{min-height:34px;display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--muted);font-size:13px;font-weight:700;line-height:1;padding:0 12px}.blog-tools a:hover,.blog-tools a:focus-visible{border-color:#1f6f7b4d;color:var(--accent-strong);text-decoration:none}html[data-theme=dark] body:not(.brand-surface){background:radial-gradient(circle at 78% 8%,rgba(145,184,174,.08),transparent 28%),linear-gradient(transparent 0 95%,#ffffff05 95% 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.016) 0 1px,transparent 1px 92px),var(--bg)}html[data-theme=dark] .site-header{border-bottom-color:var(--border);background:var(--header-bg);box-shadow:none}html[data-theme=dark] a{color:var(--accent-strong)}html[data-theme=dark] .brand,html[data-theme=dark] .brand-lockup strong,html[data-theme=dark] .nav-links a,html[data-theme=dark] .pillar,html[data-theme=dark] .topic-card,html[data-theme=dark] .mini-list a,html[data-theme=dark] .stat,html[data-theme=dark] .post-card h2 a,html[data-theme=dark] .article-card h3 a{color:var(--text)}html[data-theme=dark] .brand-lockup span{color:var(--brand-subtle)}html[data-theme=dark] .nav-links a{color:var(--nav-text)}html[data-theme=dark] .nav-links a:hover,html[data-theme=dark] .nav-links a:focus-visible{background:var(--nav-hover-bg);color:var(--accent-strong)}html[data-theme=dark] .page>.hero:not(.plain-hero),html[data-theme=dark] .post-card,html[data-theme=dark] .article,html[data-theme=dark] .sidebar-meta,html[data-theme=dark] .quality-panel,html[data-theme=dark] .term-grid a,html[data-theme=dark] .author-card,html[data-theme=dark] .stat,html[data-theme=dark] .module,html[data-theme=dark] .pillar,html[data-theme=dark] .path-card,html[data-theme=dark] .article-card,html[data-theme=dark] .topic-card,html[data-theme=dark] .sort-segment,html[data-theme=dark] .pagination a,html[data-theme=dark] .pagination span,html[data-theme=dark] .blog-tools a,html[data-theme=dark] .text-link,html[data-theme=dark] .cta-link,html[data-theme=dark] .button,html[data-theme=dark] .system-entry,html[data-theme=dark] .about-card,html[data-theme=dark] .timeline-item{border-color:var(--border);background:var(--panel-gradient),var(--surface);box-shadow:var(--shadow-soft)}html[data-theme=dark] .page>.hero.plain-hero{background:transparent;box-shadow:none}html[data-theme=dark] .post-list .post-card{border-color:transparent;background:transparent;box-shadow:none}html[data-theme=dark] .post-list .post-card:hover,html[data-theme=dark] .post-list .post-card:focus-within,html[data-theme=dark] .mini-list a:hover,html[data-theme=dark] .mini-list a:focus-visible{background:var(--surface-hover)}html[data-theme=dark] .post-card:hover,html[data-theme=dark] .post-card:focus-within,html[data-theme=dark] .term-grid a:hover,html[data-theme=dark] .term-grid a:focus-visible,html[data-theme=dark] .topic-card:hover,html[data-theme=dark] .topic-card:focus-visible,html[data-theme=dark] .pillar:hover,html[data-theme=dark] .pillar:focus-visible,html[data-theme=dark] .article-card:hover,html[data-theme=dark] .article-card:focus-within,html[data-theme=dark] .article-card:focus-visible,html[data-theme=dark] .stat:hover,html[data-theme=dark] .stat:focus-visible{box-shadow:0 18px 46px #00000057}html[data-theme=dark] .tag,html[data-theme=dark] .article-card>.tag,html[data-theme=dark] .score-pill{border-color:#91b8ae2e;background:var(--tag-bg);color:var(--tag-text)}html[data-theme=dark] .score-pill,html[data-theme=dark] .quality-panel-head strong{color:var(--accent-strong)}html[data-theme=dark] .article{background:linear-gradient(180deg,#ffffff09,#ffffff03),#0f0f0f}html[data-theme=dark] .post-body,html[data-theme=dark] .post-body p,html[data-theme=dark] .post-body li{color:var(--muted-strong)}html[data-theme=dark] .post-body h1,html[data-theme=dark] .post-body h2{border-bottom-color:#ffffff1a}html[data-theme=dark] .post-body h4,html[data-theme=dark] .quality-panel p,html[data-theme=dark] .topic-card p,html[data-theme=dark] .pillar p,html[data-theme=dark] .author-card p,html[data-theme=dark] .system-entry p,html[data-theme=dark] .contact-list li,html[data-theme=dark] .about-card p,html[data-theme=dark] .timeline-item p{color:var(--muted)}html[data-theme=dark] .article p code,html[data-theme=dark] .article li code,html[data-theme=dark] .sidebar-meta code{border-color:#ffffff1a;background:var(--inline-code-bg);color:var(--inline-code-text)}html[data-theme=dark] .article pre,html[data-theme=dark] .article figure.highlight,html[data-theme=dark] .article figure.hljs{border:1px solid rgba(255,255,255,.1);background:var(--code-bg)}html[data-theme=dark] .article blockquote{border-left-color:var(--accent);background:#91b8ae14;color:var(--muted-strong)}html[data-theme=dark] .article th{background:#ffffff0b}html[data-theme=dark] .article td,html[data-theme=dark] .article th{border-color:#ffffff1a}html[data-theme=dark] .article img{background:#151515}html[data-theme=dark] .sort-option[aria-pressed=true],html[data-theme=dark] .button.primary,html[data-theme=dark] .path-dot[aria-pressed=true]{border-color:var(--accent-strong);background:var(--accent-strong);color:#0b0b0b}html[data-theme=dark] .button:not(.primary):hover,html[data-theme=dark] .button:not(.primary):focus-visible,html[data-theme=dark] .text-link:hover,html[data-theme=dark] .text-link:focus-visible,html[data-theme=dark] .cta-link:hover,html[data-theme=dark] .cta-link:focus-visible,html[data-theme=dark] .blog-tools a:hover,html[data-theme=dark] .blog-tools a:focus-visible,html[data-theme=dark] .pagination a:hover,html[data-theme=dark] .pagination a:focus-visible,html[data-theme=dark] .icon-button:hover,html[data-theme=dark] .icon-button:focus-visible{border-color:color-mix(in srgb,var(--accent-strong) 32%,transparent);background:#d6c38414;color:var(--accent-strong)}html[data-theme=dark] .author-card-head img{border-color:#ffffff1f;box-shadow:0 18px 36px #00000042}html[data-theme=dark] .author-meta div{border-top-color:#ffffff14}html[data-theme=dark] .quality-meter{background:#202020}html[data-theme=dark] .empty-state{border-color:#ffffff1f;background:#ffffff08}html[data-theme=dark] .systems-page .plain-hero,html[data-theme=dark] .systems-hero,html[data-theme=dark] .about-hero{color:var(--text)}html[data-theme=dark] .system-entry{background:#ffffff09}html[data-theme=dark] .contact-email{color:var(--text);text-decoration-color:color-mix(in srgb,var(--accent-strong) 34%,transparent)}html[data-theme=dark] .home-hero-main,html[data-theme=dark] .path-cover{color:var(--text)}html[data-theme=dark] .kicker{color:color-mix(in srgb,var(--accent) 76%,var(--text))}html[data-theme=dark] .note-topic{color:var(--accent)}html[data-theme=dark] .home-hero-main .lead,html[data-theme=dark] .path-cover p:not(.kicker){color:color-mix(in srgb,var(--muted-strong) 82%,transparent)}html[data-theme=dark] .hero-actions .button.primary{border-color:var(--accent-strong);background:var(--accent-strong);color:#0b0b0b}html[data-theme=dark] .site-footer{border-top-color:var(--border);color:var(--muted)}html[data-theme=dark] .site-footer a:hover,html[data-theme=dark] .site-footer a:focus-visible{color:var(--text);text-decoration:none}.brand-surface{--bg: #080a0a;--surface: #0d1110;--text: #f4f3ed;--muted: #8f9792;--muted-strong: #c5ccc6;--subtle: #69716c;--border: rgba(183, 204, 193, .16);--accent: #91b8ae;--accent-strong: #d6c384;--brand-subtle: rgba(244, 243, 237, .46);--nav-text: rgba(244, 243, 237, .72);--nav-hover-bg: rgba(214, 195, 132, .08);color-scheme:dark;background:radial-gradient(circle at 66% 18%,rgba(145,184,174,.12),transparent 30%),linear-gradient(transparent 0 95%,#ffffff06 95% 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.026) 0 1px,transparent 1px 92px),#080a0a;color:var(--text)}.brand-surface:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:radial-gradient(rgba(255,255,255,.12) .5px,transparent .5px);background-size:3px 3px;opacity:.08}.brand-surface .site-shell{min-height:100vh}.brand-surface .site-header{border-bottom-color:#b7ccc121;background:#080a0ac7;box-shadow:none}.brand-surface .brand,.brand-surface .brand-lockup strong{color:var(--text)}.brand-surface .brand-lockup span{color:var(--brand-subtle)}.brand-surface .nav-links a{color:var(--nav-text)}.brand-surface .nav-links a:hover,.brand-surface .nav-links a:focus-visible{background:var(--nav-hover-bg);color:var(--accent-strong)}.brand-surface .site-footer{border-top-color:#b7ccc121;color:var(--subtle)}.brand-surface .site-footer a:hover,.brand-surface .site-footer a:focus-visible{color:var(--text);text-decoration:none}.brand-home{width:min(1160px,calc(100% - 32px));margin:0 auto;padding:clamp(54px,8vw,108px) 0 82px}.brand-hero{min-height:min(720px,calc(100vh - 116px));display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.74fr);gap:clamp(34px,6vw,84px);align-items:center}.brand-hero-copy{min-width:0}.brand-tagline,.section-label,.system-visual-topline,.recent-notes-head,.system-index,.system-axis{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;letter-spacing:.08em;text-transform:uppercase}.brand-tagline{margin:0 0 22px;color:color-mix(in srgb,var(--accent-strong) 82%,transparent);font-size:12px;font-weight:760}.brand-hero h1{max-width:none;margin:0 0 24px;color:var(--text);font-size:clamp(5.8rem,19vw,15.5rem);font-weight:780;line-height:.78;letter-spacing:0}.brand-lede{max-width:700px;margin:0;color:color-mix(in srgb,var(--text) 82%,transparent);font-size:clamp(1.08rem,2vw,1.52rem);font-weight:520;line-height:1.55}.brand-lede.cn{max-width:620px;margin-top:12px;color:var(--muted);font-size:clamp(.98rem,1.4vw,1.12rem);line-height:1.8}.brand-axis{display:flex;flex-wrap:wrap;gap:8px;margin-top:34px}.brand-axis span,.signal-tags span{border:1px solid rgba(183,204,193,.15);border-radius:999px;background:#f4f3ed09;color:color-mix(in srgb,var(--text) 62%,transparent);font-size:12px;font-weight:700;line-height:1;padding:9px 11px}.system-visual{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(183,204,193,.14);border-radius:8px;background:linear-gradient(rgba(183,204,193,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(183,204,193,.035) 1px,transparent 1px),#0a0e0db8;background-size:34px 34px;box-shadow:0 24px 72px #00000038}.system-visual:after{content:"";position:absolute;inset:0;pointer-events:none;border:1px solid rgba(255,255,255,.035)}.system-visual-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(183,204,193,.12);color:var(--subtle);font-size:10px;font-weight:750;line-height:1;padding:14px 16px}.orbit-field{aspect-ratio:1.26;display:grid;place-items:center;padding:clamp(10px,2vw,24px)}.orbit-field svg{width:100%;height:auto;overflow:visible}.orbit-ring,.signal-line,.core-ring{fill:none;vector-effect:non-scaling-stroke}.orbit-ring{stroke:url(#orbitLine);stroke-width:1.2}.orbit-ring.secondary{stroke:#91b8ae30;stroke-dasharray:8 10}.signal-line{stroke:#d6c3848a;stroke-width:1.5}.core-ring{stroke:#f4f3ed2b;stroke-width:1}.core-dot,.node circle{fill:var(--accent-strong)}.node circle{filter:drop-shadow(0 0 12px rgba(214,195,132,.28))}.node text{fill:color-mix(in srgb,var(--text) 70%,transparent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:14px;font-weight:650;letter-spacing:0}.system-readout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(183,204,193,.12)}.system-readout div{min-width:0;padding:14px 16px 16px;border-left:1px solid rgba(183,204,193,.1)}.system-readout div:first-child{border-left:0}.system-readout span{display:block;margin-bottom:6px;color:var(--subtle);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:10px;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}.system-readout strong{display:block;overflow:hidden;color:var(--muted-strong);font-size:13px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.brand-statement,.current-signal{margin-top:clamp(64px,10vw,116px);border-top:1px solid rgba(183,204,193,.14);padding-top:clamp(28px,5vw,48px)}.section-label{margin:0 0 14px;color:color-mix(in srgb,var(--accent) 72%,transparent);font-size:11px;font-weight:780;line-height:1}.brand-statement h2,.current-signal h2,.systems-hero h1{max-width:760px;margin:0;color:var(--text);font-size:clamp(2rem,4vw,4.1rem);font-weight:720;line-height:1.02}.brand-statement p:last-child{max-width:740px;margin:22px 0 0 auto;color:var(--muted-strong);font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.9}.current-signal{display:grid;grid-template-columns:minmax(0,.82fr) minmax(360px,1fr);gap:clamp(28px,6vw,74px);align-items:start}.signal-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.recent-notes{border:1px solid rgba(183,204,193,.14);border-radius:8px;background:#0a0e0d94}.recent-notes-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(183,204,193,.12);color:var(--subtle);font-size:11px;font-weight:760;line-height:1;padding:16px 18px}.recent-notes-head a{color:var(--accent-strong)}.note-list{display:grid}.note-row{display:grid;grid-template-columns:94px minmax(0,1fr) auto;gap:18px;align-items:baseline;border-top:1px solid rgba(183,204,193,.1);padding:18px}.note-row:first-child{border-top:0}.note-topic{color:var(--accent);font-size:12px;font-weight:760;line-height:1.35}.note-row h3{margin:0;font-size:clamp(1rem,1.45vw,1.18rem);line-height:1.45}.note-row h3 a{color:var(--text)}.note-row time{color:var(--subtle);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px;white-space:nowrap}.systems-page{padding-top:74px}.systems-hero p{max-width:640px;margin-top:18px}.systems-grid{display:grid;gap:12px;margin-top:42px}.system-entry{display:grid;grid-template-columns:58px minmax(0,1fr) minmax(120px,auto);gap:18px;align-items:baseline;border:1px solid var(--border);border-radius:6px;background:#ffffffb8;padding:20px}.system-entry h2{margin:0 0 8px;font-size:clamp(1.25rem,2vw,1.65rem)}.system-entry p{margin:0;color:var(--muted)}.system-index{color:var(--accent);font-size:12px;font-weight:780}.system-axis{color:var(--muted);font-size:11px;font-weight:720;text-align:right}@media(max-width:860px){.footer-inner,.brand-hero,.current-signal{grid-template-columns:minmax(0,1fr)}.footer-inner{display:grid;align-items:start}.brand-hero{min-height:0}.brand-hero h1{font-size:clamp(5.2rem,27vw,9.2rem)}.system-visual,.recent-notes{max-width:calc(100vw - 32px)}.brand-statement p:last-child{margin-left:0}.note-row,.system-entry{grid-template-columns:minmax(0,1fr);gap:8px}.system-axis{text-align:left}}@media(max-width:520px){.brand-home{padding-top:46px}.brand-axis,.signal-tags{align-items:stretch;flex-direction:column}.brand-axis span,.signal-tags span{width:100%;text-align:center}.system-readout{grid-template-columns:minmax(0,1fr)}.system-readout div{border-top:1px solid rgba(183,204,193,.1);border-left:0}.system-readout div:first-child{border-top:0}}.brand-surface{background:repeating-linear-gradient(90deg,rgba(255,255,255,.026) 0 1px,transparent 1px 92px),repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 92px),#080a0a;overflow-x:hidden}.brand-surface .brand-lockup strong,.brand-hero h1{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-variant-numeric:slashed-zero;font-feature-settings:"zero" 1}.brand-hero,.brand-hero-copy,.brand-statement,.current-signal,.recent-notes,.system-visual{min-width:0}.brand-lede,.brand-statement h2,.brand-statement p,.current-signal h2,.note-row h3,.system-entry h2,.system-entry p{max-width:100%;overflow-wrap:anywhere}.brand-surface .nav,.brand-surface .nav-links{min-width:0}@media(max-width:760px){.brand-surface .nav-links{width:100%;gap:2px 4px}.brand-surface .nav-links a{padding:8px 9px;font-size:.86rem}.brand-hero h1{font-size:clamp(4.8rem,23vw,7.6rem)}.brand-lede{font-size:1.02rem;line-height:1.62}.brand-lede.cn{font-size:.96rem}.orbit-field{aspect-ratio:1.1;padding:8px}.node text{font-size:13px}}@media(max-width:420px){.brand-home{width:min(100% - 24px,1160px)}.brand-surface .nav{width:min(100% - 24px,1120px)}.brand-surface .nav-links a{padding-inline:7px}}.brand-surface{font-variant-numeric:slashed-zero;font-feature-settings:"zero" 1}@media(max-width:760px){.brand-home,.brand-hero,.brand-hero-copy,.brand-statement,.current-signal,.system-visual,.recent-notes{width:100%;max-width:calc(100vw - 32px)}.brand-hero{overflow:hidden}.brand-hero-copy>*,.brand-statement>*,.signal-copy>*{max-width:calc(100vw - 32px)}.brand-lede{width:100%;max-width:31ch;word-break:normal;overflow-wrap:break-word}.brand-lede.cn,.brand-statement p:last-child{max-width:calc(100vw - 32px);word-break:break-word;overflow-wrap:anywhere}.system-visual{overflow:hidden}.orbit-field svg{display:block;max-width:100%}}html:has(body.brand-surface){background:#080a0a}body.brand-surface{min-height:100vh;background-color:#080a0a}@media(max-width:760px){.brand-home,.brand-hero,.brand-hero-copy,.brand-statement,.current-signal,.system-visual,.recent-notes{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important}.brand-lede.cn{line-break:anywhere;word-break:break-all}.system-visual-topline span:last-child{display:none}.orbit-field svg{width:90%;margin-inline:auto}}.mobile-soft-break{display:none}@media(max-width:760px){.mobile-soft-break{display:block}}
