:root{--lava:#f5410f;--lava-dark:#d6350a;--bg:#FFEDE5;--white:#ffffff;--ink:#171717;--body:#2d2d2d;--muted:#6b6b6b;--muted-2:#9a9a9a;--border:#e7ddcc;--dark:#1e1e1e;--dark-2:#262626;--dark-3:#2f2f2f;--light-grey:#4a4a4a;--black:#000000;--blue:#f5410f;--mint:#f5410f;--off-orange:#f8b491;--off-green:#dbdfd9;--off-yellow:#eceae1;--off-blue:#d8dce2;--pill-gray:#efe7da;--serif:"Hedvig Letters Serif","Hedvig Letters Serif Fallback",Georgia,"Times New Roman",serif;--sans:"Rethink Sans","Rethink Sans Fallback",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);background:#fff;color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;width:auto;height:auto;display:block}.wrap{max-width:1200px;margin:0 auto;padding:0 1.5rem}section{position:relative}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.01em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:4px;font-weight:500;font-size:1rem;font-family:var(--sans);cursor:pointer;border:none;white-space:nowrap}.btn-black{background:var(--black);color:#fff;padding:1rem 5.5rem}.btn-black:hover{background:#222}.btn-lava{background:var(--lava);color:#fff;padding:.9rem 2.15rem}.btn-lava:hover{background:var(--lava-dark)}.btn-nav{background:var(--mint);color:#fff;padding:.5rem .95rem;font-size:.875rem}.btn-nav:hover{background:var(--lava-dark)}.btn-white{background:#fff;color:var(--black);border-radius:4px;padding:.95rem 1.6rem}.btn-white:hover{background:#f2f2f2}.btn-blue{background:var(--black);color:#fff;padding:.5rem 1.1rem}.btn-blue:hover{background:#222}.link-arrow{color:var(--blue);font-weight:500}.link-arrow:hover{text-decoration:underline}.pill-tag{display:inline-block;border:1px solid var(--border);border-radius:4px;padding:.5rem 1.1rem;font-size:.9375rem;font-weight:400;color:#000;background:#fff;margin-bottom:1.75rem}.pill-tag:hover{background:#fafafa}.announce-bar{display:block;background:#000;color:#fff;overflow:hidden;white-space:nowrap;padding:.55rem 0;font-size:.85rem;text-decoration:none;position:relative;z-index:101}@media (hover:hover){.announce-bar:hover .announce-track{animation-play-state:paused}}.announce-track{display:inline-flex;gap:3.5rem;padding-left:1.5rem;animation:announce-scroll 30s linear infinite;will-change:transform}.announce-item{flex:none}.announce-item strong{color:#ff4901;font-weight:700}.announce-item u{text-underline-offset:3px}.announce-arrow{display:inline-block;margin:0 .15rem}@keyframes announce-scroll{to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.announce-bar{white-space:normal;text-align:center;padding:.55rem 1rem}.announce-track{animation:none;display:block;padding-left:0}.announce-item{display:none}.announce-item:first-child{display:inline}}header.site{position:sticky;top:0;z-index:100;background:0 0;border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease}header.site.scrolled{background:rgba(255,255,255,.92);-webkit-backdrop-filter:saturate(1.1) blur(8px);backdrop-filter:saturate(1.1) blur(8px);border-bottom-color:var(--border)}.nav-outer{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:1rem 1.5rem}.logo{display:flex;align-items:center;gap:.4rem;font-weight:700;font-size:1.15rem;color:var(--ink)}.logo svg{width:20px;height:20px}.logo img{height:28px;width:auto;display:block}.brand-menu{position:fixed;z-index:1100;padding:.3rem;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 14px 34px rgba(0,0,0,.14);font-family:var(--sans)}.brand-menu-item{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border-radius:7px;font-size:.875rem;font-weight:500;color:var(--ink);white-space:nowrap}.brand-menu-item svg{flex:none;width:16px;height:16px}.brand-menu-item:focus-visible,.brand-menu-item:hover{background:var(--bg);color:var(--lava);outline:0}.nav-pill{display:flex;align-items:center;gap:1.75rem}.nav-pill a.navlink{font-size:.875rem;font-weight:500;color:#000;opacity:.85;transition:color .15s ease,opacity .15s ease}.nav-pill a.navlink:hover{opacity:1;color:var(--lava)}.hero{text-align:center;padding:4.5rem 0 4rem;background:var(--bg)}.hero.white{background:#fff}.hero h1{font-size:clamp(2rem, 3vw, 2.75rem);color:var(--ink);margin:0 0 1.5rem;line-height:1.3}.hero p.sub{color:var(--body);font-size:1rem;max-width:46rem;margin:0 auto 2.25rem}.hero-deco{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:-2rem auto 1rem;padding:0 1.5rem;pointer-events:none}.hero.hero-video{position:relative;overflow:hidden;padding:15.4594rem 0 12.75rem;margin-top:-70px;background:#0d0d0d}.hero-video-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero.hero-video::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.32) 0,rgba(0,0,0,.58) 100%);z-index:1}.hero.hero-video>.wrap{position:relative;z-index:2}.hero.hero-video h1{color:#fff}.hero.hero-video p.sub{color:rgba(255,255,255,.85)}.hero.hero-video .pill-tag{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.28)}.hero.hero-video .btn-black{background:#fff;color:#000}.hero.hero-video .btn-black:hover{background:#ececec}@media (max-width:700px){.hero.hero-video{padding:14.9375rem 0 10rem}}.hero.hero-video.hero-compact{display:flex;align-items:flex-end;min-height:640px;padding:3rem 0 4.5rem;margin-top:-70px}.hero.hero-video.hero-compact>.wrap{width:100%}.hero.hero-video.hero-compact::before{background:linear-gradient(180deg,rgba(0,0,0,.22) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.58) 100%)}.hero.hero-video.hero-compact{text-align:left}.hero.hero-video.hero-compact>.wrap{max-width:1200px;display:flex;align-items:center;justify-content:space-between;gap:2.5rem}.hero-compact .hero-copy{flex:1 1 auto}.hero-compact .btn-lava{flex:none;align-self:flex-end}@media (max-width:760px){.hero.hero-video.hero-compact>.wrap{flex-direction:column;align-items:flex-start;gap:1.25rem}.hero-compact .btn-lava{align-self:center}}.hero-compact h1{margin-bottom:.75rem;font-size:clamp(2.3rem, 4.6vw, 3.75rem);max-width:14em}.hero-compact p.sub{margin:0;max-width:34rem}@media (max-width:700px){.hero.hero-video.hero-compact{min-height:520px;padding:0 0 3.5rem;align-items:flex-end}}.deco-col{display:flex;flex-direction:column;gap:.9rem;opacity:.9}.deco-col.right{align-items:flex-end}.deco-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:.8rem 1.1rem;font-size:.8rem;color:var(--ink);display:flex;flex-direction:column;align-items:center;gap:.35rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}.logo-strip{text-align:center;padding:1rem 0 4.5rem}.logo-strip p{color:var(--muted);font-size:1rem;margin-bottom:2rem}.logo-row{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;filter:grayscale(1);opacity:.55}.logo-row img{height:24px;width:auto;object-fit:contain}.testimonial-photo{background:linear-gradient(100deg,rgba(20,20,20,.55) 0,rgba(20,20,20,.3) 40%,rgba(20,20,20,0) 65%),url('/assets/images/testimonial-street-bw.jpg');background-size:cover;background-position:center 22%;color:#fff;padding:6rem 1.5rem;min-height:460px;display:flex;align-items:center}.testimonial-photo .inner{max-width:1200px;margin:0 auto;width:100%}.testimonial-photo blockquote{font-family:var(--serif);font-size:clamp(2rem, 4vw, 2.8rem);margin:0 0 1.25rem;max-width:30rem;line-height:1.15}.testimonial-photo cite{font-style:normal;display:block;opacity:.85;margin-bottom:1rem}.testimonial-photo p.desc{max-width:26rem;opacity:.9;margin-bottom:1.75rem}.sec{padding:5.5rem 0;background:#fff}.sec.white{background:#fff}.sec.beige{background:var(--bg)}.sec.black{background:#000;color:#fff}.sec.dark{background:var(--dark);color:#fff}.section-head{text-align:center;max-width:700px;margin:0 auto 3rem}.section-head h2{font-size:clamp(1.9rem, 4vw, 3.3rem);color:var(--body);line-height:1.33;margin:0 0 1rem}.section-head p{color:var(--body);font-size:1.25rem}.sec.black .section-head p,.sec.dark .section-head p{color:#b5b5b5}.tab-row{display:inline-flex;gap:.25rem;background:var(--pill-gray);border-radius:999px;padding:.35rem;margin:0 auto 3.5rem}.tab-row-wrap{text-align:center}.tab-row span{border-radius:999px;padding:.65rem 1.5rem;font-size:.9rem;color:var(--muted);cursor:default}.tab-row span{cursor:pointer;transition:color .15s ease}.tab-row span:hover:not(.active){color:var(--ink)}.tab-row span.active{background:#fff;color:var(--ink);font-weight:600}.feature-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:0;text-align:left}.feature-cols h3{font-size:1.4rem;font-weight:400;font-family:var(--serif);color:var(--ink);margin:.4rem 0 .6rem;letter-spacing:-.01em}.feature-cols p{margin:0;color:var(--body);font-size:1rem}.center-link{text-align:center;margin-top:3rem}.demo-panel{background:var(--dark);border-radius:20px;padding:2.5rem;color:#fff;max-width:1000px;margin:0 auto}.demo-panel h3{margin:0 0 1.5rem;font-weight:700;font-family:var(--sans);font-size:1.1rem}table.mock{width:100%;border-collapse:collapse;font-size:.85rem}table.mock td,table.mock th{text-align:left;padding:.6rem .8rem;color:#ccc}table.mock th{color:#888;font-weight:500;border-bottom:1px solid #333}table.mock td:first-child,table.mock th:first-child{color:#fff}.partner-row{display:flex;justify-content:center;align-items:center;gap:2.75rem;flex-wrap:wrap;filter:grayscale(1);opacity:.65}.partner-row img{height:22px;width:auto;object-fit:contain}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:3rem}.timeline-col{border-top:1px solid var(--border);padding:1.6rem 1.75rem .5rem}.timeline-col+.timeline-col{border-left:1px solid var(--border)}.timeline-col:first-child{padding-left:0}.timeline-col h3{font-size:1rem;font-weight:700;margin:0 0 1.25rem}.timeline-col.active{background:#fff;border-top-color:transparent;border-left-color:transparent;border-radius:16px;padding:1.6rem 1.6rem 2rem;box-shadow:0 4px 20px rgba(0,0,0,.05)}.timeline-col.active+.timeline-col{border-left:none}.timeline-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.timeline-col li{font-size:.95rem;padding-left:1.4rem;position:relative;color:var(--ink)}.timeline-col li::before{content:"✓";color:var(--muted);position:absolute;left:0}.timeline-note{text-align:center;margin-top:3rem;font-size:1.05rem}.timeline-ctas{text-align:center;margin-top:1.75rem;display:flex;gap:1rem;justify-content:center}.mobile-sec{text-align:center}.mobile-sec h2{font-size:clamp(2rem, 4.5vw, 3rem);margin:0 0 1.25rem}.mobile-sec p.sub{color:#b5b5b5;max-width:32rem;margin:0 auto 2.25rem;font-size:1.05rem}.store-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.phone-shell{background:#0a0a0a;border:1px solid #262626;border-radius:44px;padding:3rem;width:fit-content;margin:0 auto}.phone{position:relative;width:340px;background:#000;border:2px solid #313131;border-radius:54px;padding:11px}.phone-screen{position:relative;height:650px;border-radius:44px;overflow:hidden;background:linear-gradient(165deg,#2c2c2e 0,#1a1a1c 38%,#111112 100%);padding:3.6rem 1.15rem 1rem;display:flex;flex-direction:column;text-align:left;color:#fff}.phone-notch{position:absolute;top:11px;left:50%;transform:translateX(-50%);width:126px;height:27px;background:#000;border-radius:18px;z-index:2}.phone-status{position:absolute;top:15px;left:1.55rem;right:1.4rem;display:flex;justify-content:space-between;align-items:center;font-size:.82rem;font-weight:600;z-index:1}.phone-status .icons{display:flex;align-items:center;gap:.3rem}.phone-status svg{display:block}.ps-label{color:#98989e;font-size:.82rem;margin:.9rem 0 .35rem}.ps-balance{font-size:1.95rem;font-weight:600;letter-spacing:-.01em}.ps-balance small{font-size:.85rem;font-weight:600;color:#d4d4d8;margin-left:.3rem}.ps-actions{display:flex;gap:.6rem;margin-top:1rem}.ps-tasks-pill{flex:1;display:flex;align-items:center;justify-content:center;gap:.45rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.06);border-radius:999px;padding:.68rem 1rem;font-size:.9rem;font-weight:500}.ps-tasks-pill .ring{width:13px;height:13px;border:1.5px solid #cfcfd4;border-radius:50%}.ps-round-btn{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center}.ps-round-btn::after{content:"";width:13px;height:13px;border-radius:50%;background:#d4d4d8}.ps-card{display:flex;align-items:center;justify-content:space-between;gap:.6rem;background:rgba(255,255,255,.07);border-radius:14px;padding:.85rem 1rem;font-size:.9rem;font-weight:500}.ps-card .amount{color:#d4d4d8;font-weight:400}.ps-item{display:flex;align-items:center;gap:.7rem;padding:.55rem .15rem}.ps-avatar{width:38px;height:38px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#fff}.ps-item .meta{flex:1;min-width:0}.ps-item .meta .name{font-size:.92rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ps-item .meta .date{font-size:.78rem;color:#98989e}.ps-item .amount{font-size:.92rem;white-space:nowrap}.ps-ask{margin-top:auto;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.05);border-radius:999px;padding:.75rem 1.1rem;font-size:.9rem;color:#98989e;margin-bottom:.65rem}.ps-tabbar{display:flex;align-items:center;justify-content:space-around;background:rgba(44,44,46,.85);border-radius:26px;padding:.45rem .5rem}.ps-tab{display:flex;flex-direction:column;align-items:center;gap:.18rem;font-size:.6rem;color:#b5b5ba;padding:.45rem .9rem;border-radius:999px}.ps-tab svg{display:block}.ps-tab.active{background:rgba(255,255,255,.12);color:#fff}.video-frame{position:relative;width:100%;aspect-ratio:16/8.6;margin:0 auto;overflow:hidden;background:#181818}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.lead-quote-card{background:#fff;border-radius:20px;padding:3rem;display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center;margin-bottom:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.04)}.lead-quote-card .lead-logo{height:26px;margin-bottom:2.5rem;display:block}.lead-quote-card .lead-logo-text{font-weight:600;font-size:1.05rem;color:var(--ink);margin-bottom:2.5rem;display:block}.lead-quote-card blockquote{font-family:var(--serif);font-size:1.6rem;margin:0 0 1rem;line-height:1.25}.lead-quote-card cite{font-style:normal;color:var(--muted)}.lead-photo{background:linear-gradient(135deg,#333,#666);border-radius:14px;aspect-ratio:4/3;position:relative;display:flex;align-items:center;justify-content:center}.lead-photo .play-btn{width:56px;height:56px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;padding-left:3px;box-shadow:0 4px 16px rgba(0,0,0,.25)}.quote-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.quote-card{background:#fff;border-radius:20px;padding:2rem;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 1px 3px rgba(0,0,0,.04)}.quote-card .who{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.avatar{width:42px;height:42px;border-radius:50%;background:#ddd;flex-shrink:0;background-size:cover;background-position:center}.who-name{font-weight:700;font-size:.95rem}.who-role{font-size:.8rem;color:var(--muted-2)}.quote-card p.quote{font-size:1.05rem;margin:0}.compare-wrap{background:var(--dark);border-radius:20px;padding:1rem 2rem}table.compare{width:100%;border-collapse:collapse}table.compare td,table.compare th{padding:1.1rem 1rem;text-align:left;font-size:.95rem;border-bottom:1px solid #2c2c2c}table.compare tr:last-child td{border-bottom:none}table.compare th{color:#888;font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em}table.compare td:first-child{color:#aaa}table.compare td:nth-child(2){color:#fff;font-weight:500}table.compare td:nth-child(3){color:#777}.yes{color:var(--mint);font-weight:700}.no{color:#ff6b6b;font-weight:700}.cta-center{text-align:center;padding:5rem 0;background:#fff}footer.site{background:#0c0c0c;padding:4.5rem 0 2.5rem}.footer-top{margin-bottom:3.5rem}.footer-cols{display:grid;grid-template-columns:repeat(5,1fr);gap:2.5rem;align-items:start}.footer-cols h3{font-size:.9rem;font-weight:700;margin:0 0 1.1rem;color:#fff}.footer-cols ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.footer-cols a{font-size:.875rem;color:#a3a3a3}.footer-cols a:hover{color:var(--blue)}.badges{display:flex;gap:1rem;align-items:flex-start}.badge-circle{width:56px;height:56px;border-radius:50%;background:#111;color:#fff;font-size:.6rem;text-align:center;display:flex;align-items:center;justify-content:center;font-weight:700;line-height:1.1}.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.14);margin:0 0 1.75rem}.footer-mid{display:flex;justify-content:center;align-items:center;margin-bottom:1.75rem}.footer-bottom{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem 2rem;color:var(--muted-2);font-size:.85rem;text-align:center}.footer-copyright{white-space:nowrap}.solari-board{display:block;width:100%;height:195px;background:#0c0c0c;border-radius:14px;cursor:pointer;user-select:none;-webkit-user-select:none}@media (max-width:960px){.nav-pill .navlink{display:none}.hero-deco{display:none}.feature-cols{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:1fr}.timeline-col+.timeline-col{border-left:none}.timeline-col{padding-left:0}.timeline-col.active{background:0 0;box-shadow:none;border-radius:0;border-top:1px solid var(--border);padding:1.6rem 1.75rem .5rem 0}.lead-quote-card{grid-template-columns:1fr}.quote-grid{grid-template-columns:1fr}.footer-cols{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:600px){.nav-outer{padding:.75rem 1rem}.footer-cols{grid-template-columns:1fr}.solari-board{height:118px}.footer-mid{margin:1.75rem 0}.footer-bottom{margin-top:1rem;flex-direction:row;align-items:center;gap:1rem 2rem}.footer-copyright{white-space:normal}}.sec.black .section-head h2,.sec.dark .section-head h2{color:#fff}.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.cert-grid .card{background:#1e1e1e;border:1px solid #2c2c2c;border-radius:16px;padding:1.75rem}.cert-grid h3{margin:0;font-size:1.1rem;font-weight:700;font-family:var(--sans)}.cert-grid p{margin:.4rem 0 0;color:#999;font-size:.85rem}@media (max-width:900px){.cert-grid{grid-template-columns:1fr}}.cert-grid.soc-facts{margin:2.5rem auto 3rem}.cert-grid.soc-facts .card{background:#fff;border:1px solid var(--border)}.cert-grid.soc-facts h3{color:var(--ink)}.cert-grid.soc-facts p{color:var(--body);font-size:.95rem}.tax-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.tax-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2.25rem 2rem}.tax-card img{height:26px;width:auto;margin-bottom:1.4rem}.tax-card h3{font-size:1.15rem;font-weight:600;font-family:var(--sans);margin:0 0 .5rem}.tax-card p{margin:0;color:var(--body);font-size:.95rem}.tax-badge{display:inline-block;background:var(--mint);color:#fff;font-weight:700;font-size:.75rem;padding:.3rem .8rem;border-radius:4px;margin-bottom:1.25rem}.tax-note{text-align:center;color:var(--muted);font-size:.95rem;max-width:40rem;margin:2.5rem auto 0}.positions-filter{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:center;gap:1.5rem;max-width:900px;margin:0 auto 2.25rem}.filter-field{display:flex;flex-direction:column;gap:.4rem}.filter-field label{font-size:.8rem;font-weight:600;color:var(--muted)}.filter-field select{appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right .9rem center;border:1px solid var(--border);border-radius:10px;padding:.7rem 2.4rem .7rem 1rem;font-size:.95rem;font-family:var(--sans);color:var(--ink);min-width:190px;cursor:pointer}.filter-field select:hover{border-color:#ccc}.filter-clear{background:0 0;border:none;color:var(--muted);font-size:.9rem;text-decoration:underline;cursor:pointer;padding:.7rem 0}.filter-clear:hover{color:var(--ink)}#positionsEmpty{margin-top:0;margin-bottom:2.25rem}@media (max-width:600px){.positions-filter{flex-direction:column;align-items:stretch;gap:1rem}.filter-field select{min-width:0;width:100%}}.positions-toggle{display:flex;justify-content:center;margin:1.75rem 0 0}#positionsGrid+#positionsMore:not([hidden]){margin-top:1.75rem}.positions-toggle-btn{width:52px;height:52px;border-radius:50%;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s}.positions-toggle-btn:hover{background:#f7f7f7;border-color:#ccc}.positions-toggle-btn .chevron{transition:transform .25s ease}.positions-toggle-btn[aria-expanded=true] .chevron{transform:rotate(180deg)}@media (max-width:900px){.tax-grid{grid-template-columns:1fr}}.feature-logo{height:18px;width:auto;display:inline-block;vertical-align:baseline;margin-left:.45rem;opacity:.8}.feature-cols.cols-2{grid-template-columns:repeat(2,1fr)}.feature-cols.cols-3{grid-template-columns:repeat(3,1fr)}.feature-cols.cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.feature-cols.cols-2{grid-template-columns:1fr}.feature-cols.cols-3{grid-template-columns:1fr}.feature-cols.cols-4{grid-template-columns:1fr}}.feature-cols.narrow-3{grid-template-columns:repeat(3,1fr);max-width:75%;margin:0 auto}@media (max-width:900px){.feature-cols.narrow-3{grid-template-columns:1fr;max-width:100%}}.nav-item{position:relative}.nav-item>.navlink{display:inline-block;padding:.45rem .9rem;margin:-.45rem -.9rem;border-radius:4px;transition:background .15s ease,color .15s ease}.nav-item:focus-within>.navlink,.nav-item:hover>.navlink{background:#000;color:#fff;opacity:1}.nav-dropdown{position:absolute;top:100%;left:-1.25rem;padding-top:1rem;display:none;z-index:300}.nav-item:focus-within .nav-dropdown,.nav-item:hover .nav-dropdown{display:block}@keyframes nav-pop{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.nav-panel{display:grid;grid-template-columns:repeat(2,minmax(170px,1fr));gap:.15rem 1.75rem;width:max-content;padding:1.1rem;background:rgba(242,242,247,.72);-webkit-backdrop-filter:blur(36px) saturate(1.8);backdrop-filter:blur(36px) saturate(1.8);border:.5px solid rgba(0,0,0,.1);border-radius:20px;box-shadow:0 22px 70px 4px rgba(0,0,0,.22),inset 0 .5px 0 rgba(255,255,255,.5);animation:nav-pop .18s ease}@supports not (backdrop-filter:blur(1px)){.nav-panel{background:rgba(246,246,248,.97)}}.nav-panel a{display:block;padding:.5rem .8rem;border-radius:11px;font-size:.875rem;font-weight:500;color:#1a1a1a;white-space:nowrap}.nav-panel a:hover{background:rgba(120,120,128,.16)}.nav-panel.arch{grid-template-columns:1fr;min-width:200px}.nav-panel.company{grid-template-columns:auto 130px;gap:.25rem 1rem;align-items:start}.nav-panel-links{display:flex;flex-direction:column;min-width:150px}.nav-panel .nav-panel-post{display:block;width:130px;padding:0;border-radius:12px;overflow:hidden;white-space:normal;background:rgba(0,0,0,.03)}.nav-panel-post:hover{background:rgba(0,0,0,.06)}.nav-panel-post-media{height:60px;background-size:cover;background-position:center;background-color:#e8e8ee}.nav-panel .nav-panel-post-body{padding:.5rem .6rem .6rem}.nav-panel-post-kicker{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 .25rem}.nav-panel .nav-panel-post-title{font-size:.72rem;font-weight:600;line-height:1.3;color:#1a1a1a;margin:0;white-space:normal}@media (max-width:980px){.nav-panel.company{grid-template-columns:1fr}.nav-panel .nav-panel-post{width:100%}}.story-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.story-card{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.story-card.featured{grid-column:span 2}.story-media{background:linear-gradient(135deg,#ececf1,#f5f5f8);height:220px;display:flex;align-items:center;justify-content:center}.story-card.featured .story-media{position:relative;height:320px}.story-card.featured .story-media.video{height:320px;padding:0}.story-media img{height:28px;width:auto;filter:grayscale(1);opacity:.65}.story-media .wordmark{font-weight:700;font-size:1.5rem;color:#a4a4ac;letter-spacing:.01em}.story-body{padding:1.4rem 1.75rem 1.75rem}.story-body .qmark{display:block;font-family:var(--sans);font-size:2.4rem;font-weight:700;line-height:.4;margin:.6rem 0 .9rem;color:var(--ink)}.story-body blockquote{font-family:var(--sans);font-size:1.2rem;font-weight:500;line-height:1.4;margin:0 0 1.1rem;color:var(--ink)}.story-body cite{font-style:normal;font-size:.95rem;color:var(--ink)}.story-body cite span{display:block;color:var(--muted)}.story-card.placeholder blockquote{color:var(--muted-2)}.story-card.placeholder cite{color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 3rem;max-width:1000px;margin:0 auto}.stat{border-top:1px solid var(--border);padding-top:1.4rem}.stat .num{font-family:var(--serif);font-size:clamp(2.4rem, 4vw, 3.4rem);line-height:1;display:block;margin-bottom:.6rem}.stat p{margin:0;color:var(--body);font-size:.95rem}.logo-wall{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem 3.5rem;filter:grayscale(1);opacity:.6}.logo-wall img{height:24px;width:auto}.logo-wall .wordmark{font-weight:700;font-size:1.1rem;color:#555}@media (max-width:900px){.story-grid{grid-template-columns:1fr}.story-card.featured{grid-column:span 1}.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.stat-grid{grid-template-columns:1fr}}.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.topic-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2rem 1.75rem}.topic-card .num{font-family:var(--serif);font-size:2.2rem;color:var(--muted-2);display:block;margin-bottom:1rem;line-height:1}.topic-card h3{font-size:1.2rem;font-weight:600;font-family:var(--sans);margin:0 0 .6rem;color:var(--ink)}.topic-card p{margin:0;color:var(--body);font-size:.95rem}@media (max-width:900px){.topic-grid{grid-template-columns:1fr}}.key-details{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.key-details .cell{border-top:1px solid var(--border);padding-top:1.1rem}.key-details .cell h3{margin:0 0 .3rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.key-details .cell p{margin:0;font-size:1.05rem;font-weight:600}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.module-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2rem 1.9rem}.module-card .module-label{display:inline-block;background:var(--pill-gray);border-radius:4px;padding:.3rem .85rem;font-size:.78rem;font-weight:700;margin-bottom:1rem}.module-card h3{font-size:1.25rem;font-weight:600;font-family:var(--sans);margin:0 0 .5rem}.module-card p.lead{margin:0 0 1rem;color:var(--body);font-size:.95rem}.module-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.module-card li{font-size:.92rem;color:var(--ink);padding-left:1.4rem;position:relative}.module-card li::before{content:"✓";color:var(--muted);position:absolute;left:0}.benefit-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.benefit-cols .tax-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.benefit-cols .tax-card li{font-size:.95rem;color:var(--body);padding-left:1.4rem;position:relative}.benefit-cols .tax-card li::before{content:"✓";color:var(--muted);position:absolute;left:0}@media (max-width:900px){.key-details{display:flex;flex-direction:column;gap:1.5rem}.benefit-cols,.module-grid{grid-template-columns:1fr}}.speaker-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1050px;margin:0 auto}.speaker-card{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden}.speaker-media{position:relative;overflow:hidden}.speaker-photo{aspect-ratio:4/5;background-color:#e8e8ed;background-size:cover;background-position:center top;filter:grayscale(1)}.speaker-bio{position:absolute;left:0;right:0;bottom:0;background:rgba(242,242,247,.72);-webkit-backdrop-filter:blur(36px) saturate(1.8);backdrop-filter:blur(36px) saturate(1.8);border:.5px solid rgba(0,0,0,.1);border-radius:16px 16px 0 0;border-bottom:none;box-shadow:0 12px 40px rgba(0,0,0,.22),inset 0 .5px 0 rgba(255,255,255,.5);padding:1.1rem 1.2rem;transform:translateY(100%);transition:transform .25s ease}@supports not (backdrop-filter:blur(1px)){.speaker-bio{background:rgba(246,246,248,.97)}.mobile-menu{background:rgba(246,246,248,.99)}}.speaker-card:focus-within .speaker-bio,.speaker-card:hover .speaker-bio{transform:translateY(0)}.speaker-bio p{margin:0;padding:0;color:#1a1a1a;font-size:.9rem;line-height:1.5}.speaker-card h3{font-size:1.15rem;font-weight:600;font-family:var(--sans);margin:0;padding:1.25rem 1.5rem .2rem}.speaker-card p{margin:0;padding:0 1.5rem 1.5rem;color:var(--muted);font-size:.95rem}@media (max-width:900px){.speaker-grid{grid-template-columns:1fr;max-width:400px}}.academy-hero{padding:6rem 0 5rem}.academy-hero h1{font-size:clamp(2.6rem, 5.5vw, 4.2rem);line-height:1.15;max-width:17em;margin-left:auto;margin-right:auto}.split{display:grid;grid-template-columns:5fr 7fr;gap:3.5rem;align-items:start;max-width:1050px;margin:0 auto}.split .lede{font-family:var(--serif);font-size:clamp(1.5rem, 2.6vw, 2.1rem);line-height:1.3;color:var(--ink);margin:0}.split .body-copy p{color:var(--body);font-size:1.05rem;line-height:1.65;margin:0 0 1.1rem}.split .body-copy p:last-child{margin-bottom:0}.module-card{position:relative;transition:transform .18s ease,box-shadow .18s ease}.module-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(0,0,0,.08)}.module-card .idx{position:absolute;top:1.2rem;right:1.6rem;font-family:var(--serif);font-size:2.8rem;line-height:1;color:#e6e6ee;pointer-events:none}.statement{background:#000;color:#fff;padding:6.5rem 1.5rem;text-align:center}.statement p{font-family:var(--serif);font-size:clamp(1.7rem, 3.4vw, 2.7rem);line-height:1.35;max-width:44rem;margin:0 auto}.statement .mint{color:var(--mint)}.statement-bloom{display:block;width:150px;height:150px;margin:0 auto 2.25rem}.statement-bloom .p{fill:var(--lava)}.statement-bloom .d{fill:var(--lava-dark)}.statement-bloom .h{fill:var(--off-orange)}.statement-bloom .g{fill:var(--off-green)}@media (max-width:560px){.statement-bloom{width:100px;height:100px;margin-bottom:1.5rem}}.speaker-card{transition:transform .18s ease,box-shadow .18s ease}.speaker-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(0,0,0,.08)}.cta-panel{background:#000;border-radius:28px;color:#fff;text-align:center;padding:4.5rem 2rem 5rem;max-width:1000px;margin:0 auto}.cta-panel h2{font-family:var(--serif);font-weight:400;font-size:clamp(1.9rem, 3.4vw, 2.8rem);margin:0 0 1rem}.cta-panel p{color:#b5b5b5;max-width:30rem;margin:0 auto 2.25rem}.cta-panel .btn{background:#fff;color:#000;padding:1rem 3.5rem}.cta-panel .btn:hover{background:#ececec}@media (max-width:900px){.split{display:flex;flex-direction:column;gap:1.5rem}}.prose{max-width:46rem;margin:0 auto}.prose h2{font-family:var(--serif);font-size:1.7rem;margin:2.5rem 0 .9rem;color:var(--ink)}.prose h3{font-size:1.15rem;font-weight:600;margin:1.8rem 0 .6rem}.prose p{color:var(--body);line-height:1.7;margin:0 0 1rem}.prose li,.prose p{font-variant-ligatures:none;font-feature-settings:"dlig" 0,"calt" 0}.prose ol,.prose ul{color:var(--body);line-height:1.7;margin:0 0 1rem;padding-left:1.4rem}.prose li{margin-bottom:.4rem}.prose table{width:100%;border-collapse:collapse;margin:0 0 1.4rem;font-size:.88rem}.prose td,.prose th{border:1px solid var(--border);padding:.55rem .7rem;text-align:left;vertical-align:top;color:var(--body)}.prose th{font-weight:600;color:var(--ink);background:rgba(0,0,0,.03)}.prose .updated{color:var(--muted-2);font-size:.9rem;margin-bottom:2.5rem}.prose.legal a{color:var(--lava);text-decoration:underline}.prose.legal a:hover{color:var(--lava-dark)}.nav-panel.lang{grid-template-columns:1fr;min-width:190px;gap:.1rem;padding:.6rem}.nav-panel.lang a{display:flex;align-items:center;gap:.65rem}.nav-panel.lang .code{font-size:.72rem;font-weight:700;color:var(--muted);width:1.7rem;flex:none}.nav-panel.lang .check{margin-left:auto;color:var(--ink);font-size:.8rem}.nav-panel.lang a.active{background:rgba(120,120,128,.12)}.speaker-grid.board{grid-template-columns:repeat(3,1fr);max-width:1050px}.speaker-photo.board{aspect-ratio:1/1;background-position:center}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.photo-grid img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}.photo-grid img.wide{grid-column:span 2;aspect-ratio:auto}@media (max-width:900px){.photo-grid{grid-template-columns:repeat(2,1fr)}.photo-grid img.wide{grid-column:span 2}}.photo-grid.quad{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.photo-grid.quad{grid-template-columns:repeat(2,1fr)}}.photo-grid-toolbar{display:flex;align-items:center;justify-content:flex-end;margin-top:3rem}.photo-shuffle-btn{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--ink);border:1px solid var(--ink);color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.12);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.photo-shuffle-btn:hover{background:var(--lava);border-color:var(--lava);box-shadow:0 4px 14px rgba(245,65,15,.35)}.photo-shuffle-btn:active{transform:scale(.94)}.photo-shuffle-btn.spin svg{animation:photo-shuffle-spin .5s ease}@keyframes photo-shuffle-spin{from{transform:rotate(0)}to{transform:rotate(180deg)}}.photo-grid.duo{grid-template-columns:repeat(2,1fr);margin:0 0 3.5rem}.photo-grid.trio{grid-template-columns:repeat(3,1fr);margin:0 0 3.5rem}.photo-grid.below{margin:3.5rem 0 0}.feature-cols.below{margin-top:3.5rem}@media (max-width:900px){.photo-grid.trio{grid-template-columns:1fr}}@media (max-width:900px){.photo-grid.duo{grid-template-columns:1fr}}.tax-card img.mockup{display:block;width:100%;height:auto;margin-top:1.25rem;border-radius:12px;background:#000}.tax-grid.stacked{grid-template-columns:1fr;max-width:820px}.tax-grid.stacked .tax-card{display:grid;grid-template-columns:1.1fr 1fr;gap:2rem;align-items:center}.tax-grid.stacked .tax-card img.mockup{margin-top:0;aspect-ratio:1/1;object-fit:contain}.tax-grid.stacked .tax-card img.card-photo{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:12px}.tax-grid.stacked .tax-card img.card-phone{display:block;width:auto;height:auto;max-width:100%;max-height:460px;margin:0 auto}.tax-grid.stacked .tax-card img.card-shot{display:block;width:100%;height:auto;border:1px solid var(--border);border-radius:12px}@media (max-width:700px){.tax-grid.stacked .tax-card{grid-template-columns:1fr}.tax-grid.stacked .tax-card img.mockup{margin-top:1.25rem}}.dot-chart{aspect-ratio:1/1;width:100%;padding:1.4rem;border-radius:14px;background:var(--off-yellow)}.dot-chart-screen{width:100%;height:100%;padding:1.6rem 1.4rem 1.4rem;border-radius:10px;background:var(--muted-2);box-shadow:inset 0 1px 4px rgba(0,0,0,.22),0 1px 0 rgba(255,255,255,.55);display:flex;align-items:flex-end;justify-content:center}.dot-chart-screen svg{display:block;width:100%;height:auto;max-height:100%;color:var(--dark-2)}.teams-note{text-align:center}.teams-note img{display:block;width:min(360px,80%);height:auto;margin:0 auto}.teams-note p{margin:1.25rem 0 0}.teams-note a{color:#fff}.shot-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1000px;margin:0 auto}.shot-row img{width:100%;height:auto;border-radius:16px}@media (max-width:700px){.shot-row{grid-template-columns:1fr;max-width:320px}}.gather-video .postcard-video{display:block;width:min(420px,85%);margin:0 auto;border-radius:16px}.inline-video video{display:block;width:min(560px,100%);margin:2rem auto 0;border-radius:16px}.event-photo{width:100%;border-radius:20px}.story-media.video{position:relative;height:auto;padding:56.25% 0 0 0;background:#000}.story-media.video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.story-media.video .play-overlay,.video-embed .play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.18);opacity:1;transition:opacity .2s ease;cursor:pointer}.play-circle{width:64px;height:64px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 28px rgba(0,0,0,.3)}.play-circle svg{margin-left:3px}.crumbs{font-size:.9rem;color:var(--muted);margin:0 0 1.5rem}.crumbs a:hover{color:var(--blue)}.crumbs span{margin:0 .35rem;color:var(--muted-2)}.video-embed{position:relative;padding-top:56.25%;border-radius:20px;overflow:hidden;background:#000}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-embed video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.video-embed.portrait{max-width:420px;padding-top:0;aspect-ratio:4/5;margin-left:auto;margin-right:auto}.video-embed.square{max-width:560px;padding-top:0;aspect-ratio:1/1;margin-left:auto;margin-right:auto}.video-embed.lite-video{background-size:cover;background-position:center;cursor:pointer}.statement-cite{display:block;font-family:var(--sans);font-size:1rem;margin-top:1.75rem}.statement-cite span{display:block;color:#9a9a9a;font-size:.9rem}.outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.outcome{background:#1e1e1e;border:1px solid #2c2c2c;border-radius:16px;padding:1.9rem 1.75rem}.outcome h3{margin:0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#8a8a8a}.outcome .big{font-family:var(--serif);font-size:clamp(1.35rem, 2.1vw, 1.8rem);line-height:1.3;color:#fff;margin:.7rem 0 .4rem}.outcome p{margin:0;color:#999;font-size:.9rem}@media (max-width:900px){.outcome-grid{grid-template-columns:1fr}}.post-meta{color:var(--muted-2);font-size:.95rem;margin:0}.prose img{border-radius:16px;margin:1.5rem 0}.back-link{max-width:46rem;margin:3rem auto 0}.prose video{width:100%;border-radius:16px;margin:1.5rem 0;display:block}.prose blockquote{margin:2.2rem 0;padding:.15rem 0 .15rem 1.4rem;border-left:3px solid var(--lava)}.prose blockquote p{font-family:var(--serif);font-size:1.35rem;line-height:1.45;color:var(--ink);margin:0}.prose .prose-cite{margin:-2.2rem 0 2.2rem;padding:.6rem 0 .15rem 1.4rem;border-left:3px solid var(--lava);font-size:.9rem;color:var(--muted)}.prose .post-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.8rem 0 2.2rem}.prose .post-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.3rem 1.4rem 1.2rem}.prose .post-card .post-kicker{margin:0 0 .55rem}.prose .post-card h3{font-family:var(--serif);font-weight:400;font-size:1.3rem;margin:0 0 .6rem;color:var(--ink)}.prose .post-card p{font-size:.92rem;line-height:1.6;margin:0 0 .9rem}.prose .post-card .post-card-verdict{margin:auto 0 0;padding-top:.85rem;border-top:1px solid var(--border);font-size:.85rem;font-weight:600;color:var(--muted)}.prose .post-card.accent{border-color:rgba(245,65,15,.4)}.prose .post-card.accent .post-card-verdict,.prose .post-card.accent .post-kicker{color:var(--lava)}.prose .post-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin:1.8rem 0 2rem}.prose .post-stat{border-top:1px solid var(--border);padding-top:1.1rem}.prose .post-stat .num{font-family:var(--serif);font-size:clamp(2.1rem, 3.4vw, 2.7rem);line-height:1;display:block;margin-bottom:.5rem;color:var(--ink)}.prose .post-stat p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.5}.prose .post-checklist{list-style:none;counter-reset:pcq;margin:1.8rem 0 2.2rem;padding:0;border-top:1px solid var(--border)}.prose .post-checklist li{counter-increment:pcq;position:relative;margin:0;padding:1.05rem 0 1.05rem 2.7rem;border-bottom:1px solid var(--border)}.prose .post-checklist li::before{content:counter(pcq);position:absolute;left:0;top:1.1rem;width:1.7rem;height:1.7rem;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font:600 0.82rem var(--sans);color:var(--lava)}.prose .post-checklist li strong{color:var(--ink)}@media (max-width:760px){.prose .post-cards{grid-template-columns:1fr}}@media (max-width:600px){.prose .post-stats{grid-template-columns:1fr;gap:1.2rem}}.prose .schema-figure{margin:1.8rem 0 2.2rem}.prose .schema-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.prose .schema-panel{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.2rem 1.3rem 1.1rem}.prose .schema-panel.accent{border-color:rgba(245,65,15,.4)}.prose .schema-label{margin:0 0 .9rem;font-size:.85rem;font-weight:600;color:var(--ink)}.prose .schema-panel.accent .schema-label{color:var(--lava)}.prose .schema-panel svg{display:block;width:100%;height:auto;overflow:visible}.prose .schema-note{margin:.9rem 0 0;padding-top:.8rem;border-top:1px solid var(--border);font-size:.85rem;line-height:1.5;color:var(--muted)}.prose .schema-note strong{color:var(--ink)}.prose .schema-panel.accent .schema-note strong{color:var(--lava)}.prose .schema-figure figcaption{margin-top:.9rem;font-size:.85rem;color:var(--muted)}.prose .schema-figure text{font:500 10px var(--sans);fill:var(--muted)}.prose .schema-tile{fill:var(--bg);stroke:#ded2bd;stroke-width:1}.prose .schema-tile.lit{fill:var(--pill-gray);stroke:var(--muted)}.prose .schema-join{stroke:#7d7d7d;stroke-width:1}.prose .schema-row{fill:rgba(245,65,15,0.1);stroke:var(--lava);stroke-width:1.5}.prose .schema-seg{stroke:rgba(245,65,15,0.45);stroke-width:1}.prose .schema-flow{stroke:var(--lava);stroke-width:1.5}.prose .schema-out{fill:var(--white);stroke:var(--ink);stroke-width:1.2}@media (max-width:600px){.prose .schema-grid{grid-template-columns:1fr}}.prose .trace-figure{margin:2.2rem 0}.prose .trace-q{font-family:var(--serif);font-size:1.35rem;line-height:1.35;color:var(--ink);text-align:center;margin:0 0 1.4rem}.prose .trace-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.prose .trace-panel{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.3rem 1.4rem 1.2rem}.prose .trace-panel.accent{border-color:rgba(245,65,15,.4)}.prose .trace-name{margin:0 0 1rem;font-size:.85rem;font-weight:600;color:var(--ink)}.prose .trace-panel.accent .trace-name{color:var(--lava)}.prose .trace-steps{list-style:none;counter-reset:tr;margin:0;padding:0;font-family:"SF Mono","Roboto Mono",Menlo,Consolas,monospace;font-size:.76rem;line-height:1.5}.prose .trace-steps li{counter-increment:tr;position:relative;margin:0;padding:.4rem 0 .4rem 1.9rem;color:var(--muted)}.prose .trace-steps li::before{content:counter(tr);position:absolute;left:0;top:.4rem;width:1.15rem;height:1.15rem;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font:600 0.62rem var(--sans);color:var(--muted)}.prose .trace-steps li.hit{color:var(--ink)}.prose .trace-steps li.hit::before{border-color:var(--ink);color:var(--ink)}.prose .trace-panel.accent .trace-steps li.hit{color:var(--lava)}.prose .trace-panel.accent .trace-steps li.hit::before{border-color:var(--lava);color:var(--lava)}.prose .trace-result{margin:auto 0 0;padding-top:1rem;border-top:1px solid var(--border)}.prose .trace-kicker{display:block;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem}.prose .trace-sum{display:block;font-family:var(--serif);font-size:2rem;line-height:1.1;color:var(--ink);font-variant-numeric:tabular-nums}.prose .trace-panel.accent .trace-sum{color:var(--lava)}.prose .trace-why{display:block;margin-top:.5rem;font-size:.8rem;line-height:1.45;color:var(--muted)}.prose .trace-verdict{margin:1.3rem 0 0;padding-top:1rem;border-top:1px solid var(--border);text-align:center;font-size:.92rem;color:var(--ink)}.prose .trace-answer{color:var(--lava);font-weight:700;white-space:nowrap}@media (max-width:600px){.prose .trace-grid{grid-template-columns:1fr}}.prose table{width:100%;border-collapse:collapse;margin:1.8rem 0;font-size:.92rem;display:block;overflow-x:auto}.prose thead th{background:var(--bg);font-weight:600;color:var(--ink)}.prose td,.prose th{padding:.65rem .9rem;text-align:left;border:1px solid var(--border);vertical-align:top}.prose td code,.prose th code{white-space:nowrap}.story-media.has-img{background-size:cover;background-position:center}body,html{overflow-x:clip}.compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.compare-wrap table{min-width:560px}@media (max-width:600px){.tab-row{display:flex;flex-wrap:wrap;justify-content:center;border-radius:20px}.btn-black{padding:1rem 2.5rem}.timeline-ctas{display:flex;flex-direction:column;gap:.75rem;align-items:center}.key-details{grid-template-columns:1fr}.cta-panel{padding:3rem 1.5rem 3.5rem}.academy-hero{padding:4rem 0 3.5rem}}.blog-hero{display:grid;grid-template-columns:3fr 2fr;background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;margin-bottom:1.5rem;transition:transform .18s ease,box-shadow .18s ease}.blog-hero:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(0,0,0,.08)}.blog-hero-media{min-height:340px;background-size:cover;background-position:center}.blog-hero-media.wordmark-media{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ececf1,#f5f5f8)}.blog-hero-body{padding:2.5rem 2.75rem;align-self:center}.blog-hero-body h2{font-family:var(--serif);font-weight:400;font-size:clamp(1.5rem, 2.4vw, 2.1rem);line-height:1.25;margin:.6rem 0 .9rem;color:var(--ink)}.blog-hero-body .desc{color:var(--body);font-size:.98rem;line-height:1.55;margin:0 0 1.4rem}.post-kicker{font-size:.82rem;font-weight:600;color:var(--muted);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-grid .story-media{height:260px}.blog-grid .story-body{padding:1.2rem 1.4rem 1.5rem}.blog-grid .story-body blockquote{font-size:1.02rem;margin:0}@media (max-width:900px){.blog-hero{grid-template-columns:1fr}.blog-hero-media{min-height:220px}.blog-grid{grid-template-columns:1fr}}.menu-btn{display:none}.mobile-menu[hidden]{display:none}.mobile-menu{position:fixed;inset:0;background:rgba(242,242,247,.72);-webkit-backdrop-filter:blur(36px) saturate(1.8);backdrop-filter:blur(36px) saturate(1.8);z-index:1000;padding:1rem 1.25rem 1.5rem;overflow-y:auto;display:flex;flex-direction:column}.mm-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--border)}.mm-close,.mm-spacer{display:flex;align-items:center;background:0 0;border:none;cursor:pointer;width:3.5rem;color:var(--ink)}.mm-nav details summary{list-style:none;cursor:pointer}.mm-nav details summary::-webkit-details-marker{display:none}.mm-nav summary,.mm-nav>a{display:flex;justify-content:space-between;align-items:center;padding:1.05rem 0;border-bottom:1px solid var(--border);font-size:1rem;font-weight:500;color:var(--ink)}.mm-nav summary::after{content:"\25BE";color:var(--muted);font-size:.8rem}.mm-nav details[open] summary::after{transform:rotate(180deg)}.mm-sub{display:flex;flex-direction:column;padding:.25rem 0 .75rem 1rem}.mm-sub a{padding:.5rem 0;font-size:.95rem;color:#444}.mm-demo{margin-top:1.75rem;width:100%}@media (max-width:960px){.menu-btn{display:inline-flex;align-items:center;justify-content:center;background:0 0;border:none;padding:.4rem;cursor:pointer;color:#ff4800}}@media (max-width:600px){.nav-pill .btn-nav{display:none}.nav-pill{gap:.75rem}}@media (max-width:960px){.footer-cols{grid-template-columns:1fr;gap:0}.footer-cols>div{border-bottom:1px solid rgba(255,255,255,.14)}.footer-cols h3{margin:0;padding:1.05rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.footer-cols h3::after{content:"\25BE";color:var(--muted);font-size:.8rem}.footer-cols>div.open h3::after{transform:rotate(180deg)}.footer-cols ul{display:none;padding-bottom:1.1rem}.footer-cols>div.open ul{display:flex}.footer-top{margin-bottom:0}.footer-divider{display:none}}@media (max-width:960px){.nav-outer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.menu-btn{justify-self:start}header.site .logo{justify-self:center}.nav-pill{justify-self:end}header.site .nav-pill .btn-nav,header.site .nav-pill .nav-item,header.site .nav-pill a.navlink{display:none}header.site .nav-pill a.nav-login{display:inline-block}}.bento{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.bento-col{display:flex;flex-direction:column;gap:1.5rem}.bcard{flex:1 1 auto;background:#212123;border:1px solid #303032;border-radius:18px;padding:2.25rem 2rem;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;min-height:180px}.bcard.tall{min-height:300px}.bcard.grow{flex:1}.bcard h3{margin:0;font-size:1rem;font-weight:600;font-family:var(--sans)}.bcard h3.big{font-size:1.6rem;font-weight:700}.bcard p{margin:0;color:#999;font-size:.92rem;max-width:26rem}.bcard .kicker{color:#888;font-size:.85rem;font-weight:600;margin:0}.bcard .pill-mint{display:inline-block;background:var(--mint);color:#fff;font-weight:700;font-size:.9rem;padding:.45rem 1.2rem;border-radius:4px}.bcard.grow{position:relative;overflow:hidden}.bcard.grow::before{content:"";position:absolute;top:50%;left:50%;width:280px;height:280px;transform:translate(-50%,-50%);border-radius:48px;background:radial-gradient(circle at 80% 8%,rgba(255,215,110,.95),transparent 42%),radial-gradient(circle at 100% 50%,rgba(255,175,85,.7),transparent 45%),radial-gradient(circle at 65% 102%,rgba(165,120,255,.7),transparent 50%),radial-gradient(circle at 8% 85%,rgba(255,140,200,.45),transparent 48%),radial-gradient(circle at 12% 20%,rgba(255,190,140,.3),transparent 45%);filter:blur(26px)}.glow-tile{position:relative;z-index:1;width:230px;height:230px;background:#0c0c0c;border-radius:26px;display:flex;align-items:center;justify-content:center}.tile-cap{position:absolute;left:1.1rem;bottom:1rem;font-size:.72rem;color:#ddd;text-align:left;line-height:1.3}.appr-flow{display:flex;flex-direction:column;align-items:center}.appr{display:inline-flex;align-items:center;gap:.5rem;background:#2e2e2e;border-radius:999px;padding:.5rem 1.1rem .5rem .6rem;font-size:.95rem;font-weight:500}.appr .dot{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700}.appr .dot.ok{background:#2ecb6e;color:#fff}.appr .dot.q{background:#555;color:#ddd}.appr-line{width:1px;height:26px;background:#555}.msg-pill{display:inline-flex;align-items:center;gap:.6rem;background:#fff;color:#7a7a80;border-radius:12px;padding:.85rem 2.2rem .85rem .9rem;font-size:.95rem}.msg-pill .plus{width:22px;height:22px;border-radius:50%;background:#ececf0;color:#8a8a90;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem}.bcard.crop{padding:0;overflow:hidden;position:relative;justify-content:flex-start;min-height:300px}.bcard.crop h3{position:relative;z-index:1;padding:1.6rem 0 0}.report-img{position:absolute;right:-12%;bottom:-8%;width:105%;max-width:none;border-radius:12px}@media (max-width:960px){.bento{grid-template-columns:1fr}}.compare-line{text-align:center;color:#fff;font-size:1.35rem;font-weight:600;margin:3.5rem 0 0}.compare-pill{display:inline-flex;align-items:center;gap:.4rem;background:#2e2e2e;border-radius:4px;padding:.35rem 1.1rem;margin-left:.35rem}.compare-pill .chev{color:#999;font-size:.85rem}.section-head.wide{max-width:1050px}.section-head.wide h2{white-space:nowrap}@media (max-width:1100px){.section-head.wide h2{white-space:normal}}.ctx-box{background:#2c2c2e;border-radius:12px;padding:1rem 1.1rem .85rem;text-align:left;display:flex;flex-direction:column;gap:.5rem;max-width:280px}.ctx-box p{margin:0;color:#d5d5d8;font-size:.82rem;line-height:1.45}.ctx-label{color:#8e8e93;font-size:.72rem}.ctx-chip{align-self:flex-end;background:#fff;color:#333;border-radius:4px;padding:.3rem .75rem;font-size:.76rem;font-weight:500}.eu-badge{text-align:center;color:var(--muted);font-size:.9rem;margin:2.5rem 0 0}.hero-photo{position:relative;background-size:cover;background-position:center;margin-top:-70px;padding:calc(7rem + 70px) 0 6.5rem}.hero-photo::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.45))}.hero-photo .wrap{position:relative}.hero-photo h1{color:#fff}.hero-photo p.sub{color:#e8e8e8}.hero-photo .pill-tag{background:rgba(255,255,255,.94);border-color:transparent}.hero-photo .btn-black{background:#fff;color:#000}.hero-photo .btn-black:hover{background:#ececec}.photo-split{display:grid;grid-template-columns:5fr 7fr;gap:3.5rem;align-items:stretch;max-width:1050px;margin:0 auto}.photo-split img{width:100%;height:0;min-height:100%;object-fit:cover;border-radius:20px}.photo-split video{display:block;width:100%;height:auto;align-self:start;object-fit:cover;border-radius:20px}.photo-split.flip{grid-template-columns:7fr 5fr}.photo-split.flip img,.photo-split.flip video{order:2}.events-hackathon-video{margin-bottom:3.5rem}.events-hackathon-video video{padding:.75rem;background:var(--bg);box-sizing:border-box}.photo-split h2{font-family:var(--serif);font-weight:400;font-size:clamp(1.7rem, 3vw, 2.4rem);margin:0 0 1rem}.photo-split p{color:var(--body);line-height:1.6;margin:0 0 1rem}@media (max-width:900px){.photo-split{display:flex;flex-direction:column;gap:1.75rem;max-width:100%}.photo-split img,.photo-split video{width:100%}.photo-split img{height:auto;min-height:0;aspect-ratio:4/5}}.role-logo{width:auto;display:inline-block;vertical-align:middle;margin-left:.4rem;margin-top:-2px}.stack-compare-track{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;max-width:1000px;margin:0 auto;align-items:start}.stack-compare-panel{text-align:center}.stack-compare-label{font-family:var(--serif);font-size:1.25rem;color:var(--ink);margin:0 0 1.25rem}.stack-compare-panel img{width:100%;margin:0 auto}.stack-compare-toggle{display:none}.stack-compare-divider{display:none}.stack-compare-v2 .stack-compare-track{grid-template-columns:1fr auto 1fr;gap:2.5rem;max-width:1120px;align-items:center}.stack-compare-v2 .stack-compare-divider{display:flex;align-items:center;justify-content:center;position:relative;width:64px;height:46px;color:var(--lava)}.stack-compare-v2 .stack-compare-divider::before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;transform:translateY(-50%);background:linear-gradient(90deg,transparent,var(--muted-2) 35%,var(--lava) 100%)}.stack-compare-v2 .stack-compare-divider svg{position:relative;width:30px;height:30px;background:#fff}@media (max-width:780px){.stack-compare-toggle{display:flex;justify-content:center;gap:.4rem;margin:0 0 1.5rem;padding:.3rem;background:var(--bg);border-radius:999px;max-width:max-content;margin-left:auto;margin-right:auto}.stack-compare-toggle button{border:0;background:0 0;padding:.55rem 1.1rem;border-radius:999px;font-size:.85rem;font-weight:600;color:var(--muted);cursor:pointer;transition:background .2s ease,color .2s ease}.stack-compare-toggle button.is-active{background:var(--ink);color:#fff}.stack-compare-label{display:none}.stack-compare-track{display:flex;gap:.85rem;margin:0 -1.25rem;padding:0 2.25rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.stack-compare-track::-webkit-scrollbar{display:none}.stack-compare-panel{flex:0 0 88%;scroll-snap-align:center}.stack-compare-divider{display:none}.stack-compare-v2 .stack-compare-track{gap:.85rem;padding:0 .75rem}.stack-compare-v2 .stack-compare-divider{display:none}.stack-compare-v2 .stack-compare-panel{flex:0 0 100%}}.statement .accent-orange{color:var(--lava)}.story-hero{padding:4.5rem 0 1.5rem}.story-hero h1{font-size:clamp(2.2rem, 4.5vw, 3.4rem);line-height:1.15}.sec.tight-top{padding-top:2.5rem}.nav-outer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.nav-pill.nav-left{justify-self:start}header.site .logo{justify-self:center}.nav-pill.nav-right{justify-self:end}@media (max-width:960px){.nav-pill.nav-left{display:none}}.demo-page{background:var(--dark);color:#fff;padding:5.5rem 0 6rem;min-height:70vh}.demo-split{display:grid;grid-template-columns:5fr 6fr;gap:4.5rem;align-items:start}.demo-form,.demo-intro{min-width:0}.demo-intro h1{font-size:clamp(2.4rem, 4.5vw, 3.6rem);margin:0 0 1.25rem;color:#fff}.demo-intro p{color:#b5b5b5;font-size:1.1rem;line-height:1.6;max-width:26rem;margin:0 0 3rem}.demo-intro p.sub{color:#fff;font-size:1.2rem;font-weight:500;margin:0 0 1rem}.demo-logos{display:flex;flex-wrap:wrap;gap:2rem 2.5rem;align-items:center;opacity:.75}.demo-logos img{height:24px;width:auto;filter:brightness(0) invert(1);opacity:.9}.demo-form{background:#fff;border-radius:24px;padding:2.5rem;color:var(--ink)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-field{margin-bottom:1.4rem}.form-field label{display:block;font-weight:600;font-size:.95rem;margin-bottom:.5rem}.form-field .req{color:#d0342c;margin-left:2px}.form-field input,.form-field select{width:100%;background:#efeff1;border:1px solid transparent;border-radius:12px;padding:.9rem 1rem;font:inherit;font-size:.95rem;color:var(--ink)}.form-field input:focus,.form-field select:focus{outline:0;border-color:#bbb;background:#fff}.form-field .invalid{border-color:#d0342c}.phone-row{display:flex;gap:.5rem}.phone-row select{width:110px;flex:none}.form-note{font-size:.85rem;line-height:1.4;color:var(--body);margin:1.2rem 0 .9rem}.form-note a{color:var(--blue);text-decoration:underline}.form-recaptcha{font-size:.78rem;color:var(--muted-2);margin:0 0 1.5rem}.form-recaptcha a{text-decoration:underline}.form-actions{display:flex;justify-content:flex-end}.form-submit{padding:.9rem 2.6rem;background:var(--lava);color:#fff}.form-submit:hover{background:var(--lava-dark)}.form-success{font-size:1.05rem;font-weight:500;margin:0}.form-error{color:#d0342c;font-size:.9rem;font-weight:500;margin:0 0 .9rem}.form-hint{color:var(--muted-2);font-size:.82rem;margin:.35rem 0 0;line-height:1.4}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.cf-turnstile{margin:0 0 1.2rem}.partner-form{max-width:620px;margin:2.5rem auto 0}.form-field textarea{width:100%;box-sizing:border-box;background:#efeff1;border:1px solid transparent;border-radius:12px;padding:.6rem 1rem;font:inherit;font-size:.95rem;color:var(--ink);resize:vertical;min-height:92px}.form-field textarea:focus{outline:0;border-color:#bbb;background:#fff}.form-field .opt{color:#888;font-weight:400}@media (max-width:900px){.demo-split{grid-template-columns:1fr;gap:2.5rem}.demo-page{padding:3.5rem 0 4rem}}.logo-row .wordmark{font-weight:700;font-size:1.15rem;color:#555;letter-spacing:-.01em;white-space:nowrap}.logo-marquee{overflow:hidden}.logo-track{display:flex;width:max-content;animation:logo-scroll 50s linear infinite;filter:grayscale(1);opacity:.55}.logo-marquee:hover .logo-track{animation-play-state:paused}.logo-set{display:flex;align-items:center;gap:3.5rem;padding-right:3.5rem}.logo-set img{height:22px;width:auto;max-width:200px;object-fit:contain}@keyframes logo-scroll{to{transform:translateX(-50%)}}.btn-nav{background:#ececee;color:#111;transition:background .35s ease,color .35s ease}.btn-nav:hover{background:var(--mint);color:#fff}header.site.scrolled .btn-nav{background:var(--mint);color:#fff}header.site.scrolled .btn-nav:hover{background:var(--lava-dark)}.manifesto-tile{display:flex;justify-content:center;margin-bottom:3rem}.manifesto-tile .bcard{background:0 0;border:none;padding:1rem;min-height:0}.manifesto-home{display:grid;grid-template-columns:7fr 5fr;gap:4rem;align-items:center;max-width:1050px;margin:0 auto}.manifesto-home h2{font-family:var(--serif);font-weight:400;font-size:clamp(1.9rem, 3.4vw, 2.8rem);line-height:1.25;margin:0 0 1.1rem}.manifesto-home>div>p{color:var(--body);font-size:1.05rem;line-height:1.65;margin:0 0 2rem}.manifesto-home img{width:100%;border-radius:20px}.signature{display:inline-block}.signature svg{width:180px;height:auto;display:block}.signature path{stroke:var(--ink);fill:none;stroke-width:1.51;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1}.signature.drawn path{animation:sig-stroke 2.4s ease-in-out forwards}@keyframes sig-stroke{to{stroke-dashoffset:0}}.sig-caption{font-size:.85rem;color:var(--muted);margin:.4rem 0 0!important}.manifesto-home .manifesto-link{margin:1.75rem 0 0}@media (max-width:900px){.manifesto-home{grid-template-columns:1fr;gap:2rem}}.careers-video{margin-top:2.5rem;max-width:900px;margin-left:auto;margin-right:auto}.story-media.video.lite{background-size:cover;background-position:center;cursor:pointer}.video-embed.lite{background-size:cover;background-position:center;cursor:pointer}.story-card .story-media.video{background-size:cover;background-position:center}.story-media.video video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.story-media.video{position:relative}.story-kicker{font-size:.9rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 1.5rem}.story-hero h1{max-width:20em}.story-attrib{color:var(--muted);font-size:1.05rem;margin:1.5rem 0 0}.versus-table{width:100%;border-collapse:collapse;margin-top:1.5rem;font-size:1rem}.versus-table td,.versus-table th{padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.versus-table td:not(:first-child),.versus-table th:not(:first-child){text-align:center;width:18%}.versus-table thead th{font-weight:700}.versus-table .yes{color:#1a9e5f;font-weight:700}.versus-table .no{color:#c0392b;font-weight:700}.versus-table .partial{color:#b8860b;font-weight:700}.versus-table .vnote{display:block;font-size:.72rem;line-height:1.25;color:#8a8a8a;font-weight:400;margin-top:3px}.center,.wrap.center{text-align:center}.versus-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:1rem}.versus-card{display:flex;flex-direction:column;background:#141414;border:1px solid #262626;border-radius:18px;padding:1.7rem 1.6rem 0;overflow:hidden}.versus-card h3{color:#fff;font-size:1.3rem;font-weight:600;margin:0 0 .55rem}.versus-card p{color:#a9a9a9;font-size:1rem;line-height:1.5;margin:0 0 1.5rem}.versus-card img{display:block;width:100%;height:200px;object-fit:cover;object-position:center;margin-top:auto;border-radius:10px 10px 0 0}@media (max-width:820px){.versus-cards{grid-template-columns:1fr}}.versus-hero{position:relative;background:#0d0d0d url('/assets/images/versus-hero-bg.jpg') center 42%/cover no-repeat}.versus-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,8,8,.55) 0,rgba(8,8,8,.72) 100%);z-index:0}.versus-hero>.wrap{position:relative;z-index:1}.versus-hero h1{color:#fff}.versus-hero p.sub{color:rgba(255,255,255,.88)}.versus-hero .pill-tag{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.28)}.pay-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.75rem 3.5rem;margin:3rem auto 0;max-width:900px;filter:grayscale(1);opacity:.62}.pay-row img{height:30px;width:auto;object-fit:contain}@media (max-width:560px){.pay-row{gap:2rem 2.5rem}.pay-row img{height:24px}}.demo-form-wrap{background:#fff;border-radius:24px;padding:2.5rem;color:var(--ink)}.demo-form-wrap .hs-form-field{margin-bottom:1.4rem}.demo-form-wrap .hs-form-field>label{display:block;font-weight:600;font-size:.95rem;color:var(--ink);margin-bottom:.5rem}.demo-form-wrap .hs-form-required{color:var(--lava);margin-left:2px}.demo-form-wrap .hs-input:not([type=checkbox]):not([type=radio]){width:100%!important;box-sizing:border-box;background:#f2ede3;border:1px solid transparent;border-radius:12px;padding:.9rem 1rem;font:inherit;font-size:.95rem;color:var(--ink);transition:border-color .15s ease,background .15s ease}.demo-form-wrap select.hs-input{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.6' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.demo-form-wrap .hs-input:focus{outline:0;border-color:var(--lava);background:#fff}.demo-form-wrap .hs-input.error,.demo-form-wrap .hs-input.invalid.error{border-color:#d0342c}.demo-form-wrap .hs-error-msgs{list-style:none;margin:.4rem 0 0;padding:0}.demo-form-wrap .hs-error-msg,.demo-form-wrap .hs-error-msgs label{color:#d0342c;font-size:.82rem}.demo-form-wrap fieldset{max-width:none!important}.demo-form-wrap fieldset.form-columns-2 .hs-form-field{float:none;width:100%!important}.demo-form-wrap fieldset.form-columns-2{display:grid;grid-template-columns:1fr 1fr;gap:0 1.25rem}.demo-form-wrap fieldset.form-columns-2 .input{margin-right:0!important}.demo-form-wrap .hs-form p,.demo-form-wrap .hs-richtext,.demo-form-wrap .legal-consent-container{font-size:.88rem;color:var(--body);line-height:1.5;margin:.5rem 0 1.25rem}.demo-form-wrap .hs-richtext a,.demo-form-wrap a{color:var(--lava);text-decoration:underline}.demo-form-wrap .hs-phone .input{display:flex;gap:.5rem}.demo-form-wrap .hs-button,.demo-form-wrap input[type=submit]{background:var(--lava);color:#fff;border:none;border-radius:8px;padding:.9rem 2.6rem;font:inherit;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .15s ease}.demo-form-wrap .hs-button:hover,.demo-form-wrap input[type=submit]:hover{background:var(--lava-dark)}.demo-form-wrap .hs_submit .actions{display:flex;justify-content:flex-end;margin-top:.5rem}.demo-form-wrap .hs_recaptcha{margin:.5rem 0 1.25rem}.demo-form-wrap .submitted-message{font-size:1.05rem;font-weight:500;color:var(--ink)}@media (max-width:560px){.demo-form-wrap fieldset.form-columns-2{grid-template-columns:1fr}}.eyebrow{display:block;font-size:.8rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin:0 0 1rem}.eyebrow.accent{color:var(--lava)}.feature-cols>div{border-top:1px solid var(--border);padding:1.6rem 1.75rem .5rem}.feature-cols>div+div{border-left:1px solid var(--border)}.feature-cols.cols-3>div:nth-child(3n+1){border-left:none}.feature-cols.cols-4>div:nth-child(4n+1){border-left:none}.feature-cols>div::before{content:"";display:block;width:30px;height:30px;margin:0 0 1.1rem;background-color:var(--lava);-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}.feature-cols>div:first-child::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22black%22%3E%3Crect%20x%3D%221%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22black%22%3E%3Crect%20x%3D%221%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.feature-cols>div:nth-child(2)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22black%22%3E%3Crect%20x%3D%221%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22black%22%3E%3Crect%20x%3D%221%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.feature-cols>div:nth-child(3)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E")}.feature-cols>div:nth-child(4)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.feature-cols>div:nth-child(5)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%220%22%20y%3D%226%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%221%22%20height%3D%226%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%221%22%20width%3D%221%22%20height%3D%229%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%225%22%20width%3D%221%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%221%22%20height%3D%227%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%220%22%20y%3D%226%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%221%22%20height%3D%226%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%221%22%20width%3D%221%22%20height%3D%229%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%225%22%20width%3D%221%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%221%22%20height%3D%227%22%2F%3E%3C%2Fsvg%3E")}.feature-cols>div:nth-child(6)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.feature-cols>div:first-child{padding-left:0}.feature-cols.cols-3>div:nth-child(3n+1){padding-left:0}.feature-cols.cols-4>div:nth-child(4n+1){padding-left:0}.feature-cols:not(.cols-2):not(.cols-3):not(.cols-4):not(.narrow-3)>div:nth-child(4n+1){padding-left:0;border-left:none}.feature-cols.cols-2>div:nth-child(odd){padding-left:0;border-left:none}@media (max-width:900px){.feature-cols>div+div{border-left:none}.feature-cols>div{padding-left:0}}.thanks-hero{position:relative;background:#0d0d0d url('/assets/images/thanks-hero-bg.jpg') center 32%/cover no-repeat}.thanks-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,8,8,.5) 0,rgba(8,8,8,.72) 100%);z-index:0}.thanks-hero>.wrap{position:relative;z-index:1}.thanks-hero h1{color:#fff}.thanks-hero p.sub{color:rgba(255,255,255,.88)}.thanks-hero .pill-tag{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.28)}.wait-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem}.wait-card{display:block;color:inherit;text-decoration:none}.wait-card img{display:block;width:100%;height:210px;object-fit:cover;border-radius:12px;margin-bottom:1.1rem}.wait-card h3{font-size:1.3rem;font-weight:600;margin:0 0 .45rem}.wait-card p{color:var(--body);margin:0 0 .7rem;font-size:1rem;line-height:1.5}.wait-card:hover .link-arrow{text-decoration:underline}@media (max-width:820px){.wait-cards{grid-template-columns:1fr}}@media (max-width:900px){.demo-logos{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem 1.5rem;align-items:center;justify-items:start}.demo-logos img{height:22px}}.glossary-body{max-width:720px}.glossary-body p{font-size:1.15rem;line-height:1.7;color:var(--body);margin:0 0 1.6rem;white-space:pre-line}.glossary-related{background:var(--bg);border-radius:12px;padding:1.1rem 1.4rem;margin:0 0 2rem}.glossary-related p{margin:0;font-size:.98rem;color:var(--body)}.glossary-related a{color:var(--lava);font-weight:600;text-decoration:underline}.glossary-cta{display:flex;flex-direction:column;align-items:center;gap:1.4rem;text-align:center}.glossary-cta .link-arrow{margin:0}.glossary-back-link{display:inline-block;margin:0 0 2.5rem}.glossary-closing{background:var(--bg);border-radius:16px;padding:2.75rem 2.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.glossary-closing h3{margin:0;font-size:1.4rem}.glossary-closing p{margin:0;font-size:1rem;color:var(--body);line-height:1.6;max-width:34rem}@media (max-width:600px){.glossary-closing{padding:1.75rem}}.trusted-strip{padding:2.75rem 0 4rem}.trusted-strip-label{text-align:center;font-size:.9rem;font-weight:600;color:var(--muted);margin:0 0 1.75rem;text-transform:uppercase;letter-spacing:.04em}.story-filters{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin:0 0 2.75rem}.story-filter-chip{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--border);border-radius:999px;padding:.6rem 1.2rem;font-size:.92rem;font-weight:500;color:var(--ink);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.story-filter-chip:hover{border-color:var(--ink)}.story-filter-chip.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.glossary-index{columns:3;column-gap:3rem}.glossary-index a{display:block;padding:.95rem 0;color:var(--body);text-decoration:none;border-bottom:1px solid var(--border);break-inside:avoid;font-size:1.02rem}.glossary-index a:hover{color:#000}@media (max-width:820px){.glossary-index{columns:1}}.glossary-az-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.15rem;margin:0 0 3rem;padding:.85rem 1rem;position:sticky;top:var(--header-h,64px);z-index:5;background:rgba(255,255,255,.85);-webkit-backdrop-filter:saturate(1.1) blur(10px);backdrop-filter:saturate(1.1) blur(10px);border:1px solid var(--border);border-radius:999px;max-width:fit-content;margin-left:auto;margin-right:auto;transition:box-shadow .2s ease}.glossary-az-nav.is-stuck{box-shadow:0 8px 24px rgba(0,0,0,.06)}.glossary-az-nav a{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:999px;font-family:var(--serif, serif);font-size:.95rem;font-weight:400;color:var(--muted-2);text-decoration:none;transition:background .15s ease,color .15s ease,transform .15s ease}.glossary-az-nav a:hover{background:var(--bg);color:var(--ink)}.glossary-az-nav a.is-current{color:#fff;background:var(--lava);font-style:italic}.glossary-az-nav a.is-disabled{color:#e2e2e2;pointer-events:none}.glossary-letter-group{margin:0 0 2.75rem;scroll-margin-top:6.5rem;opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}.glossary-letter-group.is-visible{opacity:1;transform:translateY(0)}.glossary-letter-heading{font-family:var(--serif, serif);font-size:1.5rem;margin:0 0 .25rem;color:var(--lava);font-style:italic}@media (prefers-reduced-motion:reduce){.glossary-letter-group{opacity:1;transform:none;transition:none}}.glossary-subcats{display:flex;flex-wrap:wrap;gap:.6rem;margin:0 0 2.5rem}.glossary-subcat-chip{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--border);border-radius:999px;padding:.55rem 1.05rem;font-size:.86rem;font-weight:500;color:var(--ink);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.glossary-subcat-chip .glossary-category-count{background:var(--bg);color:var(--muted)}.glossary-subcat-chip:hover{border-color:var(--ink)}.glossary-subcat-chip.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.glossary-subcat-chip.is-active .glossary-category-count{background:rgba(255,255,255,.2);color:#fff}.glossary-categories-sec{padding-top:4rem;padding-bottom:4rem}.glossary-categories{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;max-width:920px;margin:0 auto}.glossary-category-chip{display:inline-flex;align-items:center;gap:.55rem;background:#fff;border:1px solid var(--border);border-radius:999px;padding:.7rem 1.25rem;font-size:.92rem;font-weight:500;color:var(--ink);transition:background .15s ease,border-color .15s ease,color .15s ease}.glossary-category-chip:hover{background:var(--ink);border-color:var(--ink);color:#fff}.glossary-category-chip:hover .glossary-category-count{background:rgba(255,255,255,.2);color:#fff}.glossary-category-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .4rem;background:var(--bg);color:var(--muted);border-radius:999px;font-size:.78rem;font-weight:600}.glossary-crumb{margin:0 0 1.5rem;font-size:.85rem;font-weight:600}.glossary-crumb a{color:rgba(255,255,255,.75)}.glossary-crumb a:hover{color:#fff}.glossary-crumb-sep{margin:0 .55rem;color:rgba(255,255,255,.4)}.glossary-crumb-current{color:rgba(255,255,255,.75)}.glossary-random{display:inline-flex;align-items:center;gap:.55rem;margin-top:.5rem;background:rgba(255,255,255,.94);color:var(--ink);border:none}.glossary-random:hover{background:#fff}.glossary-hero{position:relative;background:#0d0d0d}.glossary-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,8,8,.15) 0,rgba(8,8,8,.32) 100%);z-index:0}.glossary-hero.glossary-hero-photo{background:#0d0d0d url('/assets/images/glossary-hero-bg.jpg') 70% 78%/cover no-repeat}.glossary-hero.glossary-hero-photo::before{background:linear-gradient(180deg,rgba(8,8,8,.5) 0,rgba(8,8,8,.72) 100%)}.glossary-hero>.wrap{position:relative;z-index:1}.glossary-hero h1{color:#fff}.glossary-hero p.sub{color:rgba(255,255,255,.88)}.glossary-hero .pill-tag{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.28)}.glossary-term-word{font-style:italic;margin-bottom:.6rem;line-height:1.4}.glossary-term-icon{display:inline-block;flex:none;width:2.35rem;height:2.35rem;background-color:var(--lava);-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}.glossary-term-icon.icon-spark{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-audit{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-tax{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-compliance{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-ledger{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%229%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%220%22%20width%3D%221%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%227%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%2210%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%229%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%220%22%20width%3D%221%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%227%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%2210%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-ai{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%221%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%227%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%221%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%227%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-workflow{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-clock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%229%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%223%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%229%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%223%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-chart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%220%22%20y%3D%229%22%20width%3D%229%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%222%22%20height%3D%223%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%222%22%20height%3D%226%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%222%22%20height%3D%228%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%220%22%20y%3D%229%22%20width%3D%229%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%222%22%20height%3D%223%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%222%22%20height%3D%226%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%222%22%20height%3D%228%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-database{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-people{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%224%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%224%22%20height%3D%223%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%224%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%224%22%20height%3D%223%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-lock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%223%22%20y%3D%221%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%221%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%226%22%20height%3D%226%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%223%22%20y%3D%221%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%221%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%226%22%20height%3D%226%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-globe{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%229%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%229%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-icon.icon-building{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.glossary-term-head{display:flex;align-items:center;justify-content:center;gap:.85rem;margin-bottom:.6rem}.glossary-term-icon{align-self:center}.glossary-term-head .glossary-term-word{margin-bottom:0}.glossary-phonetic{font-family:"SF Mono","Roboto Mono",Menlo,Consolas,monospace;font-size:1rem;letter-spacing:.02em;color:rgba(255,255,255,.65);margin:0}.glossary-term-nav{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;margin-top:2.25rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12)}.glossary-term-nav-link{display:flex;align-items:center;gap:.55rem;max-width:45%;color:rgba(255,255,255,.7);text-decoration:none;font-size:.92rem;font-weight:600;transition:color .15s ease}.glossary-term-nav-link:hover{color:#fff}.glossary-term-nav-next{flex-direction:row-reverse;margin-left:auto;text-align:right}.glossary-term-nav-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.glossary-term-nav-arrow{flex:none;font-size:1.15rem;line-height:1}@media (max-width:600px){.glossary-term-nav-label{max-width:7.5rem}.glossary-term-nav-link{font-size:.85rem}}.glossary-tldr{font-family:var(--serif);font-style:italic;font-size:1.2rem;line-height:1.5;color:var(--ink);margin:0 0 2rem;padding:0 0 1.75rem;border-bottom:1px solid var(--border)}.glossary-tldr-label{font-family:var(--sans, inherit);font-style:normal;font-weight:700;letter-spacing:.04em;color:var(--lava);font-size:.78rem;text-transform:uppercase;margin-right:.6rem;vertical-align:middle}.feature-cols>div.pico-cashflow::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.feature-cols>div.pico-invoice::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%229%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%220%22%20width%3D%221%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%227%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%229%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%220%22%20width%3D%221%22%20height%3D%2210%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%227%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.feature-cols>div.pico-subs::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.feature-cols>div.pico-revrec::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.feature-cols>div.pico-bell::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%224%22%20y%3D%221%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%222%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%224%22%20y%3D%221%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%222%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%228%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.feature-cols>div.pico-coin::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%224%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%229%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%224%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%224%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%229%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%222%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E")}.feature-cols>div.pico-approval::before{-webkit-mask:none;mask:none;background-color:transparent;background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22%23f5410f%22%2F%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;image-rendering:pixelated;image-rendering:crisp-edges}.feature-cols>div.pico-card::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%221%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%221%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.feature-cols>div.pico-limits::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Crect%20x%3D%221%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Crect%20x%3D%221%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.feature-cols>div.pico-receipt::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%220%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%222%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%220%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%222%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.events-hero-ctas{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:.5rem;flex-wrap:wrap}.hackathon-video-frame{max-width:900px;margin:0 auto 3rem;border-radius:14px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.14);background:#000}.hackathon-video-frame video{display:block;width:100%;height:auto}.events-subhead{font-family:var(--serif);font-weight:400;font-size:1.3rem;color:var(--ink);margin:3rem 0 1rem}.events-subhead:first-of-type{margin-top:0}.events-table{max-width:900px;margin:0 auto;border-top:1px solid var(--border)}.events-row{display:grid;grid-template-columns:2.2fr 1fr 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:center;text-decoration:none;color:inherit}.events-row-head{color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;padding-bottom:.75rem}a.events-row{transition:background .15s ease}a.events-row:hover{background:#faf9f7}.events-row .ev-name{font-family:var(--serif);font-size:1.05rem;color:var(--ink);display:flex;align-items:center;gap:.5rem;font-variant-ligatures:none;-webkit-font-variant-ligatures:none}.events-row .ev-name .arr{color:var(--lava);opacity:0;transition:opacity .15s ease}a.events-row:hover .ev-name .arr{opacity:1}.events-row .ev-date,.events-row .ev-loc{color:var(--body);font-size:.95rem}.events-row .ev-link a{color:var(--lava);font-weight:600}.events-row .ev-link a:hover{color:var(--lava-dark,var(--lava));text-decoration:underline}.events-table[data-panel=upcoming] .events-row{grid-template-columns:2fr 1fr 1fr 0.7fr}.events-toggle-wrap{max-width:900px;margin:2.5rem auto 0}.events-toggle{display:flex;gap:.5rem;margin-bottom:1.5rem}.events-toggle-btn{font:inherit;font-size:.95rem;font-weight:600;padding:.55rem 1.2rem;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--body);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.events-toggle-btn:hover{border-color:var(--muted)}.events-toggle-btn.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}.events-toggle-wrap .events-table{margin:0}@media (max-width:700px){.events-row{grid-template-columns:1fr;gap:.2rem;padding:1.1rem 0}.events-row-head{display:none}.events-row .ev-date{order:-1;color:var(--muted);font-size:.85rem}.events-table[data-panel=upcoming] .events-row{grid-template-columns:1fr}.events-row .ev-link{order:2}.events-row .ev-link a::before{content:"Sign up: ";color:var(--muted);font-weight:400}}.feature-cols>div.pico-request::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.feature-cols>div.pico-po::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Crect%20x%3D%221%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Crect%20x%3D%221%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%229%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.feature-cols>div.pico-match::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.feature-cols>div.pico-sync::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Crect%20x%3D%223%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Crect%20x%3D%223%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.big-quote{font-family:var(--serif);font-weight:400;font-size:clamp(1.5rem, 2.6vw, 2.1rem);line-height:1.32;letter-spacing:-.01em;margin:0 0 1.4rem;color:var(--ink)}.big-quote-cite{font-style:normal;font-family:var(--sans);font-size:.98rem;font-weight:600;color:var(--ink)}.big-quote-cite span{display:block;font-weight:400;color:var(--muted);margin-top:2px}.big-quote .accent-orange{color:var(--lava)}.big-quote-by{display:flex;align-items:center;gap:.9rem}.big-quote-avatar{width:52px;height:52px}.quote-band blockquote{max-width:58rem;margin:0 auto;text-align:center}.quote-band blockquote p{font-family:var(--serif);font-weight:400;font-size:clamp(1.7rem, 3.6vw, 2.8rem);line-height:1.26;letter-spacing:-.01em;color:var(--ink);margin:0 0 1.75rem}.quote-band cite{font-style:normal;font-family:var(--sans);font-size:1rem;color:var(--muted)}.photo-split.photo-natural img{height:auto;min-height:0;object-fit:contain;align-self:center}.blend-multiply{mix-blend-mode:multiply}header.site.media-hero:not(.scrolled) .nav-pill a.navlink{color:#fff;opacity:.95}header.site.media-hero:not(.scrolled) .nav-pill a.navlink:hover{color:var(--lava);opacity:1}.logo .logo-white{display:none}header.site.media-hero:not(.scrolled) .logo .logo-black{display:none}header.site.media-hero:not(.scrolled) .logo .logo-white{display:block}header.site.media-hero:not(.scrolled) .btn-nav{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.28)}header.site.media-hero:not(.scrolled) .btn-nav:hover{background:var(--mint);color:#fff;border-color:var(--mint)}.demo-photo{width:100%;border-radius:20px;display:block;margin:1.75rem 0;aspect-ratio:3/2;object-fit:cover}.app-store-photo{height:220px;margin:.5rem 0 0}@media (max-width:900px){.app-store-photo{display:none}}.demo-page.tight{padding:3.25rem 0 3.5rem}.build-meta{font-size:.78rem;color:var(--muted);opacity:.75;white-space:nowrap}.session-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem}.session-card .video-embed{margin-bottom:1.1rem}.session-card .num{display:block;font-size:.78rem;font-weight:600;color:var(--lava);letter-spacing:.06em;margin-bottom:.4rem}.session-card h3{font-size:1.2rem;font-weight:600;font-family:var(--sans);margin:0 0 .5rem;color:var(--ink)}.session-card p{margin:0;color:var(--body);font-size:.95rem}.video-embed.lite-yt{background-size:cover;background-position:center;cursor:pointer}@media (max-width:780px){.session-grid{grid-template-columns:1fr}}.hero.hero-photo .btn:not(.btn-black):not(.btn-lava),.hero.hero-video .btn:not(.btn-black):not(.btn-lava){background:0 0;color:#fff;border:1px solid rgba(255,255,255,.55);padding:1rem 2.5rem}.hero.hero-photo .btn:not(.btn-black):not(.btn-lava):hover,.hero.hero-video .btn:not(.btn-black):not(.btn-lava):hover{background:rgba(255,255,255,.14)}.hero.hero-video.bare{padding:0;aspect-ratio:21/9;min-height:420px}.hero.hero-video.bare::before{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fix-num{display:block;font-family:var(--serif);font-size:2.2rem;line-height:1;color:var(--lava);margin-bottom:.75rem}.fix-col h3{font-size:1.6rem;font-family:var(--serif);font-weight:400;margin:0 0 .9rem}.fix-col p+p{margin-top:.9rem}.fix-col strong{color:var(--ink);font-weight:600}.feature-cols>div.fix-col::before{display:none}.mm-top img{height:22px;width:auto}.plugin-logo{height:30px;width:auto;display:block;margin:0 0 .75rem}.plugin-logos{display:flex;gap:12px;align-items:center;margin-bottom:.75rem}.plugin-logos .plugin-logo{height:26px;margin:0}.compare-chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:880px;margin:0 auto}.compare-chip{display:inline-block;padding:.6rem 1.15rem;border:1px solid #e2e2e2;border-radius:999px;color:#111;font-weight:500;transition:border-color .15s,background .15s,color .15s}.compare-chip:hover{border-color:#111}.compare-chip.primary{background:#111;color:#fff;border-color:#111}.compare-chip.primary:hover{background:#333}.plugins-cols>div::before{display:none}#products .feature-cols>div:nth-child(7)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}#products .feature-cols>div:nth-child(8)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}#products .feature-cols>div:nth-child(9)::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20shape-rendering%3D%22crispEdges%22%20fill%3D%22%2523000%22%3E%3Crect%20x%3D%221%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E")}.compare-table-head{text-align:center;font-family:var(--serif);font-weight:400;font-size:1.5rem;margin:2.9rem 0 1.25rem}.versus-table.compare-embed{max-width:760px;margin:0 auto}.compare-picker{text-align:center;margin:0 auto .5rem}.compare-picker label{display:block;font-size:.9rem;color:var(--body);margin-bottom:.55rem}.compare-select{font:inherit;padding:.6rem 2.6rem .6rem 2.6rem;border:1px solid #ccc;border-radius:999px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%23111' stroke-width='1.6'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center;background-size:12px 8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#111;cursor:pointer;min-width:260px;text-align:center}.compare-select:focus{outline:0;border-color:#111}.pack-subhead{text-align:center;font-family:var(--serif);font-weight:400;font-size:1.3rem;margin:2.8rem 0 .4rem}.pack-grid>div::before{display:none}.pack-note{text-align:center;color:var(--body);margin-top:1.6rem;font-size:.95rem}.sec.black .pack-grid>div{border-color:rgba(255,255,255,.16)}.sec.black .pack-grid h3{color:#fff}.sec.black .pack-grid p{color:#c9c9c9}.sec.black .pack-subhead{color:#fff}.sec.black .pack-note{color:#b5b5b5}.pack-grid .pack-icon{width:26px;height:26px;display:block;margin:0 0 .75rem;color:var(--ink)}.pack-hero{text-align:center}.pack-hero-icon{width:44px;height:44px;color:var(--ink);display:inline-block;margin:0 0 1rem}.pack-connect{text-align:center;margin-top:.9rem;color:#b5b5b5;font-size:.95rem}.pack-connect a{color:#fff;text-decoration:underline}.sec.black .pack-grid .pack-icon,.sec.black .pack-hero-icon{color:#fff}.pack-grid+.pack-subhead{margin-top:4.75rem}.sec:not(.hero),footer.site{content-visibility:auto;contain-intrinsic-size:auto 600px}.pack-gate{max-width:540px;margin:0 auto}.pack-gate-row{display:flex;gap:10px;margin-bottom:10px}.pack-gate input{flex:1;min-width:0;width:100%;padding:.72rem .9rem;border:1px solid #ccc;border-radius:8px;font:inherit;background:#fff;color:#111}.pack-gate input.invalid{border-color:#e5484d}.pack-gate .cf-turnstile{display:flex;justify-content:center;margin:0;min-height:0}.pack-gate .center-link{margin-top:0}.pack-gate-note{text-align:center;font-size:.8rem;margin-top:.9rem;opacity:.7}.pack-gate-error{text-align:center;color:#ff6b6b;margin-top:.7rem}.pack-gate-done{text-align:center}.pack-gate-thanks{font-family:var(--serif);font-size:1.25rem;margin-bottom:1rem}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}@media (max-width:560px){.pack-gate-row{flex-direction:column}}#cfo-pack .pack-note+.center-link{margin-top:4.75rem}#cfo-gate-wrap{margin-top:4.75rem}.pack-gate .ts-holder{margin:.5rem 0 .2rem}.nav-item.nav-lang{display:flex;align-items:center}.nav-lang>.navlink{display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.nav-lang>.navlink svg{display:block}.help-hero{text-align:center}.help-hero h1{color:#fff}.help-search{position:relative;max-width:560px;margin:2rem auto 0;text-align:left}.help-search-icon{position:absolute;left:1.1rem;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.help-search input{width:100%;padding:1rem 1.25rem 1rem 3rem;font:500 1.05rem var(--sans);color:var(--ink);background:#fff;border:1px solid transparent;border-radius:10px;outline:0;box-shadow:0 10px 30px rgba(0,0,0,.18)}.help-search input:focus{border-color:var(--lava)}.help-search-results{position:absolute;top:calc(100% + .5rem);left:0;right:0;z-index:30;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 18px 44px rgba(0,0,0,.16);overflow:hidden;max-height:26rem;overflow-y:auto}.help-search-results a{display:block;padding:.8rem 1.1rem;border-bottom:1px solid #f1ece2}.help-search-results a:last-child{border-bottom:none}.help-search-results a:focus,.help-search-results a:hover{background:var(--bg)}.help-search-result-title{display:block;font-weight:600;color:var(--ink);font-size:.98rem}.help-search-result-cat{display:block;color:var(--muted);font-size:.82rem;margin-top:.1rem}.help-search-empty{margin:0;padding:.9rem 1.1rem;color:var(--muted);font-size:.95rem}.help-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.help-category-card{display:block;background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.7rem 1.6rem 1.5rem;transition:transform .18s ease,box-shadow .18s ease}.sec.white .help-category-card{background:var(--bg);border-color:transparent}.help-category-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.help-category-card h3{font-size:1.15rem;font-weight:600;margin:.9rem 0 .25rem;color:var(--ink)}.help-category-count{margin:0;color:var(--muted);font-size:.9rem}@media (max-width:900px){.help-category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.help-category-grid{grid-template-columns:1fr}}.help-contact-ctas{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.help-contact-ctas .btn-white{border:1px solid var(--border)}.help-page-hero{padding:4rem 0 2.5rem}.help-page-hero h1{font-size:clamp(2rem, 4vw, 3rem);line-height:1.18}.help-cat-head{display:flex;align-items:center;justify-content:center;gap:.85rem;margin-bottom:.4rem}.help-cat-head h1{margin:0}.help-article-list{max-width:46rem;margin:0 auto}.help-article-row{position:relative;display:block;padding:1.35rem 2.4rem 1.35rem 0;border-bottom:1px solid var(--border)}.help-article-row:first-child{border-top:1px solid var(--border)}.help-article-row h2{font-family:var(--sans);font-size:1.12rem;font-weight:600;margin:0 0 .3rem;color:var(--ink)}.help-article-row p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.55}.help-article-row-arrow{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);color:var(--muted-2);transition:transform .15s ease,color .15s ease}.help-article-row:hover h2{color:var(--lava)}.help-article-row:hover .help-article-row-arrow{color:var(--lava);transform:translateY(-50%) translateX(3px)}.help-article-layout{display:grid;grid-template-columns:minmax(0,46rem) 15.5rem;gap:4rem;justify-content:center;align-items:start}.help-article-layout .prose{margin:0}.help-article-aside{position:sticky;top:90px}.help-toc{margin-bottom:2.2rem}.help-toc h2{font-family:var(--sans);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 .7rem}.help-toc ul{list-style:none;margin:0;padding:0}.help-toc li{margin:0}.help-toc a,.help-toc span{display:block;padding:.32rem 0;font-size:.9rem;line-height:1.4;color:var(--body)}.help-toc a:hover{color:var(--lava)}.help-toc li.is-current span{color:var(--lava);font-weight:600}@media (max-width:1000px){.help-article-layout{grid-template-columns:minmax(0,46rem)}.help-article-aside{position:static;order:-1}.help-more{display:none}}.help-prose h2 .heading-anchor,.help-prose h3 .heading-anchor,.help-prose h4 .heading-anchor{float:left;margin-left:-1.3em;width:1.3em;color:var(--muted-2);opacity:0;transition:opacity .12s ease}.help-prose h2:hover .heading-anchor,.help-prose h3:hover .heading-anchor,.help-prose h4:hover .heading-anchor{opacity:1}.help-prose h2{scroll-margin-top:90px}.help-prose h3,.help-prose h4{scroll-margin-top:90px}.help-prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.help-prose td,.help-prose th{padding:.7rem .9rem;text-align:left;border:1px solid var(--border);vertical-align:top}.help-prose thead th{background:var(--bg);font-weight:600}.help-prose code{background:#f5f1e8;border-radius:4px;padding:.1em .35em;font-size:.9em}.help-prose pre{background:#171717;color:#f2f2f2;border-radius:10px;padding:1.1rem 1.3rem;overflow-x:auto;margin:1.5rem 0}.help-prose pre code{background:0 0;padding:0;font-size:.88rem;line-height:1.6}.help-prose blockquote{margin:1.5rem 0;padding:.2rem 0 .2rem 1.2rem;border-left:3px solid var(--lava);color:var(--body)}.help-prose blockquote p{margin:.4rem 0}.help-prose hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.help-feedback{margin:3rem 0 0;padding:1.6rem 1.7rem;background:var(--bg);border-radius:14px}.help-feedback-q{font-weight:600;margin:0 0 .9rem;color:var(--ink)}.help-feedback-btns{display:flex;gap:.7rem}.help-feedback .btn-white{border:1px solid var(--border);padding:.6rem 1.6rem}.help-feedback .btn-white.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}.help-feedback-form{margin-top:1.1rem}.help-feedback-form label{display:block;font-size:.92rem;color:var(--body);margin-bottom:.45rem}.help-feedback-form textarea{width:100%;padding:.7rem .85rem;font:400 0.95rem var(--sans);color:var(--ink);border:1px solid var(--border);border-radius:8px;background:#fff;resize:vertical;margin-bottom:.8rem}.help-feedback-form textarea:focus{outline:0;border-color:var(--lava)}.help-feedback-form .btn-black{padding:.7rem 1.8rem;font-size:.95rem}.help-feedback-thanks{margin:.9rem 0 0;color:var(--body);font-weight:500}.help-article-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:2.2rem}.help-article-nav-link{display:block;max-width:46%}.help-article-nav-next{text-align:right;margin-left:auto}.help-article-nav-dir{display:block;font-size:.82rem;color:var(--muted);margin-bottom:.15rem}.help-article-nav-title{display:block;font-weight:600;font-size:.98rem;color:var(--ink);line-height:1.35}.help-article-nav-link:hover .help-article-nav-title{color:var(--lava)}@media (max-width:900px){.plugins-cols>div{text-align:center}.plugins-cols>div>.plugin-logo{margin-left:auto;margin-right:auto}.plugins-cols .plugin-logos{justify-content:center}}@media (max-width:960px){.quote-card{text-align:center}.quote-card .who{justify-content:center}}.works-section .phone-wrap{display:flex;justify-content:center;margin:2.5rem 0 3.75rem}.works-section .app-screenshot{display:block;width:100%;max-width:300px;height:auto;filter:drop-shadow(0 34px 60px rgba(0,0,0,.45))}.mobile-sec .app-screenshot{display:block;width:100%;max-width:300px;height:auto;margin:2.5rem auto 0}.versus-table.versus-detail td:not(:first-child),.versus-table.versus-detail th:not(:first-child){text-align:left;width:38%}.versus-table.versus-detail td{vertical-align:top;font-size:.97rem;line-height:1.45}.versus-table.versus-detail td:nth-child(2){color:var(--ink)}.versus-table.versus-detail td:nth-child(3){color:var(--muted)}.versus-cards.signs .versus-card{padding-bottom:1.7rem}@media (max-width:700px){.versus-table.versus-detail thead{display:none}.versus-table.versus-detail,.versus-table.versus-detail tbody{display:block}.versus-table.versus-detail tr{display:grid;grid-template-columns:1fr 1fr;column-gap:1.15rem;padding:1.25rem 0;border-top:1px solid var(--border);border-bottom:none}.versus-table.versus-detail td{display:block;width:100%;border-bottom:none;padding:0;font-size:.9rem;line-height:1.45}.versus-table.versus-detail td:not(:first-child){width:100%}.versus-table.versus-detail td.vd-aspect{grid-column:1/-1;padding-bottom:1rem;font-size:1.0625rem;letter-spacing:-.01em}.versus-table.versus-detail td:nth-child(3){padding-left:1.15rem;border-left:1px solid var(--border)}.versus-table.versus-detail td[data-label]::before{content:attr(data-label);display:block;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.5rem}.versus-table.versus-detail td:nth-child(2)[data-label]::before{color:var(--lava)}.versus-table.versus-detail td:nth-child(3)[data-label]::before{color:var(--muted-2)}}.footer-llm{text-align:center;margin:0 0 3rem}.footer-llm p{color:var(--muted-2);font-size:.95rem;margin:0 0 1rem}.llm-links{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.llm-links a{display:inline-block;padding:.5rem 1.1rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;font-size:.875rem;font-weight:500;color:#eee;background:0 0;transition:border-color .15s ease,color .15s ease}.llm-links a:hover{border-color:var(--lava);color:var(--lava)}.pack-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:860px;margin:0 auto 1.6rem}.pack-card{border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:20px 22px;text-align:left}.pack-card h3{margin:0 0 2px}.pack-card-sub{font-size:.8rem;opacity:.65;margin:0 0 10px}.pack-card p{margin:0;font-size:.92rem;opacity:.85}.pack-choice{display:flex;flex-direction:column;gap:8px;margin:2px 0 12px;text-align:left}.pack-choice label{display:flex;align-items:center;justify-content:flex-start;gap:9px;cursor:pointer;font-size:.95rem}.pack-choice input{flex:none;width:auto}.pack-choice input{accent-color:currentColor}.pack-choice span{opacity:.6;font-size:.82rem}@media (max-width:640px){.pack-cards{grid-template-columns:1fr}}.universe-paths .module-card{display:flex;flex-direction:column}.universe-paths .module-card .module-label{align-self:flex-start}.universe-paths .module-card .link-arrow{margin-top:auto;padding-top:1.1rem}.industry-chips{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;max-width:860px;margin:3.5rem auto 0}.soon-tag{display:inline-block;background:var(--pill-gray);border-radius:4px;padding:.3rem .85rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.9rem}.cert-grid.soc-facts .card .partner-logo{height:26px;width:auto;margin-bottom:1rem}.cert-grid.soc-facts .card.lava{background:var(--lava);border-color:var(--lava)}.cert-grid.soc-facts .card.lava .link-arrow,.cert-grid.soc-facts .card.lava h3,.cert-grid.soc-facts .card.lava p{color:#fff}.cert-grid.founding{grid-template-columns:repeat(5,1fr);max-width:none;gap:1.25rem}.cert-grid.founding .card{padding:1.5rem 1.35rem}@media (max-width:1100px){.cert-grid.founding{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cert-grid.founding{grid-template-columns:1fr}}.soon-tag.live{background:#e4f3ea;color:#1a9e5f}.appstore{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:4rem;max-width:1000px;margin:0 auto}.app-row{display:flex;align-items:center;gap:1.1rem;padding:1.35rem 0;border-top:1px solid var(--border)}.appstore .app-row:nth-child(-n+2){border-top:none}.app-icon{flex:none;width:58px;height:58px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.65rem;font-weight:700}.app-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem;overflow-wrap:break-word}.app-name{font-weight:700;font-size:1.05rem;color:var(--ink)}.app-sub{color:var(--muted);font-size:.9rem;line-height:1.35}.app-action{flex:none;display:flex;flex-direction:column;align-items:center;gap:.35rem}.app-btn{background:var(--pill-gray);color:var(--lava);font-weight:700;font-size:.9rem;border-radius:999px;padding:.4rem 1.5rem;transition:background .15s ease,color .15s ease}.app-row:hover .app-btn{background:var(--lava);color:#fff}.app-note{font-size:.68rem;color:var(--muted-2);text-transform:uppercase;letter-spacing:.04em}@media (max-width:820px){.appstore{grid-template-columns:minmax(0,1fr)}.appstore .app-row:nth-child(2){border-top:1px solid var(--border)}}@media (max-width:560px){.app-row{gap:.85rem}.app-icon{width:46px;height:46px;border-radius:11px;font-size:1.35rem}.app-icon svg{width:24px;height:24px}.app-btn{padding:.35rem 1rem;font-size:.85rem}}.app-icon img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.hero.universe-hero{position:relative;overflow:hidden;padding-top:11.5rem}.hero.universe-hero .wrap{position:relative;z-index:1}.hero-orbits{position:absolute;left:50%;top:3.75rem;transform:translateX(-50%);width:1400px;height:700px;pointer-events:none}.hero-orbits circle{fill:none;stroke:var(--border);stroke-width:1.5}.hero-orbits circle.dotted{stroke-width:2.5;stroke-dasharray:0.5 14;stroke-linecap:square}.hero-orbits rect{fill:var(--lava)}.hero-orbits .sun line{stroke:var(--lava);stroke-width:3;stroke-dasharray:3 1}.hero-orbits rect.ink{fill:var(--ink)}.hero-orbits rect.peach{fill:var(--off-orange)}.hero-orbits rect.star{fill:var(--border)}.hero-orbits .orbit{transform-origin:700px 60px;animation:hero-orbit-spin 120s linear infinite}.hero-orbits .orbit.reverse{animation-direction:reverse;animation-duration:160s}@keyframes hero-orbit-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.hero-orbits .orbit{animation:none}}@media (max-width:700px){.hero-orbits{width:900px;height:450px}}.hero-orbits .orbit rect{transform-box:fill-box;transform-origin:center;animation:hero-orbit-spin 120s linear infinite reverse}.hero-orbits .orbit.reverse rect{animation-direction:normal;animation-duration:160s}@media (prefers-reduced-motion:reduce){.hero-orbits .orbit rect{animation:none}}.ind-chip{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.45rem 1.05rem;font-size:.9rem;font-family:var(--sans);color:var(--body);cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.ind-chip:hover{border-color:var(--ink)}.ind-chip.is-active{background:var(--lava);border-color:var(--lava);color:#fff;font-weight:600}.industry-panel{max-width:640px;margin:1.75rem auto 0;text-align:center;min-height:6rem}.ind-body p{margin:0;font-size:1.05rem;line-height:1.6;color:var(--body)}@media (max-width:700px){.industry-panel{min-height:9rem}}.store-panel{border:1px solid var(--border);border-radius:20px;background:#fff;padding:0 2rem 1.5rem;box-shadow:0 14px 40px rgba(0,0,0,.05)}.store-panel-bar{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1.4rem 0 .2rem;border-bottom:1px solid var(--border);margin-bottom:.5rem}.store-panel-title{font-weight:700;font-size:1.05rem}.store-panel-meta{font-size:.85rem;color:var(--muted-2)}.store-panel .appstore{column-gap:3rem}.store-panel .app-row{padding:1.15rem 0}@media (max-width:640px){.store-panel{padding:0 1.25rem 1rem}}.uni-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.uni-quote{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:20px;padding:1.9rem;transition:transform .18s ease,box-shadow .18s ease}.uni-quote:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(0,0,0,.08)}.uni-quote .qmark{font-family:var(--serif);font-size:2.6rem;line-height:.6;color:var(--lava)}.uni-quote blockquote{font-family:var(--serif);font-size:1.3rem;line-height:1.3;margin:1rem 0 1.25rem;color:var(--ink)}.uni-quote cite{font-style:normal;font-size:.9rem;font-weight:600;color:var(--ink)}.uni-quote cite span{display:block;font-weight:400;color:var(--muted)}.uni-quote .link-arrow{margin-top:auto;padding-top:1.25rem;font-size:.9rem}@media (max-width:900px){.uni-quotes{grid-template-columns:1fr}}@media (max-width:700px){.universe-page .sec{padding:3.25rem 0}.universe-page .section-head{margin-bottom:2rem}.universe-page .statement{padding:4rem 1.5rem}}.app-icon svg{width:30px;height:30px;display:block}.app-row.full{grid-column:1/-1;border-top:1px solid var(--border)}.app-icon img{object-fit:contain;padding:7px}.app-icon.agent-icon{background:var(--ink);color:var(--lava)}.app-icon.agent-icon svg .dim{opacity:.3}.app-name{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.app-by-logo{height:14px;width:auto;padding:0;object-fit:contain;flex:none}.app-by-word{font-style:normal;font-weight:400;font-size:.8rem;color:var(--muted-2);margin-left:.15rem}@font-face{font-family:"Press Start 2P";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/press-start-2p-latin.woff2) format("woff2")}.ctb-arena{padding:1.5rem 0 3.5rem;background:var(--bg)}.ctb-px{font-family:"Press Start 2P","Courier New",monospace;line-height:1.6}.ctb-stage{position:relative;height:min(76vh,700px);min-height:420px;border:3px solid #16100c;border-radius:10px;overflow:hidden;background:#221240;box-shadow:0 18px 50px rgba(22,16,12,.35);touch-action:manipulation;user-select:none;-webkit-user-select:none}.ctb-canvas{display:block;width:100%;height:100%;image-rendering:pixelated;cursor:crosshair}.ctb-nogl::after{content:"This machine is out of order (WebGL unavailable). The agent wins by forfeit.";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;padding:2rem;text-align:center}.ctb-scanlines{position:absolute;inset:0;z-index:3;pointer-events:none;background:repeating-linear-gradient(to bottom,rgba(0,0,0,.16) 0 1px,transparent 1px 3px);box-shadow:inset 0 0 120px rgba(0,0,0,.45)}.ctb-hud{position:absolute;inset:0;z-index:4;pointer-events:none}.ctb-bars{display:flex;align-items:flex-start;gap:10px;padding:12px 14px 0}.ctb-side{flex:1;min-width:0}.ctb-right{text-align:right}.ctb-name{font-family:"Press Start 2P",monospace;font-size:clamp(7px, 1.4vw, 10px);color:#fff;text-shadow:1px 1px 0 #16100c,2px 2px 0 #16100c;margin-bottom:5px;white-space:nowrap;overflow:hidden}.ctb-bar{height:16px;border:2px solid #16100c;background:#b3231a;box-shadow:inset 0 2px 0 rgba(255,255,255,.25),0 2px 0 rgba(0,0,0,.4)}.ctb-fill{height:100%;width:100%;background:linear-gradient(#ffe873,#f7c948 55%,#eaa221);transition:width .18s steps(6)}.ctb-right .ctb-fill{margin-left:auto}.ctb-count{font-family:"Press Start 2P",monospace;font-size:clamp(6px, 1.2vw, 8px);color:#ffd98a;text-shadow:1px 1px 0 #16100c;margin-top:5px}.ctb-timer{flex:none;width:3.2em;text-align:center;font-family:"Press Start 2P",monospace;font-size:clamp(16px, 3vw, 26px);color:#fff;text-shadow:2px 2px 0 #16100c,-1px -1px 0 #16100c,1px -1px 0 #16100c,-1px 1px 0 #16100c;padding-top:2px}.ctb-combo{position:absolute;left:8%;top:26%;opacity:0;transform:scale(.6) rotate(-6deg);font-family:"Press Start 2P",monospace;font-size:clamp(11px, 2.2vw, 18px);color:#ffd98a;text-shadow:2px 2px 0 #b3231a,3px 3px 0 #16100c;transition:opacity .12s,transform .12s}.ctb-combo.show{opacity:1;transform:scale(1) rotate(-6deg)}.ctb-splash{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Press Start 2P",monospace;font-size:clamp(26px, 7vw, 64px);color:#ffd98a;text-shadow:3px 3px 0 var(--lava),6px 6px 0 #16100c;opacity:0;transform:scale(1.6);pointer-events:none;text-align:center}.ctb-splash.show{opacity:1;transform:scale(1);transition:transform .16s cubic-bezier(.2, 1.6, .4, 1),opacity .1s}.ctb-splash.ko{color:#fff;letter-spacing:.05em}.ctb-screen{position:absolute;inset:0;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.1rem;text-align:center;padding:1.5rem;background:rgba(12,7,24,.82);color:#fff;overflow-y:auto}.ctb-screen::after,.ctb-screen::before{content:"";flex:1 0 0}.ctb-screen.hidden{display:none}.ctb-small{font-size:clamp(9px, 1.6vw, 12px);color:#ffd98a;margin:0}.ctb-vs{font-size:clamp(14px, 3vw, 24px);margin:0}.ctb-vs span{color:var(--lava);text-shadow:2px 2px 0 #16100c;padding:0 .4em}.ctb-endtitle{font-size:clamp(16px, 3.4vw, 28px);color:#ffd98a;margin:0}.ctb-rank{font-size:clamp(9px, 1.8vw, 13px);color:var(--lava);margin:0}.ctb-stats{font-size:clamp(8px, 1.5vw, 11px);color:#d9d2c7;margin:0}.ctb-stats em{color:#ffd98a;font-style:normal}.ctb-rules{max-width:40rem;margin:0;color:#d9d2c7;font-family:"Press Start 2P","Courier New",monospace;font-size:clamp(8px, 1.5vw, 11px);line-height:2}.ctb-coin{font-size:clamp(10px, 2vw, 14px);color:#16100c;background:#ffd98a;border:3px solid #16100c;border-radius:6px;padding:.9rem 1.6rem;cursor:pointer;box-shadow:0 4px 0 #16100c;animation:ctb-blink 1.2s steps(2) infinite}.ctb-coin:hover{background:#ffe8b8}.ctb-coin:active{transform:translateY(3px);box-shadow:0 1px 0 #16100c}@keyframes ctb-blink{50%{opacity:.75}}.ctb-endbtns{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center;justify-content:center}@media (max-width:640px){.ctb-stage{height:68vh;min-height:380px}.ctb-stage.ctb-haspad{height:min(48vh,440px);min-height:300px}.ctb-timer{width:2.4em}}@media (max-height:600px){.ctb-stage{height:calc(100vh - 160px);height:calc(100svh - 160px);min-height:220px}.ctb-stage.ctb-haspad{height:calc(100vh - 250px);height:calc(100svh - 250px);min-height:180px}.ctb-screen{gap:.75rem;padding:1rem 1.25rem}.ctb-rules{line-height:1.7}}@media (prefers-reduced-motion:reduce){.ctb-coin{animation:none}.ctb-splash.show{transition:none}}.ctb-touch{display:none;align-items:center;justify-content:space-between;margin-top:10px;padding:14px 16px;background:#181210;border:3px solid #16100c;border-radius:10px;box-shadow:0 10px 30px rgba(22,16,12,.3);touch-action:none;user-select:none;-webkit-user-select:none}.ctb-touch.show{display:flex}.ctb-haspad{height:min(52vh,480px);min-height:320px}.ctb-abtns,.ctb-dpad{display:flex;gap:10px;align-items:flex-end}.ctb-touch button{pointer-events:auto;touch-action:none;user-select:none;-webkit-user-select:none;width:58px;height:58px;border-radius:12px;border:3px solid #16100c;box-shadow:0 4px 0 #16100c;background:rgba(255,237,229,.82);color:#16100c;font-family:"Press Start 2P",monospace;font-size:16px;display:flex;align-items:center;justify-content:center}.ctb-touch button.on{transform:translateY(3px);box-shadow:0 1px 0 #16100c;background:#ffd98a}.ctb-dpad button[data-k=jump]{border-radius:50%}.ctb-abtns button{border-radius:50%;width:64px;height:64px}.ctb-abtns .ctb-bp{background:rgba(245,65,15,.9);color:#fff}.ctb-abtns .ctb-bk{background:rgba(255,217,138,.9)}.ctb-abtns .ctb-bp.on{background:#d6350a}.ctb-keys{font-size:clamp(8px, 1.5vw, 11px);color:#ffd98a;margin:0}.ctb-keys-coarse{display:none}@media (pointer:coarse){.ctb-keys-fine{display:none}.ctb-keys-coarse{display:block}}.ctb-dpad{display:grid;gap:6px;grid-template-columns:52px 52px 52px;grid-template-areas:". up ." "left down right"}.ctb-dpad .ctb-d-up{grid-area:up}.ctb-dpad .ctb-d-left{grid-area:left}.ctb-dpad .ctb-d-down{grid-area:down}.ctb-dpad .ctb-d-right{grid-area:right}.ctb-dpad button{width:52px;height:52px;font-size:14px}.ctb-allybar{display:none;height:7px;margin-top:4px;border:2px solid #16100c;background:#6e2018;width:55%}.ctb-allybar.show{display:block}.ctb-allyfill{height:100%;width:100%;background:linear-gradient(#ffb090,var(--lava));transition:width .18s steps(4)}.ctb-move{position:absolute;left:50%;bottom:22%;transform:translateX(-50%) scale(.7);font-family:"Press Start 2P",monospace;font-size:clamp(10px, 2vw, 16px);color:#fff;text-shadow:2px 2px 0 var(--lava),3px 3px 0 #16100c;opacity:0;white-space:nowrap;pointer-events:none}.ctb-move.show{opacity:1;transform:translateX(-50%) scale(1);transition:transform .1s,opacity 80ms}.ctb-ghostbtn{font-size:clamp(9px, 1.6vw, 12px);color:#d9d2c7;background:0 0;border:3px solid #d9d2c7;border-radius:6px;padding:.9rem 1.4rem;cursor:pointer}.ctb-ghostbtn:hover{color:#fff;border-color:#fff}.ctb-controls{display:flex;flex-direction:column;gap:.55rem}.ctb-controls .ctb-px{font-size:clamp(8px, 1.5vw, 11px);color:#fff;margin:0}.ctb-gold{color:#ffd98a!important}.ctb-dim{color:#9a8f84}.ctb-screen{overflow-y:auto}.ctb-controls.ctb-keys-coarse{display:none}@media (pointer:coarse){.ctb-controls.ctb-keys-fine{display:none}.ctb-controls.ctb-keys-coarse{display:flex}}.hero-arcade{padding-bottom:0}.hero-arcade h1{font-family:"Press Start 2P","Courier New",monospace;font-size:clamp(22px, 4.6vw, 42px);line-height:1.45;letter-spacing:.02em}.hero-arcade p.sub{font-family:"Press Start 2P","Courier New",monospace;font-size:clamp(9px, 1.5vw, 12px);line-height:2.1;max-width:46rem}.hero-arcade .arc-eyebrow{font-family:"Press Start 2P","Courier New",monospace;font-size:clamp(9px, 1.6vw, 12px);color:var(--lava);letter-spacing:.12em;margin:0 0 1.5rem}.hero-arcade .arc-chips{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin:1.9rem 0 3.2rem}.hero-arcade .arc-chips span{font-family:"Press Start 2P","Courier New",monospace;font-size:clamp(7px, 1.3vw, 10px);color:var(--ink);line-height:1;border:1px solid var(--border);background:var(--white);border-radius:4px;padding:.6rem .9rem}.hero-arcade .arc-checker{height:24px;background:repeating-conic-gradient(var(--lava) 0 25%,transparent 0 50%) 0 0/24px 24px}.arc-cab{background:#16100c;border-radius:16px;padding:12px;box-shadow:0 24px 60px rgba(22,16,12,.4)}.arc-cab,.arc-cab button,.arc-cab input{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.arc-cab .ctb-touch,.arc-cab .ctb-touch button{touch-action:none}body:has(.arc-cab){touch-action:manipulation}.arc-cab.ctb-fs,.arc-cab.ctb-fs .ctb-stage{touch-action:none}.arc-marquee{text-align:center;padding:1rem .75rem 1.15rem;font-size:clamp(13px, 2.6vw, 22px);color:#ffd98a;letter-spacing:.1em;text-shadow:0 0 14px rgba(245,65,15,.85),2px 2px 0 #000;background:radial-gradient(ellipse at 50% 130%,rgba(245,65,15,.3),transparent 70%);animation:arc-glow 2.4s ease-in-out infinite}@keyframes arc-glow{50%{text-shadow:0 0 26px #f5410f,2px 2px 0 #000}}.arc-cab .ctb-stage{border-color:#000;border-radius:8px;box-shadow:none}.arc-panel{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem .5rem .5rem;font-size:clamp(7px, 1.3vw, 10px);color:#ffd98a;line-height:1}.arc-panel-msg{color:#9a8f84;letter-spacing:.08em;text-align:center}.arc-slot{flex:none;width:26px;height:34px;border-radius:4px;border:2px solid #3a2c22;background:#221a14;position:relative}.arc-slot i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:3px;height:16px;background:#000;border-radius:2px;box-shadow:0 0 6px rgba(245,65,15,.6)}.arc-px-eyebrow{font-family:"Press Start 2P","Courier New",monospace;font-weight:400;font-size:clamp(8px, 1.5vw, 11px);letter-spacing:.14em}.arc-sec .section-head h2{font-family:"Press Start 2P","Courier New",monospace;font-weight:400;font-size:clamp(15px, 2.6vw, 24px);line-height:1.7;letter-spacing:.02em}.arc-sec .section-head p{font-family:"Press Start 2P","Courier New",monospace;font-size:clamp(9px, 1.5vw, 12px);line-height:2.1}.arc-over .btn-lava{font-family:"Press Start 2P","Courier New",monospace;font-size:11px}.ctb-mid{flex:none;text-align:center}.ctb-score{font-family:"Press Start 2P",monospace;font-size:clamp(7px, 1.3vw, 9px);color:#ffd98a;text-shadow:1px 1px 0 #16100c;margin-top:4px}.ctb-coin.hidden{display:none}.arc-lb{background:#16100c;position:relative;overflow:hidden}.arc-lb .wrap{position:relative;z-index:1}.arc-lb::after{content:"";position:absolute;z-index:0;pointer-events:none;left:-25%;right:-25%;bottom:-10rem;height:38rem;background:repeating-linear-gradient(to right,var(--lava) 0 2px,transparent 2px 84px),repeating-linear-gradient(to bottom,var(--lava) 0 2px,transparent 2px 62px);transform:perspective(560px) rotateX(58deg);transform-origin:50% 0;opacity:.26;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 60%);mask-image:linear-gradient(to bottom,transparent,#000 60%);animation:arc-gridscroll 2.6s linear infinite}@keyframes arc-gridscroll{to{background-position:0 0,0 62px}}.arc-lb .section-head{margin-bottom:2.25rem}.arc-lb .section-head h2{color:#fff}.arc-lb .section-head p{color:#d9d2c7}.arc-lb .arc-px-eyebrow{color:#ffd98a}.arc-lbboard{max-width:34rem;margin:0 auto;background:#1d1510;border-radius:12px;padding:1.6rem 1.5rem 1.8rem;box-shadow:0 18px 40px rgba(0,0,0,.45);border:2px solid rgba(245,65,15,.35)}.arc-board-title{margin:0 0 1.3rem;text-align:center;font-size:clamp(11px, 2vw, 15px);letter-spacing:.12em;color:var(--lava);text-shadow:0 0 12px rgba(245,65,15,.6)}.arc-lbrows{list-style:none;margin:0;padding:0}.arc-lbrows li{display:flex;align-items:baseline;gap:1.1rem;margin-top:.75rem;font-size:clamp(8px, 1.5vw, 11px);line-height:1.6;color:#fff}.arc-lbrows li:first-child{color:#ffd98a}.arc-lbrows b{flex:none;min-width:1.6em;font-weight:400}.arc-lbrows span{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.arc-lbrows em{font-style:normal}.arc-lbrows .arc-lbempty{color:#4a3a2e}.arc-lbrows .arc-lbme{color:var(--lava);text-shadow:0 0 10px rgba(245,65,15,.5)}.arc-lbnote{margin:1.3rem 0 0;text-align:center;font-size:clamp(7px, 1.3vw, 9px);letter-spacing:.1em;color:#9a8f84}.ctb-tilt{display:none;margin:0;font-size:clamp(8px, 1.5vw, 10px);color:#ffd98a;letter-spacing:.06em;animation:ctb-blink 1.6s steps(2) infinite}@media (pointer:coarse) and (orientation:portrait){.ctb-tilt{display:block}}.ctb-namerow{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap}.ctb-namerow input{width:11ch;text-transform:uppercase;background:#221a14;color:#ffd98a;border:2px solid #3a2c22;border-radius:6px;padding:.8rem .9rem;font-size:16px;caret-color:var(--lava)}.ctb-namerow input:focus{outline:2px solid var(--lava);outline-offset:2px}.ctb-namerow input::placeholder{color:#6e5c4c}.ctb-namerow .ctb-coin{animation:none}.arc-over{background:var(--bg);text-align:center}.arc-over-head{margin-bottom:2.25rem}.arc-over-btns{display:flex;flex-wrap:wrap;gap:1.1rem;align-items:center;justify-content:center}.arc-sec .btn,.ctb-screen .btn,.hero-arcade .btn{font-family:"Press Start 2P","Courier New",monospace;font-size:11px;line-height:1.7}.arc-replay{font-size:10px;color:var(--ink);background:var(--white);border:2px solid var(--ink);border-radius:6px;padding:.95rem 1.3rem;box-shadow:0 3px 0 var(--ink)}.arc-replay:hover{background:#ffd98a}.arc-replay:active{transform:translateY(2px);box-shadow:0 1px 0 var(--ink)}body.ctb-noscroll{overflow:hidden}.ctb-fsx{display:none}.arc-cab.ctb-fs{position:fixed;inset:0;z-index:1000;margin:0;padding:0;border-radius:0;display:flex;flex-direction:column}.arc-cab.ctb-fs .arc-marquee,.arc-cab.ctb-fs .arc-panel{display:none}.arc-cab.ctb-fs .ctb-stage{flex:1;height:auto!important;min-height:0!important;border:0;border-radius:0}.arc-cab.ctb-fs .ctb-touch{margin-top:0;border-radius:0;border-left:0;border-right:0;border-bottom:0;padding-bottom:calc(14px + env(safe-area-inset-bottom))}.arc-cab.ctb-fs .ctb-fsx{display:flex;position:absolute;z-index:6;right:calc(10px + env(safe-area-inset-right));bottom:calc(10px + env(safe-area-inset-bottom));width:36px;height:36px;align-items:center;justify-content:center;background:rgba(22,16,12,.7);color:#ffd98a;border:2px solid #3a2c22;border-radius:6px;font-size:12px;cursor:pointer}@media (orientation:landscape){.arc-cab.ctb-fs .ctb-touch{position:absolute;inset:0;z-index:6;margin:0;background:0 0;border:0;box-shadow:none;align-items:flex-end;justify-content:space-between;pointer-events:none;padding:0 calc(14px + env(safe-area-inset-right)) calc(14px + env(safe-area-inset-bottom)) calc(14px + env(safe-area-inset-left))}.arc-cab.ctb-fs .ctb-touch button{pointer-events:auto}.arc-cab.ctb-fs .ctb-fsx{bottom:auto;top:calc(64px + env(safe-area-inset-top))}}@media (max-width:640px){.arc-panel-msg{display:none}.hero-arcade .arc-checker{background-size:16px 16px;height:16px}.arc-marquee{font-size:12px;letter-spacing:.04em;white-space:nowrap}}@media (prefers-reduced-motion:reduce){.arc-marquee{animation:none}.arc-lb::after{animation:none}.ctb-tilt{animation:none}}.ctc-canvas{display:block;width:100%;height:100%;image-rendering:pixelated;touch-action:none;cursor:pointer}.arc-cab.ctb-fs .ctc-stage{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);background:#000}.arc-more{background:var(--bg);text-align:center;border-top:1px solid var(--border)}.arc-more-grid{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.arc-more-card{display:flex;flex-direction:column;align-items:center;gap:.95rem;width:16.5rem;padding:1.6rem 1.3rem 1.4rem;background:var(--white);color:var(--ink);text-decoration:none;border:2px solid var(--ink);border-radius:10px;box-shadow:0 4px 0 var(--ink);transition:transform .1s,box-shadow .1s}.arc-more-card:hover{transform:translateY(-3px);box-shadow:0 7px 0 var(--ink)}.arc-more-card:active{transform:translateY(0);box-shadow:0 2px 0 var(--ink)}.arc-more-card svg{width:64px;height:64px}.arc-more-card b{font-weight:400;font-size:11px;letter-spacing:.04em}.arc-more-card span{font-size:.85rem;line-height:1.55;opacity:.75}.arc-more-card em{font-style:normal;font-size:9px;color:var(--lava)}@media (prefers-reduced-motion:reduce){.arc-more-card,.arc-more-card:hover{transition:none;transform:none}}.agent-model{display:grid;grid-template-columns:1fr auto 1.15fr auto 1fr;gap:1.1rem;align-items:stretch;max-width:1080px;margin:0 auto}.am-col{display:flex;flex-direction:column;gap:1rem}.am-col-center{justify-content:center;position:relative;padding-top:1.5rem}.am-step{display:block;text-align:center;font-size:.75rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-bottom:.2rem}.am-col-center .am-step{position:absolute;top:0;left:0;right:0}.am-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.25rem 1.35rem}.am-card h3{margin:0 0 .45rem;font-size:1.05rem;font-weight:600;font-family:var(--sans);color:var(--ink)}.am-card p{margin:0;font-size:.9rem;line-height:1.55;color:var(--body)}.am-card-policy{border-color:rgba(245,65,15,.45)}.am-card-policy h3{color:var(--lava)}.am-card-policy .am-chips li{background:rgba(245,65,15,.07);border-color:rgba(245,65,15,.35)}.am-card-exec{background:rgba(248,180,145,.3);border-color:rgba(248,180,145,.9)}.am-card-exec .am-chips li{background:var(--white);border-color:rgba(23,23,23,.12)}.am-card-exec .am-badge{background:var(--white)}.am-card-flow{background:var(--off-green);border-color:#b6bfb2}.am-card-flow .am-chips li{background:var(--white);border-color:rgba(23,23,23,.12)}.am-card-audit{background:var(--off-blue);border-color:#b9c2cf}.am-card-audit .am-badge{background:var(--white)}.am-card-head{display:flex;align-items:center;gap:.6rem;margin-bottom:.45rem}.am-card-head h3{margin:0}.am-badge{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);background:var(--pill-gray);border-radius:999px;padding:.2rem .6rem;white-space:nowrap}.am-chips{list-style:none;margin:.9rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.am-chips li{font-size:.78rem;font-weight:500;color:var(--ink);background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:.22rem .65rem}.am-card-report{background:var(--ink);border-color:var(--ink)}.am-card-report h3{color:#fff}.am-card-report p{color:#b5b5b5}.am-arrow{align-self:center;display:flex;flex-direction:column;align-items:center;gap:.35rem;color:var(--lava);padding-top:1rem}.am-arrow span{font-size:.72rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}.am-arrow svg{display:block}.am-down{display:flex;justify-content:center;color:var(--lava);margin:-.35rem 0}.am-down svg{display:block}.am-rail{grid-column:1/-1;position:relative;height:2.4rem;margin:.4rem 4.5rem .6rem;border:1px dashed rgba(245,65,15,.5);border-top:none;border-radius:0 0 14px 14px}.am-rail span{position:absolute;left:50%;bottom:-.7em;transform:translateX(-50%);background:var(--bg);padding:0 .85rem;white-space:nowrap;font-size:.78rem;font-weight:600;letter-spacing:.04em;color:var(--lava)}@media (max-width:900px){.agent-model{grid-template-columns:1fr;gap:.9rem}.am-col-center{justify-content:flex-start;padding-top:0}.am-col-center .am-step{position:static}.am-step{display:none}.am-arrow{flex-direction:column;align-items:center;justify-content:center;padding:.2rem 0;gap:0}.am-arrow svg{transform:rotate(90deg);width:34px;height:10px;margin:13px 0}.am-rail{height:auto;border:none;margin:.2rem 0 0}.am-rail span{position:static;transform:none;display:block;text-align:center;background:0 0;padding:0;white-space:normal}}.gov-examples{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:0 auto}.gov-example{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.7rem 1.8rem 1.4rem}.gov-example h3{margin:0;font-size:1.35rem;font-weight:400;font-family:var(--serif);color:var(--ink);letter-spacing:-.01em}.gov-steps{list-style:none;margin:1.3rem 0 0;padding:0}.gov-steps li{position:relative;padding:0 0 1.35rem 1.8rem}.gov-steps li::before{content:"";position:absolute;left:5px;top:20px;bottom:-3px;width:1px;background:var(--border)}.gov-steps li:last-child{padding-bottom:.2rem}.gov-steps li:last-child::before{display:none}.gov-steps li::after{content:"";position:absolute;left:0;top:6px;width:9px;height:9px;border-radius:50%;background:var(--white);border:1.5px solid var(--muted-2)}.gov-steps li:has(.gov-actor)::after{border-color:var(--lava);background:var(--lava)}.gov-steps li:has(.gov-actor-exec)::after{border-color:#f09b6e;background:#f09b6e}.gov-steps li:has(.gov-actor-flow)::after{border-color:#9aa695;background:#9aa695}.gov-steps li:has(.gov-actor-audit)::after{border-color:#98a6bb;background:#98a6bb}.gov-steps li:has(.gov-actor-report)::after{border-color:var(--ink);background:var(--ink)}.gov-actor{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--lava);background:rgba(245,65,15,.1);border-radius:999px;padding:.2rem .6rem;margin-bottom:.4rem}.gov-actor-exec{color:var(--ink);background:rgba(248,180,145,.55)}.gov-actor-flow{color:var(--ink);background:var(--off-green)}.gov-actor-audit{color:var(--ink);background:var(--off-blue)}.gov-actor-report{color:#fff;background:var(--ink)}.gov-steps p{margin:0;font-size:.92rem;line-height:1.55;color:var(--body)}@media (max-width:1000px){.gov-examples{grid-template-columns:1fr;max-width:560px}}.int-hero{padding-bottom:1rem}.int-hero .sub{margin-bottom:0}.int-stat-num{font-family:var(--serif);font-weight:400;line-height:1;font-size:clamp(1.9rem, 4vw, 2.6rem);color:var(--lava);margin-right:.2rem;vertical-align:-.12em}.hero-rotate{display:inline-flex;flex-direction:column;align-items:flex-start;overflow:hidden;height:1.3em;vertical-align:bottom;transition:width .4s ease}.hero-rotate span{display:block;flex:none;height:1.3em;line-height:1.3;white-space:nowrap;transition:transform .45s ease}.int-browse{padding-top:1rem}.int-toolbar{position:sticky;top:var(--header-h,72px);z-index:20;background:var(--bg);padding:.75rem 0 1rem;margin-bottom:.25rem}.int-search{position:relative;max-width:620px;margin:0 auto 1.25rem}.int-search-icon{position:absolute;left:1.05rem;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.int-search input{width:100%;padding:.9rem 1.15rem .9rem 2.9rem;font:500 1rem var(--sans);color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:10px;outline:0}.int-search input:focus{border-color:var(--lava)}.int-search input::-webkit-search-cancel-button{cursor:pointer}.int-chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.int-chip{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--border);background:#fff;border-radius:999px;padding:.45rem .95rem;font:500 0.9rem var(--sans);color:var(--body);cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.int-chip:hover{border-color:var(--ink)}.int-chip.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.int-chip-count{font-size:.78rem;color:var(--muted);background:var(--bg);border-radius:999px;padding:.05rem .45rem}.int-chip.is-active .int-chip-count{color:#fff;background:rgba(255,255,255,.2)}@media (max-width:700px){.int-toolbar{position:static}.int-chips{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.35rem;-webkit-overflow-scrolling:touch}.int-chip{white-space:nowrap}}.int-count{text-align:center;color:var(--muted);font-size:.9rem;margin:0 0 1.75rem}.int-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem 2rem}@media (max-width:1000px){.int-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.int-grid{grid-template-columns:1fr}}.int-card{display:flex;gap:.9rem;align-items:center;min-width:0}.int-card[hidden]{display:none}.int-logo{flex:none;display:grid;place-items:center;width:52px;height:52px;border-radius:12px;background:#fff;border:1px solid var(--border);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.int-logo img{width:34px;height:34px;object-fit:contain}.int-monogram{font-family:var(--serif);font-size:1.25rem;color:var(--ink);line-height:1}.int-card:hover .int-logo{border-color:var(--ink);box-shadow:0 6px 18px rgba(0,0,0,.07)}.int-card-text{min-width:0;display:flex;flex-direction:column;gap:.1rem}.int-card-name{font-size:.98rem;font-weight:600;color:var(--ink);line-height:1.3}.int-card:hover .int-card-name{color:var(--lava)}.int-pill{align-self:flex-start;margin-top:.15rem;font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--lava);background:rgba(245,65,15,.1);border-radius:999px;padding:.15rem .55rem;line-height:1.5}.int-empty{text-align:center;color:var(--body);margin:2.5rem 0 0}.int-empty a{color:var(--lava);text-decoration:underline}.int-more-wrap{display:flex;justify-content:center;margin-top:2.5rem}.int-more[hidden]{display:none}.int-faq{max-width:780px;margin:0 auto}.int-faq details{border-bottom:1px solid var(--border)}.int-faq summary{list-style:none;cursor:pointer;padding:1.15rem 2rem 1.15rem 0;position:relative;font-weight:600;font-size:1.02rem;color:var(--ink)}.int-faq summary::-webkit-details-marker{display:none}.int-faq summary::after{content:"+";position:absolute;right:.2rem;top:50%;transform:translateY(-50%);font-weight:400;font-size:1.4rem;color:var(--lava);line-height:1}.int-faq details[open] summary::after{content:"\2013"}.int-faq p{margin:0 0 1.25rem;color:var(--body);line-height:1.65;max-width:66ch}.int-faq a{color:var(--lava);text-decoration:underline}.appos{padding:7rem 0 6.5rem;overflow:hidden}.appos-hero{text-align:center;max-width:46rem;margin:0 auto}.appos-setup{font-family:var(--serif);font-size:clamp(1.1rem, 2vw, 1.35rem);line-height:1.6;color:#b5b5b5;margin:0 0 2.25rem;text-wrap:balance}.appos-setup em{font-style:normal;color:var(--lava)}.appos-title{font-family:var(--serif);font-weight:400;letter-spacing:-.02em;font-size:clamp(3.4rem, 9vw, 6.5rem);line-height:1;color:#fff;margin:0 0 1.1rem}.appos-sub{font-family:var(--serif);font-size:clamp(1.4rem, 3vw, 2rem);line-height:1.3;color:#b5b5b5;margin:0 0 1.75rem}.appos-intro{font-size:1.1rem;line-height:1.7;color:#8f8f8f;margin:0 auto;max-width:44rem;text-wrap:balance}.appos-intro em{font-style:normal;color:var(--lava)}.appos-bento{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1.25rem;margin-top:4.5rem}.appos-card{grid-column:span 6;display:flex;flex-direction:column;gap:1.1rem;text-align:left;background:var(--dark-2);border:1px solid rgba(255,255,255,.09);border-radius:24px;padding:2.5rem}.appos-card.span-2{grid-column:span 2}.appos-card.span-3{grid-column:span 3}.appos-card.span-4{grid-column:span 4}.appos-card h3{font-family:var(--serif);font-weight:400;letter-spacing:-.01em;font-size:clamp(1.45rem, 2.4vw, 1.9rem);line-height:1.25;color:#fff;margin:0}.appos-card.span-6 h3{font-size:clamp(1.7rem, 3vw, 2.4rem)}.appos-card p{font-size:.98rem;line-height:1.65;color:#9a9a9a;margin:0}.appos-card.appos-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);gap:1.1rem 3rem;align-items:center}.appos-card-copy{display:flex;flex-direction:column;gap:1.1rem}.appos-visual{margin:0;display:flex;justify-content:center;width:100%}.appos-card>.appos-visual{margin-top:auto;padding-top:1.1rem}.appos-card.appos-split>.appos-visual{margin-top:0;padding-top:0;align-self:center}.appos-panel{text-align:left;width:100%;max-width:30rem;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.4rem 1.6rem}.appos-panel-head{font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#8f8f8f;margin-bottom:.9rem}.appos-flag{margin-right:.3rem}.appos-panel-foot{font-size:.82rem;color:#8f8f8f;margin-top:.9rem}.appos-rate-row{display:flex;align-items:baseline;gap:.7rem;font-family:var(--serif);font-size:1.55rem;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}.appos-rate-old{color:#6b6b6b;text-decoration:line-through;text-decoration-thickness:1px;font-size:1.1rem}.appos-rate-row svg{align-self:center;color:#8f8f8f;flex:none}.appos-rate-new{color:var(--lava)}.appos-repair-msg{font-size:.95rem;line-height:1.6;color:#cfcfcf;margin-bottom:1.2rem}.appos-track{display:flex;align-items:center;gap:.6rem;font-size:.8rem;font-variant-numeric:tabular-nums}.appos-step{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;color:#9a9a9a}.appos-step i{width:11px;height:11px;border-radius:50%;background:#6b6b6b;flex:none}.appos-track-line{flex:1;height:1px;background:rgba(255,255,255,.16);min-width:.6rem}.appos-step.is-fixed{color:#fff;font-weight:600}.appos-step.is-fixed i{background:var(--lava)}.appos-repair.is-armed .appos-step{opacity:0;transform:translateY(.35em);transition-property:opacity,transform,color;transition-duration:.5s;transition-timing-function:cubic-bezier(0.22,0.61,0.36,1)}.appos-repair.is-armed .appos-track-line{transform:scaleX(0);transform-origin:left center;transition:transform .6s cubic-bezier(.45, 0, .25, 1)}.appos-repair.is-armed .appos-step.is-fixed{color:#9a9a9a}.appos-repair.is-armed .appos-step.is-fixed i{background:#6b6b6b;transition:background-color .5s ease}.appos-repair.is-played .appos-step{opacity:1;transform:translateY(0)}.appos-repair.is-played .appos-track-line{transform:scaleX(1)}.appos-repair.is-played .appos-step.is-fixed{color:#fff}.appos-repair.is-played .appos-step.is-fixed i{background:var(--lava);transition-delay:3.7s;animation:appos-dot-breathe 2.4s ease-in-out 4.1s infinite}.appos-repair.is-played .appos-track>:first-child{animation:appos-step-pass 2.4s ease 0s both}.appos-repair.is-played .appos-track>:first-child i{animation:appos-dot-pass 2.4s ease 0s both}.appos-repair.is-played .appos-track>:nth-child(2){transition-delay:1.3s}.appos-repair.is-played .appos-track>:nth-child(3){animation:appos-step-pass 2.4s ease 1.8s both}.appos-repair.is-played .appos-track>:nth-child(3) i{animation:appos-dot-pass 2.4s ease 1.8s both}.appos-repair.is-played .appos-track>:nth-child(4){transition-delay:3.1s}.appos-repair.is-played .appos-track>:nth-child(5){transition-delay:3.6s,3.6s,3.65s}@keyframes appos-step-pass{0%{opacity:0;transform:translateY(.35em);color:#fff}21%{opacity:1;transform:none;color:#fff}75%{color:#fff}100%{opacity:1;transform:none;color:#9a9a9a}}@keyframes appos-dot-pass{0%{background-color:var(--lava);transform:scale(1)}25%{transform:scale(1)}38%{transform:scale(1.5)}54%{transform:scale(1)}75%{background-color:var(--lava)}100%{background-color:#6b6b6b;transform:scale(1)}}@keyframes appos-dot-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.4)}}@media (max-width:480px){.appos-track{flex-direction:column;align-items:flex-start;gap:.5rem}.appos-track-line{display:none}}.appos-privacy{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.appos-privacy-head{font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#8f8f8f;margin-bottom:.7rem}.appos-privacy ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.appos-privacy li{font-size:.95rem;display:flex;align-items:flex-start;gap:.55rem}.appos-privacy li::before{flex:none;font-size:.85rem;line-height:inherit}.appos-privacy li.is-seen{color:#e8e8e8}.appos-privacy li.is-seen::before{content:"\2713";color:#e8e8e8}.appos-privacy li.is-never{color:#6b6b6b;text-decoration:line-through;text-decoration-thickness:1px}.appos-privacy li.is-never::before{content:"\00d7";text-decoration:none}.appos-flow{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.appos-flow-node{flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:.1rem;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.045);padding:.65rem .5rem;font-size:.92rem;color:#e8e8e8;min-width:0}.appos-flow-node small{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#8f8f8f}.appos-flow-node.is-human{border-color:var(--lava)}.appos-flow-node.is-human small{color:var(--lava)}.appos-flow-arrow{width:.9rem;height:1px;background:rgba(255,255,255,.25);position:relative;flex:none}.appos-flow-arrow::after{content:"";position:absolute;right:-1px;top:-3px;border-left:5px solid rgba(255,255,255,.35);border-top:3.5px solid transparent;border-bottom:3.5px solid transparent}@media (max-width:420px){.appos-flow-arrow{display:none}.appos-flow{flex-wrap:wrap}.appos-flow-node{flex:1 1 44%}}.appos-pixels{display:flex;flex-direction:column;align-items:center;gap:1rem}.appos-pixels-grid{display:grid;grid-template-columns:repeat(8,1.05rem);gap:.45rem}.appos-pixels-grid i{width:1.05rem;height:1.05rem;border-radius:2px;background:rgba(255,255,255,.07)}.appos-pixels-grid i.on{background:rgba(255,255,255,.78)}.appos-pixels-grid i.is-now{background:var(--lava)}@media (max-width:1000px){.appos-card.span-2,.appos-card.span-3,.appos-card.span-4{grid-column:span 3}.appos-bento>.appos-card:last-child{grid-column:span 6}}@media (max-width:700px){.appos{padding:5rem 0 4.5rem}.appos-bento{margin-top:3.25rem;gap:1rem}.appos-card,.appos-card.span-2,.appos-card.span-3,.appos-card.span-4{grid-column:span 6}.appos-card{padding:1.9rem 1.5rem}.appos-card.appos-split{grid-template-columns:1fr}}.int-detail-hero{text-align:left;padding-bottom:3rem}.int-crumbs{font-size:.88rem;color:var(--muted);margin-bottom:1.6rem}.int-crumbs a{color:var(--muted)}.int-crumbs a:hover{color:var(--ink)}.int-crumb-sep{margin:0 .5rem;color:var(--muted-2)}.int-detail-head{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.6rem}.int-logo-lg{width:72px;height:72px;border-radius:16px}.int-logo-lg img{width:46px;height:46px}.int-logo-lg .int-monogram{font-size:1.9rem}.int-detail-hero h1{margin:0 0 .3rem}.int-detail-sub{margin:0;color:var(--body);font-size:1.02rem;max-width:44rem}.int-detail-hero .events-hero-ctas{justify-content:flex-start}@media (max-width:620px){.int-detail-head{flex-direction:column;align-items:flex-start;gap:1rem}}.int-detail-wrap{display:grid;grid-template-columns:minmax(0,1fr) 20rem;gap:3.5rem;align-items:start}@media (max-width:900px){.int-detail-wrap{grid-template-columns:1fr;gap:2.5rem}}.int-h2{font-family:var(--serif);font-weight:400;font-size:1.5rem;color:var(--ink);margin:2.75rem 0 1.1rem}.int-detail-aside .int-h2,.int-detail-main>.int-h2:first-child{margin-top:0}.int-detail-main p{color:var(--body);line-height:1.7;margin:0 0 1.1rem;max-width:62ch}.int-note{font-weight:600;color:var(--ink)!important;margin-bottom:.6rem!important}.int-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width:700px){.int-tiles{grid-template-columns:1fr}}.int-tile{background:var(--bg);border-radius:14px;padding:1.25rem 1.3rem}.int-tile strong{display:block;font-family:var(--serif);font-weight:400;font-size:1.35rem;line-height:1.25;color:var(--ink);margin-bottom:.3rem}.int-tile span{font-size:.88rem;color:var(--muted)}.int-list{margin:0 0 1.1rem;padding-left:1.15rem;color:var(--body);line-height:1.7;max-width:62ch}.int-list li{margin-bottom:.4rem}.int-countries{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem 1rem}@media (max-width:700px){.int-countries{grid-template-columns:repeat(2,1fr)}}.int-countries li{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--body)}.int-flag{font-size:1rem}.int-tags{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.45rem}.int-tags li{border:1px solid var(--border);border-radius:999px;padding:.3rem .8rem;font-size:.85rem;color:var(--body);background:#fff}.int-detail-aside{background:var(--bg);border-radius:16px;padding:1.75rem 1.6rem;position:sticky;top:calc(var(--header-h,72px) + 1.5rem)}@media (max-width:900px){.int-detail-aside{position:static}}.int-facts{margin:0 0 1.25rem}.int-facts dt{font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-top:.9rem}.int-facts dt:first-child{margin-top:0}.int-facts dd{margin:.15rem 0 0;font-size:.95rem;color:var(--ink);overflow-wrap:anywhere}.int-grid-related{max-width:1000px;margin:0 auto}.hero-kicker{display:block;font-size:.8rem;font-weight:650;letter-spacing:.38em;text-transform:uppercase;color:var(--lava);margin:0 0 1.1rem}.hero.hero-build{position:relative;text-align:left;padding:0;overflow:hidden;min-height:min(78vh,720px);display:flex;align-items:center;background:radial-gradient(110% 120% at 64% 42%,#fff9f4 0,var(--bg) 58%,#f8ddd0 100%)}.hero.hero-build>.wrap{max-width:1360px;width:100%}.hero-build .hero-copy{position:relative;z-index:2;max-width:26rem}.hero-build h1{margin:0 0 .75rem;font-size:clamp(2.3rem, 4vw, 3.4rem);line-height:1.08}.hero-build p.sub{margin:0 0 1.8rem;max-width:30rem}.hero-build-stage{position:absolute;top:0;right:0;bottom:0;left:30%;touch-action:pan-y}.hero-build-stage canvas{position:absolute;inset:0;display:block;width:100%;height:100%;cursor:grab}.hero-build-stage canvas:active{cursor:grabbing}.hero-build-tip{position:absolute;transform:translate(-50%,calc(-100% - 12px));background:var(--ink);color:#fff;font-size:.78rem;padding:.3rem .55rem;border-radius:6px;pointer-events:none;white-space:nowrap}.hero-build-crew{position:absolute;top:1.1rem;right:1.25rem;background:rgba(255,255,255,.88);border:1px solid var(--border);border-radius:12px;padding:.6rem .85rem .65rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:.78rem;color:var(--ink);pointer-events:none}.hero-build-crew-h{margin:0 0 .4rem;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2)}.hero-build-crew ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.32rem}.hero-build-crew li{display:flex;align-items:center;gap:.45rem;opacity:0;transform:translateY(4px);transition:opacity .4s ease,transform .4s ease}.hero-build-crew li.is-in{opacity:1;transform:none}.hero-crew-dot{width:8px;height:8px;border-radius:50%;background:var(--lava);flex:none}.hero-build-crew li.is-audit .hero-crew-dot{background:0 0;border:1.6px solid var(--ink)}.hero-build-ticker{position:absolute;left:1rem;right:1rem;bottom:.95rem;margin:0;text-align:center;font-size:.9rem;color:var(--ink);opacity:0;transform:translateY(6px);transition:opacity .35s ease,transform .35s ease;pointer-events:none}.hero-build-ticker.is-in{opacity:1;transform:none}.hero-build-cta{position:absolute;right:1.25rem;bottom:1.1rem;z-index:3}.hero-build-mcr{position:fixed;inset:0;z-index:220;display:flex;align-items:center;justify-content:center;padding:1.25rem}.hero-build-mcr-backdrop{position:absolute;inset:0;background:rgba(23,23,23,.45)}.hero-build-mcr-doc{position:relative;background:#fff;border-radius:16px;max-width:560px;width:100%;max-height:84vh;overflow:auto;padding:1.9rem 2.1rem 1.6rem;box-shadow:0 30px 80px rgba(0,0,0,.28)}.hero-build-mcr-close{position:absolute;top:.7rem;right:.85rem;border:0;background:0 0;font-size:1.5rem;line-height:1;color:var(--muted);cursor:pointer;padding:.25rem}.hero-build-mcr-close:hover{color:var(--ink)}.hero-build-mcr-kicker{margin:0 0 .4rem;font-size:.66rem;font-weight:650;letter-spacing:.16em;text-transform:uppercase;color:var(--lava)}.hero-build-mcr-doc h3{margin:0 0 .35rem;font-family:var(--serif);font-weight:400;font-size:1.55rem;color:var(--ink)}.hero-build-mcr-meta{margin:0 0 .35rem;font-size:.82rem;color:var(--muted)}.hero-build-mcr-sub{margin:0 0 1.3rem;display:flex;flex-direction:column;gap:.15rem;font-size:.88rem;line-height:1.5;color:var(--muted)}.hero-build-mcr-doc ul{list-style:none;margin:0 0 1.2rem;padding:0;display:flex;flex-direction:column}.hero-build-mcr-doc li{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem 0;border-top:1px solid var(--border)}.hero-build-mcr-doc li:first-child{border-top:0}.hero-mcr-icon{flex:none;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:.1rem}.hero-mcr-icon svg{width:12px;height:12px}.hero-mcr-body{display:flex;flex-direction:column;gap:.15rem}.hero-mcr-body b{font-size:.9rem;font-weight:650;color:var(--ink)}.hero-mcr-body span{font-size:.82rem;line-height:1.45;color:var(--muted)}li.is-pass .hero-mcr-icon{background:#e3f3e6;color:#1e8a3c}li.is-caught .hero-mcr-icon{background:rgba(245,65,15,.12);color:var(--lava)}li.is-resolved .hero-mcr-icon{background:#eceef0;color:#6b7280}.hero-build-mcr-sig{margin:0;border-top:1px solid var(--border);padding-top:.9rem;display:flex;gap:.55rem;align-items:center;font-size:.8rem;color:var(--muted)}.hero-mcr-ring{width:11px;height:11px;border:2px solid var(--ink);border-radius:50%;flex:none}@media (max-width:900px){.hero.hero-build{display:block;min-height:0;padding:2rem 0 0}.hero-build .hero-copy{max-width:none}.hero-build-stage{position:relative;inset:auto;height:56vh;min-height:400px;margin-top:1.5rem}.hero-build-crew{display:none}.hero-build-ticker{bottom:4.6rem}.hero-build-cta{left:1rem;right:1rem;bottom:1rem;text-align:center}}header.site.kn-anim{transition:background .25s ease,border-color .25s ease,transform .32s ease}header.site.kn-anim.kn-hide{transform:translateY(-120%)}.kn{color:var(--ink)}.kn-wrap{max-width:1080px;margin:0 auto;padding:0 1.5rem}.kn-cream{background:var(--bg)}.kn-black{background:#000;color:#fff}.kn-black h2{color:#fff}.kn-black .kn-lead{color:#d9d9d9}.kn-black .kn-proof-copy{color:#c9c9c9}.kn-js .kn-reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.kn-js .kn-reveal.on{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.kn-js .kn-reveal{opacity:1;transform:none;transition:none}}.kn-state{min-height:40svh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4.5rem 1.5rem}.kn-state p{max-width:26ch;margin:0;font-family:var(--serif);font-weight:400;letter-spacing:-.01em;font-size:clamp(1.9rem, 4.4vw, 3.4rem);line-height:1.16}.kn-state p em{font-style:normal;color:var(--lava)}.kn-state.kn-turn{position:relative;overflow:hidden;min-height:88svh;padding:6rem 1.5rem}.kn-turn-canvas{position:absolute;inset:0;width:100%;height:100%;opacity:.3;pointer-events:none}.kn-turn-copy{position:relative;z-index:2;display:flex;flex-direction:column;gap:1.4rem;align-items:center}.kn-turn p{text-shadow:0 0 22px rgba(255,237,229,.95),0 0 8px rgba(255,237,229,.8)}.kn-turn p{max-width:32ch}.kn-turn .kn-turn-quiet{font-family:var(--sans);font-size:clamp(1.3rem, 2.4vw, 1.8rem);color:var(--muted)}.kn-layer{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 1.5rem 5rem}.kn-kicker{font-size:.8rem;font-weight:650;letter-spacing:.38em;text-transform:uppercase;color:var(--lava);margin:0 0 1.1rem}.kn-layer h2{max-width:24ch;margin:0 0 1.1rem;font-family:var(--serif);font-weight:400;letter-spacing:-.01em;font-size:clamp(2.2rem, 4.8vw, 3.8rem);line-height:1.1}.kn-lead{max-width:44rem;margin:0 auto .9rem;font-size:clamp(1.05rem, 1.7vw, 1.3rem);line-height:1.55;color:var(--body)}.kn-proof-copy{max-width:42rem;margin:0 auto 1.4rem;font-size:.98rem;line-height:1.6;color:var(--muted)}.kn-more{font-weight:500;color:var(--lava);font-size:1rem}.kn-more:hover{text-decoration:underline}.kn-visual{position:relative;margin-top:2.6rem;width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.kn-stage-canvas{width:min(620px,92vw);height:clamp(200px,34vw,320px);display:block}.kn-tiles{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem;max-width:700px}.kn-tile{width:68px;height:68px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#fff;border:1px solid var(--border);box-shadow:0 10px 24px -10px rgba(23,23,23,.14)}.kn-tile img{width:38px;height:38px}.kn-memo{width:min(620px,94vw);text-align:left;background:#fff;border:1px solid var(--border);border-left:3px solid var(--lava);border-radius:12px;padding:1.6rem 1.8rem;box-shadow:0 18px 44px -16px rgba(23,23,23,.16)}.kn-memo-head{display:flex;justify-content:space-between;gap:1rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.kn-memo p{margin:0 0 .8rem;font-size:.95rem;line-height:1.6;color:var(--body)}.kn-memo p:last-child{margin-bottom:0}.kn-memo strong{color:var(--ink);font-weight:600}.kn-audience{padding:7rem 0;text-align:center}.kn-audience h2{font-size:clamp(1.8rem, 3.4vw, 2.7rem);line-height:1.18;max-width:30ch;margin:0 auto 1.4rem}.kn-audience p{max-width:44rem;margin:0 auto;color:var(--body);font-size:1.05rem;line-height:1.65}.kn-audience .feature-cols{margin-top:3.25rem}.kn-audience .feature-cols h3{font-size:1.15rem;font-weight:600;margin:0 0 .45rem}.kn-audience .feature-cols p{max-width:none;margin:0 0 .7rem;font-size:.95rem;color:var(--body);text-align:left}.kn-close{min-height:46svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2.2rem;padding:4rem 1.5rem}.kn-close-copy{display:flex;flex-direction:column;gap:1rem}.kn-close p{margin:0;font-family:var(--serif);font-weight:400;letter-spacing:-.01em;font-size:clamp(1.7rem, 3.4vw, 2.7rem);line-height:1.2;max-width:34ch}.kn-close p+p{font-size:clamp(2.2rem, 5vw, 4rem)}.kn-close p em{font-style:normal;color:var(--lava)}@media (max-width:720px){.kn-layer{min-height:0;padding:5rem 1.5rem 4rem}.kn-state{min-height:0;padding:3rem 1.5rem}}.byl-intro{background:var(--bg);padding:3.5rem 0 1.75rem}.byl-intro h1{font-size:clamp(2rem, 4.4vw, 3.4rem);margin:.5rem 0 .75rem;max-width:20ch}.byl-intro .sub{font-size:1.05rem;color:var(--body);max-width:62ch;margin:0}.byl-intro strong{font-weight:600;color:var(--ink)}.byl{background:var(--bg);padding:0 0 4rem;scroll-margin-top:90px}.byl-shell{max-width:1500px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,470px);gap:1.25rem;align-items:start}.byl-stage{position:sticky;top:calc(var(--header-h,72px) + 1rem);height:min(78vh,820px);border-radius:20px;overflow:hidden;background:radial-gradient(120% 90% at 50% 18%,#fff9f4 0,var(--bg) 62%,#f8ddd0 100%);border:1px solid var(--border);touch-action:pan-y}.byl-canvas{position:absolute;inset:0;display:block;width:100%;height:100%;cursor:grab}.byl-canvas:active{cursor:grabbing}.byl-legend{position:absolute;top:.9rem;left:.9rem;display:flex;gap:.4rem}.byl-leg{display:flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.82);border:1px solid var(--border);border-radius:999px;padding:.3rem .7rem .3rem .5rem;font:inherit;font-size:.78rem;color:var(--body);cursor:pointer;backdrop-filter:blur(4px)}.byl-leg:hover{border-color:var(--lava);color:var(--ink)}.byl-leg-swatch{width:9px;height:9px;border-radius:2px}.byl-leg-swatch.is-core{background:#efe9dc;border:1px solid #cdc3ae}.byl-leg-swatch.is-app{background:var(--lava)}.byl-leg-swatch.is-agent{background:var(--ink);border-radius:50%}.byl-leg-n{font-weight:700;color:var(--ink);font-variant-numeric:tabular-nums}.byl-empty,.byl-hint,.byl-ticker{position:absolute;margin:0;pointer-events:none}.byl-empty{left:50%;top:22%;transform:translateX(-50%);width:max-content;max-width:80%;font-family:var(--serif);font-size:clamp(1.1rem, 2.1vw, 1.6rem);color:var(--ink);text-align:center}.byl-ticker{left:1rem;right:1rem;bottom:2.5rem;text-align:center;font-size:.9rem;color:var(--ink);opacity:0}.byl-ticker.is-in{animation:bylTick 4.5s ease forwards}@keyframes bylTick{0%{opacity:0;transform:translateY(6px)}12%{opacity:1;transform:translateY(0)}76%{opacity:1}100%{opacity:0}}.byl-hint{right:.95rem;bottom:.9rem;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2)}.byl-tip{position:absolute;transform:translate(-50%,calc(-100% - 12px));background:var(--ink);color:#fff;font-size:.78rem;padding:.3rem .55rem;border-radius:6px;pointer-events:none;white-space:nowrap}.byl-panel{position:sticky;top:calc(var(--header-h,72px) + 1rem);height:min(78vh,820px);display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden}.byl-steps{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--border)}.byl-step{display:flex;align-items:center;gap:.5rem;padding:.85rem .7rem;background:var(--off-yellow);border:0;border-right:1px solid var(--border);font:inherit;text-align:left;cursor:pointer;color:var(--muted)}.byl-step:last-child{border-right:0}.byl-step.is-on{background:#fff;color:var(--ink)}.byl-step-n{flex:none;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:.75rem;font-weight:700;background:#fff;border:1px solid var(--border);color:var(--muted)}.byl-step.is-on .byl-step-n{background:var(--lava);border-color:var(--lava);color:#fff}.byl-step-t{display:block;font-size:.9rem;font-weight:500;line-height:1.2;min-width:0}.byl-step-t em{display:block;font-style:normal;font-size:.72rem;color:var(--muted);font-weight:400}.byl-body{flex:1;min-height:0;display:flex}.byl-pane{display:none;flex-direction:column;min-height:0;width:100%}.byl-pane.is-on{display:flex}.byl-pane:focus-visible{outline:2px solid var(--lava);outline-offset:-4px}.byl-pane-head{padding:.95rem 1.2rem .6rem}.byl-pane-head h2{font-size:1.2rem;margin:0 0 .35rem}.byl-pane-head p{margin:0;font-size:.86rem;color:var(--muted);line-height:1.5}.byl-tools{padding:0 1.2rem .6rem}.byl-search{width:100%;font:inherit;font-size:.9rem;padding:.55rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--off-yellow);color:var(--ink)}.byl-search:focus{outline:0;border-color:var(--lava);background:#fff}.byl-filters{display:flex;gap:.3rem;margin-top:.55rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.15rem}.byl-filters::-webkit-scrollbar{display:none}.byl-filter{flex:none}.byl-filter{font:inherit;font-size:.75rem;padding:.28rem .6rem;cursor:pointer;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--muted)}.byl-filter:hover{border-color:var(--lava);color:var(--ink)}.byl-filter.is-on{background:var(--ink);border-color:var(--ink);color:#fff}.byl-scroll{flex:1;min-height:160px;overflow-y:auto;padding:.25rem 1.2rem 1.2rem;overscroll-behavior:contain}.byl-group+.byl-group{margin-top:1.1rem}.byl-group h3{font-family:var(--sans);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2);margin:0 0 .5rem;font-weight:600}.byl-group h3 em{font-style:normal;text-transform:none;letter-spacing:0;font-weight:400;color:var(--muted-2)}.byl-recs h3{color:var(--lava)}.byl-chips{display:flex;flex-wrap:wrap;gap:.4rem}.byl-chip{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;font:inherit;font-size:.85rem;padding:.4rem .7rem;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--ink);transition:border-color .15s,background .15s,transform .12s}.byl-chip:hover{border-color:var(--lava);transform:translateY(-1px)}.byl-chip.is-on{background:var(--lava);border-color:var(--lava);color:#fff}.byl-chip.is-on .byl-chip-c{color:rgba(255,255,255,.75)}.byl-flag{font-size:1rem;line-height:1}.byl-chip-c{font-size:.72rem;color:var(--muted-2)}.byl-cards{display:grid;gap:.4rem}.byl-card{position:relative;display:grid;grid-template-columns:34px 1fr 18px;gap:.65rem;align-items:center;text-align:left;cursor:pointer;font:inherit;padding:.6rem .7rem;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--ink);transition:border-color .15s,background .15s}.byl-card:hover{border-color:var(--lava)}.byl-card.is-on{border-color:var(--lava);background:#fff6f2}.byl-card-ico{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:var(--off-yellow);overflow:hidden}.byl-card-ico img{width:22px;height:22px;object-fit:contain}.byl-mono{font-weight:600;color:var(--muted)}.byl-card-txt{min-width:0}.byl-card-n{display:block;font-size:.88rem;font-weight:500}.byl-card-d{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.76rem;color:var(--muted);line-height:1.4;margin-top:.1rem}.byl-card-mark{width:18px;height:18px;border-radius:50%;border:1px solid var(--border);background:#fff;display:grid;place-items:center}.byl-card.is-on .byl-card-mark{background:var(--lava);border-color:var(--lava)}.byl-card.is-on .byl-card-mark::after{content:"";width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:translateY(-1px) rotate(45deg)}.byl-ico-agent{background:var(--lava);position:relative}.byl-ico-agent::after{content:"";width:9px;height:9px;border-radius:50%;background:#fff}.byl-ico-workflow{background:var(--off-blue);position:relative}.byl-ico-workflow::after{content:"";width:14px;height:2px;background:var(--ink);box-shadow:0 5px 0 var(--ink),0 -5px 0 var(--ink)}.byl-ico-audit{background:#fff;border:1px solid var(--border);position:relative}.byl-ico-audit::after{content:"";width:12px;height:12px;border-radius:50%;border:2px solid var(--ink)}.byl-note{font-size:.78rem;color:var(--muted);line-height:1.5;margin:1rem 0 0}.byl-note a{color:var(--lava);text-decoration:underline;text-underline-offset:2px}#bylAuditWarn{color:var(--lava)}.byl-out{border-top:1px solid var(--border);padding:.7rem 1.2rem .85rem;background:var(--off-yellow)}.byl-spec{display:flex;flex-wrap:wrap;gap:.15rem 1rem;font-size:.8rem;color:var(--muted)}.byl-spec b{font-size:1rem;color:var(--ink);font-variant-numeric:tabular-nums;margin-right:.2rem}.byl-code{margin-top:.7rem}.byl-code label{display:block;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2);margin-bottom:.3rem;font-weight:600}.byl-code-row{display:flex;gap:.4rem}.byl-code-field{flex:1;min-width:0;font:inherit;font-size:.95rem;font-weight:600;letter-spacing:.04em;padding:.5rem .65rem;border:1px solid var(--ink);border-radius:8px;background:#fff;color:var(--ink)}.byl-code-field:focus{outline:0;border-color:var(--lava);box-shadow:0 0 0 3px rgba(245,65,15,.15)}.byl-code-field.is-bad{border-color:var(--lava);background:#fff3ee}.byl-copy{font:inherit;font-size:.85rem;padding:.5rem .9rem;cursor:pointer;border:1px solid var(--ink);border-radius:8px;background:var(--ink);color:#fff}.byl-copy:hover{background:#333}.byl-acts{display:flex;align-items:center;gap:.6rem;margin-top:.7rem}.byl-acts .btn-lava{padding:.6rem 1.1rem;font-size:.9rem;flex:1}.byl-ghost{font:inherit;font-size:.85rem;color:var(--muted);background:0 0;border:0;cursor:pointer;text-decoration:underline;text-underline-offset:3px;padding:.4rem 0}.byl-ghost:hover{color:var(--lava)}.byl-presets{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.55rem;font-size:.75rem;color:var(--muted)}.byl-preset{font:inherit;font-size:.75rem;padding:.25rem .6rem;cursor:pointer;border:1px dashed var(--muted-2);border-radius:999px;background:0 0;color:var(--body)}.byl-preset:hover{border-style:solid;border-color:var(--lava);color:var(--lava)}.byl-explain .link-arrow{font-size:.9rem}@media (max-width:1080px){.byl-shell{grid-template-columns:1fr}.byl-stage{height:44vh;min-height:300px;top:calc(var(--header-h,72px) + .5rem);z-index:2}.byl-panel{position:static;height:auto}.byl-scroll{max-height:52vh}}@media (max-width:560px){.byl-intro{padding-top:2.5rem}.byl-shell{padding:0 .9rem}.byl-step{padding:.7rem .5rem;gap:.35rem}.byl-step-t{font-size:.82rem}.byl-legend{gap:.25rem}.byl-leg-l{display:none}.byl-acts{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){.byl-ticker.is-in{animation:none;opacity:1}.byl-card,.byl-chip{transition:none}}.demo-build{display:flex;flex-wrap:wrap;align-items:baseline;gap:.3rem .6rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:.7rem .9rem;margin-bottom:1.25rem}.demo-build-l{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2);font-weight:600}.demo-build code{font-family:var(--sans);font-weight:700;font-size:.95rem;letter-spacing:.04em;color:var(--ink)}.demo-build-n{flex-basis:100%;font-size:.78rem;color:var(--muted)}.demo-build-n a{color:var(--lava);text-decoration:underline;text-underline-offset:2px}.byl-noscript{position:absolute;inset:auto 1.5rem 1.5rem;text-align:center;font-size:.9rem;color:var(--muted)}.byl-ico-policy{background:var(--off-yellow);position:relative}.byl-ico-policy::after{content:"";width:13px;height:15px;background:#fff;border:1px solid var(--ink);border-radius:1px;box-shadow:inset 0 4px 0 -3px var(--ink),inset 0 8px 0 -3px var(--ink),inset 0 12px 0 -3px var(--ink)}.ic-map-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.5rem 1.5rem 1.25rem;max-width:1080px;margin:0 auto}.ic-map-card svg{display:block;width:100%;height:auto}.im-country{fill:var(--border);stroke:var(--bg);stroke-width:.6;cursor:default;transition:fill .12s}.im-country.is-covered{fill:var(--lava);cursor:pointer}.im-country:hover{fill:#d8cbab}.im-country.is-covered:hover{fill:var(--lava-dark)}.im-marker{stroke:#fff;stroke-width:1}.ic-legend{display:flex;flex-wrap:wrap;gap:1.4rem;justify-content:center;margin-top:1.1rem;font-size:.85rem;color:var(--muted)}.ic-legend span{display:inline-flex;align-items:center;gap:.45rem}.ic-legend i{width:11px;height:11px;border-radius:3px;display:inline-block}.ic-legend .ic-dot-covered{background:var(--lava)}.ic-legend .ic-dot-open{background:var(--border)}.ic-tip{position:absolute;z-index:5;pointer-events:none;background:var(--ink);color:#fff;border-radius:8px;padding:.5rem .7rem;font-size:.8rem;line-height:1.35;max-width:220px;box-shadow:0 8px 20px rgba(0,0,0,.25);opacity:0;transform:translateY(3px);transition:opacity .1s,transform .1s}.ic-tip.is-on{opacity:1;transform:translateY(0)}.ic-tip b{display:block;font-family:var(--sans);font-weight:600;margin-bottom:.15rem}.ic-tip span{color:#cfcfcf}@media (max-width:640px){.ic-map-card{padding:1.1rem 1rem 1rem;border-radius:12px}.ic-tip{display:none}}.ic-status{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.78rem;font-weight:600;white-space:nowrap}.ic-status.ic-mandatory{background:var(--lava);color:#fff}.ic-status.ic-phasing{background:rgba(245,65,15,.12);color:var(--lava-dark);border:1px solid rgba(245,65,15,.3)}.ic-status.ic-available{background:var(--pill-gray);color:var(--muted)}.ic-light{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.78rem;font-weight:600;white-space:nowrap}.ic-light.ic-light-yes{background:var(--lava);color:#fff}.ic-light.ic-light-soon{background:rgba(245,65,15,.12);color:var(--lava-dark);border:1px solid rgba(245,65,15,.3)}.ic-light.ic-light-no{background:0 0;color:var(--muted-2);border:1px solid var(--border)}.prose h3.ic-region{font-family:var(--sans);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-2);margin:2.6rem 0 .8rem}.prose h3.ic-region:first-of-type{margin-top:1.8rem}.ca-film{background:#000;padding:3.5rem 0}.ca-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}.ca-stat{border-top:1px solid var(--border);padding-top:1.1rem;text-align:left}.ca-stat .num{display:block;font-family:var(--serif);font-size:clamp(2rem, 3.2vw, 2.6rem);line-height:1;color:var(--ink);margin-bottom:.55rem}.ca-stat p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}@media (max-width:700px){.ca-stats{grid-template-columns:1fr;gap:1.4rem}}.ca-onward{padding:2.6rem 0;background:var(--bg);text-align:center}.ca-onward p{margin:0;font-size:1.05rem;color:var(--body)}.ca-onward a{color:var(--lava);font-weight:500}.ca-onward a:hover{text-decoration:underline}.ca-step-n{display:block;font-family:var(--sans);font-size:.82rem;font-weight:700;letter-spacing:.08em;color:var(--lava)}.ca-carousel{display:flex;gap:1rem;margin:2.5rem -1.25rem 0;padding:.4rem 1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ca-carousel::-webkit-scrollbar{display:none}.ca-prompt{flex:0 0 31%;scroll-snap-align:start;padding:1.5rem 1.4rem;background:#fff;border:1px solid var(--border);border-radius:16px}.ca-prompt p{margin:0;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;font-size:1rem;line-height:1.55;color:var(--ink)}@media (max-width:1000px){.ca-prompt{flex:0 0 62%}}@media (max-width:700px){.ca-prompt{flex:0 0 86%}}.ca-nav{display:flex;justify-content:center;gap:.6rem;margin:1.9rem 0 0}.ca-nav button{width:2.6rem;height:2.6rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:0 0;border-radius:50%;color:var(--ink);cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.ca-nav button:hover:not(:disabled){background:var(--pill-gray)}.ca-nav button:disabled{opacity:.3;cursor:default}.ca-nav svg{width:15px;height:15px}.ca-carousel.is-armed .ca-prompt{opacity:0;transform:translateY(.7em);transition:opacity .55s cubic-bezier(.22, .61, .36, 1),transform .55s cubic-bezier(.22, .61, .36, 1)}.ca-carousel.is-played .ca-prompt{opacity:1;transform:translateY(0)}.ca-carousel.is-armed .ca-prompt:nth-child(2){transition-delay:70ms}.ca-carousel.is-armed .ca-prompt:nth-child(3){transition-delay:0.14s}.ca-carousel.is-armed .ca-prompt:nth-child(4){transition-delay:0.21s}.ca-carousel.is-armed .ca-prompt:nth-child(5){transition-delay:0.28s}.ca-carousel.is-armed .ca-prompt:nth-child(6){transition-delay:0.35s}.ca-handover{max-width:680px;margin:2.2rem auto 0}.ca-handover-row{display:flex;gap:.6rem}.ca-handover textarea{flex:1 1 auto;min-height:84px;padding:.9rem 1rem;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;font-size:.98rem;line-height:1.5;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:12px;resize:vertical}.ca-handover textarea:focus{outline:2px solid var(--lava);outline-offset:1px}.ca-handover-row .btn{flex:none;align-self:flex-start}@media (max-width:620px){.ca-handover-row{flex-direction:column}.ca-handover-row .btn{align-self:stretch;text-align:center}}.ca-join{position:relative;padding:0;background:#000}.ca-join img{display:block;width:100%;height:100%;position:absolute;inset:0;object-fit:cover;opacity:.42}.ca-join .wrap{position:relative;z-index:1;padding:7rem 0;text-align:center}.ca-join h2{color:#fff}.ca-join p{color:rgba(255,255,255,.82);max-width:34rem;margin:0 auto 2rem}.ca-join .btn-black{background:#fff;color:#000}.ca-join .btn-black:hover{background:#ececec}@media (max-width:700px){.ca-join .wrap{padding:4.5rem 0}}