:root{--ink: #161617;--muted: #68686d;--line: #d7d7dc;--paper: #f5f5f7;--white: #fff;--blue: #0066cc;--night: #0c1120;--green: #30d158;--surface: #fbfbfd;--surface-raised: #ffffff;--accent-soft: #e8f1ff;--shadow-soft: 0 18px 48px rgba(18, 20, 28, .08);--shadow-deep: 0 42px 88px rgba(0, 0, 0, .23);--spring: cubic-bezier(.2, .8, .2, 1);--out: cubic-bezier(.16, 1, .3, 1);--route-out: cubic-bezier(.23, 1, .32, 1);--route-in-out: cubic-bezier(.77, 0, .175, 1);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;color-scheme:light}*{box-sizing:border-box;letter-spacing:0!important}html{scrollbar-gutter:stable;scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}button,a{font:inherit}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}figure{margin:0}::view-transition-group(root){animation-duration:.24s;animation-timing-function:var(--route-out)}::view-transition-group(study-visual){z-index:120;animation-duration:.28s;animation-timing-function:var(--route-in-out)}::view-transition-image-pair(study-visual){overflow:clip;border-radius:18px;isolation:auto}::view-transition-old(study-visual),::view-transition-new(study-visual){height:100%;object-fit:cover}html[data-route-transition=open]::view-transition-old(root){animation:route-open-old .18s var(--route-out) both}html[data-route-transition=open]::view-transition-new(root){animation:route-open-new .26s var(--route-out) both}html[data-route-transition=generic]::view-transition-old(root){animation:route-fade-old .14s var(--route-out) both}html[data-route-transition=generic]::view-transition-new(root){animation:route-fade-new .2s var(--route-out) both}html[data-route-transition=close]::view-transition-old(root){animation:route-close-old .18s var(--route-out) both}html[data-route-transition=close]::view-transition-new(root){animation:route-close-new .24s var(--route-out) both}html[data-route-transition=next]::view-transition-old(root){animation:route-next-old .18s var(--route-in-out) both}html[data-route-transition=next]::view-transition-new(root){animation:route-next-new .22s var(--route-in-out) both}html[data-route-transition=previous]::view-transition-old(root){animation:route-previous-old .18s var(--route-in-out) both}html[data-route-transition=previous]::view-transition-new(root){animation:route-previous-new .22s var(--route-in-out) both}@keyframes route-open-old{to{opacity:.5;transform:scale(.992)}}@keyframes route-open-new{0%{opacity:.18;transform:translateY(8px) scale(.996)}}@keyframes route-fade-old{to{opacity:.35}}@keyframes route-fade-new{0%{opacity:.25}}@keyframes route-close-old{to{opacity:.45;transform:scale(.994)}}@keyframes route-close-new{0%{opacity:.25;transform:scale(.996)}}@keyframes route-next-old{to{opacity:.22;transform:translate(-24px)}}@keyframes route-next-new{0%{opacity:.22;transform:translate(24px)}}@keyframes route-previous-old{to{opacity:.22;transform:translate(24px)}}@keyframes route-previous-new{0%{opacity:.22;transform:translate(-24px)}}:where(a,button):focus-visible{outline:3px solid #0a84ff;outline-offset:3px}.skip{position:fixed;z-index:9999;top:8px;left:8px;padding:10px 14px;background:#fff;transform:translateY(-150%)}.skip:focus{transform:none}.mono{font-family:SFMono-Regular,JetBrains Mono,ui-monospace,monospace}.shell{min-height:100dvh;overflow:clip}.nav{position:sticky;top:0;z-index:100;height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid rgba(0,0,0,.08);background:#f5f5f7c2;backdrop-filter:blur(22px) saturate(1.5)}.brand{width:100%;min-height:40px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:720;text-align:center}.nav-links{display:flex;gap:4px}.nav-link{min-height:40px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;color:#626267;font-size:13px;transition:background .18s ease-out,color .18s ease-out,transform .1s ease-out}.nav-link:active{transform:scale(.96)}.nav-link[aria-current=page]{background:#fff;color:#111;box-shadow:0 1px 6px #00000014}.status{justify-self:end;display:flex;align-items:center;gap:8px;color:#69696e;font-size:12px}.status:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #30d15821}.wrap{width:min(1296px,calc(100% - 48px));margin:auto}.eyebrow{margin:0;color:var(--blue);font:650 10px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.display{margin:14px 0 0;font-size:clamp(43px,4.5vw,64px);line-height:1.01;font-weight:690}.lead{margin:20px 0 0;color:var(--muted);font-size:clamp(16px,1.35vw,19px);line-height:1.58}.cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}.hero-proofline{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;margin:20px 0 0;padding:0;color:#77777d;font-size:9px;font-weight:620;line-height:1.45;letter-spacing:.025em!important;list-style:none;text-transform:uppercase}.hero-proofline li+li:before{content:"·";margin-right:10px;color:#b1b1b7}.btn{min-height:46px;display:inline-flex;align-items:center;gap:8px;padding:0 17px;border:1px solid transparent;border-radius:12px;font-size:13px;font-weight:670;cursor:pointer;transition:transform .1s ease-out,background .18s ease-out}.btn:active{transform:scale(.97)}.btn.primary{background:#171719;color:#fff}.btn.secondary{border-color:#c9c9cf;background:#ffffffa8;color:#19191c}.btn.secondary:hover{background:#fff}.link{display:inline-flex;align-items:center;min-height:44px;color:var(--blue);font-size:13px;font-weight:680}.link:after{content:"→";margin-left:7px;transition:transform .18s var(--out)}.link:hover:after{transform:translate(3px)}.link-button{padding:2px 6px 3px;border:0;background:none;cursor:pointer}.hero{min-height:750px;display:grid;grid-template-columns:minmax(600px,1.1fr) minmax(500px,.9fr);align-items:center;gap:clamp(30px,3.5vw,54px);padding:64px 0 72px}.hero .display{max-width:720px;font-size:clamp(48px,4.1vw,60px);letter-spacing:-.025em!important}.hero-copy{align-self:center}.hero-copy .lead{max-width:650px}.identity-line{display:flex;align-items:center;gap:9px;margin-top:18px;color:#7d7d82;font:600 9px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.identity-line:before{content:"";width:20px;height:1px;background:#a6a6ac}.canvas{position:relative;min-height:640px;display:grid;place-items:center;perspective:1300px}.halo{position:absolute;width:min(40vw,560px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 40% 34%,#ffffffeb,#fff0 32%),linear-gradient(135deg,#e8f1ff,#e9e9ed 48%,#dcdce3)}.phone{position:relative;z-index:2;width:254px;aspect-ratio:1206 / 2622;overflow:hidden;border:8px solid #171719;border-radius:45px;background:#111;box-shadow:var(--shadow-deep);transform:rotateY(-7deg);transition:transform .42s var(--spring)}.phone:before{content:"";position:absolute;z-index:3;top:9px;left:50%;width:72px;height:21px;transform:translate(-50%);border-radius:15px;background:#050506}.phone img{width:100%;height:100%;object-fit:cover}.chapter-list{position:absolute;z-index:5;left:0;bottom:30px;width:275px;display:grid;gap:7px}.chapter{min-height:48px;display:grid;grid-template-columns:26px 1fr;align-items:center;padding:0 13px;border:1px solid rgba(0,0,0,.09);border-radius:13px;background:#ffffffb8;backdrop-filter:blur(20px);color:#77777c;text-align:left;cursor:pointer;transition:transform .1s ease-out,border-color .18s ease-out,color .18s ease-out,background .18s ease-out}.chapter:active{transform:scale(.98)}.chapter[aria-selected=true]{border-color:#7bb7f0;background:#fff;color:#111}.chapter span{font-size:9px}.chapter strong{font-size:12px;font-weight:650}.canvas-note{position:absolute;z-index:5;right:0;top:65px;width:270px;padding:18px;border:1px solid rgba(0,0,0,.08);border-radius:17px;background:#ffffffbf;backdrop-filter:blur(22px);box-shadow:0 16px 40px #0000001a}.canvas-note small{color:#777;font:600 9px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.canvas-note strong{display:block;margin-top:9px;font-size:16px;line-height:1.18}.canvas-note p{margin:8px 0;color:#68686e;font-size:12px;line-height:1.5}.work-dark{margin-top:92px;padding:80px 0 86px;background:var(--night);color:#f7f7f9}.section-head{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:40px}.section-head h2{margin:12px 0 0;font-size:clamp(35px,3.6vw,52px);line-height:1.02}.section-head p{justify-self:end;max-width:570px;margin:0;color:#aeb5c4;line-height:1.6}.work-dark .eyebrow{color:#9ec5ff}.section-head-compact{align-items:start}.deck{position:relative;isolation:isolate;height:640px;margin-top:42px;overflow:hidden;cursor:grab;user-select:none;touch-action:pan-y}.deck-card{position:absolute;top:10px;left:50%;width:min(78vw,1040px);height:560px;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:28px;background:#f4f4f5;color:#171719;box-shadow:0 35px 80px #0000005c;transform-origin:center bottom;will-change:transform,opacity;transition:opacity .18s ease-out}.deck.dragging{cursor:grabbing}.deck-inner{height:100%;display:grid;grid-template-columns:39% 61%}.deck-copy{display:flex;flex-direction:column;padding:46px}.deck-copy small{color:#66707d;font:600 9px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.deck-copy h3{margin:auto 0 12px;font-size:46px;line-height:1.02}.deck-copy p{margin:0 0 18px;color:#65656b;font-size:14px;line-height:1.55}.deck-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.deck-fact{padding:10px;border-radius:9px;background:#e8e8ec}.deck-fact b{display:block;font-size:9px;text-transform:uppercase}.deck-fact span{display:block;margin-top:4px;color:#666;font-size:10px;line-height:1.35}.deck-media{overflow:hidden;background:#e4e7ed}.deck-media img{width:100%;height:100%;object-fit:cover;pointer-events:none}.deck-media-crop-edge img{transform:scale(1.055);transform-origin:center}.deck-media-crop-bottom-edge img{transform:scale(1.03);transform-origin:center}.deck-controls{position:absolute;z-index:10;right:20px;bottom:5px;display:flex;align-items:center;gap:6px}.circle{width:46px;height:46px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#080d1cc2;color:#fff;cursor:pointer;transition:transform .16s var(--out),background .16s ease-out}.circle:active{transform:scale(.96);transition-duration:90ms}.dot{position:relative;width:44px;height:44px;padding:0;border:0;background:none;cursor:pointer}.dot:after{content:"";position:absolute;top:20px;left:18px;width:8px;height:4px;border-radius:5px;background:#ffffff59;opacity:.78;transition:width .16s var(--out),opacity .16s ease-out,background .16s ease-out}.dot[aria-current=true]:after{width:14px;background:#fff;opacity:1}.dark-footer-link{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:26px;border-top:1px solid rgba(255,255,255,.16);color:#c6cad4}.dark-footer-link strong{font-size:14px}.dark-footer-link span{font-size:12px}.roadmap-section{padding:92px 0 0}.roadmap-grid{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:12px;margin-top:30px}.roadmap-card{min-height:276px;display:flex;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:18px;background:var(--surface-raised);box-shadow:var(--shadow-soft)}.roadmap-card-live{background:linear-gradient(135deg,#e8f1ffdb,#fffffff0),var(--surface-raised)}.roadmap-card small{color:#6d7786;font:650 9px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.roadmap-card h3{margin:auto 0 10px;color:#151518;font-size:28px;line-height:1.08}.roadmap-card p{margin:0;color:#666a72;font-size:13px;line-height:1.58}.roadmap-card .link{margin-top:14px}.evidence-list{padding:92px 0}.list-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.list-title h2{margin:0;font-size:38px}.case-row{width:100%;display:grid;grid-template-columns:135px 1fr 210px 30px;align-items:center;gap:22px;min-height:94px;padding:2px 6px 3px;border-right:0;border-left:0;border-top:1px solid var(--line);border-bottom:2px solid #6f7075;background:transparent;color:inherit;text-align:left;cursor:pointer;transition:background .18s ease-out}.case-row:last-of-type{border-bottom:1px solid var(--line)}.case-row:hover{background:#fff}.case-row small{color:#7d7d82;font:600 9px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.case-row strong{font-size:17px;line-height:1.2}.case-row p{margin:0;color:#737378;font-size:12px;line-height:1.45}.page-hero{padding:86px 0 66px;border-bottom:1px solid var(--line)}.page-hero .display{max-width:900px}.page-hero .lead{max-width:720px}.page-meta{display:flex;gap:30px;margin-top:26px;color:#777;font-size:11px}.section{padding:76px 0}.section h2{margin:0;font-size:38px}.work-intro .display{max-width:940px}.product-showcase{display:grid;grid-template-columns:.78fr 1.22fr;min-height:690px;margin-top:38px;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff}.product-showcase-copy{display:flex;flex-direction:column;padding:52px}.product-showcase-copy h2{margin:auto 0 13px;font-size:58px;line-height:1}.product-showcase-copy>p{max-width:480px;color:#65656b;font-size:16px;line-height:1.65}.product-status{display:flex;justify-content:space-between;gap:20px;color:#777;font:600 9px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.product-scope{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:24px 0}.product-scope div{padding:13px;border-radius:10px;background:#f0f0f3}.product-scope b{display:block;font-size:10px;text-transform:uppercase}.product-scope span{display:block;margin-top:5px;color:#707075;font-size:11px;line-height:1.4}.product-showcase-media{position:relative;display:flex;align-items:flex-end;justify-content:center;gap:26px;overflow:hidden;padding:56px 40px 0;background:#101116}.product-showcase-media:before{content:"FINELY / NATIVE PRODUCT";position:absolute;top:30px;left:34px;color:#777b85;font:600 9px/1 SFMono-Regular,monospace}.product-showcase-media img{width:220px;border:7px solid #262629;border-bottom:0;border-radius:40px 40px 0 0;box-shadow:0 26px 70px #0000008c}.product-showcase-media img:last-child{transform:translateY(58px)}.product-showcase-media--hero{align-items:stretch;padding:0}.product-showcase-media--hero:before{content:none}.product-showcase-media--hero img,.product-showcase-media--hero img:last-child{width:100%;height:100%;border:0;border-radius:0;box-shadow:none;object-fit:cover;object-position:center;transform:none}.proof-section{padding:36px 0 100px}.proof-heading{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin:36px 0 24px}.proof-heading h2{margin:12px 0 0;font-size:42px}.proof-heading p{justify-self:end;max-width:560px;margin:0;color:#6b6b70;line-height:1.6}.proof-row{width:100%;display:grid;grid-template-columns:58px 190px minmax(320px,1fr) 210px 44px;align-items:center;gap:24px;min-height:150px;padding:22px 0;border:0;border-top:0;border-bottom:2px solid #6f7075;background-color:transparent;color:inherit;text-align:left;cursor:pointer;transition:background .18s ease-out}.proof-heading+.proof-row{border-top:1px solid var(--line)}.proof-row:last-of-type{border-bottom:1px solid var(--line)}.proof-row:hover{background:#fff}.proof-number{color:#89898e;font:600 9px/1 SFMono-Regular,monospace}.proof-row img{width:190px;aspect-ratio:1.9;object-fit:cover;border-radius:10px}.proof-main small{color:#777;font:600 9px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.proof-main h3{margin:8px 0 7px;font-size:22px;line-height:1.12}.proof-main p,.proof-signal p{margin:0;color:#707075;font-size:12px;line-height:1.5}.proof-signal{padding-left:18px;border-left:1px solid var(--line)}.proof-signal small{color:#999;font:600 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.proof-signal p{margin-top:7px;color:#4f4f54}.proof-arrow{font-size:18px}.link-reset{width:max-content;padding:0;border:0;background:none;cursor:pointer}.site-footer-editorial{background:#151517;color:#fff}.site-footer-main{width:min(1296px,calc(100% - 48px));display:grid;grid-template-columns:minmax(0,1.3fr) .7fr;gap:90px;margin:auto;padding:62px 0 52px}.site-footer-statement{max-width:720px;margin:15px 0 0;font-size:clamp(30px,3.4vw,48px);font-weight:680;line-height:1.08}.site-footer-connect{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-self:end}.site-footer-group{display:grid;align-content:start;gap:4px}.site-footer-group strong{margin-bottom:10px;color:#8d8d94;font:650 9px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.site-footer-link{position:relative;width:max-content;min-height:40px;display:inline-flex;align-items:center;color:#f2f2f4;font-size:13px}.site-footer-link:after{content:"";position:absolute;right:0;bottom:7px;left:0;height:1px;background:currentColor;opacity:0;transform:scaleX(.6);transform-origin:left;transition:opacity .16s ease-out,transform .16s ease-out}.site-footer-link:hover:after{opacity:1;transform:scaleX(1)}.site-footer-link.social:before{content:"↗";order:2;margin-left:7px}.site-footer-bottom{width:min(1296px,calc(100% - 48px));min-height:74px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin:auto;border-top:1px solid #343438;color:#8f8f95;font-size:11px}@media(max-width:980px){.hero{grid-template-columns:1fr;min-height:0;padding-top:70px}.canvas{min-height:600px}.chapter-list{left:24px}.canvas-note{right:24px}.section-head,.roadmap-grid,.site-footer-main{grid-template-columns:1fr}.section-head p{justify-self:start}.product-showcase{grid-template-columns:1fr}.product-showcase-copy{min-height:500px}.proof-row{grid-template-columns:45px 160px 1fr 42px}.proof-row img{width:160px}.proof-signal{display:none}}@media(max-width:980px){.nav{grid-template-columns:1fr auto}.status{display:none}.hero,.about-top,.section-head{grid-template-columns:1fr}.result{grid-column:2}.site-footer-main{grid-template-columns:1fr;gap:42px}.story-hero-grid{grid-template-columns:1fr}.story-hero-copy{padding-bottom:20px}.story-hero-art{min-height:560px;border-bottom:1px solid #2c3038;border-radius:24px;margin-bottom:48px}.story-decision-grid{grid-template-columns:1fr;gap:30px}.story-tradeoff-grid{grid-template-columns:130px 1fr}.story-tradeoff-grid p:last-child{grid-column:2}.layout-runtime .hero-route,.layout-workflow .hero-route,.layout-policy .hero-route{grid-template-columns:repeat(2,1fr)}.layout-app-intents .story-art-content{padding:60px 18px 98px}.app-intents-phone{width:252px;border-radius:37px}}@media(max-width:650px){.wrap{width:calc(100% - 36px)}.nav{height:58px;padding:0 16px}.brand{width:max-content;font-size:13px}.nav-links{gap:0}.status{display:none}.hero{min-height:auto;padding:52px 0 28px}.hero .display{max-width:360px;font-size:38px;line-height:1.04}.identity-line{font-size:8px}.canvas{min-height:450px;margin:-8px -18px 0}.phone{width:190px;border-width:6px;border-radius:34px}.chapter-list{left:12px;bottom:7px;width:195px}.canvas-note{top:25px;right:12px;width:190px;padding:13px}.roadmap-section{padding-top:64px}.roadmap-card{min-height:236px;padding:22px}.roadmap-card h3{font-size:24px}.work-dark{margin-top:50px;padding-top:56px}.deck{height:500px;overflow:visible}.deck-card{width:calc(100vw - 44px);height:430px}.deck-inner{grid-template-columns:1fr;grid-template-rows:45% 55%}.deck-copy{order:2;padding:18px}.deck-copy h3{font-size:30px}.deck-media{order:1}.deck-controls{right:0;left:0}.deck-controls .circle:first-child{margin-right:auto}.deck-controls .circle:last-child{margin-left:auto}.case-row{grid-template-columns:1fr 25px;padding:20px 0}.case-row small,.case-row strong,.case-row p{grid-column:1}.case-row span{grid-column:2;grid-row:1 / 4}.site-footer-main,.site-footer-bottom{width:calc(100% - 36px)}.site-footer-main{padding:46px 0 36px}.site-footer-connect{grid-template-columns:1fr}.site-footer-bottom{min-height:0;align-items:flex-start;flex-direction:column;justify-content:center;padding:20px 0}.page-hero{padding:72px 0 46px}.page-meta{flex-wrap:wrap;gap:12px}.product-showcase{min-height:0}.product-showcase-copy{min-height:470px;padding:28px}.product-showcase-copy h2{font-size:46px}.product-showcase-media{min-height:430px;padding:48px 10px 0;gap:10px}.product-showcase-media img{width:142px;border-width:5px;border-radius:28px 28px 0 0}.proof-heading{grid-template-columns:1fr}.proof-heading p{justify-self:start}.proof-row{grid-template-columns:42px 1fr 38px;gap:12px;padding:18px 0}.proof-row img{grid-column:2;width:100%;margin-bottom:8px}.proof-main{grid-column:2}.proof-number{grid-column:1;grid-row:1 / 3}.proof-arrow{grid-column:3;grid-row:1 / 3}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.phone{transform:none}.home-page .deck-card{transition:opacity .14s ease-out!important}.home-page .dot:after{transition:opacity .14s ease-out,background .14s ease-out!important}.home-page :is(.btn,.chapter,.circle,.case-row){transition-duration:.14s!important}.home-page :is(.btn,.chapter,.circle):active,.home-page .link:hover:after{transform:none}}.story-page{background:var(--paper)}.story-header{padding:58px 0 0;border-bottom:1px solid var(--line)}.story-back{display:inline-flex;align-items:center;min-height:44px;color:#666;font-size:12px;font-weight:650}.story-back:before{content:"←";margin-right:8px}.detail-back{display:inline-flex;align-items:center;min-height:44px;padding:0;border:0;background:none;color:#666;font-size:12px;font-weight:650;cursor:pointer}.detail-back:before{content:"←";margin-right:8px}.story-header-app-intents .detail-back{position:absolute;top:18px;left:0;margin:0}@media(max-width:980px){.story-header-app-intents .detail-back{top:18px}}@media(max-width:650px){.story-header-app-intents .detail-back{top:12px}}.story-hero-grid{display:grid;grid-template-columns:minmax(440px,.86fr) minmax(540px,1.14fr);gap:clamp(44px,6vw,92px);align-items:center;margin-top:22px}.story-hero-copy{padding:44px 0 58px}.story-editorial-title{max-width:600px;margin:16px 0 0;color:#7b7b81;font:600 10px/1.5 SFMono-Regular,monospace}.story-hero-copy .detail-title{max-width:700px;margin-top:20px;font-size:clamp(44px,4vw,58px);line-height:1.01}.story-hero-copy .detail-summary{max-width:670px;font-size:17px}.story-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}.story-meta span{padding:7px 9px;border:1px solid #d1d1d6;border-radius:8px;color:#717176;font:600 9px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.story-hero-art{--depth-x: 0deg;--depth-y: 0deg;position:relative;min-height:580px;align-self:end;display:grid;place-items:center;overflow:hidden;border:1px solid #2c3038;border-bottom:0;border-radius:24px 24px 0 0;background:#101218;color:#fff;box-shadow:0 28px 70px #12141b29;perspective:1200px}.story-hero-art:before,.story-hero-art:after{content:"";position:absolute;border:1px solid #28303a;border-radius:50%}.story-hero-art:before{inset:9% 8% 16%}.story-hero-art:after{inset:16% 14% 23%}.story-art-content{position:relative;z-index:2;width:100%;min-height:580px;display:grid;place-items:center;transform:rotateX(var(--depth-y)) rotateY(var(--depth-x));transition:transform .24s var(--out);transform-style:preserve-3d}.story-art-label{position:absolute;z-index:5;top:24px;left:26px;color:#9ba7b7;font:650 9px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.story-art-caption{position:absolute;z-index:5;right:26px;bottom:22px;left:26px;display:flex;justify-content:space-between;gap:30px;padding-top:13px;border-top:1px solid #30343d;color:#8f98a7;font-size:10px;line-height:1.45}.story-art-caption strong{max-width:280px;color:#f3f3f5;font-size:11px}.hero-phone-shell{position:relative;z-index:2;width:212px;height:460px;overflow:hidden;border:7px solid #2c2c30;border-radius:38px;background:#090a0d;box-shadow:0 35px 75px #00000094;transform:translateY(22px)}.hero-phone-shell img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:top center}.hero-wide{position:relative;z-index:2;width:calc(100% - 64px);max-height:365px;object-fit:contain;border:1px solid #323640;border-radius:14px;box-shadow:0 22px 60px #0000006b}.hero-route{position:absolute;z-index:4;right:20px;top:90px;display:grid;gap:8px}.hero-route span{width:155px;padding:10px 12px;border:1px solid #343945;border-radius:9px;background:#14171ed1;color:#aab2bf;font:600 9px/1.3 SFMono-Regular,monospace}.hero-route b{display:inline-grid;place-items:center;width:20px;height:20px;margin-right:8px;border-radius:6px;background:#f2f2f4;color:#14151a;font-size:8px}.layout-runtime .story-art-content,.layout-workflow .story-art-content,.layout-policy .story-art-content,.layout-measurement .story-art-content{padding:68px 28px 100px}.layout-runtime .hero-route,.layout-workflow .hero-route,.layout-policy .hero-route,.layout-measurement .hero-route{inset:auto 32px 76px;grid-template-columns:repeat(4,1fr)}.layout-runtime .hero-route span,.layout-workflow .hero-route span,.layout-policy .hero-route span,.layout-measurement .hero-route span{width:auto;padding:8px;font-size:8px}.layout-app-intents.story-hero-art{min-height:0;aspect-ratio:3 / 2;align-self:center;border-bottom:1px solid #2c3038;border-radius:24px;background:#0f1117}.layout-app-intents.story-hero-art:before,.layout-app-intents.story-hero-art:after{display:none}.layout-app-intents .story-art-content.generated-hero{min-height:0;width:100%;height:100%;display:block;padding:0;transform:none}.app-intents-generated-hero{width:100%;height:100%;object-fit:cover;border-radius:inherit}.story-overview{padding:82px 0}.story-overview-grid{display:grid;grid-template-columns:160px minmax(0,1fr) 310px;gap:54px;align-items:start}.story-index{color:var(--blue);font:650 9px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.story-overview h2{max-width:820px;margin:0;font-size:clamp(34px,3.25vw,48px);line-height:1.08}.story-overview p{max-width:760px;margin:20px 0 0;color:#66666c;font-size:16px;line-height:1.72}.responsibility-note{padding:22px 0 22px 22px;border-left:1px solid #bebec4}.responsibility-note small{color:#89898f;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.responsibility-note strong{display:block;margin-top:12px;font-size:19px;line-height:1.3}.responsibility-note p{margin:9px 0 0;color:#66666c;font-size:12px;line-height:1.55}.story-decision{padding:78px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.story-decision-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.story-decision h2{margin:12px 0 0;font-size:42px;line-height:1.07}.story-decision-copy>p{margin:0;color:#626268;font-size:17px;line-height:1.75}.decision-path{display:grid;grid-template-columns:repeat(4,1fr);margin-top:32px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.decision-path span{min-height:92px;padding:20px 14px;border-right:1px solid var(--line);font-size:11px;font-weight:650}.decision-path span:last-child{border-right:0}.decision-path b{display:block;margin-bottom:16px;color:var(--blue);font:650 8px/1 SFMono-Regular,monospace}.story-tradeoff{padding:74px 0;background:#e9e9ed}.story-tradeoff-grid{display:grid;grid-template-columns:170px 1fr 1fr;gap:54px}.story-tradeoff h2{margin:0;font-size:31px;line-height:1.1}.story-tradeoff p{margin:0;color:#626267;font-size:15px;line-height:1.7}.story-outcome{padding:82px 0;background:#11131a;color:#fff}.story-outcome-grid{display:grid;grid-template-columns:170px minmax(0,1fr);gap:54px}.story-outcome h2{max-width:900px;margin:0;font-size:clamp(36px,4vw,54px);line-height:1.05}.story-outcome p{max-width:770px;margin:20px 0 0;color:#afb3bd;font-size:15px;line-height:1.7}.related-nav{display:grid;grid-template-columns:1fr 1fr;margin:70px auto 95px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.related-link{min-height:130px;padding:26px;text-align:left}.related-link+.related-link{border-left:1px solid var(--line);text-align:right}.related-link small{color:#8b8b90;font:600 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.related-link strong{display:block;margin-top:10px;font-size:16px}@media(max-width:980px){.story-hero-grid,.story-decision-grid{grid-template-columns:1fr}.story-overview-grid{grid-template-columns:110px 1fr}.responsibility-note{grid-column:2}.layout-runtime .hero-route,.layout-workflow .hero-route,.layout-policy .hero-route,.layout-measurement .hero-route{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.story-header{padding-top:42px}.story-hero-grid{display:flex;flex-direction:column;gap:18px}.story-hero-copy{padding:22px 0 8px}.story-hero-copy .detail-title{font-size:40px;line-height:1.04}.story-hero-copy .detail-summary{font-size:15px}.story-hero-art{width:100%;min-height:470px;margin:0 0 28px;border-bottom:1px solid #2c3038;border-radius:18px}.story-art-content{min-height:470px}.hero-phone-shell{width:180px;height:390px;border-width:5px;border-radius:31px;transform:translateY(38px)}.hero-route{top:74px;right:9px}.hero-route span{width:126px;padding:8px;font-size:7px}.hero-wide{width:calc(100% - 28px);max-height:270px}.story-overview-grid,.story-tradeoff-grid,.story-outcome-grid{grid-template-columns:1fr;gap:17px}.responsibility-note{grid-column:1;padding-left:16px}.story-decision,.story-overview,.story-tradeoff,.story-outcome{padding:58px 0}.story-decision h2,.story-overview h2{font-size:34px}.decision-path{grid-template-columns:1fr 1fr}.decision-path span:nth-child(2n){border-right:0}.decision-path span:nth-child(-n+2){border-bottom:1px solid var(--line)}.related-nav{grid-template-columns:1fr}.related-link+.related-link{border-top:1px solid var(--line);border-left:0;text-align:left}}.fallback-system,.request-trace{width:min(1240px,calc(100vw - 64px));margin:80px 50% 0;transform:translate(-50%)}.chronology-head,.request-trace-head{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:end;margin-bottom:30px}.chronology-head h3,.request-trace-head h2{margin:11px 0 0;font-size:clamp(34px,3.4vw,48px);line-height:1.06}.chronology-head h3{color:#f5f5f7}.request-trace-head h2{color:var(--ink)}.chronology-head>p,.request-trace-head>p{margin:0;color:#aeb3be;font-size:14px;line-height:1.7}.fallback-shared small,.pipeline-note small,.runtime-invariant small,.layout-invariant small,.privacy-invariant small,.privacy-purpose-note small,.privacy-verification-note small{color:#74c69d;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.fallback-shared strong{align-self:start;font-size:13px;line-height:1.35}.pipeline-note,.runtime-invariant,.layout-invariant,.privacy-invariant,.privacy-purpose-note,.privacy-verification-note{display:grid;grid-template-columns:145px minmax(0,1fr);gap:20px;align-items:center}.code-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:18px;margin:18px 0 0}.code-panel{overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820;color:#f5f5f7}.pipeline-note{min-height:66px;padding:16px 18px;border-top:1px solid #30343d;color:#aeb3be}.request-trace{padding:78px 0;color:var(--ink)}.trace-video-meta,.trace-video-caption{position:absolute;z-index:4;right:22px;left:22px;display:flex;justify-content:space-between;gap:18px;color:#9ba4b1;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.app-intents-phone{position:relative;z-index:2;width:294px;aspect-ratio:1206 / 2622;overflow:hidden;border:7px solid #303034;border-radius:44px;background:#0c0d10;box-shadow:0 34px 80px #0000008c}.app-intents-screen{position:absolute;inset:0;padding:18px 18px 22px;background:#090a0d;color:#f5f6f8}.app-intents-status{position:relative;z-index:2;height:20px;display:flex;align-items:center;justify-content:space-between;padding-inline:4px;color:#fff;font:750 12px/1 SFMono-Regular,monospace}.app-intents-island{position:absolute;top:14px;left:50%;width:86px;height:25px;border-radius:999px;background:#010102;transform:translate(-50%)}.status-icons{display:inline-flex;align-items:end;gap:3px}.status-icons i{display:block;width:3px;border-radius:1px;background:#fff}.status-icons i:nth-child(1){height:6px}.status-icons i:nth-child(2){height:8px}.status-icons i:nth-child(3){height:10px}.status-icons em{width:17px;height:8px;border:1.5px solid #fff;border-radius:3px;font-style:normal}.app-intents-siri{margin-top:70px;color:#8fc2ff;font:750 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.app-intents-question{margin-top:13px;font-size:19px;font-weight:780;line-height:1.15}.app-intents-draft{position:absolute;right:18px;bottom:72px;left:18px;padding:17px 18px;border-radius:18px;background:#f6f6f8;color:#15171c}.app-intents-draft strong{display:block;margin-top:8px;font-size:35px}.app-intents-draft span{display:block;margin-top:5px;color:#333842;font-size:13px}.app-intents-line{height:1px;margin:14px 0 11px;background:#dde0e5}.app-intents-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;color:#737985;font-size:9px}.app-intents-meta b{display:block;margin-top:3px;color:#20242b;font-size:10px}.finely-hero{padding-top:54px;border-bottom:1px solid var(--line)}.finely-section-head h2{margin:13px 0 0;font-size:clamp(36px,4vw,48px);line-height:1.05}.finely-boundaries{margin-top:48px;border-top:1px solid var(--line)}.finely-boundaries article{display:grid;min-height:145px;grid-template-columns:45px 1fr 210px;gap:28px;align-items:center;border-bottom:1px solid var(--line)}.finely-boundaries h3{margin:7px 0 0;font-size:22px}.finely-boundaries p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.finely-boundaries b{justify-self:end;padding:8px 10px;border:1px solid #b9d8ca;border-radius:7px;background:#edf6f2;color:#177052;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-promise,.finely-journey,.finely-recurrence,.finely-page>.finely-boundaries{padding:92px 0}.finely-page>.finely-boundaries{margin-top:0;border-top:0}.finely-convergence small,.finely-journey-flow small{color:#85858b;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-architecture,.finely-surfaces{padding:92px 0;background:#101218;color:#fff}.finely-surfaces .finely-switcher{border-color:#30333a;border-radius:13px;background:#171920;outline:none}.finely-surfaces .finely-surface-tabs{margin-top:16px;border-color:#30333a}.finely-surfaces .finely-surface-tabs button{border-color:#30333a}.finely-surfaces .finely-surface-tabs button[aria-current=true] span{color:#8fc2ff}@media(max-width:980px){.finely-hero-grid,.finely-section-head{grid-template-columns:1fr}.finely-hero-stage{width:min(780px,100%);min-height:640px;margin-inline:auto}.finely-journey-flow{grid-template-columns:repeat(3,1fr)}.finely-journey-flow article:nth-child(3){border-right:0}.finely-journey-flow article:nth-child(-n+3){border-bottom:1px solid var(--line)}.finely-architecture-map{grid-template-columns:1fr 28px 1fr}.finely-arch-node.data{grid-column:1}.finely-arch-arrow:nth-of-type(2){display:none}.finely-arch-down{grid-column:2}.finely-arch-node.movement{grid-column:1 / 4}.finely-switcher{grid-template-columns:1fr .72fr}.finely-recurrence-rules{grid-template-columns:1fr 1fr}.finely-recurrence-rules article:nth-child(2){border-right:0}.finely-recurrence-rules article:nth-child(-n+2){border-bottom:1px solid #30343d}.finely-surface-tabs{grid-template-columns:repeat(4,1fr)}.finely-surface-tabs button:nth-child(4){border-right:0}.finely-surface-tabs button:nth-child(-n+4){border-bottom:1px solid #30333a}}@media(max-width:650px){.finely-hero-stage{width:calc(100% + 36px);min-height:470px;margin-inline:-18px;border-inline:0;border-radius:0}.finely-promise,.finely-journey,.finely-recurrence,.finely-page>.finely-boundaries,.finely-architecture,.finely-surfaces{padding:62px 0}.finely-switcher,.finely-boundaries article,.finely-journey-flow{grid-template-columns:1fr}.finely-boundaries article{gap:12px;min-height:0;padding:24px 0}.finely-boundaries b{justify-self:start}.fallback-system,.request-trace{width:calc(100vw - 36px)}.chronology-head,.request-trace-head,.request-trace-layout,.code-layout{grid-template-columns:1fr;gap:26px}.fallback-shared{grid-template-columns:1fr}.fallback-shared div{border-right:0;border-bottom:1px solid #315340}.fallback-shared div:last-child{border-bottom:0}.pipeline-note,.runtime-invariant,.layout-invariant,.privacy-invariant,.privacy-purpose-note,.privacy-verification-note{grid-template-columns:1fr;gap:8px}.app-intents-phone{width:238px;border-width:5px;border-radius:37px}}.technical-dive{padding:88px 0;background:#0e1016;color:#f5f5f7}.technical-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:end}.technical-head .eyebrow{color:#8fc2ff}.technical-head h2{margin:12px 0 0;font-size:clamp(38px,4vw,54px);line-height:1.04}.technical-head p{max-width:700px;margin:0;color:#aeb3be;font-size:16px;line-height:1.72}.technical-facts{display:grid;grid-template-columns:repeat(4,1fr);margin:48px 0 42px;border-top:1px solid #30333b;border-bottom:1px solid #30333b}.technical-fact{min-height:104px;padding:20px;border-right:1px solid #30333b}.technical-fact:last-child{border-right:0}.technical-fact small{color:#7f8998;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.technical-fact strong{display:block;margin-top:12px;font-size:14px;line-height:1.35}.code-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:18px}.code-panel{min-width:0;overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.code-panel-header{min-height:54px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:0 17px;border-bottom:1px solid #30343d}.code-panel-header strong{font-size:12px}.code-panel-header span{color:#7f8998;font:600 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.code-panel pre{min-height:360px;margin:0;padding:22px;overflow:auto;color:#d9dde5;font:500 11px/1.7 SFMono-Regular,monospace;tab-size:2}.code-panel.wide pre{min-height:360px}.tok-attribute{color:#f0b55b}.tok-type{color:#72bde9}.tok-keyword{color:#d790df}.tok-comment{color:#717987}.tok-call{color:#80d3b1}.tok-number{color:#ef9d86}.pipeline-note{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:16px 18px;border-top:1px solid #30343d}.pipeline-note small{color:#7f8998;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.pipeline-note p{margin:0;color:#aeb3be;font-size:11px;line-height:1.55}.guardrail-heading{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:end;margin:74px 0 22px}.guardrail-heading h3{margin:0;font-size:30px}.guardrail-heading p{margin:0;color:#9da4b0;font-size:14px;line-height:1.65}.guardrail-table{border-top:1px solid #343841}.guardrail-row{display:grid;grid-template-columns:38px .85fr 1.15fr 160px;gap:22px;align-items:start;padding:18px 0;border-bottom:1px solid #343841}.guardrail-row>span:first-child{color:#6c9fd4;font:650 8px/1.3 SFMono-Regular,monospace}.guardrail-row strong{font-size:13px}.guardrail-row p{margin:0;color:#a5abb5;font-size:11px;line-height:1.55}.guardrail-row code{color:#85d6b4;font:600 9px/1.45 SFMono-Regular,monospace}.prompt-contract{margin-top:76px;padding-top:70px;border-top:1px solid #30343d}.prompt-contract-head,.chronology-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:end;margin-bottom:28px}.prompt-contract h3,.chronology-head h3{margin:11px 0 0;font-size:36px}.prompt-contract-head>p,.chronology-head>p{margin:0;color:#aeb3be;font-size:14px;line-height:1.7}.prompt-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.prompt-panel{min-width:0;overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.prompt-panel pre{margin:0;padding:22px;color:#d9dde5;font:500 11px/1.72 SFMono-Regular,monospace;white-space:pre-wrap}.prompt-payload{display:grid;grid-template-rows:auto 1fr auto}.payload-body{padding:22px;color:#cfd4dd;font:500 11px/1.72 SFMono-Regular,monospace}.payload-body .payload-key{color:#80d3b1}.payload-body .payload-value{color:#f0b55b}.prompt-excludes{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:17px;border-top:1px solid #30343d}.prompt-excludes small{color:#7f8998;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.excluded-list{display:flex;flex-wrap:wrap;gap:6px}.excluded-list span{padding:6px 8px;border:1px solid #343943;border-radius:7px;color:#aeb3be;font-size:9px}.fallback-system{margin-top:80px;padding-top:72px;border-top:1px solid #30343d}.fallback-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:end;margin-bottom:30px}.fallback-head h3{margin:11px 0 0;font-size:36px}.fallback-head>p{margin:0;color:#aeb3be;font-size:14px;line-height:1.7}.fallback-lanes{display:grid;grid-template-columns:1fr 76px 1fr;align-items:stretch}.fallback-lane{border:1px solid #30343d;border-radius:10px;background:#151820;overflow:hidden}.fallback-lane header{padding:18px;border-bottom:1px solid #30343d}.fallback-lane header small{color:#7f8998;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.fallback-lane header strong{display:block;margin-top:8px;font-size:18px}.fallback-lane ol{display:grid;gap:0;margin:0;padding:0;list-style:none}.fallback-lane li{display:grid;grid-template-columns:32px 1fr;gap:12px;padding:15px 18px;border-bottom:1px solid #2b2f37}.fallback-lane li:last-child{border-bottom:0}.fallback-lane li span{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#242832;color:#9ac9ff;font:650 8px/1 SFMono-Regular,monospace}.fallback-lane li strong{display:block;font-size:12px}.fallback-lane li p{margin:5px 0 0;color:#959da9;font-size:10px;line-height:1.5}.fallback-converge{position:relative;display:grid;place-items:center;color:#6e7888;font:650 8px/1.4 SFMono-Regular,monospace;text-align:center;text-transform:uppercase}.fallback-converge:before{content:"";position:absolute;width:1px;height:120px;background:#343943}.fallback-converge span{position:relative;padding:8px 3px;background:#0e1016}.fallback-shared{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;border:1px solid #3b674f;border-radius:10px;background:#122019;overflow:hidden}.fallback-shared div{min-height:92px;padding:18px;border-right:1px solid #315340}.fallback-shared div:last-child{border-right:0}.fallback-shared small{color:#74c69d;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.fallback-shared strong{display:block;margin-top:10px;font-size:13px}.fallback-code{display:grid;grid-template-columns:.72fr 1.28fr;gap:18px;margin-top:18px}.fallback-code .code-panel pre{min-height:270px}.fallback-triggers{display:grid;grid-template-columns:repeat(5,1fr);margin-top:18px;border-top:1px solid #30343d;border-bottom:1px solid #30343d}.fallback-trigger{min-height:96px;padding:17px;border-right:1px solid #30343d}.fallback-trigger:last-child{border-right:0}.fallback-trigger small{color:#6c9fd4;font:650 8px/1.3 SFMono-Regular,monospace}.fallback-trigger strong{display:block;margin-top:12px;font-size:11px;line-height:1.35}.verification-band{padding:82px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.verification-head{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;margin-bottom:34px}.verification-head h2{margin:12px 0 0;font-size:42px;line-height:1.07}.verification-head p{margin:0;color:#68686e;font-size:16px;line-height:1.72}.verification-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}.test-code{min-width:0;overflow:hidden;border:1px solid #d3d3d8;border-radius:10px;background:#f2f2f4}.test-code .code-panel-header{border-color:#d3d3d8}.test-code pre{margin:0;padding:22px;overflow:auto;color:#25262b;font:500 11px/1.72 SFMono-Regular,monospace}.guarantee-list{display:grid;border-top:1px solid var(--line)}.guarantee{display:grid;grid-template-columns:40px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid var(--line)}.guarantee span{display:grid;place-items:center;width:31px;height:31px;border-radius:8px;background:#15171d;color:#fff;font:650 8px/1 SFMono-Regular,monospace}.guarantee strong{display:block;font-size:14px}.guarantee p{margin:6px 0 0;color:#6c6c72;font-size:12px;line-height:1.55}.request-trace{padding:94px 0;background:#f3f3f5;border-bottom:1px solid var(--line)}.request-trace-head{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:end;margin-bottom:44px}.request-trace-head h2{max-width:620px;margin:12px 0 0;font-size:clamp(38px,4vw,52px);line-height:1.04}.request-trace-head>p{max-width:680px;margin:0;color:#65656b;font-size:16px;line-height:1.72}.request-trace-layout{display:grid;grid-template-columns:minmax(360px,.76fr) minmax(0,1.24fr);gap:clamp(52px,7vw,104px);align-items:center}.request-media-stage{position:relative;min-height:760px;display:grid;place-items:center;overflow:hidden;border:1px solid #2e3139;border-radius:18px;background:#101218;color:#fff}.request-media-stage:before,.request-media-stage:after{content:"";position:absolute;border:1px solid #292e37;border-radius:50%}.request-media-stage:before{width:560px;height:560px}.request-media-stage:after{width:400px;height:400px}.request-video-frame{position:relative;z-index:2;width:294px;aspect-ratio:1206/2622;overflow:hidden;border:7px solid #303034;border-radius:44px;background:#0c0d10;box-shadow:0 34px 80px #0000008c}.request-video-frame video{display:block;width:100%;height:100%;object-fit:cover}.trace-video-meta{position:absolute;z-index:4;top:22px;right:22px;left:22px;display:flex;justify-content:space-between;align-items:center}.trace-video-meta span{color:#9ba4b1;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.trace-video-toggle{width:38px;height:38px;display:grid;place-items:center;border:1px solid #3b404a;border-radius:50%;background:#191c23;color:#fff;cursor:pointer;font-size:12px;transition:transform .16s var(--out),background .16s var(--out)}.trace-video-toggle:hover{background:#242832}.trace-video-toggle:active{transform:scale(.94)}.trace-video-caption{position:absolute;z-index:4;right:22px;bottom:20px;left:22px;display:flex;justify-content:space-between;gap:18px;padding-top:13px;border-top:1px solid #30343d;color:#8e97a5;font:600 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.request-trace-steps{border-top:1px solid #cfcfd4}.request-trace-step{--step-color:#74747b;display:grid;grid-template-columns:58px minmax(0,1fr);gap:20px;padding:25px 0;border-bottom:1px solid #cfcfd4;opacity:.42;transition:opacity .24s var(--out),transform .24s var(--out)}.request-trace-step.is-active{opacity:1;transform:translate(8px)}.request-trace-step[data-tone=blue]{--step-color:#0071e3}.request-trace-step[data-tone=amber]{--step-color:#a96d00}.request-trace-step[data-tone=green]{--step-color:#087b55}.request-trace-number{display:grid;place-items:center;width:38px;height:38px;border:1px solid color-mix(in srgb,var(--step-color) 45%,#cfcfd4);border-radius:9px;color:var(--step-color);font:650 9px/1 SFMono-Regular,monospace}.request-trace-step small{color:var(--step-color);font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.request-trace-step h3{margin:8px 0 0;font-size:22px;line-height:1.15}.request-trace-step p{max-width:680px;margin:9px 0 0;color:#66666c;font-size:13px;line-height:1.6}.request-trace-step code{display:inline-block;margin:10px 5px 0 0;padding:6px 8px;border:1px solid #d1d1d6;border-radius:7px;background:#fff;color:#303038;font:600 9px/1.3 SFMono-Regular,monospace}.request-result{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;border:1px solid #b9d8ca;border-radius:9px;background:#eef8f3;overflow:hidden}.request-result span{padding:12px;border-right:1px solid #b9d8ca;color:#4f5954;font-size:9px}.request-result span:last-child{border-right:0}.request-result strong{display:block;margin-bottom:4px;color:#075d40;font-size:15px}.request-trace-note{display:grid;grid-template-columns:130px 1fr;gap:18px;margin-top:24px;padding:18px 0;border-top:1px solid #cfcfd4}.request-trace-note small{color:#7a7a81;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.request-trace-note p{margin:0;color:#67676d;font-size:11px;line-height:1.6}.request-video-poster{display:none;width:100%;height:100%;object-fit:cover}.subscription-runtime{display:grid;grid-template-columns:repeat(6,1fr);margin:44px 0 22px;border:1px solid #30343d;border-radius:11px;overflow:hidden;background:#151820}.subscription-stage{position:relative;min-height:146px;padding:20px 17px;border-right:1px solid #30343d}.subscription-stage:last-child{border-right:0}.subscription-stage:not(:last-child):after{content:"→";position:absolute;z-index:2;right:-9px;top:50%;width:18px;height:18px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid #3c414b;border-radius:50%;background:#151820;color:#7f8998;font-size:9px}.subscription-stage small{color:#6c9fd4;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.subscription-stage strong{display:block;margin-top:15px;font-size:13px;line-height:1.25}.subscription-stage p{margin:8px 0 0;color:#8f97a4;font-size:10px;line-height:1.5}.subscription-stage.final{background:#112019}.subscription-stage.final small{color:#74c69d}.subscription-stage.final strong{color:#e7f8ee}.subscription-stage.final p{color:#93b7a3}.runtime-invariant{display:grid;grid-template-columns:145px 1fr;gap:20px;padding:17px 19px;border:1px solid #315340;border-radius:9px;background:#122019}.runtime-invariant small{color:#74c69d;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.runtime-invariant strong{font-size:12px;line-height:1.5}.subscription-section{margin-top:76px;padding-top:70px;border-top:1px solid #30343d}.subscription-section-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:end;margin-bottom:28px}.subscription-section-head h3{margin:11px 0 0;font-size:36px}.subscription-section-head>p{margin:0;color:#aeb3be;font-size:14px;line-height:1.7}.identity-contract{display:grid;grid-template-columns:1fr 74px 1fr;align-items:stretch}.identity-lane{overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.identity-lane header{padding:18px;border-bottom:1px solid #30343d}.identity-lane header small{color:#7f8998;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.identity-lane header strong{display:block;margin-top:8px;font-size:18px}.identity-lane div{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:16px 18px;border-bottom:1px solid #2b2f37}.identity-lane div:last-child{border-bottom:0}.identity-lane b{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#242832;color:#9ac9ff;font:650 8px/1 SFMono-Regular,monospace}.identity-lane strong{display:block;font-size:12px}.identity-lane p{margin:5px 0 0;color:#959da9;font-size:10px;line-height:1.5}.identity-converge{position:relative;display:grid;place-items:center;color:#6e7888;font:650 8px/1.4 SFMono-Regular,monospace;text-align:center;text-transform:uppercase}.identity-converge:before{content:"";position:absolute;width:1px;height:120px;background:#343943}.identity-converge span{position:relative;padding:8px 3px;background:#0e1016}.entitlement-contract{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;border:1px solid #3b674f;border-radius:10px;background:#122019;overflow:hidden}.entitlement-contract div{min-height:108px;padding:18px;border-right:1px solid #315340}.entitlement-contract div:last-child{border-right:0}.entitlement-contract small{color:#74c69d;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.entitlement-contract strong{display:block;margin-top:10px;font-size:13px}.entitlement-contract p{margin:6px 0 0;color:#91aa9b;font-size:10px;line-height:1.5}.recovery-matrix{border-top:1px solid #343841}.recovery-row{display:grid;grid-template-columns:42px .72fr 1.15fr .9fr;gap:22px;align-items:start;padding:18px 0;border-bottom:1px solid #343841}.recovery-row>span{color:#6c9fd4;font:650 8px/1.3 SFMono-Regular,monospace}.recovery-row strong{font-size:13px}.recovery-row p{margin:0;color:#a5abb5;font-size:11px;line-height:1.55}.recovery-row code{color:#85d6b4;font:600 9px/1.45 SFMono-Regular,monospace}.subscription-trace .request-media-stage{min-height:750px;background:#0b0d12}.subscription-trace .request-media-stage:before{width:570px;height:570px}.subscription-trace .request-media-stage:after{width:420px;height:420px}.subscription-trace .request-trace-step{opacity:1}.subscription-trace .request-trace-step.is-active{transform:none}.subscription-phone{position:relative;z-index:2;width:294px;aspect-ratio:900/1950;overflow:hidden;border:7px solid #303034;border-radius:44px;background:#0c0d10;box-shadow:0 34px 80px #0000008c}.subscription-phone img{width:100%;height:100%;object-fit:cover}.subscription-layer{position:absolute;z-index:5;right:18px;bottom:72px;left:18px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #3c414b;border-radius:9px;background:#111319e6;backdrop-filter:blur(18px)}.subscription-layer span{padding:11px 7px;border-right:1px solid #3c414b;color:#a2aab6;font:650 7px/1.35 SFMono-Regular,monospace;text-align:center;text-transform:uppercase}.subscription-layer span:last-child{border-right:0}.subscription-layer b{display:block;margin-bottom:4px;color:#f3f3f5;font-size:8px}.purchase-result{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;border:1px solid #b9d8ca;border-radius:9px;background:#eef8f3;overflow:hidden}.purchase-result span{padding:12px;border-right:1px solid #b9d8ca;color:#4f5954;font-size:9px}.purchase-result span:last-child{border-right:0}.purchase-result strong{display:block;margin-bottom:4px;color:#075d40;font-size:12px}.state-machine{display:grid;grid-template-columns:repeat(5,1fr);margin-top:22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.state-machine div{min-height:92px;padding:16px;border-right:1px solid var(--line)}.state-machine div:last-child{border-right:0}.state-machine small{color:#7a7a80;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.state-machine strong{display:block;margin-top:10px;font-size:12px;line-height:1.35}.layout-runtime{display:grid;grid-template-columns:repeat(6,1fr);margin:44px 0 22px;border:1px solid #30343d;border-radius:11px;overflow:hidden;background:#151820}.layout-stage{position:relative;min-height:154px;padding:20px 16px;border-right:1px solid #30343d}.layout-stage:last-child{border-right:0;background:#131f20}.layout-stage:not(:last-child):after{content:"→";position:absolute;z-index:2;right:-9px;top:50%;width:18px;height:18px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid #3c414b;border-radius:50%;background:#151820;color:#7f8998;font-size:9px}.layout-stage small{color:#8fc2ff;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.layout-stage strong{display:block;margin-top:14px;font-size:13px;line-height:1.25}.layout-stage p{margin:8px 0 0;color:#8f97a4;font-size:10px;line-height:1.5}.layout-stage:last-child small{color:#75cfb4}.layout-invariant{display:grid;grid-template-columns:145px 1fr;gap:20px;padding:17px 19px;border:1px solid #315a54;border-radius:9px;background:#11201e}.layout-invariant small{color:#75cfb4;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.layout-invariant strong{font-size:12px;line-height:1.5}.layout-section{margin-top:76px;padding-top:70px;border-top:1px solid #30343d}.layout-section-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:end;margin-bottom:28px}.layout-section-head h3{margin:11px 0 0;font-size:36px}.layout-section-head>p{margin:0;color:#aeb3be;font-size:14px;line-height:1.7}.host-bridge{display:grid;grid-template-columns:1fr 74px 1fr;align-items:stretch}.host-lane{overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.host-lane header{padding:18px;border-bottom:1px solid #30343d}.host-lane header small{color:#7f8998;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.host-lane header strong{display:block;margin-top:8px;font-size:18px}.host-lane div{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:16px 18px;border-bottom:1px solid #2b2f37}.host-lane div:last-child{border-bottom:0}.host-lane b{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#242832;color:#9ac9ff;font:650 8px/1 SFMono-Regular,monospace}.host-lane strong{display:block;font-size:12px}.host-lane p{margin:5px 0 0;color:#959da9;font-size:10px;line-height:1.5}.host-converge{position:relative;display:grid;place-items:center;color:#6e7888;font:650 8px/1.4 SFMono-Regular,monospace;text-align:center;text-transform:uppercase}.host-converge:before{content:"";position:absolute;width:1px;height:120px;background:#343943}.host-converge span{position:relative;padding:8px 3px;background:#0e1016}.lifecycle-grid{display:grid;grid-template-columns:1fr 74px 1fr;align-items:stretch}.lifecycle-card{overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.lifecycle-card header{padding:18px;border-bottom:1px solid #30343d}.lifecycle-card header small{color:#8fc2ff;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.lifecycle-card header strong{display:block;margin-top:8px;font-size:18px}.lifecycle-card ul{margin:0;padding:0;list-style:none}.lifecycle-card li{padding:14px 18px;border-bottom:1px solid #2b2f37;color:#aeb3be;font-size:11px;line-height:1.45}.lifecycle-card li:last-child{border-bottom:0}.lifecycle-card li:before{content:"";display:inline-block;width:6px;height:6px;margin-right:9px;border-radius:50%;background:#5fa8e8}.lifecycle-card.item li:before{background:#75cfb4}.index-map{display:grid;grid-template-columns:170px 1fr;gap:24px}.index-map-legend{display:grid;align-content:start;gap:10px}.index-map-legend div{padding:13px;border:1px solid #30343d;border-radius:9px;background:#151820}.index-map-legend small{color:#7f8998;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.index-map-legend strong{display:block;margin-top:7px;font-size:12px}.index-map-table{overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.index-map-row{display:grid;grid-template-columns:90px 1fr 1fr 140px;align-items:center;min-height:58px;border-bottom:1px solid #2b2f37}.index-map-row:last-child{border-bottom:0}.index-map-row>*{padding:12px 15px}.index-map-row small{color:#7f8998;font:650 8px/1.3 SFMono-Regular,monospace}.index-map-row strong{font-size:11px}.index-map-row span{color:#9ca4b0;font-size:10px}.index-map-row code{color:#85d6b4;font:600 9px/1.4 SFMono-Regular,monospace}.index-map-row.ad{background:#231f13}.index-map-row.ad small,.index-map-row.ad code{color:#f0b55b}.layout-trace .request-trace-step{opacity:1}.layout-trace .request-trace-step.is-active{transform:none}.layout-trace .request-media-stage{min-height:760px;background:#eceef2;color:#15171c;border-color:#d1d3d8}.layout-trace .request-media-stage:before,.layout-trace .request-media-stage:after{border-color:#d8dbe1}.layout-trace-phone{position:relative;z-index:2;width:294px;aspect-ratio:900/1950;overflow:hidden;border:7px solid #24262b;border-radius:44px;background:#fff;box-shadow:0 34px 80px #21252d40}.layout-trace-phone img{width:100%;height:100%;object-fit:cover}.layout-layer{position:absolute;z-index:5;right:18px;bottom:72px;left:18px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #cdd1d8;border-radius:9px;background:#fafafce6;backdrop-filter:blur(18px)}.layout-layer span{padding:11px 7px;border-right:1px solid #d4d7dd;color:#717780;font:650 7px/1.35 SFMono-Regular,monospace;text-align:center;text-transform:uppercase}.layout-layer span:last-child{border-right:0}.layout-layer b{display:block;margin-bottom:4px;color:#15171c;font-size:8px}.layout-trace .trace-video-meta span,.layout-trace .trace-video-caption{color:#656b75}.layout-trace .trace-video-caption{border-color:#d2d5db}.layout-result{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;border:1px solid #b9d8ca;border-radius:9px;background:#eef8f3;overflow:hidden}.layout-result span{padding:12px;border-right:1px solid #b9d8ca;color:#4f5954;font-size:9px}.layout-result span:last-child{border-right:0}.layout-result strong{display:block;margin-bottom:4px;color:#075d40;font-size:12px}.layout-flow{display:grid;grid-template-columns:repeat(5,1fr);margin-top:8px;border-top:1px solid #343841;border-bottom:1px solid #343841}.layout-flow-stage{position:relative;min-height:178px;padding:24px 21px;border-right:1px solid #343841}.layout-flow-stage:last-child{border-right:0}.layout-flow-stage:not(:last-child):after{content:"→";position:absolute;z-index:2;top:32px;right:-10px;width:19px;height:19px;display:grid;place-items:center;border:1px solid #434852;border-radius:50%;background:#0e1016;color:#8d95a1;font-size:8px}.layout-flow-stage small{color:#7f8998;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.layout-flow-stage strong{display:block;margin-top:26px;font-size:15px;line-height:1.28}.layout-flow-stage p{margin:9px 0 0;color:#929aa7;font-size:10px;line-height:1.55}.layout-flow-stage.output strong{color:#dfe7e3}.layout-flow-stage.output small{color:#8eaa9f}.layout-cache-map{margin-top:54px;border-top:1px solid #343841;border-bottom:1px solid #343841}.layout-cache-key{display:grid;grid-template-columns:160px 1fr;gap:24px;padding:19px 0;border-bottom:1px solid #343841}.layout-cache-key small,.cache-lane-head small,.cache-lifetime small{color:#7f8998;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.layout-cache-key strong{font-size:13px}.layout-cache-lanes{display:grid;grid-template-columns:1fr 1fr}.layout-cache-lane{padding:26px 28px 28px}.layout-cache-lane:first-child{border-right:1px solid #343841}.cache-lane-head{display:flex;justify-content:space-between;gap:20px;align-items:start}.cache-lane-head strong{display:block;margin-top:8px;font-size:19px}.cache-lane-head span{max-width:190px;color:#929aa7;font-size:10px;line-height:1.5;text-align:right}.cache-path{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr;align-items:center;margin-top:27px}.cache-path span{min-height:78px;display:grid;align-content:center;padding:12px;border-top:1px solid #3c414b;border-bottom:1px solid #3c414b}.cache-path span small{color:#7f8998;font:650 7px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.cache-path span strong{margin-top:7px;font-size:11px;line-height:1.35}.cache-path i{color:#69727f;font:400 10px/1 monospace;text-align:center}.cache-lifetime{display:grid;grid-template-columns:110px 1fr;gap:16px;margin-top:24px;padding-top:18px;border-top:1px solid #2e323a}.cache-lifetime strong{font-size:11px;line-height:1.5}.layout-pseudocode{display:grid;grid-template-columns:185px 1fr;gap:28px;margin-top:18px;padding:20px 22px;border:1px solid #30343d;border-radius:9px;background:#151820}.layout-pseudocode header small{color:#7f8998;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.layout-pseudocode header strong{display:block;margin-top:9px;font-size:13px}.layout-pseudocode pre{margin:0;overflow:auto;color:#cfd4dd;font:500 10px/1.72 SFMono-Regular,monospace;white-space:pre-wrap}.layout-pseudocode .muted{color:#717987}.runtime-hero{padding:58px 34px 92px}.runtime-webview{position:absolute;top:24px;left:5%;width:58%;min-height:326px;overflow:hidden;border:1px solid #353943;border-radius:18px;background:#f4f4f6;color:#15171c;box-shadow:0 30px 65px #00000052}.runtime-webview header{height:36px;display:flex;align-items:center;gap:6px;padding:0 13px;border-bottom:1px solid #d7d8dc;background:#e9eaed}.runtime-webview header i{width:7px;height:7px;border-radius:50%;background:#b4b6bc}.runtime-webview header span{margin-left:8px;color:#6c7078;font:650 7px/1 SFMono-Regular,monospace;text-transform:uppercase}.runtime-address{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:13px 16px;border-bottom:1px solid #dedfe2}.runtime-address span{color:#858991;font:650 7px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.runtime-address strong{overflow:hidden;color:#454950;font:600 8px/1.3 SFMono-Regular,monospace;text-overflow:ellipsis;white-space:nowrap}.runtime-plugin-ui{padding:30px 25px}.runtime-plugin-ui small{color:#0071e3;font:650 7px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.runtime-plugin-ui strong{display:block;margin-top:12px;font-size:25px;line-height:1.05}.runtime-plugin-ui p{max-width:280px;margin:12px 0 20px;color:#696d74;font-size:10px;line-height:1.55}.runtime-plugin-ui button{padding:9px 13px;border:0;border-radius:8px;background:#18191d;color:#fff;font-size:9px}.runtime-origin{position:absolute;z-index:3;top:3px;right:4%;width:145px;padding:15px;border:1px solid #3b4049;border-radius:12px;background:#171a20;box-shadow:0 18px 40px #00000061}.runtime-origin small,.runtime-ledger header span{color:#858d99;font:650 7px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.runtime-origin strong{display:block;margin-top:7px;font-size:15px}.runtime-origin span{display:block;margin-top:11px;color:#8dbaaa;font:600 8px/1.3 SFMono-Regular,monospace}.runtime-origin span i{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#5fc29f}.runtime-ledger{position:absolute;z-index:4;right:0;bottom:0;width:49%;overflow:hidden;border:1px solid #3a3f48;border-radius:12px;background:#14171df5;box-shadow:0 24px 50px #00000061;backdrop-filter:blur(18px)}.runtime-ledger header,.runtime-ledger>div{display:grid;grid-template-columns:58px 1fr 52px;align-items:center;min-height:43px;padding:0 13px;border-bottom:1px solid #30343d}.runtime-ledger header{grid-template-columns:1fr auto}.runtime-ledger>div:last-child{border-bottom:0}.runtime-ledger header b{color:#78c9ad;font:650 7px/1 SFMono-Regular,monospace;text-transform:uppercase}.runtime-ledger code{color:#8fc2ff;font:650 8px/1 SFMono-Regular,monospace}.runtime-ledger span{overflow:hidden;color:#b1b7c1;font:550 8px/1.3 SFMono-Regular,monospace;text-overflow:ellipsis;white-space:nowrap}.runtime-ledger>div b{color:#82bca8;font:650 8px/1 SFMono-Regular,monospace;text-align:right}.runtime-flow{display:grid;grid-template-columns:repeat(5,1fr);margin-top:44px;border-top:1px solid #343841;border-bottom:1px solid #343841}.runtime-flow article{position:relative;min-height:164px;padding:23px 19px;border-right:1px solid #343841}.runtime-flow article:last-child{border-right:0}.runtime-flow article:not(:last-child):after{content:"→";position:absolute;z-index:2;top:29px;right:-10px;width:19px;height:19px;display:grid;place-items:center;border:1px solid #434852;border-radius:50%;background:#0e1016;color:#8d95a1;font-size:8px}.runtime-flow small{color:#8fc2ff;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.runtime-flow strong{display:block;margin-top:22px;font-size:14px;line-height:1.3}.runtime-flow p{margin:8px 0 0;color:#929aa7;font-size:10px;line-height:1.55}.runtime-flow article:last-child small{color:#75cfb4}.runtime-policy{display:grid;grid-template-columns:1fr 1fr;gap:18px}.runtime-policy-card{overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.runtime-policy-card header{padding:18px;border-bottom:1px solid #30343d}.runtime-policy-card header small{color:#7f8998;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.runtime-policy-card header strong{display:block;margin-top:8px;font-size:18px}.runtime-policy-card div{display:grid;grid-template-columns:98px 1fr;gap:16px;padding:15px 18px;border-bottom:1px solid #2b2f37}.runtime-policy-card div:last-child{border-bottom:0}.runtime-policy-card code{color:#8fc2ff;font:600 9px/1.4 SFMono-Regular,monospace}.runtime-policy-card span{color:#a0a7b2;font-size:10px;line-height:1.5}.stream-meter{margin-top:18px;padding:20px;border:1px solid #30343d;border-radius:10px;background:#151820}.stream-meter-head{display:flex;justify-content:space-between;gap:20px}.stream-meter-head small{color:#7f8998;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.stream-meter-head strong{font-size:12px}.stream-track{position:relative;height:7px;margin:24px 0 12px;border-radius:4px;background:#2c3038}.stream-track:before{content:"";position:absolute;inset:0 25% 0 0;border-radius:4px;background:#598cb9}.stream-track i{position:absolute;top:-5px;width:1px;height:17px;background:#9ca5b2}.stream-track i:first-child{left:25%}.stream-track i:last-child{left:75%}.stream-labels{display:grid;grid-template-columns:1fr 1fr 1fr;color:#89919d;font:600 8px/1.4 SFMono-Regular,monospace}.stream-labels span:nth-child(2){text-align:center}.stream-labels span:last-child{text-align:right}.recovery-path{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.recovery-path article{position:relative;min-height:126px;padding:18px;border-right:1px solid #30343d}.recovery-path article:last-child{border-right:0;background:#11201e}.recovery-path article:not(:last-child):after{content:"→";position:absolute;z-index:2;right:-9px;top:34px;width:18px;height:18px;display:grid;place-items:center;border:1px solid #3c414b;border-radius:50%;background:#151820;color:#7f8998;font-size:8px}.recovery-path small{color:#8fc2ff;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.recovery-path strong{display:block;margin-top:15px;font-size:12px;line-height:1.35}.recovery-path p{margin:7px 0 0;color:#9098a4;font-size:9px;line-height:1.5}.recovery-path article:last-child small{color:#75cfb4}.recovery-budgets{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;border-top:1px solid #343841;border-bottom:1px solid #343841}.recovery-budgets div{padding:17px;border-right:1px solid #343841}.recovery-budgets div:last-child{border-right:0}.recovery-budgets small{color:#7f8998;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.recovery-budgets strong{display:block;margin-top:9px;font-size:12px;line-height:1.4}.runtime-trace .request-trace-step{opacity:1}.runtime-trace .request-trace-step.is-active{transform:none}.runtime-trace .request-media-stage{min-height:720px;background:#101218}.runtime-trace .request-media-stage:before,.runtime-trace .request-media-stage:after{border-radius:18px}.runtime-monitor{position:relative;z-index:2;width:calc(100% - 58px);overflow:hidden;border:1px solid #353a43;border-radius:14px;background:#171a20;box-shadow:0 32px 70px #0000005c}.runtime-monitor header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #30343d}.runtime-monitor header span{color:#949ca8;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.runtime-monitor header b{color:#75cfb4;font:650 8px/1 SFMono-Regular,monospace}.runtime-monitor-origin{padding:20px 16px;border-bottom:1px solid #30343d}.runtime-monitor-origin small{color:#7f8998;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.runtime-monitor-origin strong{display:block;margin-top:9px;font:650 14px/1.4 SFMono-Regular,monospace}.runtime-monitor-list div{display:grid;grid-template-columns:52px 1fr 58px;align-items:center;min-height:52px;padding:0 16px;border-bottom:1px solid #2c3038}.runtime-monitor-list div:last-child{border-bottom:0}.runtime-monitor-list code{color:#8fc2ff;font:650 8px/1 SFMono-Regular,monospace}.runtime-monitor-list span{color:#aeb4be;font:550 9px/1.3 SFMono-Regular,monospace}.runtime-monitor-list b{color:#78c9ad;font:650 8px/1 SFMono-Regular,monospace;text-align:right}.runtime-monitor footer{display:grid;grid-template-columns:1fr 1fr;padding:15px 16px;background:#121419}.runtime-monitor footer span{color:#737d8a;font:650 7px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.runtime-monitor footer span:last-child{text-align:right}.runtime-result{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;border:1px solid #b9d8ca;border-radius:9px;background:#eef8f3;overflow:hidden}.runtime-result span{padding:12px;border-right:1px solid #b9d8ca;color:#4f5954;font-size:9px}.runtime-result span:last-child{border-right:0}.runtime-result strong{display:block;margin-bottom:4px;color:#075d40;font-size:12px}.insurance-hero{position:absolute;inset:0;display:block;padding:0!important}.insurance-hero-map{position:absolute;inset:57px 20px 70px}.insurance-phone{position:absolute;width:182px;height:394px;overflow:hidden;border:5px solid #2c2d31;border-radius:31px;background:#f2f3f5;color:#17181c;box-shadow:0 28px 58px #0000006b;transform-origin:center bottom;animation:insurance-arrive .62s var(--out) both}.insurance-phone:before{content:"";position:absolute;z-index:6;top:7px;left:50%;width:57px;height:16px;transform:translate(-50%);border-radius:10px;background:#17181c}.insurance-phone footer{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:center;gap:8px;padding:9px 11px;background:#17181d;color:#fff}.insurance-phone footer b{display:grid;place-items:center;width:18px;height:18px;border-radius:5px;background:#fff;color:#16171a;font:700 7px/1 SFMono-Regular,monospace}.insurance-phone footer span{font:650 7px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.insurance-scan{z-index:1;top:40px;left:0;transform:rotate(-3.5deg) scale(.88);animation-delay:60ms}.insurance-review{z-index:3;top:5px;left:50%;transform:translate(-50%);animation-delay:.15s}.insurance-confirm{z-index:2;top:44px;right:0;transform:rotate(3.5deg) scale(.88);animation-delay:.24s}.insurance-status{height:31px;display:flex;align-items:center;justify-content:space-between;padding:9px 12px 0;font-size:7px}.insurance-status span{color:#646871;font-size:6px}.insurance-nav{height:34px;display:grid;place-items:center;border-bottom:1px solid #d9dade;background:#fff;color:#3b3d43;font-size:7px;font-weight:700}.scan-scene{height:calc(100% - 31px);padding:20px 12px;background:#253138;color:#fff;text-align:center}.scan-scene button{position:absolute;top:33px;left:10px;padding:0;border:0;background:none;color:#fff;font-size:7px}.scan-scene p{max-width:125px;margin:17px auto 0;color:#e0e5e8;font-size:8px;line-height:1.45}.scan-frame{position:relative;height:112px;margin-top:45px;border:2px solid #267093;border-radius:14px;background:#d9d7c8}.scan-frame:before,.scan-frame:after{content:"";position:absolute;inset:16px;border-top:20px solid #5e956d;border-bottom:17px solid #cad5cf}.scan-frame:after{inset:50px 25px;border-width:2px;border-color:#6d7778}.scan-frame i{position:absolute;z-index:2;top:14px;right:14px;width:20px;height:20px;border-radius:50%;background:#e2aa45}.scan-frame span{position:absolute;top:125px;left:0;width:100%;color:#a8bec7;font:600 7px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.insurance-form{padding:18px 13px 44px}.insurance-form>small{color:#d8227c;font:700 7px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.insurance-form h3{margin:7px 0 13px;font-size:17px}.insurance-form>div{display:grid;grid-template-columns:1fr auto;gap:8px;padding:9px 0;border-top:1px solid #d7d8dc}.insurance-form>div span{color:#777b83;font-size:7px}.insurance-form>div b{font-size:7px;text-align:right}.insurance-form button{width:100%;height:31px;margin-top:10px;border:0;border-radius:7px;background:#d8227c;color:#fff;font-size:8px;font-weight:700;box-shadow:0 7px 15px #d8227c33}.confirmation-scene{padding:61px 16px 45px;text-align:center}.confirmation-scene i{width:74px;height:74px;display:grid;place-items:center;margin:auto;border-radius:50%;background:#eaf7f0;color:#138958;font-size:32px;font-style:normal}.confirmation-scene h3{margin:18px 0 6px;font-size:20px}.confirmation-scene p{margin:0;color:#6e727a;font-size:8px}.confirmation-scene span{display:block;margin-top:20px;color:#d8227c;font-size:8px;text-decoration:underline}@keyframes insurance-arrive{0%{opacity:0;translate:0 12px}to{opacity:1;translate:0 0}}.insurance-runtime{grid-template-columns:repeat(5,1fr)}.insurance-lanes{display:grid;grid-template-columns:1fr 80px 1fr;align-items:stretch}.insurance-lane{overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.insurance-lane header{padding:18px;border-bottom:1px solid #30343d}.insurance-lane header small{color:#8fc2ff;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.insurance-lane.manual header small{color:#f0b55b}.insurance-lane header strong{display:block;margin-top:8px;font-size:18px}.insurance-lane>div{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:16px 18px;border-bottom:1px solid #2b2f37}.insurance-lane>div:last-child{border-bottom:0}.insurance-lane b{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;background:#242832;color:#9ac9ff;font:650 8px/1 SFMono-Regular,monospace}.insurance-lane.manual b{color:#f3c36f}.insurance-lane p{margin:0;color:#959da9;font-size:10px;line-height:1.5}.insurance-lane p strong{display:block;margin-bottom:4px;color:#f2f3f6;font-size:12px}.insurance-converge{position:relative;display:grid;place-items:center;color:#7d8795;font:650 8px/1.4 SFMono-Regular,monospace;text-align:center;text-transform:uppercase}.insurance-converge:before{content:"";position:absolute;width:1px;height:128px;background:#343943}.insurance-converge span{position:relative;padding:9px 2px;background:#0e1016}.insurance-code{margin-top:18px}.insurance-form-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.insurance-form-card,.insurance-validity{overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.insurance-form-card header{padding:18px;border-bottom:1px solid #30343d}.insurance-form-card header small,.insurance-validity>small{color:#8fc2ff;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.insurance-form-card header strong{display:block;margin-top:8px;font-size:18px}.insurance-form-card>div{display:grid;grid-template-columns:100px 1fr 78px;gap:16px;padding:15px 18px;border-bottom:1px solid #2b2f37}.insurance-form-card>div:last-child{border-bottom:0}.insurance-form-card span{color:#7f8998;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.insurance-form-card b{font-size:11px}.insurance-form-card i{color:#75cfb4;font:600 8px/1.3 SFMono-Regular,monospace;text-align:right;font-style:normal}.insurance-validity{padding:24px}.insurance-validity h4{margin:12px 0 10px;font-size:23px;line-height:1.15}.insurance-validity>p{margin:0 0 20px;color:#979fab;font-size:11px;line-height:1.6}.insurance-validity>div{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid #2d3139}.insurance-validity>div span{color:#818a97;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.insurance-validity>div b{color:#75cfb4;font-size:9px}.insurance-ready{display:block;margin-top:16px;padding:13px;border-radius:8px;background:#d8227c;color:#fff;font-size:11px;text-align:center}.insurance-submit-map{display:grid;grid-template-columns:1fr 44px 1fr;gap:14px;align-items:center}.insurance-submit-source,.insurance-submit-server{min-height:145px;padding:22px;border:1px solid #30343d;border-radius:10px;background:#151820}.insurance-submit-map small{color:#8fc2ff;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.insurance-submit-map strong{display:block;margin-top:12px;font-size:18px}.insurance-submit-map p{margin:8px 0 0;color:#969eaa;font-size:10px;line-height:1.55}.insurance-submit-arrow{color:#667180;text-align:center}.insurance-submit-branches{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:4px}.insurance-submit-branches article{min-height:125px;padding:20px;border:1px solid #30343d;border-radius:10px;background:#151820}.insurance-submit-branches .failure{border-color:#5b3d43;background:#21171a}.insurance-submit-branches .failure small{color:#e69a9a}.insurance-submit-branches .success{border-color:#315a54;background:#11201e}.insurance-submit-branches .success small{color:#75cfb4}.insurance-trace .request-trace-step{opacity:1}.insurance-trace .request-trace-step.is-active{transform:none}.insurance-trace .request-media-stage{min-height:720px;background:#e9ebef;color:#17181c;border-color:#d0d3d9}.insurance-trace .request-media-stage:before,.insurance-trace .request-media-stage:after{border-color:#d3d6dc}.insurance-trace-phone{position:relative;z-index:2;width:292px;aspect-ratio:1206/2622;overflow:hidden;border:7px solid #292a2e;border-radius:44px;background:#f6f7f8;box-shadow:0 34px 75px #1e22283d}.insurance-trace-phone:before{content:"";position:absolute;z-index:6;top:8px;left:50%;width:72px;height:20px;transform:translate(-50%);border-radius:13px;background:#17181c}.insurance-form.trace{padding:27px 20px}.insurance-form.trace h3{font-size:25px}.insurance-form.trace>div{padding:14px 0}.insurance-form.trace>div span,.insurance-form.trace>div b{font-size:10px}.insurance-form.trace button{height:42px;margin-top:18px;font-size:11px}.insurance-response-card{position:absolute;z-index:5;right:22px;bottom:90px;width:188px;padding:16px;border:1px solid #b6d7c9;border-radius:9px;background:#f2faf6eb;box-shadow:0 18px 40px #2b45392e;backdrop-filter:blur(16px)}.insurance-response-card small{color:#398066;font:650 7px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.insurance-response-card strong{display:block;margin-top:8px;color:#174c39;font-size:14px}.insurance-response-card span{display:block;margin-top:6px;color:#61766c;font-size:9px}.memory-hero{position:absolute;inset:0;display:block}.memory-hero-board{position:absolute;inset:64px 28px 76px;display:grid;align-items:center}.memory-board{overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820;color:#f4f5f7}.memory-board-head{display:flex;justify-content:space-between;gap:28px;padding:18px 20px;border-bottom:1px solid #30343d}.memory-board-head small,.memory-board-lane small,.memory-board-delta small{color:#7f8998;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.memory-board-head strong{display:block;margin-top:7px;font-size:16px}.memory-board-head>span{align-self:end;color:#8e96a3;font:600 8px/1.4 SFMono-Regular,monospace;text-align:right;text-transform:uppercase}.memory-board-axis{display:grid;grid-template-columns:repeat(6,1fr);padding:12px 20px 3px 208px;color:#737d8b;font:600 7px/1 SFMono-Regular,monospace}.memory-board-axis span:last-child{text-align:right}.memory-board-lane{display:grid;grid-template-columns:170px minmax(0,1fr) 210px;gap:18px;align-items:center;padding:18px 20px;border-bottom:1px solid #2c3038}.memory-board-lane header strong{display:block;margin-top:7px;font-size:13px;line-height:1.25}.memory-board-lane p{margin:0;color:#9098a5;font-size:10px;line-height:1.5}.memory-board-track{position:relative;height:46px;padding:5px;box-sizing:border-box;overflow:hidden;border:1px solid #343944;background:#101218}.memory-board-grid{position:absolute;inset:0;display:grid;grid-template-columns:repeat(5,1fr)}.memory-board-grid i{border-right:1px solid #242a33}.memory-board-grid i:last-child{border-right:0}.memory-board-track>b{position:relative;z-index:1;width:var(--value);height:100%;display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box;padding:0 10px;background:#765b63;color:#fff;font:650 9px/1 SFMono-Regular,monospace;white-space:nowrap}.memory-board-lane.sized .memory-board-track>b{background:#317c65}.memory-board-delta{display:grid;grid-template-columns:1fr auto auto;gap:20px;align-items:center;padding:16px 20px;border-bottom:1px solid #315a54;background:#11201e}.memory-board-delta small{color:#74c69d}.memory-board-delta strong{color:#85d6b4;font-size:22px}.memory-board-delta span{color:#9bcdbb;font:600 9px/1.4 SFMono-Regular,monospace}.memory-board>footer{display:flex;justify-content:space-between;gap:16px;padding:13px 20px;color:#737d8a;font:600 7px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.memory-board.compact .memory-board-head{padding:14px 16px}.memory-board.compact .memory-board-head strong{font-size:13px}.memory-board.compact .memory-board-axis{padding:9px 16px 2px 169px}.memory-board.compact .memory-board-lane{grid-template-columns:136px minmax(0,1fr);gap:14px;padding:13px 16px}.memory-board.compact .memory-board-lane p,.memory-board.compact>footer{display:none}.memory-board.compact .memory-board-track{height:38px}.memory-board.compact .memory-board-delta{padding:12px 16px}.memory-board.compact .memory-board-delta strong{font-size:18px}.memory-source-traces{margin-top:20px;overflow:hidden;border:1px solid #d5d6da;border-radius:9px;background:#f5f5f7}.memory-source-traces summary{display:grid;grid-template-columns:150px 1fr auto;gap:20px;align-items:center;min-height:58px;padding:0 18px;cursor:pointer;list-style:none}.memory-source-traces summary::-webkit-details-marker{display:none}.memory-source-traces summary small{color:#6f747d;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.memory-source-traces summary strong{font-size:12px}.memory-source-traces summary:after{content:"+";width:28px;height:28px;display:grid;place-items:center;border:1px solid #cfd1d6;border-radius:50%;color:#555a63;font-size:15px}.memory-source-traces[open] summary:after{content:"−"}.memory-source-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:0 16px 16px}.memory-source-grid figure{margin:0;overflow:hidden;border:1px solid #d2d4d9;border-radius:8px;background:#15171d}.memory-source-grid figcaption{display:flex;justify-content:space-between;gap:16px;padding:12px 14px;color:#a2a8b1;font-size:9px}.memory-source-grid figcaption strong{color:#fff}.memory-source-grid figure:last-child figcaption strong{color:#85d6b4}.memory-source-grid picture,.memory-source-grid img{display:block;width:100%}.memory-source-grid img{aspect-ratio:2.98;object-fit:cover}.memory-source-traces>p{margin:0;padding:0 18px 18px;color:#70747b;font-size:10px;line-height:1.55}.memory-cost-grid{display:grid;grid-template-columns:1fr 90px 1fr;align-items:center;margin:42px 0}.memory-cost-grid article{position:relative;min-height:220px;padding:24px;overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.memory-cost-grid small{color:#7f8998;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.memory-cost-grid strong{display:block;margin-top:14px;font-size:26px}.memory-cost-grid article>span{display:block;margin-top:7px;color:#9aa2ae;font-size:11px}.memory-pixel-field{position:absolute;right:20px;bottom:20px;left:20px;height:68px;border:1px solid #3b414b;background:#29303a}.memory-pixel-field:after{position:absolute;right:12px;bottom:10px;color:#aab1bd;font:650 8px/1 SFMono-Regular,monospace}.memory-pixel-field.source:after{content:"12,000,000 pixels"}.memory-pixel-field.target{right:58%;background:#24483f}.memory-pixel-field.target:after{content:"291,600 pixels";right:auto;left:12px;white-space:nowrap}.memory-cost-arrow{color:#798392;font:650 8px/1.4 SFMono-Regular,monospace;text-align:center;text-transform:uppercase}.memory-cost-arrow span{display:block;margin-bottom:13px}.memory-runtime{grid-template-columns:repeat(5,1fr)}.memory-target-map{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:18px;align-items:stretch}.memory-view-target,.memory-decode-target{padding:22px;border:1px solid #30343d;border-radius:10px;background:#151820}.memory-target-map small{color:#7f8998;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.memory-card-preview{width:150px;height:112px;margin:20px auto 0;padding:9px;border:1px solid #414752;border-radius:8px;background:#20242c}.memory-card-preview i{display:block;width:100%;height:72px;background:#496579}.memory-card-preview span{display:block;margin-top:8px;color:#aab2be;font:650 8px/1 SFMono-Regular,monospace;text-align:center}.memory-target-equation{display:grid;grid-template-columns:1fr 22px 1fr 22px 1fr;align-items:center;padding:20px;border-top:1px solid #343943;border-bottom:1px solid #343943;color:#9fa7b3;font-size:12px;text-align:center}.memory-target-equation i{color:#687280;font-style:normal}.memory-target-equation strong{color:#85d6b4;font-size:17px}.memory-decode-target{display:flex;flex-direction:column}.memory-decode-target strong{margin:auto 0 8px;font-size:20px}.memory-decode-target span{color:#9aa2ae;font-size:11px}.memory-code{margin-top:18px}.memory-cache-map{overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.memory-cache-map header{padding:20px;border-bottom:1px solid #30343d}.memory-cache-map header small{color:#7f8998;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.memory-cache-map header strong{display:block;margin-top:9px;font:650 13px/1.4 SFMono-Regular,monospace}.memory-cache-row{display:grid;grid-template-columns:160px 1fr 150px;gap:20px;align-items:center;min-height:66px;padding:0 20px;border-bottom:1px solid #2b2f37}.memory-cache-row span{color:#939ba7;font-size:10px}.memory-cache-row code{color:#8fc2ff;font:600 10px/1.4 SFMono-Regular,monospace}.memory-cache-row b{color:#85d6b4;font-size:10px;text-align:right}.memory-cache-row.legacy code,.memory-cache-row.legacy b{color:#aeb4be}.memory-cache-map footer{display:grid;grid-template-columns:110px 110px 110px 1fr;gap:8px;padding:16px 20px;background:#11141a;color:#7f8998;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.memory-cache-map footer strong{color:#b7bec8;text-align:right}.memory-compat-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #343841;border-left:1px solid #343841}.memory-compat-grid article{min-height:155px;padding:20px;border-right:1px solid #343841;border-bottom:1px solid #343841}.memory-compat-grid small{color:#8fc2ff;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.memory-compat-grid strong{display:block;margin-top:13px;font-size:14px}.memory-compat-grid p{margin:8px 0 0;color:#939ba7;font-size:10px;line-height:1.55}.memory-trace .request-trace-step{opacity:1}.memory-trace .request-trace-step.is-active{transform:none}.memory-trace .request-media-stage{min-height:720px;background:#e9ebef;color:#17181c;border-color:#d0d3d9}.memory-trace .request-media-stage:before,.memory-trace .request-media-stage:after{border-color:#d3d6dc}.memory-list-demo{position:relative;z-index:2;width:calc(100% - 78px);overflow:hidden;border:1px solid #d1d4da;border-radius:12px;background:#f8f8fa;box-shadow:0 28px 60px #1f232b2b}.memory-list-demo header{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid #d9dbe0}.memory-list-demo header strong{font-size:20px}.memory-list-demo header span{padding:6px 8px;border-radius:7px;background:#e6f4ee;color:#177354;font-size:8px;font-weight:700}.memory-list-demo article{display:grid;grid-template-columns:74px 1fr auto;gap:14px;align-items:center;padding:12px 16px;border-bottom:1px solid #dddfe4}.memory-list-demo article:last-child{border-bottom:0}.memory-list-demo article>i{width:74px;height:66px;border-radius:7px;background:#657d8f}.memory-list-demo article>i.tone-b{background:#8b6e76}.memory-list-demo article>i.tone-c{background:#667b65}.memory-list-demo article b{display:block;font-size:11px}.memory-list-demo article small{display:block;margin-top:5px;color:#838790;font-size:8px}.memory-list-demo article em{color:#167353;font:650 9px/1 SFMono-Regular,monospace;font-style:normal}.memory-target-card{position:absolute;z-index:4;right:20px;bottom:155px;width:150px;padding:15px;border:1px solid #b6cfdf;border-radius:9px;background:#f0f7fbf0;box-shadow:0 16px 35px #314d5e29;backdrop-filter:blur(15px)}.memory-target-card small,.memory-buffer-card>small{color:#557d96;font:650 7px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.memory-target-card strong{display:block;margin-top:8px;font-size:15px}.memory-target-card span{display:block;margin-top:5px;color:#647984;font-size:9px}.memory-buffer-card{position:absolute;z-index:4;right:22px;bottom:55px;left:22px;padding:13px 15px;border:1px solid #d1d4da;border-radius:9px;background:#f9f9fbf0;backdrop-filter:blur(15px)}.memory-buffer-card>div{display:grid;grid-template-columns:1fr 80px 48px;gap:10px;align-items:center;margin-top:9px}.memory-buffer-card>div i{position:relative;height:5px;border-radius:3px;background:#d9dce2}.memory-buffer-card>div i:after{content:"";position:absolute;inset:0 calc(100% - var(--memory)) 0 0;border-radius:3px;background:#a36d77}.memory-buffer-card>div.optimized i:after{background:#399577}.memory-buffer-card span{font-size:8px}.memory-buffer-card b{color:#7d818a;font-size:8px;text-align:right}.memory-comparison-note{display:grid;grid-template-columns:160px 1fr;gap:28px;margin-top:20px;padding:20px;border:1px solid #cbd9d3;border-radius:9px;background:#f0f7f4}.memory-comparison-note small{color:#3f765f;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.memory-comparison-note p{margin:0;color:#58645f;font-size:12px;line-height:1.6}.memory-guarantees{display:grid;grid-template-columns:repeat(4,1fr);margin-top:28px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.memory-guarantees article{display:grid;grid-template-columns:30px 1fr;gap:12px;min-height:130px;padding:18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.memory-guarantees span{width:26px;height:26px;display:grid;place-items:center;border-radius:7px;background:#17191e;color:#fff;font:650 7px/1 SFMono-Regular,monospace}.memory-guarantees strong{font-size:13px}.memory-guarantees p{margin:6px 0 0;color:#6b6f76;font-size:10px;line-height:1.5}.study-image-memory .decision-path{grid-template-columns:repeat(5,1fr)}.privacy-hero{position:absolute;inset:0;display:block}.privacy-hero-map{position:absolute;inset:68px 27px 78px;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border:1px solid #30343d;border-radius:11px;background:#151820}.privacy-hero-head{display:flex;justify-content:space-between;gap:20px;padding:16px 18px;border-bottom:1px solid #30343d}.privacy-hero-head small,.privacy-stage small,.privacy-outcome small{color:#7f8998;font:650 7px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.privacy-hero-head strong{font-size:13px}.privacy-hero-head span{color:#7f8998;font:600 7px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.privacy-route{height:100%;display:grid;grid-template-columns:repeat(4,1fr)}.privacy-stage{position:relative;min-height:142px;padding:18px 16px;border-right:1px solid #30343d}.privacy-stage:last-child{border-right:0}.privacy-stage:not(:last-child):after{content:"→";position:absolute;z-index:2;top:28px;right:-9px;width:18px;height:18px;display:grid;place-items:center;border:1px solid #414650;border-radius:50%;background:#151820;color:#818a98;font-size:8px}.privacy-stage b{display:block;margin-top:13px;font-size:13px;line-height:1.25}.privacy-stage span{display:block;margin-top:8px;color:#9199a6;font-size:8px;line-height:1.45}.privacy-stage em{display:inline-block;margin-top:12px;padding:5px 7px;border:1px solid #38414c;border-radius:6px;color:#8fc2ff;font:650 7px/1 SFMono-Regular,monospace;font-style:normal}.privacy-stage.final em{border-color:#315a54;color:#85d6b4}.privacy-outcomes{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #30343d}.privacy-outcome{display:grid;grid-template-columns:90px 1fr;gap:12px;align-items:center;min-height:86px;padding:15px 18px}.privacy-outcome:first-child{border-right:1px solid #4d373c;background:#20171a}.privacy-outcome:last-child{background:#11201e}.privacy-outcome:first-child small{color:#d5949e}.privacy-outcome:last-child small{color:#74c69d}.privacy-outcome strong{font-size:11px;line-height:1.4}.privacy-outcome p{margin:4px 0 0;color:#8f97a3;font-size:8px;line-height:1.45}.privacy-runtime{grid-template-columns:repeat(5,1fr)}.privacy-section{margin-top:76px;padding-top:70px;border-top:1px solid #30343d}.privacy-section-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:end;margin-bottom:28px}.privacy-section-head h3{margin:11px 0 0;font-size:36px}.privacy-section-head>p{margin:0;color:#aeb3be;font-size:14px;line-height:1.7}.privacy-age-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:18px}.privacy-age-states{overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.privacy-age-states header{padding:18px;border-bottom:1px solid #30343d}.privacy-age-states header small{color:#7f8998;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.privacy-age-states header strong{display:block;margin-top:8px;font-size:18px}.privacy-state-row{display:grid;grid-template-columns:30px 1fr auto;gap:13px;align-items:center;padding:16px 18px;border-bottom:1px solid #2c3038}.privacy-state-row:last-child{border-bottom:0}.privacy-state-row>span{width:27px;height:27px;display:grid;place-items:center;border:1px solid #3b414b;border-radius:50%;color:#8fc2ff;font:650 8px/1 SFMono-Regular,monospace}.privacy-state-row strong{display:block;font-size:12px}.privacy-state-row p{margin:4px 0 0;color:#929aa7;font-size:9px;line-height:1.45}.privacy-state-row em{color:#85d6b4;font:650 8px/1.3 SFMono-Regular,monospace;font-style:normal;text-align:right}.privacy-state-row.restricted em{color:#e0a0aa}.privacy-age-code pre{min-height:330px}.privacy-invariant{display:grid;grid-template-columns:145px 1fr;gap:20px;margin-top:18px;padding:17px 19px;border:1px solid #315340;border-radius:9px;background:#122019}.privacy-invariant small{color:#74c69d;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.privacy-invariant strong{font-size:12px;line-height:1.5}.privacy-consent-flow{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.privacy-consent-step{position:relative;min-height:164px;padding:20px 17px;border-right:1px solid #30343d}.privacy-consent-step:last-child{border-right:0}.privacy-consent-step:not(:last-child):after{content:"→";position:absolute;z-index:2;top:29px;right:-9px;width:18px;height:18px;display:grid;place-items:center;border:1px solid #414650;border-radius:50%;background:#151820;color:#7f8998;font-size:8px}.privacy-consent-step small{color:#8fc2ff;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.privacy-consent-step strong{display:block;margin-top:18px;font-size:13px;line-height:1.3}.privacy-consent-step p{margin:8px 0 0;color:#929aa7;font-size:10px;line-height:1.5}.privacy-consent-step.conditional{background:#1d1a14}.privacy-consent-step.conditional small{color:#f0b55b}.privacy-consent-step.final{background:#11201e}.privacy-consent-step.final small{color:#74c69d}.privacy-purpose-note{display:grid;grid-template-columns:170px 1fr 210px;gap:24px;align-items:center;margin-top:18px;padding:18px 20px;border-top:1px solid #343841;border-bottom:1px solid #343841}.privacy-purpose-note small{color:#f0b55b;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.privacy-purpose-note strong{font-size:13px}.privacy-purpose-note p{margin:0;color:#9da5b1;font-size:10px;line-height:1.55}.privacy-service-ledger{overflow:hidden;border:1px solid #30343d;border-radius:10px;background:#151820}.privacy-service-ledger header,.privacy-service-row{display:grid;grid-template-columns:160px 1fr 210px 110px;gap:18px;align-items:center}.privacy-service-ledger header{padding:13px 18px;border-bottom:1px solid #30343d;color:#7f8998;font:650 7px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.privacy-service-row{min-height:72px;padding:0 18px;border-bottom:1px solid #2c3038}.privacy-service-row:last-child{border-bottom:0}.privacy-service-row strong{font-size:12px}.privacy-service-row p{margin:0;color:#959da9;font-size:10px;line-height:1.5}.privacy-service-row code{color:#8fc2ff;font:600 9px/1.45 SFMono-Regular,monospace}.privacy-service-row b{color:#85d6b4;font:650 8px/1.3 SFMono-Regular,monospace;text-align:right;text-transform:uppercase}.privacy-service-row.restricted b{color:#e2a1aa}.privacy-trace .request-trace-step{opacity:1}.privacy-trace .request-trace-step.is-active{transform:none}.privacy-trace .request-media-stage{min-height:720px;background:#e9ebef;color:#17181c;border-color:#d0d3d9}.privacy-trace .request-media-stage:before,.privacy-trace .request-media-stage:after{border-color:#d3d6dc}.privacy-trace-phone{position:relative;z-index:2;width:292px;aspect-ratio:1206/2622;overflow:hidden;border:7px solid #292a2e;border-radius:44px;background:#f6f7f8;box-shadow:0 34px 75px #1e22283d}.privacy-trace-phone:before{content:"";position:absolute;z-index:6;top:8px;left:50%;width:72px;height:20px;transform:translate(-50%);border-radius:13px;background:#17181c}.privacy-phone-status{height:39px;display:flex;align-items:center;justify-content:space-between;padding:10px 17px 0;font-size:9px;font-weight:700}.privacy-phone-app{padding:28px 22px}.privacy-phone-app small{color:#70757e;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.privacy-phone-app h3{margin:9px 0 0;font-size:27px;line-height:1.05}.privacy-phone-app p{margin:12px 0 0;color:#70747c;font-size:10px;line-height:1.55}.privacy-system-sheet{position:absolute;right:10px;bottom:12px;left:10px;padding:18px;border:1px solid #d3d5da;border-radius:22px;background:#fffffff5;box-shadow:0 18px 50px #24283033;backdrop-filter:blur(20px)}.privacy-system-sheet>span{display:block;width:34px;height:4px;margin:-7px auto 14px;border-radius:2px;background:#d0d2d6}.privacy-system-sheet small{color:#747983;font:650 7px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.privacy-system-sheet strong{display:block;margin-top:8px;font-size:17px;line-height:1.2}.privacy-system-sheet p{margin:8px 0 15px;color:#656a72;font-size:9px;line-height:1.5}.privacy-range-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:11px 0;border-top:1px solid #dedfe3}.privacy-range-row b{font-size:10px}.privacy-range-row em{color:#0b70d8;font:650 8px/1.3 SFMono-Regular,monospace;font-style:normal}.privacy-trace-outcome{position:absolute;z-index:5;right:18px;bottom:55px;width:172px;padding:14px;border:1px solid #b9d8ca;border-radius:9px;background:#eef8f3f0;box-shadow:0 16px 35px #2c4a3d29;backdrop-filter:blur(15px)}.privacy-trace-outcome small{color:#3f7b62;font:650 7px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.privacy-trace-outcome strong{display:block;margin-top:7px;color:#164f39;font-size:13px}.privacy-trace-outcome span{display:block;margin-top:5px;color:#5e756a;font-size:8px}.privacy-result{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;border:1px solid #b9d8ca;border-radius:9px;background:#eef8f3;overflow:hidden}.privacy-result span{padding:12px;border-right:1px solid #b9d8ca;color:#4f5954;font-size:9px}.privacy-result span:last-child{border-right:0}.privacy-result strong{display:block;margin-bottom:4px;color:#075d40;font-size:12px}.privacy-scenario-table{overflow:hidden;border:1px solid #d4d5da;border-radius:10px}.privacy-scenario-table header,.privacy-scenario-row{display:grid;grid-template-columns:1.05fr 1.25fr 1.15fr 100px;gap:20px;align-items:center}.privacy-scenario-table header{min-height:44px;padding:0 18px;background:#f3f3f5;border-bottom:1px solid #d4d5da;color:#747880;font:650 7px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.privacy-scenario-row{min-height:78px;padding:0 18px;border-bottom:1px solid #dedfe3}.privacy-scenario-row:last-child{border-bottom:0}.privacy-scenario-row strong{font-size:12px}.privacy-scenario-row p{margin:0;color:#686c74;font-size:10px;line-height:1.5}.privacy-scenario-row code{color:#315d87;font:600 9px/1.45 SFMono-Regular,monospace}.privacy-scenario-row b{padding:6px 8px;border-radius:6px;background:#edf6f2;color:#14704f;font:650 7px/1 SFMono-Regular,monospace;text-align:center;text-transform:uppercase}.privacy-scenario-row.restricted b{background:#f8edef;color:#9b4654}.privacy-verification-note{display:grid;grid-template-columns:170px 1fr;gap:28px;margin-top:20px;padding:20px;border:1px solid #cbd9d3;border-radius:9px;background:#f0f7f4}.privacy-verification-note small{color:#3f765f;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.privacy-verification-note p{margin:0;color:#58645f;font-size:12px;line-height:1.6}.study-privacy-gates .decision-path{grid-template-columns:repeat(5,1fr)}@media(min-width:981px){.subscription-trace .request-media-stage,.layout-trace .request-media-stage,.runtime-trace .request-media-stage{position:sticky;top:88px;align-self:start}}.study-insurance-billing .decision-path{grid-template-columns:repeat(5,1fr)}@media(min-width:981px){.insurance-trace .request-media-stage{position:sticky;top:88px;align-self:start}}@media(min-width:981px){.memory-trace .request-media-stage{position:sticky;top:88px;align-self:start}}@media(max-width:650px){.story-editorial-title{font-size:9px}.story-hero-copy .detail-title{font-size:39px}.hero-phone-shell{width:168px;height:364px;border-radius:29px;transform:translateY(18px)}.layout-purchase .hero-phone-shell,.layout-native-surface .hero-phone-shell{width:174px;height:377px}}@media(max-width:980px){.technical-head,.guardrail-heading,.verification-head,.prompt-contract-head,.fallback-head,.chronology-head,.request-trace-head,.subscription-section-head,.layout-section-head{grid-template-columns:1fr;gap:26px}.code-layout,.verification-grid,.prompt-grid,.fallback-code{grid-template-columns:1fr}.technical-facts{grid-template-columns:repeat(2,1fr)}.technical-fact:nth-child(2){border-right:0}.technical-fact:nth-child(-n+2){border-bottom:1px solid #30333b}.guardrail-row{grid-template-columns:36px 1fr}.guardrail-row p,.guardrail-row code{grid-column:2}.fallback-lanes,.identity-contract,.host-bridge,.lifecycle-grid{grid-template-columns:1fr}.fallback-converge,.identity-converge,.host-converge{min-height:58px}.fallback-converge:before,.identity-converge:before,.host-converge:before{width:120px;height:1px}.fallback-triggers{grid-template-columns:repeat(2,1fr)}.fallback-trigger:nth-child(2n){border-right:0}.fallback-trigger:nth-child(-n+4){border-bottom:1px solid #30343d}.fallback-trigger:last-child{grid-column:1/-1}.request-trace-layout{grid-template-columns:minmax(300px,.8fr) 1.2fr;gap:44px}.request-media-stage{min-height:680px}.request-video-frame,.subscription-phone,.layout-trace-phone{width:252px}.subscription-runtime,.layout-runtime{grid-template-columns:repeat(3,1fr)}.subscription-stage:nth-child(3),.layout-stage:nth-child(3){border-right:0}.subscription-stage:nth-child(-n+3),.layout-stage:nth-child(-n+3){border-bottom:1px solid #30343d}.recovery-row{grid-template-columns:36px 1fr}.recovery-row p,.recovery-row code{grid-column:2}.state-machine{grid-template-columns:repeat(3,1fr)}.state-machine div:nth-child(3){border-right:0}.state-machine div:nth-child(-n+3){border-bottom:1px solid var(--line)}.index-map{grid-template-columns:1fr}.index-map-legend{grid-template-columns:1fr 1fr}.index-map-row{grid-template-columns:70px 1fr 1fr}.index-map-row code{grid-column:2/-1}}@media(max-width:650px){.technical-dive{padding:60px 0}.technical-head h2{font-size:36px}.technical-head p{font-size:15px}.technical-facts{margin:34px 0 26px}.technical-fact{min-height:92px;padding:16px 12px}.technical-fact strong{font-size:12px}.code-panel pre,.test-code pre{min-height:0;padding:17px;font-size:10px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.pipeline-note{grid-template-columns:1fr;gap:7px}.guardrail-heading{margin-top:54px}.guardrail-heading h3,.prompt-contract h3,.fallback-head h3,.chronology-head h3,.subscription-section-head h3,.layout-section-head h3{font-size:27px}.guardrail-row{gap:10px;padding:16px 0}.prompt-contract,.fallback-system,.subscription-section,.layout-section{margin-top:56px;padding-top:52px}.prompt-panel pre,.payload-body{padding:17px;font-size:10px}.prompt-excludes,.runtime-invariant,.layout-invariant{grid-template-columns:1fr;gap:9px}.fallback-shared,.entitlement-contract{grid-template-columns:1fr}.fallback-shared div,.entitlement-contract div{min-height:0;border-right:0;border-bottom:1px solid #315340}.fallback-shared div:last-child,.entitlement-contract div:last-child{border-bottom:0}.fallback-triggers{grid-template-columns:1fr}.fallback-trigger,.fallback-trigger:nth-child(2n),.fallback-trigger:last-child{grid-column:auto;border-right:0;border-bottom:1px solid #30343d}.fallback-trigger:last-child{border-bottom:0}.request-trace{padding:60px 0}.request-trace-head{margin-bottom:28px}.request-trace-head h2{font-size:35px}.request-trace-head>p{font-size:14px}.request-trace-layout{grid-template-columns:1fr;gap:36px}.request-media-stage{min-height:620px;border-radius:15px}.request-video-frame,.subscription-phone,.layout-trace-phone{width:238px;border-width:5px;border-radius:37px}.request-trace-step{grid-template-columns:45px 1fr;gap:12px;padding:20px 0;opacity:.58}.request-trace-step.is-active{transform:translate(4px)}.request-trace-step h3{font-size:19px}.request-result,.purchase-result,.layout-result{grid-template-columns:1fr}.request-result span,.purchase-result span,.layout-result span{border-right:0;border-bottom:1px solid #b9d8ca}.request-result span:last-child,.purchase-result span:last-child,.layout-result span:last-child{border-bottom:0}.request-trace-note{grid-template-columns:1fr;gap:8px}.verification-band{padding:60px 0}.verification-head{margin-bottom:25px}.verification-head h2{font-size:34px}.subscription-runtime,.layout-runtime{grid-template-columns:1fr}.subscription-stage,.subscription-stage:nth-child(3),.layout-stage,.layout-stage:nth-child(3){min-height:0;border-right:0;border-bottom:1px solid #30343d}.subscription-stage:last-child,.layout-stage:last-child{border-bottom:0}.subscription-stage:not(:last-child):after,.layout-stage:not(:last-child):after{content:"↓";inset:auto auto -9px 50%;transform:translate(-50%)}.subscription-layer,.layout-layer{grid-template-columns:1fr;right:12px;bottom:58px;left:12px}.subscription-layer span,.layout-layer span{padding:7px;border-right:0;border-bottom:1px solid #3c414b}.subscription-layer span:last-child,.layout-layer span:last-child{border-bottom:0}.state-machine{grid-template-columns:1fr}.state-machine div,.state-machine div:nth-child(3){min-height:0;border-right:0;border-bottom:1px solid var(--line)}.state-machine div:last-child{border-bottom:0}.index-map-legend{grid-template-columns:1fr}.index-map-row{grid-template-columns:56px 1fr}.index-map-row span,.index-map-row code{grid-column:2}.index-map-row>*{padding:10px 11px}}@media(max-width:650px){.layout-flow{grid-template-columns:1fr}.layout-flow-stage{min-height:0;padding:21px 18px;border-right:0;border-bottom:1px solid #343841}.layout-flow-stage:last-child{border-bottom:0}.layout-flow-stage:not(:last-child):after{content:"↓";inset:auto auto -10px 28px}.layout-flow-stage strong{margin-top:13px}.layout-cache-key{grid-template-columns:1fr;gap:8px}.layout-cache-lanes{grid-template-columns:1fr}.layout-cache-lane{padding:25px 0}.layout-cache-lane:first-child{border-right:0;border-bottom:1px solid #343841}.cache-lane-head{display:grid}.cache-lane-head span{max-width:none;text-align:left}.cache-path{grid-template-columns:1fr 24px 1fr 24px 1fr}.cache-path span{min-height:84px;padding:9px}.cache-lifetime{grid-template-columns:1fr;gap:7px}.layout-pseudocode{grid-template-columns:1fr;gap:17px;padding:18px}.layout-pseudocode pre{font-size:9px;overflow-wrap:anywhere}}@media(max-width:650px){.runtime-hero{padding:50px 14px 82px}.runtime-hero-map{min-height:340px}.runtime-webview{top:17px;left:0;width:76%;min-height:270px;border-radius:14px}.runtime-plugin-ui{padding:22px 17px}.runtime-plugin-ui strong{font-size:20px}.runtime-plugin-ui p{font-size:9px}.runtime-origin{top:0;right:0;width:116px;padding:11px}.runtime-origin strong{font-size:11px}.runtime-ledger{right:0;bottom:0;width:78%}.runtime-ledger header,.runtime-ledger>div{grid-template-columns:47px 1fr 43px;min-height:36px;padding:0 10px}.runtime-ledger header{grid-template-columns:1fr auto}.runtime-flow,.recovery-path{grid-template-columns:1fr}.runtime-flow article,.recovery-path article{min-height:0;border-right:0;border-bottom:1px solid #343841}.runtime-flow article:last-child,.recovery-path article:last-child{border-bottom:0}.runtime-flow article:not(:last-child):after,.recovery-path article:not(:last-child):after{content:"↓";inset:auto auto -10px 28px}.runtime-policy{grid-template-columns:1fr}.runtime-policy-card div{grid-template-columns:76px 1fr}.recovery-budgets{grid-template-columns:1fr 1fr}.recovery-budgets div:nth-child(2){border-right:0}.recovery-budgets div:nth-child(-n+2){border-bottom:1px solid #343841}.runtime-monitor{width:calc(100% - 32px)}.runtime-result{grid-template-columns:1fr}.runtime-result span{border-right:0;border-bottom:1px solid #b9d8ca}.runtime-result span:last-child{border-bottom:0}}@media(max-width:980px){.insurance-lanes{grid-template-columns:1fr}.insurance-converge{min-height:58px}.insurance-converge:before{width:120px;height:1px}.insurance-form-grid{grid-template-columns:1fr}}@media(max-width:650px){.insurance-hero-map{inset:53px 8px 68px}.insurance-phone{width:142px;height:307px;border-width:4px;border-radius:25px}.insurance-phone:before{width:45px;height:13px}.insurance-scan{top:42px;left:-9px;transform:rotate(-4deg) scale(.8)}.insurance-review{top:3px}.insurance-confirm{top:44px;right:-9px;transform:rotate(4deg) scale(.8)}.insurance-status{height:25px;padding:7px 9px 0}.insurance-nav{height:27px}.scan-scene{height:calc(100% - 25px);padding:15px 9px}.scan-scene button{top:27px;left:8px}.scan-scene p{margin-top:13px;font-size:6px}.scan-frame{height:82px;margin-top:34px}.scan-frame span{top:92px}.insurance-form{padding:14px 10px 36px}.insurance-form h3{margin:5px 0 9px;font-size:13px}.insurance-form>div{padding:7px 0}.insurance-form button{height:25px;margin-top:7px;font-size:6px}.confirmation-scene{padding:45px 10px 38px}.confirmation-scene i{width:52px;height:52px;font-size:23px}.confirmation-scene h3{margin-top:13px;font-size:15px}.insurance-phone footer{padding:7px 8px}.insurance-phone footer span{font-size:6px}.insurance-runtime{grid-template-columns:1fr}.insurance-form-card>div{grid-template-columns:72px 1fr}.insurance-form-card i{grid-column:2;text-align:left}.insurance-submit-map{grid-template-columns:1fr}.insurance-submit-arrow{transform:rotate(90deg)}.insurance-submit-branches{grid-template-columns:1fr}.insurance-trace .request-media-stage{min-height:620px}.insurance-trace-phone{width:232px;border-width:5px;border-radius:37px}.insurance-response-card{right:12px;bottom:78px;width:157px;padding:13px}.insurance-form.trace{padding:23px 16px}.insurance-form.trace h3{font-size:20px}.insurance-form.trace>div{padding:11px 0}.insurance-form.trace>div span,.insurance-form.trace>div b{font-size:8px}}@media(max-width:650px){.study-insurance-billing .decision-path{grid-template-columns:1fr 1fr}.study-insurance-billing .decision-path span:nth-child(3),.study-insurance-billing .decision-path span:nth-child(4){border-bottom:1px solid var(--line)}.study-insurance-billing .decision-path span:nth-child(4){border-right:0}.study-insurance-billing .decision-path span:last-child{grid-column:1/-1}}@media(max-width:980px){.memory-target-map{grid-template-columns:1fr}.memory-target-equation{min-height:100px}.memory-cache-row{grid-template-columns:130px 1fr 120px}.memory-compat-grid,.memory-guarantees{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.study-image-memory .decision-path{grid-template-columns:1fr 1fr}.study-image-memory .decision-path span:nth-child(3),.study-image-memory .decision-path span:nth-child(4){border-bottom:1px solid var(--line)}.study-image-memory .decision-path span:nth-child(4){border-right:0}.study-image-memory .decision-path span:last-child{grid-column:1/-1}.memory-hero-board{inset:53px 12px 62px}.memory-board-head{display:grid;gap:5px;padding:12px 13px}.memory-board-head strong{font-size:12px}.memory-board-head>span{align-self:auto;text-align:left;font-size:6px}.memory-board-axis,.memory-board.compact .memory-board-axis{padding:8px 12px 2px}.memory-board-lane,.memory-board.compact .memory-board-lane{grid-template-columns:1fr;gap:9px;padding:11px 12px}.memory-board-lane header{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.memory-board-lane header strong{margin-top:0;font-size:10px;text-align:right}.memory-board-lane p{display:none}.memory-board-track,.memory-board.compact .memory-board-track{height:34px}.memory-board-track>b{padding-right:6px;font-size:7px}.memory-board-delta,.memory-board.compact .memory-board-delta{grid-template-columns:1fr auto;padding:10px 12px}.memory-board-delta strong,.memory-board.compact .memory-board-delta strong{font-size:16px}.memory-board-delta span{grid-column:1/-1;font-size:7px}.memory-board>footer{display:none}.memory-source-traces summary{grid-template-columns:1fr auto;gap:8px;padding:11px 13px}.memory-source-traces summary small{grid-column:1}.memory-source-traces summary strong{grid-row:2;grid-column:1}.memory-source-traces summary:after{grid-row:1/3;grid-column:2}.memory-source-grid{grid-template-columns:1fr;padding:0 12px 12px}.memory-source-traces>p{padding:0 13px 14px}.memory-cost-grid{grid-template-columns:1fr;gap:14px}.memory-cost-arrow{transform:rotate(90deg);padding:6px}.memory-cost-arrow span{display:none}.memory-runtime{grid-template-columns:1fr}.memory-target-equation{grid-template-columns:1fr 18px 1fr 18px 1fr;padding:14px;font-size:10px}.memory-decode-target strong{margin:24px 0 8px}.memory-cache-row{grid-template-columns:1fr;gap:7px;padding:15px 17px}.memory-cache-row b{text-align:left}.memory-cache-map footer{grid-template-columns:1fr 1fr}.memory-cache-map footer strong{grid-column:1/-1;text-align:left}.memory-compat-grid{grid-template-columns:1fr}.memory-compat-grid article{min-height:0}.memory-trace .request-media-stage{min-height:620px}.memory-list-demo{width:calc(100% - 34px)}.memory-list-demo article{grid-template-columns:58px 1fr auto}.memory-list-demo article>i{width:58px;height:52px}.memory-target-card{right:10px;bottom:151px;width:134px}.memory-buffer-card{right:10px;bottom:54px;left:10px}.memory-buffer-card>div{grid-template-columns:1fr 68px 40px}.memory-comparison-note{grid-template-columns:1fr;gap:8px}.memory-guarantees{grid-template-columns:1fr}}@media(max-width:980px){.privacy-section-head{grid-template-columns:1fr;gap:26px}.privacy-age-layout{grid-template-columns:1fr}.privacy-consent-flow{grid-template-columns:repeat(3,1fr)}.privacy-consent-step:nth-child(3){border-right:0}.privacy-consent-step:nth-child(-n+3){border-bottom:1px solid #30343d}.privacy-service-ledger header,.privacy-service-row{grid-template-columns:130px 1fr 160px 95px}}@media(max-width:650px){.study-privacy-gates .decision-path{grid-template-columns:1fr 1fr}.study-privacy-gates .decision-path span:nth-child(3),.study-privacy-gates .decision-path span:nth-child(4){border-bottom:1px solid var(--line)}.study-privacy-gates .decision-path span:nth-child(4){border-right:0}.study-privacy-gates .decision-path span:last-child{grid-column:1/-1}.privacy-hero-map{inset:55px 11px 62px}.privacy-hero-head{display:grid;gap:4px;padding:10px 12px}.privacy-hero-head span{font-size:6px}.privacy-route{grid-template-columns:1fr 1fr}.privacy-stage{min-height:86px;padding:11px}.privacy-stage:nth-child(2){border-right:0}.privacy-stage:nth-child(-n+2){border-bottom:1px solid #30343d}.privacy-stage:not(:last-child):after{display:none}.privacy-stage b{margin-top:7px;font-size:10px}.privacy-stage span{margin-top:5px;font-size:7px}.privacy-stage em{margin-top:7px;font-size:6px}.privacy-outcomes{grid-template-columns:1fr}.privacy-outcome{grid-template-columns:72px 1fr;min-height:56px;padding:9px 11px}.privacy-outcome:first-child{border-right:0;border-bottom:1px solid #4d373c}.privacy-outcome p{display:none}.privacy-section{margin-top:56px;padding-top:52px}.privacy-section-head h3{font-size:27px}.privacy-runtime{grid-template-columns:1fr}.privacy-state-row{grid-template-columns:28px 1fr;padding:14px}.privacy-state-row em{grid-column:2;text-align:left}.privacy-age-code pre{min-height:0}.privacy-invariant,.privacy-purpose-note,.privacy-verification-note{grid-template-columns:1fr;gap:8px}.privacy-consent-flow{grid-template-columns:1fr}.privacy-consent-step,.privacy-consent-step:nth-child(3){min-height:0;border-right:0;border-bottom:1px solid #30343d}.privacy-consent-step:last-child{border-bottom:0}.privacy-consent-step:not(:last-child):after{content:"↓";inset:auto auto -9px 25px}.privacy-service-ledger header{display:none}.privacy-service-row{grid-template-columns:1fr auto;gap:8px;padding:15px}.privacy-service-row p,.privacy-service-row code{grid-column:1/-1}.privacy-service-row b{grid-row:1;grid-column:2}.privacy-trace .request-media-stage{min-height:620px}.privacy-trace-phone{width:232px;border-width:5px;border-radius:37px}.privacy-phone-app{padding:23px 18px}.privacy-phone-app h3{font-size:22px}.privacy-system-sheet{padding:15px}.privacy-trace-outcome{right:10px;bottom:52px;width:150px;padding:12px}.privacy-result{grid-template-columns:1fr}.privacy-result span{border-right:0;border-bottom:1px solid #b9d8ca}.privacy-result span:last-child{border-bottom:0}.privacy-scenario-table header{display:none}.privacy-scenario-row{grid-template-columns:1fr auto;gap:8px;padding:15px}.privacy-scenario-row p,.privacy-scenario-row code{grid-column:1/-1}.privacy-scenario-row b{grid-row:1;grid-column:2}}@media(prefers-reduced-motion:reduce){.story-art-content{transform:none!important;transition:none}.story-hero-art{perspective:none}.request-trace-step{opacity:1;transform:none!important;transition:none}.trace-video-toggle{display:none}.insurance-phone{animation:none}}@media(prefers-reduced-motion:reduce){.request-video-frame video{display:none}.request-video-poster{display:block}}.runtime-hero{position:absolute;inset:0;width:auto;height:auto;min-height:0;display:block;box-sizing:border-box}.runtime-hero-map{position:absolute;inset:76px 34px 92px;width:auto;min-height:0;margin:0}.runtime-flow+.layout-invariant{margin-top:22px}@media(max-width:650px){.runtime-hero-map{inset:64px 14px 78px}}.study-finely-assistant .fallback-shared+.code-layout{margin-top:56px}.fallback-shared div{display:grid;grid-template-rows:auto 1fr;align-content:start;gap:10px}.study-app-intents .layout-section+.code-layout{margin-top:82px}.app-intents-draft{bottom:72px}.finely-page{background:#f5f5f7}.finely-page h2{margin:0;font-size:clamp(34px,3.5vw,50px);line-height:1.04}.finely-hero{padding:54px 0 0;border-bottom:1px solid var(--line)}.finely-hero-grid{display:grid;grid-template-columns:minmax(420px,.84fr) minmax(560px,1.16fr);gap:clamp(44px,6vw,92px);align-items:center}.finely-hero-copy{padding:42px 0 70px}.finely-hero-copy .detail-back{margin-bottom:52px}.finely-hero-copy h1{max-width:710px;margin:16px 0 0;font-size:clamp(48px,4.3vw,60px);line-height:1.02}.finely-hero-copy>p:not(.eyebrow){max-width:665px;margin:24px 0 0;color:#646469;font-size:18px;line-height:1.65}.finely-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:28px}.finely-meta span{padding:8px 10px;border:1px solid #cdced3;border-radius:8px;color:#5e5e63;font:650 9px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-role{display:grid;grid-template-columns:90px 1fr;gap:18px;max-width:570px;margin-top:34px;padding-top:20px;border-top:1px solid var(--line)}.finely-role small{color:#85858b;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.finely-role strong{font-size:13px;line-height:1.5}.finely-hero-stage{position:relative;align-self:end;min-height:680px;overflow:hidden;border:1px solid #2e3138;border-bottom:0;border-radius:20px 20px 0 0;background:#101116;color:#fff}.finely-stage-label{position:absolute;top:26px;left:28px;color:#777d88;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-hero-phone{position:absolute;bottom:-32px;margin:0;overflow:hidden;border:7px solid #28292d;border-radius:42px;background:#080808;box-shadow:0 35px 80px #0000008c}.finely-hero-phone img{width:100%;height:100%;object-fit:cover}.finely-hero-phone.main{z-index:3;left:50%;width:270px;aspect-ratio:1206/2622;transform:translate(-50%)}.finely-hero-phone.side{z-index:2;width:208px;aspect-ratio:1206/2622;opacity:.68;filter:saturate(.6)}.finely-hero-phone.left{left:14px;transform:translateY(44px) rotate(-3deg)}.finely-hero-phone.right{right:14px;transform:translateY(44px) rotate(3deg)}.finely-stage-caption{position:absolute;z-index:5;right:24px;bottom:24px;width:205px;padding:15px;border:1px solid #3b3e45;border-radius:10px;background:#171920}.finely-stage-caption span{color:#8fc2ff;font:650 7px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-stage-caption strong{display:block;margin-top:7px;font-size:11px;line-height:1.45}.finely-promise,.finely-journey,.finely-recurrence,.finely-boundaries{padding:92px 0}.finely-section-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:end}.finely-section-head>p{max-width:620px;margin:0;color:#68686d;font-size:16px;line-height:1.75}.finely-section-head.inverse{color:#fff}.finely-section-head.inverse .eyebrow{color:#8fc2ff}.finely-section-head.inverse>p{color:#a5acb8}.finely-convergence{display:grid;grid-template-columns:1fr 54px 1fr 74px 1.1fr;align-items:stretch;margin-top:48px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.finely-convergence article{min-height:170px;padding:28px 24px}.finely-convergence article.result{border-left:1px solid var(--line);background:#fff}.finely-convergence i{display:grid;place-items:center;color:#96969c;font-size:18px;font-style:normal}.finely-convergence small{color:#85858b;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-convergence strong{display:block;margin-top:30px;font-size:20px}.finely-convergence span{display:block;margin-top:8px;color:#74747a;font-size:12px}.finely-journey{padding-top:18px}.finely-journey-flow{display:grid;grid-template-columns:repeat(5,1fr);margin-top:44px;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff}.finely-journey-flow article{position:relative;min-height:230px;padding:22px;border-right:1px solid var(--line)}.finely-journey-flow article:last-child{border-right:0}.finely-journey-flow article:not(:last-child):after{content:"→";position:absolute;z-index:2;top:27px;right:-10px;width:19px;height:19px;display:grid;place-items:center;border:1px solid #cfd0d5;border-radius:50%;background:#fff;color:#818187;font-size:8px}.finely-journey-flow b{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;background:#171719;color:#fff;font:650 8px/1 SFMono-Regular,monospace}.finely-journey-flow small{display:block;margin-top:38px;color:#85858b;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-journey-flow strong{display:block;margin-top:8px;font-size:17px}.finely-journey-flow p{margin:9px 0 0;color:#74747a;font-size:11px;line-height:1.55}.finely-architecture{padding:92px 0;background:#101218;color:#fff}.finely-architecture-map{display:grid;grid-template-columns:1.05fr 36px 1.2fr 36px 1.2fr;gap:14px;align-items:stretch;margin-top:48px}.finely-inputs{display:grid;gap:7px;padding:20px;border:1px solid #31353e;border-radius:10px;background:#151820}.finely-inputs small,.finely-arch-node small{color:#7f8998;font:650 7px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.finely-inputs span{min-height:34px;display:flex;align-items:center;padding:0 10px;border:1px solid #343944;border-radius:7px;color:#d7dae0;font-size:10px}.finely-arch-arrow,.finely-arch-down{display:grid;place-items:center;color:#67717f}.finely-arch-node{padding:20px;border:1px solid #31353e;border-radius:10px;background:#151820}.finely-arch-node strong{display:block;margin-top:18px;font-size:17px;line-height:1.25}.finely-arch-node p{margin:9px 0 0;color:#979faa;font-size:10px;line-height:1.55}.finely-arch-node em{display:inline-block;margin-top:16px;padding:6px 8px;border:1px solid #3b4552;border-radius:6px;color:#8fc2ff;font:650 7px/1 SFMono-Regular,monospace;font-style:normal}.finely-arch-node.data em{color:#f1c16d}.finely-arch-down{grid-column:3;min-height:36px}.finely-arch-node.movement{grid-column:2/5;display:grid;grid-template-columns:1fr 1.4fr;column-gap:24px}.finely-arch-node.movement small,.finely-arch-node.movement strong{grid-column:1}.finely-arch-node.movement p{grid-row:1/4;grid-column:2;align-self:center}.finely-arch-node.movement em{grid-column:1;width:max-content}.finely-surface-row{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #31353e;border-radius:10px;background:#151820}.finely-surface-row article{min-height:92px;padding:18px;border-right:1px solid #31353e}.finely-surface-row article:last-child{border-right:0}.finely-surface-row small{color:#8fc2ff;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-surface-row strong{display:block;margin-top:12px;font-size:13px}.finely-resolver-row{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr) 1.2fr;overflow:hidden;border:1px solid #315a54;border-radius:10px;background:#11201e}.finely-resolver-row span,.finely-resolver-row strong{min-height:58px;display:grid;place-items:center;padding:10px;border-right:1px solid #315a54;color:#a9b6b1;font-size:9px;text-align:center}.finely-resolver-row strong{border-right:0;color:#86d7b5;font-size:11px}.finely-evidence-note{display:grid;grid-template-columns:150px 1fr;gap:24px;margin:22px 0 0;padding-top:18px;border-top:1px solid #31353e;color:#8f97a3;font-size:11px;line-height:1.55}.finely-evidence-note span{color:#8fc2ff;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.finely-recurrence-board{margin-top:48px;overflow:hidden;border:1px solid #30343d;border-radius:12px;background:#151820;color:#fff}.finely-recurrence-board>header{display:flex;justify-content:space-between;gap:30px;padding:22px 24px;border-bottom:1px solid #30343d}.finely-recurrence-board header small{color:#8fc2ff;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-recurrence-board header strong{display:block;margin-top:8px;font-size:18px}.finely-recurrence-board header>span{align-self:end;color:#7f8998;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-calendar-line{display:grid;grid-template-columns:1fr 38px 1fr 38px 1fr 38px 1fr;align-items:center;padding:28px 24px;border-bottom:1px solid #30343d}.finely-calendar-line article{min-height:114px;padding:16px;border:1px solid #40454f;border-radius:9px;background:#1c2027}.finely-calendar-line article.projected{border-style:dashed;background:#151820}.finely-calendar-line i{color:#697381;text-align:center;font-style:normal}.finely-calendar-line small{color:#8e97a4;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-calendar-line strong{display:block;margin-top:14px;font-size:20px}.finely-calendar-line span{display:block;margin-top:11px;color:#86d7b5;font-size:9px}.finely-calendar-line .projected span{color:#f1c16d}.finely-recurrence-rules{display:grid;grid-template-columns:repeat(4,1fr)}.finely-recurrence-rules article{display:grid;grid-template-columns:30px 1fr;gap:12px;min-height:160px;padding:21px;border-right:1px solid #30343d}.finely-recurrence-rules article:last-child{border-right:0}.finely-recurrence-rules b{width:28px;height:28px;display:grid;place-items:center;border:1px solid #3b414b;border-radius:7px;color:#8fc2ff;font:650 8px/1 SFMono-Regular,monospace}.finely-recurrence-rules strong{font-size:12px;line-height:1.35}.finely-recurrence-rules p{margin:7px 0 0;color:#919aa6;font-size:10px;line-height:1.55}.finely-surfaces{padding:92px 0;background:#101116;color:#fff}.finely-switcher{display:grid;grid-template-columns:1.25fr .75fr;min-height:650px;margin-top:48px;overflow:hidden;border:1px solid #30333a;border-radius:13px;background:#171920;outline:none}.finely-switcher:focus-visible{outline:3px solid #0a84ff;outline-offset:4px}.finely-switcher-stage{position:relative;overflow:hidden;perspective:1200px;cursor:grab;touch-action:pan-y;user-select:none}.finely-switcher-stage.dragging{cursor:grabbing}.finely-switcher-stage:before{content:"PRODUCT SCREEN";position:absolute;z-index:10;top:22px;left:24px;color:#737b88;font:650 8px/1.3 SFMono-Regular,monospace}.finely-switcher-screen{position:absolute;top:70px;left:50%;width:246px;aspect-ratio:1206/2622;margin:0;overflow:hidden;border:7px solid #292a2d;border-radius:42px;background:#080808;box-shadow:0 35px 75px #0000008c;transform-origin:center bottom;will-change:transform,opacity;transition:transform .26s var(--out),opacity .18s ease-out,filter .18s ease-out}.finely-switcher-screen img{width:100%;height:100%;object-fit:cover;pointer-events:none}.finely-switcher-copy{display:flex;flex-direction:column;padding:44px;border-left:1px solid #30333a}.finely-switcher-copy small{margin-top:auto;color:#8fc2ff;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-switcher-copy h3{margin:11px 0 0;font-size:38px}.finely-switcher-copy p{margin:15px 0 0;color:#a5aab4;font-size:13px;line-height:1.7}.finely-switcher-controls{display:flex;align-items:center;gap:10px;margin-top:34px}.finely-switcher-controls button{width:44px;height:44px;border:1px solid #3b3e46;border-radius:50%;background:#20232b;color:#fff;cursor:pointer}.finely-switcher-controls button:active{transform:scale(.95)}.finely-switcher-controls span{min-width:66px;color:#7e8693;font:650 8px/1.3 SFMono-Regular,monospace;text-align:center}.finely-surface-tabs{display:grid;grid-template-columns:repeat(7,1fr);margin-top:16px;border-top:1px solid #30333a;border-bottom:1px solid #30333a}.finely-surface-tabs button{min-height:74px;padding:12px 10px;border:0;border-right:1px solid #30333a;background:transparent;color:#888f9a;font-size:10px;cursor:pointer;text-align:left}.finely-surface-tabs button:last-child{border-right:0}.finely-surface-tabs button span{display:block;margin-bottom:8px;color:#59616e;font:650 7px/1 SFMono-Regular,monospace}.finely-surface-tabs button[aria-current=true]{background:#1b1e25;color:#fff}.finely-surface-tabs button[aria-current=true] span{color:#8fc2ff}.finely-boundary-list{margin-top:48px;border-top:1px solid var(--line)}.finely-boundary-list article{display:grid;grid-template-columns:52px minmax(0,1fr) 230px;gap:28px;align-items:center;min-height:150px;padding:24px 0;border-bottom:1px solid var(--line)}.finely-boundary-list>article>span{color:#89898f;font:650 9px/1 SFMono-Regular,monospace}.finely-boundary-list small{color:var(--blue);font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.finely-boundary-list h3{margin:8px 0 0;font-size:22px}.finely-boundary-list p{max-width:720px;margin:8px 0 0;color:#6c6c71;font-size:13px;line-height:1.6}.finely-boundary-list b{justify-self:end;padding:8px 10px;border:1px solid #b9d8ca;border-radius:7px;background:#edf6f2;color:#177052;font:650 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.finely-boundary-list b.progress{border-color:#dfc58e;background:#faf4e8;color:#8b651b}.finely-ownership{padding:78px 0;background:#e9e9ed}.finely-ownership-grid{display:grid;grid-template-columns:180px 1fr;gap:70px}.finely-ownership-grid>small{color:#65656b;font:650 8px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.finely-ownership h2{max-width:950px}.finely-ownership p{max-width:840px;margin:22px 0 0;color:#65656b;font-size:16px;line-height:1.75}.finely-ownership-scope{display:flex;flex-wrap:wrap;gap:7px;margin-top:28px}.finely-ownership-scope span{padding:8px 10px;border:1px solid #c8c8ce;border-radius:8px;background:#f5f5f7;color:#57575c;font-size:10px}@media(max-width:1100px){.finely-hero-grid{grid-template-columns:1fr}.finely-hero-copy{padding-bottom:42px}.finely-hero-stage{width:min(780px,100%);min-height:650px;margin:auto}.finely-section-head{grid-template-columns:1fr;gap:24px}.finely-section-head>p{max-width:720px}.finely-journey-flow{grid-template-columns:repeat(3,1fr)}.finely-journey-flow article:nth-child(3){border-right:0}.finely-journey-flow article:nth-child(-n+3){border-bottom:1px solid var(--line)}.finely-architecture-map{grid-template-columns:1fr 28px 1fr}.finely-arch-node.data{grid-column:1}.finely-arch-arrow:nth-of-type(2){display:none}.finely-arch-down{grid-column:2}.finely-arch-node.movement{grid-column:1/4}.finely-switcher{grid-template-columns:1fr .72fr}.finely-recurrence-rules{grid-template-columns:1fr 1fr}.finely-recurrence-rules article:nth-child(2){border-right:0}.finely-recurrence-rules article:nth-child(-n+2){border-bottom:1px solid #30343d}.finely-surface-tabs{grid-template-columns:repeat(4,1fr)}.finely-surface-tabs button:nth-child(4){border-right:0}.finely-surface-tabs button:nth-child(-n+4){border-bottom:1px solid #30333a}}@media(max-width:650px){.finely-page h2{font-size:34px}.finely-hero{padding-top:28px}.finely-hero-copy{padding:24px 0 36px}.finely-hero-copy .detail-back{margin-bottom:38px}.finely-hero-copy h1{font-size:43px}.finely-hero-copy>p:not(.eyebrow){font-size:15px}.finely-role{grid-template-columns:1fr;gap:8px}.finely-hero-stage{width:calc(100% + 36px);min-height:470px;margin:0 -18px;border-right:0;border-left:0;border-radius:0}.finely-stage-label{top:17px;left:18px}.finely-hero-phone{bottom:-26px}.finely-hero-phone.main{width:190px;border-width:5px;border-radius:31px}.finely-hero-phone.side{width:142px;border-width:4px;border-radius:24px}.finely-hero-phone.left{left:-28px;transform:translateY(38px) rotate(-3deg)}.finely-hero-phone.right{right:-28px;transform:translateY(38px) rotate(3deg)}.finely-stage-caption{right:12px;bottom:12px;width:165px;padding:11px}.finely-promise,.finely-journey,.finely-recurrence,.finely-boundaries,.finely-architecture,.finely-surfaces{padding:62px 0}.finely-convergence{grid-template-columns:1fr}.finely-convergence i{min-height:38px}.finely-convergence article{min-height:0;padding:22px}.finely-convergence article.result{border-top:1px solid var(--line);border-left:0}.finely-convergence strong{margin-top:18px}.finely-journey{padding-top:0}.finely-journey-flow{grid-template-columns:1fr}.finely-journey-flow article,.finely-journey-flow article:nth-child(3){min-height:0;border-right:0;border-bottom:1px solid var(--line)}.finely-journey-flow article:last-child{border-bottom:0}.finely-journey-flow article:not(:last-child):after{content:"↓";inset:auto auto -10px 27px}.finely-journey-flow small{margin-top:20px}.finely-architecture-map{grid-template-columns:1fr;gap:10px}.finely-arch-arrow,.finely-arch-arrow:nth-of-type(2),.finely-arch-down{grid-column:1;display:grid;min-height:28px;transform:rotate(90deg)}.finely-arch-node.data,.finely-arch-node.movement{grid-column:1;display:block}.finely-arch-node.movement p{margin-top:9px}.finely-surface-row{grid-column:1;grid-template-columns:1fr}.finely-surface-row article{min-height:0;border-right:0;border-bottom:1px solid #31353e}.finely-surface-row article:last-child{border-bottom:0}.finely-resolver-row{grid-column:1;grid-template-columns:1fr}.finely-resolver-row span,.finely-resolver-row strong{border-right:0;border-bottom:1px solid #315a54}.finely-resolver-row strong{border-bottom:0}.finely-evidence-note{grid-template-columns:1fr;gap:7px}.finely-recurrence-board>header{display:grid}.finely-recurrence-board header>span{align-self:auto}.finely-calendar-line{grid-template-columns:1fr;padding:18px}.finely-calendar-line i{min-height:30px;transform:rotate(90deg)}.finely-calendar-line article{min-height:0}.finely-recurrence-rules{grid-template-columns:1fr}.finely-recurrence-rules article,.finely-recurrence-rules article:nth-child(2){min-height:0;border-right:0;border-bottom:1px solid #30343d}.finely-recurrence-rules article:last-child{border-bottom:0}.finely-switcher{grid-template-columns:1fr;min-height:720px}.finely-switcher-stage{min-height:510px}.finely-switcher-screen{top:55px;width:190px;border-width:5px;border-radius:33px}.finely-switcher-copy{padding:26px;border-top:1px solid #30333a;border-left:0}.finely-switcher-copy small{margin-top:0}.finely-switcher-copy h3{font-size:29px}.finely-surface-tabs{grid-template-columns:1fr 1fr}.finely-surface-tabs button,.finely-surface-tabs button:nth-child(4){border-right:1px solid #30333a;border-bottom:1px solid #30333a}.finely-surface-tabs button:nth-child(2n){border-right:0}.finely-surface-tabs button:last-child{grid-column:1/-1;border-bottom:0}.finely-boundary-list article{grid-template-columns:34px 1fr;gap:14px;padding:22px 0}.finely-boundary-list b{grid-column:2;justify-self:start}.finely-boundary-list h3{font-size:19px}.finely-ownership-grid{grid-template-columns:1fr;gap:18px}.finely-ownership{padding:58px 0}}@media(prefers-reduced-motion:reduce){.finely-hero-phone,.finely-switcher-screen{transition:none!important}.finely-switcher-screen{transform:none!important}.finely-hero-phone.side{display:none}}.finely-page .detail-back:before{content:"←";margin-right:8px}.about-top{display:grid;grid-template-columns:1fr 520px;gap:80px;align-items:center}.about-prose{max-width:800px}.about-prose p{color:#626267;font-size:16px;line-height:1.72}.timeline{margin-top:36px}.phase{display:grid;grid-template-columns:120px 1fr 220px;gap:30px;align-items:baseline;padding:30px 0;border-top:1px solid var(--line)}.phase small{color:var(--blue);font:650 9px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.phase h3{margin:0;font-size:25px;letter-spacing:-.025em}.phase p{margin:10px 0 0;color:#6d6d72;line-height:1.6}.phase aside{color:#777;font-size:11px;line-height:1.65}.contact{margin:60px 0 90px;padding:46px;border-radius:24px;background:#171719;color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}.contact h2{margin:0;font-size:34px;letter-spacing:-.035em}.contact p{margin:10px 0 0;color:#aaa}.contact .btn{background:#fff;color:#111}.contact .cta-row{margin-top:0}.ownership-system{position:relative;width:520px;aspect-ratio:1;isolation:isolate}.ownership-route{position:absolute;inset:18px;width:calc(100% - 36px);height:calc(100% - 36px);overflow:visible}.ownership-route circle{fill:none;stroke:#d1d1d6;stroke-width:1}.ownership-route .route-progress{stroke:#0a84ff;stroke-width:2.4;stroke-linecap:round;stroke-dasharray:530 980;transform:rotate(142deg);transform-origin:center}.ownership-axis{position:absolute;z-index:-1;background:#d7d7dc}.ownership-axis.horizontal{left:9%;right:9%;top:50%;height:1px}.ownership-axis.vertical{top:9%;bottom:9%;left:50%;width:1px}.ownership-core{position:absolute;z-index:3;inset:50% auto auto 50%;width:164px;min-height:132px;display:flex;flex-direction:column;justify-content:center;transform:translate(-50%,-50%);padding:20px;border-radius:30px;background:#171719;color:#fff;text-align:center;box-shadow:0 20px 45px #0000002e}.ownership-core small{color:#9999a1;font:600 8px/1.3 SFMono-Regular,monospace;text-transform:uppercase}.ownership-core strong{margin-top:8px;font-size:15px;line-height:1.15}.ownership-core span{margin-top:7px;color:#b9b9bf;font-size:10px}.ownership-proof{position:absolute;z-index:4;width:154px;min-height:68px;padding:11px 12px;border:1px solid #d8d8dc;border-radius:10px;background:#fff;box-shadow:0 9px 24px #00000012}.ownership-proof small{display:block;color:#85858b;font:650 8px/1.25 SFMono-Regular,monospace;text-transform:uppercase}.ownership-proof strong{display:block;margin-top:5px;font-size:11px;line-height:1.2}.ownership-proof span{display:block;margin-top:4px;color:#77777d;font-size:9px;line-height:1.35}.op1{left:0;top:43%}.op2{left:35%;top:2%}.op3{right:0;top:43%}.op4{left:35%;bottom:2%}.ownership-caption{position:absolute;color:#85858b;font:600 8px/1.35 SFMono-Regular,monospace;text-transform:uppercase}.oc1{top:4%;left:1%}.oc2{top:4%;right:1%;text-align:right}.oc3{left:1%;bottom:4%}.oc4{right:1%;bottom:4%;text-align:right}.ownership-system{--ownership-intro:.48s;--ownership-leg:.4s;--ownership-route-duration:1.2s;--ownership-step-duration:.16s;--ownership-final-delay:1.68s}.ownership-route path{fill:none}.ownership-route .route-progress{stroke:#0a84ff;stroke-width:2.4;stroke-linecap:round;stroke-dasharray:1 1;stroke-dashoffset:0;transform:none;animation:ownership-draw var(--ownership-route-duration) linear var(--ownership-intro) both}.ownership-route .route-node{fill:#fff;stroke:#a8a8ae;stroke-width:1.5;animation:ownership-node var(--ownership-step-duration) cubic-bezier(.23,1,.32,1) var(--ownership-node-delay) both}.ownership-route .route-node.step-1{--ownership-node-delay:var(--ownership-intro)}.ownership-route .route-node.step-2{--ownership-node-delay:calc(var(--ownership-intro) + var(--ownership-leg))}.ownership-route .route-node.step-3{--ownership-node-delay:calc(var(--ownership-intro) + var(--ownership-leg) + var(--ownership-leg))}.ownership-route .route-node.step-4{--ownership-node-delay:var(--ownership-final-delay)}.ownership-route .route-node.current{fill:#fff;stroke:#a8a8ae;stroke-width:1.5}.ownership-proof{animation:ownership-step var(--ownership-step-duration) cubic-bezier(.23,1,.32,1) var(--ownership-card-delay) both}.ownership-system .op1{--ownership-card-delay:var(--ownership-intro);inset:2% auto auto 35%}.ownership-system .op2{--ownership-card-delay:calc(var(--ownership-intro) + var(--ownership-leg));inset:43% 0 auto auto}.ownership-system .op3{--ownership-card-delay:calc(var(--ownership-intro) + var(--ownership-leg) + var(--ownership-leg));inset:auto auto 2% 35%}.ownership-system .op4{--ownership-card-delay:var(--ownership-final-delay);inset:43% auto auto 0}.ownership-proof.active{border-color:#d8d8dc;box-shadow:0 9px 24px #00000012;animation:ownership-step var(--ownership-step-duration) cubic-bezier(.23,1,.32,1) var(--ownership-card-delay) both,product-emphasis var(--ownership-step-duration) cubic-bezier(.23,1,.32,1) var(--ownership-final-delay) both}.ownership-proof.active small{color:#85858b;animation:product-label var(--ownership-step-duration) cubic-bezier(.23,1,.32,1) var(--ownership-final-delay) both}.ownership-core small,.ownership-core span{animation:scope-reveal var(--ownership-step-duration) cubic-bezier(.23,1,.32,1) var(--ownership-final-delay) both}.ownership-proof:before{content:"";position:absolute;z-index:2;width:8px;height:8px;border:2px solid #fff;border-radius:50%;animation:ownership-marker var(--ownership-step-duration) cubic-bezier(.23,1,.32,1) var(--ownership-card-delay) both}.ownership-system .op1:before{bottom:-5px;left:50%;transform:translate(-50%)}.ownership-system .op2:before{top:50%;left:-5px;transform:translateY(-50%)}.ownership-system .op3:before{top:-5px;left:50%;transform:translate(-50%)}.ownership-system .op4:before{top:50%;right:-5px;transform:translateY(-50%)}@media(max-width:980px){.about-top{grid-template-columns:1fr}.about-top{gap:30px}.phase{grid-template-columns:100px 1fr}.phase aside{grid-column:2}.ownership-system{margin:auto}}@media(max-width:650px){.phase{grid-template-columns:1fr;gap:9px}.phase aside{grid-column:1}.contact{grid-template-columns:1fr;padding:28px}.contact h2{font-size:29px}.ownership-core{width:126px;min-height:105px;padding:12px}.ownership-proof{width:118px;min-height:58px;padding:8px}.ownership-proof span{display:none}.op1{left:0}.op2,.op4{left:34%}.op3{right:0}.oc1,.oc2,.oc3,.oc4{display:none}}@media(max-width:650px){.ownership-system .op1{inset:2% auto auto 34%}.ownership-system .op2{inset:43% 0 auto auto}.ownership-system .op3{inset:auto auto 2% 34%}.ownership-system .op4{inset:43% auto auto 0}}@media(prefers-reduced-motion:reduce){.ownership-route .route-progress{animation:none;stroke-dasharray:1 1;stroke-dashoffset:0}.ownership-route .route-node,.ownership-route .route-node.current{animation:none;fill:#0a84ff;stroke:#fff}.ownership-proof{animation:none;opacity:1;transform:none}.ownership-proof.active{animation:none;border-color:#77b7f3;box-shadow:0 9px 26px #0066cc21}.ownership-proof.active small{animation:none;color:#06c}.ownership-core small,.ownership-core span{animation:none;opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.ownership-proof:before{animation:none;background:#0a84ff;box-shadow:0 0 0 4px #0a84ff1f}}@keyframes ownership-draw{0%{stroke-dasharray:0 1}to{stroke-dasharray:1 1}}@keyframes ownership-node{0%{fill:#fff;stroke:#a8a8ae}to{fill:#0a84ff;stroke:#fff}}@keyframes ownership-step{0%{opacity:.52;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes product-emphasis{0%{border-color:#d8d8dc;box-shadow:0 9px 24px #00000012}to{border-color:#77b7f3;box-shadow:0 9px 26px #0066cc21}}@keyframes product-label{0%{color:#85858b}to{color:#06c}}@keyframes scope-reveal{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}@keyframes ownership-marker{0%{background:#a8a8ae;box-shadow:none}to{background:#0a84ff;box-shadow:0 0 0 4px #0a84ff1f}}.doc-page{padding:64px 0 96px}.doc-header{max-width:760px;padding-bottom:34px;border-bottom:1px solid var(--line)}.doc-header h1{margin:14px 0 0;font-size:clamp(34px,3.6vw,50px);line-height:1.04;font-weight:690}.doc-updated{margin:18px 0 0;color:#85858b;font:650 9px/1.4 SFMono-Regular,monospace;text-transform:uppercase}.doc-language{display:inline-flex;gap:4px;margin-top:26px;padding:4px;border:1px solid var(--line);border-radius:10px;background:var(--white)}.doc-language button{min-height:38px;padding:0 16px;border:0;border-radius:7px;background:transparent;color:#64646a;font:650 11px/1 -apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;transition:background .18s ease-out,color .18s ease-out}.doc-language button[aria-selected=true]{background:#171719;color:var(--white)}.doc-prose{max-width:760px;margin-top:44px;color:#4f4f54;font-size:15px;line-height:1.75}.doc-prose>*:first-child{margin-top:0}.doc-prose h2{margin:52px 0 0;color:var(--ink);font-size:24px;line-height:1.2;font-weight:680}.doc-prose h3{margin:34px 0 0;color:var(--ink);font-size:17px;line-height:1.3;font-weight:660}.doc-prose p,.doc-prose ul,.doc-prose ol{margin:16px 0 0}.doc-prose ul,.doc-prose ol{padding-left:20px}.doc-prose li{margin-top:7px}.doc-prose a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.doc-prose strong{color:var(--ink);font-weight:650}.doc-prose code{padding:2px 5px;border:1px solid var(--line);border-radius:5px;background:var(--white);font:650 12px/1.4 SFMono-Regular,monospace}.doc-prose hr{margin:44px 0 0;border:0;border-top:1px solid var(--line)}.doc-prose table{display:block;width:100%;margin:22px 0 0;overflow-x:auto;border-collapse:collapse;overscroll-behavior-inline:contain}.doc-prose th,.doc-prose td{padding:11px 14px;border:1px solid var(--line);font-size:13px;text-align:left}.doc-prose th{background:var(--white);color:var(--ink);font:650 9px/1.3 SFMono-Regular,monospace;text-transform:uppercase;white-space:nowrap}.error-page{display:grid;place-items:center;min-height:62vh;padding:96px 0;text-align:center}.error-page p{margin:14px 0 0;color:var(--muted);font-size:17px}.error-page .error-code{margin:0;color:var(--ink);font-size:clamp(72px,12vw,132px);line-height:1;font-weight:700;letter-spacing:-.04em}.error-page .cta-row{justify-content:center;margin-top:32px}@media(max-width:650px){.doc-page{padding:40px 0 68px}.doc-prose{margin-top:32px}.doc-language{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}}.story-header-app-intents{padding-top:0}.story-header-app-intents .wrap{position:relative}.story-header-app-intents .story-hero-grid{margin-top:0;padding:58px 0 28px;align-items:center;grid-template-columns:minmax(420px,.82fr) minmax(620px,1.18fr)}.story-header-app-intents .story-hero-copy{align-self:center;padding:0}.story-header-app-intents .story-hero-copy .detail-title{margin-top:18px}.story-header-app-intents .story-hero-art{align-self:center;border-bottom:1px solid #2c3038;border-radius:24px;margin-bottom:0}@media(max-width:980px){.story-header-app-intents{padding-top:0}.story-header-app-intents .story-hero-grid{min-height:0;grid-template-columns:1fr;gap:14px;padding-top:56px}.story-header-app-intents .story-hero-copy{padding:0}.story-header-app-intents .story-hero-art{margin-bottom:18px}}@media(max-width:650px){.story-header-app-intents .story-hero-grid{gap:10px;padding-top:48px}.story-header-app-intents .story-hero-art{margin-bottom:12px;border-radius:18px}}@media(max-width:650px){.nav-link{padding:0 8px;font-size:11px}.halo{width:360px}.chapter{min-height:43px;padding:0 10px}.chapter strong,.canvas-note p{font-size:10px}.section-head{gap:18px}.section-head h2{font-size:36px}.deck-copy p{font-size:11px;margin-bottom:8px}.deck-facts{display:none}.case-row small,.case-row p,.case-row strong{grid-column:1}.case-row>span:last-child{grid-column:2;grid-row:1/4}.result{grid-column:1}.ownership-system{width:360px;max-width:calc(100vw - 24px)}.detail-title{font-size:43px}.detail-summary{font-size:16px}.story-meta span{font-size:8px}.story-art-label{top:18px;left:18px}.story-art-caption{right:18px;bottom:15px;left:18px}.story-art-caption span{display:none}.layout-runtime .story-art-content,.layout-workflow .story-art-content,.layout-policy .story-art-content{padding:56px 10px 112px}.layout-runtime .hero-route,.layout-workflow .hero-route,.layout-policy .hero-route{right:14px;bottom:58px;left:14px;gap:5px}.story-overview{padding:58px 0}.story-overview-grid{grid-template-columns:1fr;gap:16px}.story-overview h2{font-size:34px}.story-overview p{font-size:15px}.story-decision{padding:58px 0}.story-decision-grid{gap:25px}.story-decision h2{font-size:33px}.story-decision-copy>p{font-size:15px}.decision-path span:nth-child(2){border-right:0}.story-tradeoff{padding:55px 0}.story-tradeoff-grid{grid-template-columns:1fr;gap:17px}.story-tradeoff-grid p:last-child{grid-column:1}.story-outcome{padding:58px 0}.story-outcome-grid{grid-template-columns:1fr;gap:18px}.story-outcome h2{font-size:36px}.layout-app-intents .story-art-content{padding:54px 10px 104px}}@media(prefers-reduced-transparency:reduce){.nav,.chapter,.canvas-note{backdrop-filter:none}.nav{background:var(--paper)}.chapter,.canvas-note{background:#fff}.finely-stage-caption{background:#171920}}
