@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,400&family=DM+Mono:wght@400;500&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-dark:#f8fafc;--bg-navy:#fff;--bg-mid:#f1f5f9;--bg-card-dk:#fff;--bg-light:#f8fafc;--bg-white:#fff;--bg-card-lt:#fff;--teal:#0f766e;--teal-dk:#115e59;--teal-lt:#14b8a6;--teal-ghost:#0f766e14;--teal-glow:#0f766e2e;--gold:#b45309;--gold-dk:#92400e;--gold-lt:#d97706;--gold-ghost:#b4530914;--red:#b91c1c;--red-dk:#991b1b;--green:#15803d;--green-dk:#166534;--purple:#6d28d9;--txt-primary:#0f172a;--txt-secondary:#334155;--txt-muted:#64748b;--txt-gold:var(--gold);--lt-primary:#0f172a;--lt-secondary:#334155;--lt-muted:#64748b;--border-dk:#e2e8f0;--border-lt:#e2e8f0;--border-gold:#b453094d;--font-display:"Syne", sans-serif;--font-body:"DM Sans", sans-serif;--font-mono:"DM Mono", monospace;--radius:14px;--radius-sm:8px;--radius-xs:5px;--ease:cubic-bezier(.22, 1, .36, 1);--ease-in:cubic-bezier(.55, 0, 1, .45)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg-dark);color:var(--txt-secondary);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{padding:0;list-style:none}.sh-container{max-width:1240px;margin:0 auto;padding:0 2rem}.sh-text--teal{color:var(--teal)}.sh-text--gold{color:var(--gold)}.sh-text--red{color:var(--red)}.sh-text--green{color:var(--green)}.sh-mono{font-family:var(--font-mono);font-size:.85em}.sh-code{font-family:var(--font-mono);color:var(--teal);background:var(--teal-ghost);border-radius:4px;padding:2px 7px;font-size:.85em}.sh-reveal{opacity:0;transition:opacity .55s var(--ease), transform .55s var(--ease);transform:translateY(24px)}.sh-reveal.is-visible{opacity:1;transform:none}.sh-reveal--delay-1{transition-delay:.1s}.sh-reveal--delay-2{transition-delay:.2s}.sh-reveal--delay-3{transition-delay:.3s}.sh-reveal--delay-4{transition-delay:.4s}.pg-reveal{opacity:0;transition:opacity .55s var(--ease), transform .55s var(--ease);transform:translateY(24px)}.pg-reveal.is-visible{opacity:1;transform:none}.sh-btn{font-family:var(--font-display);letter-spacing:.04em;transition:all .25s var(--ease);white-space:nowrap;border:1.5px solid #0000;border-radius:40px;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-size:.875rem;font-weight:700;display:inline-flex}.sh-btn--teal{background:var(--teal);color:#fff;border-color:var(--teal)}.sh-btn--teal:hover{background:var(--teal-dk);border-color:var(--teal-dk);box-shadow:0 4px 14px var(--teal-glow);transform:translateY(-1px)}.sh-btn--gold{background:var(--gold);color:#fff;border-color:var(--gold)}.sh-btn--gold:hover{background:var(--gold-dk);border-color:var(--gold-dk);transform:translateY(-1px);box-shadow:0 4px 14px #b453094d}.sh-btn--ghost{color:var(--txt-secondary);border-color:var(--border-dk);background:0 0}.sh-btn--ghost:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-ghost)}.sh-btn--ghost-lt{color:var(--lt-secondary);border-color:var(--border-lt);background:0 0}.sh-btn--ghost-lt:hover{border-color:var(--teal-dk);color:var(--teal-dk)}.sh-btn--lg{padding:.85rem 2.1rem;font-size:.95rem}.sh-btn--sm{padding:.42rem 1rem;font-size:.8rem}.sh-badge{font-family:var(--font-display);letter-spacing:.1em;white-space:nowrap;border-radius:40px;padding:.22rem .8rem;font-size:.68rem;font-weight:700}.sh-badge--teal{color:var(--teal-dk);background:#0f766e14;border:1px solid #0f766e33}.sh-badge--gold{color:var(--gold-dk);background:#b4530914;border:1px solid #b4530933}.sh-badge--red{color:var(--red-dk);background:#b91c1c14;border:1px solid #b91c1c33}.sh-badge--teal-sm{font-family:var(--font-display);letter-spacing:.08em;background:var(--teal);color:#fff;white-space:nowrap;border-radius:40px;padding:.16rem .55rem;font-size:.62rem;font-weight:700}.sh-badge--gold-sm{font-family:var(--font-display);letter-spacing:.08em;background:var(--gold);color:#fff;white-space:nowrap;border-radius:40px;padding:.16rem .55rem;font-size:.62rem;font-weight:700}.sh-eyebrow{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:700}.sh-eyebrow--teal{color:var(--teal)}.sh-eyebrow--gold{color:var(--gold)}.sh-eyebrow--red{color:var(--red)}.sh-eyebrow--white{color:var(--txt-primary)}.sh-eyebrow--muted{color:var(--txt-muted)}.sh-section{background:var(--bg-dark);padding:6rem 0;position:relative}.sh-section:before{content:"";opacity:.4;z-index:-1;width:100%;height:200%;position:absolute}.sh-section--navy{background:var(--bg-navy);padding:6rem 0;position:relative}.sh-section--light{background:var(--bg-light);padding:6rem 0}.sh-section--white{background:var(--bg-white);padding:6rem 0}.sh-section--mid{background:var(--bg-mid);padding:6rem 0;position:relative}.sh-section--dark-alt{background:var(--bg-navy);padding:6rem 0}.sh-section--ai{background:var(--bg-mid);padding:6rem 0}.sh-section__header{text-align:center;max-width:760px;margin:0 auto 4rem}.sh-section__title{font-family:var(--font-display);color:var(--txt-primary);letter-spacing:-.025em;margin-bottom:1.1rem;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:800;line-height:1.15}.sh-section__title--lt{color:var(--lt-primary)}.sh-section__sub{color:var(--txt-secondary);font-size:1.05rem;line-height:1.72}.sh-section__sub--lt{color:var(--lt-secondary)}.sh-nav{z-index:1000;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-dk);transition:all .35s var(--ease);background:#ffffffd9;padding:1.1rem 2rem;position:fixed;top:0;left:0;right:0}.sh-nav--scrolled{border-bottom-color:var(--border-dk);background:#fffffff2;padding:.75rem 2rem;box-shadow:0 4px 32px #0000000d}.sh-nav__inner{align-items:center;gap:2rem;max-width:1240px;margin:0 auto;display:flex}.sh-nav__brand{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.sh-nav__wordmark{font-family:var(--font-display);color:var(--txt-primary);letter-spacing:.1em;font-size:1.1rem;font-weight:800}.sh-nav__tag{font-family:var(--font-mono);color:var(--teal);letter-spacing:.22em;font-size:.52rem;display:block}.sh-nav__menu{gap:.15rem;margin:0 auto;display:flex}.sh-nav__link{font-family:var(--font-display);color:var(--txt-muted);border-radius:var(--radius-xs);letter-spacing:.03em;padding:.45rem .9rem;font-size:.84rem;font-weight:600;transition:color .2s,background .2s}.sh-nav__link:hover{color:var(--txt-primary);background:#00000008}.sh-nav__link--active{color:var(--teal)!important}.sh-nav__actions{align-items:center;gap:.6rem;display:flex}.sh-nav__toggle{flex-direction:column;flex-shrink:0;gap:5px;margin-left:auto;padding:4px;display:none}.sh-nav__toggle span{background:var(--txt-secondary);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.sh-nav__toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.sh-nav__toggle.is-open span:nth-child(2){opacity:0}.sh-nav__toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.sh-hero{flex-direction:column;justify-content:center;min-height:100vh;padding:9rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.sh-hero__bg-image{opacity:.15;z-index:0;pointer-events:none;background:url(../img/shamwari_inclusione.jpg) 50%/cover no-repeat;position:absolute;inset:0}.sh-hero__grid-bg{background-image:linear-gradient(#0f766e0d 1px,#0000 1px),linear-gradient(90deg,#0f766e0d 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 80% at 50% 40%,#000,#0000);mask-image:radial-gradient(90% 80% at 50% 40%,#000,#0000)}.sh-hero__glow{filter:blur(120px);pointer-events:none;border-radius:50%;position:absolute}.sh-hero__glow--teal{background:#0f766e1f;width:700px;height:700px;top:-150px;right:-100px}.sh-hero__glow--gold{background:#b4530914;width:500px;height:500px;bottom:-50px;left:5%}.sh-hero__inner{z-index:1;width:100%;max-width:1240px;margin:0 auto;position:relative}.sh-hero__content{max-width:820px}.sh-hero__eyebrow{flex-wrap:wrap;gap:.6rem;margin-bottom:1.75rem;display:flex}.sh-hero__headline{font-family:var(--font-display);color:var(--txt-primary);letter-spacing:-.03em;margin-bottom:1.75rem;font-size:clamp(2.8rem,6.5vw,5.2rem);font-weight:800;line-height:1.07}.sh-hero__sub{color:var(--txt-secondary);max-width:640px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.72}.sh-hero__ctas{flex-wrap:wrap;gap:1rem;display:flex}.sh-hero__stats{border:1px solid var(--border-dk);border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;align-items:center;margin-top:5rem;display:flex;overflow:hidden;box-shadow:0 4px 16px #00000008}.sh-hero__stat{flex:1;min-width:0;padding:1.75rem 2rem}.sh-hero__stat-n{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:.4rem;font-size:2.3rem;font-weight:800;line-height:1}.sh-hero__stat-l{color:var(--txt-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.76rem;line-height:1.4}.sh-hero__stat-divider{background:var(--border-dk);flex-shrink:0;align-self:stretch;width:1px}.sh-hero__scroll-hint{font-family:var(--font-mono);letter-spacing:.15em;color:var(--txt-muted);writing-mode:vertical-lr;align-items:center;gap:.75rem;font-size:.62rem;display:flex;position:absolute;bottom:2.5rem;right:3rem}.sh-hero__scroll-line{background:linear-gradient(to bottom, var(--txt-muted), transparent);width:1px;height:48px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.3}50%{opacity:1}}.sh-problem-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.sh-problem-card{background:var(--bg-card-dk);border-radius:var(--radius);border:1px solid var(--border-dk);padding:2rem;transition:border-color .25s,transform .25s,box-shadow .25s;position:relative;overflow:hidden}.sh-problem-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 32px #0000000f}.sh-problem-card__accent{height:2px;position:absolute;top:0;left:0;right:0}.sh-problem-card--teal .sh-problem-card__accent{background:var(--teal)}.sh-problem-card--red .sh-problem-card__accent{background:var(--red)}.sh-problem-card--gold .sh-problem-card__accent{background:var(--gold)}.sh-problem-card__stat{font-family:var(--font-display);letter-spacing:-.04em;margin:1rem 0 .5rem;font-size:3.2rem;font-weight:800;line-height:1}.sh-problem-card--teal .sh-problem-card__stat{color:var(--teal)}.sh-problem-card--red .sh-problem-card__stat{color:var(--red)}.sh-problem-card--gold .sh-problem-card__stat{color:var(--gold)}.sh-problem-card__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:1.25rem;font-size:1rem;font-weight:700}.sh-problem-card__list{flex-direction:column;gap:.55rem;display:flex}.sh-problem-card__list li{color:var(--txt-secondary);padding-left:.85rem;font-size:.86rem;line-height:1.5;position:relative}.sh-problem-card__list li:before{content:"·";color:var(--txt-muted);position:absolute;left:0}.sh-platform-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.sh-sys-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius);flex-direction:column;gap:1.25rem;padding:1.75rem;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;position:relative;overflow:hidden}.sh-sys-card:hover{border-color:#0f766e59;transform:translateY(-3px);box-shadow:0 8px 32px #0000000f}.sh-sys-card--ai{background:#6d28d908;border-color:#6d28d926}.sh-sys-card--ai:hover{border-color:#6d28d966;box-shadow:0 8px 32px #6d28d914}.sh-sys-card__ai-badge{font-family:var(--font-display);letter-spacing:.1em;color:#6d28d9;background:#6d28d91a;border:1px solid #6d28d933;border-radius:40px;padding:.18rem .55rem;font-size:.6rem;font-weight:700;position:absolute;top:1rem;right:1rem}.sh-sys-card__top{align-items:center;gap:.9rem;display:flex}.sh-sys-card__icon{border-radius:var(--radius-sm);background:var(--teal-ghost);width:42px;height:42px;color:var(--teal);flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.sh-sys-card__icon--gold{background:var(--gold-ghost);color:var(--gold)}.sh-sys-card__icon--purple{color:var(--purple);background:#6d28d91a}.sh-sys-card__name{font-family:var(--font-display);color:var(--txt-primary);font-size:.95rem;font-weight:700;line-height:1.2}.sh-sys-card__layer{font-family:var(--font-mono);letter-spacing:.12em;margin-top:.15rem;font-size:.6rem}.sh-sys-card__lines{flex-direction:column;flex:1;gap:.42rem;display:flex}.sh-sys-card__line{color:var(--txt-secondary);font-size:.84rem;line-height:1.45}.sh-sys-card__line--bright{color:var(--txt-primary)}.sh-sys-card__link{font-family:var(--font-display);letter-spacing:.04em;color:var(--teal);align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;transition:gap .2s,color .2s;display:flex}.sh-sys-card__link:hover{color:var(--teal-dk);gap:.7rem}.sh-lifecycle{align-items:flex-start;gap:0;margin-bottom:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.sh-lifecycle__state{border-radius:var(--radius-xs);text-align:center;background:var(--bg-card-dk);border:1.5px solid;flex-direction:column;flex:1;gap:.5rem;min-width:110px;padding:.9rem .75rem;display:flex}.sh-lifecycle__state--grey{border-color:var(--border-dk)}.sh-lifecycle__state--green{border-color:#15803d4d}.sh-lifecycle__state--teal{border-color:#0f766e4d}.sh-lifecycle__state--gold{border-color:#b453094d}.sh-lifecycle__state--red{border-color:#b91c1c4d}.sh-lifecycle__state--darkred{border-color:#991b1b66}.sh-lifecycle__label{font-family:var(--font-display);letter-spacing:.05em;font-size:.7rem;font-weight:700;line-height:1.25}.sh-lifecycle__state--grey .sh-lifecycle__label{color:var(--txt-muted)}.sh-lifecycle__state--green .sh-lifecycle__label{color:var(--green)}.sh-lifecycle__state--teal .sh-lifecycle__label{color:var(--teal)}.sh-lifecycle__state--gold .sh-lifecycle__label{color:var(--gold)}.sh-lifecycle__state--red .sh-lifecycle__label{color:var(--red)}.sh-lifecycle__state--darkred .sh-lifecycle__label{color:var(--red-dk)}.sh-lifecycle__desc{color:var(--txt-muted);font-size:.7rem;line-height:1.4}.sh-lifecycle__arrow{color:var(--txt-muted);flex-shrink:0;align-items:center;padding:.85rem .35rem 0;font-size:.7rem;display:flex}.sh-lifecycle__banner{font-family:var(--font-display);letter-spacing:.12em;color:var(--gold-dk);text-align:center;border-radius:var(--radius-xs);background:#b453090d;border:1px solid #b4530926;margin:1.5rem 0 2.5rem;padding:.8rem;font-size:.66rem;font-weight:700}.sh-contrast-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.sh-contrast-card{background:var(--bg-card-dk);border-radius:var(--radius);border-top:2px solid;border-left:1px solid var(--border-dk);border-right:1px solid var(--border-dk);border-bottom:1px solid var(--border-dk);padding:2rem}.sh-contrast-card--teal{border-top-color:var(--teal)}.sh-contrast-card--red{border-top-color:var(--red)}.sh-contrast-card__header{font-family:var(--font-display);letter-spacing:.1em;align-items:center;gap:.6rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:700;display:flex}.sh-contrast-card--teal .sh-contrast-card__header{color:var(--teal)}.sh-contrast-card--red .sh-contrast-card__header{color:var(--red)}.sh-contrast-card__list{flex-direction:column;gap:.7rem;display:flex}.sh-contrast-card__list li{color:var(--txt-secondary);padding-left:1rem;font-size:.88rem;line-height:1.5;position:relative}.sh-contrast-card__list li:before{content:"·";color:var(--txt-muted);position:absolute;left:0}.sh-ai__layout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid;position:relative}.sh-ai__body{color:var(--txt-secondary);margin-bottom:2rem;font-size:.975rem;line-height:1.72}.sh-perm-matrix{margin-top:.5rem}.sh-perm-matrix__title{font-family:var(--font-display);letter-spacing:.14em;color:var(--purple);margin-bottom:.85rem;font-size:.66rem;font-weight:700}.sh-perm-grid{grid-template-columns:1fr 1fr;gap:.45rem;display:grid}.sh-perm-row{border-radius:var(--radius-xs);color:var(--txt-secondary);align-items:center;gap:.55rem;padding:.48rem .7rem;font-size:.78rem;display:flex}.sh-perm-row--allowed{background:#15803d0f;border:1px solid #15803d26}.sh-perm-row--denied{background:#b91c1c0f;border:1px solid #b91c1c26}.sh-perm-badge{font-family:var(--font-display);letter-spacing:.05em;white-space:nowrap;border-radius:40px;flex-shrink:0;padding:.15rem .45rem;font-size:.58rem;font-weight:700}.sh-perm-badge--allowed{background:var(--green);color:#fff}.sh-perm-badge--denied{background:var(--red);color:#fff}.sh-usecase{background:var(--bg-card-dk);border-radius:var(--radius);border:1px solid #6d28d91f;border-top:2px solid #6d28d980;gap:1.25rem;margin-bottom:.85rem;padding:1.4rem;transition:border-color .25s;display:flex}.sh-usecase:hover{border-color:#6d28d966}.sh-usecase__icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;display:flex}.sh-usecase__icon--purple{color:var(--purple);background:#6d28d91a}.sh-usecase__icon--teal{background:var(--teal-ghost);color:var(--teal)}.sh-usecase__icon--gold{background:var(--gold-ghost);color:var(--gold)}.sh-usecase__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.4rem;font-size:.93rem;font-weight:700}.sh-usecase__body{color:var(--txt-secondary);font-size:.84rem;line-height:1.6}.sh-ins__layout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.sh-ins__body{color:var(--txt-secondary);margin-bottom:2.5rem;font-size:1rem;line-height:1.72}.sh-ins__steps{flex-direction:column;gap:0;display:flex}.sh-ins__step{border-left:2px solid var(--border-dk);gap:1rem;margin-left:.7rem;padding:1rem 0 1rem 1.5rem;display:flex;position:relative}.sh-ins__step:last-child{border-color:#0000}.sh-ins__step-num{border:2px solid var(--border-dk);width:1.55rem;height:1.55rem;font-family:var(--font-display);color:var(--txt-muted);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex;position:absolute;top:1rem;left:-.82rem}.sh-ins__step-num--red{color:var(--red);border-color:#b91c1c66}.sh-ins__step-num--teal{color:var(--teal);border-color:#0f766e66}.sh-ins__step-num--gold{color:var(--gold);border-color:#b4530966}.sh-ins__step-label{font-family:var(--font-display);letter-spacing:.06em;color:var(--txt-primary);margin-bottom:.25rem;font-size:.76rem;font-weight:700}.sh-ins__step-desc{color:var(--txt-secondary);font-size:.84rem;line-height:1.5}.sh-ins__engine-title{font-family:var(--font-display);letter-spacing:.14em;color:var(--gold);margin-bottom:1.25rem;font-size:.7rem;font-weight:700}.sh-ins__feature{border-bottom:1px solid var(--border-dk);gap:1rem;padding:1.25rem 0;display:flex}.sh-ins__feature:last-child{border-bottom:none}.sh-ins__feature-accent{background:var(--teal);border-radius:3px;flex-shrink:0;align-self:stretch;width:3px;min-height:40px}.sh-ins__feature-accent--gold{background:var(--gold)}.sh-ins__feature-name{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.35rem;font-size:.88rem;font-weight:700}.sh-ins__feature-body{color:var(--txt-secondary);font-size:.84rem;line-height:1.6}.sh-tech__layout{grid-template-columns:1fr 1.4fr;align-items:start;gap:3rem;display:grid}.sh-crypto-cards{flex-direction:column;gap:.85rem;display:flex}.sh-crypto-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-left:3px solid var(--teal);border-radius:var(--radius-xs);padding:1.1rem 1.25rem}.sh-crypto-card:nth-child(3),.sh-crypto-card:nth-child(4){border-left-color:var(--gold)}.sh-crypto-card__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.3rem;display:flex}.sh-crypto-card__name{font-family:var(--font-display);color:var(--txt-primary);font-size:.93rem;font-weight:700}.sh-crypto-card__role{color:var(--txt-secondary);font-size:.82rem}.sh-arch-visual{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius);flex-direction:column;align-items:stretch;gap:0;padding:2rem;display:flex;position:relative;overflow:hidden}.sh-arch-visual:before{content:"";opacity:.6;pointer-events:none;background-image:radial-gradient(circle,#0000000a 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.sh-arch__node--root{z-index:1;border-radius:var(--radius-sm);background:#0f766e0f;border:1.5px solid #0f766e4d;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:relative;box-shadow:0 0 24px #0f766e14}.sh-arch__node-label{font-family:var(--font-mono);letter-spacing:.18em;color:var(--teal);margin-bottom:.25rem;font-size:.58rem}.sh-arch__node-name{font-family:var(--font-display);color:var(--txt-primary);letter-spacing:.03em;font-size:.93rem;font-weight:800}.sh-arch__node-meta{font-family:var(--font-mono);color:var(--txt-muted);letter-spacing:.06em;white-space:nowrap;font-size:.65rem}.sh-arch__node-badge{font-family:var(--font-display);letter-spacing:.1em;background:var(--teal-ghost);color:var(--teal);white-space:nowrap;border:1px solid #0f766e33;border-radius:40px;padding:.18rem .6rem;font-size:.58rem;font-weight:700}.sh-arch__connector{z-index:1;justify-content:center;align-items:center;height:2.5rem;display:flex;position:relative}.sh-arch__connector:before{content:"";background:var(--border-dk);width:1px;position:absolute;top:0;bottom:0;left:50%}.sh-arch__connector:after{content:"";background:var(--border-dk);height:1px;position:absolute;bottom:0;left:16.5%;right:16.5%}.sh-arch__children{z-index:1;grid-template-columns:repeat(3,1fr);gap:.85rem;display:grid;position:relative}.sh-arch__children-label{z-index:1;align-items:center;gap:.75rem;margin-bottom:.6rem;display:flex;position:relative}.sh-arch__children-label span{font-family:var(--font-display);letter-spacing:.18em;color:var(--txt-muted);white-space:nowrap;font-size:.58rem;font-weight:700}.sh-arch__children-label:before,.sh-arch__children-label:after{content:"";background:var(--border-dk);flex:1;height:1px}.sh-arch-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);transition:border-color .25s,box-shadow .25s,transform .25s;position:relative;overflow:hidden}.sh-arch-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.sh-arch-card:before{content:"";background:var(--border-dk);width:1px;height:1.6rem;position:absolute;top:-1.6rem;left:50%}.sh-arch-card__bar{width:100%;height:2px}.sh-arch-card--teal{border-color:#0f766e33}.sh-arch-card--gold{border-color:#b4530933}.sh-arch-card--purple{border-color:#6d28d933}.sh-arch-card--teal:hover{border-color:#0f766e80}.sh-arch-card--gold:hover{border-color:#b4530980}.sh-arch-card--purple:hover{border-color:#6d28d980}.sh-arch-card--teal .sh-arch-card__bar{background:var(--teal)}.sh-arch-card--gold .sh-arch-card__bar{background:var(--gold)}.sh-arch-card--purple .sh-arch-card__bar{background:var(--purple)}.sh-arch-card__body{padding:1rem 1.1rem 1.1rem}.sh-arch-card__flag{margin-bottom:.5rem;font-size:1.2rem;line-height:1}.sh-arch-card__name{font-family:var(--font-display);letter-spacing:.04em;margin-bottom:.15rem;font-size:.86rem;font-weight:800}.sh-arch-card--teal .sh-arch-card__name{color:var(--teal)}.sh-arch-card--gold .sh-arch-card__name{color:var(--gold)}.sh-arch-card--purple .sh-arch-card__name{color:var(--purple)}.sh-arch-card__reg{font-family:var(--font-mono);letter-spacing:.1em;color:var(--txt-muted);margin-bottom:.85rem;font-size:.6rem}.sh-arch-card__items{flex-direction:column;gap:.28rem;display:flex}.sh-arch-card__item{color:var(--txt-secondary);align-items:flex-start;gap:.4rem;font-size:.72rem;line-height:1.35;display:flex}.sh-arch-card__item:before{content:"→";color:var(--txt-muted);flex-shrink:0;margin-top:.05em;font-size:.62rem}.sh-arch-card--future{border-style:dashed;border-color:var(--border-dk);opacity:.6}.sh-arch-card--future .sh-arch-card__bar{background:var(--border-dk)}.sh-arch-card--future .sh-arch-card__name{color:var(--txt-muted)}.sh-solutions-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.sh-section-solutions{background:var(--bg-dark);padding:6rem 0;position:relative}.sh-section-solutions:before{content:"";opacity:.25;z-index:0;pointer-events:none;background-image:url(../img/shamwari_real_farmer.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.sh-section-solutions:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(80% 60% at 50% 0,#b453090d 0%,#0000 70%);position:absolute;inset:0}.sh-section-solutions>.sh-container{z-index:1;position:relative}.sh-sol-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius);padding:2rem;transition:border-color .25s,box-shadow .25s,transform .25s}.sh-sol-card:hover{border-color:#0f766e59;transform:translateY(-3px);box-shadow:0 8px 28px #0000000f}.sh-sol-card__icon{margin-bottom:1rem;font-size:1.6rem}.sh-sol-card__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.75rem;font-size:1rem;font-weight:700}.sh-sol-card__body{color:var(--txt-secondary);font-size:.875rem;line-height:1.65}.sh-cta{background:var(--bg-navy);border-top:1px solid var(--border-dk);padding:7rem 2rem;position:relative;overflow:hidden}.sh-cta__glow{pointer-events:none;background:radial-gradient(#0f766e14 0%,#0000 70%);width:900px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sh-cta__inner{text-align:center;max-width:760px;margin:0 auto;position:relative}.sh-cta__title{font-family:var(--font-display);color:var(--txt-primary);letter-spacing:-.02em;margin:1rem 0 1.25rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:800;line-height:1.2}.sh-cta__sub{color:var(--txt-secondary);margin-bottom:2.5rem;font-size:1rem;line-height:1.72}.sh-cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.sh-section__desc{color:var(--txt-secondary);max-width:520px;margin-bottom:2rem;font-size:1rem;line-height:1.75}.sh-list{flex-direction:column;gap:.85rem;margin-bottom:2.5rem;display:flex}.sh-list li{color:var(--txt-secondary);padding-left:1.1rem;font-size:.9rem;line-height:1.55;position:relative}.sh-list li:before{content:"";background:var(--teal);border-radius:50%;width:5px;height:5px;position:absolute;top:.58em;left:0}.sh-threat-banner{border:1px solid #b91c1c26;border-left:3px solid var(--red);border-radius:var(--radius-xs);margin-bottom:3.5rem;background:#b91c1c0a;align-items:flex-start;gap:1.5rem;max-width:820px;margin-inline:auto;padding:1.25rem 1.5rem;display:flex}.sh-threat-banner__icon{color:var(--red);flex-shrink:0;margin-top:.1rem;font-size:1.1rem}.sh-threat-banner__label{font-family:var(--font-display);letter-spacing:.15em;color:var(--red);margin-bottom:.25rem;font-size:.66rem;font-weight:700}.sh-threat-banner__text{color:var(--txt-secondary);font-size:.9rem;line-height:1.6}.sh-threat-banner__text strong{color:var(--txt-primary);font-weight:600}.sh-qsec-intro{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:4rem;display:grid}.sh-qsec-intro-card{border:1px solid var(--border-dk);border-radius:var(--radius-xs);background:var(--bg-card-dk);padding:1.5rem;position:relative;overflow:hidden}.sh-qsec-intro-card__bar{height:2px;position:absolute;top:0;left:0;right:0}.sh-qsec-intro-card--red .sh-qsec-intro-card__bar{background:var(--red)}.sh-qsec-intro-card--gold .sh-qsec-intro-card__bar{background:var(--gold)}.sh-qsec-intro-card--teal .sh-qsec-intro-card__bar{background:var(--teal)}.sh-qsec-intro-card__eyebrow{font-family:var(--font-display);letter-spacing:.15em;margin-top:.15rem;margin-bottom:.6rem;font-size:.6rem;font-weight:700}.sh-qsec-intro-card--red .sh-qsec-intro-card__eyebrow{color:var(--red)}.sh-qsec-intro-card--gold .sh-qsec-intro-card__eyebrow{color:var(--gold)}.sh-qsec-intro-card--teal .sh-qsec-intro-card__eyebrow{color:var(--teal)}.sh-qsec-intro-card__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.6rem;font-size:.95rem;font-weight:700;line-height:1.3}.sh-qsec-intro-card__body{color:var(--txt-secondary);font-size:.84rem;line-height:1.6}.sh-qsec-layout{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.sh-qsec-stack{flex-direction:column;gap:.85rem;display:flex}.sh-qsec-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);padding:1.25rem 1.4rem;transition:box-shadow .25s;position:relative;overflow:hidden}.sh-qsec-card:hover{box-shadow:0 4px 20px #0000000f}.sh-qsec-card--teal{border-left:3px solid var(--teal)}.sh-qsec-card--gold{border-left:3px solid var(--gold)}.sh-qsec-card__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.4rem;display:flex}.sh-qsec-card__algo{font-family:var(--font-mono);letter-spacing:.12em;font-size:.63rem}.sh-qsec-card--teal .sh-qsec-card__algo{color:var(--teal)}.sh-qsec-card--gold .sh-qsec-card__algo{color:var(--gold)}.sh-qsec-card__name{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.3rem;font-size:.93rem;font-weight:700}.sh-qsec-card__role{color:var(--txt-secondary);margin-bottom:.7rem;font-size:.82rem;line-height:1.5}.sh-qsec-card__uses{flex-wrap:wrap;gap:.35rem;display:flex}.sh-qsec-card__use{color:var(--txt-secondary);border:1px solid var(--border-dk);font-size:.66rem;font-family:var(--font-display);letter-spacing:.04em;white-space:nowrap;background:#00000008;border-radius:40px;padding:.15rem .6rem;font-weight:600}.sh-qsec-right{flex-direction:column;gap:1.5rem;display:flex}.sh-qtimeline{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);padding:1.4rem 1.5rem}.sh-qtimeline__title{font-family:var(--font-display);letter-spacing:.15em;color:var(--txt-muted);margin-bottom:1.25rem;font-size:.63rem;font-weight:700}.sh-qtimeline__track{flex-direction:column;gap:0;display:flex}.sh-qtimeline__item{border-left:2px solid var(--border-dk);gap:1rem;margin-left:.6rem;padding:.85rem 0 .85rem 1.25rem;display:flex;position:relative}.sh-qtimeline__item:last-child{border-color:#0000}.sh-qtimeline__dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:.95rem;height:.95rem;font-size:.4rem;display:flex;position:absolute;top:.95rem;left:-.52rem}.sh-qtimeline__dot--red{background:var(--red);color:#fff}.sh-qtimeline__dot--gold{background:var(--gold);color:#fff}.sh-qtimeline__dot--teal{background:var(--teal);color:#fff}.sh-qtimeline__dot--slate{border:1.5px solid var(--txt-muted);background:#fff}.sh-qtimeline__year{font-family:var(--font-display);white-space:nowrap;min-width:40px;margin-top:.05rem;font-size:.72rem;font-weight:700}.sh-qtimeline__item:first-child .sh-qtimeline__year{color:var(--red)}.sh-qtimeline__item:nth-child(2) .sh-qtimeline__year,.sh-qtimeline__item:nth-child(3) .sh-qtimeline__year{color:var(--gold)}.sh-qtimeline__item:nth-child(4) .sh-qtimeline__year,.sh-qtimeline__item:nth-child(5) .sh-qtimeline__year{color:var(--teal)}.sh-qtimeline__text{color:var(--txt-secondary);font-size:.82rem;line-height:1.5}.sh-qtimeline__text strong{color:var(--txt-primary);margin-bottom:.1rem;font-weight:600;display:block}.sh-qcomp{border:1px solid var(--border-dk);border-radius:var(--radius-xs);overflow:hidden}.sh-qcomp__head{border-bottom:1px solid var(--border-dk);background:#00000005;grid-template-columns:1fr 1fr 1fr;display:grid}.sh-qcomp__head-cell{font-family:var(--font-display);letter-spacing:.12em;color:var(--txt-muted);padding:.65rem 1rem;font-size:.6rem;font-weight:700}.sh-qcomp__head-cell:first-child{color:var(--txt-secondary)}.sh-qcomp__head-cell:nth-child(2){color:var(--red)}.sh-qcomp__head-cell:nth-child(3){color:var(--teal);background:#0f766e0a;border-left:1px solid #0f766e33}.sh-qcomp__row{border-bottom:1px solid var(--border-dk);grid-template-columns:1fr 1fr 1fr;transition:background .15s;display:grid}.sh-qcomp__row:last-child{border-bottom:none}.sh-qcomp__row:hover{background:#00000005}.sh-qcomp__cell{color:var(--txt-secondary);align-items:center;padding:.65rem 1rem;font-size:.8rem;line-height:1.4;display:flex}.sh-qcomp__cell:first-child{font-family:var(--font-display);color:var(--txt-primary);letter-spacing:.02em;font-size:.7rem;font-weight:600}.sh-qcomp__cell:nth-child(3){background:#0f766e06;border-left:1px solid #0f766e33}.sh-qcomp__cell--bad{color:var(--red)}.sh-qcomp__cell--good{color:var(--teal);font-weight:500}.sh-qsec-stats{border:1px solid var(--border-dk);border-radius:var(--radius-xs);background:var(--bg-card-dk);grid-template-columns:repeat(4,1fr);gap:0;margin-top:3rem;display:grid;overflow:hidden}.sh-qsec-stat{text-align:center;border-right:1px solid var(--border-dk);padding:1.5rem 1.25rem}.sh-qsec-stat:last-child{border-right:none}.sh-qsec-stat__n{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:.3rem;font-size:1.8rem;font-weight:800;line-height:1}.sh-qsec-stat__l{color:var(--txt-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;line-height:1.4}.sh-excl-heat{border:1px solid var(--border-dk);border-radius:var(--radius-xs);grid-template-columns:repeat(5,1fr);gap:0;margin-bottom:3.5rem;display:grid;overflow:hidden}.sh-excl-heat__region{border-right:1px solid var(--border-dk);padding:1.4rem 1.25rem;position:relative;overflow:hidden}.sh-excl-heat__region:last-child{border-right:none}.sh-excl-heat__region:after{content:"";height:2px;position:absolute;bottom:0;left:0;right:0}.sh-excl-heat__region--1:after{background:var(--red);width:57%}.sh-excl-heat__region--2:after{background:var(--red);width:52%}.sh-excl-heat__region--3:after{background:var(--gold);width:46%}.sh-excl-heat__region--4:after{background:var(--gold);width:44%}.sh-excl-heat__region--5:after{background:var(--teal);width:28%}.sh-excl-heat__pct{font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:.25rem;font-size:2rem;font-weight:800;line-height:1}.sh-excl-heat__region--1 .sh-excl-heat__pct,.sh-excl-heat__region--2 .sh-excl-heat__pct{color:var(--red)}.sh-excl-heat__region--3 .sh-excl-heat__pct,.sh-excl-heat__region--4 .sh-excl-heat__pct{color:var(--gold)}.sh-excl-heat__region--5 .sh-excl-heat__pct{color:var(--teal)}.sh-excl-heat__name{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.2rem;font-size:.76rem;font-weight:700}.sh-excl-heat__label{color:var(--txt-muted);letter-spacing:.04em;font-size:.7rem;line-height:1.3}.sh-excl-heat__bar-bg{background:var(--border-dk);height:2px;position:absolute;bottom:0;left:0;right:0}.sh-excl-layout{grid-template-columns:1fr 1fr;align-items:start;gap:3.5rem;margin-bottom:4rem;display:grid}.sh-barrier-list{flex-direction:column;gap:0;display:flex}.sh-barrier{border-bottom:1px solid var(--border-dk);align-items:flex-start;gap:1.1rem;padding:1.25rem 0;display:flex}.sh-barrier:last-child{border-bottom:none}.sh-barrier__num{width:2rem;height:2rem;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.05rem;font-size:.75rem;font-weight:800;display:flex}.sh-barrier__num--red{color:var(--red);background:#b91c1c14;border:1.5px solid #b91c1c33}.sh-barrier__num--gold{color:var(--gold);background:#b4530914;border:1.5px solid #b4530933}.sh-barrier__num--slate{color:var(--txt-muted);border:1.5px solid var(--border-dk);background:#00000008}.sh-barrier__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.3rem;font-size:.9rem;font-weight:700;line-height:1.3}.sh-barrier__body{color:var(--txt-secondary);font-size:.84rem;line-height:1.6}.sh-barrier__body strong{color:var(--txt-primary);font-weight:600}.sh-excl-solutions{flex-direction:column;gap:.75rem;display:flex}.sh-excl-sol{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.sh-excl-sol:hover{border-color:#0f766e59;box-shadow:0 4px 16px #0000000f}.sh-excl-sol__accent{width:3px;position:absolute;top:0;bottom:0;left:0}.sh-excl-sol__accent--teal{background:var(--teal)}.sh-excl-sol__accent--gold{background:var(--gold)}.sh-excl-sol__accent--purple{background:var(--purple)}.sh-excl-sol__icon{border-radius:var(--radius-xs);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-left:.25rem;font-size:.9rem;display:flex}.sh-excl-sol__icon--teal{background:var(--teal-ghost);color:var(--teal)}.sh-excl-sol__icon--gold{background:var(--gold-ghost);color:var(--gold)}.sh-excl-sol__icon--purple{color:var(--purple);background:#6d28d91a}.sh-excl-sol__barrier{font-family:var(--font-mono);letter-spacing:.1em;color:var(--txt-muted);margin-bottom:.2rem;font-size:.58rem}.sh-excl-sol__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.25rem;font-size:.86rem;font-weight:700}.sh-excl-sol__body{color:var(--txt-secondary);font-size:.8rem;line-height:1.55}.sh-excl-compare{border:1px solid var(--border-dk);border-radius:var(--radius);grid-template-columns:1fr auto 1fr;gap:0;margin-bottom:4rem;display:grid;overflow:hidden}.sh-excl-compare__col{padding:2rem}.sh-excl-compare__col--before{background:#b91c1c08}.sh-excl-compare__col--after{background:#0f766e08}.sh-excl-compare__divider{background:var(--border-dk);justify-content:center;align-items:center;width:1px;display:flex;position:relative}.sh-excl-compare__divider-badge{border:1px solid var(--border-dk);font-family:var(--font-display);letter-spacing:.1em;color:var(--txt-muted);white-space:nowrap;background:#fff;border-radius:40px;padding:.35rem .7rem;font-size:.6rem;font-weight:700;position:absolute}.sh-excl-compare__heading{font-family:var(--font-display);letter-spacing:.16em;margin-bottom:1.25rem;font-size:.63rem;font-weight:700}.sh-excl-compare__col--before .sh-excl-compare__heading{color:var(--red)}.sh-excl-compare__col--after .sh-excl-compare__heading{color:var(--teal)}.sh-excl-compare__rows{flex-direction:column;gap:.75rem;display:flex}.sh-excl-compare__item{align-items:flex-start;gap:.65rem;font-size:.84rem;line-height:1.5;display:flex}.sh-excl-compare__col--before .sh-excl-compare__item{color:var(--txt-secondary)}.sh-excl-compare__col--after .sh-excl-compare__item{color:var(--txt-primary)}.sh-excl-compare__item i{flex-shrink:0;margin-top:.18em;font-size:.72rem}.sh-excl-compare__col--before .sh-excl-compare__item i{color:var(--red)}.sh-excl-compare__col--after .sh-excl-compare__item i{color:var(--teal)}.sh-excl-mkt{border:1px solid var(--border-dk);border-radius:var(--radius-xs);background:var(--bg-card-dk);grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.sh-excl-mkt__stat{border-right:1px solid var(--border-dk);text-align:center;padding:1.6rem 1.5rem}.sh-excl-mkt__stat:last-child{border-right:none}.sh-excl-mkt__n{font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:.3rem;font-size:1.9rem;font-weight:800;line-height:1}.sh-excl-mkt__l{color:var(--txt-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;line-height:1.4}.arch-toc{border-bottom:1px solid var(--border-dk);z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;padding:0 2rem;position:sticky;top:72px}.arch-toc__inner{scrollbar-width:none;gap:0;max-width:1240px;margin:0 auto;display:flex;overflow-x:auto}.arch-toc__inner::-webkit-scrollbar{display:none}.arch-toc__link{font-family:var(--font-display);letter-spacing:.06em;color:var(--txt-muted);white-space:nowrap;border-bottom:2px solid #0000;padding:.82rem 1rem;font-size:.7rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s}.arch-toc__link:hover,.arch-toc__link.is-active{color:var(--teal);border-bottom-color:var(--teal)}.arch-section-head{align-items:flex-start;gap:1.5rem;margin-bottom:3rem;display:flex}.arch-section-head__num{font-family:var(--font-display);color:#0000000a;letter-spacing:-.05em;-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:4rem;font-weight:800;line-height:1}.arch-section-head__copy{flex:1}.arch-section-head__title{font-family:var(--font-display);color:var(--txt-primary);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.2}.arch-section-head__sub{color:var(--txt-secondary);max-width:680px;font-size:.975rem;line-height:1.7}.arch-diagram{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius);padding:2.5rem;position:relative;overflow:hidden}.arch-diagram:before{content:"";opacity:.5;pointer-events:none;background-image:radial-gradient(circle,#0000000a 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.arch-root{z-index:1;flex-direction:column;align-items:center;margin-bottom:0;display:flex;position:relative}.arch-root__node{border-radius:var(--radius);background:#0f766e0d;border:2px solid #0f766e4d;align-items:center;gap:2rem;width:100%;max-width:640px;padding:1.25rem 2.5rem;display:flex;box-shadow:0 0 32px #0f766e14}.arch-root__icon{background:var(--teal-ghost);width:48px;height:48px;color:var(--teal);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.arch-root__label{font-family:var(--font-mono);letter-spacing:.18em;color:var(--teal);margin-bottom:.3rem;font-size:.58rem}.arch-root__name{font-family:var(--font-display);color:var(--txt-primary);letter-spacing:.04em;margin-bottom:.2rem;font-size:1.05rem;font-weight:800}.arch-root__meta{font-family:var(--font-mono);color:var(--txt-muted);letter-spacing:.06em;font-size:.63rem}.arch-root__badges{flex-direction:column;flex-shrink:0;gap:.4rem;margin-left:auto;display:flex}.arch-connector{z-index:1;justify-content:center;width:100%;height:3rem;display:flex;position:relative}.arch-connector:before{content:"";background:var(--border-dk);width:1px;height:60%;position:absolute;top:0;left:50%}.arch-connector:after{content:"";background:var(--border-dk);height:1px;position:absolute;bottom:0;left:15%;right:15%}.arch-children-wrap{z-index:1;width:100%;position:relative}.arch-children-label{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.arch-children-label span{font-family:var(--font-display);letter-spacing:.18em;color:var(--txt-muted);white-space:nowrap;font-size:.58rem;font-weight:700}.arch-children-label:before,.arch-children-label:after{content:"";background:var(--border-dk);flex:1;height:1px}.arch-beta-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);transition:border-color .2s,box-shadow .2s,transform .2s;position:relative;overflow:hidden}.arch-beta-card:before{content:"";background:var(--border-dk);width:1px;height:1.5rem;position:absolute;top:-1.5rem;left:50%}.arch-beta-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0000000f}.arch-beta-card--teal{border-top:2px solid var(--teal);border-color:#0f766e33}.arch-beta-card--gold{border-top:2px solid var(--gold);border-color:#b4530933}.arch-beta-card--purple{border-top:2px solid var(--purple);border-color:#6d28d933}.arch-beta-card--future{border-top:2px dashed var(--border-dk);opacity:.6}.arch-beta-card--teal:hover{border-color:#0f766e80}.arch-beta-card--gold:hover{border-color:#b4530980}.arch-beta-card--purple:hover{border-color:#6d28d980}.arch-beta-card__body{padding:1.1rem 1rem}.arch-beta-card__flag{margin-bottom:.4rem;font-size:1.4rem;line-height:1}.arch-beta-card__name{font-family:var(--font-display);letter-spacing:.04em;margin-bottom:.15rem;font-size:.84rem;font-weight:800}.arch-beta-card--teal .arch-beta-card__name{color:var(--teal)}.arch-beta-card--gold .arch-beta-card__name{color:var(--gold)}.arch-beta-card--purple .arch-beta-card__name{color:var(--purple)}.arch-beta-card--future .arch-beta-card__name{color:var(--txt-muted)}.arch-beta-card__reg{font-family:var(--font-mono);letter-spacing:.1em;color:var(--txt-muted);margin-bottom:.85rem;font-size:.58rem}.arch-beta-card__items{flex-direction:column;gap:.28rem;display:flex}.arch-beta-card__item{color:var(--txt-secondary);padding-left:.75rem;font-size:.7rem;line-height:1.35;position:relative}.arch-beta-card__item:before{content:"→";color:var(--txt-muted);font-size:.58rem;position:absolute;left:0}.arch-prop-table{border-collapse:collapse;border:1px solid var(--border-dk);border-radius:var(--radius);width:100%;font-size:.875rem;overflow:hidden}.arch-prop-table thead tr{background:#00000005}.arch-prop-table th{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--border-dk);padding:.9rem 1.25rem;font-size:.66rem;font-weight:700}.arch-prop-table th:first-child{color:var(--txt-muted)}.arch-prop-table th:nth-child(2){color:var(--teal)}.arch-prop-table th:nth-child(3){color:var(--gold)}.arch-prop-table tbody tr{border-bottom:1px solid var(--border-dk);background:var(--bg-card-dk);transition:background .15s}.arch-prop-table tbody tr:nth-child(2n){background:#00000005}.arch-prop-table tbody tr:last-child{border-bottom:none}.arch-prop-table tbody tr:hover{background:#0f766e0a}.arch-prop-table td{vertical-align:top;color:var(--txt-secondary);padding:.85rem 1.25rem;line-height:1.5}.arch-prop-table td:first-child{font-family:var(--font-mono);color:var(--txt-primary);white-space:nowrap;width:22%;font-size:.76rem;font-weight:500}.arch-prop-table td:nth-child(2){color:var(--teal);font-size:.84rem}.arch-prop-table td:nth-child(3){font-size:.84rem}.arch-perm-wrap{grid-template-columns:1fr 1.1fr;align-items:start;gap:3rem;display:grid}.arch-perm-ladder{flex-direction:column;gap:.5rem;display:flex}.arch-perm-rung{border-radius:var(--radius-xs);border:1px solid;align-items:center;gap:1rem;padding:.85rem 1.1rem;display:flex}.arch-perm-rung--1{background:#0f766e0a;border-color:#0f766e59;margin-left:0}.arch-perm-rung--2{background:#0f766e05;border-color:#0f766e33;margin-left:1.25rem}.arch-perm-rung--3{background:#b453090a;border-color:#b453094d;margin-left:2.5rem}.arch-perm-rung--4{border-color:var(--border-dk);background:#00000005;margin-left:3.75rem}.arch-perm-rung--5{border-color:var(--border-dk);opacity:.6;background:#00000005;margin-left:5rem}.arch-perm-rung__code{font-family:var(--font-mono);letter-spacing:.06em;flex-shrink:0;min-width:130px;font-size:.7rem;font-weight:500}.arch-perm-rung--1 .arch-perm-rung__code{color:var(--teal)}.arch-perm-rung--2 .arch-perm-rung__code{color:var(--teal-dk)}.arch-perm-rung--3 .arch-perm-rung__code{color:var(--gold)}.arch-perm-rung--4 .arch-perm-rung__code{color:var(--txt-primary)}.arch-perm-rung--5 .arch-perm-rung__code{color:var(--txt-secondary)}.arch-perm-rung__desc{color:var(--txt-secondary);font-size:.82rem;line-height:1.45}.arch-policy-flow{flex-direction:column;gap:0;display:flex}.arch-policy-step{border-left:2px solid var(--border-dk);gap:1rem;margin-left:.7rem;padding:1rem 0 1rem 1.5rem;display:flex;position:relative}.arch-policy-step:last-child{border-color:#0000}.arch-policy-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.15rem;height:1.15rem;font-size:.48rem;display:flex;position:absolute;top:1rem;left:-.62rem}.arch-policy-dot--grey{border:1.5px solid var(--txt-muted);background:#fff}.arch-policy-dot--teal{background:var(--teal);color:#fff}.arch-policy-dot--gold{background:var(--gold);color:#fff}.arch-policy-step__label{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.3rem;font-size:.85rem;font-weight:700}.arch-policy-step__desc{color:var(--txt-secondary);font-size:.84rem;line-height:1.6}.arch-policy-step__code{font-family:var(--font-mono);color:var(--teal);background:var(--teal-ghost);border-radius:4px;margin-top:.3rem;padding:.1rem .45rem;font-size:.7rem;display:inline-block}.arch-pipeline{flex-direction:column;gap:0;max-width:760px;margin:0 auto;display:flex}.arch-pipe-step{border-left:2px solid var(--border-dk);align-items:flex-start;gap:1.5rem;margin-left:1rem;padding:1.5rem 0 1.5rem 2rem;display:flex;position:relative}.arch-pipe-step:last-child{border-color:#0000}.arch-pipe-num{width:1.85rem;height:1.85rem;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:1.6rem;left:-.95rem}.arch-pipe-num--teal{background:var(--teal);color:#fff}.arch-pipe-num--gold{background:var(--gold);color:#fff}.arch-pipe-num--slate{border:1.5px solid var(--txt-muted);color:var(--txt-secondary);background:#fff}.arch-pipe-content{flex:1}.arch-pipe-label{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.3rem;font-size:.9rem;font-weight:700}.arch-pipe-desc{color:var(--txt-secondary);margin-bottom:.5rem;font-size:.875rem;line-height:1.65}.arch-pipe-code{font-family:var(--font-mono);color:var(--teal);background:var(--teal-ghost);border-radius:4px;padding:.18rem .55rem;font-size:.7rem;display:inline-block}.arch-pipe-tags{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.arch-pipe-tag{color:var(--txt-muted);border:1px solid var(--border-dk);font-size:.66rem;font-family:var(--font-display);letter-spacing:.03em;background:#00000008;border-radius:40px;padding:.15rem .6rem;font-weight:600}.arch-auto-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);padding:1.4rem;transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.arch-auto-card:hover{box-shadow:0 4px 16px #0000000f}.arch-auto-card__bar{height:2px;position:absolute;top:0;left:0;right:0}.arch-auto-card--teal .arch-auto-card__bar{background:var(--teal)}.arch-auto-card--gold .arch-auto-card__bar{background:var(--gold)}.arch-auto-card--purple .arch-auto-card__bar{background:var(--purple)}.arch-auto-card__trigger{font-family:var(--font-mono);letter-spacing:.1em;margin-top:.15rem;margin-bottom:.5rem;font-size:.58rem}.arch-auto-card--teal .arch-auto-card__trigger{color:var(--teal)}.arch-auto-card--gold .arch-auto-card__trigger{color:var(--gold)}.arch-auto-card--purple .arch-auto-card__trigger{color:var(--purple)}.arch-auto-card__name{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.4rem;font-size:.88rem;font-weight:700}.arch-auto-card__body{color:var(--txt-secondary);font-size:.82rem;line-height:1.55}.arch-tx-cluster{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);margin-bottom:1rem;overflow:hidden}.arch-tx-cluster:last-child{margin-bottom:0}.arch-tx-cluster__head{border-bottom:1px solid var(--border-dk);justify-content:space-between;align-items:center;padding:.75rem 1.1rem;display:flex}.arch-tx-cluster__head--teal{background:#0f766e0f}.arch-tx-cluster__head--gold{background:#b453090f}.arch-tx-cluster__head--purple{background:#6d28d90f}.arch-tx-cluster__head--slate{background:#00000005}.arch-tx-cluster__title{font-family:var(--font-display);letter-spacing:.1em;font-size:.7rem;font-weight:700}.arch-tx-cluster__head--teal .arch-tx-cluster__title{color:var(--teal)}.arch-tx-cluster__head--gold .arch-tx-cluster__title{color:var(--gold)}.arch-tx-cluster__head--purple .arch-tx-cluster__title{color:var(--purple)}.arch-tx-cluster__head--slate .arch-tx-cluster__title{color:var(--txt-secondary)}.arch-tx-cluster__count{font-family:var(--font-display);font-size:1rem;font-weight:800}.arch-tx-cluster__head--teal .arch-tx-cluster__count{color:var(--teal)}.arch-tx-cluster__head--gold .arch-tx-cluster__count{color:var(--gold)}.arch-tx-cluster__head--purple .arch-tx-cluster__count{color:var(--purple)}.arch-tx-cluster__head--slate .arch-tx-cluster__count{color:var(--txt-secondary)}.arch-tx-cluster__list{flex-direction:column;gap:.3rem;padding:.85rem 1.1rem;display:flex}.arch-tx-cluster__item{font-family:var(--font-mono);color:var(--txt-secondary);border-bottom:1px solid var(--border-dk);padding:.2rem 0;font-size:.7rem;line-height:1.4}.arch-tx-cluster__item:last-child{border-bottom:none}.arch-gate-table{border-collapse:collapse;border:1px solid var(--border-dk);border-radius:var(--radius-xs);width:100%;margin-bottom:1.25rem;font-size:.82rem;overflow:hidden}.arch-gate-table thead tr{background:#00000005}.arch-gate-table th{font-family:var(--font-display);letter-spacing:.12em;color:var(--teal);text-transform:uppercase;text-align:left;border-bottom:1px solid var(--border-dk);padding:.65rem 1rem;font-size:.6rem;font-weight:700}.arch-gate-table td{border-bottom:1px solid var(--border-dk);color:var(--txt-secondary);vertical-align:top;padding:.62rem 1rem}.arch-gate-table tr:last-child td{border-bottom:none}.arch-gate-table tr:nth-child(2n) td{background:#00000005}.arch-gate-ok{font-weight:500;color:var(--teal)!important}.arch-gate-no{color:var(--red)!important}.arch-gate-fn{font-family:var(--font-mono);font-size:.7rem;color:var(--teal)!important}.arch-schema-label{font-family:var(--font-mono);color:var(--txt-muted);text-align:right;flex-shrink:0;width:100px;font-size:.7rem}.arch-schema-bar-wrap{background:var(--border-dk);border-radius:6px;flex:1;height:32px;position:relative;overflow:hidden}.arch-schema-bar{height:100%;font-family:var(--font-display);letter-spacing:.08em;color:#fff;white-space:nowrap;border-radius:6px;align-items:center;padding:0 .85rem;font-size:.66rem;font-weight:700;display:flex}.arch-schema-bar--public{background:var(--teal);width:45%}.arch-schema-bar--zim{background:var(--gold);width:35%}.arch-schema-bar--sa{background:var(--gold-dk);width:30%}.arch-schema-bar--capital{background:var(--purple);width:28%}.arch-schema-size{font-family:var(--font-mono);color:var(--txt-muted);text-align:right;flex-shrink:0;width:60px;font-size:.66rem}.sh-footer{border-top:1px solid var(--border-dk);background:#f1f5f9;padding:5rem 2rem 0}.sh-footer__grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;max-width:1240px;margin:0 auto;padding-bottom:4rem;display:grid}.sh-footer__wordmark{font-family:var(--font-display);color:var(--txt-primary);letter-spacing:.08em;margin-bottom:.75rem;font-size:1.4rem;font-weight:800}.sh-footer__tagline{color:var(--txt-muted);margin-bottom:1.5rem;font-size:.85rem;line-height:1.6}.sh-footer__socials{gap:.75rem;display:flex}.sh-footer__social{border-radius:var(--radius-xs);border:1px solid var(--border-dk);width:36px;height:36px;color:var(--txt-muted);justify-content:center;align-items:center;font-size:.88rem;transition:all .2s;display:flex}.sh-footer__social:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-ghost)}.sh-footer__col-title{font-family:var(--font-display);letter-spacing:.12em;color:var(--txt-primary);text-transform:uppercase;margin-bottom:1.25rem;font-size:.72rem;font-weight:700}.sh-footer__link{color:var(--txt-muted);margin-bottom:.6rem;font-size:.85rem;transition:color .2s;display:block}.sh-footer__link:hover{color:var(--teal)}.sh-footer__bottom{border-top:1px solid var(--border-dk);max-width:1240px;color:var(--txt-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin:0 auto;padding:1.5rem 0;font-size:.76rem;display:flex}.sh-footer__bottom-right{font-family:var(--font-mono);letter-spacing:.08em;color:var(--teal)}.sh-back-top{background:var(--teal);color:#fff;width:44px;height:44px;box-shadow:0 4px 20px var(--teal-glow);opacity:0;z-index:999;border-radius:50%;justify-content:center;align-items:center;font-size:.88rem;transition:opacity .3s,transform .3s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(10px)}.sh-back-top.is-visible{opacity:1;transform:translateY(0)}.sh-back-top:hover{background:var(--teal-dk);transform:translateY(-3px)}@media (width<=1100px){.sh-problem-grid,.sh-platform-grid,.sh-solutions-grid{grid-template-columns:1fr 1fr}.sh-tech__layout{grid-template-columns:1fr}.sh-arch__children{grid-template-columns:repeat(2,1fr)}.sh-footer__grid{grid-template-columns:1fr 1fr}.sh-qsec-layout{grid-template-columns:1fr}.sh-qsec-stats,.arch-beta-grid{grid-template-columns:1fr 1fr}.arch-perm-wrap{grid-template-columns:1fr}.arch-auto-grid{grid-template-columns:1fr 1fr}.arch-tx-anatomy{grid-template-columns:1fr}.sh-excl-heat{grid-template-columns:1fr 1fr 1fr}.sh-excl-layout{grid-template-columns:1fr;gap:2.5rem}.sh-excl-mkt{grid-template-columns:1fr 1fr}}@media (width<=768px){.sh-nav__menu,.sh-nav__actions{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-dk);background:#fffffffa;padding:1.5rem 2rem;display:none;position:fixed;top:66px;left:0;right:0;box-shadow:0 8px 32px #00000014}.sh-nav__menu{flex-direction:column;gap:0}.sh-nav__menu.is-open,.sh-nav__actions.is-open{display:flex}.sh-nav__actions{display:flex;position:static;top:auto}.sh-nav__toggle{display:flex}.sh-hero{padding:8rem 1.5rem 4rem}.sh-hero__stats{flex-direction:column}.sh-hero__stat-divider{width:100%;height:1px}.sh-hero__scroll-hint{display:none}.sh-section,.sh-section--navy,.sh-section--light,.sh-section--white,.sh-section--mid,.sh-section--dark-alt{padding:4rem 0}.sh-problem-grid,.sh-platform-grid,.sh-solutions-grid,.sh-contrast-grid,.sh-ai__layout,.sh-ins__layout,.sh-perm-grid{grid-template-columns:1fr}.sh-arch__children{grid-template-columns:1fr 1fr}.sh-footer__grid{grid-template-columns:1fr;gap:2rem}.sh-lifecycle{grid-template-columns:repeat(3,1fr);align-items:start;gap:.5rem;display:grid}.sh-lifecycle__arrow{display:none}.sh-cta{padding:4rem 1.5rem}.sh-cta__actions{flex-direction:column;align-items:center}.sh-footer{padding:3rem 1.5rem 0}.arch-toc{display:none}.arch-beta-grid{grid-template-columns:1fr 1fr}.arch-root__node{flex-direction:column;align-items:flex-start;gap:1rem}.arch-root__badges{flex-direction:row;margin-left:0}.arch-auto-grid{grid-template-columns:1fr}.arch-section-head{flex-direction:column;gap:.5rem}.arch-section-head__num{font-size:2.5rem}.sh-excl-heat{grid-template-columns:1fr 1fr}.sh-excl-heat__region:nth-child(5){border-right:none;grid-column:span 2}.sh-excl-compare{grid-template-columns:1fr}.sh-excl-compare__divider{display:none}.sh-excl-compare__col--before{border-bottom:1px solid var(--border-dk)}.sh-qsec-intro{grid-template-columns:1fr}.sh-qsec-stats{grid-template-columns:1fr 1fr}}@media (width<=480px){.sh-hero__headline{font-size:2.4rem}.sh-hero__ctas{flex-direction:column}.sh-arch__children{grid-template-columns:1fr}.sh-lifecycle{grid-template-columns:1fr 1fr}.arch-beta-grid,.sh-excl-heat{grid-template-columns:1fr}.sh-excl-heat__region:nth-child(5){border-bottom:none;grid-column:span 1}.sh-excl-mkt{grid-template-columns:1fr}.sh-excl-mkt__stat{border-right:none;border-bottom:1px solid var(--border-dk)}.sh-excl-mkt__stat:last-child{border-bottom:none}.sh-qsec-stats{grid-template-columns:1fr}.arch-schema-label,.arch-schema-size{display:none}}@media (prefers-color-scheme:dark){:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-dark:#f8fafc;--bg-navy:#fff;--bg-mid:#f1f5f9;--bg-card-dk:#fff;--txt-primary:#0f172a;--txt-secondary:#334155;--txt-muted:#64748b;--border-dk:#e2e8f0}html{background:#f8fafc}body{color:#334155;background:#f8fafc}.sh-nav,.sh-section,.sh-section--navy,.sh-section--mid,.sh-section--dark-alt,.sh-section--ai,.sh-section-solutions,.sh-cta,.sh-footer,.pg-hero,.pg-stats,.arch-toc,.sp-toc,.pg-toc,.sh-hero{background-color:inherit;color:inherit}.sh-nav{background:#ffffffd9!important}.sh-nav--scrolled{background:#fffffff2!important}h1,h2,h3,h4,h5,h6{color:#0f172a}p,li,span,div{color:inherit}.sh-sys-card,.sh-sol-card,.sh-problem-card,.sh-arch-card,.sh-crypto-card,.sh-arch-visual,.sh-usecase,.sh-excl-sol,.pg-card,.pg-card2,.sp-tx-card,.sp-ctype-card,.sp-vault-card,.sp-risk-card,.acc-type-card,.dev-resource,.dev-vol-card,.store-mode,.sol-case,.arch-tx-cluster,.arch-auto-card,.arch-beta-card,.arch-perm-rung,.arch-pipe-step,.sh-ins__step,.sh-lifecycle__state,.sh-qsec-intro-card,.sh-qsec-card,.sh-qtimeline{background:var(--bg-card-dk)!important;color:var(--txt-secondary)!important;border-color:var(--border-dk)!important}.sh-section--light,.sh-section--white{background:var(--bg-dark)!important}table,th,td{background:var(--bg-card-dk);color:var(--txt-secondary);border-color:var(--border-dk)!important}thead tr,.arch-prop-table thead tr,.comp-audit-table thead tr,.dev-endpoint-table thead tr{background:#00000005!important}input,select,textarea{background:var(--bg-card-dk)!important;color:var(--txt-primary)!important;border-color:var(--border-dk)!important}}.sh-hero:before{display:none}.sh-hero__video-bg{z-index:0;background:var(--bg-dark);position:absolute;inset:0;overflow:hidden}.sh-hero__slide{opacity:0;background-position:50%;background-size:cover;animation:40s linear infinite heroFade;position:absolute;inset:0;transform:scale(1)}.sh-hero__slide:first-child{animation-delay:0s}.sh-hero__slide:nth-child(2){animation-delay:8s}.sh-hero__slide:nth-child(3){animation-delay:16s}.sh-hero__slide:nth-child(4){animation-delay:24s}.sh-hero__slide:nth-child(5){animation-delay:32s}.sh-hero__slide:after{content:"";background:inherit;background-position:50%;background-size:cover;animation:8s ease-out infinite heroZoom;position:absolute;inset:0;transform:scale(1)}.sh-hero__slide:first-child:after{animation-delay:0s}.sh-hero__slide:nth-child(2):after{animation-delay:8s}.sh-hero__slide:nth-child(3):after{animation-delay:16s}.sh-hero__slide:nth-child(4):after{animation-delay:24s}.sh-hero__slide:nth-child(5):after{animation-delay:32s}.sh-hero__video-overlay{z-index:2;pointer-events:none;background:linear-gradient(#f8fafc99 0%,#f8fafcd9 60%,#f8fafcfa 100%);position:absolute;inset:0}@keyframes heroFade{0%{opacity:0}2%{opacity:1}18%{opacity:1}20%{opacity:0}to{opacity:0}}@keyframes heroZoom{0%{transform:scale(1)}to{transform:scale(1.12)}}.sh-badge--live{color:#b91c1c;letter-spacing:.1em;background:#b91c1c14;border:1px solid #b91c1c33;border-radius:40px;align-items:center;gap:.4rem;padding:.22rem .8rem;font-size:.68rem;font-weight:700;animation:2s ease-in-out infinite livePulse;display:inline-flex}.sh-live-dot{background:#dc2626;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite liveDotPulse;box-shadow:0 0 8px #dc262699}@keyframes livePulse{0%,to{box-shadow:0 0 #b91c1c33}50%{box-shadow:0 0 0 6px #b91c1c00}}@keyframes liveDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.sh-hero__inner,.sh-hero__grid-bg,.sh-hero__glow{z-index:3;position:relative}@media (width<=768px){.sh-hero__slide{animation-duration:25s}.sh-hero__slide:first-child{animation-delay:0s}.sh-hero__slide:nth-child(2){animation-delay:5s}.sh-hero__slide:nth-child(3){animation-delay:10s}.sh-hero__slide:nth-child(4){animation-delay:15s}.sh-hero__slide:nth-child(5){animation-delay:20s}.sh-hero__slide:after{animation-duration:5s}.sh-hero__slide:first-child:after{animation-delay:0s}.sh-hero__slide:nth-child(2):after{animation-delay:5s}.sh-hero__slide:nth-child(3):after{animation-delay:10s}.sh-hero__slide:nth-child(4):after{animation-delay:15s}.sh-hero__slide:nth-child(5):after{animation-delay:20s}@keyframes heroFade{0%{opacity:0}4%{opacity:1}16%{opacity:1}20%{opacity:0}to{opacity:0}}}.pg-hero{background:var(--bg-dark);border-bottom:1px solid var(--border-dk);isolation:isolate;align-items:center;min-height:42vh;padding:9rem 2rem 5rem;display:flex;position:relative;overflow:hidden}.pg-hero:after{content:"";background:var(--bg-dark);opacity:.6;z-index:0;pointer-events:none;position:absolute;inset:0}.pg-hero>*{z-index:1;position:relative}.pg-hero__glow{pointer-events:none;background:radial-gradient(#0f766e17 0%,#0000 65%);width:800px;height:600px;position:absolute;top:-150px;right:-100px}.pg-hero__glow--gold{background:radial-gradient(#b4530917 0%,#0000 65%)}.pg-hero__inner{z-index:1;align-items:center;gap:4rem;width:100%;max-width:1240px;margin:0 auto;display:flex;position:relative}.pg-hero__content{flex:1;min-width:0}.pg-hero__title{font-family:var(--font-display);color:var(--txt-primary);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;line-height:1.1}.pg-hero__sub{color:var(--txt-secondary);max-width:640px;margin-bottom:1.75rem;font-size:1.05rem;line-height:1.72}.pg-hero__badges{flex-wrap:wrap;gap:.5rem;display:flex}.pg-hero__icon-wrap{background:#0f766e12;border:1px solid #0f766e2e;border-radius:28px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.pg-hero__icon-bg{background:radial-gradient(circle at 40% 40%,#0f766e1a,#0000 70%);border-radius:28px;position:absolute;inset:0}.pg-hero__icon{color:var(--teal);z-index:1;font-size:2.8rem;position:relative}.pg-stats{border-top:1px solid var(--border-dk);border-bottom:1px solid var(--border-dk);background:var(--bg-navy);align-items:center;display:flex}.pg-stats__item{flex:1;padding:1.75rem 2rem}.pg-stats__n{font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:.35rem;font-size:2.1rem;font-weight:800;line-height:1}.pg-stats__l{color:var(--txt-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.76rem;line-height:1.4}.pg-stats__div{background:var(--border-dk);flex-shrink:0;align-self:stretch;width:1px}.pg-cards3{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.pg-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius);padding:1.75rem;transition:border-color .25s,box-shadow .25s,transform .25s}.pg-card:hover{border-color:#0f766e59;transform:translateY(-3px);box-shadow:0 8px 28px #0000000f}.pg-card__icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.1rem;font-size:1.1rem;display:flex}.pg-card__icon--teal{background:var(--teal-ghost);color:var(--teal)}.pg-card__icon--gold{background:var(--gold-ghost);color:var(--gold)}.pg-card__icon--red{color:var(--red);background:#b91c1c14}.pg-card__icon--purple{color:var(--purple);background:#6d28d91a}.pg-card__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.7rem;font-size:1rem;font-weight:700;line-height:1.3}.pg-card__body{color:var(--txt-secondary);font-size:.875rem;line-height:1.65}.pg-cards2{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.pg-card2{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius);padding:2rem;transition:border-color .25s,box-shadow .25s;position:relative;overflow:hidden}.pg-card2:hover{border-color:#0f766e59;box-shadow:0 8px 28px #0000000f}.pg-card2__accent{width:3px;position:absolute;top:0;bottom:0;left:0}.pg-card2__accent--teal{background:var(--teal)}.pg-card2__accent--gold{background:var(--gold)}.pg-card2__accent--red{background:var(--red)}.pg-card2__accent--purple{background:var(--purple)}.pg-card2__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.75rem;font-size:1.05rem;font-weight:700;line-height:1.3}.pg-card2__body{color:var(--txt-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.65}.pg-card2__list{flex-direction:column;gap:.6rem;display:flex}.pg-card2__list li{color:var(--txt-secondary);padding-left:1.1rem;font-size:.875rem;line-height:1.5;position:relative}.pg-card2__list li:before{content:"";background:var(--teal);border-radius:50%;width:5px;height:5px;position:absolute;top:.6em;left:0}.pg-two-col{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.pg-features{flex-direction:column;gap:0;display:flex}.pg-feature{border-bottom:1px solid var(--border-dk);align-items:flex-start;gap:1.25rem;padding:1.4rem 0;display:flex}.pg-feature:last-child{border-bottom:none}.pg-feature__accent{border-radius:3px;flex-shrink:0;align-self:stretch;width:3px;min-height:44px}.pg-feature__accent--teal{background:var(--teal)}.pg-feature__accent--gold{background:var(--gold)}.pg-feature__accent--red{background:var(--red)}.pg-feature__accent--purple{background:var(--purple)}.pg-feature__icon{color:var(--teal);flex-shrink:0;margin-top:.1rem;font-size:1.2rem}.pg-feature__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.35rem;font-size:.95rem;font-weight:700}.pg-feature__body{color:var(--txt-secondary);font-size:.875rem;line-height:1.65}.sp-toc{border-bottom:1px solid var(--border-dk);z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;padding:0 2rem;position:sticky;top:72px}.sp-toc__inner{scrollbar-width:none;gap:0;max-width:1240px;margin:0 auto;display:flex;overflow-x:auto}.sp-toc__inner::-webkit-scrollbar{display:none}.sp-toc__link{font-family:var(--font-display);letter-spacing:.06em;color:var(--txt-muted);white-space:nowrap;border-bottom:2px solid #0000;padding:.82rem 1rem;font-size:.7rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s}.sp-toc__link:hover,.sp-toc__link.is-active{color:var(--teal);border-bottom-color:var(--teal)}.sp-head{align-items:flex-start;gap:1.5rem;margin-bottom:3rem;display:flex}.sp-head__num{font-family:var(--font-display);color:#0000000a;letter-spacing:-.05em;-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:4rem;font-weight:800;line-height:1}.sp-head__copy{flex:1}.sp-head__title{font-family:var(--font-display);color:var(--txt-primary);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.2}.sp-head__sub{color:var(--txt-secondary);max-width:680px;font-size:.975rem;line-height:1.7}.sp-tx-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.sp-tx-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);transition:border-color .2s,box-shadow .2s,transform .2s;position:relative;overflow:hidden}.sp-tx-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.sp-tx-card__bar{height:2px}.sp-tx-card--teal .sp-tx-card__bar{background:var(--teal)}.sp-tx-card--gold .sp-tx-card__bar{background:var(--gold)}.sp-tx-card--purple .sp-tx-card__bar{background:var(--purple)}.sp-tx-card--red .sp-tx-card__bar{background:var(--red)}.sp-tx-card__body{padding:1.25rem}.sp-tx-card__subtype{font-family:var(--font-mono);letter-spacing:.12em;margin-bottom:.5rem;font-size:.56rem}.sp-tx-card--teal .sp-tx-card__subtype{color:var(--teal)}.sp-tx-card--gold .sp-tx-card__subtype{color:var(--gold)}.sp-tx-card--purple .sp-tx-card__subtype{color:var(--purple)}.sp-tx-card--red .sp-tx-card__subtype{color:var(--red)}.sp-tx-card__name{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:700;line-height:1.3}.sp-tx-card__desc{color:var(--txt-secondary);margin-bottom:.75rem;font-size:.82rem;line-height:1.55}.sp-tx-card__meta{flex-wrap:wrap;gap:.3rem;display:flex}.sp-tx-card__pill{font-size:.63rem;font-family:var(--font-display);letter-spacing:.04em;border:1px solid;border-radius:30px;padding:.13rem .48rem;font-weight:600}.sp-tx-card--teal .sp-tx-card__pill{color:var(--teal);background:#0f766e0f;border-color:#0f766e4d}.sp-tx-card--gold .sp-tx-card__pill{color:var(--gold);background:#b453090f;border-color:#b453094d}.sp-tx-card--purple .sp-tx-card__pill{color:var(--purple);background:#6d28d90f;border-color:#6d28d94d}.sp-tx-card--red .sp-tx-card__pill{color:var(--red);background:#b91c1c0f;border-color:#b91c1c4d}.sp-ai-badge{font-family:var(--font-mono);letter-spacing:.08em;color:#6d28d9;background:#6d28d91a;border:1px solid #6d28d940;border-radius:30px;padding:.1rem .42rem;font-size:.53rem;position:absolute;top:.75rem;right:.75rem}.sp-ctype-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.sp-ctype-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);padding:1.4rem;transition:border-color .2s}.sp-ctype-card:hover{border-color:#0f766e59}.sp-ctype-card__hex{font-family:var(--font-mono);color:var(--teal);background:var(--teal-ghost);border-radius:4px;margin-bottom:.6rem;padding:.1rem .45rem;font-size:.7rem;display:inline-block}.sp-ctype-card__name{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.4rem;font-size:.95rem;font-weight:800}.sp-ctype-card__desc{color:var(--txt-secondary);font-size:.82rem;line-height:1.55}.sp-ctype-card__rule{border-top:1px solid var(--border-dk);color:var(--txt-primary);margin-top:.75rem;padding-top:.75rem;font-size:.78rem;line-height:1.5}.sp-tax-rates{grid-template-columns:repeat(5,1fr);gap:.75rem;margin-bottom:2rem;display:grid}.sp-tax-rate{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);text-align:center;padding:1.25rem 1rem;transition:border-color .2s}.sp-tax-rate:hover{border-color:#b4530966}.sp-tax-rate__name{font-family:var(--font-display);letter-spacing:.12em;color:var(--gold);margin-bottom:.4rem;font-size:.63rem;font-weight:700}.sp-tax-rate__bps{font-family:var(--font-mono);color:var(--txt-primary);margin-bottom:.2rem;font-size:.95rem;font-weight:500}.sp-tax-rate__range{color:var(--txt-muted);font-size:.68rem;font-family:var(--font-mono)}.sp-tax-map{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.sp-tax-table{border-collapse:collapse;border:1px solid var(--border-dk);border-radius:var(--radius-xs);width:100%;font-size:.84rem;overflow:hidden}.sp-tax-table thead tr{background:#00000005}.sp-tax-table th{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--border-dk);color:var(--gold);padding:.75rem 1rem;font-size:.6rem;font-weight:700}.sp-tax-table td{border-bottom:1px solid var(--border-dk);color:var(--txt-secondary);vertical-align:top;padding:.65rem 1rem}.sp-tax-table tr:last-child td{border-bottom:none}.sp-tax-table tr:nth-child(2n) td{background:#00000005}.sp-tax-fn{font-family:var(--font-mono);font-size:.7rem;color:var(--teal)!important}.sp-dex-wrap{grid-template-columns:1.1fr 1fr;align-items:start;gap:3rem;display:grid}.sp-orderbook{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);overflow:hidden}.sp-orderbook__head{border-bottom:1px solid var(--border-dk);font-family:var(--font-display);letter-spacing:.1em;color:var(--txt-muted);background:#00000005;grid-template-columns:1fr 1fr 1fr;padding:.65rem 1rem;font-size:.63rem;font-weight:700;display:grid}.sp-orderbook__row{border-bottom:1px solid var(--border-dk);font-family:var(--font-mono);grid-template-columns:1fr 1fr 1fr;padding:.48rem 1rem;font-size:.76rem;transition:background .15s;display:grid;position:relative}.sp-orderbook__row:last-child{border-bottom:none}.sp-orderbook__row:before{content:"";position:absolute;top:0;bottom:0;left:0}.sp-orderbook__row--ask:before{background:#b91c1c0f;width:70%}.sp-orderbook__row--bid:before{background:#0f766e0f;width:55%}.sp-orderbook__ask{color:var(--red)}.sp-orderbook__bid{color:var(--teal)}.sp-orderbook__mid{text-align:center;border-top:1px solid var(--border-dk);border-bottom:1px solid var(--border-dk);font-family:var(--font-mono);background:#00000005;padding:.5rem 1rem;font-size:.78rem;font-weight:500}.sp-orderbook__mid span{color:var(--teal)}.sp-loan-flow{flex-direction:column;gap:0;display:flex}.sp-loan-step{border-left:2px solid var(--border-dk);align-items:flex-start;gap:1.5rem;margin-left:1rem;padding:1.35rem 0 1.35rem 2rem;display:flex;position:relative}.sp-loan-step:last-child{border-color:#0000}.sp-loan-dot{width:1.85rem;height:1.85rem;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:1.5rem;left:-.95rem}.sp-loan-dot--teal{background:var(--teal);color:#fff}.sp-loan-dot--gold{background:var(--gold);color:#fff}.sp-loan-dot--purple{background:var(--purple);color:#fff}.sp-loan-dot--red{background:var(--red);color:#fff}.sp-loan-dot--slate{border:1.5px solid var(--txt-muted);color:var(--txt-secondary);background:#fff}.sp-loan-label{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.3rem;font-size:.9rem;font-weight:700}.sp-loan-desc{color:var(--txt-secondary);font-size:.875rem;line-height:1.6}.sp-loan-code{font-family:var(--font-mono);color:var(--teal);background:var(--teal-ghost);border-radius:4px;margin-top:.35rem;padding:.15rem .55rem;font-size:.7rem;display:inline-block}.sp-vault-compare{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.sp-vault-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius);padding:2rem;position:relative;overflow:hidden}.sp-vault-card--savings{border-top:2px solid var(--teal)}.sp-vault-card--vault{border-top:2px solid var(--gold)}.sp-vault-card__label{font-family:var(--font-mono);letter-spacing:.12em;margin-bottom:.6rem;font-size:.6rem}.sp-vault-card--savings .sp-vault-card__label{color:var(--teal)}.sp-vault-card--vault .sp-vault-card__label{color:var(--gold)}.sp-vault-card__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.75rem;font-size:1.15rem;font-weight:800}.sp-vault-card__desc{color:var(--txt-secondary);margin-bottom:1.25rem;font-size:.875rem;line-height:1.65}.sp-vault-card__props{border:1px solid var(--border-dk);border-radius:var(--radius-xs);background:#00000005;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.sp-vault-prop{justify-content:space-between;align-items:baseline;font-size:.8rem;display:flex}.sp-vault-prop__k{color:var(--txt-muted);font-family:var(--font-mono);font-size:.7rem}.sp-vault-prop__v{color:var(--txt-primary);font-size:.82rem;font-weight:500}.sp-risk-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.acc-type-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.acc-type-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);align-items:flex-start;gap:1rem;padding:1.4rem;transition:border-color .2s,transform .2s;display:flex;position:relative}.acc-type-card:hover{border-color:#0f766e59;transform:translateY(-2px)}.acc-type-card--ai{background:#6d28d908;border-color:#6d28d933}.acc-type-card--ai:hover{border-color:#6d28d966}.acc-type-card__code{font-family:var(--font-mono);flex-shrink:0;padding-top:.1rem;font-size:1.2rem;font-weight:800;line-height:1}.acc-type-card__name{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.3rem;font-size:.9rem;font-weight:700}.acc-type-card__desc{color:var(--txt-secondary);font-size:.82rem;line-height:1.55}.acc-type-card__badge{position:absolute;top:.75rem;right:.75rem}.acc-deriv-flow{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);flex-wrap:wrap;align-items:center;gap:.5rem;padding:1.25rem 1.4rem;display:flex}.acc-deriv-node{border:1px solid var(--border-dk);text-align:center;border-radius:6px;flex:1;min-width:90px;padding:.65rem .75rem}.acc-deriv-node--seed{background:#b453090a;border-color:#b453094d}.acc-deriv-node--teal{background:#0f766e0a;border-color:#0f766e4d}.acc-deriv-node--gold{background:#b453090a;border-color:#b453094d}.acc-deriv-node__label{font-family:var(--font-display);letter-spacing:.1em;margin-bottom:.2rem;font-size:.56rem;font-weight:700}.acc-deriv-node--seed .acc-deriv-node__label{color:var(--gold)}.acc-deriv-node--teal .acc-deriv-node__label{color:var(--teal)}.acc-deriv-node--gold .acc-deriv-node__label{color:var(--gold)}.acc-deriv-node__val{font-family:var(--font-mono);color:var(--txt-primary);font-size:.66rem;line-height:1.35}.acc-deriv-arrow{color:var(--txt-muted);flex-shrink:0;font-size:.72rem}.acc-deriv-split{flex-direction:column;flex:1;gap:.4rem;min-width:90px;display:flex}.cert-flow{flex-direction:column;gap:0;display:flex}.cert-step{border-left:2px solid var(--border-dk);align-items:flex-start;gap:1.5rem;margin-left:1rem;padding:1.35rem 0 1.35rem 2rem;display:flex;position:relative}.cert-step:last-child{border-color:#0000}.cert-step__dot{width:1.85rem;height:1.85rem;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:1.5rem;left:-.95rem}.cert-step__dot--teal{background:var(--teal);color:#fff}.cert-step__dot--gold{background:var(--gold);color:#fff}.cert-step__dot--red{background:var(--red);color:#fff}.cert-step__label{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.3rem;font-size:.9rem;font-weight:700}.cert-step__desc{color:var(--txt-secondary);font-size:.875rem;line-height:1.6}.cert-step__code{font-family:var(--font-mono);color:var(--teal);background:var(--teal-ghost);border-radius:4px;margin-top:.35rem;padding:.15rem .55rem;font-size:.7rem;display:inline-block}.dev-resource-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.dev-resource{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:1.75rem;text-decoration:none;transition:border-color .25s,transform .25s;display:flex}.dev-resource:hover{border-color:#0f766e66;transform:translateY(-3px)}.dev-resource__icon{font-size:1.8rem}.dev-resource__title{font-family:var(--font-display);color:var(--txt-primary);font-size:1rem;font-weight:700}.dev-resource__desc{color:var(--txt-secondary);font-size:.875rem;line-height:1.65}.dev-resource__link{font-family:var(--font-display);color:var(--teal);align-items:center;gap:.4rem;margin-top:auto;font-size:.8rem;font-weight:600;transition:gap .2s;display:flex}.dev-resource:hover .dev-resource__link{gap:.7rem}.dev-vol-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.dev-vol-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);border-left:3px solid;padding:1.4rem;transition:box-shadow .2s}.dev-vol-card:hover{box-shadow:0 4px 16px #0000000f}.dev-vol-card--teal{border-left-color:var(--teal)}.dev-vol-card--gold{border-left-color:var(--gold)}.dev-vol-card--purple{border-left-color:var(--purple)}.dev-vol-card__vol{font-family:var(--font-mono);letter-spacing:.1em;margin-bottom:.5rem;font-size:.62rem}.dev-vol-card--teal .dev-vol-card__vol{color:var(--teal)}.dev-vol-card--gold .dev-vol-card__vol{color:var(--gold)}.dev-vol-card--purple .dev-vol-card__vol{color:var(--purple)}.dev-vol-card__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.4rem;font-size:.9rem;font-weight:700}.dev-vol-card__desc{color:var(--txt-secondary);font-size:.82rem;line-height:1.55}.roadmap-timeline{flex-direction:column;gap:0;display:flex}.roadmap-item{border-left:2px solid var(--border-dk);align-items:flex-start;gap:2rem;margin-left:1.25rem;padding:2rem 0 2rem 2.5rem;display:flex;position:relative}.roadmap-item:last-child{border-color:#0000}.roadmap-item__dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.9rem;height:1.9rem;font-size:.55rem;display:flex;position:absolute;top:2.1rem;left:-1rem}.roadmap-item__dot--done{background:var(--teal);color:#fff}.roadmap-item__dot--active{background:var(--gold);color:#fff;box-shadow:0 0 0 4px #b4530933}.roadmap-item__dot--upcoming{border:2px solid var(--txt-muted);background:#fff}.roadmap-item__quarter{font-family:var(--font-display);letter-spacing:.06em;white-space:nowrap;border-radius:40px;flex-shrink:0;margin-top:.1rem;padding:.25rem .8rem;font-size:.72rem;font-weight:700}.roadmap-item--done .roadmap-item__quarter{background:var(--teal-ghost);color:var(--teal);border:1px solid #0f766e33}.roadmap-item--active .roadmap-item__quarter{background:var(--gold-ghost);color:var(--gold);border:1px solid #b4530933}.roadmap-item--upcoming .roadmap-item__quarter{color:var(--txt-muted);border:1px solid var(--border-dk);background:#00000008}.roadmap-item__content{flex:1}.roadmap-item__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.roadmap-item__desc{color:var(--txt-secondary);margin-bottom:1rem;font-size:.9rem;line-height:1.68}.roadmap-item__tags{flex-wrap:wrap;gap:.4rem;display:flex}.roadmap-item__tag{color:var(--txt-muted);border:1px solid var(--border-dk);font-size:.68rem;font-family:var(--font-display);letter-spacing:.03em;background:#00000008;border-radius:40px;padding:.15rem .6rem;font-weight:600}.subs-how-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.subs-step{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius);padding:1.75rem;transition:border-color .25s;position:relative}.subs-step:hover{border-color:#0f766e59}.subs-step__num{font-family:var(--font-display);color:#0000000a;letter-spacing:-.05em;font-size:3rem;font-weight:800;line-height:1;position:absolute;top:1rem;right:1.25rem}.subs-step__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.75rem;font-size:1rem;font-weight:700;position:relative}.subs-step__body{color:var(--txt-secondary);font-size:.875rem;line-height:1.65;position:relative}.store-mode-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.store-mode{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);transition:border-color .2s,transform .2s;overflow:hidden}.store-mode:hover{border-color:#0f766e59;transform:translateY(-2px)}.store-mode__bar{height:2px}.store-mode--instant .store-mode__bar{background:var(--teal)}.store-mode--digital .store-mode__bar{background:var(--gold)}.store-mode--physical .store-mode__bar{background:var(--purple)}.store-mode--thirdpl .store-mode__bar{background:var(--red)}.store-mode--pickup .store-mode__bar{background:var(--green)}.store-mode__body{padding:1.25rem}.store-mode__icon{margin-bottom:.6rem;font-size:1.4rem}.store-mode__name{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:700}.store-mode__desc{color:var(--txt-secondary);font-size:.82rem;line-height:1.55}.sol-case-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.sol-case{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius);padding:2rem;transition:border-color .25s,box-shadow .25s;position:relative;overflow:hidden}.sol-case:hover{border-color:#0f766e59;box-shadow:0 8px 28px #0000000f}.sol-case__accent{height:2px;position:absolute;top:0;left:0;right:0}.sol-case--cbdc .sol-case__accent{background:var(--teal)}.sol-case--agri .sol-case__accent{background:var(--green)}.sol-case--fmcg .sol-case__accent{background:var(--gold)}.sol-case--insurance .sol-case__accent{background:var(--red)}.sol-case--remittance .sol-case__accent{background:var(--purple)}.sol-case--ai .sol-case__accent{background:linear-gradient(90deg, var(--teal), var(--purple))}.sol-case__icon{margin-bottom:1rem;font-size:2rem}.sol-case__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.sol-case__desc{color:var(--txt-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.65}.sol-case__tags{flex-wrap:wrap;gap:.4rem;display:flex}.sol-case__tag{color:var(--txt-muted);border:1px solid var(--border-dk);font-size:.66rem;font-family:var(--font-display);letter-spacing:.03em;background:#00000008;border-radius:40px;padding:.15rem .6rem;font-weight:600}@media (width<=1100px){.pg-cards3,.sp-tx-grid,.sp-ctype-grid{grid-template-columns:1fr 1fr}.sp-tax-rates{grid-template-columns:repeat(3,1fr)}.sp-vault-compare,.sp-dex-wrap,.sp-risk-grid,.acc-type-grid,.dev-resource-grid{grid-template-columns:1fr}.dev-vol-grid{grid-template-columns:1fr 1fr}.sol-case-grid{grid-template-columns:1fr}.store-mode-grid{grid-template-columns:1fr 1fr}.subs-how-grid{grid-template-columns:1fr}}@media (width<=768px){.pg-hero__inner{flex-direction:column;gap:2rem}.pg-hero__icon-wrap{width:80px;height:80px}.pg-hero__icon{font-size:2rem}.pg-stats{flex-direction:column}.pg-stats__div{width:100%;height:1px}.pg-stats__item{padding:1.25rem 1.5rem}.pg-cards3,.pg-cards2,.pg-two-col,.sp-ctype-grid{grid-template-columns:1fr}.sp-tax-rates{grid-template-columns:1fr 1fr}.sp-tax-map,.dev-vol-grid,.store-mode-grid{grid-template-columns:1fr}}@media (width<=480px){.sp-tax-rates{grid-template-columns:1fr 1fr}}.sp-risk-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);padding:1.25rem;transition:border-color .2s,transform .2s}.sp-risk-card:hover{border-color:#b4530959;transform:translateY(-2px)}.arch-beta-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=900px){.arch-beta-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.arch-beta-grid{grid-template-columns:1fr}}.arch-diagram{position:relative}.arch-schema-wrap{flex-direction:column;gap:.75rem;display:flex}.arch-schema-row{align-items:center;gap:.75rem;display:flex}.arch-schema-label{font-family:var(--font-mono);letter-spacing:.06em;color:var(--txt-muted);text-align:right;flex-shrink:0;min-width:90px;font-size:.65rem}.arch-schema-bar-wrap{background:#00000008;border-radius:3px;flex:1;height:2rem;overflow:hidden}.arch-schema-bar{height:100%;font-family:var(--font-display);letter-spacing:.06em;white-space:nowrap;border-radius:3px;align-items:center;padding:0 .75rem;font-size:.64rem;font-weight:600;display:flex}.arch-schema-bar--public{width:100%;color:var(--teal);background:#0f766e26;border:1px solid #0f766e4d}.arch-schema-bar--zim{width:85%;color:var(--gold);background:#b453091a;border:1px solid #b4530940}.arch-schema-bar--sa{width:70%;color:var(--teal);background:#0f766e14;border:1px solid #0f766e33}.arch-schema-bar--capital{width:40%;color:var(--purple);background:#6d28d91a;border:1px solid #6d28d940}.arch-schema-size{font-family:var(--font-mono);color:var(--txt-muted);min-width:70px;font-size:.6rem}.arch-pipeline{flex-direction:column;gap:0;display:flex}.arch-auto-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=900px){.arch-auto-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.arch-auto-grid{grid-template-columns:1fr}}.arch-tx-anatomy{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}@media (width<=900px){.arch-tx-anatomy{grid-template-columns:1fr}}.store-mode--instant{border-top:2px solid var(--teal)}.store-mode--digital{border-top:2px solid var(--gold)}.store-mode--physical{border-top:2px solid var(--purple)}.store-mode--thirdpl{border-top:2px solid var(--red)}.store-mode--pickup{border-top:2px solid var(--green)}.store-mode--instant:hover{border-color:#0f766e80;box-shadow:0 8px 24px #0f766e14}.store-mode--digital:hover{border-color:#b4530980;box-shadow:0 8px 24px #b4530914}.store-mode--physical:hover{border-color:#6d28d980;box-shadow:0 8px 24px #6d28d914}.store-mode--thirdpl:hover{border-color:#b91c1c80;box-shadow:0 8px 24px #b91c1c14}.store-mode--pickup:hover{border-color:#15803d80;box-shadow:0 8px 24px #15803d14}.store-mode__eyebrow{font-family:var(--font-mono);letter-spacing:.15em;margin-bottom:.5rem;font-size:.58rem}.store-mode--instant .store-mode__eyebrow{color:var(--teal)}.store-mode--digital .store-mode__eyebrow{color:var(--gold)}.store-mode--physical .store-mode__eyebrow{color:var(--purple)}.store-mode--thirdpl .store-mode__eyebrow{color:var(--red)}.store-mode--pickup .store-mode__eyebrow{color:var(--green)}.store-mode__flow{border-top:1px solid var(--border-dk);flex-direction:column;gap:.3rem;margin-top:.9rem;padding-top:.9rem;display:flex}.store-mode__step{color:var(--txt-muted);align-items:flex-start;gap:.45rem;font-size:.74rem;line-height:1.4;display:flex}.store-mode__step i{flex-shrink:0;margin-top:.1rem;font-size:.6rem}.store-mode--instant .store-mode__step i{color:var(--teal)}.store-mode--digital .store-mode__step i{color:var(--gold)}.store-mode--physical .store-mode__step i{color:var(--purple)}.store-mode--thirdpl .store-mode__step i{color:var(--red)}.store-mode--pickup .store-mode__step i{color:var(--green)}.subs-use-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.subs-use-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);padding:1.5rem;transition:border-color .2s,transform .2s}.subs-use-card:hover{border-color:#0f766e59;transform:translateY(-2px)}.subs-use-card__tag{font-family:var(--font-mono);letter-spacing:.12em;color:var(--teal);margin-bottom:.5rem;font-size:.58rem}.subs-use-card__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.5rem;font-size:.92rem;font-weight:700}.subs-use-card__desc{color:var(--txt-secondary);margin-bottom:.9rem;font-size:.82rem;line-height:1.6}.subs-use-card__config{color:var(--txt-muted);font-size:.74rem;font-family:var(--font-mono);border:1px solid var(--border-dk);background:#00000005;border-radius:4px;padding:.6rem .75rem;line-height:1.6}@media (width<=900px){.subs-use-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.subs-use-grid{grid-template-columns:1fr}}.dev-hw-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.dev-hw-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);padding:1.4rem;transition:border-color .2s}.dev-hw-card--min{border-color:#b4530933}.dev-hw-card--min:hover{border-color:#b4530966}.dev-hw-card--rec{border-color:#0f766e33}.dev-hw-card--rec:hover{border-color:#0f766e66}.dev-hw-card--binder{border-color:#6d28d933}.dev-hw-card--binder:hover{border-color:#6d28d966}.dev-hw-card__tier{font-family:var(--font-display);letter-spacing:.12em;margin-bottom:.6rem;font-size:.62rem;font-weight:700}.dev-hw-card--min .dev-hw-card__tier{color:var(--gold)}.dev-hw-card--rec .dev-hw-card__tier{color:var(--teal)}.dev-hw-card--binder .dev-hw-card__tier{color:var(--purple)}.dev-hw-card__title{font-family:var(--font-display);color:var(--txt-primary);margin-bottom:.9rem;font-size:.95rem;font-weight:800;line-height:1.25}.dev-hw-spec{flex-direction:column;gap:.45rem;display:flex}.dev-hw-spec-row{color:var(--txt-secondary);align-items:center;gap:.6rem;font-size:.8rem;display:flex}.dev-hw-spec-row i{flex-shrink:0;font-size:.7rem}.dev-hw-card--min .dev-hw-spec-row i{color:var(--gold)}.dev-hw-card--rec .dev-hw-spec-row i{color:var(--teal)}.dev-hw-card--binder .dev-hw-spec-row i{color:var(--purple)}@media (width<=900px){.dev-hw-grid{grid-template-columns:1fr}}.dev-endpoint-table{border-collapse:collapse;border:1px solid var(--border-dk);border-radius:var(--radius);width:100%;font-size:.84rem;overflow:hidden}.dev-endpoint-table thead tr{background:#00000005}.dev-endpoint-table th{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--border-dk);color:var(--txt-muted);padding:.82rem 1.25rem;font-size:.63rem;font-weight:700}.dev-endpoint-table th:first-child{color:var(--teal)}.dev-endpoint-table tbody tr{border-bottom:1px solid var(--border-dk);background:var(--bg-card-dk);transition:background .15s}.dev-endpoint-table tbody tr:nth-child(2n){background:#00000005}.dev-endpoint-table tbody tr:last-child{border-bottom:none}.dev-endpoint-table tbody tr:hover{background:#0f766e0a}.dev-endpoint-table td{vertical-align:top;color:var(--txt-secondary);padding:.78rem 1.25rem;font-size:.82rem;line-height:1.45}.dev-endpoint-table td:first-child{font-family:var(--font-mono);color:var(--teal);white-space:nowrap;font-size:.73rem;font-weight:500}.dev-endpoint-table td:nth-child(2){font-family:var(--font-display);letter-spacing:.05em;white-space:nowrap;font-size:.68rem;font-weight:600}.method-get{color:var(--green);background:#15803d14;border-radius:3px;padding:.1rem .4rem}.method-post{color:var(--gold);background:#b4530914;border-radius:3px;padding:.1rem .4rem}.dev-code-block{border:1px solid var(--border-dk);border-radius:var(--radius-xs);background:#f1f5f9;margin-top:.75rem;margin-bottom:1.25rem;padding:1.25rem 1.5rem;overflow-x:auto}.dev-code-block code{font-family:var(--font-mono);color:var(--teal-dk);white-space:pre;font-size:.75rem;line-height:1.75;display:block}.sol-case__header{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.sol-case__icon{flex-shrink:0;padding-top:.1rem;font-size:2.4rem;line-height:1}.sol-case__titlewrap{flex:1}.sol-case__sector{font-family:var(--font-mono);letter-spacing:.14em;color:var(--txt-muted);margin-bottom:.3rem;font-size:.6rem}.sol-case--cbdc .sol-case__sector{color:var(--teal)}.sol-case--agri .sol-case__sector{color:var(--green)}.sol-case--fmcg .sol-case__sector{color:var(--gold)}.sol-case--insurance .sol-case__sector{color:var(--red)}.sol-case--remittance .sol-case__sector,.sol-case--ai .sol-case__sector{color:var(--purple)}.sol-case--health .sol-case__sector{color:var(--teal)}.sol-case--gov .sol-case__sector{color:var(--gold)}.sol-case__primitives{margin-bottom:1.25rem}.sol-case__primitives-label{font-family:var(--font-display);letter-spacing:.1em;color:var(--txt-muted);text-transform:uppercase;margin-bottom:.5rem;font-size:.62rem;font-weight:700}.sol-case__prim-list{flex-direction:column;gap:.3rem;display:flex}.sol-case__prim{color:var(--txt-secondary);align-items:flex-start;gap:.55rem;font-size:.82rem;display:flex}.sol-case__prim i{color:var(--txt-muted);flex-shrink:0;margin-top:.2rem;font-size:.65rem}.sol-market-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem;display:grid}.sol-market-card{background:var(--bg-card-dk);border:1px solid var(--border-dk);border-radius:var(--radius-xs);text-align:center;padding:1.5rem;transition:border-color .2s,transform .2s}.sol-market-card:hover{border-color:#b4530959;transform:translateY(-2px)}.sol-market-card__n{font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:.3rem;font-size:2rem;font-weight:800;line-height:1}.sol-market-card__label{color:var(--txt-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;line-height:1.4}@media (width<=1100px){.sol-case-grid{grid-template-columns:1fr}.sol-market-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.sol-market-grid{grid-template-columns:1fr 1fr}}.subs-entity-table{border-collapse:collapse;border:1px solid var(--border-dk);border-radius:var(--radius);width:100%;font-size:.84rem;overflow:hidden}.subs-entity-table thead tr{background:#00000005}.subs-entity-table th{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--border-dk);color:var(--txt-muted);padding:.82rem 1.25rem;font-size:.63rem;font-weight:700}.subs-entity-table th:first-child{color:var(--teal)}.subs-entity-table tbody tr{border-bottom:1px solid var(--border-dk);background:var(--bg-card-dk);transition:background .15s}.subs-entity-table tbody tr:nth-child(2n){background:#00000005}.subs-entity-table tbody tr:last-child{border-bottom:none}.subs-entity-table tbody tr:hover{background:#0f766e0a}.subs-entity-table td{vertical-align:top;color:var(--txt-secondary);padding:.78rem 1.25rem;font-size:.82rem;line-height:1.5}.subs-entity-table td:first-child{font-family:var(--font-mono);color:var(--teal);white-space:nowrap;font-size:.73rem;font-weight:500}.subs-entity-table td:nth-child(2){font-family:var(--font-mono);color:var(--txt-secondary);font-size:.73rem}@media (prefers-color-scheme:dark){.pg-hero{background:var(--bg-dark)!important}.pg-stats{background:var(--bg-navy)!important}.pg-card,.pg-card2{background:var(--bg-card-dk)!important}.pg-toc,.sp-toc,.arch-toc{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2!important}.pg-toc__link,.sp-toc__link,.arch-toc__link{color:var(--txt-muted)!important}.pg-feature{border-bottom-color:var(--border-dk)!important}.roadmap-item{border-left-color:var(--border-dk)!important}}
