/* Buildarity Store — front end (dark; follows the theme tokens) */
.bldstore-root{--bldstore-bg:var(--void,#07070f);--bldstore-panel:var(--panel,#111127);--bldstore-line:rgba(255,255,255,.09);--bldstore-text:#eef0ff;--bldstore-muted:#a3a6c2;--bldstore-acc:var(--accent,#6c63ff);--bldstore-acc2:var(--accent2,#a855f7);--bldstore-good:#34d399;--bldstore-bad:#f87171;
  color:var(--bldstore-text);font-family:'Outfit',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;line-height:1.6}
.bldstore-root.bldstore-page{max-width:1200px;margin:0 auto;padding:calc(var(--nav-h,72px) + 28px) 20px 90px}
.bldstore-root,.bldstore-root *,.bldstore-root *::before,.bldstore-root *::after{box-sizing:border-box}
.bldstore-root.bldstore-root :where(h1,h2,h3,h4,p,ul,ol,li,figure,fieldset,legend,section,article,aside,details,summary,nav,form,label){margin:0;padding:0;border:0;background:none;box-shadow:none;text-transform:none;letter-spacing:normal;float:none;min-height:0;max-width:none}
.bldstore-root.bldstore-root :where(ul,ol){list-style:none}
.bldstore-root.bldstore-root :where(li)::before,.bldstore-root.bldstore-root :where(li)::after{content:none}
.bldstore-root h1,.bldstore-root h2,.bldstore-root h3{font-family:'Space Grotesk','Outfit',system-ui,sans-serif;color:#fff;line-height:1.2;letter-spacing:-.01em}
.bldstore-root a{color:#b9b4ff}
.bldstore-root .bldstore-crumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--bldstore-muted);margin-bottom:18px}
.bldstore-root .bldstore-crumbs a{color:var(--bldstore-muted);text-decoration:none}.bldstore-root .bldstore-crumbs a:hover{color:#fff}
.bldstore-root .bldstore-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:12px;border:0;background:linear-gradient(135deg,var(--bldstore-acc,#6c63ff),var(--bldstore-acc2,#a855f7));color:#fff!important;font-weight:700;text-decoration:none;cursor:pointer;font-size:15px;line-height:1.2;transition:transform .15s,box-shadow .15s;box-shadow:0 8px 24px rgba(108,99,255,.28)}
.bldstore-root .bldstore-btn:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(108,99,255,.4)}
.bldstore-root .bldstore-btn[disabled],.bldstore-root .bldstore-btn.bldstore-is-busy{opacity:.6;pointer-events:none}
.bldstore-root .bldstore-btn-xl{width:100%;padding:16px 22px;font-size:17px}
.bldstore-root .bldstore-btn-ghost{background:transparent;border:1px solid var(--bldstore-line);box-shadow:none}
.bldstore-root .bldstore-btn-ghost:hover{border-color:var(--bldstore-acc);box-shadow:none}
.bldstore-root .bldstore-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:start}
.bldstore-root .bldstore-gallery{position:sticky;top:calc(var(--nav-h,72px) + 20px)}
.bldstore-root .bldstore-main{background:#fff;border-radius:20px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden}
.bldstore-root .bldstore-main img{width:100%;height:100%;object-fit:contain}
.bldstore-root .bldstore-noimg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:180px;background:linear-gradient(135deg,var(--bldstore-acc,#6c63ff),var(--bldstore-acc2,#a855f7));color:#fff;font:700 20px/1.25 'Space Grotesk',sans-serif;text-align:center;padding:20px;box-sizing:border-box}
.bldstore-root .bldstore-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}
.bldstore-root .bldstore-thumb{flex:0 0 72px;height:72px;border-radius:12px;background:#fff;border:2px solid transparent;padding:0;overflow:hidden;cursor:pointer}
.bldstore-root .bldstore-thumb img{width:100%;height:100%;object-fit:contain}.bldstore-root .bldstore-thumb.bldstore-on{border-color:var(--bldstore-acc)}
.bldstore-root .bldstore-cat{display:inline-block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;margin-bottom:8px}
.bldstore-root .bldstore-title{font-size:clamp(28px,3.4vw,40px);margin:0 0 10px}
.bldstore-root .bldstore-lead{color:var(--bldstore-muted);font-size:17px;margin:0 0 18px}
.bldstore-root .bldstore-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px;margin:6px 0 18px}
.bldstore-root .bldstore-now{font:800 36px/1 'Space Grotesk',sans-serif;color:#fff}
.bldstore-root .bldstore-was{color:var(--bldstore-muted);text-decoration:line-through;font-size:18px}
.bldstore-root .bldstore-per{color:var(--bldstore-muted)}
.bldstore-root .bldstore-terms{border:0;padding:0;margin:0 0 18px;display:grid;gap:10px;min-width:0}
.bldstore-root .bldstore-terms legend{font-weight:700;margin-bottom:8px;color:#fff;padding:0}
.bldstore-root .bldstore-term{position:relative;display:grid;grid-template-columns:1fr auto;grid-template-areas:"l p" "l m";align-items:center;gap:2px 12px;padding:14px 16px;border:1.5px solid var(--bldstore-line);border-radius:14px;background:var(--bldstore-panel);cursor:pointer;transition:border-color .15s,background .15s}
.bldstore-root .bldstore-term input{position:absolute;opacity:0;pointer-events:none}
.bldstore-root .bldstore-term.bldstore-on{border-color:var(--bldstore-acc);background:rgba(108,99,255,.12)}
.bldstore-root .bldstore-term:focus-within{outline:2px solid var(--bldstore-acc);outline-offset:2px}
.bldstore-root .bldstore-t-l{grid-area:l;font-weight:700;color:#fff}
.bldstore-root .bldstore-t-p{grid-area:p;font-weight:800;color:#fff;text-align:right}
.bldstore-root .bldstore-t-m{grid-area:m;font-size:12px;color:var(--bldstore-muted);text-align:right}
.bldstore-root .bldstore-badge{font-style:normal;font-size:11px;font-weight:700;background:var(--bldstore-good);color:#04110b;border-radius:999px;padding:2px 8px;margin-left:8px;vertical-align:2px}
.bldstore-root .bldstore-trust{list-style:none;padding:0;margin:14px 0;display:grid;gap:6px;color:var(--bldstore-muted);font-size:14px}
.bldstore-root .bldstore-trust li::before{content:'✓';color:var(--bldstore-good);font-weight:800;margin-right:8px}
.bldstore-root .bldstore-sku{font-size:13px;color:var(--bldstore-muted);margin:6px 0 12px}
.bldstore-root .bldstore-sku span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#fff}
.bldstore-root .bldstore-renew{font-size:13.5px;color:var(--bldstore-muted);background:var(--bldstore-panel);border:1px solid var(--bldstore-line);border-radius:12px;padding:12px 14px}
.bldstore-root .bldstore-renew b{display:block;color:#fff;margin-bottom:4px}
.bldstore-root .bldstore-try{font-size:14px;color:var(--bldstore-muted);margin-top:14px}
.bldstore-root .bldstore-na{color:var(--bldstore-bad)}
.bldstore-root .bldstore-section{margin-top:56px}
.bldstore-root .bldstore-section h2{font-size:clamp(22px,2.4vw,28px);margin:0 0 16px}
.bldstore-root .bldstore-ticks{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}
.bldstore-root .bldstore-ticks li{background:var(--bldstore-panel);border:1px solid var(--bldstore-line);border-radius:14px;padding:14px 16px 14px 44px;position:relative}
.bldstore-root .bldstore-ticks li::before{content:'✓';position:absolute;left:16px;top:14px;color:var(--bldstore-good);font-weight:800}
.bldstore-root .bldstore-prose{max-width:820px}
.bldstore-root .bldstore-prose p,.bldstore-root .bldstore-prose li{color:#d6d8ee;font-size:16.5px}
.bldstore-root .bldstore-prose h2{margin-top:36px}.bldstore-root .bldstore-prose h3{margin-top:24px;font-size:20px}
.bldstore-root .bldstore-steps{list-style:none;counter-reset:s;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}
.bldstore-root .bldstore-steps li{counter-increment:s;background:var(--bldstore-panel);border:1px solid var(--bldstore-line);border-radius:14px;padding:16px}
.bldstore-root .bldstore-steps li::before{content:counter(s);display:inline-flex;width:28px;height:28px;border-radius:50%;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bldstore-acc),var(--bldstore-acc2));color:#fff;font-weight:800;margin-bottom:8px}
.bldstore-root .bldstore-steps b{display:block;color:#fff}.bldstore-root .bldstore-steps span{color:var(--bldstore-muted);font-size:14px}
.bldstore-root .bldstore-faq details{border:1px solid var(--bldstore-line);background:var(--bldstore-panel);border-radius:14px;margin-bottom:10px;overflow:hidden}
.bldstore-root .bldstore-faq summary{cursor:pointer;padding:16px 44px 16px 18px;font-weight:700;color:#fff;list-style:none;position:relative}
.bldstore-root .bldstore-faq summary::-webkit-details-marker{display:none}
.bldstore-root .bldstore-faq summary::after{content:'+';position:absolute;right:18px;top:12px;font-size:22px;color:var(--bldstore-muted)}
.bldstore-root .bldstore-faq details[open] summary::after{content:'–'}
.bldstore-root .bldstore-faq details>div{padding:0 18px 14px;color:#d6d8ee}
.bldstore-root .bldstore-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px}
.bldstore-root .bldstore-card{background:var(--bldstore-panel);border:1px solid var(--bldstore-line);border-radius:18px;overflow:hidden;transition:transform .15s,border-color .15s}
.bldstore-root .bldstore-card:hover{transform:translateY(-3px);border-color:rgba(108,99,255,.5)}
.bldstore-root .bldstore-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}
.bldstore-root .bldstore-card-img{background:#fff;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}
.bldstore-root .bldstore-card-img img{width:100%;height:100%;object-fit:contain}
.bldstore-root .bldstore-card-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1}
.bldstore-root .bldstore-card-title{font-size:17px!important;margin:0!important;color:#fff}
.bldstore-root .bldstore-card-ex{font-size:13.5px;color:var(--bldstore-muted);margin:0;flex:1}
.bldstore-root .bldstore-card-price{font-size:14px;color:var(--bldstore-muted)}.bldstore-root .bldstore-card-price b{color:#fff;font-size:17px}
.bldstore-root .bldstore-rel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.bldstore-root .bldstore-arrows{white-space:nowrap}
.bldstore-root .bldstore-arrows button{width:38px;height:38px;border-radius:50%;border:1px solid var(--bldstore-line);background:var(--bldstore-panel);color:#fff;font-size:20px;cursor:pointer;margin-left:6px}
.bldstore-root .bldstore-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,250px);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:thin}
.bldstore-root .bldstore-carousel .bldstore-card{scroll-snap-align:start}
.bldstore-root .bldstore-arch-head h1{font-size:clamp(30px,4vw,46px);margin:0 0 8px}
.bldstore-root .bldstore-arch-head p{color:var(--bldstore-muted);max-width:640px;margin:0 0 22px}
.bldstore-root .bldstore-bar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center;margin-bottom:22px}
.bldstore-root .bldstore-chips{display:flex;flex-wrap:wrap;gap:8px}
.bldstore-root .bldstore-chips a{padding:8px 14px;border-radius:999px;border:1px solid var(--bldstore-line);color:var(--bldstore-muted);text-decoration:none;font-size:14px}
.bldstore-root .bldstore-chips a.bldstore-on,.bldstore-root .bldstore-chips a:hover{border-color:var(--bldstore-acc);color:#fff;background:rgba(108,99,255,.14)}
.bldstore-root .bldstore-sort{display:flex;gap:8px;align-items:center;color:var(--bldstore-muted);font-size:14px}
.bldstore-root .bldstore-sort select,.bldstore-root .bldstore-field input{background:var(--bldstore-panel);color:#fff;border:1px solid var(--bldstore-line);border-radius:10px;padding:10px 12px;font-size:15px}
.bldstore-root .bldstore-pager{margin-top:28px}.bldstore-root .bldstore-pager .nav-links{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}
.bldstore-root .bldstore-pager .page-numbers{padding:8px 13px;border-radius:10px;border:1px solid var(--bldstore-line);color:#fff;text-decoration:none}
.bldstore-root .bldstore-pager .page-numbers.current{background:var(--bldstore-acc);border-color:var(--bldstore-acc)}
.bldstore-root .bldstore-empty-note{color:var(--bldstore-muted)}
.bldstore-root .bldstore-progress{list-style:none;display:flex;gap:6px;padding:0;margin:0 0 26px;counter-reset:p;flex-wrap:wrap}
.bldstore-root .bldstore-progress li{counter-increment:p;flex:1;min-width:110px;padding:10px 12px;border-radius:10px;background:var(--bldstore-panel);color:var(--bldstore-muted);font-size:13px;font-weight:600;border:1px solid var(--bldstore-line)}
.bldstore-root .bldstore-progress li::before{content:counter(p) '. '}
.bldstore-root .bldstore-progress li.bldstore-on{border-color:var(--bldstore-acc);color:#fff}
.bldstore-root .bldstore-progress li.bldstore-done{color:var(--bldstore-good)}
.bldstore-root .bldstore-progress li.bldstore-done::before{content:'✓ '}
.bldstore-root .bldstore-co{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}
.bldstore-root .bldstore-co-form,.bldstore-root .bldstore-co-sum,.bldstore-root .bldstore-auth,.bldstore-root .bldstore-done-box,.bldstore-root .bldstore-empty{background:var(--bldstore-panel);border:1px solid var(--bldstore-line);border-radius:20px;padding:26px}
.bldstore-root .bldstore-co-form h1,.bldstore-root .bldstore-auth h1{font-size:28px;margin:0 0 16px}
.bldstore-root .bldstore-field{display:block;margin:0 0 14px}
.bldstore-root .bldstore-field span{display:block;font-weight:700;margin-bottom:6px;color:#fff}
.bldstore-root .bldstore-field input{width:100%;box-sizing:border-box;font-size:16px;padding:13px 14px}
.bldstore-root .bldstore-field input:focus{outline:2px solid var(--bldstore-acc);border-color:transparent}
.bldstore-root .bldstore-field small{display:block;color:var(--bldstore-muted);margin-top:6px;font-size:13px}
.bldstore-root .bldstore-alt{margin:-4px 0 16px;font-size:14px}
.bldstore-root .bldstore-err{background:rgba(248,113,113,.12);border:1px solid rgba(248,113,113,.4);color:#fecaca;border-radius:10px;padding:10px 12px;margin:0 0 14px;font-size:14px}
.bldstore-root .bldstore-ok,.bldstore-root .bldstore-note{background:rgba(52,211,153,.1);border:1px solid rgba(52,211,153,.35);color:#bbf7d0;border-radius:10px;padding:10px 12px;margin:0 0 14px;font-size:14px}
.bldstore-root .bldstore-note-bad{background:rgba(248,113,113,.12);border-color:rgba(248,113,113,.4);color:#fecaca}
.bldstore-root .bldstore-fine{font-size:12.5px;color:var(--bldstore-muted);margin:14px 0 0}
.bldstore-root .bldstore-signed{background:rgba(108,99,255,.12);border:1px solid rgba(108,99,255,.35);border-radius:12px;padding:12px 14px;margin-bottom:16px}
.bldstore-root .bldstore-sum-prod{display:flex;gap:12px;align-items:center;margin-bottom:16px}
.bldstore-root .bldstore-sum-prod img{width:64px;height:64px;border-radius:12px;background:#fff;object-fit:contain}
.bldstore-root .bldstore-sum-prod b{display:block;color:#fff}.bldstore-root .bldstore-sum-prod a{font-size:13px}
.bldstore-root .bldstore-terms-sm .bldstore-term{padding:10px 12px;grid-template-areas:"l p"}
.bldstore-root .bldstore-total{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid var(--bldstore-line);padding-top:14px;margin-top:6px}
.bldstore-root .bldstore-total b{font:800 26px/1 'Space Grotesk',sans-serif;color:#fff}
.bldstore-root .bldstore-done-box,.bldstore-root .bldstore-empty{max-width:720px;margin:0 auto;text-align:center}
.bldstore-root .bldstore-icon{width:72px;height:72px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:800;color:#04110b;background:var(--bldstore-good)}
.bldstore-root .bldstore-icon-x{background:var(--bldstore-bad);color:#fff}
.bldstore-root .bldstore-steps-sm{text-align:left;margin:20px 0}
.bldstore-root .bldstore-done-cta{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.bldstore-root .bldstore-done-cta .bldstore-btn-xl{width:auto}
.bldstore-root .bldstore-spin{width:48px;height:48px;border-radius:50%;border:4px solid var(--bldstore-line);border-top-color:var(--bldstore-acc);margin:10px auto 18px;animation:bldstorespin 1s linear infinite}
@keyframes bldstorespin{to{transform:rotate(360deg)}}
.bldstore-root .bldstore-auth{max-width:480px;margin:0 auto}
.bldstore-root .bldstore-tabs{display:flex;gap:6px;background:var(--bldstore-bg);border-radius:12px;padding:4px;margin:0 0 16px}
.bldstore-root .bldstore-tabs button{flex:1;border:0;background:transparent;color:var(--bldstore-muted);padding:10px;border-radius:9px;font-weight:700;cursor:pointer}
.bldstore-root .bldstore-tabs button.bldstore-on{background:var(--bldstore-panel);color:#fff}
.bldstore-root .bldstore-acc-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}
.bldstore-root .bldstore-acc-head h1{margin:0}.bldstore-root .bldstore-acc-head p{margin:4px 0 0;color:var(--bldstore-muted)}
.bldstore-root .bldstore-orders{display:grid;gap:12px}
.bldstore-root .bldstore-order{background:var(--bldstore-panel);border:1px solid var(--bldstore-line);border-radius:16px;padding:16px 18px}
.bldstore-root .bldstore-order-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}
.bldstore-root .bldstore-order-top b{display:block;color:#fff}.bldstore-root .bldstore-order-top span{color:var(--bldstore-muted);font-size:13.5px}
.bldstore-root .bldstore-order-acts{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;align-items:center}
.bldstore-root .bldstore-order-acts .bldstore-btn{padding:9px 14px;font-size:14px}
.bldstore-root .bldstore-link-bad{background:none;border:0;color:var(--bldstore-bad);cursor:pointer;font-weight:600;font-size:14px;padding:6px}
.bldstore-root .bldstore-pill{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12.5px;font-weight:700;white-space:nowrap}
.bldstore-root .bldstore-pill-good{background:rgba(52,211,153,.14);color:#6ee7b7}.bldstore-root .bldstore-pill-warn{background:rgba(251,191,36,.14);color:#fcd34d}
.bldstore-root .bldstore-pill-bad{background:rgba(248,113,113,.14);color:#fca5a5}.bldstore-root .bldstore-pill-mute{background:rgba(255,255,255,.07);color:var(--bldstore-muted)}
.bldstore-root .bldstore-h2{font-size:20px;margin:34px 0 12px}
.bldstore-root .bldstore-pass{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap;max-width:560px}
.bldstore-root .bldstore-pass .bldstore-field{flex:1;margin:0;min-width:220px}.bldstore-root .bldstore-pass .bldstore-err{flex-basis:100%}
.bldstore-root .bldstore-sticky{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));background:rgba(7,7,15,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--bldstore-line)}
.bldstore-root .bldstore-sticky[hidden]{display:none}
.bldstore-root .bldstore-sticky b{display:block;color:#fff;font-size:14px;max-width:52vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bldstore-root .bldstore-sticky span{color:var(--bldstore-muted);font-size:13px}
.bldstore-root .bldstore-toolpro{max-width:1100px;margin:40px auto;padding:0 20px}
.bldstore-root .bldstore-toolpro-in{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:20px 24px;border-radius:18px;background:linear-gradient(135deg,rgba(108,99,255,.18),rgba(168,85,247,.14));border:1px solid rgba(108,99,255,.35);color:#eef0ff}
.bldstore-root .bldstore-toolpro-in strong{display:block;font:700 18px/1.3 'Space Grotesk',sans-serif;color:#fff}
.bldstore-root .bldstore-toolpro-in span{color:#c8cae4;font-size:14.5px}
@media (max-width:900px){.bldstore-root .bldstore-hero,.bldstore-root .bldstore-co{grid-template-columns:1fr;gap:24px}.bldstore-root .bldstore-gallery{position:static}.bldstore-root .bldstore-co-sum{order:-1}.bldstore-root.bldstore-page{padding-top:calc(var(--nav-h,72px) + 16px)}}
@media (min-width:901px){.bldstore-root .bldstore-sticky{display:none!important}}
.bldstore-root [hidden]{display:none!important}
.bldstore-root .bldstore-prose h2{margin:36px 0 12px}.bldstore-root .bldstore-prose h3{margin:24px 0 10px}.bldstore-root .bldstore-prose p{margin:0 0 14px}
.bldstore-root .bldstore-prose ul{list-style:disc;padding-left:22px;margin:0 0 16px}.bldstore-root .bldstore-prose ol{list-style:decimal;padding-left:22px;margin:0 0 16px}
.bldstore-root .bldstore-prose li{margin:6px 0}.bldstore-root .bldstore-prose strong{color:#fff}.bldstore-root .bldstore-prose a{text-decoration:underline}
.bldstore-root .bldstore-empty p,.bldstore-root .bldstore-done-box p,.bldstore-root .bldstore-auth>p{margin:0 0 14px}
.bldstore-root .bldstore-empty h1,.bldstore-root .bldstore-done-box h1{font-size:28px;margin:0 0 12px}
.bldstore-root .bldstore-faq details>div p{margin:0 0 8px}
