@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{--store-bg:#010208;--store-panel:#04070e;--store-panel-soft:#07101f;--store-line:#7994ff1d;--store-text:#f7f9ff;--store-muted:#8792a9;--store-blue:#315bd9;--store-blue-light:#83a0ff;--store-shell:1240px}
*{box-sizing:border-box}
html{min-height:100%;scroll-behavior:smooth;background:var(--store-bg)}
body{min-height:100vh;margin:0;color:var(--store-text);font-family:Manrope,system-ui,sans-serif;background:var(--store-bg);overflow-x:hidden}
button,input,select,textarea{font:inherit}
[hidden]{display:none!important}
a{color:inherit}

.store-ambient{position:fixed;z-index:0;inset:0;overflow:hidden;pointer-events:none;background:radial-gradient(ellipse 48% 72% at 4% 31%,#12327875 0,#081b4542 36%,transparent 73%),radial-gradient(ellipse 35% 65% at 100% 60%,#0d286b34 0,transparent 70%),linear-gradient(118deg,#01030a,#010208 58%,#000105)}
.store-ambient:before,.store-ambient:after{content:"";position:absolute;inset:-22%;filter:blur(62px)}
.store-ambient:before{background:radial-gradient(circle at 17% 38%,#315bd950,transparent 26%),radial-gradient(circle at 77% 18%,#315bd924,transparent 22%),radial-gradient(circle at 55% 88%,#173b9e31,transparent 27%);animation:store-glow-a 13s ease-in-out infinite alternate}
.store-ambient:after{background:radial-gradient(ellipse at 24% 58%,#5278ed35,transparent 31%),radial-gradient(ellipse at 85% 43%,#244bc625,transparent 27%);animation:store-glow-b 17s ease-in-out infinite alternate}
.store-ambient i{position:absolute;border-radius:50%;filter:blur(110px);background:#2454d8;opacity:.18}
.store-ambient i:first-child{width:42vw;height:42vw;left:-24vw;top:14%;animation:store-orb-a 11s ease-in-out infinite alternate}
.store-ambient i:nth-child(2){width:34vw;height:34vw;right:-21vw;top:32%;animation:store-orb-b 14s ease-in-out infinite alternate}
.store-ambient i:nth-child(3){width:33vw;height:33vw;left:38%;bottom:-28vw;opacity:.12}
@keyframes store-glow-a{to{transform:translate3d(9%,-6%,0) scale(1.13);opacity:.72}}
@keyframes store-glow-b{to{transform:translate3d(-8%,7%,0) scale(1.16);opacity:1}}
@keyframes store-orb-a{to{transform:translate3d(90px,-35px,0) scale(1.12)}}
@keyframes store-orb-b{to{transform:translate3d(-75px,55px,0) scale(.94)}}

.store-shell{width:min(var(--store-shell),calc(100% - 48px));margin-inline:auto;position:relative;z-index:1}
.store-header{height:78px;position:sticky;z-index:50;top:0;border-bottom:1px solid var(--store-line);background:#010208d9;backdrop-filter:blur(24px);box-shadow:0 14px 42px #0006}
.store-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,#315bd9,#b4c3ff,#315bd9,transparent);background-size:32% 100%;background-repeat:no-repeat;animation:store-header-scan 7s linear infinite}
@keyframes store-header-scan{from{background-position:-32% 0}to{background-position:132% 0}}
.store-header-inner{width:min(var(--store-shell),calc(100% - 48px));height:100%;margin:auto;display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:28px}
.store-brand{width:max-content;display:block}
.store-brand img{display:block;width:174px;height:76px;object-fit:contain;filter:drop-shadow(0 5px 8px #000a) drop-shadow(0 0 9px #3572ff35)}
.store-nav{justify-self:center;display:flex;align-items:center;gap:5px}
.store-nav a{position:relative;padding:10px 14px;border-radius:9px;color:#7f899e;text-decoration:none;font-size:11px;font-weight:700;transition:.22s}
.store-nav a:hover{color:#eef2ff;background:#0b1222}
.store-nav a.active{color:#fff;background:linear-gradient(135deg,#17347766,#0a1020);box-shadow:inset 0 0 22px #315bd91e}
.store-nav a.active:after{content:"";position:absolute;left:14px;right:14px;bottom:4px;height:1px;background:#7896ff;box-shadow:0 0 8px #5278ed}
.store-tools{justify-self:end;display:flex;align-items:center;gap:9px;opacity:.35;transition:opacity .25s}
.store-session-ready .store-tools{opacity:1}
.store-language{height:32px;padding:3px;display:flex;gap:2px;border:1px solid var(--store-line);border-radius:9px;background:#050914d9}
.store-language button{width:30px;border:0;border-radius:6px;background:transparent;color:#626d84;font:700 8px DM Mono;cursor:pointer}
.store-language button.active{background:linear-gradient(145deg,#315bd9,#1d397f);color:#fff;box-shadow:0 0 15px #315bd945}
.store-login,.store-member>a,.store-member>button{height:38px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #7693ff25;border-radius:10px;background:#07102a;color:#e8edff;text-decoration:none;font-size:9px;font-weight:800;cursor:pointer;transition:.22s}
.store-login:hover,.store-member>a:hover{transform:translateY(-2px);border-color:#6f8fff88;box-shadow:0 10px 26px #0008,0 0 18px #315bd927}
.store-member{display:flex;align-items:center;gap:7px}
.store-member>button{padding-inline:11px;background:#05070d;color:#8994aa}
.store-member>button:hover{color:#fff;border-color:#5278ed66}
.store-avatar{width:34px;height:34px;display:grid;place-items:center;overflow:hidden;border:1px solid #6f8fff66;border-radius:50%;background:#12265c;color:#dce5ff;font:700 9px DM Mono;box-shadow:0 0 19px #315bd92b}
.store-avatar img{width:100%;height:100%;object-fit:cover}
.store-avatar.has-user-avatar{padding:2px;background:#07102a;box-shadow:0 0 0 1px #7391f36b,0 0 24px #315bd936}
.store-avatar.has-user-avatar img{display:block;border-radius:50%}
.store-menu-button{display:none}

.store-kicker{margin:0 0 14px;color:#7897ff;font:500 9px DM Mono;letter-spacing:.18em}
.store-hero{min-height:720px;padding-block:78px 72px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);align-items:center;gap:70px}
.store-hero-copy{position:relative;z-index:3}
.store-hero h1{max-width:690px;margin:0;font-size:clamp(52px,6.1vw,82px);line-height:.94;letter-spacing:-.063em}
.store-hero h1 span,.store-hero h1 em{display:block}
.store-hero h1 em{margin:9px 0 -.14em;padding-bottom:.14em;font-style:normal;background:linear-gradient(90deg,#5278ed,#a9bbff,#edf1ff,#5278ed);background-size:220% 100%;background-clip:text;color:transparent;animation:store-text-glow 7s linear infinite}
@keyframes store-text-glow{to{background-position:220% 0}}
.store-lead{max-width:650px;margin:28px 0 0;color:var(--store-muted);font-size:14px;line-height:1.85}
.store-hero-actions{margin-top:35px;display:flex;flex-wrap:wrap;gap:11px}
.store-primary,.store-secondary{min-height:48px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;text-decoration:none;font-size:10px;font-weight:800;transition:.25s}
.store-primary{position:relative;overflow:hidden;border:1px solid #6f8fff66;background:linear-gradient(180deg,#456be2,#2446b2);color:#fff;box-shadow:0 16px 40px #18349345}
.store-primary:before{content:"";position:absolute;inset:0;transform:translateX(-120%);background:linear-gradient(100deg,transparent,#ffffff35,transparent);transition:transform .7s}
.store-primary:hover{transform:translateY(-3px);box-shadow:0 20px 48px #18349360,0 0 26px #315bd931}
.store-primary:hover:before{transform:translateX(120%)}
.store-secondary{border:1px solid #7693ff25;background:#060a13c9;color:#aeb9d3}
.store-secondary:hover{transform:translateY(-3px);border-color:#5278ed66;color:#fff;background:#0a1224}
.store-hero-notes{margin-top:42px;display:flex;flex-wrap:wrap;gap:24px}
.store-hero-notes span{display:flex;align-items:center;gap:10px;color:#7a859a;font-size:9px}
.store-hero-notes b{width:28px;height:28px;display:grid;place-items:center;border:1px solid #5278ed47;border-radius:8px;background:#17347734;color:#7896f6;font:500 8px DM Mono}
.store-hero-notes i{font-style:normal}

.store-showcase{height:560px;position:relative;isolation:isolate;perspective:1300px}
.showcase-glow{position:absolute;z-index:-2;inset:10% 0 0;background:radial-gradient(circle,#315bd971 0,#173b9e40 25%,transparent 67%);filter:blur(28px);animation:showcase-pulse 5s ease-in-out infinite}
@keyframes showcase-pulse{50%{transform:scale(1.09);opacity:.75}}
.showcase-card{position:absolute;overflow:hidden;border:1px solid #7693ff38;border-radius:22px;background:#03050a;box-shadow:0 40px 100px #000e,0 0 42px #315bd921;transform-style:preserve-3d;will-change:left,right,top,bottom,width,height,transform,opacity,filter;transition:left 1.05s cubic-bezier(.2,.72,.2,1),right 1.05s cubic-bezier(.2,.72,.2,1),top 1.05s cubic-bezier(.2,.72,.2,1),bottom 1.05s cubic-bezier(.2,.72,.2,1),width 1.05s cubic-bezier(.2,.72,.2,1),height 1.05s cubic-bezier(.2,.72,.2,1),transform 1.05s cubic-bezier(.2,.72,.2,1),opacity .8s ease,filter .8s ease,box-shadow .8s ease}
.showcase-card img{width:100%;height:100%;display:block;object-fit:cover}
.showcase-main{z-index:3;width:420px;height:470px;left:11%;top:5%;transform:rotateY(-7deg) rotateX(1deg)}
.showcase-main:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff13,transparent 28%,transparent 75%,#315bd928)}
.showcase-card>span{position:absolute;z-index:2;left:18px;top:18px;padding:7px 9px;border:1px solid #7693ff5a;border-radius:8px;background:#07102ae8;color:#9bb0ff;font:500 7px DM Mono;letter-spacing:.12em;opacity:0;transform:translateY(-7px);transition:opacity .35s .45s,transform .35s .45s}
.showcase-main>span{opacity:1;transform:translateY(0)}
.showcase-mid{z-index:2;width:330px;height:390px;right:2%;top:13%;transform:rotateY(-14deg) rotateZ(3deg);opacity:.72;filter:saturate(.85)}
.showcase-back{z-index:1;width:280px;height:330px;left:-8%;bottom:1%;transform:rotateY(13deg) rotateZ(-5deg);opacity:.44;filter:saturate(.75)}
.showcase-orbit{position:absolute;z-index:-1;inset:2% 2% 3% 1%;border:1px solid #5278ed23;border-radius:50%;transform:rotate(-12deg)}
.showcase-orbit:before,.showcase-orbit:after{content:"";position:absolute;border:1px solid #5278ed17;border-radius:50%}
.showcase-orbit:before{inset:9%}.showcase-orbit:after{inset:20%}
.showcase-orbit span{position:absolute;width:9px;height:9px;left:8%;top:32%;border-radius:50%;background:#8aa5ff;box-shadow:0 0 25px #5278ed}

.store-strip{position:relative;z-index:2;border-block:1px solid var(--store-line);background:#02040bbf;backdrop-filter:blur(18px)}
.store-strip>.store-shell{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:35px}
.store-strip p{margin:0;color:#5e6b84;font:500 8px DM Mono;letter-spacing:.17em}
.store-strip div>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:28px;color:#7a88a6;font:700 10px DM Mono;letter-spacing:.11em}

.store-section{padding-block:100px 10px}
.store-section-heading{margin-bottom:30px;display:flex;align-items:end;justify-content:space-between;gap:25px}
.store-section-heading h2,.store-system-card h2,.store-review-preview h2,.store-final h2,.store-page-hero h1{margin:0;font-size:clamp(34px,4vw,52px);letter-spacing:-.052em}
.store-section-heading>a{color:#8da7ff;text-decoration:none;font-size:10px;font-weight:800}
.store-featured-grid,.store-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.store-product-card{min-height:430px;position:relative;overflow:hidden;border:1px solid var(--store-line);border-radius:20px;background:#03050a;box-shadow:0 25px 80px #0008;transform-style:preserve-3d;transition:border-color .3s,box-shadow .3s,transform .18s ease-out}
.store-product-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.72,.2,1),filter .4s}
.store-product-overlay{position:absolute;inset:0;background:linear-gradient(0deg,#020308fa 0,#020308c9 35%,transparent 73%),linear-gradient(90deg,#07102a45,transparent)}
.store-product-card>span{position:absolute;left:15px;top:15px;padding:7px 9px;border:1px solid #7693ff52;border-radius:8px;background:#07102ade;color:#91a9f8;font:500 7px DM Mono;letter-spacing:.1em}
.store-product-card>div:last-child{position:absolute;inset:auto 19px 19px}
.store-product-card small{color:#6f7e9a;font:500 8px DM Mono;letter-spacing:.13em}
.store-product-card h3{margin:5px 0 6px;font-size:31px;letter-spacing:-.04em}
.store-product-card p{min-height:31px;margin:0 0 15px;color:#737e92;font-size:10px;line-height:1.55}
.store-product-card a,.store-product-card button{height:37px;padding:0 13px;display:inline-flex;align-items:center;border:1px solid #5278ed55;border-radius:9px;background:#17347755;color:#e2e8fa;text-decoration:none;font-size:8px;font-weight:800;cursor:pointer}
.store-product-card:hover{border-color:#6f8fff68;box-shadow:0 35px 95px #000c,0 0 42px #315bd91b}
.store-product-card:hover>img{transform:scale(1.055);filter:saturate(1.13) brightness(1.06)}

.store-system-card{min-height:470px;padding:62px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;border:1px solid var(--store-line);border-radius:24px;background:radial-gradient(circle at 0 100%,#173b9e58,transparent 46%),radial-gradient(circle at 100% 0,#244bc62b,transparent 42%),linear-gradient(125deg,#070c17,#020308);box-shadow:0 35px 110px #000b,0 0 55px #315bd910}
.store-system-card>div>p:not(.store-kicker){max-width:590px;margin:19px 0 28px;color:var(--store-muted);font-size:12px;line-height:1.8}
.store-system-card ol{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.store-system-card li{padding:18px;display:flex;align-items:center;gap:16px;border:1px solid #7693ff18;border-radius:14px;background:#03060dc9;box-shadow:0 14px 35px #0005}
.store-system-card li>b{width:38px;height:38px;display:grid;place-items:center;border:1px solid #5278ed4e;border-radius:10px;background:#17347748;color:#8ca5ff;font:500 9px DM Mono}
.store-system-card strong,.store-system-card small{display:block}.store-system-card strong{font-size:11px}.store-system-card small{margin-top:5px;color:#69758d;font-size:9px}
.store-review-preview,.store-final{padding:48px 52px;display:flex;align-items:center;justify-content:space-between;gap:40px;border:1px solid var(--store-line);border-radius:22px;background:radial-gradient(circle at 100% 50%,#244bc649,transparent 39%),linear-gradient(115deg,#070b15,#020409);box-shadow:0 30px 95px #0009}
.store-review-preview>div>p:last-child{max-width:730px;margin:16px 0 0;color:var(--store-muted);font-size:11px;line-height:1.75}
.store-final{margin-top:90px;padding-block:42px}.store-final h2{font-size:35px}

.store-footer{position:relative;z-index:2;margin-top:100px;border-top:1px solid var(--store-line);background:#010207d9}
.store-footer>.store-shell{min-height:210px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:35px}
.store-footer img{width:125px;height:70px;object-fit:contain}
.store-footer p{max-width:460px;color:#69758b;font-size:10px;line-height:1.7}
.store-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}.store-footer nav a{color:#7c879c;text-decoration:none;font-size:9px;font-weight:700}.store-footer nav a:hover{color:#fff}
.store-footer small{grid-column:1/-1;padding:18px 0;border-top:1px solid #ffffff0d;color:#465067;font:500 8px DM Mono}

/* Páginas internas da loja */
.store-page-hero{min-height:370px;padding-block:95px 60px;display:flex;align-items:end;justify-content:space-between;gap:45px}
.store-page-hero>div{max-width:760px}.store-page-hero h1{font-size:clamp(48px,6vw,72px)}
.store-page-hero>div>p:last-child{max-width:650px;margin:21px 0 0;color:var(--store-muted);font-size:13px;line-height:1.8}
.store-page-hero>span{width:120px;height:120px;display:grid;place-items:center;border:1px solid #5278ed3e;border-radius:50%;background:radial-gradient(circle,#315bd93a,transparent 68%);color:#7594f8;font:700 28px DM Mono;box-shadow:0 0 80px #315bd92d}
.store-catalog{padding-block:10px 70px}.store-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.store-catalog-grid .store-product-card{min-height:450px}
.store-catalog-grid .store-product-card>img,.store-featured-grid .store-product-card>img{filter:brightness(.88) saturate(1.06) contrast(1.04)}
.store-catalog-grid .store-product-overlay,.store-featured-grid .store-product-overlay{background:linear-gradient(180deg,#02040a0a 0%,#02040a17 37%,#020308e8 54%,#020308 62%,#020308 100%),linear-gradient(90deg,#07102a24,transparent 72%)}
.store-catalog-grid .store-product-card:hover>img,.store-featured-grid .store-product-card:hover>img{filter:brightness(.96) saturate(1.13) contrast(1.05)}
.store-catalog-grid .store-product-card small{color:#a5b1c9;text-shadow:0 2px 12px #000}
.store-catalog-grid .store-product-card h3{color:#f5f7ff;text-shadow:0 3px 18px #000}
.store-catalog-grid .store-product-card p{color:#a5aec0;text-shadow:0 2px 12px #000}
.store-catalog-grid .store-product-card p{min-height:31px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.store-catalog-note{margin-top:24px;padding:18px 20px;display:flex;align-items:center;gap:14px;border:1px solid #5278ed35;border-radius:13px;background:#0a17384f;color:#8491aa;font-size:10px}.store-catalog-note b{color:#8ca6ff}

.store-product-features{display:none}
.store-product-features li{position:relative;padding-left:13px;color:#8b97ad;font-size:8px;line-height:1.45}
.store-product-features li:before{content:"";width:4px;height:4px;position:absolute;left:0;top:.48em;border:1px solid #7797ff;border-radius:50%;box-shadow:0 0 8px #315bd9}

.store-card-price{margin:0 0 14px;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #ffffff10}
.store-card-price span{color:#68758d;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.store-card-price strong{color:#f1f5ff;font-size:16px;letter-spacing:-.025em}

.store-bundles{padding-block:95px 10px}
.store-bundle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.store-bundle-card{overflow:hidden;border:1px solid var(--store-line);border-radius:20px;background:linear-gradient(145deg,#070b14,#020409);box-shadow:0 28px 85px #0009;transition:transform .28s,border-color .28s,box-shadow .28s}
.store-bundle-card:hover{transform:translateY(-5px);border-color:#6f8fff70;box-shadow:0 34px 95px #000c,0 0 45px #315bd923}
.store-bundle-art{height:250px;position:relative;overflow:hidden;background:#03050a}
.store-bundle-art:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#03050a 0,transparent 40%),linear-gradient(90deg,#10286224,transparent 65%)}
.store-bundle-art img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .8s cubic-bezier(.2,.72,.2,1),filter .4s}
.store-bundle-card:hover .store-bundle-art img{transform:scale(1.045);filter:saturate(1.12) brightness(1.05)}
.store-bundle-art>span{position:absolute;z-index:2;left:15px;top:15px;padding:7px 9px;border:1px solid #7693ff52;border-radius:8px;background:#07102ade;color:#91a9f8;font:500 7px DM Mono;letter-spacing:.1em}
.store-bundle-copy{padding:20px}
.store-bundle-copy>small{color:#687895;font:500 8px DM Mono;letter-spacing:.13em}
.store-bundle-copy h3{margin:6px 0 13px;font-size:29px;letter-spacing:-.04em}
.store-bundle-copy>p{display:none}
.store-bundle-items{min-height:28px;display:flex;flex-wrap:wrap;gap:6px}
.store-bundle-items span{padding:6px 8px;border:1px solid #5278ed2f;border-radius:7px;background:#10245b3b;color:#869dde;font:600 7px DM Mono;letter-spacing:.06em}
.store-bundle-benefits{display:none}
.store-bundle-benefits li{position:relative;padding-left:13px;color:#8290aa;font-size:8px;line-height:1.45}
.store-bundle-benefits li:before{content:"+";position:absolute;left:0;color:#7192ff;font:700 8px DM Mono}
.store-bundle-bottom{margin-top:18px;padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #ffffff10}
.store-bundle-bottom strong{font-size:20px;letter-spacing:-.03em}
.store-bundle-bottom button,.store-bundle-bottom a{height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #5278ed55;border-radius:9px;background:#17347762;color:#e5ebff;text-decoration:none;font-size:8px;font-weight:800;cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s}
.store-bundle-bottom button:hover,.store-bundle-bottom a:hover{transform:translateY(-2px);background:#244fc5a3;box-shadow:0 10px 30px #244fc53d}

.store-principles{padding-block:10px 70px;display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.store-principles article{min-height:210px;padding:27px;border:1px solid var(--store-line);border-radius:17px;background:linear-gradient(145deg,#070b14,#020409);box-shadow:0 20px 55px #0007}
.store-principles b{color:#7897ff;font:500 9px DM Mono}.store-principles h2{margin:24px 0 10px;font-size:19px}.store-principles p{margin:0;color:#778297;font-size:10px;line-height:1.7}
.store-empty-reviews{min-height:350px;margin-bottom:70px;padding:50px;display:grid;place-items:center;text-align:center;border:1px dashed #5278ed48;border-radius:22px;background:radial-gradient(circle at 50% 100%,#173b9e2c,transparent 54%),#02050b}
.store-empty-reviews span{width:58px;height:58px;display:grid;place-items:center;margin:auto;border:1px solid #5278ed52;border-radius:16px;background:#17347739;color:#86a0fb;font-size:25px}.store-empty-reviews h2{margin:18px 0 8px;font-size:24px}.store-empty-reviews p{max-width:590px;margin:0 0 22px;color:#748096;font-size:11px;line-height:1.7}

.store-terms-layout{padding-bottom:70px;display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px}
.store-terms-nav{height:max-content;position:sticky;top:105px;padding:18px;border:1px solid var(--store-line);border-radius:15px;background:#04070ed9;backdrop-filter:blur(18px)}
.store-terms-nav small{display:block;margin-bottom:12px;color:#64718b;font:500 8px DM Mono;letter-spacing:.12em}.store-terms-nav a{display:block;padding:9px 10px;border-radius:8px;color:#79859a;text-decoration:none;font-size:9px}.store-terms-nav a:hover{color:#fff;background:#0b1325}
.store-terms-content{padding:38px;border:1px solid var(--store-line);border-radius:20px;background:linear-gradient(145deg,#060a12,#020409);box-shadow:0 25px 80px #0008}
.store-terms-alert{margin-bottom:30px;padding:15px;border:1px solid #5278ed3f;border-radius:11px;background:#10265a4a;color:#8795af;font-size:10px;line-height:1.65}.store-terms-alert strong{color:#b5c4f5}
.store-terms-content section{padding:12px 0 25px;scroll-margin-top:110px;border-bottom:1px solid #ffffff0d}.store-terms-content section:last-child{border-bottom:0}.store-terms-content h2{margin:0 0 12px;font-size:20px}.store-terms-content p,.store-terms-content li{color:#7b879c;font-size:10px;line-height:1.85}.store-terms-content ul{padding-left:18px}

.store-dialog{width:min(1080px,calc(100% - 30px));max-height:calc(100vh - 34px);padding:0;overflow:hidden;border:1px solid #35c7ff4f;border-radius:23px;background:#020714;color:#fff;box-shadow:0 45px 170px #000f,0 0 70px #099ee425}.store-dialog::backdrop{background:#000c;backdrop-filter:blur(11px)}
.store-dialog[open]{animation:store-purchase-in .36s cubic-bezier(.2,.72,.2,1) both}
@keyframes store-purchase-in{from{opacity:0;transform:translateY(25px) scale(.975);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}
.store-purchase-panel{min-height:650px;position:relative;display:grid;grid-template-columns:.9fr 1.1fr;background:radial-gradient(circle at 100% 0,#0c3c6840,transparent 43%),#020714}
.store-purchase-close{width:42px;height:42px;position:absolute;z-index:5;right:16px;top:16px;border:1px solid #43c9ff50;border-radius:50%;background:#071527;color:#d9f6ff;font-size:24px;line-height:1;cursor:pointer;transition:transform .2s,background .2s}.store-purchase-close:hover{transform:rotate(8deg);background:#0a2945}
.store-purchase-visual{min-width:0;position:relative;overflow:hidden;border-right:1px solid #2e9edc38;background:#02050c}
.store-purchase-visual img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center;filter:saturate(1.08) brightness(.94)}
.store-purchase-visual>div{position:absolute;inset:0;background:linear-gradient(0deg,#020714d9 0,transparent 35%),linear-gradient(90deg,transparent 75%,#020714a8)}
.store-purchase-visual>span{position:absolute;left:24px;bottom:24px;padding:9px 13px;border:1px solid #35c7ff77;border-radius:999px;background:#031326e8;color:#64dcff;font:700 8px DM Mono;letter-spacing:.08em;box-shadow:0 0 30px #0bbbea1f}
.store-purchase-content{max-height:calc(100vh - 34px);padding:48px 46px 35px;overflow-y:auto}
.store-purchase-eyebrow{margin:0 0 27px!important;padding:10px 14px;border:1px solid #35c7ff5c;border-radius:999px;color:#5bdcff!important;font:700 9px DM Mono!important;letter-spacing:.11em;line-height:1!important}
.store-purchase-content h2{margin:0 0 13px;font-size:42px;letter-spacing:-.055em}
.store-purchase-description{max-width:590px;margin:0 0 27px!important;color:#93a3ba!important;font-size:11px!important;line-height:1.75!important}
.store-purchase-content h3{margin:0 0 13px;color:#dcecff;font-size:10px;letter-spacing:.05em}
.store-purchase-features{margin:0 0 28px;padding:0;display:grid;gap:9px;list-style:none}
.store-purchase-features li{position:relative;padding-left:29px;color:#a7b4c8;font-size:10px;line-height:1.5}
.store-purchase-features li:before{content:"✓";width:18px;height:18px;position:absolute;left:0;top:-1px;display:grid;place-items:center;border-radius:50%;background:#56ddff;color:#052034;font-size:11px;font-weight:900;box-shadow:0 0 18px #2bcffa3b}
.store-dialog-plans{margin:0 0 27px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.store-dialog-plans button{width:100%;height:48px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border:1px solid #2e83b44f;border-radius:10px;background:#08182c;color:#98a9c1;cursor:pointer;transition:border-color .2s,background .2s,color .2s,transform .2s,box-shadow .2s}
.store-dialog-plans button:hover{transform:translateY(-2px);border-color:#45cbff8a;color:#fff}
.store-dialog-plans button.active{border-color:#42d1ff;background:linear-gradient(100deg,#063252,#0b203c);color:#fff;box-shadow:0 0 26px #15bfe425,inset 0 0 22px #0dbde613}
.store-dialog-plans button span{font-size:9px;font-weight:700}.store-dialog-plans button strong{font-size:11px}
.store-payment-title{margin-top:-4px!important}
.store-payment-methods{margin:0 0 10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.store-payment-methods button{min-width:0;padding:11px 10px;display:grid;gap:4px;text-align:left;border:1px solid #2e83b447;border-radius:10px;background:linear-gradient(145deg,#08182c,#050d19);color:#8fa3bd;cursor:pointer;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s,color .2s}
.store-payment-methods button:hover{transform:translateY(-2px);border-color:#45cbff70;color:#eef8ff}
.store-payment-methods button.active{border-color:#42d1ff;background:linear-gradient(115deg,#073657,#0a1b34);color:#fff;box-shadow:0 0 24px #15bfe421,inset 0 0 20px #0dbde60e}
.store-payment-methods span{overflow:hidden;font:800 9px DM Mono;letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap}
.store-payment-methods small{overflow:hidden;color:#7488a3;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.store-payment-methods button.active small{color:#8edfff}
.store-payment-note{min-height:28px;margin:0 0 11px!important;color:#8193ac!important;font-size:8px!important;line-height:1.55!important}
.store-purchase-footer{padding-top:20px;display:flex;align-items:end;justify-content:space-between;gap:18px;border-top:1px solid #35c7ff24}
.store-purchase-selection small,.store-purchase-selection strong{display:block}.store-purchase-selection small{margin-bottom:6px;color:#71859f;font:700 8px DM Mono;letter-spacing:.07em}.store-purchase-selection strong{font-size:10px}
.store-purchase-actions{display:flex;gap:9px}.store-purchase-actions button{height:44px;padding:0 17px;border:1px solid #35c7ff52;border-radius:9px;background:#091b31;color:#d9efff;font-size:9px;font-weight:850;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.store-purchase-actions button:last-child{border-color:#40ceff;background:linear-gradient(100deg,#22bdec,#14a8ec);color:#00101c;box-shadow:0 12px 30px #15bfe42e}.store-purchase-actions button:hover{transform:translateY(-2px)}
.store-purchase-actions button:only-child{width:190px;height:54px;position:relative;overflow:hidden;padding:0 48px 0 24px;border-color:#72e5ff;border-radius:12px;background:linear-gradient(105deg,#35d1f5 0%,#18b9ed 48%,#2789f5 100%);color:#001421;font-size:10px;font-weight:950;letter-spacing:.055em;box-shadow:0 15px 38px #13bce84a,0 0 28px #30d8ff24,inset 0 1px 0 #ffffff75}
.store-purchase-actions button:only-child:before{content:"";width:55px;height:140%;position:absolute;left:-80px;top:-20%;rotate:18deg;background:linear-gradient(90deg,transparent,#ffffff70,transparent);transition:left .55s ease}
.store-purchase-actions button:only-child:after{content:"→";width:29px;height:29px;position:absolute;right:13px;top:50%;display:grid;place-items:center;border:1px solid #00385430;border-radius:8px;background:#ffffff28;font-size:15px;translate:0 -50%;transition:translate .2s,background .2s}
.store-purchase-actions button:only-child:hover{transform:translateY(-3px);box-shadow:0 20px 46px #13bce866,0 0 38px #30d8ff38,inset 0 1px 0 #fff}.store-purchase-actions button:only-child:hover:before{left:225px}.store-purchase-actions button:only-child:hover:after{translate:3px -50%;background:#ffffff40}.store-purchase-actions button:only-child:active{transform:translateY(-1px) scale(.985)}
.store-dialog-status{min-height:17px;margin:12px 0 0!important;color:#59d8ff!important;font-size:8px!important;text-align:right}
.store-pix-payment[hidden]{display:none!important}
.store-purchase-panel.payment-active .store-purchase-content>:not(.store-pix-payment){display:none}
.store-pix-payment{min-height:100%;display:flex;flex-direction:column;justify-content:center;animation:store-pix-in .35s cubic-bezier(.2,.72,.2,1) both}
@keyframes store-pix-in{from{opacity:0;transform:translateX(22px);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}
.store-pix-payment h2{margin-bottom:10px}.store-pix-intro{max-width:510px;margin:0 0 22px;color:#91a3bb;font-size:10px;line-height:1.7}
.store-pix-layout{margin-bottom:17px;display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:stretch}
.store-pix-qr{width:150px;height:150px;padding:10px;display:grid;place-items:center;border:1px solid #44d4ff70;border-radius:16px;background:#fff;box-shadow:0 0 35px #24c8f82b}
.store-pix-qr img,.store-pix-qr canvas{width:100%!important;height:100%!important;display:block;object-fit:contain}.store-pix-qr img+img{display:none!important}.store-pix-qr.qr-unavailable{padding:18px;color:#38516a;font:700 9px/1.45 DM Mono;text-align:center}
.store-pix-summary{min-width:0;padding:20px;display:flex;flex-direction:column;justify-content:center;border:1px solid #35c7ff35;border-radius:16px;background:linear-gradient(145deg,#091b31,#04101f);box-shadow:inset 0 0 35px #0f83c414}
.store-pix-summary small{margin-bottom:11px;color:#6c819d;font:700 8px DM Mono;letter-spacing:.08em}.store-pix-summary strong{overflow:hidden;color:#edf8ff;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.store-pix-summary span{margin-top:5px;color:#8fa2ba;font-size:9px}.store-pix-summary b{margin-top:18px;color:#5ee1ff;font-size:23px}.store-pix-summary .store-payment-conversion{margin:7px 0 0;color:#89a0ba;font:600 8px/1.4 DM Mono;letter-spacing:0}
.store-pix-code{display:grid;gap:8px}.store-pix-code>span{color:#71859f;font:700 8px DM Mono;letter-spacing:.07em}.store-pix-code textarea{width:100%;padding:12px 14px;resize:none;border:1px solid #35c7ff3d;border-radius:10px;outline:0;background:#030b16;color:#a9bdd5;font:500 8px/1.55 DM Mono;word-break:break-all}
.store-pix-copy{width:100%;height:46px;margin-top:10px;border:1px solid #40ceff;border-radius:10px;background:linear-gradient(100deg,#22bdec,#14a8ec);color:#00101c;font-size:9px;font-weight:900;cursor:pointer;box-shadow:0 12px 30px #15bfe42e;transition:transform .2s,box-shadow .2s}.store-pix-copy:hover{transform:translateY(-2px);box-shadow:0 16px 38px #15bfe442}.store-pix-copy:active{transform:scale(.985)}
.store-ltc-exact[hidden]{display:none!important}.store-ltc-exact{margin-top:11px;display:grid;gap:7px}.store-ltc-exact>span:first-child{color:#71859f;font:700 8px DM Mono;letter-spacing:.07em}.store-ltc-exact>span:last-child{display:grid;grid-template-columns:1fr auto;gap:8px}.store-ltc-exact input{min-width:0;padding:0 13px;border:1px solid #35c7ff3d;border-radius:9px;outline:0;background:#030b16;color:#d8f5ff;font:700 9px DM Mono}.store-ltc-exact button{height:38px;padding:0 13px;border:1px solid #35c7ff52;border-radius:9px;background:#091b31;color:#d9efff;font-size:8px;font-weight:800;cursor:pointer}
.store-pix-state{min-height:34px;margin-top:13px;padding:9px 12px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #f7c74430;border-radius:9px;background:#332a0c42;color:#e5c867;font-size:9px}.store-pix-state i{width:8px;height:8px;border:2px solid #edca61;border-right-color:transparent;border-radius:50%;animation:store-pix-spin .8s linear infinite}.store-pix-state.paid{border-color:#47e4a84a;background:#0c332342;color:#7ef0bd}.store-pix-state.paid i{border:0;background:#56e5a9;box-shadow:0 0 15px #56e5a9;animation:none}.store-pix-state.failed{border-color:#ff728044;background:#3d111842;color:#ff9ca6}.store-pix-state.failed i{border:0;background:#ff7180;animation:none}
@keyframes store-pix-spin{to{transform:rotate(360deg)}}
.store-pix-back{align-self:center;margin-top:12px;padding:7px 12px;border:0;background:transparent;color:#71849d;font-size:8px;cursor:pointer}.store-pix-back:hover{color:#dff7ff}

/* FAQ */
.store-faq{padding-block:15px 70px}
.store-faq-heading{max-width:700px;margin-bottom:32px}.store-faq-heading h2{margin:0;font-size:clamp(34px,4vw,50px);letter-spacing:-.05em}
.store-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.store-faq-column{display:grid;gap:14px}
.store-faq details{overflow:hidden;border:1px solid var(--store-line);border-radius:16px;background:linear-gradient(145deg,#060b15,#02050b);box-shadow:0 18px 55px #0006;transition:border-color .25s,box-shadow .25s}
.store-faq details[open]{border-color:#5278ed55;box-shadow:0 22px 65px #0009,0 0 30px #315bd913}
.store-faq summary{min-height:74px;padding:17px 20px;display:grid;grid-template-columns:35px 1fr 25px;align-items:center;gap:13px;cursor:pointer;list-style:none}.store-faq summary::-webkit-details-marker{display:none}
.store-faq summary>span{width:35px;height:35px;display:grid;place-items:center;border:1px solid #5278ed44;border-radius:10px;background:#17347738;color:#7d9aff;font:500 8px DM Mono}.store-faq summary>b{font-size:11px;line-height:1.45}.store-faq summary>i{width:24px;height:24px;position:relative;border:1px solid #5278ed35;border-radius:50%;transition:transform .25s}.store-faq summary>i:before,.store-faq summary>i:after{content:"";position:absolute;left:6px;right:6px;top:11px;height:1px;background:#88a4ff}.store-faq summary>i:after{transform:rotate(90deg);transition:opacity .2s}.store-faq details[open] summary>i{transform:rotate(180deg)}.store-faq details[open] summary>i:after{opacity:0}
.store-faq details>div{padding:0 20px 20px 68px}.store-faq details p{margin:0;color:#7e899e;font-size:10px;line-height:1.8}
.store-faq-actions{display:flex;flex-wrap:wrap;gap:10px}

/* Programa de criadores */
.store-creator-hero{min-height:650px;padding-block:85px 75px;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:80px}
.store-creator-copy h1{margin:0;font-size:clamp(52px,6vw,78px);line-height:.96;letter-spacing:-.06em}.store-creator-copy h1 span,.store-creator-copy h1 em{display:block}.store-creator-copy h1 em{margin-top:8px;font-style:normal;background:linear-gradient(90deg,#5278ed,#a9bbff,#eff3ff,#5278ed);background-size:220% 100%;background-clip:text;color:transparent;animation:store-text-glow 7s linear infinite}.store-creator-copy>p:not(.store-kicker){max-width:660px;margin:25px 0 0;color:var(--store-muted);font-size:13px;line-height:1.8}
.store-creator-tags,.store-creator-platforms{margin-top:25px;display:flex;flex-wrap:wrap;gap:8px}.store-creator-tags span,.store-creator-platforms span{padding:8px 11px;border:1px solid #5278ed3e;border-radius:999px;background:#0b1730a6;color:#8fa7ee;font:650 8px DM Mono}
.store-creator-manifesto{min-height:405px;padding:43px;display:flex;flex-direction:column;justify-content:center;border:1px solid #5278ed3f;border-radius:24px;background:radial-gradient(circle at 100% 100%,#173b9e55,transparent 46%),linear-gradient(145deg,#081329,#030710);box-shadow:0 35px 105px #000a,0 0 45px #315bd916}.store-creator-manifesto h2{max-width:440px;margin:0;font-size:39px;line-height:1.02;letter-spacing:-.05em}.store-creator-manifesto>p:not(.store-kicker){margin:18px 0 28px;color:#8794ad;font-size:11px;line-height:1.75}.store-creator-manifesto ul{margin:0;padding:0;display:grid;gap:13px;list-style:none}.store-creator-manifesto li{position:relative;padding-left:28px;color:#aab6cc;font-size:10px}.store-creator-manifesto li:before{content:"✓";width:17px;height:17px;position:absolute;left:0;top:-2px;display:grid;place-items:center;border:1px solid #55a2ff66;border-radius:50%;background:#102c66;color:#91b5ff;font-size:9px}
.store-creator-benefits,.store-creator-process{padding-block:90px 10px}.store-creator-benefits .store-section-heading>p{max-width:450px;margin:0;color:#6f7b92;font-size:10px;line-height:1.65}
.store-creator-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.store-creator-benefit-grid article{min-height:245px;padding:27px;display:flex;flex-direction:column;border:1px solid var(--store-line);border-radius:17px;background:linear-gradient(145deg,#07101f,#02050b);box-shadow:0 22px 65px #0007;transition:transform .25s,border-color .25s}.store-creator-benefit-grid article:hover{transform:translateY(-4px);border-color:#5278ed52}.store-creator-benefit-grid b{color:#7897ff;font:600 9px DM Mono}.store-creator-benefit-grid h3{margin:40px 0 12px;font-size:17px}.store-creator-benefit-grid p{margin:0;color:#778398;font-size:9px;line-height:1.75}
.store-creator-process ol{margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:15px;list-style:none}.store-creator-process li{min-height:145px;padding:24px;display:flex;gap:18px;border:1px solid var(--store-line);border-radius:16px;background:#03070f}.store-creator-process li>b{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border:1px solid #5278ed46;border-radius:10px;background:#1734773f;color:#86a0fc;font:500 8px DM Mono}.store-creator-process h3{margin:2px 0 8px;font-size:13px}.store-creator-process p{margin:0;color:#717d92;font-size:9px;line-height:1.7}
.store-creator-application{padding-block:100px 20px;display:grid;grid-template-columns:.72fr 1.28fr;gap:55px;align-items:start}.store-creator-application-copy{padding-top:25px;position:sticky;top:105px}.store-creator-application-copy h2,.store-creator-form h2,.store-creator-result h2{margin:0;font-size:clamp(34px,4vw,48px);letter-spacing:-.05em}.store-creator-application-copy>p:not(.store-kicker){margin:20px 0 30px;color:#7d899f;font-size:11px;line-height:1.8}.store-creator-application-copy>ul{margin:0;padding:0;display:grid;gap:19px;list-style:none}.store-creator-application-copy>ul li{position:relative;padding-left:31px}.store-creator-application-copy>ul li:before{content:"✓";width:18px;height:18px;position:absolute;left:0;top:1px;display:grid;place-items:center;border:1px solid #5278ed55;border-radius:50%;background:#10265a;color:#89a5ff;font-size:9px}.store-creator-application-copy li b,.store-creator-application-copy li span{display:block}.store-creator-application-copy li b{font-size:11px}.store-creator-application-copy li span{margin-top:5px;color:#758197;font-size:9px}
.store-creator-form{padding:38px;border:1px solid #5278ed3c;border-radius:22px;background:radial-gradient(circle at 100% 0,#173b9e3d,transparent 42%),linear-gradient(145deg,#07101f,#02050b);box-shadow:0 30px 95px #0009}.store-creator-form-head>p:last-child{margin:12px 0 28px;color:#77849a;font-size:10px;line-height:1.7}
.store-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.store-form-grid label{display:grid;gap:8px}.store-form-grid label>span{font-size:9px;font-weight:800}.store-form-wide{grid-column:1/-1}.store-form-grid input,.store-form-grid select,.store-form-grid textarea{width:100%;border:1px solid #5278ed2f;border-radius:11px;outline:0;background:#020813;color:#e8eeff;font-size:10px;transition:border-color .2s,box-shadow .2s}.store-form-grid input,.store-form-grid select{height:50px;padding:0 14px}.store-form-grid textarea{padding:14px;resize:vertical;line-height:1.6}.store-form-grid input::placeholder,.store-form-grid textarea::placeholder{color:#515d73}.store-form-grid select{appearance:auto;color:#aeb9cf}.store-form-grid input:focus,.store-form-grid select:focus,.store-form-grid textarea:focus{border-color:#6384f9;box-shadow:0 0 0 3px #315bd91c,0 0 25px #315bd914}
.store-form-grid input[data-confirmed="true"]{border-color:#29d6a84f;background:linear-gradient(90deg,#06221c,#020813);color:#8ff6d9;box-shadow:inset 0 0 24px #19c9970b}
.store-form-consent{margin:20px 0;display:flex;align-items:flex-start;gap:10px;color:#7d899d;font-size:8px;line-height:1.55}.store-form-consent input{margin-top:1px;accent-color:#315bd9}.store-form-submit{width:100%;height:52px;border:1px solid #7795ff70;border-radius:11px;background:linear-gradient(100deg,#315bd9,#5269ed);color:#fff;font-size:10px;font-weight:850;cursor:pointer;box-shadow:0 15px 40px #315bd936;transition:transform .2s,box-shadow .2s}.store-form-submit:hover{transform:translateY(-2px);box-shadow:0 20px 48px #315bd950}.store-form-note{margin:12px 0 0;color:#59667d;font-size:8px;text-align:center}
.store-form-submit:disabled{cursor:wait;opacity:.72;transform:none}.store-form-submit.is-loading{position:relative;padding-left:38px}.store-form-submit.is-loading:before{content:"";width:15px;height:15px;position:absolute;left:calc(50% - 91px);top:17px;border:2px solid #ffffff45;border-top-color:#fff;border-radius:50%;animation:store-creator-spin .7s linear infinite}.store-form-status{min-height:18px;margin:10px 0 0;color:#7e9cff;font-size:9px;text-align:center}.store-form-status[data-tone="error"]{color:#ff8b9b}.store-creator-result[hidden]{display:none}@keyframes store-creator-spin{to{rotate:360deg}}
.store-creator-result{margin-top:75px;padding:42px;border:1px solid #5278ed44;border-radius:22px;background:radial-gradient(circle at 100% 0,#173b9e45,transparent 40%),#03070f;box-shadow:0 30px 95px #0009}.store-creator-result>div:first-child>p:last-child{margin:14px 0 24px;color:#7c899f;font-size:10px}.store-creator-result pre{max-height:380px;margin:0;padding:23px;overflow:auto;border:1px solid #5278ed2d;border-radius:13px;background:#01040a;color:#b7c5df;font:500 10px/1.75 DM Mono;white-space:pre-wrap}.store-creator-result-actions{margin-top:18px;display:flex;justify-content:flex-end;gap:9px}.store-creator-result-actions button{cursor:pointer}.store-creator-copy-status{min-height:17px;margin:10px 0 0;color:#7e9cff;font-size:9px;text-align:right}

.store-page:not(.store-ready) .store-brand{opacity:0;translate:-100px 0}.store-page:not(.store-ready) .store-nav{opacity:0;translate:0 -50px}.store-page:not(.store-ready) .store-tools{opacity:0;translate:100px 0}.store-page:not(.store-ready) .store-hero-copy,.store-page:not(.store-ready) .store-page-hero>div{opacity:0;translate:-55px 0;filter:blur(5px)}.store-page:not(.store-ready) .store-showcase,.store-page:not(.store-ready) .store-page-hero>span{opacity:0;translate:70px 0;filter:blur(6px)}
.store-ready .store-brand{animation:store-enter-left .72s ease both}.store-ready .store-nav{animation:store-enter-top .7s .08s ease both}.store-ready .store-tools{animation:store-enter-right .72s .12s ease both}.store-ready .store-hero-copy,.store-ready .store-page-hero>div{animation:store-enter-left .82s .15s cubic-bezier(.2,.72,.2,1) both}.store-ready .store-showcase,.store-ready .store-page-hero>span{animation:store-enter-right .9s .2s cubic-bezier(.2,.72,.2,1) both}
@keyframes store-enter-left{from{opacity:0;translate:-55px 0;filter:blur(5px)}to{opacity:1;translate:0;filter:none}}@keyframes store-enter-right{from{opacity:0;translate:70px 0;filter:blur(6px)}to{opacity:1;translate:0;filter:none}}@keyframes store-enter-top{from{opacity:0;translate:0 -50px;filter:blur(4px)}to{opacity:1;translate:0;filter:none}}
.store-reveal{opacity:0;translate:0 20px;filter:blur(4px);transition:opacity .65s,translate .65s,filter .65s}.store-reveal.in-view{opacity:1;translate:0;filter:none}

@media(max-width:1050px){.store-header-inner{grid-template-columns:160px 1fr auto;gap:15px}.store-brand img{width:150px;height:70px}.store-nav a{padding-inline:9px}.store-hero{grid-template-columns:1fr;gap:30px}.store-hero-copy{text-align:center}.store-lead{margin-inline:auto}.store-hero-actions,.store-hero-notes{justify-content:center}.store-showcase{width:min(670px,100%);margin:auto}.store-featured-grid,.store-catalog-grid{grid-template-columns:repeat(2,1fr)}.store-system-card{padding:45px;grid-template-columns:1fr;gap:35px}.store-footer>.store-shell{grid-template-columns:160px 1fr}.store-footer nav{grid-column:1/-1;justify-content:flex-start}}
@media(max-width:820px){.store-header{height:70px}.store-header-inner{width:calc(100% - 30px);grid-template-columns:1fr auto}.store-brand img{width:122px;height:64px}.store-menu-button{width:38px;height:38px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px solid var(--store-line);border-radius:10px;background:#050912}.store-menu-button span{width:16px;height:1px;background:#a9b6d4;transition:.25s}.store-menu-open .store-menu-button span:first-child{transform:translateY(3.5px) rotate(45deg)}.store-menu-open .store-menu-button span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.store-nav{position:absolute;left:15px;right:15px;top:77px;padding:12px;display:none;flex-direction:column;align-items:stretch;border:1px solid var(--store-line);border-radius:14px;background:#03060df2;backdrop-filter:blur(22px);box-shadow:0 30px 80px #000d}.store-menu-open .store-nav{display:flex}.store-nav a{text-align:center}.store-tools{position:absolute;right:65px}.store-member>a{width:37px;padding:0;font-size:0}.store-member>a:before{content:"⌂";font-size:14px}.store-member>button{display:none}.store-avatar{display:none}.store-shell{width:calc(100% - 30px)}.store-hero{min-height:auto;padding-top:70px}.store-hero h1{font-size:clamp(47px,11vw,68px)}.store-showcase{height:490px}.showcase-main{width:360px;height:420px;left:13%}.showcase-mid{width:270px;height:330px}.showcase-back{width:230px;height:285px}.store-strip>.store-shell{padding-block:25px;flex-direction:column;align-items:flex-start}.store-strip div>div{justify-content:flex-start}.store-review-preview,.store-final{align-items:flex-start;flex-direction:column}.store-page-hero{min-height:330px}.store-terms-layout{grid-template-columns:1fr}.store-terms-nav{position:relative;top:0}.store-footer>.store-shell{grid-template-columns:1fr;padding-block:30px}.store-footer nav{grid-column:1}.store-footer small{grid-column:1}}
@media(max-width:590px){.store-tools{right:58px;gap:5px}.store-language{display:none}.store-login{height:34px;padding:0 11px}.store-hero{padding-block:55px}.store-hero h1{font-size:43px}.store-lead{font-size:12px}.store-showcase{height:390px}.showcase-main{width:270px;height:330px;left:15%}.showcase-mid{width:210px;height:260px;right:-4%}.showcase-back{width:180px;height:220px;left:-4%}.store-hero-notes{display:grid;justify-content:start;text-align:left}.store-featured-grid,.store-catalog-grid,.store-principles{grid-template-columns:1fr}.store-section{padding-top:72px}.store-section-heading{align-items:flex-start;flex-direction:column}.store-system-card{padding:30px 23px}.store-review-preview,.store-final{padding:32px 24px}.store-page-hero{padding-block:70px 45px}.store-page-hero>span{display:none}.store-terms-content{padding:25px 20px}.store-footer{margin-top:72px}}
@media(max-width:1050px){.store-bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.store-dialog{overflow-y:auto}.store-purchase-panel{min-height:0;grid-template-columns:1fr}.store-purchase-visual{height:360px;border-right:0;border-bottom:1px solid #2e9edc38}.store-purchase-content{max-height:none}.store-purchase-visual img{object-position:center 36%}}
@media(max-width:590px){.store-bundle-grid{grid-template-columns:1fr}.store-bundle-art{height:220px}.store-bundle-bottom{align-items:flex-start;flex-direction:column}.store-bundle-bottom button,.store-bundle-bottom a{width:100%}.store-dialog>.store-purchase-panel{padding:0}.store-purchase-visual{height:285px}.store-purchase-content{padding:29px 20px 24px}.store-purchase-content h2{font-size:30px}.store-purchase-eyebrow{margin-bottom:20px!important}.store-dialog-plans{grid-template-columns:1fr}.store-purchase-footer{align-items:stretch;flex-direction:column}.store-purchase-actions{display:grid;grid-template-columns:1fr 1fr}.store-purchase-actions button{padding-inline:10px}.store-dialog-status{text-align:left}.store-purchase-close{width:37px;height:37px;right:11px;top:11px}}
@media(max-width:590px){.store-purchase-actions button:only-child{width:100%;grid-column:1/-1}}
@media(max-width:590px){.store-payment-methods{grid-template-columns:1fr}.store-payment-methods button{grid-template-columns:auto 1fr;align-items:center}.store-pix-layout{grid-template-columns:105px 1fr;gap:11px}.store-pix-qr{width:105px;height:105px;padding:7px;border-radius:12px}.store-pix-summary{padding:13px}.store-pix-summary strong{font-size:12px}.store-pix-summary b{margin-top:10px;font-size:17px}.store-pix-code textarea{font-size:7px}.store-pix-payment{justify-content:flex-start}.store-purchase-panel.payment-active .store-purchase-visual{height:150px}}
@media(max-width:1050px){.store-creator-hero{grid-template-columns:1fr;gap:40px}.store-creator-copy{text-align:center}.store-creator-copy>p:not(.store-kicker){margin-inline:auto}.store-creator-copy .store-hero-actions,.store-creator-tags{justify-content:center}.store-creator-manifesto{width:min(720px,100%);margin:auto}.store-creator-benefit-grid{grid-template-columns:repeat(2,1fr)}.store-creator-application{grid-template-columns:1fr}.store-creator-application-copy{position:relative;top:0}.store-creator-application-copy>p:not(.store-kicker){max-width:750px}}
@media(max-width:820px){.store-faq-grid{grid-template-columns:1fr}.store-creator-process ol{grid-template-columns:1fr}.store-creator-benefits .store-section-heading>p{max-width:none}.store-creator-application{padding-top:75px}}
@media(max-width:590px){.store-faq details>div{padding-left:20px}.store-faq summary{grid-template-columns:31px 1fr 23px;padding:15px}.store-faq summary>span{width:31px;height:31px}.store-faq-actions{width:100%}.store-faq-actions a{width:100%}.store-creator-hero{padding-block:60px}.store-creator-copy h1{font-size:43px}.store-creator-manifesto{min-height:0;padding:30px 24px}.store-creator-manifesto h2{font-size:31px}.store-creator-benefit-grid{grid-template-columns:1fr}.store-creator-benefit-grid article{min-height:205px}.store-form-grid{grid-template-columns:1fr}.store-form-wide{grid-column:1}.store-creator-form{padding:27px 20px}.store-creator-result{padding:28px 20px}.store-creator-result-actions{display:grid;grid-template-columns:1fr}.store-creator-platforms{margin-top:22px}}
@media(prefers-reduced-motion:reduce){body:not(.checkout-force-motion) *,body:not(.checkout-force-motion) *:before,body:not(.checkout-force-motion) *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Painel de compra: dimensoes seguras e layout responsivo */
.store-dialog{width:min(1080px,calc(100vw - 32px));max-width:none;height:min(650px,calc(100vh - 32px));height:min(650px,calc(100dvh - 32px));max-height:none;margin:auto;box-sizing:border-box;overflow:hidden}
.store-purchase-panel{width:100%;height:100%;min-width:0;min-height:0;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}
.store-purchase-panel>*{min-width:0;min-height:0}
.store-purchase-content{height:100%;max-height:none;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}
.store-purchase-content::-webkit-scrollbar{width:0;height:0;display:none}
.store-purchase-close{left:auto;right:16px;top:16px;display:grid;place-items:center;padding:0;appearance:none}

@media(max-width:900px){
  .store-dialog{width:min(680px,calc(100vw - 24px));height:min(820px,calc(100vh - 24px));height:min(820px,calc(100dvh - 24px));overflow:hidden}
  .store-purchase-panel{display:grid;grid-template-columns:1fr;grid-template-rows:minmax(230px,38%) minmax(0,1fr)}
  .store-purchase-visual{width:100%;height:auto;border-right:0;border-bottom:1px solid #2e9edc38}
  .store-purchase-content{height:100%;max-height:none;padding:34px 30px 28px;overflow-y:auto}
  .store-purchase-visual img{object-position:center 34%}
}

@media(max-width:590px){
  .store-dialog{width:calc(100vw - 16px);height:calc(100vh - 16px);height:calc(100dvh - 16px);border-radius:16px}
  .store-purchase-panel{grid-template-rows:235px minmax(0,1fr)}
  .store-purchase-content{padding:28px 18px 24px}
  .store-purchase-close{width:36px;height:36px;right:10px;top:10px;font-size:20px}
  .store-purchase-content h2{font-size:30px}
  .store-purchase-eyebrow{margin-bottom:20px!important}
  .store-dialog-plans{grid-template-columns:1fr}
  .store-purchase-footer{align-items:stretch;flex-direction:column}
  .store-purchase-actions{display:grid;grid-template-columns:1fr 1fr}
  .store-purchase-actions button{min-width:0;padding-inline:8px}
  .store-dialog-status{text-align:left}
}

/* Rodape publico completo */
.store-footer{margin-top:110px;background:radial-gradient(circle at 8% 0,#10265a24,transparent 34%),#010207ed;box-shadow:0 -35px 100px #0004}
.store-footer>.store-shell{min-height:0;padding:68px 0 27px;display:grid;grid-template-columns:minmax(300px,1.15fr) minmax(500px,1fr);align-items:start;gap:58px 80px}
.store-footer-brand{max-width:455px}
.store-footer-logo{width:max-content;display:block}
.store-footer-logo img{width:184px;height:96px;display:block;object-fit:contain;filter:drop-shadow(0 0 14px #3572ff2b)}
.store-footer-brand>p{max-width:430px;margin:21px 0 0;color:#a0acc1;font-size:10px;line-height:1.7}
.store-footer-badges{margin-top:23px;display:flex;flex-wrap:wrap;gap:8px}
.store-footer-badges span{min-height:26px;padding:0 10px;display:inline-flex;align-items:center;gap:7px;border:1px solid #5278ed38;border-radius:7px;background:#0a1738b3;color:#9db1ed}
.store-footer-badges span:first-child{border-color:#36d68245;background:#07302099;color:#7af0af}
.store-footer-badges span:last-child{border-color:#e4b62545;background:#33270099;color:#f0d26f}
.store-footer-badges i{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 10px currentColor}
.store-footer-badges b{font-size:7px;letter-spacing:.02em}
.store-footer-columns{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:38px}
.store-footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.store-footer-column strong{margin-bottom:7px;color:#f2f5ff;font-size:10px}
.store-footer-column a{color:#8ea0bd;text-decoration:none;font-size:9px;line-height:1.35;transition:color .2s,translate .2s}
.store-footer-column a:hover{color:#fff;translate:3px 0}
.store-footer-bottom{grid-column:1/-1;padding-top:25px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #ffffff0d}
.store-footer-bottom small{grid-column:auto;padding:0;border:0;color:#60708e;font:500 8px DM Mono}
.store-footer-status{display:inline-flex;align-items:center;gap:8px;color:#70eda7;font-size:8px}
.store-footer-status i{width:7px;height:7px;border-radius:50%;background:#35d987;box-shadow:0 0 13px #35d987}
.store-footer-status b{font-weight:700}

@media(max-width:1050px){.store-footer>.store-shell{grid-template-columns:minmax(260px,.9fr) minmax(440px,1.1fr);gap:50px}.store-footer-columns{gap:25px}}
@media(max-width:820px){.store-footer>.store-shell{grid-template-columns:1fr;padding:52px 0 26px;gap:42px}.store-footer-brand{max-width:560px}.store-footer-columns{grid-column:1;grid-template-columns:repeat(3,1fr)}.store-footer-bottom{grid-column:1}}
@media(max-width:590px){.store-footer{margin-top:78px}.store-footer>.store-shell{padding-top:42px}.store-footer-columns{grid-template-columns:repeat(2,1fr);gap:34px 25px}.store-footer-column:last-child{grid-column:1/-1}.store-footer-bottom{align-items:flex-start;flex-direction:column}.store-footer-logo img{width:154px;height:84px}}
@media(max-width:390px){.store-footer-columns{grid-template-columns:1fr}.store-footer-column:last-child{grid-column:auto}}

/* Contraste reforcado para textos auxiliares */
:root{--store-muted:#9aa6bc}
.store-nav a{color:#98a4b9}
.store-language button{color:#8390a8}
.store-member>button{color:#9aa6bc}
.store-hero-notes span{color:#9ba7ba}
.store-strip p{color:#8290aa}
.store-strip div>div{color:#a2b0ca}
.store-product-card small{color:#aab7ce}
.store-product-card p{color:#98a5bb}
.store-catalog-grid .store-product-card small{color:#bcc7da}
.store-catalog-grid .store-product-card p{color:#aeb8ca}
.store-card-price span{color:#8997b0}
.store-bundle-copy>small{color:#94a4bf}
.store-bundle-items span{color:#9fb2ec}
.store-principles p,.store-terms-content p,.store-terms-content li,.store-faq details p{color:#9aa6ba}
.store-terms-alert{color:#9eabc0}
.store-footer-brand>p{color:#acb7ca}
.store-footer-column a{color:#9baac3}
.store-footer-bottom small{color:#8292ae}
.store-form-note,.store-form-consent{color:#8795ad}
.store-dialog-status{color:#76e0ff!important}

/* Beneficios abaixo do hero */
.store-benefit-strip>.store-shell{min-height:118px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.store-benefit-item{min-width:0;padding:25px 22px;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:12px;border-right:1px solid #ffffff0d}
.store-benefit-item:last-child{border-right:0}
.store-benefit-item>b{width:30px;height:30px;display:grid;place-items:center;border:1px solid #5278ed4a;border-radius:8px;background:#17347738;color:#8ba5ff;font:500 8px DM Mono;box-shadow:inset 0 0 16px #315bd91c}
.store-benefit-item strong,.store-benefit-item span{display:block}
.store-benefit-item strong{color:#e9edfa;font-size:10px;line-height:1.35}
.store-benefit-item span{margin-top:5px;color:#929fb5;font-size:8px;line-height:1.55}
@media(max-width:760px){.store-benefit-strip>.store-shell{grid-template-columns:1fr;padding-block:8px}.store-benefit-item{padding:18px 7px;border-right:0;border-bottom:1px solid #ffffff0d}.store-benefit-item:last-child{border-bottom:0}}

/* Leitura da pagina de termos */
.store-terms-layout{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:34px}
.store-terms-nav{padding:21px;background:#040812ee}
.store-terms-nav small{margin-bottom:15px;color:#8695af;font-size:9px}
.store-terms-nav a{padding:10px 11px;color:#9ca8bc;font-size:10px;line-height:1.4}
.store-terms-content{padding:48px 52px;background:radial-gradient(circle at 100% 0,#173b9e20,transparent 35%),linear-gradient(145deg,#070b14,#020409)}
.store-terms-updated{margin-bottom:25px;padding:15px 17px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #5278ed3d;border-radius:12px;background:#0a173863}
.store-terms-updated span small,.store-terms-updated span time{display:block}
.store-terms-updated small{margin-bottom:5px;color:#7f90b1;font:500 8px DM Mono;letter-spacing:.12em}
.store-terms-updated time{color:#d9e1f6;font-size:11px;font-weight:750}
.store-terms-updated>b{padding:7px 9px;border:1px solid #5278ed42;border-radius:8px;background:#17347742;color:#9eb2f3;font:500 8px DM Mono;white-space:nowrap}
.store-terms-alert{margin-bottom:24px;padding:17px 18px;font-size:11px;line-height:1.75}
.store-terms-content section{padding:23px 0 31px;scroll-margin-top:105px}
.store-terms-content h2{margin-bottom:15px;font-size:23px;line-height:1.28;letter-spacing:-.025em}
.store-terms-content p,.store-terms-content li{max-width:860px;color:#aeb8ca;font-size:12px;line-height:1.9}
@media(max-width:820px){.store-terms-layout{grid-template-columns:1fr;gap:24px}.store-terms-nav{position:relative;top:0}.store-terms-content{padding:39px 34px}}
@media(max-width:590px){.store-terms-content{padding:27px 20px}.store-terms-updated{align-items:flex-start;flex-direction:column}.store-terms-content h2{font-size:20px}.store-terms-content p,.store-terms-content li{font-size:11px;line-height:1.85}}

/* Numeracao automatica do FAQ */
.store-faq-grid{counter-reset:faq-item}
.store-faq details{counter-increment:faq-item}
.store-faq summary>span{font-size:0}
.store-faq summary>span:after{content:counter(faq-item,decimal-leading-zero);font:500 8px DM Mono}

/* Trilho animado dos cards do hero */
.store-showcase .showcase-card{left:50%;right:auto;top:50%;bottom:auto}
.store-showcase .showcase-main{transform:translate(-62%,-54%) rotateY(-7deg) rotateX(1deg)}
.store-showcase .showcase-mid{transform:translate(0,-53%) rotateY(-14deg) rotateZ(3deg)}
.store-showcase .showcase-back{transform:translate(-139%,-17%) rotateY(13deg) rotateZ(-5deg)}
@media(max-width:820px){.store-showcase .showcase-main{transform:translate(-76%,-54%) rotateY(-7deg) rotateX(1deg)}.store-showcase .showcase-mid{transform:translate(31%,-53%) rotateY(-14deg) rotateZ(3deg)}.store-showcase .showcase-back{transform:translate(-174%,-3.5%) rotateY(13deg) rotateZ(-5deg)}}
@media(max-width:590px){.store-showcase .showcase-main{transform:translate(-43%,-53%) rotateY(-7deg) rotateX(1deg)}.store-showcase .showcase-mid{transform:translate(-15%,-55%) rotateY(-14deg) rotateZ(3deg)}.store-showcase .showcase-back{transform:translate(-99%,-13%) rotateY(13deg) rotateZ(-5deg)}}
.store-showcase .showcase-main:after{z-index:1;background:linear-gradient(112deg,transparent 14%,#a9bbff1f 43%,transparent 68%),repeating-linear-gradient(135deg,#a9bbff0a 0 1px,transparent 1px 10px),radial-gradient(circle at 1px 1px,#c3d0ff18 1px,transparent 1.4px);background-size:210% 100%,auto,18px 18px;background-position:100% 0,0 0,0 0;mix-blend-mode:screen;opacity:.24;transition:opacity .4s ease,background-position .75s ease}
.store-showcase .showcase-main img{transition:transform .5s cubic-bezier(.2,.72,.2,1),filter .45s ease}
@media(hover:hover) and (pointer:fine){.store-showcase .showcase-main:hover{transform:translate(-62%,-57%) rotateY(-4deg) rotateX(0) scale(1.035);border-color:#91a8ff8a;box-shadow:0 52px 120px #000f,0 0 58px #416eff55}.store-showcase .showcase-main:hover:after{opacity:.46;background-position:0 0,0 0,9px 9px}.store-showcase .showcase-main:hover img{transform:scale(1.018);filter:saturate(1.08) brightness(1.04)}}
@media(hover:hover) and (pointer:fine) and (max-width:820px){.store-showcase .showcase-main:hover{transform:translate(-76%,-57%) rotateY(-4deg) rotateX(0) scale(1.03)}}
@media(hover:hover) and (pointer:fine) and (max-width:590px){.store-showcase .showcase-main:hover{transform:translate(-43%,-56%) rotateY(-4deg) rotateX(0) scale(1.025)}}
@media(prefers-reduced-motion:reduce){.store-showcase .showcase-card{transition:width 1.05s cubic-bezier(.2,.72,.2,1),height 1.05s cubic-bezier(.2,.72,.2,1),transform 1.05s cubic-bezier(.2,.72,.2,1),opacity .8s ease,filter .8s ease,box-shadow .8s ease!important}}

/* Avaliacoes reais da comunidade */
.store-feedbacks{padding:8px 0 82px}
.store-feedback-heading{margin-bottom:27px;display:flex;align-items:end;justify-content:space-between;gap:30px}
.store-feedback-heading h2{margin:6px 0 0;font-size:clamp(32px,4vw,48px);letter-spacing:-.048em}
.store-feedback-heading>p{max-width:350px;margin:0;color:#9aa8bf;font-size:10px;line-height:1.7;text-align:right}
.store-feedback-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}
.store-feedback-card{min-height:260px;padding:23px;display:flex;flex-direction:column;border:1px solid #7994ff24;border-radius:18px;background:radial-gradient(circle at 100% 0,#173b9e24,transparent 42%),linear-gradient(145deg,#070b14,#020409);box-shadow:0 20px 60px #0008;transition:transform .25s,border-color .25s,box-shadow .25s}
.store-feedback-card:hover{transform:translateY(-4px);border-color:#6f8fff5c;box-shadow:0 28px 70px #000a,0 0 35px #315bd916}
.store-feedback-featured{grid-column:span 2;min-height:300px;padding:30px;background:radial-gradient(circle at 100% 0,#315bd94c,transparent 44%),linear-gradient(145deg,#0a1122,#020409)}
.store-feedback-top{display:flex;align-items:center;justify-content:space-between;gap:15px}
.store-feedback-top span{padding:7px 9px;border:1px solid #6f8fff55;border-radius:8px;background:#10255b66;color:#8ba5ff;font:500 8px DM Mono;letter-spacing:.1em}
.store-feedback-top time{color:#75839e;font:500 8px DM Mono;letter-spacing:.08em}
.store-feedback-card blockquote{margin:29px 0 30px;color:#dce4f5;font-size:15px;font-weight:600;line-height:1.7;letter-spacing:-.012em}
.store-feedback-featured blockquote{max-width:850px;margin-block:34px;font-size:clamp(19px,2.1vw,27px);line-height:1.55;letter-spacing:-.025em}
.store-feedback-card footer{margin-top:auto;display:flex;align-items:center;gap:11px}
.store-feedback-card footer>span{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #6f8fff52;border-radius:11px;background:linear-gradient(145deg,#17347799,#08132c);color:#dbe4ff;font:700 11px DM Mono;box-shadow:inset 0 0 20px #315bd921}
.store-feedback-card footer strong,.store-feedback-card footer small{display:block}
.store-feedback-card footer strong{color:#f5f7ff;font-size:10px}
.store-feedback-card footer small{margin-top:4px;color:#8f9db5;font-size:8px;line-height:1.4}
.store-feedback-note{margin-top:18px;padding:17px 18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;border:1px solid #5278ed2e;border-radius:13px;background:#06102a80}
.store-feedback-note>span{width:29px;height:29px;display:grid;place-items:center;border:1px solid #5278ed43;border-radius:8px;color:#89a3ff}
.store-feedback-note p{margin:0;color:#96a4bc;font-size:9px;line-height:1.65}
.store-feedback-note .store-primary{white-space:nowrap}
@media(max-width:960px){.store-feedback-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-feedback-featured{grid-column:1/-1}.store-feedback-note{grid-template-columns:auto minmax(0,1fr)}.store-feedback-note .store-primary{grid-column:1/-1;justify-self:start}}
@media(max-width:620px){.store-feedback-heading{align-items:flex-start;flex-direction:column}.store-feedback-heading>p{text-align:left}.store-feedback-grid{grid-template-columns:1fr}.store-feedback-featured{grid-column:auto;min-height:280px;padding:25px}.store-feedback-card{min-height:235px;padding:21px}.store-feedback-card blockquote{font-size:14px}.store-feedback-featured blockquote{font-size:19px}.store-feedback-note{grid-template-columns:1fr}.store-feedback-note>span{display:none}.store-feedback-note .store-primary{width:100%}}

/* Botao flutuante para voltar ao topo */
.store-back-top{position:fixed;right:27px;bottom:27px;z-index:70;width:46px;height:46px;display:grid;place-items:center;border:1px solid #7290ff5c;border-radius:14px;background:linear-gradient(145deg,#173477e8,#07122ce8);color:#e9efff;box-shadow:0 16px 42px #000b,0 0 28px #315bd92e,inset 0 1px 0 #ffffff18;backdrop-filter:blur(14px);opacity:0;pointer-events:none;transform:translateY(16px) scale(.9);transition:opacity .25s ease,transform .3s cubic-bezier(.2,.72,.2,1),border-color .25s ease,box-shadow .25s ease,background .25s ease}
.store-back-top:before{content:'\2191';font-size:19px;font-weight:650;line-height:1;transform:translateY(-1px);transition:transform .25s ease}
.store-back-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}
.store-back-top:hover{border-color:#91a8ffb3;background:linear-gradient(145deg,#2751c8f2,#0b1a3bf2);box-shadow:0 18px 48px #000c,0 0 34px #416eff58,inset 0 1px 0 #ffffff20;transform:translateY(-3px) scale(1.03)}
.store-back-top:hover:before{transform:translateY(-4px)}
.store-back-top:active{transform:translateY(-1px) scale(.96)}
.store-back-top:focus-visible{outline:2px solid #9db1ff;outline-offset:3px}
@media(max-width:590px){.store-back-top{right:15px;bottom:17px;width:42px;height:42px;border-radius:12px}}
.store-payment-return{position:fixed;z-index:95;right:25px;top:95px;width:min(390px,calc(100vw - 30px));padding:15px 46px 15px 15px;display:grid;grid-template-columns:13px 1fr;gap:11px;align-items:center;border:1px solid #6c8dff52;border-radius:14px;background:linear-gradient(145deg,#0a1730f5,#030711f5);box-shadow:0 22px 65px #000d,0 0 35px #315bd925;backdrop-filter:blur(18px);opacity:0;transform:translateX(24px);transition:opacity .3s,transform .4s cubic-bezier(.2,.72,.2,1)}
.store-payment-return.is-visible{opacity:1;transform:none}.store-payment-return>i{width:10px;height:10px;border:2px solid #73a0ff;border-right-color:transparent;border-radius:50%;animation:store-pix-spin .8s linear infinite}.store-payment-return strong,.store-payment-return span{display:block}.store-payment-return strong{color:#f3f7ff;font-size:10px}.store-payment-return span{margin-top:4px;color:#92a1b9;font-size:8px;line-height:1.5}.store-payment-return>button{position:absolute;right:10px;top:10px;width:28px;height:28px;border:1px solid #7693ff38;border-radius:8px;background:#0a1428;color:#aebbd1;cursor:pointer}.store-payment-return.is-paid{border-color:#47e4a84a}.store-payment-return.is-paid>i{border:0;background:#56e5a9;box-shadow:0 0 15px #56e5a9;animation:none}.store-payment-return.is-canceled{border-color:#ffbd5f45}.store-payment-return.is-canceled>i{border:0;background:#ffbd5f;animation:none}
@media(max-width:590px){.store-payment-return{right:15px;top:78px}}

/* Acabamento final de movimento e profundidade */
.store-cursor-glow{width:380px;height:380px;position:fixed;z-index:0;left:0;top:0;border-radius:50%;pointer-events:none;background:radial-gradient(circle,#4c76ef22 0,#315bd914 30%,transparent 69%);filter:blur(7px);mix-blend-mode:screen;opacity:0;transform:translate3d(-500px,-500px,0);transition:opacity .35s ease;will-change:transform}
.store-cursor-glow.is-active{opacity:1}

.store-motion-ready .store-motion-item{opacity:0;translate:0 26px;scale:.985;filter:blur(5px);transition:opacity .72s cubic-bezier(.2,.72,.2,1) var(--motion-delay,0ms),translate .72s cubic-bezier(.2,.72,.2,1) var(--motion-delay,0ms),scale .72s cubic-bezier(.2,.72,.2,1) var(--motion-delay,0ms),filter .62s ease var(--motion-delay,0ms),transform .25s ease,border-color .3s ease,box-shadow .3s ease,background .3s ease}
.store-motion-ready .store-motion-left{translate:-30px 0}
.store-motion-ready .store-motion-right{translate:30px 0}
.store-motion-ready .store-motion-scale{translate:0 12px;scale:.96}
.store-motion-ready .store-motion-item.in-view{opacity:1;translate:0;scale:1;filter:none}

.store-page:not(.store-ready) .store-hero-copy>*,.store-page:not(.store-ready) .store-page-hero>div>*{opacity:0;translate:0 18px;filter:blur(4px)}
.store-ready .store-hero-copy>*,.store-ready .store-page-hero>div>*{animation:store-enter-rise .62s cubic-bezier(.2,.72,.2,1) both}
.store-ready .store-hero-copy>*:nth-child(1),.store-ready .store-page-hero>div>*:nth-child(1){animation-delay:.26s}
.store-ready .store-hero-copy>*:nth-child(2),.store-ready .store-page-hero>div>*:nth-child(2){animation-delay:.36s}
.store-ready .store-hero-copy>*:nth-child(3),.store-ready .store-page-hero>div>*:nth-child(3){animation-delay:.47s}
.store-ready .store-hero-copy>*:nth-child(4){animation-delay:.57s}
.store-ready .store-hero-copy>*:nth-child(5){animation-delay:.67s}
@keyframes store-enter-rise{from{opacity:0;translate:0 20px;filter:blur(4px)}to{opacity:1;translate:0;filter:none}}

.store-product-card:after{content:"";position:absolute;z-index:3;inset:0;pointer-events:none;background:radial-gradient(circle 175px at var(--card-light-x,50%) var(--card-light-y,35%),#7392ff28,transparent 72%);mix-blend-mode:screen;opacity:0;transition:opacity .32s ease}
.store-product-card:hover:after{opacity:1}
.store-benefit-item{transition:transform .3s ease,background .3s ease,box-shadow .3s ease}
.store-benefit-item:hover{transform:translateY(-4px);background:linear-gradient(145deg,#10265b48,#0509142e);box-shadow:inset 0 0 35px #315bd914}
.store-benefit-item:hover>b{border-color:#7898ff8c;color:#d9e2ff;box-shadow:0 0 22px #315bd936,inset 0 0 16px #315bd92b}
.store-faq details{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.store-faq details:hover{transform:translateY(-2px);border-color:#6790ff54;box-shadow:0 18px 48px #0007,0 0 25px #315bd912}

.store-secondary,.store-login,.store-member>a,.store-product-card a,.store-product-card button,.store-bundle-bottom a,.store-bundle-bottom button,.store-form-submit{position:relative;overflow:hidden;isolation:isolate}
.store-secondary:after,.store-login:after,.store-member>a:after,.store-product-card a:after,.store-product-card button:after,.store-bundle-bottom a:after,.store-bundle-bottom button:after,.store-form-submit:after{content:"";position:absolute;inset:-2px;pointer-events:none;background:linear-gradient(105deg,transparent 25%,#ffffff30 48%,transparent 71%);transform:translateX(-135%);transition:transform .72s ease}
.store-secondary:hover:after,.store-login:hover:after,.store-member>a:hover:after,.store-product-card a:hover:after,.store-product-card button:hover:after,.store-bundle-bottom a:hover:after,.store-bundle-bottom button:hover:after,.store-form-submit:hover:after{transform:translateX(135%)}

.store-system-card,.store-review-preview,.store-final,.store-creator-manifesto,.store-creator-form{background-size:125% 125%;animation:store-panel-breathe 12s ease-in-out infinite alternate}
@keyframes store-panel-breathe{from{background-position:0 50%}to{background-position:11% 44%}}

@media(max-width:820px){.store-cursor-glow{display:none}.store-motion-ready .store-motion-left,.store-motion-ready .store-motion-right{translate:0 22px}}
@media(prefers-reduced-motion:reduce){.store-motion-ready .store-motion-item{transition-duration:.62s!important}.store-ready .store-brand,.store-ready .store-nav,.store-ready .store-tools,.store-ready .store-hero-copy,.store-ready .store-page-hero>div,.store-ready .store-showcase,.store-ready .store-page-hero>span,.store-ready .store-hero-copy>*,.store-ready .store-page-hero>div>*{animation-duration:.62s!important;animation-iteration-count:1!important}.store-ambient:before{animation-duration:13s!important;animation-iteration-count:infinite!important}.store-ambient:after{animation-duration:17s!important;animation-iteration-count:infinite!important}.store-ambient i:first-child{animation-duration:11s!important;animation-iteration-count:infinite!important}.store-ambient i:nth-child(2){animation-duration:14s!important;animation-iteration-count:infinite!important}.store-header:after{animation-duration:7s!important;animation-iteration-count:infinite!important}.store-hero h1 em,.store-creator-copy h1 em{animation-duration:7s!important;animation-iteration-count:infinite!important}.showcase-glow{animation-duration:5s!important;animation-iteration-count:infinite!important}.store-system-card,.store-review-preview,.store-final,.store-creator-manifesto,.store-creator-form{animation-duration:12s!important;animation-iteration-count:infinite!important}}
