:root{--font-sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "IBM Plex Serif", Georgia, "Times New Roman", serif;--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--bg: #ffffff;--fg: #1a1a1a;--muted-fg: #666666;--border-soft: rgb(0 0 0 / 8%);--primary: #5d7bff;--accent: #3f6dff;--green: #26e600}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-sans);color:var(--fg);background:radial-gradient(circle at top right,rgb(93 123 255 / 8%),transparent 45%),radial-gradient(circle at 20% 20%,rgb(15 205 255 / 6%),transparent 50%),var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;display:flex;flex-direction:column}:root{--gst-margin: clamp(16px, 4vw, 48px);--gst-gutter: clamp(12px, 1.6vw, 24px);--gst-cols: 6;--gst-col-w: calc( (100vw - 2 * var(--gst-margin) - (var(--gst-cols) - 1) * var(--gst-gutter)) / var(--gst-cols) )}.stage{flex:1;display:grid;place-items:center start;padding:48px var(--gst-margin) 48px calc(var(--gst-margin) + var(--gst-col-w) + var(--gst-gutter))}.card{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:56px}.brand{display:inline-flex;align-items:center;text-decoration:none;color:#1a1a1a}.brand__logo{display:block;height:clamp(44px,5vw,64px);width:auto}.brand__logo .brand__mark{fill:var(--primary)}.tag{display:grid;grid-template-columns:repeat(5,var(--gst-col-w));column-gap:var(--gst-gutter);row-gap:14px;align-items:start;justify-content:start}.tag>*{grid-column:1 / -1}.tag h1{margin:0 0 50px;font-family:var(--font-sans);font-weight:700;font-size:clamp(44px,9vw,95px);letter-spacing:-.045em;line-height:.95;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.02em;width:100%;padding:0 0 50px;position:relative}.tag h1:after{content:"";position:absolute;bottom:0;left:calc(-1 * (var(--gst-col-w) + var(--gst-gutter)));right:0;height:1px;background:#0000001f;pointer-events:none}.tag h1 em{font-family:var(--font-serif);font-style:italic;font-weight:700;color:inherit}.tag h1 .row2{display:flex;align-items:center;gap:clamp(8px,1vw,18px);flex-wrap:wrap;white-space:normal;width:100%;row-gap:clamp(10px,2vw,20px)}.tag h1 .row2>span{flex:0 0 auto}.tag h1 .unit{display:inline-block;white-space:nowrap}.tag h1 .slash{color:inherit;opacity:.9;margin:0 .08em}.tag h1 .signup-link{color:var(--primary);text-decoration:none;font:inherit;font-weight:inherit;letter-spacing:inherit;transition:color .15s ease,text-decoration-color .15s ease;text-underline-offset:.12em;text-decoration:underline;text-decoration-color:#2563eb00;text-decoration-thickness:.04em}.tag h1 .signup-link:hover{text-decoration-color:#2563ebcc}.lede{font-family:var(--font-serif);font-style:normal;font-size:20px;line-height:1.5;letter-spacing:-.005em;color:#1a1a1a;grid-column:1 / span 3;max-width:100%;margin:3rem 0 0;text-wrap:pretty}.lede p,.tag .lede p{font-size:20px}.h1-indent{margin-left:calc(var(--gst-col-w) + var(--gst-gutter))}.lede>p{margin:0}.lede>p+p{margin-top:1em}.tag p{margin:0;font-family:var(--font-serif);font-style:normal;color:var(--muted-fg);font-size:1.02rem;letter-spacing:.01em;line-height:1.5}.signin{position:fixed;top:22px;right:28px;display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.95rem;font-weight:600;color:#1a1a1a;background:#fff;border:1px solid rgb(0 0 0 / 18%);border-radius:10px;padding:.55rem 1rem;text-decoration:none;transition:background-color .15s ease,border-color .15s ease;z-index:10000}.signin:hover{background:#0000000a;border-color:#00000052}.user-pill{position:fixed;top:22px;right:28px;display:none;align-items:center;gap:.55rem;font-family:var(--font-sans);font-size:.95rem;font-weight:600;color:#1a1a1a;background:#fff;border:1px solid rgb(0 0 0 / 18%);border-radius:10px;padding:.4rem .65rem .4rem .4rem;text-decoration:none;transition:background-color .15s ease,border-color .15s ease;z-index:10000}.user-pill[data-ready]{display:inline-flex}.user-pill:hover{background:#0000000a;border-color:#00000052}.user-pill__avatar{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#7c3aed;color:#fff;border-radius:8px;font-size:.85rem;font-weight:700;letter-spacing:0;line-height:1;text-transform:uppercase;overflow:hidden}.user-pill__avatar img{width:100%;height:100%;object-fit:cover;display:block}.user-pill__name{max-width:18ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-pill__chev{width:12px;height:12px;color:#0000008c;flex:0 0 auto}body.po-locked .user-pill,body.is-authed .signin,body.is-authed .tag h1 .signup-link,body.is-authed .tag h1 .slash{display:none}@media(max-width:820px){.user-pill{top:14px;right:16px;font-size:.9rem;padding:.35rem .55rem .35rem .35rem}.user-pill__avatar{width:24px;height:24px;font-size:.78rem;border-radius:7px}.user-pill__name{max-width:12ch}}.foot{padding:22px var(--gst-margin) 26px calc(var(--gst-margin) + var(--gst-col-w) + var(--gst-gutter));font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;color:var(--muted-fg);text-align:left;opacity:.8;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.4rem 1.25rem}.foot__legal{display:inline-flex;flex-wrap:wrap;gap:.4rem 1.25rem;align-items:center}.foot__legal a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s ease,color .15s ease}.foot__legal a:hover{color:var(--fg);border-bottom-color:currentColor}.foot__sep{opacity:.4}#grid-toggle{position:fixed;top:20px;left:20px;z-index:9999;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;padding:8px 12px;background:#fff;color:#1a1a1a;border:1px solid rgb(0 0 0 / 12%);border-radius:8px;cursor:pointer;box-shadow:0 6px 16px -8px #00000040;align-items:center;gap:8px}#grid-toggle .dot{width:8px;height:8px;border-radius:50%;background:#c8ccd2}#grid-toggle.on .dot{background:#e63c3c}#grid-toggle:hover{background:#fafafa}#grid-cols{position:fixed;top:20px;left:108px;z-index:9999;background:#fff;border:1px solid rgb(0 0 0 / 12%);border-radius:8px;padding:3px;box-shadow:0 6px 16px -8px #00000040;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.04em;gap:2px}#grid-cols button{border:0;background:transparent;cursor:pointer;padding:6px 10px;border-radius:5px;font-family:inherit;font-size:inherit;letter-spacing:inherit;color:#374151}#grid-cols button.on{background:#1a1a1a;color:#fff}#gerstner{position:fixed;inset:0;z-index:9998;pointer-events:none;display:none}#gerstner.on{display:block}.gst-layer{position:absolute;inset:0;display:grid}.gst-cols{padding:0 var(--gst-margin);column-gap:var(--gst-gutter);grid-template-rows:1fr}.gst-2{grid-template-columns:repeat(2,1fr)}.gst-3{grid-template-columns:repeat(3,1fr)}.gst-4{grid-template-columns:repeat(4,1fr)}.gst-5{grid-template-columns:repeat(5,1fr)}.gst-6{grid-template-columns:repeat(6,1fr)}.gst-rows{padding:0 var(--gst-margin);grid-template-rows:repeat(58,1fr)}.gst-cols{display:none}#gerstner[data-cols="2"] .gst-2,#gerstner[data-cols="3"] .gst-3,#gerstner[data-cols="4"] .gst-4,#gerstner[data-cols="5"] .gst-5,#gerstner[data-cols="6"] .gst-6,#gerstner[data-cols=all] .gst-cols{display:grid}.gst-cols>i{background:#e63c3c14;border-left:1px solid rgb(230 60 60 / 30%);border-right:1px solid rgb(230 60 60 / 30%)}#gerstner[data-cols=all] .gst-cols>i{background:transparent}#gerstner[data-cols=all] .gst-2>i{border-color:#2864e673}#gerstner[data-cols=all] .gst-3>i{border-color:#14a05a73}#gerstner[data-cols=all] .gst-4>i{border-color:#e63c3c73}#gerstner[data-cols=all] .gst-5>i{border-color:#c8781473}#gerstner[data-cols=all] .gst-6>i{border-color:#783cc873}.gst-rows>i{border-top:1px solid rgb(0 0 0 / 6%)}.gst-rows>i:nth-child(29n){border-top-color:#0000002e}#policy-overlay{position:fixed;inset:0;background:#fff;z-index:9000;display:none;overflow:hidden;font-family:var(--font-sans);color:#1a1a1a}#policy-overlay.on{display:block}.po-close{position:absolute;top:18px;right:20px;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:8px 12px 8px 14px;background:#fff;border:1px solid rgb(0 0 0 / 12%);border-radius:10px;cursor:pointer;font-family:var(--font-sans);font-size:.82rem;font-weight:500;color:#1a1a1a;letter-spacing:.01em;transition:background-color .15s ease,border-color .15s ease}.po-close:hover{background:#0000000a;border-color:#00000040}.po-close svg{width:16px;height:16px;stroke-width:2;color:#6b7280}.po-grid{height:100%;display:grid;grid-template-columns:var(--gst-margin) repeat(6,1fr) var(--gst-margin);padding:0}.po-col-nav{grid-column:1 / span 2;border-right:1px solid rgb(0 0 0 / 8%);padding:0;display:flex;flex-direction:column;min-height:0}.po-col-nav__header{padding:20px 12px 14px var(--gst-margin);margin-bottom:0;border-bottom:1px solid rgb(0 0 0 / 8%);min-height:76px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end}.po-col-nav__section-label{font-size:12px;font-weight:400;color:#9ca3af;line-height:1;margin-bottom:6px}.po-col-nav__title{font-size:1.125rem;font-weight:600;color:#1a1a1a;line-height:1.3}.po-col-nav__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.po-col-nav__item{position:relative;padding:.55rem 12px .55rem var(--gst-margin);cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:13px;font-weight:400;color:#1a1a1a;border-radius:0;white-space:nowrap;overflow:hidden;transition:background-color .08s ease,color .08s ease}.po-col-nav__item>span{overflow:hidden;text-overflow:ellipsis}.po-col-nav__item svg{flex-shrink:0;width:14px;height:14px;color:#9ca3af;stroke-width:1.75}.po-col-nav__item:not(.on):hover{background:#0000000a}.po-col-nav__item.on{color:#fff;font-weight:500;background:#2556ff}.po-col-nav__item.on svg{color:#fff}.po-col-toc{grid-column:3 / span 1;padding:0;position:relative;border-right:1px solid rgb(0 0 0 / 8%);overflow:hidden}.po-col-toc__inner{position:sticky;top:0;display:flex;flex-direction:column;gap:0}.po-col-toc__header{padding:20px 12px 14px;margin-bottom:0;border-bottom:1px solid rgb(0 0 0 / 8%);min-height:76px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end}.po-col-toc__header .po-col-nav__section-label{margin-bottom:6px}.po-col-toc__header .po-col-nav__title{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:#9ca3af}.po-col-toc__link{display:block;font-size:13px;line-height:1.5;color:#4b5563;text-decoration:none;padding:6px 12px;transition:background-color .08s ease,color .08s ease}.po-col-toc__link:hover{color:#1a1a1a;background:#00000008}.po-col-toc__link.active{color:#1a1a1a;font-weight:500;background:#00000012}.po-col-content{grid-column:4 / -1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.po-content__header{display:flex;flex-direction:column;justify-content:flex-end;padding:20px var(--gst-margin) 14px 12px;border-bottom:1px solid rgb(0 0 0 / 8%);min-height:76px;box-sizing:border-box}.po-content__header-main{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.po-content__section-label{font-size:12px;font-weight:400;color:#9ca3af;line-height:1;margin-bottom:6px}.po-content__title{font-size:1.125rem;font-weight:600;color:#1a1a1a;line-height:1.3}.po-content__meta{margin:16px 0 12px;padding:10px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.8rem;color:#6b7280}.po-content__meta-left{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.po-content__meta-sep{color:#d1d5db}.po-content__meta-right{display:inline-flex;align-items:center;gap:8px}.po-content__meta-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px #26e6002e}.po-content__scroll{flex:1;overflow-y:auto;padding-left:12px;padding-right:var(--gst-margin);padding-bottom:60px}.po-content__body{max-width:100%;font-family:var(--font-sans);font-size:15px;line-height:1.65;color:#1a1a1a}.po-content__body h2{scroll-margin-top:24px;margin:28px 0 10px;font-size:1rem;font-weight:600;color:#1a1a1a}.po-content__body h2:first-child{margin-top:14px}.po-content__body h3{margin:22px 0 8px;font-size:.9rem;font-weight:600;color:#1a1a1a}.po-content__body p{margin:0 0 .9em;color:#374151;font-family:var(--font-serif);font-size:1.02rem;line-height:1.65}.po-content__body ul{margin:0 0 1em;padding-left:1.25rem;color:#374151;font-family:var(--font-serif);font-size:1.02rem;line-height:1.65}.po-content__body ul li{margin-bottom:.35em}.po-content__body strong{color:#1a1a1a;font-weight:600}.po-content__body hr{border:0;border-top:1px solid rgb(0 0 0 / 8%);margin:28px 0}.po-content__body a{color:var(--primary);text-decoration:underline;text-decoration-color:#5d7bff4d;text-underline-offset:2px;transition:text-decoration-color .15s ease}.po-content__body a:hover{text-decoration-color:#5d7bffcc}.po-content__body p,.po-content__body ul,.po-content__body ol,.po-content__body h2,.po-content__body h3,.po-content__body hr{max-width:65ch;margin-left:auto;margin-right:auto}.po-content__body table{width:100%;border-collapse:collapse;margin:0 0 1.25em;font-family:var(--font-sans);font-size:.9rem;line-height:1.5}.po-content__body thead th{text-align:left;font-family:var(--font-sans);font-weight:600;color:var(--fg);padding:.75rem 1rem;border-bottom:2px solid rgb(0 0 0 / 18%);vertical-align:bottom}.po-content__body tbody td{padding:.75rem 1rem;border-bottom:1px solid var(--border-soft);color:#374151;vertical-align:top}.po-placeholder{padding:14px 16px;background:#5d7bff0d;border:1px dashed rgb(93 123 255 / 35%);border-radius:8px;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.02em;color:#6b7280;margin:10px 0 18px}.po-placeholder strong{color:var(--primary);font-weight:600}body.po-locked .signin{display:none}body.po-locked{overflow:hidden}@media(max-width:900px){.stage{padding:40px var(--gst-margin)}.tag{grid-template-columns:repeat(4,1fr)}.tag h1{margin-bottom:32px}.tag h1:after{left:0}.lede{grid-column:1 / -1}}@media(max-width:820px){.stage{padding:28px clamp(20px,5vw,32px);place-items:center start}.card{gap:28px}.brand__logo{height:36px;width:auto}.tag{display:block}.tag h1{letter-spacing:-.035em;margin:0 0 24px}.h1-indent{margin-left:0}.tag h1 .row2{flex-direction:column;align-items:flex-start;gap:18px}.lede{font-size:17px;line-height:1.55;margin-top:0;max-width:36rem}.signin{top:14px;right:16px;font-size:.9rem}#grid-toggle,#grid-cols,.gst{display:none!important}.foot{font-size:.7rem;padding:22px clamp(20px,5vw,32px) 26px}}@media(max-width:900px){.po-grid{grid-template-columns:0 1fr 0;grid-auto-rows:auto;overflow-y:auto;column-gap:0}.po-close{padding:8px 10px;top:12px;right:12px}.po-close span{display:none}.po-col-nav{grid-column:2 / 3;border-right:none;border-bottom:1px solid rgb(0 0 0 / 8%);padding:56px 16px 12px}.po-col-nav__header{display:none}.po-col-nav__list{display:flex;flex-direction:row;gap:6px;overflow-x:auto;scrollbar-width:none;margin:0 -16px;padding:0 16px}.po-col-nav__list::-webkit-scrollbar{display:none}.po-col-nav__item{flex:0 0 auto;padding:7px 12px;font-size:13px;border:1px solid rgb(0 0 0 / 10%);border-radius:999px;background:#fff;white-space:nowrap}.po-col-nav__item svg{width:13px;height:13px}.po-col-nav__item:not(.on):hover{background:#00000008}.po-col-nav__item.on{background:#2556ff;border-color:#2556ff;color:#fff}.po-col-toc{display:none}.po-col-content{grid-column:2 / 3;padding:0 16px 40px}.po-content__header{padding:16px 0 14px}.po-content__title{font-size:1.25rem}.po-content__scroll{overflow-y:visible;padding-right:0;margin-right:0}.po-placeholder{font-size:.72rem;padding:10px 12px}.po-content__body{font-size:14.5px}.po-content__body p,.po-content__body ul{font-size:1rem;line-height:1.6}}
