:root{color-scheme:light;--bg: #f6f8f7;--surface: #ffffff;--text: #232323;--muted: #627077;--border: #dbe2df;--accent: #b54a3a;--accent-strong: #7d2f25;--green: #2f7565;--blue: #426f8f;--red: #a94f36;--gold: #9a761d;--soft-green: #edf6ef;--soft-blue: #eef4f7;--soft-red: #fbf0ec;--soft-gold: #f8f0d8;--shadow: 0 18px 45px rgba(35, 35, 35, .08);--code-bg: #1f252b;--code-text: #eef4f8}*{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;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{border-bottom:1px solid var(--border);background:#ffffffe6;backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.nav{width:min(1120px,calc(100% - 32px));margin:0 auto;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:750;color:var(--text);font-size:1.05rem}.nav-links{display:flex;align-items:center;gap:18px;font-size:.95rem}.page{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:56px 0 72px}.hero{display:grid;gap:14px;margin-bottom:42px}.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}.hero p,.lede{color:var(--muted);max-width:720px;font-size:1.05rem;margin:0}.post-list{display:grid;gap:18px}.compact-list{gap:10px}.column-post-list{gap:0}.column-post-row{display:grid;grid-template-columns:52px minmax(0,1fr);gap:18px;align-items:start}.column-post-row .post-card{width:100%}.column-index{border-top:1px solid var(--border);padding-top:22px;color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.95rem;font-weight:700}.post-card{border-top:1px solid var(--border);padding:22px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px}.post-card h2{font-size:clamp(1.25rem,2vw,1.8rem);margin-bottom:8px}.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:999px;padding:2px 10px;background:#ffffff73}.score-pill{display:inline-flex;align-items:center;min-height:24px;border:1px solid rgba(181,74,58,.28);border-radius:999px;padding:0 9px;background:#fbf0ec;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:#8a8176}.pagination{border-top:1px solid var(--border);margin-top:34px;padding-top:24px;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:8px;padding:8px 12px;background:var(--surface)}.pagination span[aria-disabled=true]{opacity:.45}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:56px;align-items:start}.article{background:var(--surface);border:1px solid var(--border);border-radius:8px;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:#3b3833;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:8px;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:#eee8db;border:1px solid var(--border);border-radius:5px;color:#7d2f25;padding:.12em .35em}.article figure.highlight,.article figure.hljs{background:var(--code-bg);border:1px solid #303a42;border-radius:8px;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}.sidebar{position:sticky;top:92px;color:var(--muted);font-size:.95rem}.term-grid{display:flex;flex-wrap:wrap;gap:10px}.term-grid a{border:1px solid var(--border);border-radius:8px;padding:8px 12px;background:var(--surface)}.home-product{padding-top:40px}.home-product a:hover{text-decoration:none}.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.8fr);gap:18px;align-items:stretch}.home-hero-main{position:relative;min-height:430px;border-radius:8px;overflow:hidden;color:#fff;box-shadow:var(--shadow)}.hero-slide{min-height:430px;padding:34px;background-position:center;background-size:cover}.hero-slide[hidden]{display:none}.kicker{margin:0 0 12px;color:#ffffffb8;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-hero-main h1{max-width:860px;margin:0;font-size:clamp(34px,5vw,60px);line-height:1.08;letter-spacing:0}.home-hero-main .lead{max-width:720px;margin:18px 0 0;color:#ffffffdb;font-size:18px;line-height:1.65}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:14px;font-weight:650;line-height:1}.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{border-color:#fffdf8;background:#fffdf8;color:var(--accent-strong)}.hero-controls{position:absolute;left:34px;bottom:24px;display:flex;align-items:center;gap:8px}.hero-controls .path-dot{border-color:#ffffff70;background:#ffffff2e}.hero-controls .path-dot[aria-pressed=true]{background:#fffdf8;border-color:#fffdf8}.signal-panel{display:grid;gap:12px}.stat-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stat,.module,.pillar,.path-card,.article-card{border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 10px 28px #121f230a}.stat{min-height:112px;padding:18px}.stat strong{display:block;color:var(--accent);font-size:30px;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:end;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{min-height:290px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;color:var(--text)}.pillar.blue{background:var(--soft-blue)}.pillar.green{background:var(--soft-green)}.pillar.gold{background:var(--soft-gold)}.pillar.red{background:var(--soft-red)}.pillar h3{margin:0 0 10px;font-size:20px;line-height:1.25}.pillar p{margin:0;color:#425057;font-size:14px;line-height:1.65}.pillar-count{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:22px;color:var(--muted);font-size:13px}.path-showcase{display:grid;gap:12px}.path-slide{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:14px;align-items:stretch}.path-slide[hidden]{display:none}.path-cover{min-height:350px;padding:34px;border-radius:8px;color:#fff;background-position:center;background-size:cover;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:end}.path-cover h2{max-width:620px;margin:0;font-size:clamp(28px,3.5vw,44px);line-height:1.08}.path-cover p:not(.kicker){max-width:620px;margin:16px 0 0;color:#ffffffd6;line-height:1.65}.path-card{min-height:350px;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:block;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{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;border-radius:8px;color:var(--text);font:inherit;font-size:18px;line-height:1}.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}.article-card>.tag{align-self:flex-start;display:inline-flex;align-items:center;min-height:24px;padding:0 8px;background:#f6f8f8;color:#44535a;font-size:12px;line-height:1}.article-card h3{margin:0;font-size:18px;line-height:1.32}.article-card h3 a{color:var(--text)}.article-card p{margin:0;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:8px;background:var(--surface);padding:8px 12px}.cta-link{margin-top:8px}.topic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.topic-card{min-height:110px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:18px;display:flex;flex-direction:column;justify-content:space-between;gap:18px}.topic-card span{color:var(--text);font-size:1.1rem;font-weight:700}.topic-card p{color:var(--muted);font-size:.95rem;line-height:1.65;margin:0}.topic-card strong{color:var(--muted);font-size:.92rem;font-weight:600}.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:8px;color:var(--muted);margin:0;padding:18px}.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:1fr}.home-hero-main{min-height:520px}.hero-slide{min-height:520px;padding:24px}.home-hero-main h1{font-size:clamp(34px,12vw,48px)}.home-hero-main .lead{font-size:16px}.hero-controls{left:24px;bottom:20px}.stat-row,.pillars,.articles{grid-template-columns:1fr}.path-cover,.path-card{min-height:auto}.path-cover{min-height:360px;padding:24px}.product-section-head,.path-controls{align-items:flex-start;flex-direction:column}.post-card{grid-template-columns:1fr}.column-post-row{grid-template-columns:40px minmax(0,1fr);gap:12px}.pagination{align-items:stretch;flex-direction:column}.section-heading,.start-here{flex-direction:column}.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:1fr}.pillars,.articles{grid-template-columns:repeat(2,minmax(0,1fr))}}
