: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}}
