:root{--anchor-bg: #070a0d;--anchor-bg-2: #0b0f14;--anchor-sidebar: #080c11;--anchor-surface: #12171d;--anchor-surface-raised: #171d25;--anchor-surface-muted: #0e1217;--anchor-border: #303a46;--anchor-border-soft: #242c36;--anchor-text: #f0f4f2;--anchor-muted: #a9b2b8;--anchor-subtle: #7d8993;--anchor-accent: #be8833;--anchor-accent-strong: #e1ac4d;--anchor-accent-soft: #2c2214;--anchor-success: #42cd7f;--anchor-info: #679fe6;--anchor-danger: #ee5a64;--anchor-radius-panel: 14px;--anchor-radius-control: 8px;--anchor-shadow: 0 18px 42px rgba(0, 0, 0, .26);--anchor-font-sans: "IBM Plex Sans", Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--anchor-font-mono: "IBM Plex Mono", "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;--sl-color-bg: var(--anchor-bg);--sl-color-bg-nav: var(--anchor-sidebar);--sl-color-bg-sidebar: var(--anchor-sidebar);--sl-color-bg-inline-code: var(--anchor-surface-raised);--sl-color-hairline: var(--anchor-border-soft);--sl-color-hairline-light: var(--anchor-border);--sl-color-text: var(--anchor-text);--sl-color-text-accent: var(--anchor-accent-strong);--sl-color-text-invert: #070a0d;--sl-color-white: var(--anchor-text);--sl-color-gray-1: #f0f4f2;--sl-color-gray-2: #d2d8da;--sl-color-gray-3: #a9b2b8;--sl-color-gray-4: #7d8993;--sl-color-gray-5: #4a5562;--sl-color-gray-6: #242c36;--sl-color-black: #070a0d;--sl-color-accent-low: #2c2214;--sl-color-accent: #be8833;--sl-color-accent-high: #f0c166;--sl-font: var(--anchor-font-sans);--sl-font-mono: var(--anchor-font-mono)}html{background:var(--anchor-bg);color-scheme:dark}body{margin:0;min-width:320px;background:linear-gradient(rgba(49,65,82,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(49,65,82,.14) 1px,transparent 1px),linear-gradient(180deg,var(--anchor-bg) 0%,var(--anchor-bg-2) 100%);background-size:34px 34px,34px 34px,auto;color:var(--anchor-text);font-family:var(--anchor-font-sans);letter-spacing:0}a{color:inherit}code,pre{font-family:var(--anchor-font-mono)}.site-shell{min-height:100vh;color:var(--anchor-text)}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--anchor-border-soft);background:#080c11eb;backdrop-filter:blur(16px)}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1180px,calc(100% - 40px));min-height:72px;margin:0 auto}.site-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--anchor-accent);border-radius:8px;background:#10161d;color:var(--anchor-accent-strong);font:800 18px Georgia,Times New Roman,serif;box-shadow:0 0 0 1px #be88331f,0 14px 28px #0000003d}.site-brand strong{color:#f7d18d;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:700;letter-spacing:.03em;line-height:1;text-transform:uppercase}.site-brand span:last-child{display:block;margin-top:5px;color:var(--anchor-subtle);font-family:var(--anchor-font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.site-links{display:flex;align-items:center;gap:4px}.site-links a{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border-radius:6px;color:var(--anchor-muted);font-size:14px;font-weight:700;text-decoration:none}.site-links a:hover,.site-links a[aria-current=page]{background:var(--anchor-accent-soft);color:var(--anchor-text)}.site-main{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-footer{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:24px 0 34px;border-top:1px solid var(--anchor-border-soft);color:var(--anchor-subtle);font-size:12px}.site-footer p{margin:0}.hero{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);gap:38px;align-items:center;min-height:calc(100vh - 72px);padding:64px 0 42px}.eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 18px;color:var(--anchor-accent-strong);font-family:var(--anchor-font-mono);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.eyebrow:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--anchor-accent);box-shadow:0 0 18px #e1ac4d61}.hero h1,.page-hero h1{max-width:820px;margin:0;color:var(--anchor-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,7vw,88px);font-weight:500;letter-spacing:0;line-height:.98}.hero p,.page-hero p{max-width:680px;margin:22px 0 0;color:var(--anchor-muted);font-size:18px;line-height:1.68}.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid rgba(190,136,51,.34);border-radius:6px;background:linear-gradient(180deg,#0c263d,#071b2c);color:#fff8e8;font-size:14px;font-weight:800;text-decoration:none;box-shadow:0 10px 20px #081d3124}.button.secondary{background:#11171f;color:var(--anchor-accent-strong);box-shadow:none}.button:hover{border-color:#e1ac4d99;transform:translateY(-1px)}.console-visual,.architecture-visual{overflow:hidden;border:1px solid var(--anchor-border);border-radius:var(--anchor-radius-panel);background:linear-gradient(145deg,#171d25f5,#0e1217f5);box-shadow:var(--anchor-shadow)}.console-visual{min-height:500px}.console-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid var(--anchor-border-soft);background:#080c11bd}.console-toolbar span,.panel-kicker,.metric-label,.doc-stat span,.architecture-node small{color:var(--anchor-subtle);font-family:var(--anchor-font-mono);font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.console-status{display:inline-flex;align-items:center;gap:7px;color:var(--anchor-success)}.console-status:before{content:"";width:8px;height:8px;border-radius:999px;background:currentColor}.console-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:16px}.metric-card,.panel-card,.feature-card,.architecture-card,.info-section,.screenshot-placeholder,.product-diagram,.contact-card,.cta-panel{border:1px solid var(--anchor-border-soft);border-radius:var(--anchor-radius-control);background:var(--anchor-surface);box-shadow:0 12px 28px #0000002e}.metric-card{min-height:90px;padding:14px}.metric-card strong{display:block;margin-top:12px;color:var(--anchor-text);font-size:26px;line-height:1}.metric-card small{display:block;margin-top:8px;color:var(--anchor-muted);font-size:12px}.visual-panel{display:grid;gap:10px;padding:0 16px 16px}.panel-card{padding:16px}.panel-card h3,.feature-card h3,.architecture-card h3,.info-section h2,.contact-card h2,.cta-panel h2{margin:0;color:var(--anchor-text);font-family:Georgia,Times New Roman,serif;font-weight:500;letter-spacing:0}.panel-card p,.feature-card p,.architecture-card p,.info-section p,.contact-card p,.cta-panel p{margin:10px 0 0;color:var(--anchor-muted);line-height:1.58}.activity-list{display:grid;gap:8px;margin-top:14px}.activity-row{display:grid;grid-template-columns:86px minmax(0,1fr) 74px;gap:10px;align-items:center;min-height:38px;padding:0 10px;border:1px solid var(--anchor-border-soft);border-radius:6px;background:var(--anchor-surface-muted);color:var(--anchor-muted);font-size:12px}.activity-row strong{color:var(--anchor-text);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section{padding:76px 0}.section-header{max-width:760px;margin-bottom:26px}.section-header h2{margin:0;color:var(--anchor-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,54px);font-weight:500;letter-spacing:0;line-height:1.04}.section-header p{margin:16px 0 0;color:var(--anchor-muted);font-size:17px;line-height:1.64}.feature-grid,.architecture-grid,.contact-grid,.info-grid,.screenshot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.info-grid .info-section{grid-template-columns:1fr}.feature-card,.architecture-card,.contact-card{min-height:220px;padding:22px}.feature-card .icon,.architecture-card .icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:18px;border:1px solid rgba(190,136,51,.28);border-radius:8px;background:var(--anchor-accent-soft);color:var(--anchor-accent-strong);font-family:var(--anchor-font-mono);font-size:13px;font-weight:900}.info-section{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:28px;align-items:start;padding:26px}.info-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.info-list li{display:grid;grid-template-columns:12px minmax(0,1fr);gap:12px;color:var(--anchor-muted);line-height:1.5}.info-list li:before{content:"";width:8px;height:8px;margin-top:8px;border-radius:999px;background:var(--anchor-accent)}.doc-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px}.doc-stat{min-height:104px;padding:16px;border:1px solid var(--anchor-border-soft);border-radius:8px;background:var(--anchor-surface-muted)}.doc-stat strong{display:block;margin-top:12px;color:var(--anchor-text);font-size:24px}.screenshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.screenshot-placeholder{overflow:hidden;min-height:260px;background:linear-gradient(rgba(49,65,82,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(49,65,82,.13) 1px,transparent 1px),linear-gradient(145deg,#171d25f2,#0e1217fa);background-size:28px 28px,28px 28px,auto}.screenshot-chrome{display:flex;align-items:center;gap:7px;min-height:42px;padding:0 14px;border-bottom:1px solid var(--anchor-border-soft);background:#080c11b8}.screenshot-chrome span{width:8px;height:8px;border-radius:999px;background:var(--anchor-border)}.screenshot-chrome strong{margin-left:8px;color:var(--anchor-subtle);font-family:var(--anchor-font-mono);font-size:10px;letter-spacing:.09em;text-transform:uppercase}.screenshot-body{padding:22px}.screenshot-body h3{margin:10px 0 0;color:var(--anchor-text);font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:500}.screenshot-body p{margin:10px 0 0;color:var(--anchor-muted);line-height:1.58}.preview-surface{min-height:138px;margin-top:24px;padding:14px;border:1px solid rgba(48,58,70,.82);border-radius:8px;background:radial-gradient(circle at 22% 18%,rgba(190,136,51,.13),transparent 34%),linear-gradient(145deg,#0e1217eb,#090d12fa);box-shadow:inset 0 1px #ffffff08}.preview-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.preview-metrics div,.preview-locker div,.preview-policy,.preview-log,.preview-table-row,.preview-table-head{border:1px solid var(--anchor-border-soft);border-radius:7px;background:#12171dd1}.preview-metrics div{padding:10px}.preview-metrics strong,.preview-gauge strong{display:block;color:var(--anchor-text);font-size:22px;line-height:1}.preview-metrics span,.preview-locker span,.preview-locker small,.preview-policy small,.preview-log small,.preview-gauge span,.preview-checks span{color:var(--anchor-muted);font-size:11px;line-height:1.35}.preview-chart{display:flex;align-items:end;gap:8px;height:58px;margin-top:12px;padding:10px;border:1px solid var(--anchor-border-soft);border-radius:7px;background:#080c118c}.preview-chart i{flex:1;min-width:0;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#e1ac4df2,#be883359)}.preview-table,.preview-policy-list,.preview-log-list,.preview-locker{display:grid;gap:8px}.preview-table-head,.preview-table-row{display:grid;grid-template-columns:1.5fr .75fr .9fr .8fr;gap:8px;align-items:center;padding:9px 10px}.preview-table-head{color:var(--anchor-subtle);font-family:var(--anchor-font-mono);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.preview-table-row span,.preview-flow span,.preview-policy strong,.preview-log strong,.preview-locker strong{overflow:hidden;color:var(--anchor-text);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.preview-table-row .pill,.preview-policy em,.preview-log em{justify-self:start;padding:3px 7px;border:1px solid rgba(66,205,127,.28);border-radius:999px;background:#42cd7f17;color:#9be8bc;font-size:10px;font-style:normal}.preview-policy{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:4px 10px;align-items:center;padding:10px}.preview-policy small{grid-column:2 / 3}.policy-dot{grid-row:1 / 3;width:9px;height:9px;border-radius:999px;background:var(--anchor-accent-strong);box-shadow:0 0 16px #e1ac4d7a}.preview-log{display:grid;grid-template-columns:42px minmax(0,1fr) minmax(0,1fr) auto;gap:8px;align-items:center;padding:10px}.preview-log>span{color:var(--anchor-subtle);font-family:var(--anchor-font-mono);font-size:10px}.preview-posture{display:grid;grid-template-columns:116px minmax(0,1fr);gap:14px;align-items:center}.preview-gauge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:104px;height:104px;border:1px solid rgba(225,172,77,.34);border-radius:999px;background:radial-gradient(circle,rgba(18,23,29,.96) 54%,transparent 56%),conic-gradient(var(--anchor-accent-strong) 0 82%,rgba(48,58,70,.72) 82% 100%)}.preview-gauge span{max-width:72px;text-align:center}.preview-checks{display:grid;gap:9px}.preview-checks span{display:flex;align-items:center;gap:8px;padding:9px 10px;border:1px solid var(--anchor-border-soft);border-radius:7px;background:#12171dc2}.preview-checks i{width:8px;height:8px;border-radius:999px;background:var(--anchor-success);box-shadow:0 0 14px #42cd7f6b}.preview-flow{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.preview-flow span{display:grid;flex:1 1 118px;min-height:42px;place-items:center;padding:8px;border:1px solid var(--anchor-border-soft);border-radius:7px;background:#12171ddb;text-align:center}.preview-flow i{flex:0 0 22px;height:1px;background:linear-gradient(90deg,#e1ac4d26,#e1ac4de6)}.preview-locker div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;padding:11px}.preview-locker span{color:#9be8bc}.preview-locker small{grid-column:1 / 3}.comparison-table{overflow:hidden;border:1px solid var(--anchor-border-soft);border-radius:8px;background:var(--anchor-surface);box-shadow:0 12px 28px #0000002e}.comparison-row{display:grid;grid-template-columns:.72fr minmax(0,1fr) minmax(0,1fr);border-top:1px solid var(--anchor-border-soft)}.comparison-row:first-child{border-top:0}.comparison-row>div{padding:16px;border-left:1px solid var(--anchor-border-soft);color:var(--anchor-muted);line-height:1.5}.comparison-row>div:first-child{border-left:0;color:var(--anchor-text);font-weight:800}.comparison-head{background:var(--anchor-surface-muted)}.comparison-head>div{color:var(--anchor-accent-strong);font-family:var(--anchor-font-mono);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-diagram{overflow:hidden;padding:22px;background:radial-gradient(circle at 18% 20%,rgba(190,136,51,.14),transparent 28%),linear-gradient(rgba(49,65,82,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(49,65,82,.13) 1px,transparent 1px),linear-gradient(145deg,#171d25f5,#0a0e13fa);background-size:auto,30px 30px,30px 30px,auto}.architecture-component-diagram{overflow:hidden;margin:28px 0;padding:22px;border:1px solid var(--anchor-border-soft);border-radius:8px;background:radial-gradient(circle at 18% 20%,rgba(190,136,51,.13),transparent 28%),linear-gradient(rgba(49,65,82,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(49,65,82,.12) 1px,transparent 1px),linear-gradient(145deg,#171d25f5,#0a0e13fa);background-size:auto,30px 30px,30px 30px,auto;box-shadow:0 12px 28px #0000002e}.architecture-component-header{display:grid;gap:10px;margin-bottom:18px}.architecture-component-header .eyebrow{margin:0}.architecture-component-header h2{max-width:760px;margin:0;color:var(--anchor-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,3vw,34px);font-weight:500;line-height:1.1}.architecture-component-canvas{display:flex;gap:10px;align-items:stretch}.architecture-component-node{flex:1 1 0;display:grid;align-content:center;gap:8px;min-height:112px;padding:14px;border:1px solid rgba(190,136,51,.24);border-radius:8px;background:linear-gradient(180deg,#12171df5,#0e1217f0);box-shadow:inset 0 1px #ffffff0a,0 16px 32px #0003}.architecture-component-node strong{color:var(--anchor-text);font-size:15px;line-height:1.15}.architecture-component-node span{color:var(--anchor-muted);font-size:12px;line-height:1.35}.architecture-component-node.node-2,.architecture-component-diagram.platform .architecture-component-node.node-2,.architecture-component-diagram.vault .architecture-component-node.node-2,.architecture-component-diagram.connect .architecture-component-node.node-3,.architecture-component-diagram.compass .architecture-component-node.node-3{border-color:#e1ac4d6b;background:linear-gradient(180deg,#2c2214e0,#12171df5)}.architecture-component-canvas>i{flex:0 0 28px;position:relative;align-self:center;height:2px;min-width:18px;margin:0 -4px;background:linear-gradient(90deg,#be883329,#e1ac4dd1);box-shadow:0 0 16px #e1ac4d2e}.architecture-component-canvas>i:after{content:"";position:absolute;right:-1px;top:50%;width:7px;height:7px;border-top:2px solid rgba(225,172,77,.82);border-right:2px solid rgba(225,172,77,.82);transform:translateY(-50%) rotate(45deg)}.product-diagram-header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.product-diagram-header .eyebrow{margin:0}.product-diagram-header h3{max-width:520px;margin:0;color:var(--anchor-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,3vw,34px);font-weight:500;line-height:1.08;text-align:right}.ecosystem-map{position:relative;min-height:430px;border:1px solid rgba(48,58,70,.62);border-radius:8px;background:radial-gradient(circle at 50% 50%,rgba(190,136,51,.12),transparent 24%),radial-gradient(circle at 50% 50%,rgba(103,159,230,.08),transparent 36%),#080c1142}.ecosystem-lines{position:absolute;inset:0;width:100%;height:100%}.ecosystem-lines line{stroke:#e1ac4d7a;stroke-width:.22;filter:drop-shadow(0 0 5px rgba(225,172,77,.22))}.ecosystem-hub,.ecosystem-node{position:absolute;display:grid;align-content:center;gap:8px;border:1px solid rgba(190,136,51,.28);border-radius:8px;background:linear-gradient(180deg,#12171df5,#0a0e13f0);box-shadow:inset 0 1px #ffffff0a,0 16px 32px #0000003d}.ecosystem-hub{left:50%;top:50%;width:190px;min-height:132px;padding:18px;border-color:#e1ac4d99;background:radial-gradient(circle at 50% 0%,rgba(225,172,77,.2),transparent 58%),linear-gradient(180deg,#2c2214f2,#12171dfa);transform:translate(-50%,-50%)}.ecosystem-hub strong{color:var(--anchor-text);font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:500;line-height:1}.ecosystem-hub span{color:var(--anchor-accent-strong);font-family:var(--anchor-font-mono);font-size:10px;font-weight:800;letter-spacing:.08em;line-height:1.45;text-transform:uppercase}.ecosystem-node{left:var(--x);top:var(--y);width:162px;min-height:92px;padding:14px;transform:translate(-50%,-50%)}.ecosystem-node strong{color:var(--anchor-text);font-size:14px;line-height:1.15}.ecosystem-node span{color:var(--anchor-muted);font-size:12px;line-height:1.35}.ecosystem-node.node-engine,.ecosystem-node.node-vault,.ecosystem-node.node-connect,.ecosystem-node.node-compass{border-color:#e1ac4d75;background:linear-gradient(180deg,#2c2214e6,#12171df5)}.diagram-canvas{position:relative;display:flex;gap:10px;align-items:stretch;min-height:210px}.diagram-node{flex:1 1 0;position:relative;z-index:1;display:grid;align-content:center;gap:8px;min-height:116px;padding:14px;border:1px solid rgba(190,136,51,.24);border-radius:8px;background:linear-gradient(180deg,#12171df5,#0e1217f0);box-shadow:inset 0 1px #ffffff0a,0 16px 32px #00000038}.diagram-node strong{color:var(--anchor-text);font-size:15px;line-height:1.12}.diagram-node span{color:var(--anchor-muted);font-size:12px;line-height:1.35}.diagram-node:nth-of-type(4n+1),.diagram-node.node-3,.diagram-node.node-4{border-color:#e1ac4d6b;background:linear-gradient(180deg,#2c2214e0,#12171df5)}.diagram-link{flex:0 0 28px;position:relative;align-self:center;height:2px;min-width:18px;margin:0 -4px;background:linear-gradient(90deg,#be883329,#e1ac4dd1);box-shadow:0 0 16px #e1ac4d2e}.diagram-link:after{content:"";position:absolute;right:-1px;top:50%;width:7px;height:7px;border-top:2px solid rgba(225,172,77,.82);border-right:2px solid rgba(225,172,77,.82);transform:translateY(-50%) rotate(45deg)}.architecture-visual{padding:18px}.architecture-map{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.architecture-node{min-height:112px;padding:14px;border:1px solid var(--anchor-border-soft);border-radius:8px;background:var(--anchor-surface-muted)}.architecture-node strong{display:block;margin-top:10px;color:var(--anchor-text)}.architecture-node p{margin:8px 0 0;color:var(--anchor-muted);font-size:13px;line-height:1.42}.architecture-node.core{border-color:#be883380;background:var(--anchor-accent-soft)}.cta-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:28px;margin:34px 0 78px}.page-hero{padding:94px 0 42px}.contact-grid{grid-template-columns:1.1fr .9fr;align-items:start;padding-bottom:80px}.contact-card{min-height:auto}.contact-card a{color:var(--anchor-accent-strong);font-weight:800}.contact-list{display:grid;gap:12px;margin:18px 0 0;padding:0;list-style:none}.contact-list li{padding:12px;border:1px solid var(--anchor-border-soft);border-radius:8px;background:var(--anchor-surface-muted);color:var(--anchor-muted)}.sl-markdown-content .sl-card{border-radius:8px;background:var(--anchor-surface);border-color:var(--anchor-border-soft)}.sl-markdown-content h1,.sl-markdown-content h2,.sl-markdown-content h3{font-family:Georgia,Times New Roman,serif;font-weight:500;letter-spacing:0}.sl-markdown-content code:not(:where(.not-content *)){border:1px solid var(--anchor-border-soft);border-radius:6px;background:var(--anchor-surface-raised);color:var(--anchor-accent-strong)}.sl-markdown-content table:not(:where(.not-content *)){overflow:hidden;width:100%;table-layout:fixed;border:1px solid var(--anchor-border-soft);border-radius:8px;background:radial-gradient(circle at 14% 20%,rgba(190,136,51,.08),transparent 26%),var(--anchor-surface);box-shadow:0 12px 28px #0000002e;font-size:.86rem;line-height:1.45}.sl-markdown-content th:not(:where(.not-content *)){color:var(--anchor-accent-strong);font-family:var(--anchor-font-mono);font-size:.66rem;font-weight:900;letter-spacing:.095em;line-height:1.22;text-transform:uppercase}.sl-markdown-content td:not(:where(.not-content *)),.sl-markdown-content th:not(:where(.not-content *)){padding:.78rem .82rem;border-color:var(--anchor-border-soft);vertical-align:top;overflow-wrap:anywhere}.sl-markdown-content tbody tr:not(:where(.not-content *)):nth-child(odd){background:#0e12178a}.sl-markdown-content tbody tr:not(:where(.not-content *)):hover{background:#be88330e}.sl-markdown-content td:not(:where(.not-content *)):first-child{color:var(--anchor-text);font-size:.84rem;font-weight:700;line-height:1.42}.sl-markdown-content td:not(:where(.not-content *)):not(:first-child){color:var(--anchor-muted)}.sl-markdown-content table:not(:where(.not-content *)):has(th:nth-child(2):last-child) th:first-child,.sl-markdown-content table:not(:where(.not-content *)):has(th:nth-child(2):last-child) td:first-child{width:24%}.sl-markdown-content table:not(:where(.not-content *)):has(th:nth-child(2):last-child) th:nth-child(2),.sl-markdown-content table:not(:where(.not-content *)):has(th:nth-child(2):last-child) td:nth-child(2){width:76%}.sl-markdown-content table:not(:where(.not-content *)):has(th:nth-child(3):last-child) th:first-child,.sl-markdown-content table:not(:where(.not-content *)):has(th:nth-child(3):last-child) td:first-child{width:30%}.sl-markdown-content table:not(:where(.not-content *)):has(th:nth-child(3):last-child) th:nth-child(2),.sl-markdown-content table:not(:where(.not-content *)):has(th:nth-child(3):last-child) td:nth-child(2){width:31%}.sl-markdown-content table:not(:where(.not-content *)):has(th:nth-child(3):last-child) th:nth-child(3),.sl-markdown-content table:not(:where(.not-content *)):has(th:nth-child(3):last-child) td:nth-child(3){width:39%}.right-sidebar,.sidebar-pane{border-color:var(--anchor-border-soft)}.sidebar-content a[aria-current=page]{background:var(--anchor-accent-soft);color:var(--anchor-text)}.top-level>li>details>summary,.group-label{color:var(--anchor-subtle);font-family:var(--anchor-font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase}@media(max-width:920px){.site-nav{min-height:auto;padding:16px 0;align-items:flex-start}.site-links{justify-content:flex-end;flex-wrap:wrap}.hero,.info-section,.cta-panel,.contact-grid{grid-template-columns:1fr}.feature-grid,.architecture-grid,.screenshot-grid,.doc-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.info-grid,.comparison-row{grid-template-columns:1fr}.comparison-row>div{border-left:0;border-top:1px solid var(--anchor-border-soft)}.comparison-row>div:first-child{border-top:0}.product-diagram-header{display:grid;align-items:start}.product-diagram-header h3{text-align:left}.diagram-canvas{flex-direction:column;min-height:auto}.ecosystem-map{display:grid;gap:10px;min-height:auto;padding:14px}.ecosystem-lines{display:none}.ecosystem-hub,.ecosystem-node{position:static;width:auto;min-height:auto;transform:none}.ecosystem-hub{min-height:110px}.architecture-component-canvas{flex-direction:column}.diagram-node,.architecture-component-node{min-height:92px}.diagram-link{width:2px;height:24px;min-width:0;margin:-2px auto;background:linear-gradient(180deg,#be883329,#e1ac4dd1)}.diagram-link:after{inset:auto auto -1px 50%;transform:translate(-50%) rotate(135deg)}.architecture-component-canvas>i{width:2px;height:24px;min-width:0;margin:-2px auto;background:linear-gradient(180deg,#be883329,#e1ac4dd1)}.architecture-component-canvas>i:after{inset:auto auto -1px 50%;transform:translate(-50%) rotate(135deg)}}@media(max-width:640px){.site-nav,.site-main{width:min(100% - 28px,1180px)}.site-nav{display:grid}.site-links{justify-content:flex-start}.site-links a{padding:0 9px;font-size:13px}.hero{min-height:auto;padding-top:42px}.hero h1,.page-hero h1{font-size:44px}.feature-grid,.architecture-grid,.screenshot-grid,.doc-stats,.architecture-map,.console-grid{grid-template-columns:1fr}.activity-row{grid-template-columns:68px minmax(0,1fr)}.activity-row span:last-child{display:none}.preview-metrics,.preview-posture{grid-template-columns:1fr}.preview-table-head,.preview-table-row{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr) minmax(0,.9fr)}.preview-table-head span:nth-child(3),.preview-table-row span:nth-child(3){display:none}.preview-log{grid-template-columns:42px minmax(0,1fr) auto}.preview-log small{display:none}.sl-markdown-content table:not(:where(.not-content *)){display:block;overflow-x:auto;table-layout:auto;font-size:.84rem}.sl-markdown-content table:not(:where(.not-content *)) th,.sl-markdown-content table:not(:where(.not-content *)) td{min-width:170px}}
