:root{--bg:#edf1f7;--bg-deep:#e3e9f2;--surface:#fff;--surface-2:#f6f8fc;--fg:#0b1b36;--fg-soft:#2b3d5e;--fg-muted:#54658a;--rule:#c7d2e3;--rule-soft:#dde4ef;--allow:#159b33;--allow-wash:#e4f6e6;--deny:#b8413a;--deny-wash:#fbe8e6;--warn:#a76a06;--warn-wash:#fbf0dc;--shadow:0 1px 2px #0b1b360d, 0 12px 32px -18px #0b1b3659;--note-bg:#1b1e24;--note-fg:#f4f6f9;--note-muted:#b6bdc9;--note-allow:#4fda57;--note-warn:#e0a53c}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0a1120;--bg-deep:#070d19;--surface:#101a2e;--surface-2:#16223a;--fg:#e8eef9;--fg-soft:#c2cee4;--fg-muted:#8496b5;--rule:#253453;--rule-soft:#1b2740;--allow:#4fda57;--allow-wash:#0f2a17;--deny:#ef6f63;--deny-wash:#2c1512;--warn:#e0a53c;--warn-wash:#2a1f0d;--shadow:0 1px 2px #0006, 0 14px 34px -20px #000000e6;--note-bg:#f4f6f9;--note-fg:#14171c;--note-muted:#565d6a;--note-allow:#159b33;--note-warn:#a76a06}}:root[data-theme=dark]{--bg:#0a1120;--bg-deep:#070d19;--surface:#101a2e;--surface-2:#16223a;--fg:#e8eef9;--fg-soft:#c2cee4;--fg-muted:#8496b5;--rule:#253453;--rule-soft:#1b2740;--allow:#4fda57;--allow-wash:#0f2a17;--deny:#ef6f63;--deny-wash:#2c1512;--warn:#e0a53c;--warn-wash:#2a1f0d;--shadow:0 1px 2px #0006, 0 14px 34px -20px #000000e6;--note-bg:#f4f6f9;--note-fg:#14171c;--note-muted:#565d6a;--note-allow:#159b33;--note-warn:#a76a06}:root{--serif:Georgia, "Iowan Old Style", "Times New Roman", Times, serif;--sans:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono:ui-monospace, "SF Mono", SFMono-Regular, "Cascadia Mono", "Segoe UI Mono", Menlo, Consolas, monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:72px}body{background:var(--bg);color:var(--fg);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.001ms!important;animation-duration:.001ms!important}}a{color:inherit}:focus-visible{outline:2px solid var(--allow);outline-offset:3px;border-radius:2px}.wrap{max-width:1120px;margin-inline:auto;padding-inline:28px}@media (width<=640px){.wrap{padding-inline:20px}}.band{border-top:1px solid var(--rule)}.band>.wrap{padding-block:84px}@media (width<=800px){.band>.wrap{padding-block:56px}}main>section:nth-of-type(2n){background:var(--bg-deep)}h2{font-family:var(--serif);letter-spacing:-.012em;text-wrap:balance;margin:0 0 16px;font-size:clamp(28px,3.6vw,42px);font-weight:400;line-height:1.12}h3{font-family:var(--sans);letter-spacing:-.005em;margin:0 0 6px;font-size:16px;font-weight:600}.lede{color:var(--fg-soft);max-width:62ch;margin:0 0 8px;font-size:18.5px;line-height:1.55}p{margin:0 0 14px}.muted{color:var(--fg-muted)}.small{font-size:14.5px}.two-col{grid-template-columns:1fr 1fr;gap:52px;display:grid}@media (width<=860px){.two-col{grid-template-columns:1fr;gap:36px}}code,.code{font-family:var(--mono);font-size:.92em}.cmd{font-family:var(--mono);background:var(--surface);border:1px solid var(--rule);color:var(--fg-soft);white-space:nowrap;border-radius:4px;padding:12px 15px;font-size:13.5px;display:block;overflow-x:auto}.cmd .p{color:var(--allow);-webkit-user-select:none;user-select:none}.cmd-stack{gap:8px;max-width:460px;margin-top:20px;display:grid}.logo{flex:none;line-height:0;display:inline-flex}.logo img{display:block}.logo .logo-dark{display:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .logo .logo-light{display:none}:root:not([data-theme=light]) .logo .logo-dark{display:block}}:root[data-theme=dark] .logo .logo-light{display:none}:root[data-theme=dark] .logo .logo-dark{display:block}.brand{align-items:center;text-decoration:none;display:flex}.brand .logo img{width:auto;height:30px}.btn{font-family:var(--mono);letter-spacing:.01em;border:1px solid var(--fg);background:var(--fg);color:var(--bg);border-radius:3px;align-items:center;gap:8px;padding:9px 15px;font-size:13px;text-decoration:none;transition:transform .15s,opacity .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--ghost{color:var(--fg);border-color:var(--rule);background:0 0}.btn--ghost:hover{border-color:var(--fg)}.btn--lg{padding:13px 26px;font-size:14.5px}.btn--sm{padding:7px 12px;font-size:12px}.skip{z-index:100;position:absolute;left:-9999px}.skip:focus{background:var(--surface);border:1px solid var(--fg);font-family:var(--mono);border-radius:3px;padding:10px 14px;font-size:13px;text-decoration:none;top:12px;left:12px}.topbar{z-index:50;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:saturate(1.6)blur(10px);backdrop-filter:saturate(1.6)blur(10px);border-bottom:1px solid #0000;transition:border-color .2s;position:sticky;top:0}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.topbar{background:var(--bg)}}.topbar--stuck{border-bottom-color:var(--rule)}.topbar-in{align-items:center;gap:18px;max-width:1120px;margin-inline:auto;padding:11px 28px;display:flex}@media (width<=640px){.topbar-in{padding-inline:20px}}.topbar-brand{flex:none;align-items:center;text-decoration:none;display:inline-flex}.topbar-brand .logo img{width:auto;height:26px}.topbar-nav{align-items:center;gap:22px;margin-inline:auto;display:flex}.topbar-nav a{font-family:var(--mono);color:var(--fg-muted);white-space:nowrap;font-size:12.5px;text-decoration:none}.topbar-nav a:hover{color:var(--fg)}.topbar-end{flex:none;align-items:center;gap:10px;display:flex}.icon-btn{appearance:none;border:1px solid var(--rule);width:32px;height:32px;color:var(--fg-muted);cursor:pointer;background:0 0;border-radius:3px;justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-btn:hover{color:var(--fg);border-color:var(--fg)}.topbar-burger{display:none}@media (width<=860px){.topbar-burger{display:inline-flex}.topbar-nav{display:none}.topbar-nav--open{background:var(--bg);border-bottom:1px solid var(--rule);flex-direction:column;align-items:stretch;gap:0;margin:0;padding:6px 20px 14px;display:flex;position:absolute;top:100%;left:0;right:0}.topbar-nav--open a{border-top:1px solid var(--rule-soft);padding:11px 0;font-size:14px}}.hero>.wrap{flex-direction:column;align-items:center;gap:46px;padding-block:84px 76px;display:flex}@media (width<=700px){.hero>.wrap{gap:36px;padding-block:54px 56px}}.hero-head{text-align:center;max-width:760px}.lockup{margin-bottom:34px}.lockup img{width:clamp(230px,38vw,430px);height:auto}.hero h1{font-family:var(--serif);letter-spacing:-.02em;text-wrap:balance;margin:0 0 20px;font-size:clamp(32px,4.6vw,52px);font-weight:400;line-height:1.08}.hero .lede{max-width:58ch;margin-inline:auto}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px;display:flex}.hero .cast{width:100%;max-width:760px}.cast{--cast-bg:#14171c;--cast-chrome:#262b34;--cast-chrome-lip:#2f3540;--cast-seam:#0d1015;--cast-rule:#333a45;--cast-dim:#8d95a3;border:1px solid var(--cast-rule);background:var(--cast-bg);width:100%;box-shadow:var(--shadow);border-radius:10px;margin:0;overflow:hidden;container-type:inline-size}.cast-bar{background:linear-gradient(var(--cast-chrome-lip), var(--cast-chrome));border-bottom:1px solid var(--cast-seam);min-height:36px;font-family:var(--mono);color:var(--cast-dim);grid-template-columns:1fr minmax(0,2fr) 1fr;align-items:center;gap:12px;padding:0 12px;font-size:11.5px;display:grid;box-shadow:inset 0 1px #ffffff0f}.cast-lead{align-items:center;gap:14px;min-width:0;display:flex}.cast-lights{flex:none;gap:7px;display:flex}.cast-lights i{background:#ef6f63;border-radius:50%;width:10px;height:10px;box-shadow:inset 0 0 0 1px #0000002e}.cast-lights i:nth-child(2){background:#e0a53c}.cast-lights i:nth-child(3){background:#4fda57}.cast-title{text-align:center;white-space:nowrap;text-overflow:ellipsis;grid-column:2;overflow:hidden}.cast-replay{appearance:none;cursor:pointer;border:1px solid var(--cast-rule);font:inherit;color:var(--cast-dim);background:#ffffff08;border-radius:4px;grid-column:3;justify-self:end;padding:3px 9px}.cast-replay:hover:not(:disabled){color:#f2f4f8;background:#ffffff12;border-color:#4b5563}.cast-replay:disabled{cursor:default;opacity:.45}.cast-screen{font-size:max(9px,min(12.5px,1.92308cqw));font-family:var(--mono);overscroll-behavior:contain;color:#ccd2dc;scrollbar-width:thin;scrollbar-color:#39404c var(--cast-bg);height:39em;padding:.9em 1.1em 1.2em;line-height:1.5;overflow:auto}.cast-screen:focus-visible{outline:2px solid var(--allow);outline-offset:-2px}.cast-screen pre{font:inherit;white-space:pre;width:calc(var(--cast-cols,80) * 1ch);margin:0}.cast-screen .cast-cell{text-align:center;width:1ch;display:inline-block}svg .box{fill:var(--surface);stroke:var(--rule);stroke-width:1.25px}svg .t-title{font-family:var(--sans);fill:var(--fg);font-size:15px;font-weight:650}svg .t-sub{font-family:var(--mono);letter-spacing:.08em;fill:var(--fg-muted);text-transform:uppercase;font-size:11px}svg .t-item{font-family:var(--sans);fill:var(--fg-soft);font-size:13px}svg .t-edge{font-family:var(--mono);letter-spacing:.08em;fill:var(--fg-muted);font-size:10.5px}svg .edge{stroke:var(--fg-muted);stroke-width:1.4px;fill:none}svg .zone{fill:var(--surface-2);stroke:var(--rule);stroke-width:1.25px}svg .n-box--zone{fill:#0000;stroke:#0000}.flow-bar{width:min(95.2941%,857.647px);margin:28px auto 0}.flow-controls{align-items:center;gap:16px;display:flex}.flow-btns{flex:none;gap:6px;display:flex}.flow-ticks{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.flow-tick{appearance:none;background:var(--rule);cursor:pointer;border:0;border-radius:2px;flex:1;min-width:0;height:4px;padding:0;transition:background .25s,transform .25s}.flow-tick:hover{background:var(--fg-muted)}.flow-tick.is-here{background:var(--allow);transform:scaleY(1.75)}.flow-tick.is-warn.is-here{background:var(--warn)}.flow-stage{overflow-x:auto}.flow-canvas{max-width:900px;margin:0 auto;position:relative}.flow-canvas svg{width:100%;height:auto;display:block}svg .n-wall{stroke:var(--fg-muted);stroke-width:3.5px;stroke-linecap:round;stroke-dasharray:.1 9}svg .n-wall-icon rect{fill:var(--surface);stroke:var(--fg-muted);stroke-width:1.75px}svg .n-wall-icon path{fill:none;stroke:var(--fg-muted);stroke-width:1.5px}svg .t-sub--out{fill:var(--warn)}svg .node{transition:opacity .35s}svg .node.is-dim{opacity:.6}svg .n-box{fill:var(--surface);stroke:var(--rule);stroke-width:1.25px;transition:fill .3s,stroke .3s,stroke-width .3s}svg .node.is-on .n-box{fill:var(--allow-wash);stroke:var(--allow);stroke-width:2px}svg .n-avatar{fill:var(--surface);stroke:var(--rule);stroke-width:1.25px;transition:fill .3s,stroke .3s}svg .n-person{fill:var(--fg-muted);transition:fill .3s}svg .node.is-on .n-avatar{fill:var(--allow-wash);stroke:var(--allow);stroke-width:2px}svg .node.is-on .n-person{fill:var(--allow)}svg .node.is-on--warn .n-box{fill:var(--surface);stroke:var(--warn)}svg .n-strip{fill:var(--bg-deep);stroke:var(--rule-soft);stroke-width:1px;transition:fill .3s,stroke .3s}svg .node.is-on .n-strip{fill:var(--allow);stroke:var(--allow)}svg .t-strip{font-family:var(--mono);letter-spacing:.06em;fill:var(--fg-muted);font-size:10.5px;transition:fill .3s}svg .node.is-on .t-strip{fill:var(--bg);font-weight:600}svg .n-spine{fill:var(--surface);stroke:var(--rule);stroke-width:1.25px;transition:fill .3s,stroke .3s}svg .node.is-on .n-spine{fill:var(--allow-wash);stroke:var(--allow)}svg .n-tick{stroke:var(--rule);stroke-width:1.25px;fill:none}svg .node.is-on .n-tick{stroke:var(--allow)}svg .n-cycle path{fill:none;stroke:var(--fg-muted);stroke-width:1.6px}svg .n-cycle .head{fill:var(--fg-muted);stroke:none}svg .node.is-on .n-cycle path{stroke:var(--allow)}svg .node.is-on .n-cycle .head{fill:var(--allow)}svg .n-cycle.is-spin{transform-box:view-box;transform-origin:752px 218px;animation:2.4s linear infinite flow-spin}@keyframes flow-spin{to{transform:rotate(360deg)}}svg .f-line{fill:none;stroke:var(--rule);stroke-width:1.5px;transition:stroke .3s}svg .f-edge.dash .f-line{stroke-dasharray:5 5}svg .f-edge.on .f-line{stroke:var(--allow)}svg .f-edge.warn .f-line{stroke:var(--warn)}svg .f-pulse{fill:none;stroke:var(--allow);stroke-width:4px;stroke-linecap:round;stroke-dasharray:11 100;animation:1.5s cubic-bezier(.4,0,.5,1) forwards flow-walk}svg .f-edge.warn .f-pulse{stroke:var(--warn)}@keyframes flow-walk{0%{stroke-dashoffset:11px}to{stroke-dashoffset:-100px}}.flow-canvas{container-type:inline-size}.flow-caption{z-index:2;background:var(--note-bg);width:34%;color:var(--note-fg);border-radius:6px;padding:1em 1.15em 1.1em;font-size:1.58824cqw;line-height:1.5;transition:left .45s,top .45s;position:absolute;box-shadow:0 2px 6px #00000029,0 18px 40px -20px #0009}.flow-caption strong{margin-bottom:.25em;font-size:1.12em;font-weight:600;display:block}.flow-caption p{color:var(--note-muted);margin:0}@media (width<=700px){.flow-caption{width:auto;margin:0 0 16px;font-size:15px;position:static}}.flow{position:relative}svg .t-edge{transition:opacity .3s}svg .t-edge.is-hidden{opacity:0}svg .t-edge.is-on{fill:var(--allow);font-weight:600}svg .t-edge.is-on--warn{fill:var(--warn)}.flow-list{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.benefits-head{text-align:center;max-width:760px;margin:0 auto}.benefits-head .lede{margin-inline:auto}.benefits{grid-template-columns:repeat(6,1fr);gap:40px 36px;margin:44px 0 0;padding:0;list-style:none;display:grid}.benefits li{grid-column:span 2;grid-template-columns:44px 1fr;align-content:start;column-gap:16px;display:grid}.benefits li>h3,.benefits li>p{grid-column:2}.benefits li:nth-child(4){grid-column:2/span 2}@media (width<=900px){.benefits{grid-template-columns:1fr 1fr}.benefits li,.benefits li:nth-child(4){grid-column:auto}.benefits li>h3,.benefits li>p{grid-column:2}}@media (width<=560px){.benefits{grid-template-columns:1fr;gap:28px}}.benefit-icon{background:var(--allow-wash);border-radius:10px;grid-row:span 2;place-items:center;width:44px;height:44px;display:grid}.benefit-icon svg{fill:none;width:24px;height:24px;stroke:var(--allow);stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round}.benefits h3{margin:0 0 6px;font-size:17px;line-height:1.3}.benefits p{color:var(--fg-muted);margin:0;font-size:14.5px;line-height:1.55}.dx-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;display:grid}@media (width<=900px){.dx-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.dx-grid{grid-template-columns:1fr}}.dx-card{background:var(--surface);border:1px solid var(--rule);box-shadow:var(--shadow);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.dx-art{background:var(--surface-2);border-bottom:1px solid var(--rule-soft);min-height:132px;font-family:var(--mono);color:var(--fg-soft);place-items:center;padding:16px;font-size:11.5px;line-height:1.6;display:grid;overflow:hidden}.dx-text{padding:18px 20px 22px}.dx-text p{color:var(--fg-muted);margin:0;font-size:14.5px;line-height:1.55}.dx-term{background:var(--surface);border:1px solid var(--rule);white-space:nowrap;border-radius:6px;width:100%;max-width:280px;padding:10px 12px;overflow:hidden}.dx-term--file{padding-top:0}.dx-tab{border-bottom:1px solid var(--rule-soft);color:var(--fg-muted);margin:0 -12px 8px;padding:4px 12px}.dx-dim{color:var(--fg-muted)}.dx-kw{color:var(--allow);font-weight:600}.dx-ok{color:var(--allow)}.dx-deny{color:var(--deny)}.dx-dialog{gap:8px;width:100%;max-width:240px;display:grid;position:relative}.dx-dialog-box{background:var(--surface);border:1px solid var(--rule);white-space:nowrap;opacity:.75;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:7px 10px;display:flex}.dx-dialog-buttons{gap:4px;display:flex}.dx-dialog-buttons b{border:1px solid var(--rule);color:var(--fg-muted);border-radius:4px;padding:0 6px;font-weight:500}.dx-strike{width:calc(100% + 12px);height:calc(100% + 12px);position:absolute;inset:-6px;overflow:visible}.dx-strike line{stroke:var(--deny);stroke-width:3px;stroke-linecap:round;vector-effect:non-scaling-stroke}.dx-diff{background:var(--surface);border:1px solid var(--rule);white-space:nowrap;border-radius:6px;width:100%;max-width:280px;padding:8px 0;overflow:hidden}.dx-diff>div{padding:0 12px}.dx-file{color:var(--fg);align-items:center;gap:8px;display:flex}.dx-box{border:1.5px solid var(--rule);border-radius:3px;flex:none;width:11px;height:11px}.dx-box--on{background:var(--allow);border-color:var(--allow)}.dx-add{background:var(--allow-wash);color:var(--allow)}.dx-del{background:var(--deny-wash);color:var(--deny)}.dx-paths{align-items:center;gap:10px;display:flex}.dx-path{background:var(--surface);border:1px solid var(--rule);white-space:nowrap;border-radius:6px;padding:6px 10px;display:grid}.dx-label{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);font-size:10px}.dx-eq{color:var(--allow);font-size:18px;font-weight:600}@media (width<=380px){.dx-paths{flex-direction:column;gap:2px}}.console-frame{border:1px solid var(--rule);background:var(--surface);box-shadow:var(--shadow);border-radius:10px;overflow:hidden}.console-frame img{width:100%;height:auto;display:block}.console-frame .shot-dark{display:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .console-frame .shot-light{display:none}:root:not([data-theme=light]) .console-frame .shot-dark{display:block}}:root[data-theme=dark] .console-frame .shot-light{display:none}:root[data-theme=dark] .console-frame .shot-dark{display:block}.tour-head{text-align:center;max-width:760px;margin:0 auto}.tour-head .lede{margin-inline:auto}.tour{gap:72px;margin-top:48px;display:grid}.tour-row{grid-template-columns:1.55fr 1fr;align-items:center;gap:48px;display:grid}.tour-row--flip{grid-template-columns:1fr 1.55fr}.tour-row--flip .tour-shot{order:2}@media (width<=860px){.tour{gap:48px}.tour-row,.tour-row--flip{grid-template-columns:1fr;gap:22px}.tour-row--flip .tour-shot{order:0}}.tour-text h3{font-family:var(--serif);margin-bottom:10px;font-size:26px;font-weight:400;line-height:1.2}.tour-text>p{color:var(--fg-soft);margin:0;font-size:16px}.tour-text ul{gap:8px;margin:16px 0 0;padding:0;list-style:none;display:grid}.tour-text li{color:var(--fg-muted);padding-left:24px;font-size:14.5px;position:relative}.tour-text li:before{content:"";border-left:2px solid var(--allow);border-bottom:2px solid var(--allow);width:10px;height:5px;position:absolute;top:5px;left:2px;transform:rotate(-45deg)}.tour-shot{appearance:none;cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;transition:transform .25s;display:block}.tour-shot:hover{transform:translateY(-3px)}.lightbox{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#060a14e6;justify-content:center;align-items:center;gap:24px;padding:64px 24px 32px;animation:.2s lb-in;display:flex;position:fixed;inset:0}@keyframes lb-in{0%{opacity:0}}.lb-body{flex:none;width:min(1200px,max(160vh - 448px,320px),100% - 144px);min-width:0;margin:0}.lb-body .console-frame{animation:.25s lb-in;box-shadow:0 30px 80px -30px #000c}.lb-body figcaption{text-align:center;color:#f4f6f9;max-width:720px;margin:22px auto 0}.lb-count{font-family:var(--mono);letter-spacing:.12em;color:#9aa6ba;margin-bottom:6px;font-size:11.5px;display:block}.lb-body h3{font-family:var(--serif);margin-bottom:6px;font-size:24px;font-weight:400}.lb-body p{color:#b6bdc9;margin:0;font-size:15.5px}.lb-btn{appearance:none;color:#f4f6f9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:50%;flex:none;place-items:center;width:48px;height:48px;padding:0;transition:background .2s;display:grid}.lb-btn:hover{background:#ffffff2e}.lb-close{width:40px;height:40px;position:absolute;top:16px;right:16px}@media (width<=700px){.lightbox{flex-wrap:wrap;align-content:center;padding:64px 16px 24px}.lb-body{order:1;width:100%}.lb-prev,.lb-next{order:2;margin-top:12px}}.start-head{text-align:center}.start-head .lede{margin-inline:auto}.start-cards{grid-template-columns:1fr 1fr;gap:24px;margin-top:36px;display:grid}@media (width<=800px){.start-cards{grid-template-columns:1fr}}.start-card{background:var(--surface);border:1px solid var(--rule);box-shadow:var(--shadow);border-radius:10px;flex-direction:column;padding:26px 26px 28px;display:flex}.start-card h3{margin-bottom:8px;font-size:19px}.start-card>p{margin:0}.start-card .cmd-stack{max-width:none;margin-top:8px}.start-card .cmd{background:var(--surface-2)}.start-where{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted);margin-top:20px;font-size:11px;display:block}.start-card .btn{align-self:center;margin-top:auto}.start-card .cmd-stack:last-of-type{margin-bottom:26px}footer{border-top:1px solid var(--rule);background:var(--bg-deep)}footer .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-block:46px;display:flex}footer .fine{font-family:var(--mono);color:var(--fg-muted);letter-spacing:.04em;font-size:12px}footer .fine a{color:var(--fg-soft)}footer .fine a:hover{color:var(--fg)}.details-head{text-align:center;max-width:760px;margin:0 auto}.details-head .lede{margin-inline:auto}.details{gap:24px;margin-top:40px;display:grid}.details-group{background:var(--surface);border:1px solid var(--rule);box-shadow:var(--shadow);border-radius:10px;overflow:hidden}.details-title{border-bottom:1px solid var(--rule-soft);background:var(--surface-2);justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.details-title h3{margin:0;font-size:16px}.details-title .count{font-family:var(--mono);color:var(--fg-muted);font-size:12px}.details-group ul{grid-template-columns:1fr 1fr;column-gap:40px;margin:0;padding:8px 22px 12px;list-style:none;display:grid}@media (width<=860px){.details-group ul{grid-template-columns:1fr}}.details-group li{border-top:1px solid var(--rule-soft);grid-template-columns:20px 1fr;gap:14px;padding:11px 0;display:grid}.details-group li:nth-child(-n+2){border-top:0}@media (width<=860px){.details-group li:nth-child(2){border-top:1px solid var(--rule-soft)}}.details-group li svg{fill:none;width:20px;height:20px;stroke:var(--allow);stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;margin-top:1px}.details-group strong{color:var(--fg);font-size:14.5px;font-weight:600;line-height:1.4;display:block}.details-group li span{color:var(--fg-muted);font-size:13.5px;line-height:1.5;display:block}.faq{border:1px solid var(--rule);background:var(--surface);border-radius:6px;overflow:hidden}.faq details{border-top:1px solid var(--rule-soft)}.faq details:first-of-type{border-top:0}.faq summary{cursor:pointer;align-items:baseline;gap:14px;padding:16px 20px;font-size:15.5px;font-weight:600;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:before{content:"+";font-family:var(--mono);color:var(--allow);flex:none;font-size:15px}.faq details[open] summary:before{content:"–"}.faq details[open] summary{padding-bottom:6px}.faq .a{color:var(--fg-muted);padding:0 20px 18px 54px;font-size:14.5px;line-height:1.6}.faq .a p{margin:0 0 10px}.faq .a p:last-child{margin:0}.trifecta-cols{align-items:center}.trifecta{width:100%;max-width:500px;height:auto;margin:0 auto;display:block}svg .tri-side{stroke:var(--warn);stroke-width:2.5px;stroke-linecap:round}svg .tri-side--cut{stroke:var(--fg-muted);stroke-width:1.5px;stroke-dasharray:4 5;opacity:.6}svg .tri-node{fill:var(--warn-wash);stroke:var(--warn);stroke-width:2px}svg .tri-node--closed{fill:var(--deny-wash);stroke:var(--deny)}svg .tri-glyph{fill:none;stroke:var(--warn);stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}svg .tri-dot{fill:var(--warn)}svg .tri-glyph--closed{stroke:var(--deny);stroke-width:3px}svg .tri-title{font-family:var(--sans);fill:var(--fg);font-size:15px;font-weight:650}svg .tri-sub{font-family:var(--mono);letter-spacing:.06em;fill:var(--fg-muted);font-size:11px}svg .tri-sub--closed{fill:var(--deny);font-weight:600}a.ext:after{content:" ↗";font-family:var(--mono);font-size:.85em}.rise{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(14px)}.rise.in{opacity:1;transform:none}
