:root{--orange:#ff7b16;--orange-dark:#e86608;--ink:#102d3b;--muted:#627783;--line:#dbe5e9;--bg:#f6f8f9;--panel:#fff;--green:#13875b;--red:#c94141;--shadow:0 14px 40px rgba(21,48,61,.1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}button,input,select,textarea{font:inherit}button{cursor:pointer}.boot{min-height:100vh;display:grid;place-content:center;gap:14px;text-align:center}.spinner{width:34px;height:34px;border:3px solid #e7eef1;border-top-color:var(--orange);border-radius:50%;animation:spin .7s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}.shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.topbar-inner{max-width:1220px;margin:auto;height:74px;padding:0 22px;display:flex;align-items:center;gap:20px}.logo{width:138px;height:auto}.search{flex:1;max-width:520px;position:relative}.search input{width:100%;height:44px;border:1px solid var(--line);border-radius:14px;padding:0 16px 0 42px;background:#f8fafb;outline:none}.search:before{content:"⌕";position:absolute;left:16px;top:9px;font-size:22px;color:#738894}.pill,.btn{border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);font-weight:750;padding:11px 16px}.btn.primary{background:var(--orange);border-color:var(--orange);color:#fff}.btn.primary:hover{background:var(--orange-dark)}.container{max-width:1220px;margin:auto;padding:28px 22px 70px}.hero{background:linear-gradient(125deg,#163b4b,#285e6d);color:#fff;border-radius:28px;padding:36px;display:grid;grid-template-columns:1.4fr .8fr;gap:24px;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:320px;height:320px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-60px;top:-80px}.hero h1{font-size:clamp(30px,5vw,54px);line-height:1.02;margin:8px 0 14px;letter-spacing:-.04em}.hero p{max-width:650px;color:#dce9ed;font-size:18px;line-height:1.55}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:850;font-size:11px;color:#ffb072}.hero-stat{align-self:end;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:20px}.hero-stat b{display:block;font-size:34px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:34px 0 16px}.section-head h2{font-size:27px;margin:0;letter-spacing:-.03em}.section-head p{margin:5px 0 0;color:var(--muted)}.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.store-card{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.18s ease}.store-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.store-cover{height:122px;background:linear-gradient(130deg,#ecf2f4,#dce7eb);background-size:cover;background-position:center}.store-body{padding:16px;display:grid;grid-template-columns:52px 1fr;gap:12px}.store-logo{width:52px;height:52px;border-radius:14px;background:#fff4eb;display:grid;place-items:center;font-weight:900;color:var(--orange);overflow:hidden}.store-logo img{width:100%;height:100%;object-fit:cover}.store-name{font-size:17px;font-weight:850;margin-bottom:5px}.meta{color:var(--muted);font-size:13px}.status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800}.status:before{content:"";width:8px;height:8px;border-radius:50%;background:#a7b4bb}.status.open{color:var(--green)}.status.open:before{background:var(--green)}.empty{padding:45px;text-align:center;background:#fff;border:1px dashed #cfdadd;border-radius:20px;color:var(--muted)}
.store-hero{background:#fff;border-bottom:1px solid var(--line)}.store-cover-large{height:230px;background:linear-gradient(130deg,#dfe9ec,#cbdde2);background-size:cover;background-position:center}.store-info{max-width:1180px;margin:-52px auto 0;padding:0 22px 24px;position:relative;display:flex;align-items:end;gap:18px}.store-avatar{width:104px;height:104px;border-radius:24px;background:#fff4eb;border:5px solid #fff;box-shadow:0 8px 22px rgba(20,45,56,.12);display:grid;place-items:center;font-size:32px;font-weight:900;color:var(--orange);overflow:hidden}.store-avatar img{width:100%;height:100%;object-fit:cover}.store-title{flex:1;padding-bottom:5px}.store-title h1{font-size:31px;margin:0 0 5px;letter-spacing:-.04em}.store-actions{display:flex;gap:9px;flex-wrap:wrap}.preview-banner,.closed-banner{max-width:1180px;margin:18px auto 0;padding:13px 18px;border-radius:14px;font-weight:700}.preview-banner{background:#fff4e8;border:1px solid #ffd2af;color:#8d4b16}.closed-banner{background:#f4f7f8;border:1px solid #d9e2e6;color:#526b77}.store-layout{max-width:1180px;margin:auto;padding:26px 22px 90px;display:grid;grid-template-columns:1fr 340px;gap:24px}.catalog{min-width:0}.categories{position:sticky;top:74px;z-index:10;background:var(--bg);padding:5px 0 14px;display:flex;gap:8px;overflow:auto}.category-chip{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-weight:750;color:#49616d}.category-chip.active{background:#fff0e5;border-color:#ffc99f;color:#c65c0b}.category-title{font-size:22px;margin:25px 0 12px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;display:grid;grid-template-columns:1fr 100px;gap:12px;min-height:142px;text-align:left}.product-card:hover{box-shadow:0 8px 25px rgba(20,45,56,.07);border-color:#cbd8dd}.product-card[disabled]{opacity:.58;cursor:not-allowed}.product-card h3{font-size:16px;margin:2px 0 7px}.product-card p{font-size:13px;line-height:1.4;color:var(--muted);margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-img{width:100px;height:100px;border-radius:14px;background:#f0f4f5;object-fit:cover}.price{font-weight:900}.old-price{text-decoration:line-through;color:#8b9aa1;font-size:12px;margin-left:6px}.badges{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:7px}.badge{font-size:10px;font-weight:850;padding:4px 7px;border-radius:999px;background:#edf4f6;color:#45616d}.badge.promo{background:#fff0e5;color:#c45e10}.badge.new{background:#e8f7ef;color:#18744f}.badge.featured{background:#fff7d9;color:#826700}.cart{position:sticky;top:98px;background:#fff;border:1px solid var(--line);border-radius:20px;min-height:240px;max-height:calc(100vh - 125px);display:flex;flex-direction:column;overflow:hidden}.cart-head{padding:17px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.cart-items{padding:10px 16px;overflow:auto;flex:1}.cart-empty{text-align:center;padding:38px 10px;color:var(--muted)}.cart-line{padding:12px 0;border-bottom:1px solid #edf1f3}.cart-line-top{display:flex;justify-content:space-between;gap:8px;font-weight:800}.cart-line small{display:block;color:var(--muted);margin-top:5px;line-height:1.35}.qty{display:flex;align-items:center;gap:7px;margin-top:8px}.qty button{width:28px;height:28px;border-radius:9px;border:1px solid var(--line);background:#fff}.cart-foot{padding:15px 17px;border-top:1px solid var(--line)}.totals{display:grid;gap:7px;font-size:14px;margin-bottom:13px}.total-row{display:flex;justify-content:space-between}.total-row.final{font-size:17px;font-weight:900}.cart-foot .btn{width:100%}.modal-backdrop{position:fixed;inset:0;background:rgba(10,27,35,.58);z-index:50;display:grid;place-items:center;padding:20px}.modal{background:#fff;border-radius:22px;width:min(680px,100%);max-height:min(88vh,850px);overflow:auto;box-shadow:0 30px 80px rgba(0,0,0,.22)}.modal-head{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 20px;display:flex;justify-content:space-between;z-index:2}.modal-head h2{margin:0;font-size:20px}.close{width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:10px}.modal-body{padding:20px}.detail-top{display:grid;grid-template-columns:150px 1fr;gap:18px}.detail-img{width:150px;height:150px;border-radius:18px;object-fit:cover;background:#edf2f4}.option-section{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.option-section h3{font-size:15px;margin:0 0 4px}.option-section>p{margin:0 0 11px;font-size:12px;color:var(--muted)}.option-row{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #e6ecef;border-radius:12px;margin:7px 0}.option-row img{width:42px;height:42px;border-radius:10px;object-fit:cover;background:#f0f3f4}.option-row span:nth-child(2){flex:1}.modal-actions{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--line);padding:14px 20px;display:flex;gap:10px;align-items:center}.modal-actions .btn.primary{flex:1}.field{display:grid;gap:6px}.field label{font-size:12px;font-weight:800;color:#385260}.field input,.field select,.field textarea{height:46px;border:1px solid #cad7dc;border-radius:12px;padding:0 13px;outline:none}.field textarea{height:88px;padding:12px;resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.span2{grid-column:1/-1}.checkout-summary{background:#f6f8f9;border-radius:14px;padding:13px;margin-bottom:16px}.toast{position:fixed;right:20px;bottom:20px;background:#173948;color:#fff;padding:13px 17px;border-radius:12px;z-index:90;box-shadow:var(--shadow);max-width:360px}.toast.error{background:#a63838}.success-page{max-width:620px;margin:70px auto;text-align:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:40px}.success-icon{width:72px;height:72px;background:#e8f7ef;color:var(--green);border-radius:50%;display:grid;place-items:center;font-size:30px;margin:auto}.tracking{display:grid;gap:10px;margin:25px 0;text-align:left}.track-step{padding:14px;border:1px solid var(--line);border-radius:13px;color:#7a8d96}.track-step.done{border-color:#bfe4d2;background:#f0fbf5;color:#176a4a;font-weight:800}.footer{border-top:1px solid var(--line);background:#fff;padding:28px 22px;color:#6b7f89;font-size:12px;text-align:center}
@media(max-width:900px){.hero{grid-template-columns:1fr}.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-layout{grid-template-columns:1fr}.cart{position:fixed;left:12px;right:12px;bottom:12px;top:auto;max-height:72vh;z-index:30;box-shadow:0 20px 70px rgba(0,0,0,.18);display:none}.cart.open{display:flex}.mobile-cart{display:block!important}.store-actions .mobile-cart{display:inline-flex!important}.product-grid{grid-template-columns:1fr}}@media(max-width:620px){.topbar-inner{padding:0 14px}.logo{width:120px}.topbar .search{display:none}.container{padding:20px 14px 60px}.hero{border-radius:20px;padding:25px}.store-grid{grid-template-columns:1fr}.store-cover-large{height:170px}.store-info{padding:0 14px 20px;margin-top:-40px;align-items:end}.store-avatar{width:82px;height:82px;border-radius:19px}.store-title h1{font-size:24px}.store-layout{padding:18px 14px 80px}.product-card{grid-template-columns:1fr 88px}.product-img{width:88px;height:88px}.detail-top{grid-template-columns:90px 1fr}.detail-img{width:90px;height:90px}.form-grid{grid-template-columns:1fr}.span2{grid-column:auto}.modal-backdrop{padding:8px}.modal{border-radius:18px}.footer{padding-bottom:90px}}
.mobile-cart{display:none}

/* v0.5.4 — checkout, compra direta e recompensas */
.product-modal-actions{justify-content:space-between;align-items:center}.purchase-actions{display:flex;gap:9px;flex:1;justify-content:flex-end}.purchase-actions .btn.primary{flex:0 1 300px}.checkout-hint{display:block;margin-top:8px;color:var(--muted);line-height:1.35}.preview-checkout-note{margin:0 0 14px;padding:11px 13px;border-radius:12px;background:#fff4e8;border:1px solid #ffd2af;color:#8d4b16;font-size:12px;font-weight:750}.field small{color:var(--muted);font-size:11px}.reward-box{margin:20px 0;padding:17px;border:1px solid #cbe8d9;border-radius:16px;background:#f3fbf7;text-align:left}.reward-box h3{margin:0 0 12px;font-size:16px;color:#176a4a}.reward-row{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid #dceddf}.reward-campaign{display:grid;gap:5px;padding:10px 0}.reward-campaign span{font-size:12px;color:#4d6b5d;word-break:break-word}
@media(max-width:620px){.product-modal-actions{align-items:stretch;flex-direction:column}.product-modal-actions>.qty{align-self:flex-start}.purchase-actions{width:100%;flex-direction:column}.purchase-actions .btn,.purchase-actions .btn.primary{width:100%;flex:auto}.success-page .btn{margin:6px 0!important;display:block!important}}

/* v0.5.4 — nitidez tipográfica da loja pública */
html,body{font-family:"Segoe UI Variable Text","Segoe UI Variable","Segoe UI",Tahoma,Arial,sans-serif;font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0F2A37}
body{font-size:14.5px}
button,input,select,textarea{font-family:inherit}
.store-title h1,.hero h1,.section-head h2{font-weight:790;letter-spacing:-.035em}
.product-card h3,.store-name{font-weight:760;color:#102D39}
.meta,.product-card p{color:#586F7A}
.btn{font-weight:720}

/* v0.6.0 — área do cliente e refinamento visual */
.top-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.account-link{height:40px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#173948;text-decoration:none;font-weight:780}.account-link:hover{border-color:#ffb77f;color:#c65c0b}
.customer-page{max-width:1120px}.customer-intro{padding:36px 0 22px}.customer-intro h1,.customer-head h1{font-size:34px;letter-spacing:-.04em;margin:7px 0 8px}.customer-intro p,.customer-head p{color:var(--muted);font-size:15px}.customer-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:900px}.account-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;display:grid;gap:14px;box-shadow:0 8px 30px rgba(20,45,56,.05)}.account-card h2{margin:0;font-size:25px}.remember{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:650;color:#49616d}.remember input{accent-color:var(--orange)}
.customer-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:30px 0 20px}.customer-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.customer-metrics>div{background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px;display:grid;gap:4px}.customer-metrics span{font-size:12px;color:var(--muted);font-weight:720}.customer-metrics b{font-size:25px;letter-spacing:-.03em}.customer-tabs{display:flex;gap:7px;border-bottom:1px solid var(--line);margin:22px 0 18px;overflow:auto}.customer-tabs button{border:0;background:transparent;padding:12px 15px;font-weight:760;color:#607681;border-bottom:2px solid transparent;white-space:nowrap}.customer-tabs button.active{color:var(--orange);border-color:var(--orange)}.account-section{min-height:300px}.customer-order-list{display:grid;gap:10px}.customer-order{background:#fff;border:1px solid var(--line);border-radius:17px;padding:15px;display:grid;grid-template-columns:52px minmax(0,1fr) auto auto;gap:13px;align-items:center}.customer-order-logo{width:52px;height:52px;border-radius:13px;background:#fff2e8;color:var(--orange);display:grid;place-items:center;font-weight:900;overflow:hidden}.customer-order-logo img{width:100%;height:100%;object-fit:cover}.customer-order>div:nth-child(2){display:grid;gap:3px}.customer-order span,.customer-order small{color:var(--muted);font-size:12px}.customer-order-actions{display:flex!important;gap:7px!important}.customer-order-actions .btn{font-size:12px;padding:9px 11px}.order-status{font-weight:800!important;color:#345967!important;background:#eef4f6;padding:6px 9px;border-radius:999px}.wallet-hero{background:linear-gradient(135deg,#173f4e,#285e6d);color:#fff;border-radius:22px;padding:25px;display:grid;gap:5px}.wallet-hero span{opacity:.8}.wallet-hero b{font-size:36px}.wallet-hero p{opacity:.75;margin:0}.wallet-stores{display:grid;gap:10px;margin-top:14px}.wallet-store,.address-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:12px}.wallet-store>div{display:flex;align-items:center;gap:9px}.wallet-store img{width:38px;height:38px;border-radius:10px;object-fit:cover}.wallet-store small{color:var(--muted)}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.promo-account-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px;display:grid;gap:7px}.promo-account-card>span{font-size:11px;font-weight:820;color:var(--orange);text-transform:uppercase;letter-spacing:.08em}.promo-account-card strong{font-size:17px}.promo-account-card p{margin:0;color:var(--muted);font-size:13px}.address-list{display:grid;gap:10px}.address-card p{margin:5px 0 0;color:var(--muted)}
body{font-size:14.5px;color:#102c38}.topbar,.product-card,.cart,.modal,.success-page{border-color:#cedadd}.product-card h3,.category-title,.store-title h1{color:#0f2b37;font-weight:790}.product-card p,.meta{color:#526b76}.field input,.field select,.field textarea{border-color:#bdccd3;color:#173947}.track-step{font-weight:620}.track-step.done{font-weight:820}
@media(max-width:820px){.customer-auth-grid{grid-template-columns:1fr}.customer-order{grid-template-columns:48px 1fr}.customer-order>.order-status,.customer-order-actions{grid-column:2}.promo-grid{grid-template-columns:1fr 1fr}.customer-metrics{grid-template-columns:1fr}.top-actions .pill{display:none}}
@media(max-width:560px){.promo-grid{grid-template-columns:1fr}.customer-head{align-items:flex-start;flex-direction:column}.customer-order-actions{flex-direction:column}.top-actions{gap:5px}.account-link{padding:0 9px;font-size:12px}}
.cashback-use{display:flex;align-items:center;gap:11px;border:1px solid #bfe1d0;background:#f1fbf6;border-radius:13px;padding:12px 13px;color:#175f44}.cashback-use input{width:18px;height:18px;accent-color:#178357}.cashback-use span{display:grid;gap:2px}.cashback-use small{color:#507668}


/* v0.6.2 — área do cliente refinada e acompanhamento ao vivo */
:root{--ink:#102C3A;--muted:#5D7480;--line:#D6E2E6;--bg:#F4F7F8;font-family:"Segoe UI Variable Text","Segoe UI Variable","Segoe UI",Tahoma,Arial,sans-serif;text-rendering:optimizeLegibility;font-synthesis:none}body{font-size:14.5px}.customer-guest{max-width:1180px}.customer-auth-shell{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(430px,1.1fr);background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;min-height:610px;box-shadow:0 18px 55px rgba(17,47,60,.08);margin:12px auto}.customer-auth-visual{padding:46px;background:linear-gradient(145deg,#153847,#235567 68%,#2E6A79);color:#fff;display:flex;flex-direction:column;justify-content:center}.customer-auth-visual .eyebrow{color:#FFBE8C}.customer-auth-visual h1{font-size:42px;line-height:1.03;letter-spacing:-.045em;margin:14px 0 16px;max-width:460px}.customer-auth-visual>p{color:#D2E2E7;line-height:1.65;font-size:15px;max-width:470px}.customer-auth-benefits{display:grid;gap:10px;margin-top:28px}.customer-auth-benefits>div{display:flex;align-items:center;gap:12px;padding:12px 13px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.07);border-radius:14px}.customer-auth-benefits>b{}.customer-auth-benefits>div>b{width:38px;height:38px;border-radius:11px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-size:13px}.customer-auth-benefits span{display:grid;gap:2px}.customer-auth-benefits small{color:#BCD0D7}.customer-auth-panel{padding:40px 46px;display:flex;flex-direction:column;justify-content:center}.customer-auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#F1F5F6;border-radius:12px;padding:4px;margin-bottom:22px}.customer-auth-tabs button{border:0;background:transparent;border-radius:9px;padding:10px;font-weight:800;color:#637884}.customer-auth-tabs button.active{background:#fff;color:#123442;box-shadow:0 3px 10px rgba(20,48,60,.08)}.account-form{display:none!important;box-shadow:none!important;border:0!important;padding:0!important;border-radius:0!important}.account-form.active{display:grid!important}.account-form>div:first-child{margin-bottom:6px}.account-form>div:first-child p{margin:5px 0 0;color:var(--muted)}.password-control{position:relative}.password-control input{padding-right:48px}.password-eye{position:absolute;right:5px;top:5px;width:36px;height:36px;border:0;background:#F2F6F7;border-radius:9px;opacity:.65}.password-eye.active{opacity:1;background:#FFF0E5}
.customer-account-shell{display:grid;grid-template-columns:245px minmax(0,1fr);gap:20px;align-items:start}.customer-account-sidebar{position:sticky;top:94px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:0 8px 26px rgba(17,47,60,.05)}.customer-profile-card{display:flex;align-items:center;gap:10px;padding:8px 6px 16px;border-bottom:1px solid #E7ECEF}.customer-avatar{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#FF7B16,#FFA968);color:#fff;display:grid;place-items:center;font-weight:900}.customer-profile-card>div:last-child{display:grid;min-width:0}.customer-profile-card strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-profile-card span{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-account-nav{display:grid;gap:5px;padding:13px 0}.customer-account-nav button{border:0;background:transparent;border-radius:11px;padding:11px 10px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;text-align:left;color:#4D6571;font-weight:760}.customer-account-nav button.active{background:#FFF0E5;color:#C75A08}.customer-account-nav button>span:first-child{width:26px;text-align:center;font-weight:900}.customer-account-nav b{font-size:10px;background:#EDF3F5;color:#607580;border-radius:999px;padding:4px 6px;max-width:75px;overflow:hidden;text-overflow:ellipsis}.customer-logout{width:100%;border:1px solid var(--line);background:#fff;border-radius:11px;padding:10px;color:#617681;font-weight:750}.customer-account-main{min-width:0}.customer-head{padding:12px 0 18px}.customer-head h1{font-size:32px}.customer-metrics{grid-template-columns:repeat(4,1fr);margin-bottom:22px}.customer-metrics>div{min-height:105px;border-color:var(--line);padding:16px}.customer-metrics b{font-size:23px;color:#102F3D}.customer-metrics small{color:var(--muted);font-size:11px}.account-section{min-height:360px}.customer-order{grid-template-columns:54px minmax(0,1fr) auto;position:relative;padding:16px 17px}.customer-order-main{display:grid!important;gap:4px!important}.customer-order-title{display:flex!important;align-items:center;gap:8px!important;flex-wrap:wrap}.customer-order-title>span{padding:3px 7px;background:#F1F5F6;border-radius:999px;color:#5C737E!important;font-size:10px!important}.customer-order-actions{grid-column:2/4;justify-content:flex-end}.customer-order.is-active{border-left:3px solid var(--orange)}.order-status{align-self:start}.status-delivered,.status-completed{background:#EAF8F1!important;color:#176D4C!important}.status-cancelled{background:#FCEDEC!important;color:#A53D38!important}.status-new,.status-preparing,.status-confirmed{background:#FFF1E6!important;color:#B9570E!important}.status-ready{background:#EAF7F1!important;color:#1A7655!important}.status-out_for_delivery{background:#EAF3FA!important;color:#2F668A!important}.customer-empty{display:grid;gap:8px;place-items:center}.customer-empty .btn{margin-top:5px;text-decoration:none}.wallet-hero{box-shadow:0 14px 32px rgba(18,56,71,.14)}
.tracking-page{max-width:900px}.success-page{max-width:660px;padding:0;overflow:hidden}.tracking-card{padding:34px 40px 38px;position:relative}.tracking-live{position:absolute;right:24px;top:22px;display:flex;align-items:center;gap:6px;color:#55766A;background:#EFF9F4;border:1px solid #CDE8DA;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:750}.tracking-live span{width:7px;height:7px;border-radius:50%;background:#18A66B;box-shadow:0 0 0 4px rgba(24,166,107,.11)}.tracking-store{display:block;color:var(--muted);font-weight:760;margin:12px 0 3px}.tracking-card h1{margin:4px 0 4px;font-size:32px}.tracking-card h2{margin:0 0 18px}.tracking{gap:8px}.track-step{display:flex;align-items:center;gap:12px;padding:13px 15px}.track-step>span{width:28px;height:28px;border-radius:50%;border:1px solid #D5E0E4;display:grid;place-items:center;flex:none}.track-step>div{display:grid;text-align:left}.track-step b{font-size:14px}.track-step small{font-size:10px;color:#4F7866}.track-step.done>span{background:#E6F7EF;border-color:#B9E4D0}.track-step.current{border-color:#75CBA5;box-shadow:0 0 0 3px rgba(31,151,101,.08)}.tracking-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:22px}.tracking-actions a{text-decoration:none}.tracking-auto-note{display:block;text-align:center;color:var(--muted);margin-top:12px}
@media(max-width:900px){.customer-auth-shell{grid-template-columns:1fr}.customer-auth-visual{padding:32px}.customer-auth-visual h1{font-size:34px}.customer-account-shell{grid-template-columns:1fr}.customer-account-sidebar{position:static}.customer-account-nav{grid-template-columns:repeat(4,1fr)}.customer-account-nav button{grid-template-columns:1fr;text-align:center;gap:4px}.customer-account-nav b{justify-self:center}.customer-logout{margin-top:4px}.customer-metrics{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.customer-auth-panel{padding:28px 20px}.customer-auth-visual{padding:26px 22px}.customer-auth-benefits{display:none}.customer-auth-shell{min-height:0}.customer-account-nav{grid-template-columns:1fr 1fr}.customer-metrics{grid-template-columns:1fr}.customer-order{grid-template-columns:46px 1fr}.customer-order>.order-status{grid-column:2}.customer-order-actions{grid-column:2;justify-content:stretch}.customer-order-actions .btn{flex:1}.tracking-card{padding:70px 18px 28px}.tracking-live{right:16px;top:18px}}


/* v0.6.8 — pagamento Pix online */
.pix-payment-box{margin:20px 0;background:#f7fbf9;border:1px solid #c6e5d6;border-radius:19px;padding:20px;display:grid;gap:12px;text-align:center}.pix-payment-box .eyebrow{color:#178357;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.pix-payment-box h3{margin:0;font-size:22px;color:#123b31}.pix-payment-box p{margin:0;color:#58746a;line-height:1.5}.pix-qr{width:min(260px,78vw);aspect-ratio:1;object-fit:contain;background:#fff;border:1px solid #d9e6e0;border-radius:15px;padding:10px;margin:2px auto}.pix-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.pix-copy input{min-width:0;height:44px;border:1px solid #c6d7d0;border-radius:11px;background:#fff;padding:0 12px;color:#25463d;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px}.pix-payment-box>a.btn{justify-self:center;text-decoration:none}.pix-payment-box small{color:#668078}.payment-confirmed{margin:16px 0;padding:12px 14px;border:1px solid #bee4d1;background:#ecf9f2;border-radius:13px;color:#176d4d;font-weight:820;text-align:center}.checkout-summary{font-weight:700;color:#244450}.preview-checkout-note{background:#fff5eb;border:1px solid #fed5b4;color:#9a4b0e;border-radius:11px;padding:10px 12px;font-size:12px;margin-top:8px}
@media(max-width:560px){.pix-copy{grid-template-columns:1fr}.pix-copy .btn{width:100%}}

/* v0.9.1 · Pedido por QR Code da mesa */
.table-order-hero{max-width:1180px;margin:18px auto 4px;padding:20px 22px;border:1px solid #cfe6da;background:linear-gradient(135deg,#f3fbf7,#fff);border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.table-order-hero .eyebrow{color:#0b8a60;font-weight:800;font-size:11px;letter-spacing:.12em}.table-order-hero h1{margin:5px 0 4px;font-size:30px}.table-order-hero p{margin:0;color:#657985}.table-order-status{text-align:right}.table-order-status b,.table-order-status span{display:block}.table-order-status b{color:#143844}.table-order-status span{margin-top:5px;color:#0d8a61;font-weight:800}.table-checkout-modal{width:min(620px,94vw)}.table-checkout-summary{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:12px;background:#f4f8f9;margin-bottom:16px}.table-checkout-summary strong{font-size:20px}.table-order-mode-note{border:1px solid #cfe6da;background:#f4fbf8;border-radius:12px;padding:12px 14px}.table-order-mode-note b,.table-order-mode-note span{display:block}.table-order-mode-note span{margin-top:4px;font-size:12px;color:#607780}.table-order-success{text-align:center}.table-order-success .success-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:6px auto 12px;background:#e9f8f1;color:#0a8a60;font-size:28px;font-weight:900}.table-order-success h2{margin:7px 0}.table-order-success>div>strong{font-size:24px}.table-order-success .btn{margin-top:16px;width:100%}
@media(max-width:700px){.table-order-hero{margin:10px 12px 0;align-items:flex-start;flex-direction:column;padding:16px}.table-order-status{text-align:left}.table-order-shell .store-layout{padding-top:12px}}

/* v0.12.0 · nitidez e máscaras */
html{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
:root{--muted:#596F7A;--line:#D5E0E4}
body{font-size:14.5px}
.field label{color:#304E5A;font-size:12.5px;font-weight:800}.field small{color:#5D737D;line-height:1.45}
.field input,.field select,.field textarea{border-color:#C7D5DA;color:#153844;font-weight:520;background:#fff}.field input::placeholder,.field textarea::placeholder{color:#83949B;opacity:1}
.money-input{font-variant-numeric:tabular-nums;font-weight:750!important;letter-spacing:.01em}

/* v0.12.0 · rastreamento ao vivo do entregador */
.tracking-page{max-width:980px}.success-page{max-width:780px}.delivery-live-map{margin:18px 0 6px;border:1px solid #CFE3DC;border-radius:18px;overflow:hidden;background:#F8FCFA;text-align:left}.delivery-live-map.stale{border-color:#E8D4A8;background:#FFFDF8}.delivery-live-map.waiting{border-style:dashed}.delivery-live-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 18px;background:#F1FAF6}.delivery-live-map.stale .delivery-live-head{background:#FFF8EA}.delivery-live-head .eyebrow{display:block;color:#4B7564;font-size:9px;font-weight:900;letter-spacing:.08em}.delivery-live-head h3{margin:4px 0 3px;color:#173E31;font-size:17px}.delivery-live-head p{margin:0;color:#5F786E;font-size:11px;line-height:1.45}.delivery-live-dot{width:11px;height:11px;border-radius:50%;background:#18A66B;box-shadow:0 0 0 6px rgba(24,166,107,.12);margin:7px 4px 0 0;flex:0 0 auto}.delivery-live-map.stale .delivery-live-dot{background:#C28A27;box-shadow:0 0 0 6px rgba(194,138,39,.12)}.delivery-live-frame{height:340px;background:#E8EFF0;border-top:1px solid #D8E7E1;border-bottom:1px solid #D8E7E1}.delivery-live-frame>.dd-tile-map{width:100%;height:100%}.delivery-live-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 16px}.delivery-live-footer>span{color:#61776F;font-size:10px;line-height:1.45}.delivery-live-footer .btn{flex:0 0 auto;text-decoration:none}.delivery-live-wait{min-height:190px;display:grid;place-items:center;align-content:center;gap:8px;padding:26px;text-align:center;color:#557067}.delivery-live-wait .spinner{width:30px;height:30px}.delivery-live-wait b{color:#294D40;font-size:13px}.delivery-live-wait small{max-width:420px;color:#71867E;font-size:10px;line-height:1.45}
@media(max-width:600px){.success-page{max-width:100%}.delivery-live-head{padding:14px}.delivery-live-head h3{font-size:16px}.delivery-live-frame{height:300px}.delivery-live-footer{align-items:stretch;flex-direction:column}.delivery-live-footer .btn{width:100%;justify-content:center}.tracking-card{padding-left:14px;padding-right:14px}}

/* v0.12.3 · mapa por tiles, sem iframe */
.dd-tile-map{position:relative;overflow:hidden;width:100%;height:100%;background:#DCE8EA}.dd-map-tile{position:absolute;width:256px!important;height:256px!important;max-width:none!important;user-select:none;pointer-events:none}.dd-map-pin{position:absolute;left:50%;top:50%;width:25px;height:25px;border-radius:50% 50% 50% 0;background:#FF7B16;border:4px solid #fff;transform:translate(-50%,-96%) rotate(-45deg);box-shadow:0 3px 10px rgba(16,43,55,.32);z-index:5}.dd-map-pin i{position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;left:5px;top:5px}.dd-map-attribution{position:absolute;right:5px;bottom:4px;z-index:6;background:rgba(255,255,255,.9);border-radius:4px;padding:2px 5px;color:#38515A;font-size:8px;text-decoration:none}.dd-map-unavailable{height:100%;display:grid;place-items:center;color:#607780;font-size:12px}


/* v0.13.1 · destino, distância e previsão aproximada */
.delivery-location-capture{grid-column:1/-1;margin-top:12px;padding:14px;border:1px solid #cfe3dc;border-radius:14px;background:#f5fbf8;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 14px;align-items:center}.delivery-location-capture b{display:block;color:#173e31;font-size:13px}.delivery-location-capture b span{font-size:10px;color:#6b8078;font-weight:700}.delivery-location-capture small{display:block;margin-top:4px;color:#607770;line-height:1.45}.delivery-location-capture p{grid-column:1/-1;margin:0;font-size:11px;color:#6c8179}.delivery-location-capture p.success{color:#0b7c57;font-weight:800}.delivery-location-capture p.error{color:#a44b3c}.delivery-live-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 16px;background:#fff;border-top:1px solid #e1ece8}.delivery-live-metrics>div{padding:10px 12px;border:1px solid #d8e7e1;border-radius:12px;background:#f9fcfb}.delivery-live-metrics span{display:block;color:#667e75;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.delivery-live-metrics strong{display:block;margin-top:3px;color:#173e31;font-size:17px}.delivery-live-metrics small{grid-column:1/-1;color:#7a8d86;font-size:9px}.dd-map-pin.courier{background:#ff7b16}.dd-map-pin.destination{background:#17a66b}.dd-map-connector{position:absolute;height:3px;background:repeating-linear-gradient(90deg,rgba(25,90,72,.65) 0 8px,transparent 8px 14px);transform-origin:0 50%;z-index:4;pointer-events:none}.dd-map-legend{position:absolute;z-index:7;top:10px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 2px 8px rgba(20,50,60,.14);font-size:9px;font-weight:850;color:#315047}.dd-map-legend.courier-label{left:10px}.dd-map-legend.destination-label{left:78px}.dd-map-legend.courier-label:before,.dd-map-legend.destination-label:before{content:'';display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:5px}.dd-map-legend.courier-label:before{background:#ff7b16}.dd-map-legend.destination-label:before{background:#17a66b}
@media(max-width:600px){.delivery-location-capture{grid-template-columns:1fr}.delivery-location-capture .btn{width:100%}.delivery-live-metrics{grid-template-columns:1fr 1fr;padding:10px}.delivery-live-metrics strong{font-size:15px}}

/* v0.13.1 · confirmação precisa do destino */
.delivery-location-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end}.delivery-location-actions .btn:disabled{opacity:.45;cursor:not-allowed}.delivery-location-picker-backdrop{position:fixed;inset:0;background:rgba(12,31,38,.58);z-index:1200;display:grid;place-items:center;padding:18px}.delivery-location-picker{width:min(720px,100%);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 24px 70px rgba(12,31,38,.24)}.delivery-location-picker header{display:flex;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #dfe9e5}.delivery-location-picker header small{font-size:9px;font-weight:900;letter-spacing:.09em;color:#578e9e}.delivery-location-picker header h2{margin:4px 0 3px;font-size:21px;color:#14343f}.delivery-location-picker header p{margin:0;font-size:11px;color:#6a7f87}.delivery-location-picker-close{width:36px;height:36px;border:1px solid #d9e4e7;border-radius:10px;background:#fff;font-size:20px;color:#55707a}.delivery-location-picker-map{height:390px;position:relative;overflow:hidden;background:#dce8e8;touch-action:none;user-select:none}.delivery-location-picker-map>img{position:absolute;width:256px;height:256px;max-width:none;pointer-events:none}.delivery-location-picker-map>a{position:absolute;right:6px;bottom:5px;z-index:8;background:rgba(255,255,255,.9);padding:2px 5px;border-radius:4px;font-size:8px;color:#43616b;text-decoration:none}.delivery-location-picker-pin{position:absolute;z-index:10;left:50%;top:50%;width:30px;height:30px;border-radius:50% 50% 50% 0;background:#17a66b;transform:translate(-50%,-100%) rotate(-45deg);box-shadow:0 3px 10px rgba(0,0,0,.28);pointer-events:none}.delivery-location-picker-pin i{position:absolute;width:9px;height:9px;border-radius:50%;background:#fff;left:10px;top:10px}.delivery-location-picker-help{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 18px;background:#f6faf9;border-top:1px solid #e1ece8;border-bottom:1px solid #e1ece8;font-size:10px;color:#667e75}.delivery-location-picker-help>div{display:flex;gap:6px}.delivery-location-picker-help .btn{width:38px;height:34px;padding:0;font-size:19px}.delivery-location-picker footer{display:flex;justify-content:flex-end;gap:9px;padding:14px 18px}.delivery-location-picker footer .btn{min-height:40px}.delivery-location-capture p.error{font-weight:750}.delivery-location-capture p.success{font-weight:850}@media(max-width:600px){.delivery-location-actions{display:grid;grid-template-columns:1fr 1fr}.delivery-location-picker-backdrop{padding:0}.delivery-location-picker{width:100%;height:100%;border-radius:0;display:flex;flex-direction:column}.delivery-location-picker-map{flex:1;min-height:320px}.delivery-location-picker header{padding:16px}.delivery-location-picker footer{padding:12px}.delivery-location-picker footer .btn{flex:1}.delivery-location-picker-help{padding:10px 14px}}

/* v0.14.0 · Avaliações e reputação */
.store-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:4px 0 5px}.rating-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid #D8E6DE;background:#F5FBF7;color:#245C43;border-radius:999px;padding:5px 9px;font-size:11px}.rating-badge b{color:#E36B10}.rating-badge.empty{color:#71848C;background:#F7F9FA;border-color:#E1E8EB}.store-rating-line{font-size:12px;font-weight:850;color:#E36B10;margin-top:3px}.store-rating-line span{font-weight:650;color:#72858D}.store-reviews-section{margin:34px 0 8px;padding-top:28px;border-top:1px solid var(--line)}.store-reviews-loading{padding:22px;border:1px solid var(--line);border-radius:16px;color:var(--muted);background:#fff}.store-reviews-head{display:flex;justify-content:space-between;gap:22px;align-items:flex-start}.store-reviews-head h2{margin:4px 0 5px;font-size:24px}.store-reviews-head p{margin:0;color:var(--muted);max-width:560px}.rating-summary{min-width:145px;text-align:right}.rating-summary strong{display:block;font-size:38px;line-height:1;color:#173744}.rating-summary>span{display:block;color:#FF7B16;font-size:19px;letter-spacing:2px;margin:7px 0 3px}.rating-summary small{color:var(--muted)}.rating-bars{display:grid;gap:6px;max-width:430px;margin:20px 0}.rating-bar{display:grid;grid-template-columns:38px 1fr 28px;align-items:center;gap:8px;font-size:11px;color:#627982}.rating-bar i{height:7px;background:#EAF0F2;border-radius:999px;overflow:hidden}.rating-bar i b{display:block;height:100%;background:#FF7B16;border-radius:inherit}.rating-bar small{text-align:right}.review-public-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.review-public-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.review-public-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-public-top span,.customer-review-stars{color:#FF7B16;letter-spacing:1.5px}.review-public-card>p{margin:12px 0 7px;line-height:1.55;color:#334D58}.review-public-card>small{color:var(--muted)}.muted-review{color:#82939A!important;font-style:italic}.merchant-public-reply{margin-top:13px;padding:12px 13px;background:#F4F8F9;border-left:3px solid #578E9E;border-radius:9px}.merchant-public-reply b{font-size:11px;color:#234B5A}.merchant-public-reply p{margin:4px 0 0!important;font-size:12px;color:#4A626D!important}.customer-review-inline{display:inline-flex!important;gap:6px;align-items:center;margin-top:7px!important;color:#556E78!important}.customer-review-inline b{color:#FF7B16;letter-spacing:1px}.review-pending-box{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:16px;border:1px solid #FFD9BC;background:#FFF8F1;border-radius:16px;margin-bottom:16px}.review-pending-box>div{flex:1;min-width:240px}.review-pending-box b,.review-pending-box span{display:block}.review-pending-box span{font-size:12px;color:#6C7D84;margin-top:4px}.customer-review-list{display:grid;gap:12px}.customer-review-list>article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.customer-review-store{display:flex;align-items:center;gap:10px}.customer-review-store>div:last-child{display:grid;gap:2px}.customer-review-store span{font-size:11px;color:var(--muted)}.customer-review-stars{font-size:18px;margin-top:11px}.customer-review-list>article>p{margin:8px 0 0;line-height:1.5}.customer-account-nav b.attention{background:#FFF0E5;color:#D95D00}.review-modal .review-intro{text-align:center;color:#5C727B;margin:2px 0 10px}.review-star-picker{display:flex;justify-content:center;gap:5px;margin:4px 0 5px}.review-star-picker button{border:0;background:transparent;color:#D7E0E3;font-size:38px;line-height:1;padding:2px;cursor:pointer;transition:.14s}.review-star-picker button.active{color:#FF7B16;transform:translateY(-1px)}.review-rating-label{text-align:center;font-weight:850;color:#264B58;margin-bottom:18px}.review-modal .field label span{font-weight:600;color:var(--muted)}.review-modal textarea{min-height:120px}.review-modal .field small{display:block;margin-top:6px}
@media(max-width:760px){.store-reviews-head{display:grid}.rating-summary{text-align:left}.review-public-grid{grid-template-columns:1fr}.review-star-picker button{font-size:34px}}
.tracking-review-cta{margin:16px 0;padding:14px;border:1px solid #FFD9BC;background:#FFF8F1;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.tracking-review-cta>div{display:flex;align-items:center;gap:10px}.tracking-review-cta>div>span{width:38px;height:38px;border-radius:11px;background:#fff0e5;color:#FF7B16;display:grid;place-items:center;font-size:20px}.tracking-review-cta b,.tracking-review-cta small{display:block}.tracking-review-cta small{margin-top:3px;color:#6d8088}.tracking-review-cta .btn{white-space:nowrap}@media(max-width:600px){.tracking-review-cta{align-items:stretch;flex-direction:column}.tracking-review-cta .btn{width:100%}}

/* v0.14.1 · Painel do Cliente */
.customer-dashboard-home{display:grid;gap:22px}
.customer-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.customer-home-card{border:1px solid #d8e3e8;border-radius:18px;background:#fff;padding:20px;display:flex;flex-direction:column;gap:8px;min-height:210px;box-shadow:0 8px 24px rgba(17,45,58,.035)}
.customer-home-card.primary-home{background:linear-gradient(145deg,#fff7f0,#fff);border-color:#ffd9bd}
.customer-home-card>span{font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:#56707d}
.customer-home-card>strong{font-size:32px;line-height:1;color:#102d3a}
.customer-home-card>p{color:#5d7480;line-height:1.55;flex:1;margin:0}
.customer-home-card .btn{align-self:flex-start}
.customer-home-recent{border:1px solid #d8e3e8;border-radius:18px;background:#fff;padding:20px}
.section-head.compact{margin-bottom:14px}
.customer-home-orders{display:grid;gap:10px}
.customer-home-orders>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 14px;border:1px solid #e1eaee;border-radius:14px;text-decoration:none;color:#102d3a;background:#fbfdfe}
.customer-home-orders>a:hover{border-color:#ffb27b;background:#fff9f4}
.customer-home-orders>a>div:nth-child(2){display:grid;gap:3px}
.customer-home-orders span{font-size:12px;color:#637986}
.customer-profile-panels{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.customer-profile-panel{border:1px solid #d8e3e8;border-radius:18px;background:#fff;padding:22px;display:grid;gap:16px;align-content:start}
.customer-profile-panel h3{margin:0;color:#102d3a;font-size:18px}
.customer-profile-panel>.btn{justify-self:start}
.customer-profile-panel>small{color:#6b808a;line-height:1.5}
.customer-auth-visual .eyebrow{color:#cfe7ef}
.customer-account-nav button[data-customer-tab="home"] span,.customer-account-nav button[data-customer-tab="profile"] span{font-size:18px}
@media(max-width:900px){.customer-home-grid,.customer-profile-panels{grid-template-columns:1fr}.customer-home-card{min-height:auto}.customer-home-orders>a{grid-template-columns:auto 1fr}.customer-home-orders>a>b{grid-column:2}}

/* v0.14.4 · Acesso rápido por WhatsApp */
.customer-auth-panel [hidden],.customer-recovery-modal [hidden]{display:none!important}
#customer-whatsapp-login form,#customer-password-access form{display:grid;gap:14px}
.customer-otp-step{display:grid;gap:14px}.customer-otp-sent{display:grid;gap:3px;padding:12px 14px;border:1px solid #cde8db;background:#f2fbf6;border-radius:13px}.customer-otp-sent b{color:#166b4b}.customer-otp-sent span{font-size:12px;color:#5e786d}.otp-code-input{font-size:25px!important;letter-spacing:.28em!important;text-align:center!important;font-weight:850!important;font-variant-numeric:tabular-nums}.customer-otp-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.link-btn{border:0;background:transparent;color:#326478;font-weight:750;padding:5px 0;text-decoration:underline;text-underline-offset:3px}.link-btn:disabled{opacity:.45;cursor:not-allowed}.customer-auth-security{display:block;color:#6d8189;line-height:1.5;margin-top:2px}.customer-auth-divider{display:flex;align-items:center;gap:10px;color:#86989f;font-size:11px;margin:2px 0}.customer-auth-divider:before,.customer-auth-divider:after{content:"";height:1px;flex:1;background:#e1e8eb}.customer-forgot-password{justify-self:flex-start}.customer-inline-register{margin-top:3px;padding-top:16px;border-top:1px solid #e2e9ec!important}.customer-show-register{width:100%}.customer-recovery-modal .modal-body{display:grid;gap:14px}.customer-recovery-modal form{display:grid;gap:14px}.verified-contact{display:inline-flex!important;align-items:center;gap:3px;color:#16865b!important;font-size:10px!important;font-weight:800!important}.passwordless-note{margin:0;padding:12px 13px;border-radius:12px;background:#f3f8fa;color:#58727e;font-size:12px;line-height:1.5}
@media(max-width:600px){.customer-auth-tabs{grid-template-columns:1fr 1fr}.customer-auth-tabs button{font-size:12px;padding:9px 6px}.customer-otp-actions{align-items:flex-start;flex-direction:column}.otp-code-input{font-size:22px!important}}

/* v0.14.6 — autenticação multicanal e passkeys locais */
.customer-auth-heading{margin-bottom:18px}.customer-auth-heading h2{font-size:30px;line-height:1.05;margin:6px 0 8px;color:#102d3a;letter-spacing:-.035em}.customer-auth-heading p{margin:0;color:#607680;line-height:1.5}
.customer-social-grid{display:grid;grid-template-columns:1fr;gap:9px;margin-bottom:10px}.social-login{width:100%;min-height:48px;border:1px solid #cfdae0;background:#fff;border-radius:12px;padding:9px 14px;display:flex;align-items:center;justify-content:center;gap:11px;color:#102d3a;font:inherit;cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.social-login:hover:not(:disabled){border-color:#9fb3bc;box-shadow:0 6px 18px rgba(16,45,58,.07);transform:translateY(-1px)}.social-login:disabled{opacity:.44;cursor:not-allowed;background:#f6f8f9}.social-login>span{width:26px;height:26px;border:1px solid #d7e1e5;border-radius:8px;display:grid;place-items:center;font-size:15px;font-weight:900;background:#fff}.social-login.apple>span{font-size:18px}.social-login.facebook>span{font-family:Arial,sans-serif;font-size:19px}.social-login b{font-size:14px}
.passkey-login{width:100%;border:1px solid #bfd3da;background:#edf6f7;border-radius:13px;padding:11px 14px;display:flex;align-items:center;gap:12px;text-align:left;color:#133643;cursor:pointer}.passkey-login:hover:not(:disabled){border-color:#86aab5;background:#e7f2f4}.passkey-login:disabled{opacity:.52;cursor:not-allowed}.passkey-icon{width:38px;height:38px;flex:0 0 38px;border-radius:11px;display:grid;place-items:center;background:#fff;border:1px solid #d4e3e7;font-size:21px}.passkey-login>span:last-child{display:grid;gap:2px}.passkey-login b{font-size:14px}.passkey-login small{font-size:11.5px;color:#617781;line-height:1.35;font-weight:500}
.customer-auth-divider{display:flex;align-items:center;gap:12px;margin:14px 0;color:#81929a;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.customer-auth-divider:before,.customer-auth-divider:after{content:"";height:1px;background:#e1e8eb;flex:1}.customer-auth-divider span{white-space:nowrap}.customer-inline-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.customer-inline-register{display:grid;gap:12px}.customer-inline-register[hidden],.customer-otp-step[hidden]{display:none!important}.customer-auth-security{display:block;margin-top:15px;color:#6c8089;line-height:1.45}.customer-auth-security:before{content:"🔒 ";font-size:11px}
.customer-recovery-modal .modal-head p{margin:5px 0 0;color:#627982}.recovery-methods{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}.recovery-methods button{border:1px solid #d3dfe3;background:#fff;border-radius:14px;padding:16px;text-align:left;display:grid;gap:5px;color:#143542;cursor:pointer}.recovery-methods button.active{border-color:#ff7b16;box-shadow:0 0 0 2px rgba(255,123,22,.10)}.recovery-methods button:disabled{opacity:.45;cursor:not-allowed}.recovery-methods small{color:#667c86;line-height:1.4}.customer-recovery-modal form{display:grid;gap:13px}
.access-panel{grid-column:1/-1}.access-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.access-panel-head p,.access-copy{margin:5px 0 0;color:#667b85;line-height:1.5}.passkey-list,.identity-list{display:grid;gap:9px}.passkey-row,.identity-row{display:flex;align-items:center;gap:12px;border:1px solid #dde7ea;background:#f9fbfb;border-radius:13px;padding:12px 13px}.passkey-row>span:first-child,.identity-mark{width:36px;height:36px;flex:0 0 36px;border-radius:10px;background:#fff;border:1px solid #dae4e7;display:grid;place-items:center;font-weight:900}.passkey-row>div,.identity-row>div{min-width:0;display:grid;gap:2px;flex:1}.passkey-row small,.identity-row small{color:#667b85;overflow-wrap:anywhere}.passkey-row .icon-btn{margin-left:auto}.identity-state{font-size:17px;font-weight:900;color:#16815d}.identity-row.connected{border-color:#c6e3d8;background:#f5fbf8}.identity-mark.apple{font-size:18px}.identity-mark.facebook{font-family:Arial,sans-serif;font-size:18px}.verified-contact{font-size:11px;color:#157e5a;margin-left:5px}.passwordless-note{margin:0;color:#667c86;line-height:1.55;background:#f5f8f9;border-radius:12px;padding:12px}
@media(max-width:600px){.customer-auth-heading h2{font-size:26px}.customer-social-grid{gap:8px}.customer-inline-actions{align-items:flex-start;flex-direction:column}.recovery-methods{grid-template-columns:1fr}.access-panel-head{flex-direction:column}.access-panel-head .btn{width:100%}.passkey-row,.identity-row{padding:11px}.customer-auth-security{font-size:11px}}


/* v0.14.7 — Conta Descubra mobile first */
.customer-mobile-head,.customer-mobile-bottom-nav,.customer-home-mobile,.customer-mobile-session{display:none}
@media(max-width:760px){
 body:has(.customer-page:not(.customer-guest)){background:#f7f9fa}
 body:has(.customer-page:not(.customer-guest)) .topbar-inner{height:64px}
 body:has(.customer-page:not(.customer-guest)) .topbar .top-actions{display:none}
 body:has(.customer-page:not(.customer-guest)) .topbar .logo{width:112px}
 .customer-page:not(.customer-guest){padding:14px 14px calc(96px + env(safe-area-inset-bottom));max-width:100%}
 .customer-page:not(.customer-guest)~.footer{display:none}
 .customer-account-shell{display:block!important}
 .customer-account-sidebar,.customer-desktop-head,.customer-metrics,.customer-home-desktop{display:none!important}
 .customer-account-main{min-width:0;width:100%}
 .customer-mobile-head{display:flex;align-items:center;gap:12px;margin:0 0 14px;padding:14px 15px;background:#fff;border:1px solid #d9e3e7;border-radius:18px;box-shadow:0 5px 18px rgba(20,48,60,.035)}
 .customer-mobile-avatar{width:46px;height:46px;flex:0 0 46px;border-radius:14px;background:linear-gradient(135deg,#ff7b16,#ffa968);display:grid;place-items:center;color:#fff;font-weight:900;font-size:15px}
 .customer-mobile-welcome{display:grid;gap:1px;min-width:0;flex:1}
 .customer-mobile-welcome>span{font-size:9px;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:#e46a0c}
 .customer-mobile-welcome>strong{font-size:17px;line-height:1.2;color:#102d3a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .customer-mobile-welcome>small{font-size:11px;color:#6b7f88;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .customer-mobile-profile-button{width:40px;height:40px;flex:0 0 40px;border:1px solid #d8e2e6;background:#f8fafb;border-radius:12px;color:#45636f;font-size:21px;display:grid;place-items:center}
 .account-section{min-height:0}
 .customer-dashboard-home{gap:0}
 .customer-home-mobile{display:grid;gap:14px}
 .customer-mobile-current-order{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;background:linear-gradient(135deg,#173d4c,#245b6b);color:#fff;border-radius:18px;text-decoration:none;box-shadow:0 12px 28px rgba(20,58,72,.13)}
 .customer-mobile-current-order>div{display:grid;gap:3px;min-width:0}
 .customer-mobile-current-order>div>span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#ffbc88;font-weight:900}
 .customer-mobile-current-order strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .customer-mobile-current-order small{color:#d4e3e8;font-size:11px}
 .customer-mobile-current-order>b{font-size:11px;white-space:nowrap;background:rgba(255,255,255,.1);padding:9px 10px;border-radius:11px}
 .customer-mobile-section-title{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:1px 2px 10px}
 .customer-mobile-section-title span{display:block;color:#e46a0c;text-transform:uppercase;letter-spacing:.09em;font-size:9px;font-weight:900}
 .customer-mobile-section-title h3{font-size:18px;line-height:1.15;margin:3px 0 0;letter-spacing:-.02em}
 .customer-mobile-section-title button{border:0;background:transparent;color:#54727d;font-size:11px;font-weight:800;padding:5px}
 .customer-mobile-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
 .customer-mobile-quick-grid>button{position:relative;min-height:126px;border:1px solid #d9e3e7;background:#fff;border-radius:17px;padding:14px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;color:#173744;box-shadow:0 4px 14px rgba(18,48,60,.025)}
 .customer-mobile-quick-grid>button:active{transform:scale(.985);background:#fffaf6}
 .customer-mobile-quick-icon{width:36px;height:36px;border-radius:11px;background:#fff1e6;color:#dc650d;display:grid;place-items:center;font-size:14px;font-weight:900;margin-bottom:5px}
 .customer-mobile-quick-grid strong{font-size:14px;line-height:1.2}
 .customer-mobile-quick-grid small{font-size:10.5px;color:#71848c;line-height:1.3}
 .customer-mobile-quick-grid i{position:absolute;right:10px;top:10px;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:#edf3f5;color:#516a75;font-size:9px;font-style:normal;font-weight:900;display:grid;place-items:center}
 .customer-mobile-quick-grid i.attention{background:#fff0e5;color:#d35e08}
 .customer-mobile-more{display:grid;background:#fff;border:1px solid #d9e3e7;border-radius:17px;overflow:hidden}
 .customer-mobile-more>button{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:11px;padding:13px 14px;border:0;border-bottom:1px solid #e8eef0;background:#fff;text-align:left;color:#173744}
 .customer-mobile-more>button:last-child{border-bottom:0}
 .customer-mobile-more>button>span{width:34px;height:34px;border-radius:10px;background:#f2f6f7;display:grid;place-items:center;color:#58737e;font-weight:900}
 .customer-mobile-more>button>div{display:grid;gap:2px;min-width:0}
 .customer-mobile-more strong{font-size:13px}
 .customer-mobile-more small{font-size:10px;color:#71848c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .customer-mobile-more>button>b{font-size:22px;color:#9aabb2;font-weight:500}
 .customer-mobile-recent{margin-top:2px}
 .customer-mobile-order-list{display:grid;gap:8px}
 .customer-mobile-order-list>a{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;background:#fff;border:1px solid #dce5e8;border-radius:14px;color:#173744;text-decoration:none}
 .customer-mobile-order-list .customer-order-logo{width:42px;height:42px;border-radius:11px}
 .customer-mobile-order-list>a>div:nth-child(2){display:grid;gap:2px;min-width:0}
 .customer-mobile-order-list strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .customer-mobile-order-list span{font-size:9.5px;color:#74868e}
 .customer-mobile-order-list>a>b{font-size:11px;white-space:nowrap}
 .customer-mobile-bottom-nav{display:grid;position:fixed;z-index:35;left:10px;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));grid-template-columns:repeat(4,1fr);padding:6px;background:rgba(255,255,255,.97);border:1px solid #d7e1e5;border-radius:19px;box-shadow:0 14px 40px rgba(18,47,60,.17);backdrop-filter:blur(16px)}
 .customer-mobile-bottom-nav button{position:relative;min-height:54px;border:0;background:transparent;border-radius:14px;color:#6a7d86;display:grid;place-items:center;align-content:center;gap:2px;padding:4px 2px}
 .customer-mobile-bottom-nav button>span{font-size:17px;line-height:1;font-weight:850}
 .customer-mobile-bottom-nav button>b{font-size:9.5px;font-weight:800}
 .customer-mobile-bottom-nav button.active{background:#fff0e5;color:#d5620c}
 .customer-mobile-bottom-nav button>i{position:absolute;top:3px;right:19%;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#173c4b;color:#fff;font-size:8px;font-style:normal;display:grid;place-items:center}
 .customer-account-main>.account-section>.section-head{margin:7px 0 13px;align-items:flex-start}
 .customer-account-main>.account-section>.section-head h2{font-size:21px}
 .customer-account-main>.account-section>.section-head p{font-size:11.5px;line-height:1.45}
 .customer-profile-panels{grid-template-columns:1fr!important;gap:11px}
 .customer-profile-panel{padding:16px;border-radius:16px;gap:13px}
 .customer-mobile-session{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;background:#fff}
 .customer-mobile-session h3{margin:0 0 3px}
 .customer-mobile-session p{margin:0;color:#71848c;font-size:10.5px;line-height:1.4}
 .customer-mobile-session .btn{padding:9px 11px;white-space:nowrap}
 .access-panel-head{align-items:flex-start;flex-direction:column}
 .access-panel-head .btn{width:100%}
 .customer-order{padding:13px;border-radius:15px}
 .customer-order-actions{gap:7px}
 .customer-order-actions .btn{min-height:40px}
 .address-card{align-items:flex-start;gap:10px}
 .address-card .btn{padding:8px 10px}
 .wallet-hero{border-radius:17px}
 .promo-grid{grid-template-columns:1fr!important}
 .section-head{margin-top:18px}
 .toast{left:12px;right:12px;bottom:calc(84px + env(safe-area-inset-bottom));max-width:none;text-align:center}
}
@media(max-width:380px){
 .customer-mobile-quick-grid{gap:8px}
 .customer-mobile-quick-grid>button{min-height:118px;padding:12px}
 .customer-mobile-quick-grid strong{font-size:13px}
 .customer-mobile-bottom-nav{left:6px;right:6px}
}


/* v0.14.8 — ícones vetoriais consistentes da Conta Descubra */
.customer-ui-icon{width:22px;height:22px;display:block;flex:0 0 22px;color:currentColor}
.customer-account-nav .customer-ui-icon{width:19px;height:19px}
.customer-mobile-profile-button .customer-ui-icon{width:24px;height:24px;margin:auto}
.customer-mobile-quick-icon .customer-ui-icon{width:26px;height:26px;margin:auto}
.customer-mobile-bottom-nav .customer-ui-icon{width:22px;height:22px;margin:auto}
.customer-mobile-more>button>span>.customer-ui-icon,.customer-mobile-more>button>span.customer-ui-icon{width:22px;height:22px}

/* v0.14.9 — provedores sociais e vinculação de uma única Conta Descubra */
.customer-social-icon{display:block;width:18px;height:18px;flex:0 0 18px}
.social-login>span .customer-social-icon{width:18px;height:18px}
.social-login.apple>span{color:#111827}
.identity-mark .customer-social-icon{width:20px;height:20px}
.identity-mark.apple{color:#111827}
.identity-row .identity-connect{margin-left:auto;min-height:36px;padding:7px 13px;border-radius:10px;font-size:12px;white-space:nowrap}
.identity-row .identity-connect:disabled{opacity:.45;cursor:not-allowed}
.identity-row.connected .identity-state{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#e5f6ee;color:#16815d;font-size:14px}
@media(max-width:600px){.identity-row{align-items:center}.identity-row .identity-connect{padding:7px 10px}.customer-social-icon{width:19px;height:19px}}
.customer-account-link-hint{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #ffd7b8;background:#fff8f2;border-radius:15px;padding:15px 16px;margin:0 0 18px}.customer-account-link-hint>div{display:grid;gap:3px}.customer-account-link-hint b{color:#9b4c10;font-size:14px}.customer-account-link-hint span{color:#6f7d83;font-size:12px;line-height:1.45}.customer-account-link-hint .btn{white-space:nowrap}
@media(max-width:760px){.customer-account-link-hint{align-items:flex-start;flex-direction:column;margin:0 0 14px;padding:14px}.customer-account-link-hint .btn{width:100%}}

/* v0.15.1 — identidade única com e-mail principal configurável */
.identity-actions{display:flex!important;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto!important}
.identity-row .identity-primary-email{min-height:34px;padding:6px 10px;border-radius:9px;font-size:11px;white-space:nowrap}
@media(max-width:600px){.identity-row{flex-wrap:wrap}.identity-row>div:not(.identity-actions){min-width:160px}.identity-actions{width:100%;justify-content:flex-end;padding-left:48px}.identity-row .identity-primary-email{flex:1;max-width:170px}}

/* v0.15.1 — hierarquia de acesso: passkey local, E-mail/WhatsApp e sociais */
.customer-auth-panel>.passkey-login{margin-bottom:12px}
.customer-auth-panel>.customer-social-grid{margin-top:0;margin-bottom:0}
.customer-auth-panel>.customer-auth-tabs{margin-top:2px}
@media(max-width:600px){.customer-auth-panel>.passkey-login{margin-bottom:10px}}

/* v0.15.2 — código de acesso em 6 campos individuais */
.otp-boxes{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;width:min(100%,360px);margin-top:3px}
.otp-digit{width:100%!important;min-width:0;height:52px!important;padding:0!important;text-align:center!important;font-size:24px!important;font-weight:850!important;font-variant-numeric:tabular-nums;border:1px solid #cfdce1!important;border-radius:12px!important;background:#fff!important;color:#173744!important;outline:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.otp-digit:focus{border-color:#ff7b16!important;box-shadow:0 0 0 3px rgba(255,123,22,.12)!important;transform:translateY(-1px)}
.otp-boxes.complete .otp-digit{border-color:#9fd6bf!important;background:#fbfffd!important}
@media(max-width:600px){.otp-boxes{gap:6px}.otp-digit{height:48px!important;border-radius:10px!important;font-size:22px!important}}
