:root{--brand-primary:#0058d4;--brand-primary-dark:#003f99;--brand-primary-light:#eaf3ff;--brand-accent:#ff5c01;--brand-accent-light:#fff0e8;--background:#fff;--surface:#fff;--surface-muted:#f4f8fd;--surface-blue:#eaf3ff;--surface-dark:#003b7a;--text-primary:#10243e;--text-secondary:#40546f;--text-muted:#657894;--border:#dce6f1;--border-strong:#a8bbd1;--success:#087443;--warning:#a65800;--error:#ba1a1a;--interactive-hover:#0049b5;--focus-ring:#0058d4;--shadow-card:0 12px 28px #10243e14;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--container-max:1180px;--page-gutter:clamp(20px, 4vw, 48px);--space-1:.5rem;--space-2:.75rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:clamp(4rem, 8vw, 7rem)}*{box-sizing:border-box}html{background:var(--background);color:var(--text-primary);scroll-behavior:smooth}body{background:var(--background);min-width:320px;color:var(--text-primary);margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}body{font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,sans-serif;font-size:clamp(1.0625rem,1vw + .82rem,1.125rem);line-height:1.72}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--text-primary);letter-spacing:-.03em;text-wrap:balance;line-height:1.22}h1{font-size:clamp(2rem,5vw,3.35rem)}h2{font-size:clamp(1.65rem,3.2vw,2.2rem)}h3{font-size:clamp(1.25rem,1.7vw,1.45rem)}small,.text-small{font-size:.875rem;line-height:1.55}.text-nowrap{white-space:nowrap}.eyebrow{color:var(--brand-primary);letter-spacing:.08em;text-transform:uppercase;font-size:.875rem;font-weight:800}.text-muted{color:var(--text-muted)}.container{width:min(100% - (var(--page-gutter) * 2), var(--container-max));margin-inline:auto}.section{padding-block:clamp(3.5rem,6vw,5.75rem)}.section--compact{padding-block:clamp(2.5rem,4vw,3.75rem)}.section--muted{background:var(--surface-muted)}.section--blue{background:var(--surface-blue)}.section--dark{background:var(--surface-dark);color:#fff}.section--dark h1,.section--dark h2,.section--dark h3{color:#fff}.section-heading{max-width:720px;margin-bottom:clamp(2rem,5vw,3.5rem)}.section-heading--center{text-align:center;margin-inline:auto}.section-heading__description{color:var(--text-secondary);margin-bottom:0}.section--dark .section-heading__description{color:#d8e9ff}.grid{gap:var(--space-4);display:grid}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.button{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.7rem 1.1rem;font-weight:800;transition:background-color .16s,border-color .16s,transform .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button--primary{background:var(--brand-accent);color:#fff}.button--primary:hover{background:#db4900}.button--secondary{background:var(--brand-primary);color:#fff}.button--secondary:hover{background:var(--interactive-hover)}.button--outline{border-color:var(--brand-primary);color:var(--brand-primary);background:0 0}.button--on-dark{color:#fff;border-color:#fff9}.button--on-dark:hover{color:#fff;background:#ffffff24}.button--full{width:100%}.arrow-link{color:var(--brand-primary);align-items:center;gap:.4rem;font-weight:800;display:inline-flex}.arrow-link:hover{color:var(--interactive-hover);text-decoration:underline}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:var(--space-4)}.card__meta{color:var(--brand-primary);font-size:.875rem;font-weight:800}.card__title{margin-block:.5rem .75rem}.card__summary{color:var(--text-secondary);margin-bottom:1.25rem}.card>img{border-radius:calc(var(--radius-md) - 4px);object-fit:cover;width:calc(100% + .5rem);height:180px;margin:-.25rem -.25rem 1rem;display:block}.tag{background:var(--brand-primary-light);color:var(--brand-primary-dark);border-radius:999px;padding:.22rem .6rem;font-size:.8125rem;font-weight:700;display:inline-block}.header{border-bottom:1px solid var(--border);z-index:20;background:#fffffff5;position:sticky;top:0}.breadcrumbs{color:var(--text-muted);max-width:var(--content-wide);padding:1rem var(--page-gutter) 0;margin:0 auto;font-size:.875rem}.breadcrumbs ol{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li+li:before{color:var(--line-strong);content:"/";margin-right:.45rem}.breadcrumbs a{color:inherit;text-decoration:none}.breadcrumbs a:hover{color:var(--brand-primary)}.header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:84px;display:flex}.brand-logo{flex-shrink:0;align-items:center;gap:.65rem;min-height:42px;display:inline-flex}.brand-logo img{object-fit:contain;width:auto;height:54px}.desktop-nav{align-items:center;gap:.25rem;margin-left:auto;display:flex}.desktop-nav a{border-radius:var(--radius-sm);color:var(--brand-primary-dark);padding:.55rem .68rem;font-size:1.05rem;font-weight:750}.desktop-nav a:hover{background:var(--brand-primary-light);color:var(--brand-primary)}.header__toggle{background:var(--brand-primary-light);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--brand-primary);width:48px;height:48px;display:none}.mobile-nav{background:var(--surface);border-top:1px solid var(--border);padding:1rem var(--page-gutter) 1.5rem;display:none}.mobile-nav[data-open=true]{gap:.5rem;display:grid}.mobile-nav a{border-radius:var(--radius-sm);padding:.85rem 1rem;font-size:1.125rem;font-weight:800}.mobile-nav a:hover{background:var(--brand-primary-light);color:var(--brand-primary)}.footer{background:var(--surface-dark);color:#e3efff;padding:3.5rem 0 calc(5.5rem + env(safe-area-inset-bottom))}.footer__grid{grid-template-columns:1.3fr 1fr 1fr;gap:2rem;display:grid}.footer h2,.footer h3{color:#fff}.footer a{text-decoration:underline #0000}.footer a:hover{text-decoration-color:currentColor}.footer__list{margin:0;padding:0;list-style:none}.footer__list li{margin-bottom:.55rem}.footer__qr{border-radius:var(--radius-sm);background:#fff;width:148px;height:auto;padding:.5rem}.footer__legal{color:#c4dcfa;border-top:1px solid #ffffff3d;margin-top:2rem;padding-top:1.25rem}.consult-cta{border-radius:var(--radius-lg);padding:clamp(1.5rem,3.5vw,2.75rem);overflow:hidden}.consult-cta--light{background:var(--surface-blue)}.consult-cta--blue{background:var(--brand-primary);color:#fff}.consult-cta--dark-blue{background:var(--surface-dark);color:#fff}.consult-cta--blue h2,.consult-cta--dark-blue h2,.consult-cta--blue p,.consult-cta--dark-blue p{color:#fff}.consult-cta__grid{grid-template-columns:minmax(0,1fr) minmax(220px,280px);align-items:center;gap:clamp(1.5rem,4vw,3rem);display:grid}.wechat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);max-width:330px;padding:1rem}.wechat-card__qr{border:1px solid var(--border);background:#fff;width:174px;height:auto;padding:.45rem}.wechat-card__id{color:var(--brand-primary);letter-spacing:.03em;font-size:1.1rem;font-weight:900}.wechat-card__copy{border:1px solid var(--border-strong);color:var(--brand-primary);cursor:pointer;background:0 0;border-radius:6px;margin-top:.35rem;padding:.35rem .55rem}.floating-contact{z-index:15;position:fixed;bottom:1.5rem;right:1.25rem}.floating-contact summary{background:var(--brand-primary);color:#fff;cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;min-height:48px;padding:.65rem 1rem;font-weight:800;list-style:none;display:flex}.floating-contact summary::-webkit-details-marker{display:none}.floating-contact__panel{width:min(320px,100vw - 2.5rem);position:absolute;bottom:3.75rem;right:0}.stats{border:1px solid var(--border);border-radius:var(--radius-md);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.stat{background:var(--surface);padding:1.4rem}.stat__value{color:var(--brand-primary);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:900;line-height:1.1}.stat__label{color:var(--text-secondary);margin-top:.4rem;font-size:.9rem}.logo-wall{grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid}.client-logo{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-height:124px;padding:.65rem;display:flex}.client-logo img{object-fit:contain;max-width:100%;height:54px}.client-logo span{color:var(--text-primary);font-size:.9rem;font-weight:800;line-height:1.25}.client-logo small{color:var(--text-muted);font-size:.75rem;line-height:1.2}.founder{grid-template-columns:minmax(0,1fr) minmax(240px,.75fr);align-items:center;gap:clamp(1.5rem,4vw,3rem);display:grid}.founder__image{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:100%}.founder__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;padding:0;list-style:none;display:grid}.founder__facts li{background:var(--surface-muted);border-radius:var(--radius-sm);color:var(--text-secondary);padding:.7rem;font-size:.9rem}.preview-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.preview-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.card-grid--single{grid-template-columns:minmax(0,620px)}.cases-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.page-hero{padding-block:clamp(3.75rem,6vw,5.75rem);position:relative;overflow:hidden}.page-hero--light{background:linear-gradient(135deg,#f6faff 0%,#e6f1ff 100%)}.page-hero--blue{color:#fff;background:linear-gradient(135deg,#063576 0%,#0058d4 100%)}.page-hero--blue h1,.page-hero--blue .page-hero__description{color:#fff}.page-hero__content{max-width:780px}.page-hero h1,.home-hero h1{letter-spacing:-.055em;margin-block:.5rem 1.1rem;font-size:clamp(2.25rem,5vw,4.4rem);line-height:1.08}.hero-title span,.home-change-title span{display:inline}.page-hero__description{color:var(--text-secondary);max-width:650px;font-size:clamp(1.1rem,2vw,1.35rem)}.page-hero__actions{margin-top:1.75rem}.home-hero{background:radial-gradient(circle at 82% 16%,#d6ecff 0%,#0000 30%),linear-gradient(135deg,#fff 0%,#edf7ff 100%);padding-block:clamp(4rem,7vw,6.75rem);overflow:hidden}.home-hero__grid{grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);align-items:center;gap:clamp(2rem,5vw,4.5rem);display:grid}.home-hero__content{max-width:760px}.home-hero__title-desktop{display:block}.home-hero__title-mobile{display:none}.home-hero__lead{color:var(--brand-primary);font-size:clamp(1.15rem,2.2vw,1.5rem);font-weight:900}.home-hero__actions{margin-top:2rem}.hero-method{border-radius:var(--radius-lg);color:#dcecff;background:linear-gradient(145deg,#003b7a 0%,#0757bd 100%);padding:clamp(1.35rem,3vw,2.1rem);box-shadow:0 20px 45px #003b7a33}.hero-method>p{color:#a9c8f4;letter-spacing:.08em;margin-bottom:1rem;font-size:.88rem;font-weight:850}.hero-method__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.hero-method__grid article{border:1px solid #ffffff2e;border-radius:12px;gap:.18rem;min-height:104px;padding:.8rem;display:grid}.hero-method__grid span{color:#a9c8f4;font-size:.75rem;font-weight:850}.hero-method__grid strong{color:#fff;font-size:1.05rem;line-height:1.25}.hero-method__grid small{color:#dcecff;font-size:.84rem;line-height:1.35}.hero-method em{color:#fff;margin-top:1rem;font-size:.92rem;font-style:normal;font-weight:750;display:block}.change-grid,.split-grid,.feature-grid,.contact-page-grid,.founder-story{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.change-grid>article{background:var(--surface-muted);border-radius:var(--radius-lg);min-height:220px;padding:clamp(1.5rem,4vw,2.5rem)}.change-grid__now{color:#fff;background:var(--surface-dark)!important}.change-grid__now h2,.change-grid__now p{color:#fff}.method-grid{border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.method-grid article{background:var(--surface);gap:.65rem;min-height:150px;padding:1.5rem;display:grid}.method-grid strong{color:var(--brand-primary);font-size:1.05rem}.method-grid span{color:var(--text-primary);font-size:1.1rem;font-weight:850;line-height:1.35}.ai-feature{max-width:780px}.platform-row{flex-wrap:wrap;gap:.6rem;margin-block:1.5rem;display:flex}.platform-row span{color:#fff;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;padding:.45rem .75rem;font-size:.9rem;font-weight:800}.section-action{margin-top:2rem}.methodology{align-items:center;gap:var(--space-5);grid-template-columns:1fr 1fr;display:grid}.belief{border-left:4px solid var(--brand-accent);color:var(--text-primary);margin:2rem 0 0;padding-left:1.25rem;font-size:clamp(1.25rem,2.4vw,1.75rem);font-weight:850}.journey .content-list{margin:0}.industry-row{color:var(--text-secondary);margin-top:1.5rem}.content-list{gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.content-list li{align-items:flex-start;gap:.75rem;line-height:1.55;display:flex}.content-list__index{color:var(--brand-primary);flex:none;padding-top:.15rem;font-size:.8rem;font-weight:900}.content-list--steps{counter-reset:step;grid-template-columns:repeat(2,minmax(0,1fr))}.content-list--steps li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);min-height:72px;padding:1rem}.feature-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:clamp(1.25rem,3vw,2rem)}.feature-panel--blue{background:var(--surface-blue)}.feature-panel h2{font-size:1.25rem}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid .feature-panel{min-height:118px}.feature-grid p{margin:0}.service-founder-strip,.product-founder-strip{border:1px solid var(--border);border-radius:var(--radius-lg);margin-top:var(--space-4);background:linear-gradient(135deg,#edf6ff,#fff);grid-template-columns:180px minmax(0,1fr);align-items:center;gap:clamp(1.25rem,3vw,2.5rem);padding:1rem;display:grid;overflow:hidden}.service-founder-strip img,.product-founder-strip img{border-radius:calc(var(--radius-lg) - 8px);object-fit:cover;width:180px;height:180px}.service-founder-strip h2,.product-founder-strip h2{margin-bottom:.7rem;font-size:clamp(1.35rem,2.5vw,1.9rem)}.service-founder-strip p:last-child,.product-founder-strip p:last-child{color:var(--text-secondary);margin-bottom:0}.short-video-flow,.product-delivery-strip{border-radius:var(--radius-lg);color:#fff;margin-top:var(--space-4);background:#0b477f;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.short-video-flow>p,.product-delivery-strip>p{color:#9ed1ff;background:#0b477f;grid-column:1/-1;margin:0;padding:1.2rem 1.5rem .25rem}.short-video-flow>div{background:#ffffff14;gap:.5rem;min-height:132px;padding:1.25rem;display:grid}.short-video-flow strong{font-size:1.12rem}.short-video-flow span{color:#dcecff;font-size:.92rem;line-height:1.55}.product-delivery-strip{grid-template-columns:1fr;padding:1.35rem 1.5rem}.product-delivery-strip>p{padding:0}.product-delivery-strip strong{font-size:clamp(1.2rem,2.4vw,1.65rem);line-height:1.35}.product-delivery-strip span{color:#dcecff}.tag-row,.solution-combination,.filter-row{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.service-pill,.filter-row a,.filter-row button{background:var(--surface);border:1px solid var(--border);color:var(--text-primary);border-radius:999px;padding:.55rem .8rem;font-size:.93rem;font-weight:750}a.service-pill:hover,.filter-row a:hover,.filter-row button:hover,.filter-row button[aria-pressed=true]{border-color:var(--brand-primary);color:var(--brand-primary)}.solution-combination{justify-content:center;font-size:1.5rem;font-weight:900}.notice-list{border-left:4px solid var(--brand-accent);gap:.8rem;padding-left:1rem;display:grid}.notice-list p{margin:0}.faq-list{gap:.75rem;max-width:860px;display:grid}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);padding:1rem 1.1rem}.faq-item summary{color:var(--text-primary);cursor:pointer;font-weight:850}.faq-item p{color:var(--text-secondary);margin:.85rem 0 0}.case-meta,.article-meta{color:var(--text-secondary);flex-wrap:wrap;gap:.7rem 1.25rem;margin-bottom:1.5rem;font-size:.95rem;display:flex}.case-detail__cover{border-radius:var(--radius-lg);width:100%;height:auto;margin-bottom:clamp(1.5rem,4vw,3rem);display:block}.case-card{flex-direction:column;display:flex}.case-card__media{aspect-ratio:16/9;border-radius:calc(var(--radius-md) - 4px);background:#f4f8fd;justify-content:center;align-items:center;margin:-.25rem -.25rem 1rem;display:flex;overflow:hidden}.case-card__media img{object-fit:cover;width:100%;height:100%}.case-card__title{min-height:2.44em}.case-card .arrow-link{margin-top:auto;padding-top:.75rem}.case-gallery{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}.case-gallery img{border-radius:var(--radius-sm);width:100%}.article-content{max-width:760px;margin-inline:auto}.article-content h2{margin-top:2.7rem}.article-content h3{margin-top:2rem}.article-content p,.article-content li{color:var(--text-secondary)}.article-content ul,.article-content ol{padding-left:1.25rem}.article-content li+li{margin-top:.45rem}.founder-story{align-items:center}.founder-story img{border-radius:var(--radius-lg);width:100%;height:auto}.reach-grid{border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.reach-grid article{background:var(--surface);min-height:110px;padding:1.25rem}.reach-grid strong{color:var(--brand-primary);font-size:1.05rem;line-height:1.4}.belief-stack{gap:1rem;display:grid}.belief-stack .belief{margin:0}.contact-page-grid{grid-template-columns:minmax(0,1fr) auto;align-items:start}.contact-facts{background:var(--surface-blue);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,3rem)}.contact-facts dl{grid-template-columns:100px 1fr;gap:.85rem;margin:1.5rem 0;display:grid}.contact-facts dt{color:var(--text-secondary);font-weight:750}.contact-facts dd{overflow-wrap:anywhere;margin:0;font-weight:800}.not-found{background:var(--surface-blue);min-height:65vh;padding-block:clamp(5rem,12vw,10rem)}.not-found p{max-width:620px}.token-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.token-list li{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.token-list span{padding:.75rem;display:block}.token-list__swatch{height:56px}.mobile-contact{border-top:1px solid var(--border);padding:.65rem max(1rem, env(safe-area-inset-left)) calc(.65rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-right));z-index:30;background:#fff;gap:.75rem;display:none;position:fixed;bottom:0;left:0;right:0}.mobile-contact button,.mobile-contact a{flex:1}.contact-dialog{border-radius:var(--radius-lg);border:0;max-width:min(360px,100vw - 2rem);padding:1rem;box-shadow:0 20px 70px #10243e59}.contact-dialog::backdrop{background:#10243e7a}.contact-dialog__close{color:var(--text-muted);cursor:pointer;float:right;background:0 0;border:0;font-size:1.5rem}@media (width<=1023px){.desktop-nav,.header__cta{display:none}.header__toggle{place-items:center;display:inline-grid}}@media (width<=820px){.logo-wall{grid-template-columns:repeat(2,1fr)}}@media (width<=1199px) and (width>=768px){.home-hero__grid{grid-template-columns:minmax(0,1.5fr) minmax(300px,.8fr);gap:1.5rem}.home-hero h1{font-size:clamp(2.35rem,4.9vw,3.25rem)}.cases-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.footer__grid,.consult-cta__grid,.founder,.preview-grid,.preview-grid--two,.card-grid,.change-grid,.split-grid,.feature-grid,.contact-page-grid,.founder-story,.methodology{grid-template-columns:1fr}.stats,.method-grid,.reach-grid,.logo-wall,.token-list{grid-template-columns:repeat(2,1fr)}.floating-contact{display:none}.mobile-contact{display:flex}.footer__qr{width:148px}.home-hero__grid{grid-template-columns:1fr}.home-hero h1 .home-hero__title-desktop{display:none}.home-hero__title-mobile,.home-hero h1 span,.hero-title span,.home-change-title span{display:block}.hero-method__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-list--steps{grid-template-columns:1fr}.page-hero h1,.home-hero h1{letter-spacing:-.04em;font-size:clamp(2rem,9.1vw,2.55rem)}.hero-title--ip{font-size:clamp(1.9rem,8.2vw,2.35rem)!important}.hero-title--b2b{font-size:clamp(1.9rem,8.35vw,2.4rem)!important}.section-heading h2{font-size:clamp(1.65rem,7.4vw,2rem)}.solution-combination{justify-content:flex-start}.case-gallery,.cases-grid{grid-template-columns:1fr}.service-founder-strip,.product-founder-strip{grid-template-columns:110px minmax(0,1fr);padding:.75rem}.service-founder-strip img,.product-founder-strip img{width:110px;height:110px}.service-founder-strip h2,.product-founder-strip h2{font-size:1.25rem}.short-video-flow{grid-template-columns:1fr}.short-video-flow>p{padding:1.1rem 1.1rem .15rem}.short-video-flow>div{min-height:0;padding:1.1rem}}@media (width>=768px){.footer{padding-bottom:3.5rem}}.stack>*+*{margin-top:var(--stack-space,1rem)}.cluster{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.align-center{text-align:center}
