:root{--primary:#ff4b26;--secondary:#151515;--accent:#d9a441;--bg:#fff7ec;--card:#fff;--muted:#667085;--line:#eee4d4;--radius:20px;--shadow:0 18px 50px rgba(15,23,42,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:#111827;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}svg{width:22px;height:22px;display:block}.app-shell{max-width:1180px;margin:0 auto;padding:18px 18px 96px}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:12px 0;background:rgba(255,247,236,.9);backdrop-filter:blur(18px)}.brand{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none}.brand-mark{width:48px;height:48px;border-radius:16px;background:var(--secondary);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:var(--shadow);overflow:hidden}.brand-mark img{width:100%;height:100%;object-fit:cover}.brand small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.icon-btn{border:0;background:#fff;border-radius:16px;min-width:44px;height:44px;box-shadow:0 10px 30px rgba(15,23,42,.08);position:relative;display:grid;place-items:center;color:var(--secondary)}.icon-btn span{position:absolute;right:-4px;top:-4px;background:var(--primary);color:#fff;border-radius:999px;font-size:11px;padding:2px 6px}.hero{min-height:430px;border-radius:32px;padding:34px;background:radial-gradient(circle at 85% 10%,rgba(255,75,38,.28),transparent 35%),linear-gradient(135deg,var(--secondary),#2c211a);background-size:cover;background-position:center;color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:end;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:auto -120px -180px auto;width:360px;height:360px;border-radius:50%;background:var(--primary);opacity:.18}.pill,.eyebrow{display:inline-flex;align-items:center;border-radius:999px;background:rgba(255,255,255,.14);padding:8px 12px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.eyebrow{background:rgba(255,75,38,.12);color:#9f2b14}.hero h1{font-size:clamp(34px,6vw,68px);line-height:.95;margin:18px 0 14px;max-width:760px}.hero p{max-width:580px;color:rgba(255,255,255,.82);font-size:18px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.btn{border:0;border-radius:16px;padding:14px 18px;font-weight:850;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.18s ease;min-height:48px}.btn:active{transform:scale(.97)}.btn.primary{background:var(--primary);color:#fff}.btn.ghost{background:rgba(255,255,255,.12);color:#fff}.btn.soft{background:#fff;color:#111827;box-shadow:0 10px 28px rgba(15,23,42,.08)}.btn.full{width:100%}.delivery-card{justify-self:end;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:20px;width:min(320px,100%);backdrop-filter:blur(16px);display:grid;gap:8px}.delivery-card .moto svg{width:56px;height:56px;color:var(--primary);animation:floatMoto 2.5s ease-in-out infinite}.delivery-card small{color:rgba(255,255,255,.75)}@keyframes floatMoto{50%{transform:translateX(10px) translateY(-4px)}}.banner-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:18px 0}.mini-banner{border-radius:22px;background:#fff;padding:18px;box-shadow:0 12px 36px rgba(15,23,42,.07);border:1px solid var(--line)}.mini-banner strong{display:block;margin-bottom:6px}.toolbar{display:grid;gap:14px;margin:22px 0}.search{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 14px;min-height:56px}.search svg{color:var(--primary)}.search input{border:0;outline:0;width:100%;background:transparent}.category-list{display:flex;gap:10px;overflow:auto;padding-bottom:4px}.cat-btn{border:1px solid var(--line);background:#fff;border-radius:18px;padding:12px 14px;font-weight:800;white-space:nowrap;transition:.18s;display:flex;align-items:center;gap:8px}.cat-btn svg{width:18px;height:18px;color:var(--primary)}.cat-btn.active{background:var(--secondary);color:#fff;border-color:var(--secondary)}.cat-btn.active svg{color:var(--primary)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:28px 0 14px}.section-head h2{font-size:32px;margin:6px 0 0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:0 12px 34px rgba(15,23,42,.07);display:grid;gap:12px;transition:.2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-photo{height:190px;border-radius:18px;background:linear-gradient(135deg,#fff0e7,#fffaf3);display:grid;place-items:center;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:cover}.product-icon svg{width:68px;height:68px;color:var(--primary)}.product-card h3{margin:0;font-size:18px}.product-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.4}.meta{display:flex;justify-content:space-between;align-items:center;gap:10px}.price{font-size:22px;font-weight:950}.stock{font-size:12px;color:var(--muted)}.drawer{position:fixed;inset:0;z-index:60;background:rgba(15,23,42,.42);opacity:0;pointer-events:none;transition:.2s}.drawer.open{opacity:1;pointer-events:auto}.drawer-panel{margin-left:auto;width:min(440px,100%);height:100%;background:#fff;padding:18px;transform:translateX(100%);transition:.24s ease;overflow:auto}.drawer.open .drawer-panel{transform:none}.drawer header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px 0;border-bottom:1px solid var(--line)}.qty{display:flex;gap:8px;align-items:center}.qty button{width:30px;height:30px;border:0;border-radius:10px;background:#f1f5f9}.checkout{display:grid;gap:10px;margin-top:18px}.checkout input,.checkout textarea,.checkout select,.admin-form input,.admin-form textarea,.admin-form select{border:1px solid var(--line);border-radius:14px;padding:13px 14px;background:#fff;outline:0}.checkout textarea{min-height:74px}.total-line{display:flex;justify-content:space-between;align-items:center;padding:14px 0;font-size:20px}.mobile-nav{position:fixed;left:50%;bottom:12px;transform:translateX(-50%);width:min(620px,calc(100% - 20px));background:rgba(21,21,21,.96);border-radius:24px;padding:8px;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;z-index:50;box-shadow:var(--shadow);backdrop-filter:blur(14px)}.mobile-nav a,.mobile-nav button{border:0;background:transparent;color:#fff;text-decoration:none;display:grid;gap:2px;place-items:center;font-size:18px;padding:8px 4px}.mobile-nav svg{width:20px;height:20px}.mobile-nav span{font-size:10px}.order-modal{position:fixed;inset:0;background:rgba(15,23,42,.58);z-index:80;display:grid;place-items:center;padding:18px}.order-card{background:#fff;border-radius:28px;padding:26px;max-width:520px;width:100%;box-shadow:var(--shadow);position:relative;text-align:center}.close-order{position:absolute;right:14px;top:14px}.success-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;background:var(--accent);color:#fff}.success-icon svg{width:36px;height:36px}.timeline{display:grid;gap:10px;margin-top:20px;text-align:left}.timeline-step{display:flex;gap:10px;align-items:center;padding:10px;border-radius:14px;background:#f8fafc;color:#64748b}.timeline-step.done{background:#ecfdf5;color:#065f46}.timeline-dot{width:12px;height:12px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px rgba(22,163,74,.12)}.delivery-animation{position:fixed;left:-360px;bottom:110px;z-index:90;background:var(--secondary);color:#fff;border-radius:999px;padding:13px 18px;box-shadow:var(--shadow);display:flex;align-items:center;gap:10px;white-space:nowrap}.delivery-animation svg{color:var(--primary)}.delivery-animation.run{animation:ride 4s ease-in-out}@keyframes ride{0%{left:-360px}45%{left:calc(50% - 170px)}70%{left:calc(50% - 170px)}100%{left:110%}}.confetti{position:fixed;top:-20px;width:10px;height:16px;border-radius:3px;z-index:100;animation:fall 1.6s linear forwards}@keyframes fall{to{transform:translateY(110vh) rotate(540deg)}}.admin-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:#f8fafc}.sidebar{background:#111827;color:#fff;padding:22px;display:flex;flex-direction:column;gap:12px}.sidebar a,.sidebar button{color:#fff;text-decoration:none;background:rgba(255,255,255,.08);border:0;border-radius:14px;padding:12px;text-align:left}.admin-main{padding:26px;display:grid;gap:18px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric,.panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 10px 30px rgba(15,23,42,.06)}.metric small{color:var(--muted)}.metric strong{display:block;font-size:28px;margin-top:6px}.kanban{display:grid;grid-template-columns:repeat(6,minmax(190px,1fr));gap:12px;overflow:auto}.lane{background:#f1f5f9;border-radius:18px;padding:10px;min-height:180px}.lane h3{font-size:14px;margin:4px 4px 10px}.order-chip{background:#fff;border-radius:16px;padding:12px;margin-bottom:10px;border:1px solid var(--line)}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-form{display:grid;gap:10px}.table-list{display:grid;gap:8px}.row-card{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:10px}.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#111827,#2a2414);padding:18px}.login-card{background:#fff;border-radius:28px;padding:28px;box-shadow:var(--shadow);max-width:420px;width:100%}
@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:520px;padding:24px}.delivery-card{justify-self:stretch}.banner-strip,.product-grid,.metric-grid,.admin-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.admin-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:10;flex-direction:row;overflow:auto}.admin-main{padding:16px}.kanban{grid-template-columns:repeat(6,82vw)}}@media(max-width:520px){.app-shell{padding:12px 12px 92px}.hero{border-radius:24px}.hero h1{font-size:40px}.product-photo{height:132px}.btn{width:100%}.hero-actions{display:grid}.topbar{padding-top:6px}.brand small{max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
.load-more{grid-column:1/-1;justify-self:center}

/* Premium storefront refresh */
body{background:#f5f6f8;color:#141824}
.app-shell{max-width:1240px}
.topbar{background:rgba(245,246,248,.92);border-bottom:1px solid rgba(20,24,36,.05)}
.brand-mark{border-radius:14px;background:#141824;letter-spacing:-.04em}
.hero{min-height:360px;border-radius:28px;padding:38px;background:radial-gradient(circle at 86% 20%,rgba(229,57,53,.34),transparent 26%),linear-gradient(120deg,rgba(12,13,16,.98),rgba(12,13,16,.76));background-size:cover;background-position:center;box-shadow:0 26px 70px rgba(20,24,36,.18)}
.hero{background-image:linear-gradient(120deg,rgba(12,13,16,.98) 0%,rgba(12,13,16,.78) 46%,rgba(12,13,16,.34) 100%),url('hero-premium.webp')}
.hero:before{display:none}.hero h1{font-size:clamp(38px,5vw,60px);letter-spacing:-.03em;max-width:680px}.hero p{font-size:17px;line-height:1.55;max-width:540px}.pill{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14)}
.delivery-card{align-self:center;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.banner-strip{display:none}
.toolbar{position:sticky;top:73px;z-index:16;background:rgba(245,246,248,.92);backdrop-filter:blur(18px);padding:12px 0 10px;margin:14px 0 4px}
.search{border:0;box-shadow:0 14px 34px rgba(20,24,36,.07);border-radius:18px;min-height:58px}
.category-list{padding:4px 0 8px}.cat-btn{border:0;box-shadow:0 8px 24px rgba(20,24,36,.06);background:#fff;border-radius:999px;padding:11px 15px}.cat-btn.active{background:#141824}.cat-btn svg{color:#e53935}
.section-head{margin:26px 0 16px}.section-head.compact{margin:12px 0 14px}.section-head h2{font-size:clamp(24px,3vw,36px);letter-spacing:-.03em}.eyebrow{background:rgba(229,57,53,.09);color:#9f2623}
.featured-products{margin:18px 0 8px}.featured-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,250px);gap:16px;overflow:auto;padding:2px 2px 14px;scroll-snap-type:x mandatory}.featured-card{scroll-snap-align:start}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{border:0;border-radius:24px;background:#fff;padding:12px;box-shadow:0 14px 38px rgba(20,24,36,.075);gap:10px;min-width:0;position:relative;overflow:hidden}
.product-open{position:absolute;inset:0;border:0;background:transparent;z-index:1}.product-card .add-btn{position:relative;z-index:2}
.product-card:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,24,36,.055);border-radius:24px;pointer-events:none}
.product-card:hover{transform:translateY(-2px);box-shadow:0 20px 54px rgba(20,24,36,.11)}
.product-photo{height:210px;border-radius:20px;background:linear-gradient(180deg,#fbfbfc,#f0f1f3);padding:18px;display:flex;align-items:center;justify-content:center}
.product-photo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(20,24,36,.14))}
.featured-card .product-photo{height:185px}
.product-info{min-height:86px}.product-card h3{font-size:15px;line-height:1.25;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card p{font-size:12px;line-height:1.35;min-height:32px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.meta{align-items:flex-end}.price{font-size:21px;letter-spacing:-.03em;color:#141824}.stock{font-size:11px;text-transform:uppercase;letter-spacing:.04em}
.add-btn{border:0;width:100%;height:46px;border-radius:15px;background:#e53935;color:#fff;font-weight:850;display:flex;align-items:center;justify-content:space-between;padding:0 12px 0 16px;transition:.18s}
.add-btn svg{width:22px;height:22px;border-radius:10px;background:rgba(255,255,255,.18);padding:5px}.add-btn:active{transform:scale(.98)}
.drawer-panel{border-radius:28px 0 0 28px;box-shadow:-22px 0 60px rgba(20,24,36,.18)}.order-card{border-radius:26px}.success-icon{background:#d6a23a}
.drawer-panel{background:#f8fafc}.drawer header{position:sticky;top:0;background:#f8fafc;z-index:3;padding-bottom:12px}.cart-items{background:#fff;border-radius:22px;padding:4px 16px;box-shadow:0 12px 34px rgba(20,24,36,.06)}.cart-item{grid-template-columns:1fr auto;align-items:center;padding:14px 0}.checkout{background:#fff;border-radius:24px;padding:18px;box-shadow:0 12px 34px rgba(20,24,36,.06)}.checkout h3{margin:0 0 8px}.checkout input,.checkout textarea,.checkout select{background:#f8fafc;border:1px solid #e5e7eb}.checkout select[name=fulfillment],.checkout select[name=payment]{font-weight:800}.total-line{border-top:1px solid #e5e7eb;margin-top:6px}.total-line strong{font-size:24px;color:#141824}
.product-modal{position:fixed;inset:0;background:rgba(0,0,0,.58);backdrop-filter:blur(8px);z-index:82;display:grid;place-items:center;padding:18px}.product-modal[hidden]{display:none}.product-sheet{width:min(920px,100%);background:#fff;border-radius:32px;box-shadow:0 30px 100px rgba(0,0,0,.28);display:grid;grid-template-columns:minmax(280px,1fr) minmax(300px,.9fr);gap:0;position:relative;overflow:hidden}.product-close{position:absolute;right:16px;top:16px;z-index:5}.product-sheet-media{min-height:420px;background:linear-gradient(180deg,#f9fafb,#eef0f3);display:grid;place-items:center;padding:38px}.product-sheet-media img{width:100%;height:100%;max-height:420px;object-fit:contain;filter:drop-shadow(0 22px 25px rgba(20,24,36,.16))}.product-sheet-body{padding:42px 34px;display:flex;flex-direction:column;justify-content:center}.product-sheet-body h2{font-size:clamp(30px,4vw,48px);line-height:.98;letter-spacing:-.04em;margin:16px 0 14px}.product-sheet-body p{color:#6b7280;line-height:1.55}.product-sheet-price{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:20px 0 28px}.product-sheet-price strong{font-size:34px;letter-spacing:-.04em}.product-sheet-price span{color:#6b7280;text-transform:uppercase;font-size:12px;font-weight:850;letter-spacing:.06em}.product-sheet-actions{display:grid;grid-template-columns:140px 1fr;gap:12px}.stepper{height:52px;background:#f3f4f6;border-radius:16px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;text-align:center;font-weight:950}.stepper button{border:0;background:transparent;display:grid;place-items:center}.cart-toast{position:fixed;top:18px;left:50%;transform:translate(-50%,-130%);z-index:120;background:#141824;color:#fff;border-radius:18px;box-shadow:0 24px 70px rgba(20,24,36,.28);padding:12px 16px;display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;min-width:min(360px,calc(100% - 28px));opacity:0}.cart-toast svg{grid-row:1/3;color:#e53935}.cart-toast span{color:rgba(255,255,255,.68);font-size:12px}.cart-toast.show{animation:cartToast 2.1s ease forwards}@keyframes cartToast{0%{transform:translate(-50%,-130%);opacity:0}12%,82%{transform:translate(-50%,0);opacity:1}100%{transform:translate(-50%,-130%);opacity:0}}
.floating-cart{position:fixed;left:50%;bottom:92px;transform:translateX(-50%);z-index:55;width:min(520px,calc(100% - 28px));border:0;border-radius:20px;background:#141824;color:#fff;box-shadow:0 22px 58px rgba(20,24,36,.24);padding:13px 16px;display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;text-align:left}.floating-cart[hidden]{display:none}.floating-cart span{color:rgba(255,255,255,.72);font-size:13px}.floating-cart strong{font-size:16px}.floating-cart em{font-style:normal;background:#e53935;border-radius:14px;padding:11px 14px;font-weight:850}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.app-shell{padding:12px 12px 112px}.hero{min-height:390px;padding:24px;background-size:52%;background-position:105% 18%;align-items:end}.hero h1{font-size:36px}.hero p{font-size:15px}.delivery-card{display:none}.toolbar{top:66px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{border-radius:20px;padding:9px}.product-card:after{border-radius:20px}.product-photo{height:150px;border-radius:17px;padding:12px}.product-info{min-height:78px}.product-card h3{font-size:13px}.product-card p{font-size:11px}.price{font-size:17px}.add-btn{height:42px;border-radius:13px}.featured-rail{grid-auto-columns:190px}.featured-card .product-photo{height:145px}.mobile-nav{bottom:10px}.floating-cart{bottom:86px}}
@media(max-width:760px){.checkout .form-row.two,.customer-login-card{grid-template-columns:1fr}.google-customer-btn{width:100%}}

/* V90 final - desktop completo depois de todos os overrides antigos */
@media(min-width:761px){
  .mobile-nav{display:none!important}
  .topbar{height:74px!important;padding:10px 0!important;background:rgba(243,246,251,.86)!important;border-bottom:1px solid rgba(208,213,221,.72)!important}
  .topbar .icon-btn{width:auto!important;min-width:132px!important;padding:0 16px!important;border-radius:18px!important;background:#101828!important;color:#fff!important;box-shadow:0 16px 34px rgba(16,24,40,.18)!important}
  .topbar .icon-btn:after{content:"Carrinho";font-size:13px;font-weight:900;margin-left:8px}
  .premium-hero,.hero{min-height:310px!important;margin-top:14px!important;border-radius:30px!important;padding:32px!important;grid-template-columns:minmax(0,1.08fr) 360px!important;align-items:center!important;box-shadow:0 26px 70px rgba(16,24,40,.18)!important}
  .hero h1{font-size:clamp(38px,4.2vw,54px)!important;line-height:1!important;margin:14px 0 12px!important}

  body{overflow-x:hidden!important}
  .app-shell{max-width:1360px!important;padding:18px 28px 48px!important}
  .toolbar{position:sticky!important;top:74px!important;z-index:18!important;margin:12px 0 16px!important;display:grid!important;grid-template-columns:minmax(340px,420px) minmax(0,1fr) auto!important;gap:14px!important;align-items:start!important;background:rgba(243,246,251,.9)!important;padding:14px 0!important;backdrop-filter:blur(18px)!important}
  .category-list{display:flex!important;flex-wrap:nowrap!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;grid-template-columns:none!important;gap:9px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 9px!important;scroll-snap-type:none!important}
  .cat-btn{height:58px!important;min-width:auto!important;width:auto!important;flex:0 0 auto!important;border-radius:18px!important;flex-direction:row!important;justify-content:center!important;gap:8px!important;padding:0 14px!important;white-space:nowrap!important;text-align:left!important;background:#fff!important;border:1px solid #e4e7ec!important;color:#475467!important;box-shadow:0 10px 24px rgba(16,24,40,.045)!important}
  .cat-btn svg{width:20px!important;height:20px!important;min-width:20px!important}
  .cat-btn span{font-size:13px!important;line-height:1!important;white-space:nowrap!important;display:block!important;font-weight:900!important}
  .cat-btn.active:after{left:14px!important;right:14px!important;bottom:6px!important}
  .favorite-filter{height:58px!important;min-width:128px!important;margin:0!important;align-self:start!important}
  .product-grid{display:grid!important;grid-auto-flow:row!important;grid-auto-columns:unset!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;overflow:visible!important;padding:0!important;scroll-snap-type:none!important}
  .product-grid .product-card{width:auto!important;min-width:0!important;scroll-snap-align:unset!important;display:grid!important;grid-template-rows:170px minmax(96px,auto) auto 48px!important;min-height:374px!important;border:1px solid #e4e7ec!important;border-radius:24px!important;background:#fff!important;box-shadow:0 14px 34px rgba(16,24,40,.07)!important}
  .product-card h3{font-size:17px!important;line-height:1.18!important}
  .product-card p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .product-card .add-btn{width:100%!important;height:46px!important;min-height:46px!important;border-radius:15px!important}
  .product-card .add-btn span{display:inline!important}
  .product-card .add-btn svg{width:18px!important;height:18px!important}
  .product-grid .load-more{grid-column:1/-1!important;width:100%!important}
  .floating-cart{display:none!important}
  .drawer{backdrop-filter:blur(3px)!important;background:rgba(15,23,42,.30)!important}
  .drawer-panel{width:min(760px,100%)!important;padding:22px!important;background:#f8fafc!important;border-left:1px solid #d0d5dd!important}
  .drawer header{position:sticky!important;top:0!important;z-index:5!important}
  .cart-items{max-height:42vh!important;overflow:auto!important}
  .cart-item{grid-template-columns:64px minmax(0,1fr) auto!important}
  .checkout .form-row.two{grid-template-columns:1fr 1fr!important}
  .customer-login-card{grid-template-columns:1fr!important}
  .google-customer-btn{width:100%!important}
  .checkout-steps{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(min-width:901px) and (max-width:1280px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.toolbar{grid-template-columns:360px minmax(0,1fr)!important}.favorite-filter{grid-column:1/-1!important;width:max-content!important}}

/* V130 - checkout refeito limpo e alinhado */
.drawer{position:fixed!important;inset:0!important;z-index:90!important;background:rgba(15,23,42,.42)!important;backdrop-filter:blur(10px)!important;display:none!important;align-items:stretch!important;justify-content:flex-end!important;padding:0!important}
.drawer.open{display:flex!important}
.drawer-panel{width:min(520px,100%)!important;height:100dvh!important;margin:0!important;border-radius:0!important;background:#f8fafc!important;color:#101828!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;transform:none!important;box-shadow:-24px 0 60px rgba(15,23,42,.18)!important}
.drawer-panel>header{height:68px!important;min-height:68px!important;padding:0 14px!important;margin:0!important;background:#fff!important;border-bottom:1px solid #e4e7ec!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) 44px!important;align-items:center!important;gap:10px!important;position:relative!important;top:auto!important}
.drawer-panel>header strong{grid-column:2!important;text-align:center!important;font-size:20px!important;font-weight:950!important;letter-spacing:-.02em!important;color:#101828!important}
.drawer-panel>header .icon-btn{grid-column:3!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important;background:#0b4ea2!important;color:#fff!important;border:0!important;box-shadow:0 14px 28px rgba(11,78,162,.22)!important}
.checkout{flex:1 1 auto!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#f8fafc!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}
.checkout-title{display:none!important}
.checkout-steps{height:58px!important;min-height:58px!important;margin:0!important;padding:0 14px!important;background:#fff!important;border-bottom:1px solid #e4e7ec!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;overflow:hidden!important;box-shadow:none!important;position:relative!important;top:auto!important}
.checkout-step{min-width:0!important;width:100%!important;height:58px!important;min-height:58px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#98a2b3!important;font-size:11px!important;font-weight:900!important;line-height:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;text-align:center!important;white-space:nowrap!important}
.checkout-step span{width:auto!important;height:auto!important;min-width:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:currentColor!important;font-size:12px!important;line-height:1!important;font-weight:950!important}
.checkout-step.is-active{color:#0b4ea2!important;background:transparent!important}
.checkout-step.is-active:after{content:""!important;display:block!important;width:26px!important;height:3px!important;border-radius:99px!important;background:#0b4ea2!important;margin-top:1px!important}
.checkout-pane{flex:1 1 auto!important;min-height:0!important;margin:0!important;padding:20px 20px 112px!important;border:0!important;border-radius:0!important;background:#f8fafc!important;overflow:auto!important;display:flex!important;flex-direction:column!important;gap:14px!important}
.checkout-pane[hidden]{display:none!important}
.checkout-block>strong{display:flex!important;align-items:center!important;gap:10px!important;margin:0!important;padding:0!important;color:#101828!important;font-size:18px!important;line-height:1.15!important;font-weight:950!important;letter-spacing:.01em!important}
.checkout-block>strong svg{width:19px!important;height:19px!important;flex:0 0 19px!important;color:#0b4ea2!important}
.cart-items{display:grid!important;gap:12px!important;max-height:none!important;overflow:visible!important;padding:0!important;border:0!important;background:transparent!important}
.cart-item{display:grid!important;grid-template-columns:58px minmax(0,1fr) 124px 38px!important;align-items:center!important;gap:12px!important;min-height:88px!important;padding:12px!important;border:1px solid #e4e7ec!important;border-radius:20px!important;background:#fff!important;box-shadow:0 12px 28px rgba(16,24,40,.06)!important}
.cart-item-photo{width:58px!important;height:58px!important;border-radius:16px!important;background:#f1f5f9!important;display:grid!important;place-items:center!important;overflow:hidden!important}
.cart-item-photo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:7px!important;mix-blend-mode:multiply!important}
.cart-item-info{min-width:0!important;display:grid!important;gap:3px!important}
.cart-item-info strong{font-size:14px!important;line-height:1.16!important;color:#101828!important;white-space:normal!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}
.cart-item-info small{font-size:12px!important;line-height:1.1!important;color:#667085!important;font-weight:850!important}
.cart-item-info em{font-style:normal!important;font-size:15px!important;line-height:1.1!important;color:#0b4ea2!important;font-weight:950!important}
.cart-item .qty{width:124px!important;height:36px!important;border-radius:14px!important;background:#f2f4f7!important;border:1px solid #e4e7ec!important;display:grid!important;grid-template-columns:38px 48px 38px!important;align-items:center!important;justify-self:end!important;overflow:hidden!important}
.cart-item .qty button{width:38px!important;height:36px!important;border:0!important;background:transparent!important;color:#0b4ea2!important;display:grid!important;place-items:center!important;padding:0!important}
.cart-item .qty button svg{width:15px!important;height:15px!important}
.cart-item .qty span{height:36px!important;display:grid!important;place-items:center!important;color:#101828!important;font-size:13px!important;font-weight:950!important;line-height:1!important}
.cart-remove{width:36px!important;height:36px!important;border:0!important;border-radius:14px!important;background:#fff1f3!important;color:#e11d48!important;display:grid!important;place-items:center!important;justify-self:end!important}
.cart-remove svg{width:16px!important;height:16px!important}
.cart-review-total{position:relative!important;bottom:auto!important;margin-top:6px!important;border-radius:20px!important;border:1px solid #dbeafe!important;background:#fff!important;padding:15px 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;box-shadow:0 12px 28px rgba(16,24,40,.06)!important}
.cart-review-total span{font-size:13px!important;color:#667085!important;font-weight:900!important}
.cart-review-total strong{font-size:24px!important;color:#0b4ea2!important;font-weight:950!important}
.checkout-next,.checkout-submit{position:relative!important;bottom:auto!important;margin-top:0!important;width:100%!important;min-height:58px!important;border-radius:18px!important;background:#0b4ea2!important;color:#fff!important;box-shadow:0 18px 34px rgba(11,78,162,.26)!important;font-size:15px!important;font-weight:950!important}
.checkout input,.checkout textarea,.checkout select{min-height:52px!important;border-radius:16px!important;border:1px solid #d0d5dd!important;background:#fff!important;color:#101828!important;font-size:15px!important;font-weight:750!important}
@media(max-width:760px){
  .drawer-panel{width:100%!important}
  .drawer-panel>header{height:66px!important;min-height:66px!important}
  .checkout-steps{height:56px!important;min-height:56px!important;padding:0 10px!important}
  .checkout-step{height:56px!important;min-height:56px!important;font-size:9px!important}
  .checkout-pane{padding:18px 14px calc(112px + env(safe-area-inset-bottom))!important}
  .cart-item{grid-template-columns:58px minmax(0,1fr) 38px!important;grid-template-rows:auto auto!important;gap:10px!important;min-height:116px!important}
  .cart-item-photo{grid-row:1 / span 2!important}
  .cart-item-info{grid-column:2!important;grid-row:1!important}
  .cart-item .qty{grid-column:2!important;grid-row:2!important;justify-self:start!important;width:124px!important}
  .cart-remove{grid-column:3!important;grid-row:1 / span 2!important;align-self:center!important}
}
@media(min-width:761px) and (max-width:940px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.drawer-panel{width:min(620px,100%)!important}}

.product-list-footer{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px;
  border:1px dashed #cfd6e1;
  border-radius:16px;
  background:#f8fafc;
  color:#475467;
  font-weight:800;
}
.product-list-footer div{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.product-list-footer .btn{
  min-height:42px;
  padding:10px 14px;
}
.product-list-footer svg{
  width:18px;
  height:18px;
}
@media(max-width:760px){
  .product-list-footer{
    align-items:stretch;
    flex-direction:column;
  }
  .product-list-footer div{
    display:grid;
    grid-template-columns:1fr;
  }
}

/* V93 final - CTA de adicionar forte no desktop */
@media(min-width:901px){
  .product-grid .product-card{grid-template-rows:170px minmax(96px,auto) auto 54px!important;align-content:stretch!important}
  .product-card .meta{align-self:end!important;margin-top:4px!important;padding-top:8px!important;border-top:1px solid #eef2f7!important}
  .product-card .add-btn{position:relative!important;right:auto!important;bottom:auto!important;z-index:8!important;width:100%!important;min-width:0!important;height:54px!important;min-height:54px!important;border-radius:18px!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;background:linear-gradient(135deg,#0b4ea2,#063b7c)!important;color:#fff!important;font-size:14px!important;font-weight:950!important;letter-spacing:0!important;box-shadow:0 16px 30px rgba(11,78,162,.28)!important}
  .product-card .add-btn span{display:inline!important;white-space:nowrap!important}
  .product-card .add-btn svg{width:18px!important;height:18px!important;padding:0!important;background:transparent!important;color:#fff!important;stroke:#fff!important}
  .product-card .add-btn:hover{transform:translateY(-1px)!important;box-shadow:0 20px 38px rgba(11,78,162,.34)!important}
  .product-card .add-btn:disabled{background:#98a2b3!important;box-shadow:none!important}
}

/* V93 final - CTA de adicionar forte no desktop */
@media(min-width:901px){
  .product-grid .product-card{grid-template-rows:170px minmax(96px,auto) auto 54px!important;align-content:stretch!important}
  .product-card .meta{align-self:end!important;margin-top:4px!important;padding-top:8px!important;border-top:1px solid #eef2f7!important}
  .product-card .add-btn{position:relative!important;right:auto!important;bottom:auto!important;z-index:8!important;width:100%!important;min-width:0!important;height:54px!important;min-height:54px!important;border-radius:18px!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;background:linear-gradient(135deg,#0b4ea2,#063b7c)!important;color:#fff!important;font-size:14px!important;font-weight:950!important;letter-spacing:0!important;box-shadow:0 16px 30px rgba(11,78,162,.28)!important}
  .product-card .add-btn span{display:inline!important;white-space:nowrap!important}
  .product-card .add-btn svg{width:18px!important;height:18px!important;padding:0!important;background:transparent!important;color:#fff!important;stroke:#fff!important}
  .product-card .add-btn:hover{transform:translateY(-1px)!important;box-shadow:0 20px 38px rgba(11,78,162,.34)!important}
  .product-card .add-btn:disabled{background:#98a2b3!important;box-shadow:none!important}
}

/* V93 - CTA de adicionar forte no desktop */
@media(min-width:901px){
  .product-grid .product-card{grid-template-rows:170px minmax(96px,auto) auto 54px!important;align-content:stretch!important}
  .product-card .meta{align-self:end!important;margin-top:4px!important;padding-top:8px!important;border-top:1px solid #eef2f7!important}
  .product-card .add-btn{
    position:relative!important;
    right:auto!important;
    bottom:auto!important;
    z-index:8!important;
    width:100%!important;
    min-width:0!important;
    height:54px!important;
    min-height:54px!important;
    border-radius:18px!important;
    padding:0 16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    background:linear-gradient(135deg,#0b4ea2,#063b7c)!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:950!important;
    letter-spacing:0!important;
    box-shadow:0 16px 30px rgba(11,78,162,.28)!important;
  }
  .product-card .add-btn span{display:inline!important;white-space:nowrap!important}
  .product-card .add-btn svg{width:18px!important;height:18px!important;padding:0!important;background:transparent!important;color:#fff!important;stroke:#fff!important}
  .product-card .add-btn:hover{transform:translateY(-1px)!important;box-shadow:0 20px 38px rgba(11,78,162,.34)!important}
  .product-card .add-btn:disabled{background:#98a2b3!important;box-shadow:none!important}
}

/* V92 final - desktop premium real depois de todos os overrides */
@media(min-width:901px){
  body{background:#f3f6fb!important;color:#101828!important;overflow-x:hidden!important}
  .app-shell{max-width:1360px!important;padding:18px 28px 48px!important}
  .topbar{height:74px!important;padding:10px 0!important;background:rgba(243,246,251,.86)!important;border-bottom:1px solid rgba(208,213,221,.72)!important}
  .brand-mark{width:52px!important;height:52px!important;border-radius:18px!important}
  .brand strong{font-size:17px!important}.brand small{font-size:12px!important;color:#667085!important}
  .topbar .icon-btn{width:auto!important;min-width:132px!important;padding:0 16px!important;border-radius:18px!important;background:#101828!important;color:#fff!important;box-shadow:0 16px 34px rgba(16,24,40,.18)!important}
  .topbar .icon-btn:after{content:'Carrinho';font-size:13px;font-weight:900;margin-left:8px}
  .topbar .icon-btn span{right:8px!important;top:7px!important;background:var(--primary)!important}
  .mobile-nav{display:none!important}
  .premium-hero,.hero{min-height:310px!important;margin-top:14px!important;border-radius:30px!important;padding:32px!important;grid-template-columns:minmax(0,1.08fr) 360px!important;align-items:center!important;background-position:center!important;box-shadow:0 26px 70px rgba(16,24,40,.18)!important}
  .hero h1{font-size:clamp(38px,4.2vw,54px)!important;line-height:1!important;margin:14px 0 12px!important;max-width:720px!important}
  .hero p{font-size:17px!important;line-height:1.5!important;max-width:600px!important}
  .hero-actions .btn{width:auto!important;min-width:230px!important;height:54px!important;border-radius:999px!important;font-size:15px!important;box-shadow:0 18px 34px rgba(255,75,38,.28)!important}
  .delivery-card{width:320px!important;border-radius:24px!important;background:rgba(255,255,255,.16)!important;box-shadow:0 24px 54px rgba(0,0,0,.18)!important}
  .toolbar{position:sticky!important;top:74px!important;z-index:18!important;margin:12px 0 16px!important;display:grid!important;grid-template-columns:minmax(340px,420px) minmax(0,1fr) auto!important;gap:14px!important;align-items:start!important;background:rgba(243,246,251,.9)!important;padding:14px 0!important;backdrop-filter:blur(18px)!important}
  .search{height:58px!important;border-radius:20px!important;background:#fff!important;border:1px solid #e4e7ec!important;box-shadow:0 12px 28px rgba(16,24,40,.06)!important}
  .category-list{display:flex!important;flex-wrap:nowrap!important;gap:9px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 9px!important;scrollbar-width:thin!important}
  .cat-btn{height:58px!important;min-width:auto!important;width:auto!important;border-radius:18px!important;padding:0 14px!important;background:#fff!important;border:1px solid #e4e7ec!important;color:#475467!important;box-shadow:0 10px 24px rgba(16,24,40,.045)!important;flex-direction:row!important;white-space:nowrap!important;text-align:left!important}
  .cat-btn svg{width:19px!important;height:19px!important;color:#0b4ea2!important;stroke:#0b4ea2!important}
  .cat-btn span{display:block!important;white-space:nowrap!important;font-size:13px!important;font-weight:900!important;line-height:1!important}
  .cat-btn.active{background:#101828!important;color:#fff!important;border-color:#101828!important;box-shadow:0 14px 30px rgba(16,24,40,.18)!important}
  .cat-btn.active svg{color:#fff!important;stroke:#fff!important}.cat-btn.active:after{display:none!important}
  .favorite-filter{height:58px!important;min-width:132px!important;background:#fff!important;color:#0b4ea2!important;border:1px solid #bfdbfe!important}
  .section-head{margin:8px 0 18px!important;align-items:end!important}
  .section-head h2{font-size:34px!important;letter-spacing:-.04em!important}
  #promoFilter{width:auto!important;border-radius:999px!important;background:#fff!important;color:#0b4ea2!important;border:1px solid #bfdbfe!important;box-shadow:0 12px 28px rgba(11,78,162,.08)!important}
  .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important}
  .product-grid .product-card{min-height:374px!important;border:1px solid #e4e7ec!important;border-radius:24px!important;padding:14px!important;background:#fff!important;box-shadow:0 14px 34px rgba(16,24,40,.07)!important;grid-template-rows:170px minmax(96px,auto) auto 48px!important;transition:transform .18s ease,box-shadow .18s ease!important}
  .product-card:hover{transform:translateY(-4px)!important;box-shadow:0 24px 54px rgba(16,24,40,.13)!important;border-color:#c7d7fe!important}
  .product-photo{height:170px!important;border-radius:20px!important;background:linear-gradient(180deg,#f8fafc,#eef3fb)!important}
  .product-photo img{object-fit:contain!important;padding:12px!important;mix-blend-mode:multiply!important}
  .product-category{font-size:10px!important;font-weight:950!important;color:#0b4ea2!important;text-transform:uppercase!important;letter-spacing:.05em!important}
  .product-card h3{font-size:16px!important;line-height:1.18!important;color:#101828!important}
  .product-card p{font-size:12px!important;color:#667085!important;line-height:1.35!important}
  .price{font-size:22px!important;color:#101828!important;letter-spacing:-.03em!important}.stock{font-size:11px!important;color:#12b76a!important;font-weight:900!important}
  .product-card .add-btn{height:48px!important;border-radius:16px!important;background:#0b4ea2!important;box-shadow:0 14px 26px rgba(11,78,162,.22)!important;justify-content:center!important}
  .drawer-panel{width:min(760px,100%)!important;background:#f8fafc!important;border-left:1px solid #d0d5dd!important}
}
@media(min-width:901px) and (max-width:1280px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.toolbar{grid-template-columns:360px minmax(0,1fr)!important}.favorite-filter{grid-column:1/-1!important;width:max-content!important}}

/* V92 final - desktop premium real depois de todos os overrides */
@media(min-width:901px){
  body{background:#f3f6fb!important;color:#101828!important;overflow-x:hidden!important}
  .app-shell{max-width:1360px!important;padding:18px 28px 48px!important}
  .topbar{height:74px!important;padding:10px 0!important;background:rgba(243,246,251,.86)!important;border-bottom:1px solid rgba(208,213,221,.72)!important}
  .brand-mark{width:52px!important;height:52px!important;border-radius:18px!important}
  .brand strong{font-size:17px!important}.brand small{font-size:12px!important;color:#667085!important}
  .topbar .icon-btn{width:auto!important;min-width:132px!important;padding:0 16px!important;border-radius:18px!important;background:#101828!important;color:#fff!important;box-shadow:0 16px 34px rgba(16,24,40,.18)!important}
  .topbar .icon-btn:after{content:'Carrinho';font-size:13px;font-weight:900;margin-left:8px}
  .topbar .icon-btn span{right:8px!important;top:7px!important;background:var(--primary)!important}
  .mobile-nav{display:none!important}
  .premium-hero,.hero{min-height:310px!important;margin-top:14px!important;border-radius:30px!important;padding:32px!important;grid-template-columns:minmax(0,1.08fr) 360px!important;align-items:center!important;background-position:center!important;box-shadow:0 26px 70px rgba(16,24,40,.18)!important}
  .hero h1{font-size:clamp(38px,4.2vw,54px)!important;line-height:1!important;margin:14px 0 12px!important;max-width:720px!important}
  .hero p{font-size:17px!important;line-height:1.5!important;max-width:600px!important}
  .hero-actions .btn{width:auto!important;min-width:230px!important;height:54px!important;border-radius:999px!important;font-size:15px!important;box-shadow:0 18px 34px rgba(255,75,38,.28)!important}
  .delivery-card{width:320px!important;border-radius:24px!important;background:rgba(255,255,255,.16)!important;box-shadow:0 24px 54px rgba(0,0,0,.18)!important}
  .toolbar{position:sticky!important;top:74px!important;z-index:18!important;margin:12px 0 16px!important;display:grid!important;grid-template-columns:minmax(340px,420px) minmax(0,1fr) auto!important;gap:14px!important;align-items:start!important;background:rgba(243,246,251,.9)!important;padding:14px 0!important;backdrop-filter:blur(18px)!important}
  .search{height:58px!important;border-radius:20px!important;background:#fff!important;border:1px solid #e4e7ec!important;box-shadow:0 12px 28px rgba(16,24,40,.06)!important}
  .category-list{display:flex!important;flex-wrap:nowrap!important;gap:9px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 9px!important;scrollbar-width:thin!important}
  .cat-btn{height:58px!important;min-width:auto!important;width:auto!important;border-radius:18px!important;padding:0 14px!important;background:#fff!important;border:1px solid #e4e7ec!important;color:#475467!important;box-shadow:0 10px 24px rgba(16,24,40,.045)!important;flex-direction:row!important;white-space:nowrap!important;text-align:left!important}
  .cat-btn svg{width:19px!important;height:19px!important;color:#0b4ea2!important;stroke:#0b4ea2!important}
  .cat-btn span{display:block!important;white-space:nowrap!important;font-size:13px!important;font-weight:900!important;line-height:1!important}
  .cat-btn.active{background:#101828!important;color:#fff!important;border-color:#101828!important;box-shadow:0 14px 30px rgba(16,24,40,.18)!important}
  .cat-btn.active svg{color:#fff!important;stroke:#fff!important}.cat-btn.active:after{display:none!important}
  .favorite-filter{height:58px!important;min-width:132px!important;background:#fff!important;color:#0b4ea2!important;border:1px solid #bfdbfe!important}
  .section-head{margin:8px 0 18px!important;align-items:end!important}
  .section-head h2{font-size:34px!important;letter-spacing:-.04em!important}
  #promoFilter{width:auto!important;border-radius:999px!important;background:#fff!important;color:#0b4ea2!important;border:1px solid #bfdbfe!important;box-shadow:0 12px 28px rgba(11,78,162,.08)!important}
  .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important}
  .product-grid .product-card{min-height:374px!important;border:1px solid #e4e7ec!important;border-radius:24px!important;padding:14px!important;background:#fff!important;box-shadow:0 14px 34px rgba(16,24,40,.07)!important;grid-template-rows:170px minmax(96px,auto) auto 48px!important;transition:transform .18s ease,box-shadow .18s ease!important}
  .product-card:hover{transform:translateY(-4px)!important;box-shadow:0 24px 54px rgba(16,24,40,.13)!important;border-color:#c7d7fe!important}
  .product-photo{height:170px!important;border-radius:20px!important;background:linear-gradient(180deg,#f8fafc,#eef3fb)!important}
  .product-photo img{object-fit:contain!important;padding:12px!important;mix-blend-mode:multiply!important}
  .product-category{font-size:10px!important;font-weight:950!important;color:#0b4ea2!important;text-transform:uppercase!important;letter-spacing:.05em!important}
  .product-card h3{font-size:16px!important;line-height:1.18!important;color:#101828!important}
  .product-card p{font-size:12px!important;color:#667085!important;line-height:1.35!important}
  .price{font-size:22px!important;color:#101828!important;letter-spacing:-.03em!important}.stock{font-size:11px!important;color:#12b76a!important;font-weight:900!important}
  .product-card .add-btn{height:48px!important;border-radius:16px!important;background:#0b4ea2!important;box-shadow:0 14px 26px rgba(11,78,162,.22)!important;justify-content:center!important}
  .drawer-panel{width:min(760px,100%)!important;background:#f8fafc!important;border-left:1px solid #d0d5dd!important}
}
@media(min-width:901px) and (max-width:1280px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.toolbar{grid-template-columns:360px minmax(0,1fr)!important}.favorite-filter{grid-column:1/-1!important;width:max-content!important}}

/* V91 final - checkout em fluxo: carrinho, conta, entrega, pagamento */
.cart-review-total{display:flex;align-items:center;justify-content:space-between;gap:14px;border-radius:18px;background:#fff;border:1px solid #dbeafe;padding:14px 15px;color:#53657d;font-weight:850}
.cart-review-total strong{font-size:22px;color:var(--brand-blue)}
.checkout-steps{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.checkout-step{min-width:0!important}
.checkout-step span{flex:0 0 auto}
@media(min-width:761px){.checkout-steps{grid-template-columns:repeat(4,minmax(0,1fr))!important}.cart-items{max-height:42vh!important}}
@media(max-width:760px){.checkout-steps{grid-template-columns:repeat(4,minmax(78px,1fr))!important;overflow:auto!important}.checkout-step{white-space:nowrap!important}}

/* V92 - desktop premium real, não mobile esticado */
@media(min-width:901px){
  body{background:#f3f6fb!important;color:#101828!important}
  .app-shell{max-width:1360px!important;padding:18px 28px 48px!important}
  .topbar{height:74px!important;padding:10px 0!important;background:rgba(243,246,251,.86)!important;border-bottom:1px solid rgba(208,213,221,.72)!important}
  .brand-mark{width:52px!important;height:52px!important;border-radius:18px!important}
  .brand strong{font-size:17px!important}.brand small{font-size:12px!important;color:#667085!important}
  .topbar .icon-btn{width:auto!important;min-width:132px!important;padding:0 16px!important;border-radius:18px!important;background:#101828!important;color:#fff!important;box-shadow:0 16px 34px rgba(16,24,40,.18)!important}
  .topbar .icon-btn:after{content:'Carrinho';font-size:13px;font-weight:900;margin-left:8px}
  .topbar .icon-btn span{right:8px!important;top:7px!important;background:var(--primary)!important}
  .mobile-nav{display:none!important}
  .premium-hero,.hero{min-height:310px!important;margin-top:14px!important;border-radius:30px!important;padding:32px!important;grid-template-columns:minmax(0,1.08fr) 360px!important;align-items:center!important;background-position:center!important;box-shadow:0 26px 70px rgba(16,24,40,.18)!important}
  .hero h1{font-size:clamp(38px,4.2vw,54px)!important;line-height:1!important;margin:14px 0 12px!important;max-width:720px!important}
  .hero p{font-size:17px!important;line-height:1.5!important;max-width:600px!important}
  .hero-actions .btn{width:auto!important;min-width:230px!important;height:54px!important;border-radius:999px!important;font-size:15px!important;box-shadow:0 18px 34px rgba(255,75,38,.28)!important}
  .delivery-card{width:320px!important;border-radius:24px!important;background:rgba(255,255,255,.16)!important;box-shadow:0 24px 54px rgba(0,0,0,.18)!important}
  .toolbar{position:sticky!important;top:74px!important;z-index:18!important;margin:12px 0 16px!important;display:grid!important;grid-template-columns:minmax(340px,420px) minmax(0,1fr) auto!important;gap:14px!important;align-items:start!important;background:rgba(243,246,251,.9)!important;padding:14px 0!important;backdrop-filter:blur(18px)!important}
  .search{height:58px!important;border-radius:20px!important;background:#fff!important;border:1px solid #e4e7ec!important;box-shadow:0 12px 28px rgba(16,24,40,.06)!important}
  .category-list{display:flex!important;flex-wrap:nowrap!important;gap:9px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 9px!important;scrollbar-width:thin!important}
  .cat-btn{height:58px!important;min-width:auto!important;width:auto!important;border-radius:18px!important;padding:0 14px!important;background:#fff!important;border:1px solid #e4e7ec!important;color:#475467!important;box-shadow:0 10px 24px rgba(16,24,40,.045)!important;flex-direction:row!important;white-space:nowrap!important;text-align:left!important}
  .cat-btn svg{width:19px!important;height:19px!important;color:#0b4ea2!important;stroke:#0b4ea2!important}
  .cat-btn span{display:block!important;white-space:nowrap!important;font-size:13px!important;font-weight:900!important;line-height:1!important}
  .cat-btn.active{background:#101828!important;color:#fff!important;border-color:#101828!important;box-shadow:0 14px 30px rgba(16,24,40,.18)!important}
  .cat-btn.active svg{color:#fff!important;stroke:#fff!important}.cat-btn.active:after{display:none!important}
  .favorite-filter{height:58px!important;min-width:132px!important;background:#fff!important;color:#0b4ea2!important;border:1px solid #bfdbfe!important}
  .section-head{margin:8px 0 18px!important;align-items:end!important}
  .section-head h2{font-size:34px!important;letter-spacing:-.04em!important}
  #promoFilter{width:auto!important;border-radius:999px!important;background:#fff!important;color:#0b4ea2!important;border:1px solid #bfdbfe!important;box-shadow:0 12px 28px rgba(11,78,162,.08)!important}
  .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important}
  .product-grid .product-card{min-height:374px!important;border:1px solid #e4e7ec!important;border-radius:24px!important;padding:14px!important;background:#fff!important;box-shadow:0 14px 34px rgba(16,24,40,.07)!important;grid-template-rows:170px minmax(96px,auto) auto 48px!important;transition:transform .18s ease,box-shadow .18s ease!important}
  .product-card:hover{transform:translateY(-4px)!important;box-shadow:0 24px 54px rgba(16,24,40,.13)!important;border-color:#c7d7fe!important}
  .product-photo{height:170px!important;border-radius:20px!important;background:linear-gradient(180deg,#f8fafc,#eef3fb)!important}
  .product-photo img{object-fit:contain!important;padding:12px!important;mix-blend-mode:multiply!important}
  .product-category{font-size:10px!important;font-weight:950!important;color:#0b4ea2!important;text-transform:uppercase!important;letter-spacing:.05em!important}
  .product-card h3{font-size:16px!important;line-height:1.18!important;color:#101828!important}
  .product-card p{font-size:12px!important;color:#667085!important;line-height:1.35!important}
  .price{font-size:22px!important;color:#101828!important;letter-spacing:-.03em!important}.stock{font-size:11px!important;color:#12b76a!important;font-weight:900!important}
  .product-card .add-btn{height:48px!important;border-radius:16px!important;background:#0b4ea2!important;box-shadow:0 14px 26px rgba(11,78,162,.22)!important;justify-content:center!important}
  .drawer-panel{width:min(760px,100%)!important;background:#f8fafc!important;border-left:1px solid #d0d5dd!important}
}
@media(min-width:901px) and (max-width:1280px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.toolbar{grid-template-columns:360px minmax(0,1fr)!important}.favorite-filter{grid-column:1/-1!important;width:max-content!important}}

/* V91 - checkout em fluxo: carrinho, conta, entrega, pagamento */
.cart-review-total{display:flex;align-items:center;justify-content:space-between;gap:14px;border-radius:18px;background:#fff;border:1px solid #dbeafe;padding:14px 15px;color:#53657d;font-weight:850}
.cart-review-total strong{font-size:22px;color:var(--brand-blue)}
.checkout-steps{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.checkout-step{min-width:0!important}
.checkout-step span{flex:0 0 auto}
@media(min-width:761px){.checkout-steps{grid-template-columns:repeat(4,minmax(0,1fr))!important}.cart-items{max-height:42vh!important}}
@media(max-width:760px){.checkout-steps{grid-template-columns:repeat(4,minmax(78px,1fr))!important;overflow:auto!important}.checkout-step{white-space:nowrap!important}}

/* V90 - desktop volta para layout completo, sem trilho mobile */
@media(min-width:761px){
  body{overflow-x:hidden!important}
  .app-shell{max-width:1360px!important;padding:18px 28px 48px!important}
  .toolbar{position:sticky!important;top:74px!important;z-index:18!important;margin:12px 0 16px!important;display:grid!important;grid-template-columns:minmax(340px,420px) minmax(0,1fr) auto!important;gap:14px!important;align-items:start!important;background:rgba(243,246,251,.9)!important;padding:14px 0!important;backdrop-filter:blur(18px)!important}
  .category-list{
    display:flex!important;
    flex-wrap:wrap!important;
    grid-auto-flow:unset!important;
    grid-auto-columns:unset!important;
    grid-template-columns:none!important;
    gap:10px!important;
    overflow:visible!important;
    padding:2px 0 8px!important;
    scroll-snap-type:none!important;
  }
  .cat-btn{
    width:auto!important;
    min-width:118px!important;
    height:58px!important;
    flex:0 0 auto!important;
    border-radius:16px!important;
    flex-direction:row!important;
    justify-content:center!important;
    gap:8px!important;
    padding:10px 14px!important;
    white-space:normal!important;
    text-align:left!important;
  }
  .cat-btn svg{width:20px!important;height:20px!important;min-width:20px!important}
  .cat-btn span{font-size:13px!important;line-height:1!important;white-space:nowrap!important;display:block!important;font-weight:900!important}
  .cat-btn.active:after{left:14px!important;right:14px!important;bottom:6px!important}
  .favorite-filter{height:58px!important;min-width:128px!important;margin:0!important;align-self:start!important}
  .product-grid{
    display:grid!important;
    grid-auto-flow:row!important;
    grid-auto-columns:unset!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:20px!important;
    overflow:visible!important;
    padding:0!important;
    scroll-snap-type:none!important;
  }
  .product-grid .product-card{
    width:auto!important;
    min-width:0!important;
    scroll-snap-align:unset!important;
    display:grid!important;
    grid-template-rows:176px minmax(92px,auto) auto 46px!important;
    min-height:352px!important;
  }
  .product-card h3{font-size:17px!important;line-height:1.18!important}
  .product-card p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .product-card .add-btn{width:100%!important;height:46px!important;min-height:46px!important;border-radius:15px!important}
  .product-card .add-btn span{display:inline!important}
  .product-card .add-btn svg{width:18px!important;height:18px!important}
  .product-grid .load-more{grid-column:1/-1!important;width:100%!important}
  .floating-cart{display:none!important}
  .drawer{backdrop-filter:blur(3px)!important;background:rgba(15,23,42,.30)!important}
  .drawer-panel{width:min(760px,100%)!important;padding:22px!important;background:#f8fafc!important;border-left:1px solid #d0d5dd!important}
  .drawer header{position:sticky!important;top:0!important;z-index:5!important}
  .cart-items{max-height:42vh!important;overflow:auto!important}
  .cart-item{grid-template-columns:64px minmax(0,1fr) auto!important}
  .checkout .form-row.two{grid-template-columns:1fr 1fr!important}
  .customer-login-card{grid-template-columns:1fr!important}
  .google-customer-btn{width:100%!important}
  .checkout-steps{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(min-width:761px) and (max-width:1180px){
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(min-width:761px) and (max-width:940px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .drawer-panel{width:min(620px,100%)!important}
}
@media(max-width:760px){.product-sheet{grid-template-columns:1fr;border-radius:28px;max-height:92vh;overflow:auto}.product-sheet-media{min-height:260px;padding:28px}.product-sheet-body{padding:24px}.product-sheet-actions{grid-template-columns:1fr}.product-sheet-price{align-items:flex-start;flex-direction:column}.hero{background-size:cover;background-position:center}}
@media(max-width:380px){.product-photo{height:132px}.product-grid{gap:10px}.hero{background-size:60%}.floating-cart{grid-template-columns:1fr auto}.floating-cart em{grid-column:1/-1;text-align:center}}

/* Correções premium: Lucide, Lottie, login e modal */
.mobile-nav{width:min(520px,calc(100% - 20px));grid-template-columns:repeat(4,1fr)}
.order-modal[hidden]{display:none!important}
.order-modal{background:rgba(0,0,0,.58);backdrop-filter:blur(8px)}
.order-card{box-shadow:0 28px 90px rgba(0,0,0,.28)}
.success-icon{width:82px;height:82px;background:#fff3d9;overflow:hidden}
.success-icon svg{width:44px;height:44px;color:#16a34a}
.delivery-card .moto .moto-anim{width:78px;height:64px}
.delivery-animation{left:-420px;padding:10px 18px 10px 10px}
.delivery-animation .moto-anim{width:58px;height:42px}
.add-btn svg{width:18px;height:18px}
.product-icon svg{width:68px;height:68px}
.modern-login{grid-template-columns:minmax(320px,560px) minmax(320px,460px);gap:28px;background:radial-gradient(circle at 20% 12%,rgba(229,57,53,.24),transparent 28%),linear-gradient(135deg,#121318,#24201b);padding:32px}
.login-brand-panel{color:#fff;align-self:stretch;border-radius:34px;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;min-height:560px;background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.login-logo{width:72px;height:72px;border-radius:22px;background:#e53935;color:#fff;display:grid;place-items:center;font-weight:950;font-size:24px;margin-bottom:auto;letter-spacing:-.05em}
.login-brand-panel .eyebrow{background:rgba(255,255,255,.10);color:#fff;width:max-content}
.login-brand-panel h1{font-size:clamp(34px,4vw,54px);line-height:.95;letter-spacing:-.04em;margin:18px 0 14px}
.login-brand-panel p{color:rgba(255,255,255,.72);font-size:17px;line-height:1.55;max-width:460px}
.login-feature-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.login-feature-list span{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:999px;padding:10px 12px;color:rgba(255,255,255,.86);font-size:13px;font-weight:750}
.modern-login-card{max-width:none;border-radius:34px;padding:34px;align-self:center}
.login-card-icon{width:82px;height:82px;border-radius:26px;background:#fff3d9;display:grid;place-items:center;margin-bottom:18px;overflow:hidden}
.login-card-icon svg{width:42px;height:42px;color:#e53935}
.modern-login-card h2{font-size:32px;line-height:1;margin:12px 0 10px;letter-spacing:-.03em}
.modern-login-card p{color:#6b7280;margin-bottom:22px}
.field-label{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:8px;display:block}
.password-field{height:54px;border:1px solid #e5e7eb;border-radius:16px;display:flex;align-items:center;gap:10px;padding:0 14px;margin-bottom:14px;background:#f9fafb}
.password-field svg{color:#9ca3af;width:20px;height:20px}
.password-field input{border:0;background:transparent;outline:0;width:100%;height:100%}
.login-store-link{display:block;text-align:center;color:#6b7280;text-decoration:none;margin-top:14px;font-weight:750}
@media(max-width:860px){.modern-login{grid-template-columns:1fr;padding:18px}.login-brand-panel{min-height:280px}.login-brand-panel h1{font-size:34px}.login-feature-list{display:none}.modern-login-card{padding:26px;border-radius:28px}}
.new-order-alert{background:#141824;color:#fff;border-radius:22px;padding:16px 18px;display:grid;grid-template-columns:1fr auto;gap:6px 14px;align-items:center;box-shadow:0 18px 50px rgba(20,24,36,.18);margin-bottom:14px}.new-order-alert[hidden]{display:none}.new-order-alert strong{font-size:18px}.new-order-alert span{color:rgba(255,255,255,.7)}.new-order-alert .btn{grid-row:1/3;grid-column:2}
.order-pipeline{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:10px;overflow:auto}.pipeline-step{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:14px}.pipeline-step small{display:block;color:#6b7280;font-weight:850;text-transform:uppercase;font-size:11px;letter-spacing:.05em}.pipeline-step strong{font-size:28px;letter-spacing:-.04em}
.order-chip.is-new{border:1px solid rgba(229,57,53,.35);box-shadow:0 12px 30px rgba(229,57,53,.12)}.btn.mini{min-height:36px;padding:9px 12px;border-radius:12px;margin:10px 0;width:100%}.order-chip select{width:100%;margin-top:8px;border:1px solid #e5e7eb;border-radius:12px;padding:9px;background:#f8fafc}
@media(max-width:760px){.new-order-alert{grid-template-columns:1fr}.new-order-alert .btn{grid-row:auto;grid-column:auto}.order-pipeline{grid-template-columns:repeat(6,150px)}}

/* V9 - direção visual baseada nas referências enviadas */
:root{--bg:#f5f6f8;--primary:#ff6a00;--secondary:#15171c;--accent:#6c3bff;--line:#e8eaee;--muted:#7a8190;--shadow:0 16px 42px rgba(20,24,36,.08)}
body{background:var(--bg);color:#1f232b}
.app-shell{max-width:1220px;padding:18px 20px 112px}
.topbar{background:rgba(245,246,248,.88);border-bottom:1px solid rgba(20,24,36,.06)}
.brand-mark,.icon-btn{border-radius:18px}
.hero{border-radius:34px;min-height:430px;padding:36px;background-position:center right;background-size:cover;box-shadow:0 22px 70px rgba(20,24,36,.18)}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.16));pointer-events:none}
.hero>div{position:relative;z-index:1}
.hero h1{letter-spacing:-.055em}
.hero p{color:rgba(255,255,255,.78)}
.hero-actions .btn{border-radius:999px;padding-inline:20px}
.delivery-card{border-radius:28px;background:rgba(255,255,255,.16)}
.banner-strip{display:none}
.toolbar{position:sticky;top:72px;z-index:18;background:rgba(245,246,248,.82);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.7);border-radius:28px;padding:12px;box-shadow:0 12px 34px rgba(20,24,36,.055)}
.search{border:0;background:#fff;border-radius:22px;min-height:58px;box-shadow:0 8px 22px rgba(20,24,36,.05)}
.category-list{padding:2px 2px 4px}
.cat-btn{border:0;background:#fff;border-radius:999px;box-shadow:0 8px 20px rgba(20,24,36,.045)}
.cat-btn.active{background:var(--primary);color:#fff}
.cat-btn.active svg{color:#fff}
.section-head{align-items:flex-end}
.section-head h2{font-size:clamp(25px,3vw,40px);letter-spacing:-.045em}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{border-radius:28px;padding:12px;background:#fff;box-shadow:0 14px 38px rgba(20,24,36,.075);transition:transform .18s ease,box-shadow .18s ease}
.product-card:after{border-color:rgba(20,24,36,.045);border-radius:28px}
.product-card:hover{transform:translateY(-4px);box-shadow:0 22px 58px rgba(20,24,36,.13)}
.product-photo{height:210px;border-radius:24px;background:radial-gradient(circle at 50% 18%,#fff 0,#f2f3f6 64%);padding:20px}
.product-photo img{object-fit:contain;filter:drop-shadow(0 18px 18px rgba(20,24,36,.16))}
.product-photo img,.product-sheet-media img,.cart-item-photo img{mix-blend-mode:multiply}
.product-category{display:block;color:var(--primary);font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:900;margin-bottom:5px}
.product-info{min-height:100px}
.product-card h3{font-size:16px;color:#20242c}
.product-card p{color:#818899}
.meta{margin-top:auto}
.price{color:#161a22}
.stock{background:#f1f3f6;border-radius:999px;padding:5px 8px;color:#717987}
.add-btn{height:48px;border-radius:18px;background:var(--primary);box-shadow:0 12px 24px rgba(255,106,0,.22)}
.add-btn svg{border-radius:999px;background:rgba(255,255,255,.2)}
.featured-rail{grid-auto-columns:minmax(220px,260px)}
.drawer{background:rgba(15,18,28,.45);backdrop-filter:blur(7px)}
.drawer-panel{width:min(480px,100%);border-radius:34px 0 0 34px;background:#f5f6f8;padding:20px}
.drawer header strong{font-size:24px;letter-spacing:-.04em}
.cart-items{border-radius:28px;box-shadow:0 14px 36px rgba(20,24,36,.06);padding:8px}
.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;border:0;border-bottom:1px solid #eceef2;padding:12px 6px}
.cart-item:last-child{border-bottom:0}
.cart-item-photo{width:64px;height:64px;border-radius:18px;background:#f0f2f5;display:grid;place-items:center;overflow:hidden}
.cart-item-photo img{width:100%;height:100%;object-fit:contain;padding:7px}
.cart-item-info strong{display:block;font-size:14px;line-height:1.2}
.cart-item-info small{color:#858c9a;font-size:12px}
.qty{height:38px;border-radius:999px;background:#f1f3f6;padding:4px;gap:4px}
.qty button{width:30px;height:30px;border-radius:999px;background:#fff;display:grid;place-items:center}
.qty button svg{width:15px;height:15px}
.checkout{border-radius:30px;padding:18px;gap:14px}
.checkout-title h3{font-size:24px;letter-spacing:-.04em;margin:6px 0 0}
.checkout-block{border:1px solid #eceef2;background:#fafbfc;border-radius:24px;padding:14px;display:grid;gap:10px}
.checkout-block>strong{display:flex;align-items:center;gap:8px;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:#596172}
.checkout-block>strong svg{width:18px;height:18px;color:var(--primary)}
.customer-history{border:1px solid rgba(22,163,74,.18);background:#effdf5;border-radius:18px;padding:10px 12px;color:#166534;display:grid;gap:3px}
.customer-history strong{font-size:13px}
.customer-history span{font-size:12px;color:#417a56}
.checkout input,.checkout textarea,.checkout select{border:0;background:#fff;border-radius:18px;min-height:50px;box-shadow:inset 0 0 0 1px rgba(20,24,36,.055)}
.checkout .form-row.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.customer-login-card{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;background:linear-gradient(135deg,#15171c,#29231d);color:#fff;border-radius:22px;padding:14px;box-shadow:0 16px 36px rgba(20,24,36,.16);overflow:hidden;position:relative}
.customer-login-card:before{content:"";position:absolute;right:-34px;top:-38px;width:110px;height:110px;border-radius:50%;background:rgba(255,106,0,.22)}
.customer-login-card>div{position:relative;display:grid;gap:4px}
.customer-login-card span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.58);font-weight:900}
.customer-login-card strong{font-size:16px;line-height:1.18}
.customer-login-card small{color:rgba(255,255,255,.72);line-height:1.35}
.customer-login-card.is-logged{background:linear-gradient(135deg,#0f5132,#141824)}
.google-customer-btn{position:relative;border:1px solid rgba(255,255,255,.2);background:#fff;color:#15171c;border-radius:999px;min-height:42px;padding:8px 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900;white-space:nowrap;box-shadow:0 12px 24px rgba(0,0,0,.16)}
.google-customer-btn span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#f3f4f6;color:#4285f4;font-weight:950;font-size:14px;letter-spacing:0;text-transform:none}
.remember-customer-row{display:flex;align-items:center;gap:9px;background:#fff;border-radius:16px;padding:11px 12px;color:#4b5563;font-size:13px;font-weight:750;box-shadow:inset 0 0 0 1px rgba(20,24,36,.055)}
.remember-customer-row input{min-height:auto;width:17px;height:17px;box-shadow:none}
.payment-block select{background:linear-gradient(135deg,#fff,#fff7ed);font-weight:850}
.total-line{background:#15171c;color:#fff;border:0;border-radius:24px;padding:16px 18px;margin:0}
.total-line span{color:rgba(255,255,255,.7)}
.total-line strong{color:#fff}
.checkout-submit{height:56px;border-radius:999px;box-shadow:0 16px 34px rgba(255,106,0,.24)}
.product-modal{background:rgba(12,14,20,.62)}
.product-sheet{border-radius:34px;width:min(980px,calc(100% - 28px))}
.product-sheet-media{background:radial-gradient(circle at center,#fff 0,#eef0f4 70%);min-height:440px}
.product-sheet-body h2{letter-spacing:-.055em}
.product-sheet-actions .btn{border-radius:18px}
.stepper{border-radius:18px}
.cart-toast{top:calc(16px + env(safe-area-inset-top));border-radius:999px;background:#15171c}
.floating-cart{border-radius:999px;background:#15171c;padding:10px 12px 10px 18px}
.floating-cart em{border-radius:999px;background:var(--primary)}
.mobile-nav{background:rgba(255,255,255,.92);border:1px solid rgba(20,24,36,.08);box-shadow:0 18px 50px rgba(20,24,36,.15);backdrop-filter:blur(20px)}
.mobile-nav a,.mobile-nav button{color:#848b99;border-radius:18px}
.mobile-nav a:first-child{background:#15171c;color:#fff}
.mobile-nav svg{width:22px;height:22px}
.mobile-nav span{font-weight:800}
.order-card{border-radius:34px}
.timeline-step{border-radius:18px}
.admin-shell{background:#f5f6f8;grid-template-columns:280px 1fr}
.sidebar{background:#15171c;padding:18px;border-radius:0 32px 32px 0;margin:14px 0 14px 14px;box-shadow:0 22px 60px rgba(20,24,36,.18)}
.sidebar strong{font-size:20px;margin:8px 8px 18px}
.sidebar button,.sidebar a{display:flex;align-items:center;gap:10px;border-radius:16px;background:transparent;color:rgba(255,255,255,.76)}
.sidebar button:hover,.sidebar a:hover{background:rgba(255,255,255,.08);color:#fff}
.sidebar svg{width:19px;height:19px;color:#ff9a3d}
.admin-main{padding:28px}
.admin-main h1{font-size:34px;letter-spacing:-.045em;margin:0 0 18px}
.metric,.panel{border:0;border-radius:28px;box-shadow:0 14px 38px rgba(20,24,36,.065)}
.metric strong{letter-spacing:-.05em}
.kanban{gap:14px}
.lane{background:#eef1f5;border-radius:24px;padding:12px}
.lane h3{text-transform:uppercase;letter-spacing:.05em;color:#687082}
.order-chip{border:0;border-radius:20px;box-shadow:0 10px 24px rgba(20,24,36,.06)}
.new-order-alert{background:linear-gradient(135deg,#15171c,#2c2330);border-radius:28px}
.order-pipeline{gap:12px}
.pipeline-step{background:#fff;border:0;border-radius:22px;box-shadow:0 10px 24px rgba(20,24,36,.055)}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:20;margin:0;border-radius:0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;overflow:auto}.sidebar strong{grid-column:1/-1}.sidebar button,.sidebar a{white-space:nowrap}.admin-main{padding:18px}}
@media(max-width:760px){
  .app-shell{padding:12px 12px 118px}
  .hero{min-height:420px;border-radius:30px;padding:24px;background-position:center;background-size:cover}
  .hero h1{font-size:38px}
  .toolbar{top:68px;border-radius:24px;padding:10px}
  .product-grid{grid-template-columns:1fr;gap:12px}
  .product-card{display:grid;grid-template-columns:118px 1fr auto;grid-template-areas:"photo info info" "photo meta add";gap:10px;padding:10px;border-radius:24px;min-height:138px}
  .product-card:after{border-radius:24px}
  .product-photo{grid-area:photo;height:118px;border-radius:20px;padding:10px}
  .product-info{grid-area:info;min-height:auto;align-self:end}
  .product-card h3{font-size:15px;line-height:1.2}
  .product-card p{display:none}
  .meta{grid-area:meta;display:grid;gap:4px;align-self:start}
  .price{font-size:19px}
  .stock{width:max-content}
  .add-btn{grid-area:add;width:48px;height:48px;border-radius:18px;padding:0;align-self:end}
  .add-btn span{display:none}
  .add-btn svg{margin:auto;background:transparent;width:22px;height:22px;padding:0}
  .featured-rail{grid-auto-columns:210px}
  .featured-card{display:grid;grid-template-columns:1fr;grid-template-areas:none}
  .featured-card .product-photo{height:150px}
  .featured-card .product-info,.featured-card .meta,.featured-card .add-btn{grid-area:auto}
  .drawer-panel{border-radius:30px 30px 0 0;width:100%;height:92vh;margin-top:8vh}
  .product-sheet{grid-template-columns:1fr;border-radius:30px;max-height:92vh}
  .product-sheet-media{min-height:250px}
  .product-sheet-body{padding:24px}
  .mobile-nav{bottom:10px}
}
@media(max-width:390px){.product-card{grid-template-columns:104px 1fr auto}.product-photo{height:108px}.hero h1{font-size:34px}.cart-item{grid-template-columns:54px 1fr}.cart-item .qty{grid-column:2/-1;width:max-content}.cart-item-photo{width:54px;height:54px}}

/* V10 - performance percebida e modal de pedido premium */
.product-skeleton{height:178px;border-radius:28px;background:linear-gradient(100deg,#eef0f4 0%,#fafafa 45%,#eef0f4 80%);background-size:220% 100%;animation:skeletonMove 1.1s ease-in-out infinite}
@keyframes skeletonMove{to{background-position:-120% 0}}
.order-modal{background:rgba(15,18,28,.38);backdrop-filter:blur(10px)}
.order-card{max-width:440px;text-align:left;padding:24px;border-radius:32px;box-shadow:0 28px 90px rgba(20,24,36,.22)}
.order-card .close-order{right:16px;top:16px;background:#f4f6f9;color:#1f232b}
.order-card .success-icon{margin:4px 0 16px;width:72px;height:72px;border-radius:24px;background:#eefdf3}
.order-card h2{font-size:30px;letter-spacing:-.045em;margin:0 44px 6px 0;color:#171a21}
.order-card p{margin:0;color:#777f8e;font-weight:700}
.timeline{position:relative;margin:22px 0 18px;padding-left:4px}
.timeline:before{content:"";position:absolute;left:20px;top:22px;bottom:22px;width:2px;background:#e7eaf0}
.timeline-step{position:relative;background:transparent;border-radius:0;padding:10px 8px 10px 44px;color:#9aa1ad}
.timeline-step strong{font-size:14px}
.timeline-dot{position:absolute;left:10px;width:22px;height:22px;border:4px solid #fff;background:#d2d7df;box-shadow:0 0 0 1px #e7eaf0}
.timeline-step.done{background:transparent;color:#15171c}
.timeline-step.done .timeline-dot{background:var(--primary);box-shadow:0 0 0 5px rgba(255,106,0,.12)}
.order-cta{height:54px;border-radius:999px;margin-top:8px}
.order-payment{height:52px;border-radius:999px;margin-top:8px}
@media(max-width:760px){.order-modal{align-items:end;padding:0}.order-card{max-width:100%;width:100%;border-radius:30px 30px 0 0;padding:24px 20px calc(22px + env(safe-area-inset-bottom));max-height:90vh;overflow:auto}.order-card:before{content:"";display:block;width:48px;height:5px;border-radius:99px;background:#d7dbe2;margin:0 auto 18px}.order-card h2{font-size:27px}.timeline{margin-top:18px}}

/* V11 - ícones locais e animações leves sem CDN */
.moto-anim{display:grid;place-items:center;border-radius:22px;background:rgba(255,106,0,.14);color:var(--primary);animation:motoFloat 1.8s ease-in-out infinite}
.moto-anim svg{width:32px;height:32px}
@keyframes motoFloat{0%,100%{transform:translateX(0) translateY(0)}50%{transform:translateX(8px) translateY(-3px)}}
.success-icon{animation:successPop .38s cubic-bezier(.2,1.4,.4,1)}
@keyframes successPop{0%{transform:scale(.75);opacity:.2}100%{transform:scale(1);opacity:1}}
.login-card-icon{animation:successPop .38s cubic-bezier(.2,1.4,.4,1)}
.row-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.btn.danger{background:#fff1f2;color:#be123c}
.admin-toast{left:auto;right:18px;transform:translateY(-130%);min-width:260px}
.admin-toast.show{animation:adminToast 1.8s ease forwards}
@keyframes adminToast{0%{transform:translateY(-130%);opacity:0}12%,82%{transform:translateY(0);opacity:1}100%{transform:translateY(-130%);opacity:0}}
.lane{min-height:220px}.order-chip{cursor:grab}.order-chip:active{cursor:grabbing}

/* V13 - admin premium de produtos */
.admin-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.admin-page-head h1{margin:4px 0 0}
.product-admin-layout{display:grid;grid-template-columns:minmax(320px,390px) 1fr;gap:18px;align-items:start}
.product-editor{position:sticky;top:18px}
.form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.form-head h2{margin:4px 0 0;font-size:24px;letter-spacing:-.04em}
.form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.switch-row{display:flex;gap:10px;flex-wrap:wrap}
.switch-row label{background:#f6f7f9;border:1px solid #eceef2;border-radius:16px;padding:11px 12px;font-weight:800;color:#596172}
.product-manager{padding:0;overflow:hidden}
.product-manager-head{position:sticky;top:0;z-index:2;background:#fff;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:18px;border-bottom:1px solid #eceef2}
.product-manager-head h2{margin:0 0 4px;font-size:24px;letter-spacing:-.04em}
.product-manager-head small{color:#7a8190;font-weight:750}
.product-tools{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.product-tools input,.product-tools select{height:44px;border:1px solid #e5e7eb;border-radius:16px;background:#f7f8fa;padding:0 12px;outline:0}
.product-tools input{min-width:240px}
.product-admin-grid{display:grid;gap:10px;padding:14px;max-height:calc(100vh - 220px);overflow:auto;background:#f7f8fa}
.admin-product-card{display:grid;grid-template-columns:76px minmax(180px,1fr) minmax(120px,auto) auto;gap:12px;align-items:center;background:#fff;border:1px solid rgba(20,24,36,.05);border-radius:22px;padding:10px;box-shadow:0 10px 26px rgba(20,24,36,.045)}
.admin-product-photo{width:76px;height:76px;border-radius:20px;background:radial-gradient(circle at 50% 18%,#fff,#edf0f5 74%);display:grid;place-items:center;overflow:hidden}
.admin-product-photo img{width:100%;height:100%;object-fit:contain;padding:8px;mix-blend-mode:multiply}
.admin-product-photo svg{color:#ff6a00}
.admin-product-info{display:grid;gap:4px;min-width:0}
.admin-product-info span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:900;color:#ff6a00}
.admin-product-info strong{font-size:15px;line-height:1.2;color:#1f232b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-product-info small{font-size:12px;color:#7a8190;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-product-tags{display:flex;gap:6px;flex-wrap:wrap}
.admin-product-tags em{font-style:normal;border-radius:999px;background:#eef1f5;color:#667085;font-size:11px;font-weight:850;padding:4px 8px}
.admin-product-tags .ok{background:#ecfdf5;color:#15803d}
.admin-product-tags .sale{background:#fff7ed;color:#c2410c}
.admin-product-numbers{display:grid;gap:3px;text-align:right}
.admin-product-numbers strong{font-size:18px;color:#15171c}
.admin-product-numbers small{font-size:12px;color:#7a8190}
.admin-product-card .row-actions{justify-content:flex-end;min-width:132px}
.admin-product-card .btn{min-height:38px;border-radius:14px;padding:9px 11px}
.admin-product-card .btn svg{width:16px;height:16px}
.admin-form input,.admin-form textarea,.admin-form select{border-color:#e5e7eb;background:#f9fafb}
.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus,.product-tools input:focus,.product-tools select:focus{box-shadow:0 0 0 4px rgba(255,106,0,.10);border-color:#ffb36b}
@media(max-width:1100px){.product-admin-layout{grid-template-columns:1fr}.product-editor{position:relative;top:auto}.product-admin-grid{max-height:none}.admin-product-card{grid-template-columns:70px 1fr}.admin-product-numbers{text-align:left;grid-column:2}.admin-product-card .row-actions{grid-column:1/-1;justify-content:stretch}.admin-product-card .row-actions .btn{flex:1}.product-manager-head{align-items:flex-start;flex-direction:column}.product-tools,.product-tools input,.product-tools select{width:100%}}
@media(max-width:560px){.admin-page-head{align-items:stretch;flex-direction:column}.form-row{grid-template-columns:1fr}.admin-product-info strong,.admin-product-info small{white-space:normal}.admin-product-card{border-radius:20px}}

/* V14 - admin SaaS premium + produtos em cards visuais */
body:has(.admin-shell){background:#f6f7fb;color:#202633}
.admin-shell{grid-template-columns:260px 1fr;background:#f6f7fb;gap:18px;padding:16px;min-height:100vh}
.sidebar{margin:0;border-radius:28px;background:#fff;color:#202633;border:1px solid #e9ecf2;box-shadow:0 18px 45px rgba(31,38,51,.06);padding:16px}
.sidebar strong{display:flex;align-items:center;gap:10px;color:#111827;font-size:18px;margin:8px 8px 18px}
.sidebar strong:before{content:"";width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#ff6a00,#ffb25f);display:grid;place-items:center;color:#fff;font-size:13px;font-weight:950}
.sidebar button,.sidebar a{color:#687083;background:transparent;border-radius:16px;font-weight:800;padding:12px 13px}
.sidebar button:hover,.sidebar a:hover{background:#f3f6ff;color:#2563eb}
.sidebar button:first-of-type{background:#eef4ff;color:#2563eb}
.sidebar svg{color:#8b95a7}
.sidebar button:hover svg,.sidebar a:hover svg,.sidebar button:first-of-type svg{color:#2563eb}
.admin-main{padding:10px 10px 26px;min-width:0}
.admin-main h1{font-size:36px;color:#111827}
.metric,.panel{border:1px solid #e9ecf2;border-radius:28px;box-shadow:0 16px 42px rgba(31,38,51,.055)}
.metric{min-height:122px;display:grid;align-content:center}
.metric small{font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:900;color:#8b95a7}
.metric strong{font-size:36px;color:#111827}
.admin-page-head{background:#fff;border:1px solid #e9ecf2;border-radius:30px;padding:22px 24px;box-shadow:0 16px 42px rgba(31,38,51,.05)}
.admin-page-head h1{font-size:38px;margin:4px 0 0}
.admin-page-head .btn{border-radius:18px}
.product-admin-layout{grid-template-columns:minmax(340px,410px) 1fr;gap:20px}
.product-editor{border-radius:30px;padding:22px;top:18px}
.form-head{border-bottom:1px solid #edf0f5;padding-bottom:16px;margin-bottom:4px}
.form-head h2{font-size:26px}
.admin-form input,.admin-form textarea,.admin-form select{height:50px;border-radius:16px;background:#fff;border:1px solid #e3e7ee}
.admin-form textarea{height:auto;min-height:94px}
.form-row{grid-template-columns:1fr 1fr 1fr}
.switch-row label{border-radius:16px;background:#f6f8fb}
.product-manager{border-radius:30px;background:#fff}
.product-manager-head{border-radius:30px 30px 0 0;padding:20px 22px;background:#fff}
.product-manager-head h2{font-size:28px;color:#111827}
.product-tools input,.product-tools select{height:46px;border-radius:16px;background:#fff;border:1px solid #e3e7ee}
.product-admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px;padding:18px;background:#f6f7fb;max-height:calc(100vh - 236px)}
.admin-product-card{display:flex;flex-direction:column;gap:12px;border-radius:26px;padding:12px;background:#fff;border:1px solid #e9ecf2;box-shadow:0 14px 34px rgba(31,38,51,.055);transition:.18s ease;min-height:370px}
.admin-product-card:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(31,38,51,.10)}
.admin-product-photo{width:100%;height:174px;border-radius:22px;background:radial-gradient(circle at 50% 20%,#fff 0,#eef2f7 70%);box-shadow:inset 0 0 0 1px rgba(31,38,51,.04)}
.admin-product-photo img{padding:14px;filter:drop-shadow(0 16px 16px rgba(31,38,51,.14))}
.admin-product-info{gap:5px;min-height:92px}
.admin-product-info span{color:#2563eb}
.admin-product-info strong{white-space:normal;font-size:16px;line-height:1.22;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.admin-product-info small{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:32px}
.admin-product-tags em{background:#f0f3f8;color:#667085}
.admin-product-tags .ok{background:#dcfce7;color:#166534}
.admin-product-tags .sale{background:#ffedd5;color:#c2410c}
.admin-product-numbers{display:grid;grid-template-columns:1fr 1fr;gap:8px;text-align:left;background:#f8fafc;border-radius:18px;padding:11px}
.admin-product-numbers strong{grid-column:1/-1;font-size:22px;color:#111827}
.admin-product-numbers small{background:#fff;border-radius:12px;padding:7px 8px;text-align:center;font-weight:800}
.admin-product-card .row-actions{display:grid;grid-template-columns:1fr 44px;gap:8px;min-width:0;margin-top:auto}
.admin-product-card .btn{height:44px;border-radius:15px;min-height:44px}
.admin-product-card .btn.soft{background:#eef4ff;color:#2563eb}
.admin-product-card .btn.danger{background:#fff1f2;color:#e11d48}
.product-manager .empty-state{padding:30px;text-align:center}
.kanban{grid-template-columns:repeat(6,minmax(230px,1fr))}
.lane{background:#f1f4f8;border:1px solid #e7ebf2}
.order-chip{border:1px solid #e9ecf2}
@media(max-width:1180px){.admin-shell{grid-template-columns:1fr;padding:0}.sidebar{border-radius:0;margin:0;display:flex;overflow:auto;gap:8px}.sidebar strong{min-width:max-content;margin:0 12px 0 0}.sidebar button,.sidebar a{min-width:max-content}.admin-main{padding:18px}.product-admin-layout{grid-template-columns:1fr}.product-editor{position:relative;top:auto}.product-admin-grid{max-height:none}}
@media(max-width:640px){.admin-page-head{align-items:stretch;flex-direction:column;padding:18px}.admin-page-head h1{font-size:31px}.product-admin-grid{grid-template-columns:1fr;padding:12px}.product-manager-head{align-items:stretch}.product-tools{display:grid}.form-row{grid-template-columns:1fr}.admin-main{padding:12px}.metric-grid{grid-template-columns:1fr}.admin-grid{grid-template-columns:1fr}}

/* V15 - dashboard moderno e correção de navegação */
.dashboard-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;background:linear-gradient(135deg,#111827,#26324a);border-radius:32px;padding:28px 30px;margin-bottom:18px;color:#fff;box-shadow:0 22px 56px rgba(31,38,51,.16)}
.dashboard-hero .eyebrow{background:rgba(255,255,255,.12);color:#fff}
.dashboard-hero h1{color:#fff;margin:8px 0 8px;font-size:42px}
.dashboard-hero p{margin:0;color:rgba(255,255,255,.72);max-width:620px}
.dashboard-grid{display:grid;grid-template-columns:1fr minmax(260px,340px);gap:18px;margin-top:18px}
.dashboard-action-panel{display:grid;gap:12px;align-content:start}
.dashboard-action-panel .btn{justify-content:flex-start}
.order-pipeline{grid-template-columns:repeat(3,minmax(130px,1fr))}
.pipeline-step strong{color:#111827}
@media(max-width:900px){.dashboard-hero{align-items:stretch;flex-direction:column;padding:22px}.dashboard-grid{grid-template-columns:1fr}.dashboard-hero h1{font-size:34px}.order-pipeline{grid-template-columns:repeat(2,minmax(130px,1fr))}}

/* V16 - correção mobile customer/admin */
html,body{max-width:100%;overflow-x:hidden}
img,svg,video{max-width:100%}
.app-shell,.admin-shell,.admin-main,main,section{min-width:0}
.category-list{scrollbar-width:none}
.category-list::-webkit-scrollbar{display:none}
.cat-btn{max-width:180px;overflow:hidden;text-overflow:ellipsis}
.floating-cart{bottom:calc(92px + env(safe-area-inset-bottom));left:14px;right:14px;width:auto;transform:none}
.mobile-nav{bottom:calc(10px + env(safe-area-inset-bottom))}
.drawer-panel{max-width:100vw}
.product-sheet{max-width:calc(100vw - 20px)}
@media(max-width:760px){
  .app-shell{padding:10px 10px calc(150px + env(safe-area-inset-bottom))}
  .topbar{padding:8px 0}
  .brand-mark{width:42px;height:42px;border-radius:14px}
  .brand strong{font-size:14px}
  .brand small{font-size:11px}
  .icon-btn{min-width:42px;height:42px;border-radius:14px}
  .hero{min-height:360px;border-radius:26px;padding:22px;background-position:center}
  .hero h1{font-size:32px;line-height:1.02;letter-spacing:-.04em}
  .hero p{font-size:14px;line-height:1.45}
  .hero-actions .btn{min-height:44px;padding:11px 15px}
  .toolbar{top:58px;border-radius:22px;padding:9px;margin:14px 0}
  .search{min-height:50px;border-radius:18px}
  .category-list{gap:8px;margin-inline:-2px}
  .cat-btn{height:42px;padding:9px 11px;font-size:12px;max-width:142px}
  .section-head{margin:20px 0 12px;align-items:flex-start}
  .section-head h2{font-size:25px}
  .section-head .btn{min-height:42px;padding:10px 12px;font-size:12px}
  .featured-products{display:none}
  .product-grid{grid-template-columns:1fr;gap:10px}
  .product-card{grid-template-columns:98px minmax(0,1fr) 48px;grid-template-areas:"photo info add" "photo meta add";min-height:118px;padding:9px;border-radius:22px;gap:9px}
  .product-photo{height:100px;border-radius:18px;padding:8px}
  .product-category{font-size:10px;margin-bottom:3px}
  .product-card h3{font-size:14px;line-height:1.18;-webkit-line-clamp:2}
  .meta{align-self:end}
  .price{font-size:18px}
  .stock{font-size:10px;padding:4px 7px}
  .add-btn{width:44px;height:44px;border-radius:16px}
  .floating-cart{grid-template-columns:1fr auto;bottom:calc(84px + env(safe-area-inset-bottom));padding:11px 12px 11px 15px;border-radius:18px}
  .floating-cart em{grid-column:auto;padding:10px 12px;font-size:13px}
  .mobile-nav{width:calc(100% - 18px);border-radius:20px;padding:6px}
  .mobile-nav a,.mobile-nav button{font-size:16px;padding:7px 2px;border-radius:15px}
  .mobile-nav span{font-size:9px}
  .drawer-panel{height:90vh;margin-top:10vh;border-radius:28px 28px 0 0;padding:14px}
  .cart-item{grid-template-columns:54px minmax(0,1fr);gap:10px}
  .cart-item .qty{grid-column:2;justify-self:start}
  .checkout{border-radius:24px;padding:14px}
  .checkout-block{border-radius:20px;padding:12px}
  .product-sheet-media{min-height:220px}
}

/* V16 admin mobile */
@media(max-width:760px){
  body:has(.admin-shell){background:#f6f7fb}
  .admin-shell{display:block;padding:0;overflow-x:hidden}
  .sidebar{position:sticky;top:0;z-index:40;border-radius:0;margin:0;padding:10px;display:flex;gap:8px;overflow-x:auto;box-shadow:0 10px 30px rgba(31,38,51,.08);scrollbar-width:none}
  .sidebar::-webkit-scrollbar{display:none}
  .sidebar strong{display:none}
  .sidebar button,.sidebar a{min-width:74px;height:54px;padding:7px 8px;display:grid;place-items:center;gap:2px;font-size:10px;text-align:center;border-radius:16px}
  .sidebar svg{width:18px;height:18px}
  .admin-main{padding:12px 10px 28px}
  .dashboard-hero{border-radius:24px;padding:20px;margin-bottom:12px}
  .dashboard-hero h1{font-size:30px}
  .dashboard-hero p{font-size:13px;line-height:1.4}
  .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .metric{min-height:96px;padding:14px;border-radius:22px}
  .metric strong{font-size:25px}
  .dashboard-grid{grid-template-columns:1fr;gap:12px}
  .order-pipeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .pipeline-step{border-radius:18px;padding:12px}
  .pipeline-step strong{font-size:24px}
  .admin-page-head{border-radius:24px;padding:16px;margin-bottom:12px}
  .admin-page-head h1{font-size:29px}
  .product-admin-layout{display:block}
  .product-editor{position:relative;top:auto;border-radius:24px;padding:16px;margin-bottom:12px}
  .product-manager{border-radius:24px}
  .product-manager-head{position:relative;border-radius:24px 24px 0 0;padding:15px;gap:12px}
  .product-manager-head h2{font-size:22px}
  .product-tools{display:grid;grid-template-columns:1fr;gap:8px}
  .product-tools input,.product-tools select{width:100%;min-width:0;height:44px}
  .product-admin-grid{grid-template-columns:1fr;gap:12px;padding:12px;max-height:none}
  .admin-product-card{min-height:auto;border-radius:22px;padding:10px;display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px}
  .admin-product-photo{width:92px;height:92px;border-radius:18px;grid-row:1/3}
  .admin-product-info{min-height:auto}
  .admin-product-info strong{font-size:14px;-webkit-line-clamp:2}
  .admin-product-info small{display:none}
  .admin-product-tags em{font-size:10px;padding:3px 7px}
  .admin-product-numbers{grid-column:2;grid-template-columns:1fr 1fr;padding:8px;border-radius:15px}
  .admin-product-numbers strong{font-size:17px}
  .admin-product-numbers small{font-size:10px;padding:6px}
  .admin-product-card .row-actions{grid-column:1/-1;grid-template-columns:1fr 44px}
  .admin-grid{grid-template-columns:1fr;gap:12px}
  .kanban{grid-template-columns:1fr;gap:10px}
  .lane{border-radius:20px;min-height:120px}
}
@media(max-width:390px){
  .metric-grid{grid-template-columns:1fr}
  .product-card{grid-template-columns:90px minmax(0,1fr) 42px}
  .product-photo{height:92px}
}

/* V18 - simplificação real mobile/desktop + checkout em etapas */
.drawer-panel{display:flex;flex-direction:column}
.checkout-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;background:#eef1f5;border-radius:20px;padding:6px}
.checkout-step{border:0;background:transparent;border-radius:16px;min-height:48px;display:grid;place-items:center;gap:2px;color:#7a8190;font-size:12px;font-weight:900}
.checkout-step span{width:22px;height:22px;border-radius:999px;background:#fff;display:grid;place-items:center;color:#7a8190;font-size:11px}
.checkout-step.is-active{background:#15171c;color:#fff;box-shadow:0 10px 24px rgba(21,23,28,.16)}
.checkout-step.is-active span{background:#ff6a00;color:#fff}
.checkout-pane[hidden]{display:none!important}
.checkout-next{margin-top:4px}
.product-editor{z-index:15}
@media(min-width:761px){
  .checkout{position:sticky;bottom:0}
  .checkout-block{min-height:310px;align-content:start}
}
@media(max-width:760px){
  .checkout-steps{position:sticky;top:0;z-index:4}
  .checkout-step{font-size:11px;min-height:44px}
  .checkout-block{min-height:330px}
  .checkout-submit,.checkout-next{height:54px;margin-top:auto}
  body.editing-product{overflow:hidden}
  body.editing-product .product-editor{position:fixed!important;inset:0!important;z-index:100;background:#fff;border-radius:0!important;overflow:auto;padding:18px 14px calc(24px + env(safe-area-inset-bottom))!important}
  body.editing-product .product-manager{display:none}
  body.editing-product .sidebar{display:none}
  body.editing-product .form-head{position:sticky;top:0;background:#fff;z-index:2;padding-top:6px}
  body.editing-product #clearProductForm:before{content:"Fechar ";font-size:0}
  .integrations-panel{border-radius:24px;padding:14px}
  .integration-card{grid-template-columns:38px 1fr!important}
  .integration-card input{grid-column:1/-1}
}
/* Admin cleanup V18 */
.admin-shell{background:#f7f8fb}
.admin-main{max-width:1480px;width:100%;margin:0 auto}
.dashboard-hero,.admin-page-head,.panel,.metric{box-shadow:0 10px 28px rgba(31,38,51,.045)}
.integration-card{display:grid;grid-template-columns:46px minmax(180px,1fr) minmax(260px,420px);gap:12px;align-items:center;border:1px solid #e9ecf2;border-radius:20px;padding:14px;background:#fff}
.integration-card>svg{width:24px;height:24px;color:#2563eb}
.integration-card strong{display:block;color:#111827}
.integration-card small{display:block;color:#7a8190;font-size:12px;margin-top:3px}
.integrations-panel{display:grid;gap:12px}
.kanban{align-items:start}
.lane{background:#f7f8fb;border:1px solid #e4e8f0}
.lane h3{font-size:12px;color:#475569}
.order-chip{border-radius:18px;padding:12px}
.order-chip .mini{font-size:12px}
@media(max-width:760px){
  .admin-product-card{box-shadow:none;border:1px solid #e5e7eb}
  .admin-product-photo{height:86px;width:86px}
  .product-admin-grid{background:#fff}
  .product-manager{box-shadow:none}
}

/* V19 - correcao critica de admin/produtos/categorias */
.category-list{display:flex;gap:9px;overflow-x:auto;overflow-y:hidden;padding:3px 2px 10px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
.cat-btn{flex:0 0 auto;max-width:none;min-width:max-content;border-radius:999px;padding:11px 14px;font-size:13px;line-height:1;box-shadow:0 8px 18px rgba(20,24,36,.045)}
.cat-btn span,.cat-btn{white-space:nowrap;overflow:visible;text-overflow:clip}
.cat-btn svg{flex:0 0 auto}
.toolbar:has(.category-list){position:relative}
.toolbar:has(.category-list):after{content:"";position:absolute;right:-1px;bottom:0;width:42px;height:54px;background:linear-gradient(90deg,rgba(255,247,236,0),var(--bg));pointer-events:none}

body:has(.admin-shell){--admin-bg:#f4f6fa;--admin-card:#fff;--admin-line:#e6eaf0;--admin-text:#151923;--admin-muted:#667085;background:var(--admin-bg)}
.admin-shell{grid-template-columns:248px minmax(0,1fr);gap:14px;padding:14px;background:var(--admin-bg)}
.admin-main{min-width:0;padding:10px 10px 28px}
.sidebar{position:sticky;top:14px;height:calc(100vh - 28px);border-radius:24px;padding:14px;overflow:auto}
.sidebar button,.sidebar a{display:flex;align-items:center;gap:10px;border-radius:14px;font-weight:850;min-height:44px}
.sidebar button.is-active{background:#111827;color:#fff}
.admin-page-head{background:linear-gradient(135deg,#111827,#1f2937);color:#fff;border-radius:26px;padding:22px;align-items:center}
.admin-page-head .eyebrow{background:rgba(255,255,255,.12);color:#fff}
.admin-page-head h1{font-size:34px;letter-spacing:-.05em}
.product-admin-layout{display:block}
.product-manager{border-radius:26px;box-shadow:0 18px 46px rgba(20,24,36,.07);border:1px solid var(--admin-line);overflow:hidden}
.product-manager-head{position:sticky;top:0;z-index:3;display:grid;grid-template-columns:1fr auto;align-items:center;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);padding:18px 20px;border-radius:26px 26px 0 0}
.product-manager-head h2{font-size:25px;letter-spacing:-.04em}
.product-tools{display:flex;align-items:center;gap:10px}
.product-tools input{min-width:min(340px,34vw)}
.product-tools input,.product-tools select{background:#f8fafc;border:1px solid #dfe5ee;height:46px}
.product-admin-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px;padding:16px;max-height:none;background:#f7f9fc}
.admin-product-card{min-height:0;border-radius:22px;padding:12px;box-shadow:0 12px 26px rgba(20,24,36,.06);border:1px solid #e6eaf0}
.admin-product-photo{height:150px;border-radius:18px}
.admin-product-info{min-height:82px}
.admin-product-info strong{font-size:15px}
.admin-product-numbers{border:1px solid #edf0f5;background:#f8fafc}
.admin-product-card .row-actions{display:grid;grid-template-columns:1fr 44px;gap:8px}
.admin-product-card .btn.soft{background:#111827;color:#fff}
.admin-product-card .btn.danger{background:#fff1f2;color:#be123c}
.product-editor[hidden]{display:none!important}
body.editing-product:before{content:"";position:fixed;inset:0;background:rgba(15,23,42,.42);z-index:90;backdrop-filter:blur(6px)}
body.editing-product .product-editor{display:grid!important;position:fixed!important;right:18px;top:18px;bottom:18px;width:min(520px,calc(100vw - 36px));z-index:100;border-radius:28px!important;padding:20px!important;overflow:auto;box-shadow:0 28px 80px rgba(15,23,42,.28);background:#fff}
body.editing-product .product-manager{display:block}
body.editing-product .sidebar{display:flex}
body.editing-product .form-head{position:sticky;top:-20px;background:#fff;padding:0 0 12px;z-index:2;border-bottom:1px solid #eef1f5}
body.editing-product #clearProductForm:before{content:none}
.product-editor input,.product-editor textarea,.product-editor select{min-height:48px;background:#f8fafc;border:1px solid #dfe5ee;border-radius:15px}
.product-editor textarea{min-height:92px}
.product-editor .form-row{grid-template-columns:1fr 1fr 1fr}
.switch-row label{display:flex;align-items:center;gap:8px;background:#f8fafc}
.kanban{grid-template-columns:repeat(6,minmax(230px,1fr));gap:14px}
.lane{border:1px solid #e4e8ef;background:#f8fafc;border-radius:22px;padding:12px}
.lane h3{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#475467}
.order-chip{border-radius:18px;border:1px solid #e4e8ef;box-shadow:0 10px 22px rgba(20,24,36,.055)}

@media(max-width:900px){
  .admin-shell{display:block;padding:0 0 88px}
  .admin-main{padding:12px;overflow:hidden}
  .sidebar{position:fixed;left:10px;right:10px;bottom:10px;top:auto;height:auto;z-index:70;margin:0;border-radius:22px;padding:8px;display:flex;gap:6px;overflow-x:auto;box-shadow:0 18px 46px rgba(20,24,36,.18)}
  .sidebar strong{display:none}
  .sidebar button,.sidebar a{min-width:86px;min-height:54px;justify-content:center;flex-direction:column;gap:3px;font-size:11px;padding:8px 7px;text-align:center;white-space:nowrap}
  .sidebar button svg,.sidebar a svg{width:18px;height:18px}
  .admin-page-head{border-radius:22px;padding:18px;margin-bottom:12px}
  .admin-page-head h1{font-size:29px}
  .product-manager-head{position:relative;grid-template-columns:1fr;gap:12px;padding:15px;border-radius:22px 22px 0 0}
  .product-tools{display:grid;grid-template-columns:1fr;gap:8px;width:100%}
  .product-tools input,.product-tools select{width:100%;min-width:0}
  .product-admin-grid{grid-template-columns:1fr;gap:10px;padding:10px;background:#fff}
  .admin-product-card{display:grid;grid-template-columns:88px minmax(0,1fr);gap:10px;min-height:0;border-radius:18px;padding:10px}
  .admin-product-photo{width:88px;height:88px;grid-row:1/4;border-radius:16px}
  .admin-product-info{min-height:0;gap:3px}
  .admin-product-info strong{font-size:14px;line-height:1.22;-webkit-line-clamp:2}
  .admin-product-info small{display:none}
  .admin-product-tags em{font-size:10px;padding:3px 7px}
  .admin-product-numbers{grid-column:2;grid-template-columns:1fr 1fr;gap:6px;padding:7px;border-radius:14px}
  .admin-product-numbers strong{font-size:16px}
  .admin-product-numbers small{font-size:10px;padding:5px}
  .admin-product-card .row-actions{grid-column:1/-1;grid-template-columns:1fr 44px}
  body.editing-product .product-editor{inset:0!important;width:100%;border-radius:0!important;padding:16px 14px 96px!important}
  body.editing-product .sidebar{display:none}
  body.editing-product .form-head{top:-16px}
  .product-editor .form-row{grid-template-columns:1fr}
  .kanban{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}
  .lane{min-width:82vw;scroll-snap-align:start}
}

/* V105 - Minha conta e usuarios */
.account-profile-preview{display:flex;align-items:center;gap:12px;border:1px solid #e7ebf2;background:#f8fafc;border-radius:20px;padding:12px}
.account-profile-preview>span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#155dfc;color:#fff;font-size:17px;font-weight:950;overflow:hidden;flex:0 0 auto}
.account-profile-preview>span img{width:100%;height:100%;object-fit:cover}
.account-profile-preview strong{display:block;color:#101828;font-size:17px}.account-profile-preview small{display:block;color:#667085;font-size:12px;font-weight:850;margin-top:2px}
.account-help-panel p{color:#667085;font-weight:750;line-height:1.5}
.access-user-row em{display:block;margin-top:5px;color:#667085;font-size:11px;font-style:normal;font-weight:750;line-height:1.35}
@media(max-width:760px){.account-page{grid-template-columns:1fr!important}}

@media(max-width:430px){
  .app-shell{padding-inline:10px}
  .hero{min-height:310px;padding:18px;border-radius:24px}
  .hero h1{font-size:31px;line-height:.98}
  .section-head{align-items:flex-start;gap:10px}
  .section-head h2{font-size:25px}
  .cat-btn{font-size:12px;padding:10px 12px}
  .floating-cart{left:10px;right:10px;width:auto;bottom:76px}
  .mobile-nav{width:calc(100% - 14px);bottom:7px;border-radius:20px}
}

/* V20 - modal profissional e kanban operacional */
body.editing-product:before{background:rgba(8,13,23,.58);backdrop-filter:blur(10px)}
body.editing-product .product-editor{right:22px;top:22px;bottom:22px;width:min(620px,calc(100vw - 44px));border-radius:32px!important;padding:0!important;gap:0;background:#f7f9fc;overflow:hidden;box-shadow:0 34px 100px rgba(8,13,23,.36)}
.product-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;background:linear-gradient(135deg,#111827,#273244);color:#fff;padding:22px!important;border:0!important}
.product-editor-head .eyebrow{background:rgba(255,255,255,.12);color:#fff}
.product-editor-head h2{font-size:30px;margin:6px 0 4px;letter-spacing:-.05em}
.product-editor-head p{margin:0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.35}
.product-editor-head .btn{background:rgba(255,255,255,.12);color:#fff;box-shadow:none;min-width:46px}
.editor-section{display:grid;gap:12px;margin:14px;padding:15px;background:#fff;border:1px solid #e7ebf1;border-radius:22px;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.editor-section>strong{display:flex;align-items:center;gap:8px;color:#151923;font-size:14px}
.editor-section>strong svg{width:18px;height:18px;color:#ff6a00}
.editor-section label{display:grid;gap:7px;color:#5b6472;font-size:12px;font-weight:850}
.editor-section input,.editor-section textarea,.editor-section select{width:100%;font-size:14px;color:#151923}
.form-row.two{grid-template-columns:1fr 1.25fr}
.editor-hint{border-radius:14px;background:#fff7ed;color:#9a3412;padding:10px 12px;font-size:12px;font-weight:750}
.editor-actions{position:sticky;bottom:0;display:grid;grid-template-columns:1fr 1.4fr;gap:10px;padding:14px;background:rgba(247,249,252,.92);backdrop-filter:blur(16px);border-top:1px solid #e7ebf1}
.editor-actions .btn{min-height:52px;border-radius:18px}
.editor-actions .btn.primary{box-shadow:0 14px 28px rgba(255,106,0,.22)}
.kanban{display:grid;grid-template-columns:repeat(6,minmax(260px,1fr));gap:14px;padding-bottom:8px}
.lane{padding:0;background:#eef2f7;border:1px solid #dfe5ee;border-radius:24px;overflow:hidden;min-height:420px}
.lane.drag-over{outline:3px solid rgba(255,106,0,.22);background:#fff7ed}
.lane-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px;background:#fff;border-bottom:1px solid #e2e8f0}
.lane-head span{display:block;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.04em;color:#151923}
.lane-head small{display:block;margin-top:3px;color:#667085;font-size:11px}
.lane-head strong{width:34px;height:34px;border-radius:12px;background:#111827;color:#fff;display:grid;place-items:center;font-size:13px}
.lane-drop{display:grid;gap:10px;padding:10px;align-content:start;min-height:340px}
.empty-lane{border:1px dashed #cbd5e1;border-radius:18px;color:#94a3b8;font-size:12px;font-weight:800;text-align:center;padding:18px 12px;background:rgba(255,255,255,.52)}
.order-chip{display:grid;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:12px;box-shadow:0 12px 26px rgba(15,23,42,.07)}
.order-chip.is-new{border-color:#ffb86b;box-shadow:0 14px 34px rgba(255,106,0,.14)}
.order-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.order-card-top strong{font-size:13px;color:#111827}
.order-card-top span{font-size:14px;font-weight:950;color:#ff6a00}
.order-customer{display:grid;gap:2px}
.order-customer b{font-size:14px;color:#151923;line-height:1.2}
.order-customer small{color:#667085;font-size:12px}
.order-items{list-style:none;margin:0;padding:9px;background:#f8fafc;border-radius:14px;display:grid;gap:6px}
.order-items li{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;font-size:12px;color:#475467}
.order-items li span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.order-items li strong{color:#111827;font-size:12px;white-space:nowrap}
.order-actions{display:grid;grid-template-columns:1fr 1fr 44px;gap:7px}
.order-actions .btn{min-height:40px;border-radius:13px;padding:8px 9px;font-size:12px}
.order-actions .btn:only-child{grid-column:1/-1}
.order-status-select{width:100%;height:40px;border:1px solid #e2e8f0;border-radius:13px;background:#fff;padding:0 10px;font-size:12px;font-weight:850;color:#475467}

@media(max-width:900px){
  body.editing-product .product-editor{inset:0!important;width:100%!important;border-radius:0!important;padding:0!important}
  .product-editor-head{padding:18px 14px!important}
  .product-editor-head h2{font-size:26px}
  .editor-section{margin:10px;border-radius:18px;padding:13px}
  .form-row.two{grid-template-columns:1fr}
  .editor-actions{grid-template-columns:1fr; padding-bottom:calc(14px + env(safe-area-inset-bottom))}
  .kanban{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}
  .lane{min-width:86vw;scroll-snap-align:start;min-height:70vh}
  .lane-drop{min-height:calc(70vh - 68px)}
  .order-actions{grid-template-columns:1fr 1fr 42px}
}

/* V21 - hub de gerenciamento e categorias reais */
.management-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 14px}
.management-card{border:1px solid #e5eaf1;background:#fff;border-radius:22px;padding:16px;text-align:left;display:grid;gap:8px;box-shadow:0 12px 28px rgba(15,23,42,.055);transition:.18s ease;color:#151923}
.management-card:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(15,23,42,.09)}
.management-card svg{width:24px;height:24px;color:#ff6a00}
.management-card strong{font-size:15px}
.management-card span{font-size:12px;color:#667085;line-height:1.35}
.category-manager{margin-bottom:14px;border-radius:26px}
.category-manager-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px}
.category-manager h2{margin:4px 0 2px;font-size:25px;letter-spacing:-.04em}
.category-manager small{color:#667085;font-weight:750}
.category-form{display:grid;grid-template-columns:minmax(150px,.9fr) minmax(220px,1.3fr) minmax(160px,.9fr) auto auto;gap:12px;align-items:end;margin-bottom:16px;padding:14px;border:1px solid #e7ebf2;background:#f8fafc;border-radius:22px}
.category-form label{display:grid;gap:7px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.055em;color:#667085}
.category-form input{height:46px;border:1px solid #dfe5ee;border-radius:15px;background:#fff;padding:0 12px;color:#151923;text-transform:none;letter-spacing:0;font-size:14px;font-weight:650}
.category-form input:focus{border-color:#ff9a3d;box-shadow:0 0 0 3px rgba(255,106,0,.10);outline:0}
.category-form .category-toggle{height:46px;border:1px solid #dfe5ee;border-radius:15px;background:#fff;padding:0 12px;display:flex;align-items:center;gap:8px;font-size:13px;text-transform:none;letter-spacing:0;color:#475467}
.category-form .btn{height:46px;min-height:46px;border-radius:15px;white-space:nowrap}
.form-error{grid-column:1/-1;border:1px solid #fecaca;background:#fff1f2;color:#be123c;border-radius:14px;padding:10px 12px;font-size:13px;font-weight:850}
.category-admin-list{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.category-table{min-width:760px;border:1px solid #e7ebf2;border-radius:22px;overflow:hidden;background:#fff}
.category-table-head,.category-admin-row{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(150px,1fr) 120px 110px 160px;gap:14px;align-items:center}
.category-table-head{background:#f8fafc;color:#667085;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;padding:12px 14px;border-bottom:1px solid #e7ebf2}
.category-admin-row{padding:13px 14px;border-bottom:1px solid #eef1f5}
.category-admin-row:last-child{border-bottom:0}
.category-admin-row:hover{background:#fffaf5}
.category-name{display:flex;align-items:center;gap:11px;min-width:0}
.category-name i{width:42px;height:42px;border-radius:14px;background:#fff7ed;color:#ff6a00;display:grid;place-items:center;flex:0 0 auto}
.category-name strong{display:block;color:#151923;font-size:15px;white-space:normal;line-height:1.25;overflow:visible;text-overflow:clip}
.category-admin-row code{display:block;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;border:1px solid #e7ebf2;background:#f8fafc;border-radius:999px;padding:7px 10px;color:#475467;font-size:12px}
.category-admin-row small{color:#667085;font-weight:800}
.category-admin-row span{width:max-content;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:950;text-transform:uppercase}
.category-admin-row span.ok{background:#dcfce7;color:#166534}
.category-admin-row span.off{background:#f1f5f9;color:#64748b}
.category-admin-row .mini{min-height:36px;height:36px;border-radius:13px;padding:7px 10px}
.empty-state{border:1px dashed #d7dee9;border-radius:18px;padding:18px;color:#667085;background:#f8fafc}
body.editing-product .product-editor:after{content:"Role para ver todos os campos e salve no final";display:block;margin:0 14px 80px;color:#667085;font-size:12px;text-align:center}

@media(max-width:900px){
  .management-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .management-card{padding:13px;border-radius:18px}
  .category-form{grid-template-columns:1fr;padding:12px}
  .category-form .btn{width:100%}
  .category-table{min-width:0;border-radius:20px}
  .category-table-head{display:none}
  .category-admin-row{grid-template-columns:1fr;gap:9px;padding:14px}
  .category-name strong{font-size:16px}
  .category-admin-row code{width:100%}
  .category-admin-row .row-actions{justify-content:stretch}
  .category-admin-row .row-actions .btn:first-child{flex:1}
}

/* V22 - pagamento guiado e modal menos apertado */
.payment-action-box{display:grid;gap:10px}
.payment-box{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;border:1px solid #e5eaf1;background:#f8fafc;border-radius:18px;padding:12px;color:#151923}
.payment-box svg{color:#ff6a00}
.payment-box strong{display:block;font-size:14px}
.payment-box small{display:block;color:#667085;font-size:12px;margin-top:3px;line-height:1.35}
.payment-box code{display:block;margin-top:8px;white-space:normal;word-break:break-all;background:#fff;border:1px solid #e5eaf1;border-radius:12px;padding:8px;font-size:12px;color:#111827}
.payment-box.pix{grid-template-columns:1fr 116px}
.payment-box.pix img{width:116px;height:116px;border-radius:14px;background:#fff;border:1px solid #e5eaf1;padding:6px}
.payment-box.warn{border-color:#fed7aa;background:#fff7ed}
.order-payment-panel{margin:10px 0}
.order-payment-meta{display:grid;grid-template-columns:1fr auto;gap:4px 8px;align-items:center;border:1px solid #e5eaf1;background:#f8fafc;border-radius:14px;padding:8px}
.order-payment-meta span{font-size:12px;font-weight:900;color:#111827}
.order-payment-meta em{font-style:normal;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:10px;font-weight:950;padding:4px 7px;text-transform:uppercase}
.order-payment-meta small{grid-column:1/-1;color:#667085;font-size:11px}
body.editing-product .product-editor{width:min(760px,calc(100vw - 44px));overflow:auto}
.editor-section{margin-inline:18px;padding:18px}
.product-editor-head{padding:24px!important}
.editor-actions{padding:16px 18px}
@media(min-width:901px){
  body.editing-product .product-editor .editor-section:nth-of-type(1){grid-template-columns:1fr}
  body.editing-product .product-editor{display:block!important}
  .product-editor .form-row{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .payment-box.pix{grid-template-columns:1fr}
  .payment-box.pix img{justify-self:center;width:170px;height:170px}
  body.editing-product .product-editor{overflow:auto}
  .editor-section{margin-inline:10px}
  .product-editor-head p{max-width:280px}
}

/* V24 - matriz de plataforma inspirada nos planos de delivery */
.module-suite{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}
.module-group{background:#fff;border:1px solid #e5eaf1;border-radius:26px;padding:16px;box-shadow:0 14px 34px rgba(15,23,42,.06)}
.module-group header{display:flex;gap:12px;align-items:center;margin-bottom:12px}
.module-group header>svg{width:42px;height:42px;border-radius:16px;background:#fff7ed;color:#ff6a00;padding:10px}
.module-group header strong{display:block;font-size:18px;color:#111827}
.module-group header small{display:block;color:#667085;font-size:12px;margin-top:2px}
.module-list{display:grid;gap:8px}
.module-list button{border:1px solid #e8edf4;background:#f8fafc;border-radius:16px;min-height:46px;padding:9px 10px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;text-align:left;font-weight:850;color:#202633}
.module-list button:hover{background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.module-list span{border-radius:999px;padding:5px 8px;font-size:10px;text-transform:uppercase;font-weight:950;white-space:nowrap}
.module-list .is-on{background:#dcfce7;color:#166534}
.module-list .is-config{background:#ffedd5;color:#c2410c}
.module-list .is-ready{background:#e0f2fe;color:#0369a1}
.module-config-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}
.module-config-card{display:grid;gap:8px}
.module-config-card h2{margin:0;font-size:20px;letter-spacing:-.035em}
.module-config-card p{margin:0;color:#667085;font-size:13px;line-height:1.45}
.module-config-card .btn{justify-self:start;margin-top:4px}
@media(max-width:980px){
  .module-suite{grid-template-columns:1fr}
  .module-config-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .module-group{border-radius:22px;padding:13px}
  .module-list button{grid-template-columns:1fr;gap:6px}
  .module-list span{width:max-content}
}

/* V25 - relatorios BI com filtros, graficos e curva ABC */
.report-filters{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px}
.report-filters button{border:1px solid #e5eaf1;background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;color:#475467;cursor:pointer}
.report-filters button.is-active{background:#111827;color:#fff;border-color:#111827;box-shadow:0 12px 28px rgba(15,23,42,.16)}
.report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.report-panel.large{grid-column:span 2}
.report-panel h2{margin:0 0 12px;font-size:20px;letter-spacing:-.035em;color:#111827}
.chart-bars,.donut-list,.rank-list,.orders-report-table{display:grid;gap:10px}
.chart-row{display:grid;grid-template-columns:92px minmax(0,1fr) 92px;gap:10px;align-items:center}
.chart-row span{font-size:12px;color:#475467;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chart-row div{height:12px;background:#eef2f7;border-radius:999px;overflow:hidden}
.chart-row i{display:block;height:100%;background:linear-gradient(90deg,#ff6a00,#ffb25f);border-radius:999px}
.chart-row strong{font-size:12px;text-align:right;color:#111827}
.rank-row{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #e5eaf1;background:#f8fafc;border-radius:16px;padding:10px}
.rank-row>b{width:36px;height:36px;border-radius:13px;background:#111827;color:#fff;display:grid;place-items:center;font-size:13px}
.rank-row strong{display:block;font-size:14px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rank-row small{display:block;color:#667085;font-size:12px;margin:3px 0 7px}
.rank-row span{display:block;height:8px;background:#e8edf4;border-radius:999px;overflow:hidden}
.rank-row span i{display:block;height:100%;background:#ff6a00;border-radius:999px}
.rank-row.abc-B>b{background:#0369a1}
.rank-row.abc-C>b{background:#64748b}
.order-report-row{display:grid;grid-template-columns:1.2fr 1fr .8fr .8fr auto;gap:10px;align-items:center;border:1px solid #e5eaf1;background:#fff;border-radius:14px;padding:10px;font-size:12px}
.order-report-row strong,.order-report-row b{color:#111827}
.order-report-row span{color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.empty-state{color:#94a3b8;font-weight:850;text-align:center;padding:16px}
@media(max-width:900px){
  .report-grid{grid-template-columns:1fr}
  .report-panel.large{grid-column:auto}
  .chart-row{grid-template-columns:76px 1fr 74px}
  .order-report-row{grid-template-columns:1fr 1fr}
  .order-report-row b{grid-column:1/-1}
}

/* V26 - modulos configuraveis e relatorio com visual executivo */
#reportMetrics .metric{position:relative;overflow:hidden;background:linear-gradient(145deg,#111827,#1f2937);color:#fff;border:0}
#reportMetrics .metric:after{content:"";position:absolute;right:-34px;top:-34px;width:96px;height:96px;border-radius:50%;background:rgba(255,106,0,.22)}
#reportMetrics .metric small{color:rgba(255,255,255,.64)}
#reportMetrics .metric strong{color:#fff}
.report-panel{background:linear-gradient(180deg,#fff,#f9fafb);border:1px solid #e7ebf2;border-radius:26px;box-shadow:0 18px 44px rgba(15,23,42,.07)}
.report-panel h2{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #eef2f7}
.chart-row{min-height:34px;padding:4px 0}
.chart-row div{height:14px;background:#e9eef6}
.chart-row i{background:linear-gradient(90deg,#111827,#ff6a00)}
.rank-row{background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.orders-report-table{overflow:auto}
.order-report-row:first-child{background:#111827;color:#fff;border-color:#111827}
.order-report-row:first-child strong,.order-report-row:first-child b,.order-report-row:first-child span{color:#fff}
.integration-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.integration-overview article{border:1px solid #e5eaf1;background:#f8fafc;border-radius:18px;padding:12px;display:grid;gap:8px}
.integration-overview svg{color:#ff6a00}
.integration-overview strong{font-size:13px;color:#111827}
.integration-overview span{width:max-content;border-radius:999px;background:#fee2e2;color:#991b1b;padding:5px 8px;font-size:10px;font-weight:950;text-transform:uppercase}
.integration-overview span.ok{background:#dcfce7;color:#166534}
.integration-card{grid-template-columns:46px minmax(170px,.8fr) minmax(260px,1.2fr)!important}
.integration-card input,.integration-card select,.integration-card textarea{width:100%}
.integration-card textarea{min-height:78px;grid-column:3}
.field-pulse{outline:3px solid rgba(255,106,0,.28)!important;box-shadow:0 0 0 8px rgba(255,106,0,.11)!important}
.module-list button{position:relative;overflow:hidden}
.module-list button:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,106,0,.08));opacity:0;transition:.18s}
.module-list button:hover:after{opacity:1}
@media(max-width:900px){
  .integration-overview{grid-template-columns:repeat(2,minmax(0,1fr))}
  .integration-card{grid-template-columns:40px 1fr!important}
  .integration-card input,.integration-card select,.integration-card textarea{grid-column:1/-1!important}
}
@media(max-width:520px){
  .integration-overview{grid-template-columns:1fr}
  .report-filters button{flex:1;min-width:120px}
}

/* V27 - carrinho/checkout mobile com bottom sheet limpo */
.drawer-panel{background:#fff;overflow:hidden}
.drawer-panel>header{margin:0 -2px 14px;padding:4px 2px 14px;border-bottom:1px solid #eef2f7;background:#fff}
.drawer-panel>header strong{font-size:22px;letter-spacing:-.04em;color:#111827}
.cart-items{box-shadow:none;border:1px solid #eef2f7;background:#fff;border-radius:20px;padding:4px 12px;max-height:230px;overflow:auto}
.checkout{box-shadow:none;border:1px solid #eef2f7;background:#fff;border-radius:22px;padding:16px}
.checkout-title{display:grid;gap:4px}
.checkout-title .eyebrow{width:max-content;background:#fff7ed;color:#c2410c}
.checkout-title h3{font-size:22px;line-height:1.05;margin:0;color:#111827}
.checkout-steps{background:#f3f5f8;border:1px solid #e8edf4;border-radius:18px;padding:5px;gap:5px}
.checkout-step{border-radius:14px;min-height:48px;font-size:11px;color:#687386}
.checkout-step span{width:24px;height:24px;background:#fff;color:#687386}
.checkout-step.is-active{background:#111827;color:#fff;box-shadow:0 10px 22px rgba(15,23,42,.14)}
.checkout-step.is-active span{background:#ff6a00;color:#fff}
.checkout-block{background:#fff;border:0;border-radius:0;padding:4px 0 0;gap:10px}
.checkout-block>strong{font-size:12px;color:#475467;margin-top:2px}
.checkout input,.checkout textarea,.checkout select{background:#fff!important;border:1px solid #dfe5ee!important;border-radius:14px!important;box-shadow:none!important;min-height:50px;color:#111827}
.checkout input:focus,.checkout textarea:focus,.checkout select:focus{border-color:#ff6a00!important;box-shadow:0 0 0 4px rgba(255,106,0,.12)!important}
.payment-action-box{gap:8px}
.payment-box{border-radius:16px;padding:11px;background:#f8fafc}
.total-line{border-radius:18px;margin-top:4px;padding:14px 16px;background:#111827}
.checkout-submit,.checkout-next{border-radius:16px;min-height:54px;box-shadow:0 14px 30px rgba(255,106,0,.22)}
@media(min-width:761px){
  .drawer-panel{padding:22px;overflow:auto}
  .checkout{position:sticky;bottom:12px}
}
@media(max-width:760px){
  body:has(.drawer.open){overflow:hidden}
  .drawer{display:flex;align-items:flex-end;background:rgba(15,23,42,.46);backdrop-filter:blur(8px)}
  .drawer-panel{width:100%;height:auto;max-height:calc(100dvh - 10px);margin:0;border-radius:26px 26px 0 0;padding:12px 14px calc(12px + env(safe-area-inset-bottom));transform:translateY(100%);box-shadow:0 -24px 58px rgba(15,23,42,.22);overflow:auto}
  .drawer.open .drawer-panel{transform:translateY(0)}
  .drawer-panel:before{content:"";display:block;width:46px;height:5px;border-radius:999px;background:#d6dce6;margin:0 auto 10px}
  .drawer-panel>header{position:sticky;top:0;z-index:8;padding-top:4px}
  .drawer-panel>header .icon-btn{width:42px;height:42px;min-width:42px;border-radius:14px;background:#f3f5f8;box-shadow:none}
  .cart-items{max-height:148px;border-radius:18px}
  .cart-item{grid-template-columns:50px minmax(0,1fr) auto;gap:9px;padding:10px 0}
  .cart-item-photo{width:50px;height:50px;border-radius:14px}
  .cart-item-info strong{font-size:13px}
  .cart-item .qty{grid-column:3;justify-self:end;height:34px}
  .qty button{width:28px;height:28px}
  .checkout{margin-top:10px;border-radius:20px;padding:13px;max-height:none;overflow:visible}
  .checkout-title h3{font-size:20px}
  .checkout-steps{position:sticky;top:-13px;z-index:6;margin:0 -2px;background:#f3f5f8}
  .checkout-step{min-height:42px;font-size:10px}
  .checkout-step span{width:21px;height:21px;font-size:10px}
  .checkout-block{min-height:auto}
  .checkout input,.checkout textarea,.checkout select{min-height:48px}
  .checkout textarea{min-height:76px}
  .checkout-submit,.checkout-next{position:sticky;bottom:0;z-index:6}
}

/* V28 - ajuste fino do bottom sheet mobile */
@media(max-width:760px){
  .drawer-panel>header{margin-bottom:10px;padding-bottom:10px}
  .cart-items:empty{display:none}
  .checkout-title{grid-template-columns:1fr;gap:2px}
  .checkout-title .eyebrow{font-size:10px;padding:6px 10px}
  .checkout-title h3{font-size:19px}
  .checkout-steps{margin-top:4px}
  .checkout-block>strong{margin-top:6px}
  .checkout input,.checkout textarea,.checkout select{font-size:16px}
  .checkout-next,.checkout-submit{margin-top:8px}
}

/* V29 - checkout mobile em tela cheia estilo app */
@media(max-width:760px){
  .drawer-panel{height:100dvh!important;max-height:100dvh!important;border-radius:0!important;padding:12px 14px calc(16px + env(safe-area-inset-bottom))!important}
  .drawer-panel:before{margin-bottom:8px}
  .drawer-panel>header{top:0}
  .cart-items{flex:0 0 auto}
  .checkout{flex:0 0 auto}
}

/* V30 - area visual de cartao no pagamento */
.card-payment-preview{display:grid;grid-template-columns:150px 1fr;gap:12px;align-items:stretch;border:1px solid #dfe5ee;border-radius:18px;background:#fff;padding:12px}
.card-payment-preview.warn{border-color:#fed7aa;background:#fff7ed}
.card-visual{min-height:104px;border-radius:18px;padding:16px;background:linear-gradient(135deg,#111827,#303846);color:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 14px 28px rgba(15,23,42,.18)}
.card-visual span{width:34px;height:24px;border-radius:7px;background:linear-gradient(135deg,#fbbf24,#f97316)}
.card-visual strong{font-size:15px;letter-spacing:.08em}
.card-visual small{color:rgba(255,255,255,.72);font-size:11px;text-transform:uppercase;font-weight:900;letter-spacing:.06em}
.card-secure-fields{display:grid;gap:8px;align-content:center}
.card-secure-fields label{display:grid;gap:5px;font-size:11px;color:#475467;text-transform:uppercase;font-weight:900;letter-spacing:.05em}
.card-secure-fields>div{display:grid;grid-template-columns:1fr 88px;gap:8px}
.card-secure-fields input:disabled{background:#f8fafc!important;color:#94a3b8!important}
.card-secure-fields p{margin:0;color:#667085;font-size:12px;line-height:1.4}
@media(max-width:760px){
  .card-payment-preview{grid-template-columns:1fr;padding:10px}
  .card-visual{min-height:92px}
}

/* V32 - loja ativa, docs de integracao e BI mais claro */
.store-status{display:inline-flex;width:max-content;align-items:center;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em;margin-top:10px}
.store-status.open{background:#dcfce7;color:#166534}
.store-status.closed{background:#fee2e2;color:#991b1b}
.store-closed-note{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:16px;padding:10px 12px;font-size:13px;font-weight:850}
.checkout-submit:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed}

/* V34 - módulos reais: estoque, financeiro e entregadores */
.product-card.is-soldout{opacity:.68}
.product-card.is-soldout .product-photo{filter:grayscale(.25)}
.add-btn:disabled,.btn:disabled{background:#cbd5e1!important;color:#64748b!important;box-shadow:none!important;cursor:not-allowed}
.status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;text-transform:uppercase;background:#eef2ff;color:#3730a3}
.status-pill.danger{background:#fff1f2;color:#be123c}
.stock-row small,.driver-row small,.driver-order small{display:block;color:#667085;margin-top:3px}
.driver-assign{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.driver-assign select{min-height:42px;border:1px solid var(--line);border-radius:12px;padding:0 10px;background:#fff}
.finance-pending-row b{color:#be123c}
.route-map-panel{display:grid;gap:14px;overflow:hidden}
.route-map-panel h2{margin:4px 0 0}
.route-map-panel p{margin:6px 0 0;color:#667085;font-size:13px;line-height:1.45}
.route-map{position:relative;min-height:270px;border:1px solid #e5eaf1;border-radius:24px;background:linear-gradient(135deg,#f8fafc 0,#fff7ed 100%);overflow:hidden}
.route-map:before{content:"";position:absolute;inset:18px;background-image:linear-gradient(#e8edf4 1px,transparent 1px),linear-gradient(90deg,#e8edf4 1px,transparent 1px);background-size:38px 38px;opacity:.7}
.route-line{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.route-line path{fill:none;stroke:#ff6a00;stroke-width:2.4;stroke-linecap:round;stroke-dasharray:5 4}
.route-base,.route-stop{position:absolute;z-index:2;display:grid;gap:4px;place-items:center;text-align:center;background:#fff;border:1px solid #e5eaf1;border-radius:18px;box-shadow:0 12px 28px rgba(15,23,42,.1);padding:10px;max-width:142px}
.route-base{left:8%;bottom:13%;color:#111827}
.route-base svg{color:#ff6a00}
.route-stop span{width:28px;height:28px;border-radius:999px;background:#111827;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:950}
.route-stop strong,.route-base strong{font-size:12px;color:#111827;max-width:112px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.route-stop.stop-1{left:23%;top:19%}.route-stop.stop-2{left:40%;bottom:18%}.route-stop.stop-3{left:58%;top:24%}.route-stop.stop-4{right:13%;top:12%}.route-stop.stop-5{right:7%;bottom:20%}.route-stop.stop-6{left:12%;top:49%}
.route-map-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.route-map-list article{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #e5eaf1;border-radius:16px;background:#fff;padding:10px}
.route-map-list span{width:32px;height:32px;border-radius:12px;background:#fff7ed;color:#c2410c;display:grid;place-items:center;font-weight:950}
.route-map-list strong{display:block;color:#111827;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.route-map-list small{display:block;color:#667085;font-size:12px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-form h2,.panel h2{letter-spacing:-.02em}
@media (max-width:720px){
  .driver-assign{justify-content:stretch}
  .driver-assign select,.driver-assign .btn{width:100%}
  .row-card.driver-order{grid-template-columns:1fr}
  .route-map{min-height:230px;border-radius:20px}
  .route-map-list{grid-template-columns:1fr}
  .route-base,.route-stop{max-width:118px;padding:8px}
  .route-stop strong,.route-base strong{max-width:92px}
}
.settings-section{display:grid;gap:10px;border:1px solid #e7ebf2;background:#f8fafc;border-radius:22px;padding:14px}
.settings-section h2{margin:0;font-size:18px;color:#111827}
.doc-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid #dbe3ee;border-radius:999px;padding:8px 10px;color:#1f2937;text-decoration:none;font-size:11px;font-weight:950;text-transform:uppercase;background:#fff}
.doc-link:hover{border-color:#ff6a00;color:#c2410c}
.doc-row{display:flex;gap:8px;flex-wrap:wrap;grid-column:3}
.report-insights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:14px 0}
.report-insights article{background:#fff;border:1px solid #e7ebf2;border-radius:22px;padding:16px;box-shadow:0 12px 30px rgba(15,23,42,.055)}
.report-insights span{display:block;color:#ff6a00;font-size:11px;text-transform:uppercase;font-weight:950;letter-spacing:.06em}
.report-insights strong{display:block;margin-top:6px;font-size:20px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.report-insights small{display:block;margin-top:4px;color:#667085}
#reportMetrics{grid-template-columns:repeat(6,minmax(0,1fr))}
#reportMetrics .metric{min-height:112px}
#reportMetrics .metric strong{font-size:30px}
@media(max-width:1100px){#reportMetrics{grid-template-columns:repeat(3,minmax(0,1fr))}.report-insights{grid-template-columns:1fr}}
@media(max-width:760px){
  #reportMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .doc-row{grid-column:1/-1}
  .report-insights article{border-radius:18px;padding:13px}
}
@media(max-width:420px){#reportMetrics{grid-template-columns:1fr}}

/* V33 - integrações alinhadas e sem estouro */
.integrations-panel{max-width:1180px;width:100%;margin:0 auto;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}
.integrations-panel .integration-overview{grid-column:1/-1}
.integrations-panel .integration-card{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;align-items:start;border:1px solid #e7ebf2;background:#fff;border-radius:24px;padding:16px;box-shadow:0 12px 32px rgba(15,23,42,.055)}
.integrations-panel .integration-card>svg{grid-column:1;grid-row:1;width:24px;height:24px;color:#ff6a00;background:#fff7ed;border-radius:14px;padding:10px;box-sizing:content-box}
.integrations-panel .integration-card>div:first-of-type{grid-column:2;min-width:0}
.integrations-panel .integration-card>div:first-of-type strong{font-size:18px;letter-spacing:-.025em}
.integrations-panel .integration-card>div:first-of-type small{line-height:1.4}
.integrations-panel .integration-card input,
.integrations-panel .integration-card select,
.integrations-panel .integration-card textarea{grid-column:1/-1;width:100%;min-width:0;border-radius:14px;background:#fff}
.integrations-panel .integration-card textarea{min-height:92px;resize:vertical}
.integrations-panel .doc-row,
.integrations-panel .doc-link{grid-column:1/-1}
.integrations-panel .doc-row{display:flex;gap:8px;flex-wrap:wrap}
.integrations-panel>.doc-link,.integrations-panel .integration-card>.doc-link{justify-self:start}
.integrations-panel>textarea[name="payment_methods"]{grid-column:1/-1;min-height:120px;border-radius:20px;background:#fff;border:1px solid #e7ebf2;padding:14px}
.integrations-panel>button[type="submit"]{grid-column:1/-1;position:sticky;bottom:14px;z-index:5;box-shadow:0 16px 34px rgba(255,106,0,.22)}
@media(max-width:900px){
  .integrations-panel{grid-template-columns:1fr;gap:12px}
  .integrations-panel .integration-overview{grid-template-columns:repeat(2,minmax(0,1fr))}
  .integrations-panel .integration-card{border-radius:20px;padding:14px}
  .integrations-panel>button[type="submit"]{bottom:8px}
}
@media(max-width:520px){
  .integrations-panel .integration-overview{grid-template-columns:1fr}
  .integrations-panel .integration-card{grid-template-columns:40px minmax(0,1fr)!important}
  .integrations-panel .doc-link{width:100%}
}

/* V36 - marca oficial do cliente no admin e loja */
.brand-mark img{object-fit:contain;padding:4px;background:#fff}
.official-logo-mark{background:#fff!important;color:#15171c!important;overflow:hidden}
.official-logo-mark img{width:100%;height:100%;object-fit:contain;padding:8px}
.admin-sidebar-brand{display:flex!important;align-items:center!important;gap:10px!important;color:#111827!important;font-size:18px!important;margin:8px 8px 18px!important;min-width:0}
.admin-sidebar-brand:before{content:none!important}
.admin-sidebar-brand img,.admin-sidebar-brand span{width:46px;height:46px;border-radius:15px;background:#fff;box-shadow:0 10px 22px rgba(15,23,42,.08);object-fit:contain;display:grid;place-items:center;flex:0 0 auto;color:#151923;font-size:12px;font-weight:950;padding:5px}
.admin-sidebar-brand em{font-style:normal;line-height:1.05;white-space:normal}
.logo-url-field{display:grid;gap:7px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.055em;color:#667085}
.logo-url-field input{text-transform:none;letter-spacing:0;font-size:14px;font-weight:650}
.image-upload-field{display:grid;gap:8px;border:1px dashed #d7dee9;background:#f8fafc;border-radius:18px;padding:12px;color:#475467;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.image-upload-field input{height:auto!important;border:0!important;background:transparent!important;padding:0!important;font-size:13px;text-transform:none;letter-spacing:0;font-weight:700;color:#111827}
.image-upload-preview{display:flex;align-items:center;gap:10px;border:1px solid #e7ebf2;background:#fff;border-radius:18px;padding:10px;color:#667085;font-size:12px;font-weight:850}
.image-upload-preview[hidden]{display:none!important}
.image-upload-preview img{width:64px;height:64px;border-radius:14px;object-fit:contain;background:#f8fafc;border:1px solid #eef1f5;padding:5px}
@media(max-width:1180px){.admin-sidebar-brand{min-width:max-content;margin:0 12px 0 0!important}.admin-sidebar-brand em{white-space:nowrap}}
@media(max-width:640px){.admin-sidebar-brand em{display:none}.admin-sidebar-brand img,.admin-sidebar-brand span{width:42px;height:42px}}

/* V37 - admin operacional: kanban completo, modal de categorias e financeiro BI */
body.modal-open{overflow:hidden}
.modern-login{background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.22),transparent 32%),radial-gradient(circle at 88% 12%,rgba(245,158,11,.24),transparent 30%),linear-gradient(135deg,#06131d,#111827 54%,#06311f)}
.modern-login-card{border:1px solid rgba(255,255,255,.74);box-shadow:0 28px 90px rgba(2,6,23,.28)}
.modern-login-card .field-label{margin-top:12px}
.password-field input[required]{font-weight:750}
.login-card-icon{background:linear-gradient(135deg,#dcfce7,#dbeafe)}
.login-card-icon svg{color:#0f766e}
.kanban-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 14px;padding:10px 12px;border:1px solid #dbeafe;background:#eff6ff;border-radius:18px;color:#1d4ed8;font-size:13px;font-weight:850}
.kanban{display:grid!important;grid-template-columns:repeat(3,minmax(280px,1fr))!important;gap:16px!important;overflow:visible!important;align-items:start}
.kanban-summary{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.kanban-summary article{border:1px solid #e5e7eb;background:#fff;border-radius:20px;padding:14px;box-shadow:0 10px 28px rgba(15,23,42,.06)}
.kanban-summary small{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.kanban-summary strong{display:block;font-size:28px;margin-top:3px;color:#0f172a}
.lane{border:1px solid #e5e7eb;background:#f8fafc;border-radius:24px;padding:12px;min-height:190px;overflow:visible}
.lane-head{background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:12px;margin-bottom:10px}
.lane-head span{font-size:15px}.lane-head strong{background:#eff6ff;color:#1d4ed8}
.lane-drop{display:grid;gap:10px}
.order-chip{border-radius:20px;padding:14px;box-shadow:0 12px 32px rgba(15,23,42,.06);overflow:visible}
.order-card-top{gap:10px}.order-card-top strong,.order-card-top span{white-space:normal;line-height:1.15}.order-card-top span{font-size:16px;color:#047857}
.order-customer{display:grid;gap:3px;margin-top:8px}.order-customer b{font-size:15px;line-height:1.2;white-space:normal}.order-customer small{color:#64748b;font-weight:750}
.order-payment-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:10px 0}
.order-payment-meta span{background:#dbeafe;color:#1d4ed8}.order-payment-meta em{background:#fef3c7;color:#a16207}.order-payment-meta span,.order-payment-meta em,.order-payment-meta small{border-radius:999px;padding:6px 9px;font-size:10px;font-weight:950;text-transform:uppercase;font-style:normal}
.order-items{display:grid;gap:6px;margin:10px 0;padding:0;list-style:none}.order-items li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;font-size:12px}.order-items span{white-space:normal;line-height:1.25}.order-items strong{white-space:nowrap}
.order-actions{display:flex;flex-wrap:wrap;gap:8px}.order-actions .btn{width:auto;min-height:38px}.order-actions .icon-only{width:40px;padding:8px}
.order-status-select{display:none!important}
.order-status-actions{display:flex;gap:6px;overflow-x:auto;padding-top:10px;margin-top:10px;border-top:1px solid #eef2f7}
.order-status-actions button{border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:950;white-space:nowrap}
.order-status-actions button.active{background:#111827;color:#fff;border-color:#111827}
.category-manager{overflow:visible}
.category-manager-head{align-items:center}
.modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.62);z-index:120;display:grid;place-items:center;padding:16px;backdrop-filter:blur(10px)}
.modal-overlay[hidden]{display:none!important}
.category-modal-card{width:min(540px,100%);background:#fff;border-radius:26px;padding:18px;border:1px solid #e5e7eb;box-shadow:0 30px 90px rgba(15,23,42,.28);display:grid;grid-template-columns:1fr!important;gap:12px;margin:0}
.modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.modal-head h2{margin:3px 0 0;font-size:28px;letter-spacing:-.04em}
.category-modal-card label{display:grid;gap:7px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.055em;color:#667085}
.category-modal-card input{height:48px;border:1px solid #dfe5ee;border-radius:15px;background:#fff;padding:0 12px;color:#151923;text-transform:none;letter-spacing:0;font-size:14px;font-weight:650}
.finance-client-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 16px}
.finance-client-panel{border-radius:24px}
.finance-client-panel h2{margin-top:0;font-size:19px}
.finance-green{background:linear-gradient(135deg,#052e22,#047857)!important;color:#fff!important}.finance-blue{background:linear-gradient(135deg,#082f49,#2563eb)!important;color:#fff!important}.finance-yellow{background:linear-gradient(135deg,#713f12,#f59e0b)!important;color:#fff!important}
.finance-green small,.finance-blue small,.finance-yellow small{color:rgba(255,255,255,.72)!important}.finance-green strong,.finance-blue strong,.finance-yellow strong{color:#fff!important}
.finance-client-panel .rank-row b{background:#eff6ff;color:#1d4ed8}
.finance-client-panel .rank-row span i,.finance-client-panel .chart-row i{background:linear-gradient(90deg,#22c55e,#2563eb,#f59e0b)}
.client-row b{color:#047857}
.loyalty-card{display:grid;grid-template-columns:1fr auto;gap:5px;align-items:center;border:1px solid #e5e7eb;border-radius:18px;padding:12px;margin-bottom:8px;background:#f8fafc}
.loyalty-card strong{display:block}.loyalty-card small{color:#64748b;font-weight:750}.loyalty-card span{border-radius:999px;padding:6px 9px;font-size:10px;font-weight:950;text-transform:uppercase}.loyalty-card em{grid-column:1/-1;color:#64748b;font-size:12px;font-style:normal;font-weight:750}
.loyalty-card.gold span{background:#fef3c7;color:#a16207}.loyalty-card.silver span{background:#e2e8f0;color:#475569}.loyalty-card.blue span{background:#dbeafe;color:#1d4ed8}
@media(max-width:1180px){.kanban{grid-template-columns:repeat(2,minmax(280px,1fr))!important}.finance-client-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.kanban-toolbar{align-items:flex-start;flex-direction:column}.kanban{grid-template-columns:1fr!important;overflow:visible!important}.kanban-summary{grid-template-columns:1fr 1fr 1fr;gap:8px}.kanban-summary article{padding:10px;border-radius:16px}.kanban-summary strong{font-size:22px}.lane{scroll-snap-align:none;width:100%;min-width:0}.order-actions .btn{flex:1}.order-actions .icon-only{flex:0 0 44px}.order-status-actions{margin-inline:-2px}.finance-client-grid{grid-template-columns:1fr}.category-manager-head{display:grid;gap:12px}.modal-overlay{align-items:end}.category-modal-card{border-radius:24px 24px 0 0;max-height:92vh;overflow:auto}.category-table{min-width:0!important}.category-admin-row{grid-template-columns:1fr!important}.category-admin-row .row-actions{display:grid;grid-template-columns:1fr auto;width:100%}}

/* V38 - sem degrade no admin; pedidos em esteira; categorias somente no modal */
.admin-main .dashboard-hero,.admin-main .panel,.admin-main .metric,.admin-main .report-panel,.modern-login,.login-brand-panel,.modern-login-card,.login-card-icon,.new-order-alert,.product-skeleton,.admin-product-photo,.route-map,.card-visual,.card-visual span,#reportMetrics .metric,.finance-green,.finance-blue,.finance-yellow{background-image:none!important;background:inherit}
.admin-main{background:#f6f8fb}
.admin-main .panel,.admin-main .metric{background:#fff!important}
.admin-main .dashboard-hero,.admin-main .admin-page-head,.product-editor-head{background:#fff!important;background-image:none!important;color:#111827!important;border:1px solid #e5e7eb!important;box-shadow:0 10px 28px rgba(15,23,42,.05)!important}
.admin-main .dashboard-hero .eyebrow,.admin-main .admin-page-head .eyebrow,.product-editor-head .eyebrow{background:#eff6ff!important;color:#1d4ed8!important}
.admin-main .dashboard-hero p,.admin-main .admin-page-head p,.product-editor-head p{color:#64748b!important}
.modern-login{background:#f4f7fb!important}
.login-brand-panel{background:#111827!important;color:#fff!important;border:0!important;box-shadow:none!important}
.modern-login-card{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 18px 50px rgba(15,23,42,.10)!important}
.login-card-icon{background:#ecfdf5!important}
.admin-main .report-panel,.finance-page .panel{background:#fff!important}
.finance-green{background:#ecfdf5!important;color:#064e3b!important;border-color:#bbf7d0!important}.finance-blue{background:#eff6ff!important;color:#1e3a8a!important;border-color:#bfdbfe!important}.finance-yellow{background:#fffbeb!important;color:#78350f!important;border-color:#fde68a!important}
.finance-green small,.finance-blue small,.finance-yellow small{color:inherit!important;opacity:.72}.finance-green strong,.finance-blue strong,.finance-yellow strong{color:inherit!important}
.finance-client-panel .rank-row span i,.finance-client-panel .chart-row i,.chart-row i{background:#2563eb!important}.finance-client-panel:nth-child(2) .rank-row span i{background:#16a34a!important}.finance-client-panel:nth-child(3) .rank-row span i{background:#eab308!important}
.kanban{display:block!important;overflow:visible!important}
.flow-track{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:12px 0 16px}
.flow-track button{border:1px solid #e5e7eb;background:#fff;border-radius:16px;padding:10px;text-align:left;color:#111827}
.flow-track strong{display:block;font-size:22px;color:#0f172a}.flow-track span{display:block;font-size:11px;color:#64748b;font-weight:900;text-transform:uppercase;letter-spacing:.04em;line-height:1.2}
.order-flow{display:grid;gap:14px}
.flow-stage{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:14px;box-shadow:0 10px 28px rgba(15,23,42,.05)}
.flow-stage-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #eef2f7;margin-bottom:12px}
.flow-stage-head em{font-style:normal;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.flow-stage-head h2{margin:3px 0;font-size:22px}.flow-stage-head small{color:#64748b;font-weight:750}.flow-stage-head strong{width:42px;height:42px;border-radius:14px;background:#eff6ff;color:#1d4ed8;display:grid;place-items:center}
.flow-stage-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.category-modal-card{max-height:92vh;overflow:auto}
.category-modal-list{border-top:1px solid #eef2f7;margin-top:4px;padding-top:12px}.category-modal-list h3{margin:0 0 10px;font-size:16px}.category-modal-list .category-table{min-width:0}.category-modal-list .category-table-head{display:none}.category-modal-list .category-admin-row{grid-template-columns:1fr auto;gap:8px}.category-modal-list .category-admin-row code,.category-modal-list .category-admin-row small,.category-modal-list .category-admin-row>span{display:none}
@media(max-width:980px){.flow-track{grid-template-columns:repeat(3,minmax(0,1fr))}.flow-stage-list{grid-template-columns:1fr}}
@media(max-width:640px){.flow-track{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-track button{padding:9px}.flow-stage{border-radius:20px;padding:12px}.flow-stage-head h2{font-size:19px}.category-modal-list .category-admin-row{grid-template-columns:1fr}.category-modal-list .category-admin-row .row-actions{display:grid;grid-template-columns:1fr auto;width:100%}}

/* V39 - admin sem degrade e pedidos em esteira real */
.admin-shell,.admin-shell *, .admin-shell *::before,.admin-shell *::after{background-image:none!important}
.admin-main{background:#f5f7fb!important;color:#111827}
.admin-main .dashboard-hero,.admin-main .admin-page-head,.admin-main .panel,.admin-main .metric,.admin-main .report-panel,.admin-main .product-editor-head,.admin-main .new-order-alert,.admin-main .management-card,.admin-main .finance-client-panel,.admin-main .modern-card{background:#fff!important;border:1px solid #e5e7eb!important;color:#111827!important;box-shadow:0 10px 28px rgba(15,23,42,.05)!important}
.admin-main .dashboard-hero .eyebrow,.admin-main .admin-page-head .eyebrow,.admin-main .product-editor-head .eyebrow,.order-stream-head .eyebrow{background:#eff6ff!important;color:#1d4ed8!important}
.admin-main .metric small,.admin-main .admin-page-head p,.admin-main .dashboard-hero p,.admin-main .product-editor-head p{color:#64748b!important}
.modern-login{background:#f5f7fb!important}
.modern-login-card{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 18px 50px rgba(15,23,42,.10)!important}
.login-brand-panel{background:#101828!important;color:#fff!important;border:0!important;box-shadow:none!important}
.login-card-icon{background:#ecfdf5!important}
.finance-page .metric.finance-green{background:#ecfdf5!important;color:#065f46!important;border-color:#bbf7d0!important}
.finance-page .metric.finance-blue{background:#eff6ff!important;color:#1e40af!important;border-color:#bfdbfe!important}
.finance-page .metric.finance-yellow{background:#fffbeb!important;color:#92400e!important;border-color:#fde68a!important}
.finance-page .metric small,.finance-page .metric strong{color:inherit!important}
.finance-page .chart-row i,.finance-page .rank-row span i{background:#2563eb!important}
.finance-page .finance-client-panel:nth-of-type(2) .chart-row i,.finance-page .finance-client-panel:nth-of-type(2) .rank-row span i{background:#16a34a!important}
.finance-page .finance-client-panel:nth-of-type(3) .chart-row i,.finance-page .finance-client-panel:nth-of-type(3) .rank-row span i{background:#eab308!important}
.finance-page .finance-client-panel:nth-of-type(4) .chart-row i,.finance-page .finance-client-panel:nth-of-type(4) .rank-row span i{background:#0ea5e9!important}
.kanban{display:block!important;overflow:visible!important}
.order-stream-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 10px;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 10px 28px rgba(15,23,42,.05)}
.order-stream-head h2{margin:3px 0 0;font-size:22px;color:#111827}.order-stream-head small{color:#64748b;font-weight:850}
.order-stream{display:grid;gap:12px}
.order-flow-card{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(190px,240px);gap:14px;align-items:start;border:1px solid #e5e7eb!important;border-left:5px solid #2563eb!important;background:#fff!important;border-radius:20px!important;padding:14px!important;box-shadow:0 10px 28px rgba(15,23,42,.05)!important}
.order-flow-card[data-order-status="novo"]{border-left-color:#eab308!important}.order-flow-card[data-order-status="confirmado"]{border-left-color:#2563eb!important}.order-flow-card[data-order-status="separando"]{border-left-color:#7c3aed!important}.order-flow-card[data-order-status="saiu_entrega"]{border-left-color:#f97316!important}.order-flow-card[data-order-status="entregue"]{border-left-color:#16a34a!important}.order-flow-card[data-order-status="cancelado"]{border-left-color:#dc2626!important}
.order-card-main{min-width:0}.order-card-side{display:grid;gap:10px;justify-items:stretch}.status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em;padding:8px 10px}
.order-flow-card .order-actions{display:grid;grid-template-columns:1fr;gap:8px}.order-flow-card .order-actions .btn{width:100%;justify-content:center}.order-flow-card .order-status-actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin-top:0;padding-top:12px;border-top:1px solid #eef2f7}
.order-flow-card .order-status-actions button{min-height:38px;border-radius:12px;background:#f8fafc!important;border:1px solid #e5e7eb!important;color:#475569!important;font-size:11px;font-weight:900}
.order-flow-card .order-status-actions button.active{background:#111827!important;border-color:#111827!important;color:#fff!important}
.pulse-focus{outline:3px solid rgba(37,99,235,.25);outline-offset:3px}
.flow-stage,.flow-stage-head,.flow-stage-list{display:contents!important}
@media(max-width:820px){.order-flow-card{grid-template-columns:1fr}.order-card-side{justify-items:stretch}.order-flow-card .order-status-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.order-stream-head{align-items:flex-start;flex-direction:column}.flow-track{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* V40 - camada premium SaaS/mobile first */
:root{--bg:#f6f7f9;--card:#fff;--muted:#667085;--line:#e6e8ee;--radius:18px;--shadow:0 18px 44px rgba(16,24,40,.08)}
body{background:#f6f7f9;color:#101828;-webkit-font-smoothing:antialiased}
.app-shell{max-width:1220px;padding:14px 18px 110px}
.topbar{top:0;padding:12px 0;background:rgba(246,247,249,.88);border-bottom:1px solid rgba(230,232,238,.74);backdrop-filter:blur(18px)}
.brand-mark{width:44px;height:44px;border-radius:14px;background:#101828;box-shadow:0 12px 28px rgba(16,24,40,.12)}
.brand strong{font-size:15px}.brand small{font-size:12px;color:#667085}
.icon-btn{border:1px solid #e6e8ee;background:#fff;color:#101828;box-shadow:0 10px 24px rgba(16,24,40,.08)}
.premium-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:24px;align-items:stretch;min-height:430px;padding:34px;border:1px solid #e6e8ee;border-radius:32px;background:#fff!important;color:#101828!important;box-shadow:var(--shadow);overflow:hidden}
.premium-hero:after{content:"";position:absolute;inset:auto 24px 24px auto;width:min(42%,420px);height:72%;border-radius:28px;background:var(--hero-image,#f2f4f7) center/cover no-repeat;opacity:.14;pointer-events:none}
.premium-hero>div:first-child{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;max-width:720px}
.premium-hero .pill,.pill{display:inline-flex;width:max-content;border:1px solid #d0d5dd;background:#f9fafb;color:#344054;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:850}
.premium-hero h1{margin:18px 0 10px;color:#101828;font-size:clamp(36px,5vw,72px);line-height:.95;letter-spacing:0}
.premium-hero p{max-width:650px;color:#475467;font-size:18px;line-height:1.55}
.store-status{width:max-content;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;margin-top:10px;border:1px solid #d0d5dd;background:#fff}
.store-status.open{color:#067647;border-color:#abefc6;background:#ecfdf3}.store-status.closed{color:#b42318;border-color:#fecdca;background:#fef3f2}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.btn{border-radius:14px;min-height:44px;font-weight:850;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.btn:hover,.add-btn:hover,.cat-btn:hover,.icon-btn:hover{transform:translateY(-1px)}
.btn.primary,.add-btn{background:#101828!important;color:#fff!important;border:1px solid #101828!important;box-shadow:0 14px 30px rgba(16,24,40,.16)!important}
.btn.ghost,.btn.soft{background:#fff!important;color:#101828!important;border:1px solid #e6e8ee!important;box-shadow:none!important}
.live-card{position:relative;z-index:1;align-self:stretch;border:1px solid #e6e8ee!important;border-radius:28px;background:#f9fafb!important;color:#101828!important;box-shadow:none!important;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px}
.live-card .moto{width:72px;height:72px;border-radius:22px;background:#101828;color:#fff;display:grid;place-items:center;margin-bottom:auto}
.live-card strong{font-size:26px}.live-card small{color:#667085;font-weight:750}
.app-command-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}
.app-command-strip article{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e6e8ee;border-radius:20px;padding:14px;box-shadow:0 10px 26px rgba(16,24,40,.04)}
.app-command-strip i{color:#101828}.app-command-strip strong{display:block;font-size:13px}.app-command-strip span{display:block;color:#667085;font-size:12px;font-weight:700;line-height:1.3}
.banner-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}
.mini-banner{border:1px solid #e6e8ee;border-radius:20px;background:#fff;padding:16px;box-shadow:0 10px 26px rgba(16,24,40,.04)}
.mini-banner strong{display:block;color:#101828}.mini-banner span{display:block;color:#667085;font-size:13px;margin-top:3px}
.toolbar{position:sticky;top:70px;z-index:18;display:grid;grid-template-columns:minmax(240px,360px) 1fr auto;gap:10px;align-items:center;background:rgba(246,247,249,.92);border:1px solid #e6e8ee;border-radius:22px;padding:10px;margin:18px 0;backdrop-filter:blur(18px)}
.search{height:48px;border:1px solid #e6e8ee;background:#fff;border-radius:16px;padding:0 12px;display:flex;align-items:center;gap:8px}
.search input{border:0;background:transparent;outline:0;width:100%;color:#101828}
.category-list,.featured-rail{display:flex;gap:9px;overflow:auto;scrollbar-width:none}.category-list::-webkit-scrollbar,.featured-rail::-webkit-scrollbar{display:none}
.cat-btn{white-space:nowrap;border:1px solid #e6e8ee;background:#fff;color:#344054;border-radius:999px;min-height:42px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;font-weight:850}
.cat-btn.active{background:#101828;color:#fff;border-color:#101828}
.section-head{margin:30px 0 14px}.section-head h2{font-size:clamp(24px,3vw,38px);line-height:1.05;color:#101828}.eyebrow{letter-spacing:.04em;color:#475467}
.featured-products{margin-top:6px}.featured-rail{padding:2px 0 10px}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.product-card{position:relative;min-height:100%;border:1px solid #e6e8ee!important;border-radius:24px!important;background:#fff!important;box-shadow:0 12px 30px rgba(16,24,40,.06)!important;padding:12px!important;display:flex;flex-direction:column;gap:10px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.product-card:hover{transform:translateY(-2px);box-shadow:0 20px 46px rgba(16,24,40,.10)!important;border-color:#d0d5dd!important}
.product-open{position:absolute;inset:0;border:0;background:transparent;z-index:1}
.favorite-btn{position:absolute;right:18px;top:18px;z-index:3;width:38px;height:38px;border-radius:999px;border:1px solid #e6e8ee;background:rgba(255,255,255,.92);color:#475467;display:grid;place-items:center;box-shadow:0 8px 20px rgba(16,24,40,.08)}
.favorite-btn.is-fav{background:#101828;color:#fff;border-color:#101828}
.product-photo{height:190px;border-radius:18px;background:#f2f4f7;display:grid;place-items:center;overflow:hidden}
.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.product-card:hover .product-photo img{transform:scale(1.035)}
.product-info{min-height:112px}.product-category{display:inline-flex;color:#667085;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.product-info h3{margin:6px 0 4px;color:#101828;font-size:17px;line-height:1.2}.product-info p{margin:0;color:#667085;font-size:13px;line-height:1.35}
.meta{display:flex;align-items:end;justify-content:space-between;gap:10px}.price{font-size:20px;font-weight:950;color:#101828}.stock{font-size:12px;color:#067647;font-weight:850}
.add-btn{position:relative;z-index:2;width:100%;min-height:44px;border-radius:15px;display:flex;align-items:center;justify-content:center;gap:8px}
.drawer-panel,.order-card,.product-sheet{background:#fff!important;border:1px solid #e6e8ee!important;box-shadow:0 24px 70px rgba(16,24,40,.16)!important}
.checkout-step{border:1px solid #e6e8ee;background:#fff;color:#475467}.checkout-step.is-active{background:#101828;color:#fff;border-color:#101828}
.checkout-block,.payment-box,.card-payment-preview,.cart-item,.customer-history{background:#f9fafb!important;border:1px solid #e6e8ee!important;border-radius:18px!important}
.floating-cart{left:50%;transform:translateX(-50%);bottom:82px;width:min(520px,calc(100% - 28px));border:1px solid #101828;background:#101828;color:#fff;border-radius:18px;box-shadow:0 18px 44px rgba(16,24,40,.20)}
.mobile-nav{background:rgba(255,255,255,.94);border:1px solid #e6e8ee;box-shadow:0 -12px 34px rgba(16,24,40,.10);backdrop-filter:blur(18px)}
.timeline-step.done .timeline-dot,.success-icon{background:#101828;color:#fff}
.delivery-animation{background:#101828;color:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 50px rgba(16,24,40,.24)}
.confetti{border-radius:999px}

.admin-shell{background:#f6f7f9!important}
.admin-sidebar{background:#fff!important;border-right:1px solid #e6e8ee!important;box-shadow:none!important}
.admin-sidebar a,.admin-sidebar button{border-radius:14px;color:#344054!important}.admin-sidebar a:hover,.admin-sidebar button:hover,.admin-sidebar button.is-active{background:#101828!important;color:#fff!important}
.admin-main{background:#f6f7f9!important;padding:22px!important}
.admin-main h1{letter-spacing:0;color:#101828}.dashboard-hero,.admin-page-head{border-radius:28px!important;padding:24px!important}
.metric-grid{gap:12px}.metric{border-radius:22px!important;padding:18px!important}.metric strong{font-size:28px;color:#101828}
.dashboard-grid,.admin-grid,.report-grid,.finance-client-grid,.module-config-grid{gap:14px!important}
.panel,.module-group,.integration-card,.module-config-card,.report-panel,.finance-client-panel{border-radius:22px!important;background:#fff!important;border:1px solid #e6e8ee!important;box-shadow:0 12px 30px rgba(16,24,40,.05)!important}
.module-group header{background:#f9fafb!important;border:1px solid #e6e8ee!important;border-radius:18px}
.module-list button{border:1px solid #e6e8ee!important;background:#fff!important;border-radius:14px!important}
.module-list span,.is-on,.is-config,.is-ready{border-radius:999px!important}
.report-filters button{border-radius:999px;border:1px solid #e6e8ee;background:#fff;color:#344054}.report-filters button.is-active{background:#101828;color:#fff;border-color:#101828}
.order-flow-card{border-radius:22px!important}.flow-track button{border-radius:18px!important}
.login-brand-panel{background:#101828!important}.modern-login-card{border-radius:28px!important}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.app-command-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.banner-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.app-shell{padding:10px 12px 106px}.premium-hero{grid-template-columns:1fr;min-height:auto;padding:24px;border-radius:26px}.premium-hero:after{display:none}.premium-hero h1{font-size:42px}.premium-hero p{font-size:16px}.live-card{min-height:190px}.app-command-strip{grid-template-columns:1fr 1fr;gap:8px}.app-command-strip article{padding:11px;border-radius:16px}.app-command-strip span{display:none}.toolbar{top:66px;grid-template-columns:1fr;gap:8px;border-radius:20px}.category-list{padding-bottom:2px}.banner-strip{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card{border-radius:20px!important;padding:9px!important}.product-photo{height:142px;border-radius:15px}.product-info{min-height:104px}.product-info h3{font-size:14px}.product-info p{font-size:12px}.price{font-size:16px}.stock{font-size:11px}.add-btn{min-height:40px;font-size:12px}.drawer-panel{border-radius:24px 24px 0 0}.admin-main{padding:14px!important}}
@media(max-width:420px){.premium-hero h1{font-size:36px}.app-command-strip{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.product-photo{height:128px}.brand small{max-width:220px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}

/* V41 - operação premium: PDV, KDS, entrega e estados vivos */
.ops-command-center{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0 18px}
.ops-card{position:relative;overflow:hidden;display:flex;min-height:160px;flex-direction:column;justify-content:space-between;gap:16px;padding:18px;border:1px solid #e6e8ee;border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(16,24,40,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.ops-card:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(16,24,40,.11);border-color:#d0d5dd}
.ops-card:before{content:"";position:absolute;inset:14px 14px auto auto;width:9px;height:9px;border-radius:999px;background:#12b76a;box-shadow:0 0 0 7px rgba(18,183,106,.12)}
.ops-card span{display:inline-flex;width:max-content;border-radius:999px;background:#f2f4f7;color:#344054;padding:6px 9px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}
.ops-card strong{display:block;margin-top:12px;color:#101828;font-size:21px;line-height:1.08}
.ops-card small{display:block;margin-top:6px;color:#667085;font-weight:750;line-height:1.35}
.ops-card .btn{width:max-content;min-height:38px}
.ops-card.is-live{background:#101828;color:#fff;border-color:#101828}
.ops-card.is-live span{background:rgba(255,255,255,.12);color:#fff}.ops-card.is-live strong{color:#fff}.ops-card.is-live small{color:rgba(255,255,255,.74)}.ops-card.is-live .btn{background:#fff!important;color:#101828!important;border-color:#fff!important}
.ops-card.ai-card:before{background:#2e90fa;box-shadow:0 0 0 7px rgba(46,144,250,.13)}
.product-skeleton{position:relative;overflow:hidden;min-height:310px;border-radius:24px;background:#fff;border:1px solid #e6e8ee}
.product-skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(16,24,40,.06),transparent);animation:skeletonSweep 1.2s infinite}
@keyframes skeletonSweep{from{transform:translateX(-100%)}to{transform:translateX(100%)}}
.empty-cart,.empty-state{border:1px dashed #d0d5dd!important;border-radius:20px!important;background:#f9fafb!important;color:#667085!important;padding:18px!important;text-align:center;font-weight:800}
.cart-toast{border-radius:18px!important;border:1px solid #e6e8ee!important;background:#fff!important;color:#101828!important;box-shadow:0 18px 50px rgba(16,24,40,.16)!important}
.admin-toast{position:fixed!important;top:18px!important;right:18px!important;left:auto!important;bottom:auto!important;z-index:150!important;width:min(360px,calc(100vw - 32px))!important;min-width:0!important;display:grid!important;grid-template-columns:48px 1fr!important;gap:12px!important;align-items:center!important;padding:12px 14px!important;border-radius:22px!important;border:1px solid rgba(21,93,252,.18)!important;background:rgba(255,255,255,.94)!important;color:#101828!important;box-shadow:0 22px 58px rgba(16,24,40,.18),0 0 0 1px rgba(255,255,255,.72) inset!important;backdrop-filter:blur(16px)!important;opacity:0!important;pointer-events:none!important;transform:translate3d(18px,-120%,0) scale(.96)!important}
.admin-toast.show{animation:adminBellToast 2.6s cubic-bezier(.2,.9,.2,1) forwards!important}
.admin-toast strong{display:block!important;font-size:14px!important;line-height:1.2!important;font-weight:950!important;letter-spacing:-.02em!important}
.admin-toast small{display:block!important;margin-top:3px!important;color:#667085!important;font-size:11px!important;font-weight:800!important}
.admin-toast-bell{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#155DFC,#0B48C8);color:#fff;box-shadow:0 12px 26px rgba(21,93,252,.34)}
.admin-toast-bell svg{width:24px;height:24px;animation:bellRing 1s ease-in-out infinite;transform-origin:50% 8%}
@keyframes adminBellToast{0%{opacity:0;transform:translate3d(18px,-120%,0) scale(.96)}12%,84%{opacity:1;transform:translate3d(0,0,0) scale(1)}100%{opacity:0;transform:translate3d(18px,-120%,0) scale(.96)}}
@keyframes bellRing{0%,100%{transform:rotate(0)}14%{transform:rotate(14deg)}28%{transform:rotate(-12deg)}42%{transform:rotate(8deg)}56%{transform:rotate(-5deg)}70%{transform:rotate(2deg)}}
.admin-notification-hub{position:fixed;top:18px;right:18px;z-index:160;border:0;background:rgba(255,255,255,.94);color:#101828;border-radius:22px;padding:10px 12px;display:flex;align-items:center;gap:9px;box-shadow:0 20px 54px rgba(16,24,40,.2),0 0 0 1px rgba(21,93,252,.14) inset;backdrop-filter:blur(16px);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}
.admin-notification-hub:hover{transform:translateY(-2px);box-shadow:0 26px 68px rgba(16,24,40,.26),0 0 0 1px rgba(21,93,252,.22) inset}
.admin-notification-hub span{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#155DFC,#0B48C8);color:#fff;box-shadow:0 12px 26px rgba(21,93,252,.34)}
.admin-notification-hub svg{width:23px;height:23px;animation:bellRing 1.1s ease-in-out infinite;transform-origin:50% 8%}
.admin-notification-hub strong{min-width:28px;height:28px;padding:0 8px;border-radius:999px;display:grid;place-items:center;background:#101828;color:#fff;font-size:12px;font-weight:950}
.admin-notification-hub.has-alert strong{background:#f04438;animation:alertPulse 1.2s ease-in-out infinite}
@keyframes alertPulse{0%,100%{box-shadow:0 0 0 0 rgba(240,68,56,.32)}50%{box-shadow:0 0 0 9px rgba(240,68,56,0)}}
.audio-status-modal{z-index:180}
.audio-status-card{width:min(460px,100%);border-radius:28px;background:#fff;border:1px solid rgba(16,24,40,.08);box-shadow:0 34px 100px rgba(15,23,42,.34);padding:22px;display:grid;gap:16px;color:#101828}
.audio-status-icon{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#155DFC,#0B48C8);color:#fff;box-shadow:0 16px 34px rgba(21,93,252,.34)}
.audio-status-icon svg{width:27px;height:27px}
.audio-status-card h2{margin:5px 0 6px;font-size:25px;letter-spacing:-.04em;color:#101828}
.audio-status-card p{margin:0;color:#667085;font-weight:750;line-height:1.45}
.audio-status-pill{width:max-content;border-radius:999px;padding:8px 11px;background:#fff3e8;color:#b54708;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}
.audio-status-modal.is-active .audio-status-pill{background:#ecfdf3;color:#027a48}
.audio-status-modal.is-active .audio-status-icon{background:linear-gradient(135deg,#12b76a,#039855)}
.audio-status-actions{display:flex;gap:10px;flex-wrap:wrap}
.audio-status-actions .btn{min-height:44px}
.coupon-command-strip{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding:20px 22px;border-radius:24px;background:#101828!important;color:#fff!important;box-shadow:0 18px 44px rgba(16,24,40,.18)}
.coupon-command-strip:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(21,93,252,.28),transparent 46%,rgba(18,183,106,.18));pointer-events:none}
.coupon-command-strip>*{position:relative;z-index:1}
.coupon-command-strip h2{margin:5px 0 5px!important;color:#fff!important;font-size:22px;line-height:1.12;letter-spacing:-.03em;text-shadow:0 1px 1px rgba(0,0,0,.22)}
.coupon-command-strip p{max-width:720px;margin:0!important;color:#d0d5dd!important;font-weight:750;line-height:1.4}
.coupon-command-strip .eyebrow{display:inline-flex;width:max-content;border-radius:999px;background:rgba(255,255,255,.12)!important;color:#84caff!important;padding:6px 9px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}
.coupon-command-strip .btn{border-color:#fff!important;background:#fff!important;color:#101828!important;white-space:nowrap;box-shadow:0 12px 28px rgba(0,0,0,.18)!important}
.coupon-page-head{align-items:center;margin-bottom:12px}
.coupon-page-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:14px}
.coupon-modal-card{width:min(620px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:28px;padding:18px;border:1px solid #e5e7eb;box-shadow:0 30px 90px rgba(15,23,42,.28);display:grid;grid-template-columns:1fr!important;gap:12px;margin:0}
.coupon-modal-card input,.coupon-modal-card select,.coupon-modal-card textarea{min-height:48px;border:1px solid #dfe5ee;border-radius:15px;background:#fff;padding:0 12px;color:#151923;font-size:14px;font-weight:650}
.coupon-modal-card textarea{padding:12px;min-height:78px}
.coupon-modal-card .switch-row{border:1px solid #edf0f5;border-radius:16px;padding:10px 12px;background:#f9fafb}
.coupon-insights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0 18px}
.coupon-insights article{border:1px solid #e6e8ee;border-radius:20px;background:#fff;padding:16px;box-shadow:0 10px 28px rgba(16,24,40,.05)}
.coupon-insights small{display:block;color:#667085;font-weight:850;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.coupon-insights strong{display:block;margin-top:7px;font-size:24px;letter-spacing:-.04em;color:#101828}
.coupon-row{align-items:flex-start!important}
.coupon-row small,.coupon-row em,.coupon-row span,.coupon-event small,.coupon-event span{display:block;margin-top:4px;color:#667085;font-size:12px;font-style:normal;line-height:1.35}
.coupon-row em{color:#344054;font-weight:800}
.coupon-event{border-left:4px solid #98a2b3}
.coupon-event.applied{border-left-color:#12b76a}
.coupon-event.rejected,.coupon-event.invalid{border-left-color:#f04438}
.chart-bars .bar,.chart-row i,.rank-row span i{transition:width .45s ease,transform .18s ease}
.chart-row:hover i,.rank-row:hover span i{transform:scaleY(1.12)}
.pipeline-step{border-radius:18px!important;background:#fff!important;border:1px solid #e6e8ee!important;transition:transform .18s ease,box-shadow .18s ease}
.pipeline-step:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(16,24,40,.08)}
.sidebar{background:#fff!important;border-right:1px solid #e6e8ee!important;box-shadow:none!important}
.sidebar button,.sidebar a{border-radius:14px!important;color:#344054!important;transition:background .16s ease,color .16s ease,transform .16s ease}
.sidebar button:hover,.sidebar a:hover,.sidebar button.is-active{background:#101828!important;color:#fff!important;transform:translateX(2px)}
.admin-sidebar-brand{border-radius:18px!important;background:#f9fafb!important;border:1px solid #e6e8ee!important;padding:10px!important}
@media(max-width:1120px){.ops-command-center{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.ops-command-center{grid-template-columns:1fr}.ops-card{min-height:138px;border-radius:20px}.admin-toast{top:12px!important;right:12px!important;width:calc(100% - 24px)!important}.admin-notification-hub{top:12px;right:12px}.coupon-insights{grid-template-columns:1fr 1fr}.coupon-page-grid{grid-template-columns:1fr}.coupon-page-head{align-items:flex-start;flex-direction:column}.coupon-page-head .btn{width:100%}.coupon-modal-card{border-radius:26px 26px 0 0}.coupon-command-strip{align-items:flex-start;flex-direction:column}.audio-status-card{border-radius:26px 26px 0 0}.audio-status-actions{display:grid;grid-template-columns:1fr;width:100%}}

/* V42 - referencias visuais: SaaS colorido, mobile app e cards flutuantes */
:root{--brand-blue:#315cf6;--brand-blue-dark:#2445c7;--brand-purple:#6d5dfc;--brand-orange:#ff7a1a;--brand-coral:#ff4f64;--brand-green:#16a34a;--surface-blue:#eef4ff;--surface-orange:#fff3e8;--surface-green:#ecfdf3}
body{background:#f4f7ff}
.topbar{background:rgba(244,247,255,.9);border-bottom-color:#dbe5ff}
.brand-mark{background:#fff!important;border:1px solid #dbe5ff!important;box-shadow:0 12px 30px rgba(49,92,246,.12)!important}
.brand strong{color:#182230}.brand small{color:#667085}
.premium-hero{background:#eef4ff!important;border-color:#dbe5ff!important;box-shadow:0 22px 60px rgba(49,92,246,.12)!important}
.premium-hero .pill{background:#fff;color:#315cf6;border-color:#c7d7fe}
.premium-hero h1{color:#182230}.premium-hero p{color:#475467}
.store-status.open{background:#ecfdf3!important;color:#067647!important;border-color:#abefc6!important}
.btn.primary,.add-btn{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important;color:#fff!important;box-shadow:0 16px 34px rgba(49,92,246,.25)!important}
.btn.primary:hover,.add-btn:hover{background:var(--brand-blue-dark)!important;border-color:var(--brand-blue-dark)!important}
.btn.ghost,.btn.soft{background:#fff!important;border-color:#dbe5ff!important;color:#315cf6!important}
.live-card{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important;color:#fff!important;box-shadow:0 18px 48px rgba(49,92,246,.22)!important}
.live-card strong,.live-card small{color:#fff!important}.live-card .moto{background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.22)}
.app-command-strip article{border-color:#dbe5ff;box-shadow:0 14px 36px rgba(49,92,246,.08)}
.app-command-strip article:nth-child(1){background:#fff}.app-command-strip article:nth-child(1) i{color:var(--brand-blue)}
.app-command-strip article:nth-child(2){background:#f3f1ff}.app-command-strip article:nth-child(2) i{color:var(--brand-purple)}
.app-command-strip article:nth-child(3){background:var(--surface-green)}.app-command-strip article:nth-child(3) i{color:var(--brand-green)}
.app-command-strip article:nth-child(4){background:var(--surface-orange)}.app-command-strip article:nth-child(4) i{color:var(--brand-orange)}
.mini-banner{background:#fff;border-color:#dbe5ff;box-shadow:0 14px 36px rgba(49,92,246,.07)}
.mini-banner:nth-child(1){background:#fff3e8;border-color:#fed7aa}.mini-banner:nth-child(2){background:#f3f1ff;border-color:#ddd6fe}.mini-banner:nth-child(3){background:#ecfdf3;border-color:#bbf7d0}
.toolbar{background:rgba(255,255,255,.94);border-color:#dbe5ff;box-shadow:0 18px 46px rgba(49,92,246,.10)}
.search,.cat-btn{border-color:#dbe5ff}
.cat-btn.active,.favorite-filter.active{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important;color:#fff!important}
.section-head h2{color:#182230}
.product-card{border-color:#dbe5ff!important;box-shadow:0 16px 42px rgba(49,92,246,.08)!important}
.product-card:hover{border-color:#b8c9ff!important;box-shadow:0 26px 56px rgba(49,92,246,.14)!important}
.product-photo{background:#eef4ff}
.product-card:nth-child(4n+2) .product-photo{background:#fff3e8}.product-card:nth-child(4n+3) .product-photo{background:#f3f1ff}.product-card:nth-child(4n+4) .product-photo{background:#ecfdf3}
.favorite-btn.is-fav{background:var(--brand-coral)!important;border-color:var(--brand-coral)!important}
.price{color:#182230}.stock{color:#067647}
.checkout-step.is-active{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important;color:#fff!important}
.floating-cart{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important;box-shadow:0 20px 52px rgba(49,92,246,.28)!important}
.mobile-nav a,.mobile-nav button{color:#667085}.mobile-nav a:hover,.mobile-nav button:hover{color:var(--brand-blue)}
.timeline-step.done .timeline-dot,.success-icon{background:var(--brand-green)!important}
.delivery-animation{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important}
.admin-shell,.admin-main{background:#f4f7ff!important}
.sidebar{border-right-color:#dbe5ff!important}
.sidebar button:hover,.sidebar a:hover,.sidebar button.is-active{background:var(--brand-blue)!important;color:#fff!important}
.admin-sidebar-brand{background:#eef4ff!important;border-color:#dbe5ff!important}
.dashboard-hero,.admin-page-head{background:#fff!important;border-color:#dbe5ff!important;box-shadow:0 18px 46px rgba(49,92,246,.08)!important}
.metric,.panel,.module-group,.integration-card,.module-config-card,.report-panel,.finance-client-panel,.management-card{border-color:#dbe5ff!important;box-shadow:0 16px 42px rgba(49,92,246,.07)!important}
.metric:nth-child(4n+1){background:#eef4ff!important}.metric:nth-child(4n+2){background:#ecfdf3!important}.metric:nth-child(4n+3){background:#fff3e8!important}.metric:nth-child(4n+4){background:#f3f1ff!important}
.ops-card{border-color:#dbe5ff;box-shadow:0 18px 46px rgba(49,92,246,.08)}
.ops-card.is-live{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important;box-shadow:0 22px 52px rgba(49,92,246,.24)}
.ops-card:nth-child(2){background:#fff3e8}.ops-card:nth-child(2):before{background:var(--brand-orange);box-shadow:0 0 0 7px rgba(255,122,26,.13)}
.ops-card:nth-child(3){background:#ecfdf3}.ops-card:nth-child(3):before{background:var(--brand-green);box-shadow:0 0 0 7px rgba(22,163,74,.13)}
.ops-card.ai-card{background:#f3f1ff}.ops-card.ai-card:before{background:var(--brand-purple);box-shadow:0 0 0 7px rgba(109,93,252,.14)}
.report-filters button.is-active{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important}
.order-flow-card{border-color:#dbe5ff!important}.status-pill{background:#eef4ff!important;color:var(--brand-blue)!important}
.order-flow-card .order-status-actions button.active{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important}
.finance-page .metric.finance-green{background:#ecfdf3!important}.finance-page .metric.finance-blue{background:#eef4ff!important}.finance-page .metric.finance-yellow{background:#fff3e8!important}
#reportMetrics .metric{background:#fff!important;border:1px solid #dbe5ff!important;color:#101828!important;box-shadow:0 16px 42px rgba(49,92,246,.07)!important}
#reportMetrics .metric:nth-child(1){background:#eef4ff!important}
#reportMetrics .metric:nth-child(2){background:#ecfdf3!important}
#reportMetrics .metric:nth-child(3){background:#fff3e8!important}
#reportMetrics .metric:nth-child(4){background:#f3f1ff!important}
#reportMetrics .metric:nth-child(5){background:#eef4ff!important}
#reportMetrics .metric:nth-child(6){background:#ecfdf3!important}
#reportMetrics .metric:after{background:rgba(49,92,246,.10)!important}
#reportMetrics .metric small{color:#526071!important;opacity:1!important;font-weight:950!important}
#reportMetrics .metric strong{color:#101828!important;text-shadow:none!important}
.report-insights article{background:#fff!important;color:#101828!important}
.report-insights span{color:#315cf6!important}
.report-insights strong{color:#101828!important}
.report-insights small{color:#667085!important}
.permission-picker{display:grid;gap:10px;border:1px solid #e6e8ee;background:#f9fafb;border-radius:18px;padding:12px}
.permission-picker>strong{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#344054}
.permission-picker>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.permission-picker label{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e6e8ee;border-radius:14px;padding:9px 10px;color:#344054;font-weight:850}
.permission-picker input{width:16px;height:16px;accent-color:#315cf6}
.access-user-row small,.access-user-row em{display:block;margin-top:4px;color:#667085;font-size:12px;font-style:normal;line-height:1.35}
.access-user-row em{color:#344054;font-weight:800}
@media(max-width:640px){.permission-picker>div{grid-template-columns:1fr}}
.login-brand-panel{background:var(--brand-blue)!important}
@media(max-width:760px){body{background:#f4f7ff}.topbar{border-bottom:0}.premium-hero{border-radius:30px;padding:22px}.premium-hero h1{line-height:1.02}.app-command-strip article{box-shadow:none}.product-card{box-shadow:0 12px 30px rgba(49,92,246,.09)!important}.floating-cart{bottom:86px}}

/* V43 - login admin redesenhado pelas referencias */
.modern-login{position:relative;grid-template-columns:minmax(360px,560px) minmax(360px,500px)!important;gap:26px;min-height:100vh;padding:32px!important;background:#0d111b!important;overflow:hidden}
.modern-login:before{content:"";position:absolute;inset:24px auto auto 24px;width:220px;height:220px;border-radius:48px;background:#1f48ff;opacity:.22;filter:blur(18px)}
.modern-login:after{content:"";position:absolute;right:28px;bottom:28px;width:240px;height:240px;border-radius:60px;background:#ff7a1a;opacity:.16;filter:blur(22px)}
.login-brand-panel,.modern-login-card{position:relative;z-index:1}
.login-brand-panel{min-height:620px!important;border-radius:36px!important;padding:38px!important;background:#111827!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 30px 90px rgba(0,0,0,.28)!important;overflow:hidden}
.login-brand-panel:before{content:"";position:absolute;inset:20px 20px auto auto;width:48%;height:46%;border-radius:30px;background:rgba(49,92,246,.22);border:1px solid rgba(255,255,255,.08)}
.login-brand-panel:after{content:"";position:absolute;inset:auto -16px -22px 28px;height:210px;border-radius:36px;background:#1f2937;border:1px solid rgba(255,255,255,.08)}
.login-logo{position:relative;z-index:1;width:76px!important;height:76px!important;border-radius:24px!important;background:#fff!important;box-shadow:0 20px 50px rgba(0,0,0,.22)!important}
.login-brand-panel .eyebrow{position:relative;z-index:1;margin-top:auto;background:rgba(255,255,255,.10)!important;color:#f9fafb!important;border:1px solid rgba(255,255,255,.12)}
.login-brand-panel h1{position:relative;z-index:1;max-width:520px;font-size:clamp(38px,4vw,58px)!important;line-height:.96!important;letter-spacing:0!important;color:#fff!important;margin:18px 0 14px!important}
.login-brand-panel p{position:relative;z-index:1;color:rgba(255,255,255,.74)!important;font-size:17px!important;line-height:1.5!important}
.login-feature-list{position:relative;z-index:1;margin-top:24px!important}
.login-feature-list span{height:42px;border-radius:999px!important;background:rgba(255,255,255,.09)!important;border-color:rgba(255,255,255,.12)!important;color:#fff!important}
.modern-login-card{max-width:500px!important;width:100%;justify-self:center;border-radius:34px!important;padding:38px!important;background:#fff!important;border:1px solid rgba(255,255,255,.74)!important;box-shadow:0 30px 90px rgba(0,0,0,.30)!important}
.login-card-icon{width:56px!important;height:56px!important;border-radius:18px!important;background:#eef4ff!important;color:#315cf6!important}
.modern-login-card .eyebrow{background:#eef4ff!important;color:#315cf6!important;border:1px solid #c7d7fe!important}
.modern-login-card h2{font-size:38px!important;line-height:1!important;color:#111827!important;margin:14px 0 10px!important;letter-spacing:0!important}
.modern-login-card p{color:#667085!important;font-size:15px!important;line-height:1.45!important;margin-bottom:24px!important}
.field-label{display:block;margin:16px 0 8px!important;color:#344054!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase;letter-spacing:.05em}
.password-field{height:58px!important;border-radius:18px!important;background:#f8fafc!important;border:1px solid #dbe5ff!important;padding:0 16px!important;margin-bottom:0!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.password-field:focus-within{background:#fff!important;border-color:#315cf6!important;box-shadow:0 0 0 4px rgba(49,92,246,.12)!important}
.password-field svg{color:#667085!important}.password-field input{font-size:15px!important;font-weight:750!important;color:#111827!important}
.modern-login-card .btn.primary{height:56px!important;border-radius:18px!important;margin-top:22px!important;font-size:15px!important;background:#315cf6!important;border-color:#315cf6!important;box-shadow:0 18px 42px rgba(49,92,246,.28)!important}
.login-store-link{display:flex;justify-content:center;margin-top:18px;color:#667085!important;text-decoration:none;font-weight:800}
@media(max-width:860px){.modern-login{grid-template-columns:1fr!important;padding:14px!important;background:#0d111b!important}.login-brand-panel{min-height:220px!important;border-radius:28px!important;padding:24px!important}.login-brand-panel h1{font-size:28px!important;max-width:310px}.login-brand-panel p{display:none}.login-feature-list{display:none!important}.login-brand-panel:after{height:80px;left:20px}.modern-login-card{border-radius:28px!important;padding:26px!important;justify-self:stretch}.modern-login-card h2{font-size:30px!important}}

/* V44 - foco definitivo no PHP: fiel às referências, sem degradê e com checkout mobile premium */
body,.app-shell,.admin-shell,.admin-main,.modern-login{background:#f6f7fb!important;background-image:none!important}
.hero,.premium-hero,.login-brand-panel,.modern-login:before,.modern-login:after,.login-brand-panel:before,.login-brand-panel:after,.product-photo,.card-visual,.product-skeleton:after{background-image:none!important}
.modern-login:before,.modern-login:after,.login-brand-panel:before,.login-brand-panel:after{content:none!important;display:none!important}
.premium-hero{background:#fff!important;color:#101828!important;border:1px solid #e5e7eb!important;box-shadow:0 18px 50px rgba(15,23,42,.08)!important}
.premium-hero h1,.premium-hero p{color:#101828!important}.premium-hero .pill{background:#f3f6ff!important;color:#315cf6!important;border:1px solid #dbe5ff!important}
.live-card{background:#111827!important;border-color:#111827!important}
.product-photo{background:#f2f4f7!important}.product-card:nth-child(4n+2) .product-photo,.product-card:nth-child(4n+3) .product-photo,.product-card:nth-child(4n+4) .product-photo{background:#f2f4f7!important}
.modern-login{background:#f6f7fb!important;overflow:auto!important}
.login-brand-panel{background:#111827!important;box-shadow:0 20px 60px rgba(15,23,42,.18)!important}
.modern-login-card{box-shadow:0 20px 60px rgba(15,23,42,.12)!important}
.page-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.checkout-payment-reference{display:grid;gap:14px;margin:4px 0 8px}
.payment-reference-head{display:flex;align-items:center;justify-content:space-between;color:#101828;font-weight:950;font-size:18px}
.payment-ref-icon{width:38px;height:38px;border:0;border-radius:14px;background:#f2f4f7;color:#101828;display:grid;place-items:center}
.payment-ref-icon svg{width:19px;height:19px}
.payment-summary-card,.payment-methods-card{background:#f7f8fb;border:1px solid #e5e7eb;border-radius:24px;padding:16px;display:grid;gap:12px;box-shadow:none}
.payment-summary-card>div:not(.summary-title):not(.delivery-time-row){display:flex;align-items:center;justify-content:space-between;gap:12px;color:#667085;font-size:14px}
.payment-summary-card strong,.payment-methods-card>strong{color:#101828}
.summary-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.summary-title small{color:#98a2b3;font-weight:850}
.payment-summary-card .is-total{border-top:1px solid #e5e7eb;padding-top:12px;color:#101828!important}.payment-summary-card .is-total strong{font-size:22px}
.delivery-time-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;background:#fff;border-radius:16px;padding:12px;color:#667085;font-size:12px;font-weight:850}
.delivery-time-row svg{width:18px;height:18px;color:#315cf6}.delivery-time-row strong{font-size:13px}
.payment-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.payment-method-choice{border:1px solid #e5e7eb;background:#fff;border-radius:18px;padding:12px;display:flex;align-items:center;gap:9px;color:#344054;font-weight:900;text-align:left;min-height:54px}
.payment-method-choice svg{width:19px;height:19px;color:#667085}.payment-method-choice.is-selected{border-color:#315cf6;background:#eef4ff;color:#315cf6}.payment-method-choice.is-selected svg{color:#315cf6}
.save-card-row{display:flex!important;align-items:center;gap:9px;color:#667085!important;font-size:13px!important;font-weight:850!important;text-transform:none!important;letter-spacing:0!important}.save-card-row input{width:17px;height:17px}
.checkout-submit{height:56px!important;border-radius:18px!important;background:#315cf6!important}
@media(max-width:760px){.drawer-panel{width:100%!important;height:min(92vh,100%)!important;margin-top:auto;margin-left:0;border-radius:28px 28px 0 0!important}.payment-block select[name=payment]{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.checkout-payment-reference{margin-top:0}.payment-method-grid{grid-template-columns:1fr}.page-head-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.page-head-actions .btn{width:100%}}

/* V46 - login admin conforme referencia dark split */
.modern-login{grid-template-columns:minmax(360px,1fr) minmax(520px,1fr)!important;gap:0!important;padding:0!important;background:#070808!important;min-height:100vh!important;overflow:hidden!important}
.modern-login:before,.modern-login:after{content:none!important;display:none!important}
.modern-login-card{order:1!important;align-self:stretch!important;justify-self:stretch!important;max-width:none!important;width:100%!important;border-radius:0!important;background:#070808!important;border:0!important;box-shadow:none!important;color:#fff!important;padding:clamp(34px,7vw,86px) clamp(28px,8vw,150px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.modern-login-card .login-card-icon{width:44px!important;height:44px!important;border-radius:14px!important;background:transparent!important;color:#fff!important;margin-bottom:34px!important}
.modern-login-card .login-card-icon svg{width:28px!important;height:28px!important;color:#fff!important}
.modern-login-card .eyebrow{background:transparent!important;border:0!important;color:#fff!important;padding:0!important;text-transform:none!important;letter-spacing:0!important;font-size:15px!important;margin-bottom:34px!important}
.modern-login-card h2{font-size:28px!important;line-height:1.1!important;color:#fff!important;margin:0 0 8px!important;font-weight:950!important}
.modern-login-card h2 span{font-size:24px}
.modern-login-card p{color:#6f7682!important;font-size:13px!important;margin:0 0 34px!important;line-height:1.45!important}
.modern-login-card .field-label{color:#fff!important;text-transform:none!important;letter-spacing:0!important;font-size:13px!important;font-weight:850!important;margin:15px 0 8px!important}
.modern-login-card .password-field{height:44px!important;border-radius:10px!important;background:#111315!important;border:1px solid #15181b!important;box-shadow:none!important;padding:0 13px!important}
.modern-login-card .password-field:focus-within{background:#151719!important;border-color:#ff6330!important;box-shadow:0 0 0 3px rgba(255,99,48,.12)!important}
.modern-login-card .password-field svg{width:17px!important;height:17px!important;color:#4f5661!important}
.modern-login-card .password-field input{color:#fff!important;font-size:13px!important;font-weight:750!important}
.modern-login-card .password-field input::placeholder{color:#4f5661!important}
.modern-login-card .btn.primary{height:52px!important;border-radius:999px!important;margin-top:30px!important;background:#ff6330!important;border-color:#ff6330!important;box-shadow:none!important;color:#fff!important;font-size:14px!important}
.modern-login-card .login-store-link{color:#6f7682!important;font-size:12px!important;margin-top:22px!important}
.login-brand-panel{order:2!important;align-self:stretch!important;min-height:100vh!important;border-radius:0!important;border:0!important;box-shadow:none!important;padding:clamp(34px,5vw,80px)!important;justify-content:flex-end!important;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.66)),url('hero-premium.webp') center/cover!important;position:relative!important;overflow:hidden!important}
.login-brand-panel:before,.login-brand-panel:after{content:none!important;display:none!important}
.login-logo{display:none!important}
.login-brand-panel .eyebrow{display:none!important}
.login-brand-panel h1{max-width:600px!important;margin:0 auto 12px!important;text-align:center!important;color:#fff!important;font-size:clamp(32px,4.5vw,52px)!important;line-height:1.05!important;font-weight:950!important;letter-spacing:0!important}
.login-brand-panel p{max-width:520px!important;margin:0 auto 26px!important;text-align:center!important;color:rgba(255,255,255,.86)!important;font-size:15px!important;line-height:1.45!important}
.login-feature-list{display:flex!important;justify-content:center!important;gap:8px!important;margin:0!important}
.login-feature-list span{width:30px!important;height:4px!important;border-radius:999px!important;padding:0!important;background:rgba(255,255,255,.55)!important;border:0!important;font-size:0!important;color:transparent!important}
.login-feature-list span:first-child{background:#fff!important;width:44px!important}
.login-feature-list svg{display:none!important}
@media(max-width:860px){.modern-login{grid-template-columns:1fr!important;overflow:auto!important;background:#070808!important}.login-brand-panel{order:1!important;min-height:260px!important;border-radius:0 0 28px 28px!important;padding:28px!important}.modern-login-card{order:2!important;padding:34px 24px 44px!important}.login-brand-panel h1{font-size:28px!important}.login-brand-panel p{font-size:13px!important;margin-bottom:18px!important}.modern-login-card h2{font-size:26px!important}}

/* V47 - sidebar fixa real no admin desktop */
@media(min-width:901px){
  body:has(.admin-shell){overflow-x:hidden!important}
  .admin-shell{display:block!important;min-height:100vh!important;padding:14px 14px 14px 276px!important;background:#f6f7fb!important}
  .admin-shell .sidebar{position:fixed!important;left:14px!important;top:14px!important;bottom:14px!important;width:248px!important;height:auto!important;z-index:80!important;overflow-y:auto!important;overflow-x:hidden!important;border-radius:24px!important}
  .admin-shell .admin-main{min-height:calc(100vh - 28px)!important;width:100%!important;max-width:none!important;padding:22px!important;margin:0!important}
}

/* V45 - mobile igual referencia Foodgo: header simples, busca, pills e cards 2 colunas */
@media(max-width:760px){
  body{background:#f7f7f8!important;color:#17191f!important;overflow-x:hidden}
  .app-shell{max-width:430px!important;margin:0 auto!important;padding:0 14px 108px!important}
  .topbar{position:relative!important;top:auto!important;background:transparent!important;border:0!important;padding:0 0 14px!important;margin:0!important;align-items:flex-start!important}
  .brand{gap:0!important;display:block!important;padding-top:0!important}
  .brand-mark{display:none!important}
  .brand strong{display:block!important;font-size:30px!important;line-height:1!important;letter-spacing:0!important;color:#111827!important}
  .brand small{display:block!important;max-width:none!important;margin-top:8px!important;color:#667085!important;font-size:14px!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
  #openCart{width:46px!important;height:46px!important;min-width:46px!important;border-radius:50%!important;background:#191c22!important;color:#fff!important;box-shadow:none!important;margin-top:0!important}
  #openCart svg{display:none!important}
  #openCart:before{content:'MC';font-weight:950;font-size:14px;color:#fff}
  #openCart span{right:-3px;top:-5px;background:#f42545!important;color:#fff!important}
  main{display:flex!important;flex-direction:column!important}
  .premium-hero,.app-command-strip,.banner-strip,.featured-products{display:none!important}
  .toolbar{order:-2!important;position:relative!important;top:auto!important;margin:6px 0 18px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;display:grid!important;grid-template-columns:1fr 58px!important;gap:12px!important}
  .search{height:58px!important;min-height:58px!important;border:0!important;border-radius:16px!important;background:#fff!important;box-shadow:0 12px 28px rgba(17,24,39,.06)!important;padding:0 16px!important}
  .search input{font-size:15px!important;font-weight:750!important;color:#111827!important}
  .search span svg{width:18px!important;height:18px!important;color:#8a8f98!important}
  .favorite-filter{width:58px!important;height:58px!important;min-width:58px!important;border:0!important;border-radius:16px!important;background:#f42545!important;color:#fff!important;box-shadow:0 16px 30px rgba(244,37,69,.24)!important;padding:0!important;display:grid!important;place-items:center!important}
  .favorite-filter svg{color:#fff!important;width:22px!important;height:22px!important}.favorite-filter{font-size:0!important}
  .category-list{grid-column:1/-1!important;display:flex!important;gap:10px!important;overflow:auto!important;padding:2px 0 4px!important;scrollbar-width:none!important}
  .category-list::-webkit-scrollbar{display:none!important}
  .cat-btn{height:44px!important;border:0!important;border-radius:999px!important;background:#eef0f2!important;color:#6b7280!important;box-shadow:none!important;padding:0 18px!important;font-size:14px!important;font-weight:850!important}
  .cat-btn svg{display:none!important}.cat-btn.active{background:#f42545!important;color:#fff!important;box-shadow:0 12px 22px rgba(244,37,69,.20)!important}
  .favorite-filter,.favorite-filter.active{width:58px!important;height:58px!important;min-width:58px!important;border:0!important;border-radius:16px!important;background:#f42545!important;color:#fff!important;box-shadow:0 16px 30px rgba(244,37,69,.24)!important;padding:0!important;display:grid!important;place-items:center!important;font-size:0!important}
  .favorite-filter svg,.favorite-filter.active svg{display:block!important;color:#fff!important;width:22px!important;height:22px!important}
  .section-head{display:none!important}
  .product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;margin-top:4px!important}
  .product-card{border:0!important;border-radius:18px!important;background:#fff!important;padding:12px!important;box-shadow:0 10px 30px rgba(17,24,39,.08)!important;min-height:252px!important;gap:8px!important}
  .product-card:hover{transform:none!important}
  .product-photo{height:106px!important;border-radius:14px!important;background:#fff1f2!important;padding:0!important;margin-bottom:2px!important}
  .product-card:nth-child(even) .product-photo{background:#fff7ed!important}
  .product-photo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:12px!important}
  .product-icon{position:relative;width:100%;height:100%;display:grid!important;place-items:center!important}
  .product-icon svg{display:none!important}.product-icon:before{content:'\1F354';font-size:30px;line-height:1}
  .favorite-btn{right:12px!important;top:auto!important;bottom:50px!important;width:34px!important;height:34px!important;border-radius:50%!important;background:#fff!important;border:0!important;box-shadow:0 8px 18px rgba(17,24,39,.08)!important;color:#f42545!important}
  .favorite-btn svg{fill:currentColor;width:15px!important;height:15px!important}
  .product-info{min-height:58px!important}.product-category{display:none!important}
  .product-info h3{font-size:15px!important;line-height:1.22!important;margin:0 0 5px!important;color:#17191f!important;font-weight:950!important;-webkit-line-clamp:2!important}
  .product-info p{font-size:12px!important;line-height:1.25!important;color:#667085!important;min-height:30px!important;-webkit-line-clamp:2!important}
  .meta{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;margin-top:auto!important}
  .meta:before{content:'★ 4.8';font-size:12px;color:#f5b400;font-weight:950}
  .price{font-size:15px!important;color:#17191f!important;font-weight:950!important}.stock{display:none!important}
  .add-btn{display:none!important}
  .mobile-nav{left:0!important;right:0!important;bottom:0!important;transform:none!important;width:100%!important;max-width:430px!important;margin:0 auto!important;border-radius:26px 26px 0 0!important;background:#f42545!important;border:0!important;box-shadow:0 -14px 28px rgba(244,37,69,.22)!important;height:74px!important;padding:8px 18px calc(8px + env(safe-area-inset-bottom))!important;grid-template-columns:repeat(5,1fr)!important}
  .mobile-nav a,.mobile-nav button{color:#fff!important;opacity:.96!important;padding:8px 0!important;font-size:0!important}
  .mobile-nav svg{width:20px!important;height:20px!important}.mobile-nav span{display:none!important}
  #navAdd{width:58px!important;height:58px!important;border-radius:50%!important;background:#f42545!important;border:4px solid #fff!important;box-shadow:0 10px 24px rgba(244,37,69,.35)!important;place-self:center!important;margin-top:-34px!important}
  #navAdd svg{width:24px!important;height:24px!important;stroke-width:3!important}
  .floating-cart{bottom:82px!important;border-radius:18px!important;background:#191c22!important;left:14px!important;right:14px!important;width:auto!important}
}

/* V48 - front limpo: remover blocos quebrados e voltar às cores do cliente */
.app-command-strip,.banner-strip,.featured-products{display:none!important}
.toolbar{position:relative!important;top:auto!important;margin:20px 0 18px!important;z-index:2!important}
.section-head{margin-top:16px!important}
.product-grid{align-items:stretch!important}
.product-card{min-width:0!important}
.cat-btn.active,.favorite-filter.active,.btn.primary,.add-btn,.checkout-step.is-active,.floating-cart{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important;box-shadow:0 14px 30px color-mix(in srgb,var(--primary) 24%,transparent)!important}
.price,.brand strong,.section-head h2{color:#151515!important}
.stock{color:#067647!important}
.mobile-nav{background:var(--primary)!important}
.favorite-filter,.favorite-filter.active{background:var(--primary)!important;color:#fff!important}
.product-photo{background:#f6f2ea!important}
.product-card:nth-child(even) .product-photo,.product-card:nth-child(4n+2) .product-photo,.product-card:nth-child(4n+3) .product-photo,.product-card:nth-child(4n+4) .product-photo{background:#fff7eb!important}
@media(min-width:761px){
  .app-shell{max-width:1120px!important}
  .premium-hero{margin-bottom:18px!important}
  .toolbar{display:grid!important;grid-template-columns:minmax(260px,420px) 1fr auto!important;align-items:center!important;padding:14px!important;background:#fff!important;border:1px solid #e9edf3!important;border-radius:24px!important;box-shadow:0 14px 34px rgba(21,21,21,.06)!important}
  .category-list{min-width:0!important}
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
  .product-card{border-radius:22px!important;padding:13px!important;box-shadow:0 12px 30px rgba(21,21,21,.07)!important}
  .product-photo{height:178px!important}
  .product-info{min-height:96px!important}
}
@media(max-width:760px){
  .cat-btn.active{background:var(--primary)!important}
  .favorite-filter,.favorite-filter.active{background:var(--primary)!important;box-shadow:0 16px 30px color-mix(in srgb,var(--primary) 24%,transparent)!important}
  .mobile-nav{background:var(--primary)!important;box-shadow:0 -14px 28px color-mix(in srgb,var(--primary) 22%,transparent)!important}
  #navAdd{background:var(--primary)!important;box-shadow:0 10px 24px color-mix(in srgb,var(--primary) 30%,transparent)!important}
}

/* V49 - polimento mobile: header, cards e carrinho sem sobrepor produto */
@media(max-width:760px){
  .app-shell{padding:12px 14px 112px!important;background:#f5f6f8!important}
  .topbar{display:grid!important;grid-template-columns:1fr 48px!important;align-items:start!important;gap:12px!important;padding:0 0 18px!important}
  .brand strong{font-size:29px!important;line-height:1.04!important;font-weight:950!important;color:#151515!important}
  .brand small{font-size:13px!important;line-height:1.35!important;color:#6b7280!important;margin-top:5px!important}
  #openCart{width:48px!important;height:48px!important;min-width:48px!important;align-self:start!important;border-radius:50%!important;background:#151515!important;color:#fff!important}
  #openCart span{right:-2px!important;top:-4px!important;background:var(--primary)!important;border:2px solid #f5f6f8!important;min-width:20px;text-align:center}
  .toolbar{grid-template-columns:1fr 58px!important;grid-template-rows:58px auto!important;gap:12px!important;margin:2px 0 18px!important}
  .search{grid-column:1!important;grid-row:1!important;height:58px!important;border-radius:18px!important}
  .favorite-filter,.favorite-filter.active{grid-column:2!important;grid-row:1!important;margin:0!important;width:58px!important;height:58px!important;border-radius:18px!important}
  .category-list{grid-column:1/-1!important;grid-row:2!important;padding:0 0 2px!important}
  .cat-btn{height:42px!important;padding:0 17px!important;background:#eceff3!important;color:#596170!important}
  .product-grid{gap:12px!important;margin-top:6px!important}
  .product-card{min-height:246px!important;border-radius:20px!important;padding:10px!important;box-shadow:0 10px 26px rgba(21,21,21,.08)!important;overflow:hidden!important}
  .product-photo{height:112px!important;border-radius:16px!important;margin-bottom:4px!important;background:#fff4e8!important}
  .product-photo img{object-fit:contain!important;padding:10px!important}
  .product-info{min-height:70px!important}
  .product-info h3{font-size:14px!important;line-height:1.18!important;margin-bottom:5px!important;min-height:34px!important}
  .product-info p{font-size:11.5px!important;line-height:1.28!important;min-height:30px!important;color:#707784!important}
  .meta{gap:4px!important}
  .meta:before{font-size:11.5px!important}
  .price{font-size:14px!important}
  .favorite-btn{bottom:58px!important;right:11px!important;width:30px!important;height:30px!important;border-radius:12px!important;background:#fff!important;color:var(--primary)!important}
  .floating-cart{left:50%!important;right:auto!important;bottom:82px!important;transform:translateX(-50%)!important;width:min(330px,calc(100% - 56px))!important;grid-template-columns:1fr auto!important;border-radius:18px!important;background:#151515!important;padding:10px 12px!important;min-height:48px!important;box-shadow:0 14px 30px rgba(21,21,21,.18)!important}
  .floating-cart span{font-size:12px!important}.floating-cart strong{font-size:14px!important}.floating-cart em{display:none!important}
}

/* V50 - header mobile moderno com logo oficial */
@media(max-width:760px){
  .topbar{display:grid!important;grid-template-columns:minmax(0,1fr) 50px!important;gap:12px!important;align-items:center!important;padding:4px 0 18px!important}
  .brand{display:flex!important;align-items:center!important;gap:11px!important;min-width:0!important;padding:0!important}
  .brand-mark{display:grid!important;width:52px!important;height:52px!important;min-width:52px!important;border-radius:18px!important;background:#fff!important;border:1px solid #eceff3!important;box-shadow:0 12px 28px rgba(21,21,21,.08)!important;overflow:hidden!important}
  .brand-mark img{width:100%!important;height:100%!important;object-fit:contain!important;padding:5px!important;background:#fff!important}
  .brand>span:last-child{display:block!important;min-width:0!important}
  .brand strong{font-size:22px!important;line-height:1.05!important;font-weight:950!important;color:#151515!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .brand small{display:inline-flex!important;align-items:center!important;gap:5px!important;max-width:100%!important;margin-top:6px!important;padding:6px 9px!important;border-radius:999px!important;background:#fff4e8!important;color:#9a3412!important;font-size:11.5px!important;font-weight:850!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .brand small:before{content:'';width:7px;height:7px;border-radius:50%;background:#16a34a;flex:0 0 auto}
  #openCart{display:grid!important;place-items:center!important;width:50px!important;height:50px!important;min-width:50px!important;border-radius:18px!important;background:#151515!important;color:#fff!important;box-shadow:0 12px 26px rgba(21,21,21,.16)!important;margin:0!important}
  #openCart:before{content:none!important;display:none!important}
  #openCart svg{display:block!important;width:21px!important;height:21px!important;color:#fff!important}
  #openCart span{right:-5px!important;top:-5px!important;background:var(--primary)!important;color:#fff!important;border:2px solid #f5f6f8!important;min-width:22px!important;height:22px!important;display:grid!important;place-items:center!important;padding:0!important;font-size:11px!important;font-weight:950!important}
}

/* V51 - identidade azul Bola, ícones visíveis e imagens sem corte */
body{--brand-blue:#0b4ea2;--brand-blue-2:#155cc8;--brand-blue-soft:#eef5ff}
.cat-btn.active,.favorite-filter,.favorite-filter.active,.btn.primary,.add-btn,.checkout-step.is-active,.floating-cart,.mobile-nav,#navAdd{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important;color:#fff!important}
.favorite-filter svg,.favorite-filter.active svg,.mobile-nav svg,#navAdd svg,.btn.primary svg,.add-btn svg{color:#fff!important;stroke:#fff!important}
.brand small{background:var(--brand-blue-soft)!important;color:#0b3d7d!important}
#openCart span{background:var(--brand-blue)!important}
.price{color:#111827!important}
.meta:before{color:#f5b400!important}
.favorite-btn{background:#fff!important;color:var(--brand-blue)!important;border:1px solid #dbeafe!important}
.favorite-btn svg{display:block!important;color:var(--brand-blue)!important;stroke:var(--brand-blue)!important;fill:var(--brand-blue)!important}
.product-photo{background:#f5f8ff!important}
.product-card:nth-child(even) .product-photo,.product-card:nth-child(4n+2) .product-photo,.product-card:nth-child(4n+3) .product-photo,.product-card:nth-child(4n+4) .product-photo{background:#f5f8ff!important}
.product-photo img{object-fit:contain!important;object-position:center!important}
@media(max-width:760px){
  .cat-btn.active,.favorite-filter,.favorite-filter.active,.mobile-nav,#navAdd{background:var(--brand-blue)!important;box-shadow:0 14px 28px rgba(11,78,162,.22)!important}
  #openCart{background:var(--brand-blue)!important}
  .product-card{min-height:292px!important;padding:11px!important;border-radius:22px!important}
  .product-photo{height:152px!important;border-radius:18px!important;padding:12px!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .product-photo img{width:100%!important;height:100%!important;max-width:100%!important;max-height:128px!important;object-fit:contain!important;object-position:center!important;padding:0!important}
  .product-info{min-height:68px!important}
  .product-info h3{font-size:14px!important;min-height:34px!important}
  .favorite-btn{bottom:72px!important;right:12px!important;background:#fff!important;color:var(--brand-blue)!important}
  .floating-cart{border:1px solid rgba(255,255,255,.16)!important;background:#111827!important}
}

/* V52 - categorias e cards estilo food app premium */
.category-list{align-items:stretch!important}
.cat-btn{position:relative!important}
.product-card{position:relative!important}
.product-card.is-promo:before{content:'15% Off';position:absolute;left:12px;top:12px;z-index:4;background:#f05f6b;color:#fff;border-radius:7px;padding:5px 8px;font-size:11px;font-weight:950;line-height:1}
@media(min-width:761px){
  .category-list{display:grid!important;grid-template-columns:repeat(6,minmax(112px,1fr))!important;gap:12px!important;overflow:visible!important}
  .cat-btn{height:92px!important;border-radius:18px!important;background:#fff!important;border:1px solid #eef2f7!important;box-shadow:0 10px 26px rgba(15,23,42,.05)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;color:#64748b!important;padding:10px!important}
  .cat-btn svg{display:block!important;width:30px!important;height:30px!important;color:var(--brand-blue)!important;stroke:var(--brand-blue)!important}
  .cat-btn.active{background:#fff!important;color:#111827!important;border-color:#bfdbfe!important;box-shadow:0 16px 34px rgba(11,78,162,.12)!important}
  .cat-btn.active:after{content:'';position:absolute;left:18px;right:18px;bottom:8px;height:3px;border-radius:999px;background:var(--brand-blue)}
  .toolbar{grid-template-columns:1fr!important;gap:14px!important}
  .search{max-width:520px!important}
  .favorite-filter{position:absolute!important;right:16px!important;top:16px!important;width:auto!important;height:46px!important;border-radius:14px!important;padding:0 16px!important}
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}
  .product-card{border:0!important;border-radius:18px!important;background:#fff!important;box-shadow:0 14px 36px rgba(15,23,42,.08)!important;padding:16px!important;min-height:320px!important}
  .product-photo{height:176px!important;background:#fff!important;padding:8px!important}
  .product-photo img{max-height:160px!important;object-fit:contain!important}
  .product-info{min-height:70px!important}.product-info h3{font-size:17px!important}.product-info p{font-size:13px!important}
  .meta{display:grid!important;grid-template-columns:1fr auto!important;align-items:end!important}.meta:before{grid-column:1/-1;content:'★★★★★';letter-spacing:2px;color:#f5b400;font-size:13px}
  .add-btn{display:grid!important;position:absolute!important;right:16px!important;bottom:16px!important;width:38px!important;height:38px!important;min-height:38px!important;border-radius:10px!important;padding:0!important;background:#f6bd16!important;border-color:#f6bd16!important;box-shadow:none!important}
  .add-btn span{display:none!important}.add-btn svg{width:18px!important;height:18px!important;color:#fff!important;stroke:#fff!important}
  .price{font-size:18px!important;color:#111827!important}.stock{display:none!important}
}
@media(max-width:760px){
  .category-list{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:82px!important;gap:10px!important;overflow-x:auto!important;padding:2px 2px 8px!important}
  .cat-btn{height:84px!important;border-radius:16px!important;background:#fff!important;border:1px solid #eef2f7!important;box-shadow:0 8px 22px rgba(15,23,42,.05)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:7px!important;color:#778091!important;font-size:11px!important;padding:8px!important;white-space:normal!important;text-align:center!important}
  .cat-btn svg{display:block!important;width:27px!important;height:27px!important;color:var(--brand-blue)!important;stroke:var(--brand-blue)!important}
  .cat-btn.active{background:#fff!important;color:#111827!important;border-color:#bfdbfe!important;box-shadow:0 12px 26px rgba(11,78,162,.12)!important}
  .cat-btn.active:after{content:'';position:absolute;left:18px;right:18px;bottom:7px;height:3px;border-radius:999px;background:var(--brand-blue)}
  .product-card{min-height:286px!important;border-radius:18px!important;background:#fff!important;padding:11px!important;box-shadow:0 12px 28px rgba(15,23,42,.08)!important}
  .product-card.is-promo:before{left:10px!important;top:10px!important;font-size:10px!important}
  .product-photo{height:138px!important;background:#fff!important;padding:8px!important}
  .product-photo img{max-height:126px!important;object-fit:contain!important}
  .product-info{min-height:64px!important}.product-info h3{font-size:13.5px!important;min-height:32px!important}.product-info p{display:none!important}
  .meta{display:grid!important;grid-template-columns:1fr!important;gap:3px!important;margin-top:3px!important}.meta:before{content:'★★★★★';letter-spacing:1px;color:#f5b400;font-size:11px}
  .price{font-size:15px!important;color:#111827!important}
  .add-btn{display:grid!important;position:absolute!important;right:11px!important;bottom:12px!important;width:32px!important;height:32px!important;min-height:32px!important;border-radius:9px!important;padding:0!important;background:#f6bd16!important;border-color:#f6bd16!important;box-shadow:none!important}
  .add-btn span{display:none!important}.add-btn svg{display:block!important;width:17px!important;height:17px!important;color:#fff!important;stroke:#fff!important}
  .favorite-btn{top:12px!important;right:12px!important;bottom:auto!important;width:30px!important;height:30px!important;border-radius:50%!important}
  .favorite-btn svg{width:15px!important;height:15px!important}
}

/* V53 - mais hierarquia: cards sem sobreposição e categorias legíveis */
.cat-btn span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}
.product-card .meta{position:relative!important}
.product-card .add-btn{z-index:6!important}
@media(max-width:760px){
  .category-list{grid-auto-columns:90px!important;gap:11px!important}
  .cat-btn{height:88px!important;border-radius:18px!important;gap:8px!important;color:#5f6878!important;font-size:11.5px!important;font-weight:850!important}
  .cat-btn svg{width:28px!important;height:28px!important}
  .cat-btn span{line-height:1.12!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;white-space:normal!important}
  .product-grid{gap:13px!important}
  .product-card{min-height:284px!important;display:grid!important;grid-template-rows:132px 58px 1fr!important;padding:10px!important;border-radius:20px!important}
  .product-card.is-promo:before{font-size:9px!important;padding:5px 7px!important;border-radius:7px!important}
  .product-photo{height:132px!important;border-radius:17px!important;padding:9px!important}
  .product-photo img{max-height:116px!important}
  .product-info{min-height:58px!important;display:block!important;padding:0 2px!important}
  .product-info h3{font-size:13.5px!important;line-height:1.18!important;min-height:32px!important;margin:0!important;text-align:left!important}
  .product-info p,.product-category{display:none!important}
  .meta{align-self:end!important;display:grid!important;grid-template-columns:1fr 36px!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:2px!important;padding:0 2px 0!important;margin:0!important}
  .meta:before{grid-column:1!important;grid-row:1!important;content:'★★★★★'!important;font-size:10.5px!important;letter-spacing:.5px!important;line-height:1!important;color:#f5b400!important}
  .price{grid-column:1!important;grid-row:2!important;font-size:15px!important;line-height:1.15!important;white-space:nowrap!important}
  .stock{display:none!important}
  .add-btn{position:relative!important;right:auto!important;bottom:auto!important;grid-column:2!important;grid-row:1/3!important;align-self:end!important;justify-self:end!important;width:34px!important;height:34px!important;min-height:34px!important;border-radius:10px!important;margin:0!important}
  .favorite-btn{top:10px!important;right:10px!important;width:28px!important;height:28px!important;border-radius:12px!important}
  .floating-cart{bottom:84px!important;width:min(318px,calc(100% - 62px))!important}
}
@media(min-width:761px){
  .cat-btn span{font-size:13px!important;line-height:1.15!important;text-align:center!important}
  .product-card{display:grid!important;grid-template-rows:176px 76px 44px!important}
  .meta{display:grid!important;grid-template-columns:1fr 42px!important;grid-template-rows:auto auto!important}
  .meta:before{grid-column:1!important;grid-row:1!important}
  .price{grid-column:1!important;grid-row:2!important}
  .add-btn{position:relative!important;right:auto!important;bottom:auto!important;grid-column:2!important;grid-row:1/3!important;align-self:end!important;justify-self:end!important}
}

/* V55 - card definitivo sem texto espremido */
@media(max-width:760px){
  .product-card{
    display:flex!important;
    flex-direction:column!important;
    min-height:286px!important;
    padding:10px!important;
    gap:8px!important;
    overflow:hidden!important;
  }
  .product-photo{
    flex:0 0 132px!important;
    width:100%!important;
    height:132px!important;
    margin:0!important;
  }
  .product-info{
    width:100%!important;
    min-height:44px!important;
    padding:0 2px!important;
    flex:0 0 auto!important;
  }
  .product-info h3{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    width:100%!important;
    max-width:100%!important;
    min-height:34px!important;
    margin:0!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    text-align:left!important;
    font-size:13.5px!important;
    line-height:1.22!important;
  }
  .meta{
    width:100%!important;
    margin-top:auto!important;
    padding:0 42px 0 2px!important;
    display:block!important;
    min-height:36px!important;
  }
  .meta:before{
    display:block!important;
    content:'★★★★★'!important;
    font-size:10px!important;
    letter-spacing:.4px!important;
    line-height:1!important;
    margin-bottom:5px!important;
  }
  .price{
    display:block!important;
    font-size:15px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
  }
  .add-btn{
    position:absolute!important;
    right:12px!important;
    bottom:12px!important;
    width:34px!important;
    height:34px!important;
    min-height:34px!important;
    border-radius:10px!important;
  }
}

/* V60 - checkout inspirado nas referencias, mantendo identidade azul */
.drawer{background:rgba(15,23,42,.38)!important;backdrop-filter:blur(10px)!important}
.drawer-panel{
  width:min(520px,100%)!important;
  background:#f6f8fc!important;
  border-left:1px solid #dbeafe!important;
  box-shadow:-28px 0 80px rgba(11,78,162,.16)!important;
}
.drawer header{
  background:#f6f8fc!important;
  border-bottom:1px solid #e8eef8!important;
}
.drawer header strong{color:#0f172a!important}
.checkout{
  background:#fff!important;
  border:1px solid #dbeafe!important;
  border-radius:28px!important;
  box-shadow:0 18px 48px rgba(11,78,162,.08)!important;
}
.checkout-title .eyebrow{
  background:#eef6ff!important;
  color:var(--brand-blue)!important;
  border:1px solid #bfdbfe!important;
}
.checkout-title h3{color:#0f172a!important}
.checkout-steps{
  background:#eef4ff!important;
  border:1px solid #dbeafe!important;
  border-radius:20px!important;
}
.checkout-step{
  color:#53657d!important;
  background:transparent!important;
  border:0!important;
}
.checkout-step span{
  background:#fff!important;
  color:#53657d!important;
  border:1px solid #dbeafe!important;
}
.checkout-step.is-active{
  background:var(--brand-blue)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(11,78,162,.22)!important;
}
.checkout-step.is-active span{
  background:#fff!important;
  color:var(--brand-blue)!important;
  border-color:#fff!important;
}
.checkout-block{
  background:#f8fbff!important;
  border:1px solid #dbeafe!important;
  border-radius:24px!important;
}
.checkout-block>strong{color:#0f172a!important}
.checkout-block>strong svg{color:var(--brand-blue)!important;stroke:var(--brand-blue)!important}
.checkout input,.checkout textarea,.checkout select{
  background:#fff!important;
  border:1px solid #dbeafe!important;
  color:#0f172a!important;
  box-shadow:none!important;
}
.checkout input:focus,.checkout textarea:focus,.checkout select:focus{
  border-color:var(--brand-blue)!important;
  box-shadow:0 0 0 4px rgba(11,78,162,.10)!important;
}
.payment-block select[name=payment]{background:#fff!important;color:#0f172a!important}
.payment-reference-head{color:#0f172a!important}
.payment-ref-icon{
  background:#eef6ff!important;
  color:var(--brand-blue)!important;
  border:1px solid #dbeafe!important;
}
.payment-summary-card,.payment-methods-card{
  background:#fff!important;
  border:1px solid #dbeafe!important;
  border-radius:24px!important;
  box-shadow:0 12px 30px rgba(11,78,162,.06)!important;
}
.payment-summary-card>div:not(.summary-title):not(.delivery-time-row){color:#5f6f85!important}
.payment-summary-card strong,.payment-methods-card>strong{color:#0f172a!important}
.summary-title small{color:#718096!important}
.payment-summary-card .is-total{
  border-top:1px solid #dbeafe!important;
  color:#0f172a!important;
}
.payment-summary-card .is-total strong{color:var(--brand-blue)!important}
.delivery-time-row{
  background:#eef6ff!important;
  color:#53657d!important;
  border:1px solid #dbeafe!important;
}
.delivery-time-row svg,.delivery-time-row strong{color:var(--brand-blue)!important;stroke:var(--brand-blue)!important}
.payment-method-choice{
  background:#fff!important;
  border:1px solid #dbeafe!important;
  color:#344054!important;
  box-shadow:none!important;
}
.payment-method-choice svg{color:var(--brand-blue)!important;stroke:var(--brand-blue)!important}
.payment-method-choice.is-selected{
  background:#eef6ff!important;
  border-color:var(--brand-blue)!important;
  color:var(--brand-blue)!important;
  box-shadow:0 10px 24px rgba(11,78,162,.12)!important;
}
.save-card-row{color:#53657d!important}
.payment-box,.card-payment-preview{
  background:#f8fbff!important;
  border:1px solid #dbeafe!important;
  color:#0f172a!important;
}
.payment-box svg,.card-payment-preview svg{color:var(--brand-blue)!important;stroke:var(--brand-blue)!important}
.payment-box.warn,.card-payment-preview.warn{
  background:#eef6ff!important;
  border-color:#bfdbfe!important;
}
.checkout-submit{
  background:var(--brand-blue)!important;
  border-color:var(--brand-blue)!important;
  color:#fff!important;
  border-radius:18px!important;
  box-shadow:0 16px 34px rgba(11,78,162,.24)!important;
}
.total-line{
  border-top:1px solid #dbeafe!important;
  color:#53657d!important;
}
.total-line strong{color:var(--brand-blue)!important}
@media(max-width:760px){
  .drawer-panel{
    background:#f6f8fc!important;
    border-left:0!important;
    border-top:1px solid #dbeafe!important;
  }
  .checkout{
    border-radius:26px!important;
    padding:16px!important;
  }
  .checkout-steps{position:sticky!important;top:-10px!important}
}

/* V56 - favorito corrigido: coração visível, sem quadrado azul */
.favorite-btn,.favorite-btn.is-fav{
  background:#fff!important;
  color:var(--brand-blue)!important;
  border:1px solid #dbeafe!important;
}
.favorite-btn svg,.favorite-btn.is-fav svg{
  display:block!important;
  width:16px!important;
  height:16px!important;
  color:var(--brand-blue)!important;
  stroke:var(--brand-blue)!important;
  fill:none!important;
  stroke-width:2.4!important;
}
.favorite-btn.is-fav svg{
  fill:rgba(11,78,162,.12)!important;
}
@media(max-width:760px){
  .favorite-btn,.favorite-btn.is-fav{
    top:10px!important;
    right:10px!important;
    width:30px!important;
    height:30px!important;
    border-radius:999px!important;
    box-shadow:0 8px 18px rgba(15,23,42,.08)!important;
  }
}

/* V58 - botao adicionar azul no mesmo padrao da referencia */
.product-card .add-btn{
  background:var(--brand-blue)!important;
  border-color:var(--brand-blue)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(11,78,162,.28)!important;
}
.product-card .add-btn span{display:none!important}
.product-card .add-btn svg{
  display:block!important;
  width:18px!important;
  height:18px!important;
  color:#fff!important;
  stroke:#fff!important;
  stroke-width:3!important;
}
@media(max-width:760px){
  .product-card .add-btn{
    width:34px!important;
    height:34px!important;
    min-height:34px!important;
    border-radius:10px!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    right:12px!important;
    bottom:12px!important;
  }
}

/* V59 - desktop com trilho/slide igual experiencia mobile */
@media(min-width:761px){
  .category-list{
    display:grid!important;
    grid-auto-flow:column!important;
    grid-auto-columns:104px!important;
    grid-template-columns:none!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    -webkit-overflow-scrolling:touch!important;
    padding:2px 4px 12px!important;
    scrollbar-width:none!important;
  }
  .category-list::-webkit-scrollbar{display:none!important}
  .cat-btn{
    scroll-snap-align:start!important;
    width:104px!important;
    min-width:104px!important;
    height:90px!important;
    border-radius:18px!important;
  }
  .product-grid{
    display:grid!important;
    grid-auto-flow:column!important;
    grid-auto-columns:260px!important;
    grid-template-columns:none!important;
    gap:18px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    padding:4px 4px 18px!important;
    scrollbar-width:none!important;
  }
  .product-grid::-webkit-scrollbar{display:none!important}
  .product-grid .product-card{
    scroll-snap-align:start!important;
    width:260px!important;
    min-width:260px!important;
  }
.product-grid .load-more{
    width:220px!important;
    align-self:center!important;
  }
}

/* V61 - checkout com escolha obrigatoria de pagamento */
.payment-secure-badge{
  min-height:38px;
  border-radius:999px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#eef6ff;
  color:var(--brand-blue);
  border:1px solid #dbeafe;
  font-size:12px;
  font-weight:900;
}
.payment-secure-badge svg{width:16px;height:16px;stroke:var(--brand-blue)}
.payment-box.choose{
  background:#eef6ff!important;
  border-color:#bfdbfe!important;
}
.payment-box.pay-delivery{
  background:#f8fbff!important;
  border-color:var(--brand-blue)!important;
}
.payment-method-choice[data-payment-method="Pagar na entrega"]{
  grid-column:1/-1;
}
@media(max-width:760px){
  .payment-reference-head{font-size:17px!important}
  .payment-secure-badge{padding:0 10px;font-size:11px}
}

/* V62 - login admin clean, moderno e em portugues */
.modern-login{
  display:grid!important;
  grid-template-columns:minmax(360px,.92fr) minmax(420px,1.08fr)!important;
  min-height:100vh!important;
  padding:24px!important;
  gap:24px!important;
  background:#f5f8ff!important;
  overflow:auto!important;
}
.modern-login-card{
  order:1!important;
  align-self:center!important;
  justify-self:center!important;
  width:min(460px,100%)!important;
  max-width:460px!important;
  min-height:auto!important;
  border-radius:28px!important;
  background:#fff!important;
  color:#0f172a!important;
  border:1px solid #dbeafe!important;
  box-shadow:0 24px 70px rgba(11,78,162,.12)!important;
  padding:34px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.login-brand-panel{
  order:2!important;
  min-height:calc(100vh - 48px)!important;
  border-radius:32px!important;
  background:#0b4ea2!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 24px 70px rgba(11,78,162,.22)!important;
  padding:clamp(28px,5vw,58px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  overflow:hidden!important;
}
.login-logo{
  display:grid!important;
  width:76px!important;
  height:76px!important;
  border-radius:22px!important;
  background:#fff!important;
  color:#0b4ea2!important;
  box-shadow:0 18px 42px rgba(15,23,42,.18)!important;
  margin-bottom:auto!important;
}
.login-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px!important}
.login-brand-panel .eyebrow{
  display:inline-flex!important;
  width:max-content!important;
  margin:0 0 18px!important;
  background:rgba(255,255,255,.13)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
}
.login-brand-panel h1{
  max-width:560px!important;
  margin:0 0 14px!important;
  text-align:left!important;
  color:#fff!important;
  font-size:clamp(34px,4vw,56px)!important;
  line-height:1.02!important;
  font-weight:950!important;
  letter-spacing:0!important;
}
.login-brand-panel p{
  max-width:500px!important;
  margin:0 0 24px!important;
  text-align:left!important;
  color:rgba(255,255,255,.78)!important;
  font-size:16px!important;
  line-height:1.5!important;
}
.login-feature-list{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-start!important;
  gap:8px!important;
  margin:0!important;
}
.login-feature-list span{
  width:auto!important;
  height:40px!important;
  border-radius:999px!important;
  padding:0 13px!important;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:850!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
}
.login-feature-list svg{display:block!important;width:16px!important;height:16px!important;color:#fff!important;stroke:#fff!important}
.modern-login-card .login-card-icon{
  width:52px!important;
  height:52px!important;
  border-radius:18px!important;
  background:#eef6ff!important;
  color:#0b4ea2!important;
  margin:0 0 24px!important;
}
.modern-login-card .login-card-icon svg{width:24px!important;height:24px!important;color:#0b4ea2!important;stroke:#0b4ea2!important}
.modern-login-card .eyebrow{
  width:max-content!important;
  background:#eef6ff!important;
  border:1px solid #dbeafe!important;
  color:#0b4ea2!important;
  margin:0 0 16px!important;
  padding:8px 12px!important;
}
.modern-login-card h2{
  color:#0f172a!important;
  font-size:34px!important;
  line-height:1.05!important;
  margin:0 0 10px!important;
  font-weight:950!important;
  letter-spacing:0!important;
}
.modern-login-card p{
  color:#64748b!important;
  font-size:14px!important;
  line-height:1.5!important;
  margin:0 0 24px!important;
}
.modern-login-card .field-label{
  color:#334155!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-size:13px!important;
  font-weight:850!important;
  margin:14px 0 8px!important;
}
.modern-login-card .password-field{
  height:52px!important;
  border-radius:16px!important;
  background:#f8fbff!important;
  border:1px solid #dbeafe!important;
  box-shadow:none!important;
  padding:0 14px!important;
}
.modern-login-card .password-field:focus-within{
  background:#fff!important;
  border-color:#0b4ea2!important;
  box-shadow:0 0 0 4px rgba(11,78,162,.10)!important;
}
.modern-login-card .password-field svg{width:18px!important;height:18px!important;color:#64748b!important;stroke:#64748b!important}
.modern-login-card .password-field input{
  color:#0f172a!important;
  font-size:14px!important;
  font-weight:750!important;
}
.modern-login-card .password-field input::placeholder{color:#94a3b8!important}
.modern-login-card .btn.primary{
  height:54px!important;
  border-radius:16px!important;
  margin-top:22px!important;
  background:#0b4ea2!important;
  border-color:#0b4ea2!important;
  box-shadow:0 16px 34px rgba(11,78,162,.22)!important;
  color:#fff!important;
  font-size:15px!important;
}
.modern-login-card .login-store-link{
  color:#64748b!important;
  font-size:13px!important;
  margin-top:16px!important;
  text-decoration:none!important;
  font-weight:800!important;
}
.login-dev-signature{
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid #e2e8f0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:7px;
  color:#94a3b8;
  font-size:11px;
  font-weight:750;
}
.login-dev-signature strong{color:#64748b;font-weight:900}
.login-dev-signature svg{width:13px;height:13px;color:#0b4ea2;stroke:#0b4ea2;fill:none}
@media(max-width:860px){
  .modern-login{
    grid-template-columns:1fr!important;
    padding:14px!important;
    gap:14px!important;
    background:#f5f8ff!important;
  }
  .login-brand-panel{
    order:1!important;
    min-height:220px!important;
    border-radius:26px!important;
    padding:24px!important;
  }
  .login-logo{width:58px!important;height:58px!important;border-radius:18px!important}
  .login-brand-panel h1{font-size:27px!important;max-width:330px!important}
  .login-brand-panel p{display:none!important}
  .login-feature-list{display:none!important}
  .modern-login-card{
    order:2!important;
    justify-self:stretch!important;
    width:100%!important;
    max-width:none!important;
    border-radius:24px!important;
    padding:26px!important;
  }
  .modern-login-card h2{font-size:29px!important}
}

/* V67 - login fiel a referencia enviada: form esquerdo, visual direito grande */
body:has(.modern-login){background:#f7f8fb!important}
.modern-login{
  min-height:100vh!important;
  display:grid!important;
  grid-template-columns:360px minmax(420px,620px)!important;
  align-items:center!important;
  justify-content:center!important;
  gap:54px!important;
  padding:36px!important;
  background:#f7f8fb!important;
  overflow:auto!important;
}
.modern-login-card{
  order:1!important;
  width:100%!important;
  max-width:360px!important;
  min-height:auto!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#111827!important;
  display:block!important;
}
.login-card-brand{
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  margin:0 0 34px!important;
}
.login-card-logo{
  width:46px!important;
  height:46px!important;
  border-radius:14px!important;
  background:#fff!important;
  border:1px solid #e4eaf3!important;
  box-shadow:0 10px 24px rgba(15,23,42,.06)!important;
  overflow:hidden!important;
}
.login-card-logo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:6px!important;
}
.login-card-brand strong{display:block!important;font-size:14px!important;color:#111827!important;line-height:1.1!important}
.login-card-brand small{display:block!important;margin-top:3px!important;font-size:11px!important;color:#667085!important;font-weight:750!important}
.modern-login-card .login-card-icon,.modern-login-card>.eyebrow{display:none!important}
.modern-login-card h2{
  margin:0 0 6px!important;
  color:#111827!important;
  font-size:30px!important;
  line-height:1.08!important;
  font-weight:950!important;
  letter-spacing:.03em!important;
}
.modern-login-card p{
  margin:0 0 28px!important;
  color:#6b7280!important;
  font-size:12px!important;
  line-height:1.5!important;
}
.modern-login-card .field-label{
  display:block!important;
  margin:13px 0 7px!important;
  color:#111827!important;
  font-size:11px!important;
  font-weight:850!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.modern-login-card .password-field{
  height:40px!important;
  border-radius:9px!important;
  background:#fff!important;
  border:1px solid #d9dee8!important;
  padding:0 11px!important;
  box-shadow:0 6px 14px rgba(15,23,42,.035)!important;
}
.modern-login-card .password-field:focus-within{
  border-color:#0b4ea2!important;
  box-shadow:0 0 0 3px rgba(11,78,162,.10)!important;
}
.modern-login-card .password-field svg{
  width:15px!important;
  height:15px!important;
  color:#98a2b3!important;
  stroke:#98a2b3!important;
}
.modern-login-card .password-field input{
  color:#111827!important;
  font-size:12px!important;
  font-weight:650!important;
}
.modern-login-card .password-field input::placeholder{color:#a0a8b5!important}
.modern-login-card .btn.primary{
  height:40px!important;
  min-height:40px!important;
  margin-top:18px!important;
  border-radius:9px!important;
  background:#0b4ea2!important;
  border-color:#0b4ea2!important;
  color:#fff!important;
  box-shadow:0 12px 24px rgba(11,78,162,.18)!important;
  font-size:12px!important;
  font-weight:900!important;
}
.modern-login-card .login-store-link{
  margin-top:13px!important;
  display:flex!important;
  justify-content:center!important;
  color:#6b7280!important;
  font-size:11px!important;
  font-weight:750!important;
}
.login-dev-signature{
  margin-top:18px!important;
  padding:0!important;
  border:0!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:5px!important;
  color:#98a2b3!important;
  font-size:10px!important;
  font-weight:650!important;
}
.login-dev-signature strong{color:#667085!important;font-weight:850!important}
.login-dev-signature svg{width:11px!important;height:11px!important;color:#0b4ea2!important;stroke:#0b4ea2!important;fill:none!important}
.login-brand-panel{
  order:2!important;
  min-height:500px!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#111827!important;
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
.login-brand-panel:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:5% 0 6% 7%!important;
  border-radius:48px!important;
  background:#e9f3ff!important;
  border:1px solid #dbeafe!important;
}
.login-brand-panel:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:8%!important;
  top:10%!important;
  width:118px!important;
  height:118px!important;
  border-radius:36px!important;
  background:#0b4ea2!important;
  box-shadow:0 26px 55px rgba(11,78,162,.22)!important;
}
.login-brand-panel .login-logo{
  position:relative!important;
  z-index:3!important;
  display:grid!important;
  place-items:center!important;
  width:280px!important;
  height:280px!important;
  margin:0!important;
  border-radius:64px!important;
  background:#fff!important;
  border:1px solid #dbeafe!important;
  box-shadow:0 32px 72px rgba(11,78,162,.16)!important;
}
.login-brand-panel .login-logo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:36px!important;
}
.login-brand-panel .eyebrow{
  position:absolute!important;
  z-index:4!important;
  left:13%!important;
  top:13%!important;
  display:inline-flex!important;
  width:max-content!important;
  margin:0!important;
  background:#fff!important;
  color:#0b4ea2!important;
  border:1px solid #dbeafe!important;
  box-shadow:0 12px 26px rgba(15,23,42,.06)!important;
}
.login-brand-panel h1{
  position:absolute!important;
  z-index:4!important;
  left:13%!important;
  bottom:17%!important;
  max-width:390px!important;
  margin:0!important;
  color:#111827!important;
  font-size:30px!important;
  line-height:1.08!important;
  font-weight:950!important;
  letter-spacing:0!important;
  text-align:left!important;
}
.login-brand-panel p{
  position:absolute!important;
  z-index:4!important;
  left:13%!important;
  bottom:9%!important;
  max-width:360px!important;
  margin:0!important;
  color:#667085!important;
  font-size:12px!important;
  line-height:1.45!important;
  text-align:left!important;
}
.login-feature-list{display:none!important}
@media(max-width:860px){
  .modern-login{
    grid-template-columns:1fr!important;
    padding:24px 22px!important;
    gap:24px!important;
    align-items:start!important;
  }
  .login-brand-panel{
    order:1!important;
    min-height:260px!important;
  }
  .login-brand-panel:before{inset:0!important;border-radius:32px!important}
  .login-brand-panel:after{
    right:9%!important;
    top:12%!important;
    width:70px!important;
    height:70px!important;
    border-radius:22px!important;
  }
  .login-brand-panel .login-logo{
    width:136px!important;
    height:136px!important;
    border-radius:34px!important;
  }
  .login-brand-panel .login-logo img{padding:18px!important}
  .login-brand-panel .eyebrow{left:8%!important;top:10%!important;font-size:10px!important}
  .login-brand-panel h1{
    left:8%!important;
    bottom:16%!important;
    max-width:250px!important;
    font-size:22px!important;
  }
  .login-brand-panel p{display:none!important}
  .modern-login-card{
    order:2!important;
    max-width:none!important;
  }
}

/* V66 - ultimo bloco do arquivo: login referencia sem sobrescrita posterior */
.modern-login{min-height:100vh!important;display:grid!important;grid-template-columns:minmax(320px,430px) minmax(420px,650px)!important;align-items:center!important;justify-content:center!important;gap:36px!important;padding:38px!important;background:#f7f9fc!important;overflow:auto!important}
.modern-login-card{order:1!important;width:100%!important;max-width:390px!important;min-height:auto!important;justify-self:center!important;align-self:center!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;color:#101828!important}
.login-card-brand{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:30px!important}
.login-card-logo{width:54px!important;height:54px!important;border-radius:16px!important;background:#fff!important;border:1px solid #dbeafe!important;box-shadow:0 12px 28px rgba(11,78,162,.10)!important}
.login-card-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:6px!important}
.login-card-brand strong{font-size:16px!important;color:#101828!important}.login-card-brand small{color:#667085!important;font-size:12px!important}
.modern-login-card .login-card-icon,.modern-login-card .eyebrow{display:none!important}
.modern-login-card h2{margin:0 0 8px!important;color:#101828!important;font-size:30px!important;line-height:1.1!important;font-weight:950!important;letter-spacing:.01em!important}
.modern-login-card p{margin:0 0 26px!important;color:#667085!important;font-size:13px!important;line-height:1.5!important}
.modern-login-card .field-label{margin:14px 0 7px!important;color:#101828!important;font-size:12px!important;font-weight:850!important}
.modern-login-card .password-field{height:44px!important;border-radius:10px!important;background:#fff!important;border:1px solid #d0d7e2!important;padding:0 12px!important;box-shadow:0 7px 16px rgba(15,23,42,.04)!important}
.modern-login-card .password-field:focus-within{border-color:#0b4ea2!important;box-shadow:0 0 0 3px rgba(11,78,162,.10)!important}
.modern-login-card .password-field svg{width:16px!important;height:16px!important;color:#98a2b3!important;stroke:#98a2b3!important}
.modern-login-card .password-field input{color:#101828!important;font-size:13px!important;font-weight:650!important}
.modern-login-card .btn.primary{height:45px!important;margin-top:20px!important;border-radius:10px!important;background:#0b4ea2!important;border-color:#0b4ea2!important;box-shadow:0 14px 28px rgba(11,78,162,.20)!important;color:#fff!important;font-size:13px!important;font-weight:900!important}
.modern-login-card .login-store-link{margin-top:14px!important;color:#667085!important;font-size:12px!important}
.login-dev-signature{margin-top:22px!important;padding-top:0!important;border-top:0!important;justify-content:flex-start!important;color:#98a2b3!important;font-size:10.5px!important}
.login-dev-signature strong{color:#667085!important}.login-dev-signature svg{width:12px!important;height:12px!important;color:#0b4ea2!important;stroke:#0b4ea2!important}
.login-brand-panel{order:2!important;min-height:560px!important;width:100%!important;border-radius:0!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;color:#101828!important;display:grid!important;place-items:center!important;position:relative!important;overflow:hidden!important}
.login-brand-panel:before{content:""!important;display:block!important;position:absolute!important;inset:9% 2% 8% 6%!important;border-radius:42px!important;background:#eaf3ff!important;border:1px solid #dbeafe!important}
.login-brand-panel:after{content:"24H"!important;display:grid!important;place-items:center!important;position:absolute!important;right:7%!important;top:11%!important;width:120px!important;height:120px!important;border-radius:36px!important;background:#0b4ea2!important;color:#fff!important;font-size:34px!important;font-weight:950!important;box-shadow:0 24px 50px rgba(11,78,162,.24)!important}
.login-brand-panel .login-logo{display:grid!important;position:relative!important;z-index:2!important;width:260px!important;height:260px!important;margin:0!important;border-radius:58px!important;background:#fff!important;border:1px solid #dbeafe!important;box-shadow:0 28px 70px rgba(11,78,162,.16)!important}
.login-brand-panel .login-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:34px!important}
.login-brand-panel .eyebrow{position:absolute!important;left:12%!important;top:16%!important;z-index:3!important;display:inline-flex!important;background:#fff!important;color:#0b4ea2!important;border:1px solid #dbeafe!important;box-shadow:0 12px 26px rgba(11,78,162,.08)!important}
.login-brand-panel h1{position:absolute!important;left:12%!important;bottom:18%!important;z-index:3!important;max-width:390px!important;margin:0!important;color:#101828!important;font-size:30px!important;line-height:1.08!important;text-align:left!important}
.login-brand-panel p{position:absolute!important;left:12%!important;bottom:10%!important;z-index:3!important;max-width:360px!important;margin:0!important;color:#667085!important;font-size:13px!important;line-height:1.45!important;text-align:left!important}
.login-feature-list{display:none!important}
@media(max-width:860px){.modern-login{grid-template-columns:1fr!important;padding:26px 22px!important;gap:24px!important;align-items:start!important}.login-brand-panel{order:1!important;min-height:250px!important}.login-brand-panel:before{inset:0!important;border-radius:32px!important}.login-brand-panel:after{width:72px!important;height:72px!important;border-radius:22px!important;font-size:22px!important;right:9%!important;top:12%!important}.login-brand-panel .login-logo{width:132px!important;height:132px!important;border-radius:34px!important}.login-brand-panel .login-logo img{padding:18px!important}.login-brand-panel .eyebrow{left:8%!important;top:10%!important;font-size:10px!important}.login-brand-panel h1{left:8%!important;bottom:17%!important;max-width:250px!important;font-size:22px!important}.login-brand-panel p{display:none!important}.modern-login-card{order:2!important;max-width:none!important}}

/* V65 - override final: referencia aplicada depois dos estilos antigos */
.modern-login{
  min-height:100vh!important;display:grid!important;grid-template-columns:minmax(320px,430px) minmax(420px,650px)!important;align-items:center!important;justify-content:center!important;gap:36px!important;padding:38px!important;background:#f7f9fc!important;overflow:auto!important;
}
.modern-login-card{
  order:1!important;width:100%!important;max-width:390px!important;min-height:auto!important;justify-self:center!important;align-self:center!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;color:#101828!important;
}
.login-card-brand{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:30px!important}
.login-card-logo{width:54px!important;height:54px!important;border-radius:16px!important;background:#fff!important;border:1px solid #dbeafe!important;box-shadow:0 12px 28px rgba(11,78,162,.10)!important}
.login-card-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:6px!important}
.login-card-brand strong{font-size:16px!important;color:#101828!important}.login-card-brand small{color:#667085!important;font-size:12px!important}
.modern-login-card .login-card-icon,.modern-login-card .eyebrow{display:none!important}
.modern-login-card h2{margin:0 0 8px!important;color:#101828!important;font-size:30px!important;line-height:1.1!important;font-weight:950!important;letter-spacing:.01em!important}
.modern-login-card p{margin:0 0 26px!important;color:#667085!important;font-size:13px!important;line-height:1.5!important}
.modern-login-card .field-label{margin:14px 0 7px!important;color:#101828!important;font-size:12px!important;font-weight:850!important}
.modern-login-card .password-field{height:44px!important;border-radius:10px!important;background:#fff!important;border:1px solid #d0d7e2!important;padding:0 12px!important;box-shadow:0 7px 16px rgba(15,23,42,.04)!important}
.modern-login-card .password-field:focus-within{border-color:#0b4ea2!important;box-shadow:0 0 0 3px rgba(11,78,162,.10)!important}
.modern-login-card .password-field svg{width:16px!important;height:16px!important;color:#98a2b3!important;stroke:#98a2b3!important}
.modern-login-card .password-field input{color:#101828!important;font-size:13px!important;font-weight:650!important}
.modern-login-card .btn.primary{height:45px!important;margin-top:20px!important;border-radius:10px!important;background:#0b4ea2!important;border-color:#0b4ea2!important;box-shadow:0 14px 28px rgba(11,78,162,.20)!important;color:#fff!important;font-size:13px!important;font-weight:900!important}
.modern-login-card .login-store-link{margin-top:14px!important;color:#667085!important;font-size:12px!important}
.login-dev-signature{margin-top:22px!important;padding-top:0!important;border-top:0!important;justify-content:flex-start!important;color:#98a2b3!important;font-size:10.5px!important}
.login-dev-signature strong{color:#667085!important}.login-dev-signature svg{width:12px!important;height:12px!important;color:#0b4ea2!important;stroke:#0b4ea2!important}
.login-brand-panel{
  order:2!important;min-height:560px!important;width:100%!important;border-radius:0!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;color:#101828!important;display:grid!important;place-items:center!important;position:relative!important;overflow:hidden!important;
}
.login-brand-panel:before{content:""!important;display:block!important;position:absolute!important;inset:9% 2% 8% 6%!important;border-radius:42px!important;background:#eaf3ff!important;border:1px solid #dbeafe!important}
.login-brand-panel:after{content:"24H"!important;display:grid!important;place-items:center!important;position:absolute!important;right:7%!important;top:11%!important;width:120px!important;height:120px!important;border-radius:36px!important;background:#0b4ea2!important;color:#fff!important;font-size:34px!important;font-weight:950!important;box-shadow:0 24px 50px rgba(11,78,162,.24)!important}
.login-brand-panel .login-logo{display:grid!important;position:relative!important;z-index:2!important;width:260px!important;height:260px!important;margin:0!important;border-radius:58px!important;background:#fff!important;border:1px solid #dbeafe!important;box-shadow:0 28px 70px rgba(11,78,162,.16)!important}
.login-brand-panel .login-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:34px!important}
.login-brand-panel .eyebrow{position:absolute!important;left:12%!important;top:16%!important;z-index:3!important;display:inline-flex!important;background:#fff!important;color:#0b4ea2!important;border:1px solid #dbeafe!important;box-shadow:0 12px 26px rgba(11,78,162,.08)!important}
.login-brand-panel h1{position:absolute!important;left:12%!important;bottom:18%!important;z-index:3!important;max-width:390px!important;margin:0!important;color:#101828!important;font-size:30px!important;line-height:1.08!important;text-align:left!important}
.login-brand-panel p{position:absolute!important;left:12%!important;bottom:10%!important;z-index:3!important;max-width:360px!important;margin:0!important;color:#667085!important;font-size:13px!important;line-height:1.45!important;text-align:left!important}
.login-feature-list{display:none!important}
@media(max-width:860px){
  .modern-login{grid-template-columns:1fr!important;padding:26px 22px!important;gap:24px!important;align-items:start!important}
  .login-brand-panel{order:1!important;min-height:250px!important}
  .login-brand-panel:before{inset:0!important;border-radius:32px!important}
  .login-brand-panel:after{width:72px!important;height:72px!important;border-radius:22px!important;font-size:22px!important;right:9%!important;top:12%!important}
  .login-brand-panel .login-logo{width:132px!important;height:132px!important;border-radius:34px!important}
  .login-brand-panel .login-logo img{padding:18px!important}
  .login-brand-panel .eyebrow{left:8%!important;top:10%!important;font-size:10px!important}
  .login-brand-panel h1{left:8%!important;bottom:17%!important;max-width:250px!important;font-size:22px!important}
  .login-brand-panel p{display:none!important}
  .modern-login-card{order:2!important;max-width:none!important}
}

/* V64 - login inspirado na referencia: form limpo + visual forte lateral */
.modern-login{
  min-height:100vh!important;
  display:grid!important;
  grid-template-columns:minmax(320px,430px) minmax(420px,650px)!important;
  align-items:center!important;
  justify-content:center!important;
  gap:36px!important;
  padding:38px!important;
  background:#f7f9fc!important;
  overflow:auto!important;
}
.modern-login-card{
  order:1!important;
  width:100%!important;
  max-width:390px!important;
  min-height:auto!important;
  justify-self:center!important;
  align-self:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
  color:#101828!important;
}
.login-card-brand{
  margin-bottom:30px!important;
}
.login-card-logo{
  width:54px!important;
  height:54px!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid #dbeafe!important;
  box-shadow:0 12px 28px rgba(11,78,162,.10)!important;
}
.login-card-brand strong{
  font-size:16px!important;
  color:#101828!important;
}
.login-card-brand small{
  color:#667085!important;
  font-size:12px!important;
}
.modern-login-card h2{
  margin:0 0 8px!important;
  color:#101828!important;
  font-size:30px!important;
  line-height:1.1!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
}
.modern-login-card p{
  margin:0 0 26px!important;
  color:#667085!important;
  font-size:13px!important;
  line-height:1.5!important;
}
.modern-login-card .field-label{
  margin:14px 0 7px!important;
  color:#101828!important;
  font-size:12px!important;
  font-weight:850!important;
}
.modern-login-card .password-field{
  height:44px!important;
  border-radius:10px!important;
  background:#fff!important;
  border:1px solid #d0d7e2!important;
  padding:0 12px!important;
  box-shadow:0 7px 16px rgba(15,23,42,.04)!important;
}
.modern-login-card .password-field:focus-within{
  border-color:#0b4ea2!important;
  box-shadow:0 0 0 3px rgba(11,78,162,.10)!important;
}
.modern-login-card .password-field svg{
  width:16px!important;
  height:16px!important;
  color:#98a2b3!important;
  stroke:#98a2b3!important;
}
.modern-login-card .password-field input{
  color:#101828!important;
  font-size:13px!important;
  font-weight:650!important;
}
.modern-login-card .btn.primary{
  height:45px!important;
  margin-top:20px!important;
  border-radius:10px!important;
  background:#0b4ea2!important;
  border-color:#0b4ea2!important;
  box-shadow:0 14px 28px rgba(11,78,162,.20)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
}
.modern-login-card .login-store-link{
  margin-top:14px!important;
  color:#667085!important;
  font-size:12px!important;
}
.login-dev-signature{
  margin-top:22px!important;
  padding-top:0!important;
  border-top:0!important;
  justify-content:flex-start!important;
  color:#98a2b3!important;
  font-size:10.5px!important;
}
.login-dev-signature strong{color:#667085!important}
.login-dev-signature svg{
  width:12px!important;
  height:12px!important;
  color:#0b4ea2!important;
  stroke:#0b4ea2!important;
}
.login-brand-panel{
  order:2!important;
  min-height:560px!important;
  width:100%!important;
  border-radius:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  color:#101828!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  overflow:hidden!important;
}
.login-brand-panel:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:9% 2% 8% 6%!important;
  border-radius:42px!important;
  background:#eaf3ff!important;
  border:1px solid #dbeafe!important;
}
.login-brand-panel:after{
  content:"24H"!important;
  display:grid!important;
  place-items:center!important;
  position:absolute!important;
  right:7%!important;
  top:11%!important;
  width:120px!important;
  height:120px!important;
  border-radius:36px!important;
  background:#0b4ea2!important;
  color:#fff!important;
  font-size:34px!important;
  font-weight:950!important;
  box-shadow:0 24px 50px rgba(11,78,162,.24)!important;
}
.login-brand-panel .login-logo{
  display:grid!important;
  position:relative!important;
  z-index:2!important;
  width:260px!important;
  height:260px!important;
  margin:0!important;
  border-radius:58px!important;
  background:#fff!important;
  border:1px solid #dbeafe!important;
  box-shadow:0 28px 70px rgba(11,78,162,.16)!important;
}
.login-brand-panel .login-logo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:34px!important;
}
.login-brand-panel .eyebrow{
  position:absolute!important;
  left:12%!important;
  top:16%!important;
  z-index:3!important;
  background:#fff!important;
  color:#0b4ea2!important;
  border:1px solid #dbeafe!important;
  box-shadow:0 12px 26px rgba(11,78,162,.08)!important;
}
.login-brand-panel h1{
  position:absolute!important;
  left:12%!important;
  bottom:18%!important;
  z-index:3!important;
  max-width:390px!important;
  margin:0!important;
  color:#101828!important;
  font-size:30px!important;
  line-height:1.08!important;
  text-align:left!important;
}
.login-brand-panel p{
  position:absolute!important;
  left:12%!important;
  bottom:10%!important;
  z-index:3!important;
  max-width:360px!important;
  margin:0!important;
  color:#667085!important;
  font-size:13px!important;
  line-height:1.45!important;
  text-align:left!important;
}
.login-feature-list{
  display:none!important;
}
@media(max-width:860px){
  .modern-login{
    grid-template-columns:1fr!important;
    padding:26px 22px!important;
    gap:24px!important;
    align-items:start!important;
  }
  .login-brand-panel{
    order:1!important;
    min-height:250px!important;
  }
  .login-brand-panel:before{inset:0!important;border-radius:32px!important}
  .login-brand-panel:after{
    width:72px!important;
    height:72px!important;
    border-radius:22px!important;
    font-size:22px!important;
    right:9%!important;
    top:12%!important;
  }
  .login-brand-panel .login-logo{
    width:132px!important;
    height:132px!important;
    border-radius:34px!important;
  }
  .login-brand-panel .login-logo img{padding:18px!important}
  .login-brand-panel .eyebrow{left:8%!important;top:10%!important;font-size:10px!important}
  .login-brand-panel h1{
    left:8%!important;
    bottom:17%!important;
    max-width:250px!important;
    font-size:22px!important;
  }
  .login-brand-panel p{display:none!important}
  .modern-login-card{
    order:2!important;
    max-width:none!important;
  }
}

/* V66 - login referencia final no ultimo bloco */
.modern-login{
  min-height:100vh!important;
  display:grid!important;
  grid-template-columns:minmax(320px,430px) minmax(420px,650px)!important;
  justify-content:center!important;
  align-items:center!important;
  gap:36px!important;
  padding:38px!important;
  background:#f7f9fc!important;
  color:#0f172a!important;
  overflow:auto!important;
}
.login-brand-panel{
  order:2!important;
  min-height:560px!important;
  height:auto!important;
  width:100%!important;
  border-radius:0!important;
  background:transparent!important;
  color:#101828!important;
  padding:0!important;
  box-shadow:none!important;
  border:0!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  overflow:hidden!important;
}
.login-brand-panel .login-logo{
  position:relative!important;
  z-index:2!important;
  width:260px!important;
  height:260px!important;
  margin:0!important;
  border-radius:58px!important;
  background:#fff!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #dbeafe!important;
  box-shadow:0 28px 70px rgba(11,78,162,.16)!important;
}
.login-brand-panel .eyebrow{
  position:absolute!important;
  left:12%!important;
  top:16%!important;
  z-index:3!important;
  display:inline-flex!important;
  width:max-content!important;
  margin:0!important;
  background:#fff!important;
  color:#0b4ea2!important;
  border:1px solid #dbeafe!important;
  box-shadow:0 12px 26px rgba(11,78,162,.08)!important;
}
.login-brand-panel h1{
  position:absolute!important;
  left:12%!important;
  bottom:18%!important;
  z-index:3!important;
  margin:0!important;
  max-width:390px!important;
  font-size:30px!important;
  line-height:1.08!important;
  letter-spacing:0!important;
  color:#101828!important;
  text-align:left!important;
}
.login-brand-panel p{
  max-width:390px!important;
  position:absolute!important;
  left:12%!important;
  bottom:10%!important;
  z-index:3!important;
  margin:0!important;
  color:#667085!important;
  font-size:13px!important;
  line-height:1.45!important;
  text-align:left!important;
}
.login-feature-list{
  margin-top:28px!important;
  display:none!important;
  gap:10px!important;
  justify-content:stretch!important;
}
.login-feature-list span{
  height:44px!important;
  width:100%!important;
  border-radius:16px!important;
  padding:0 14px!important;
  justify-content:flex-start!important;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  color:#fff!important;
  font-size:13px!important;
}
.login-feature-list svg{
  display:block!important;
  width:17px!important;
  height:17px!important;
  color:#fff!important;
  stroke:#fff!important;
}
.modern-login-card{
  order:1!important;
  align-self:center!important;
  justify-self:center!important;
  width:100%!important;
  max-width:390px!important;
  min-height:auto!important;
  border-radius:0!important;
  background:transparent!important;
  color:#0f172a!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.login-card-brand{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:30px;
}
.login-card-logo{
  width:50px;
  height:50px;
  border-radius:16px;
  background:#f1f7ff;
  border:1px solid #dbeafe;
  color:#0b4ea2;
  display:grid;
  place-items:center;
  overflow:hidden;
  font-weight:950;
}
.login-card-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:6px;
}
.login-card-brand strong{
  display:block;
  color:#0f172a;
  font-size:16px;
  line-height:1.1;
}
.login-card-brand small{
  display:block;
  color:#64748b;
  margin-top:3px;
  font-size:12px;
  font-weight:800;
}
.modern-login-card .login-card-icon{display:none!important}
.modern-login-card .eyebrow{
  display:none!important;
}
.modern-login-card h2{
  margin:0 0 8px!important;
  color:#0f172a!important;
  font-size:32px!important;
  line-height:1.08!important;
  font-weight:950!important;
}
.modern-login-card p{
  margin:0 0 26px!important;
  color:#64748b!important;
  font-size:14px!important;
  line-height:1.5!important;
}
.modern-login-card .field-label{
  margin:14px 0 8px!important;
  color:#334155!important;
  font-size:13px!important;
  font-weight:850!important;
}
.modern-login-card .password-field{
  height:52px!important;
  border-radius:15px!important;
  background:#f8fbff!important;
  border:1px solid #dbeafe!important;
  padding:0 14px!important;
  box-shadow:none!important;
}
.modern-login-card .password-field:focus-within{
  background:#fff!important;
  border-color:#0b4ea2!important;
  box-shadow:0 0 0 4px rgba(11,78,162,.10)!important;
}
.modern-login-card .password-field svg{
  width:18px!important;
  height:18px!important;
  color:#64748b!important;
  stroke:#64748b!important;
}
.modern-login-card .password-field input{
  color:#0f172a!important;
  font-size:14px!important;
  font-weight:750!important;
}
.modern-login-card .btn.primary{
  height:54px!important;
  margin-top:24px!important;
  border-radius:16px!important;
  background:#0b4ea2!important;
  border-color:#0b4ea2!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(11,78,162,.22)!important;
}
.modern-login-card .login-store-link{
  margin-top:16px!important;
  color:#64748b!important;
  font-size:13px!important;
}
.login-dev-signature{
  margin-top:auto!important;
  padding-top:20px!important;
}
@media(max-width:860px){
  .modern-login{
    grid-template-columns:1fr!important;
    padding:14px!important;
    gap:14px!important;
  }
  .login-brand-panel{
    min-height:auto!important;
    border-radius:24px!important;
    padding:22px!important;
  }
  .login-brand-panel .login-logo{width:56px!important;height:56px!important;border-radius:18px!important}
  .login-brand-panel h1{font-size:26px!important;max-width:310px!important}
  .login-brand-panel p,.login-feature-list{display:none!important}
  .modern-login-card{
    min-height:auto!important;
    max-width:none!important;
    border-radius:24px!important;
    padding:26px!important;
  }
  .modern-login-card h2{font-size:29px!important}
}
/* V74 - Kanban operacional premium delivery */
.kanban-toolbar{border:1px solid #e6e8ee!important;background:#fff!important;color:#475467!important;border-radius:18px!important;box-shadow:0 12px 30px rgba(16,24,40,.05)!important}
.kanban{display:block!important;overflow:visible!important}
.premium-kanban-summary{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-bottom:12px!important}
.premium-kanban-summary article{background:#fff!important;border:1px solid #e6e8ee!important;border-radius:20px!important;padding:15px!important;box-shadow:0 14px 34px rgba(16,24,40,.06)!important}
.premium-kanban-summary small{display:block;color:#667085!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase;letter-spacing:.05em}
.premium-kanban-summary strong{display:block;margin-top:4px;color:#101828!important;font-size:28px!important;letter-spacing:-.03em}
.premium-kanban-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px}
.premium-kanban-controls label{height:46px;min-width:min(420px,100%);display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e6e8ee;border-radius:16px;padding:0 13px;box-shadow:0 10px 24px rgba(16,24,40,.05)}
.premium-kanban-controls label svg{width:18px;height:18px;color:#667085}
.premium-kanban-controls input{border:0;outline:0;background:transparent;width:100%;color:#101828;font-weight:700}
.premium-kanban-controls div{display:flex;gap:8px;overflow:auto}
.premium-kanban-controls button{height:38px;border:1px solid #e6e8ee;background:#fff;color:#475467;border-radius:999px;padding:0 12px;font-size:12px;font-weight:900;white-space:nowrap}
.premium-kanban-controls button.active{background:#101828;color:#fff;border-color:#101828}
.premium-flow-track{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important;margin:0 0 14px!important}
.premium-flow-track button{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:7px;border:1px solid #e6e8ee!important;background:#fff!important;border-radius:18px!important;padding:11px!important;color:#101828!important;box-shadow:0 10px 24px rgba(16,24,40,.05)!important}
.premium-flow-track i{grid-row:1/3;width:20px;height:20px}.premium-flow-track strong{font-size:22px!important;line-height:1;color:#101828!important}.premium-flow-track span{font-size:10px!important;color:#667085!important;font-weight:900!important;text-transform:uppercase;line-height:1.15}
.flow-amber i,.lane-amber .lane-head i{color:#d97706}.flow-blue i,.lane-blue .lane-head i{color:#2563eb}.flow-violet i,.lane-violet .lane-head i{color:#7c3aed}.flow-sky i,.lane-sky .lane-head i{color:#0284c7}.flow-green i,.lane-green .lane-head i{color:#16a34a}.flow-red i,.lane-red .lane-head i{color:#dc2626}
.premium-kanban-board{display:grid!important;grid-template-columns:repeat(6,minmax(292px,1fr))!important;gap:14px!important;align-items:start!important;overflow-x:auto!important;padding:2px 2px 12px!important;scroll-snap-type:x proximity!important}
.premium-lane{position:relative;min-height:560px!important;border:1px solid rgba(230,232,238,.86)!important;border-radius:26px!important;padding:12px!important;overflow:visible!important;scroll-snap-align:start;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(248,250,252,.92))!important;box-shadow:0 18px 42px rgba(16,24,40,.07)!important;backdrop-filter:blur(16px)}
.premium-lane.is-over{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}
.premium-lane .lane-head{position:sticky!important;top:10px!important;z-index:2;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:0 0 10px!important;padding:12px!important;border:1px solid rgba(255,255,255,.8)!important;border-radius:20px!important;background:rgba(255,255,255,.86)!important;box-shadow:0 12px 28px rgba(16,24,40,.07)!important;backdrop-filter:blur(18px)}
.premium-lane .lane-head div{display:flex;align-items:center;gap:9px;min-width:0}.premium-lane .lane-head i{width:19px;height:19px;flex:0 0 auto}.premium-lane .lane-head span{font-size:13px!important;font-weight:950!important;color:#101828!important;line-height:1.1}.premium-lane .lane-head strong{display:grid;place-items:center;min-width:32px;height:32px;border-radius:12px;background:#f2f4f7!important;color:#101828!important;font-size:13px!important}
.lane-amber{background:linear-gradient(180deg,#fffbeb,#fff)!important}.lane-blue{background:linear-gradient(180deg,#eff6ff,#fff)!important}.lane-violet{background:linear-gradient(180deg,#f5f3ff,#fff)!important}.lane-sky{background:linear-gradient(180deg,#f0f9ff,#fff)!important}.lane-green{background:linear-gradient(180deg,#ecfdf3,#fff)!important}.lane-red{background:linear-gradient(180deg,#fef2f2,#fff)!important}
.lane-drop{display:grid!important;gap:10px!important}
.empty-lane{min-height:104px;display:grid;place-items:center;border:1px dashed #d0d5dd;border-radius:18px;color:#98a2b3;font-size:12px;font-weight:850;text-align:center;background:rgba(255,255,255,.56)}
.order-flow-card{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;border:1px solid #edf0f4!important;border-left:0!important;border-radius:22px!important;background:#fff!important;padding:13px!important;box-shadow:0 16px 34px rgba(16,24,40,.08)!important;cursor:grab;animation:orderIn .22s ease both;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}
.order-flow-card:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(16,24,40,.13)!important;border-color:#d0d5dd!important}.order-flow-card.is-dragging{opacity:.58;transform:rotate(1deg) scale(.98)}.order-flow-card.is-new{box-shadow:0 18px 48px rgba(217,119,6,.14)!important}.order-flow-card.is-late{border-color:#fecaca!important}
@keyframes orderIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.order-card-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important}.order-card-top strong{font-size:16px!important;color:#101828!important;letter-spacing:-.02em}.order-card-top span{font-size:15px!important;font-weight:950!important;color:#067647!important;white-space:nowrap}
.order-customer{display:grid!important;gap:2px!important;margin:0!important}.order-customer b{font-size:14px!important;color:#101828!important;line-height:1.2}.order-customer small{font-size:11px!important;color:#667085!important;font-weight:750!important}
.order-card-badges{display:flex;gap:6px;flex-wrap:wrap}.order-card-badges span{border-radius:999px;background:#f2f4f7;color:#475467;padding:5px 8px;font-size:10px;font-weight:950;text-transform:uppercase}.order-card-badges .danger{background:#fee2e2;color:#b42318}
.order-payment-meta{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin:0!important}.order-payment-meta span,.order-payment-meta em,.order-payment-meta small{border-radius:999px!important;padding:5px 8px!important;font-size:10px!important;font-weight:950!important;text-transform:uppercase!important;font-style:normal!important}.order-payment-meta span{background:#eff6ff!important;color:#1d4ed8!important}.order-payment-meta em{background:#fffbeb!important;color:#92400e!important}.order-payment-meta small{background:#f2f4f7!important;color:#475467!important}
.order-driver{display:flex;align-items:center;gap:7px;color:#667085;font-size:11px;font-weight:850}.order-driver svg{width:15px;height:15px;color:#0284c7}
.order-progress{height:7px;border-radius:999px;background:#eef2f6;overflow:hidden}.order-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#16a34a);transition:width .24s ease}
.order-items{display:grid!important;gap:5px!important;margin:0!important;padding:8px 0 0!important;border-top:1px solid #f2f4f7!important;list-style:none!important}.order-items li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;color:#475467;font-size:12px}.order-items span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-items strong{color:#101828;white-space:nowrap}
.order-flow-card .order-actions{display:grid!important;grid-template-columns:1fr 1fr repeat(4,38px)!important;gap:7px!important;margin-top:2px}.order-flow-card .order-actions .btn{width:100%!important;min-height:38px!important;border-radius:13px!important;font-size:11px!important;padding:8px!important}.order-flow-card .order-actions .icon-only{width:38px!important;min-width:38px!important}.order-flow-card .order-actions svg{width:16px;height:16px}.order-flow-card .btn.danger{background:#fff1f2!important;color:#be123c!important;border:1px solid #fecdd3!important}
.pulse-focus{outline:3px solid rgba(37,99,235,.25)!important;outline-offset:3px!important}
@media(max-width:1180px){.premium-flow-track{grid-template-columns:repeat(4,minmax(0,1fr))!important}.premium-kanban-board{grid-template-columns:repeat(6,minmax(284px,86vw))!important}}
@media(max-width:760px){.premium-kanban-summary{grid-template-columns:repeat(3,minmax(108px,1fr))!important;overflow:auto!important}.premium-kanban-controls{align-items:stretch;flex-direction:column}.premium-kanban-controls label{min-width:0}.premium-flow-track{grid-template-columns:repeat(6,minmax(148px,1fr))!important;overflow-x:auto!important}.premium-kanban-board{display:flex!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}.premium-lane{min-width:86vw!important;max-width:86vw!important;min-height:520px!important}.order-flow-card .order-actions{grid-template-columns:1fr 1fr repeat(4,36px)!important}}

/* V77 - Kanban realtime hierarchy-first */
.premium-kanban-board{scrollbar-width:thin;scrollbar-color:#98a2b3 transparent}
.premium-kanban-board::-webkit-scrollbar,.premium-flow-track::-webkit-scrollbar{height:10px}.premium-kanban-board::-webkit-scrollbar-track,.premium-flow-track::-webkit-scrollbar-track{background:#eef2f6;border-radius:999px}.premium-kanban-board::-webkit-scrollbar-thumb,.premium-flow-track::-webkit-scrollbar-thumb{background:#98a2b3;border-radius:999px;border:2px solid #eef2f6}
.premium-lane{--lane:#2563eb}.lane-amber{--lane:#d97706}.lane-blue{--lane:#2563eb}.lane-violet{--lane:#7c3aed}.lane-sky{--lane:#0284c7}.lane-green{--lane:#16a34a}.lane-red{--lane:#dc2626}
.premium-lane .lane-head{box-shadow:0 12px 28px rgba(16,24,40,.07), inset 0 -2px 0 color-mix(in srgb,var(--lane) 28%,transparent)!important}
.order-card-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}
.order-card-hero div{display:grid;gap:3px;min-width:0}.order-card-hero strong{font-size:18px;color:#101828;line-height:1;letter-spacing:-.03em}.order-card-hero span{font-size:15px;font-weight:950;color:#067647}
.order-timer{min-width:72px;height:42px;border-radius:16px;display:grid;place-items:center;padding:0 10px;font-size:15px;font-weight:950;letter-spacing:-.02em;border:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.order-timer.sla-ok{background:#ecfdf3;color:#067647;border-color:#abefc6}.order-timer.sla-warning{background:#fffaeb;color:#b54708;border-color:#fedf89}.order-timer.sla-critical{background:#fef3f2;color:#b42318;border-color:#fecdca;animation:slaPulse 1.4s ease-in-out infinite}.order-timer.sla-done{background:#f2f4f7;color:#667085;border-color:#e4e7ec}
@keyframes slaPulse{50%{box-shadow:0 0 0 6px rgba(244,63,94,.12),0 0 28px rgba(244,63,94,.20)}}
.order-flow-card.is-critical{box-shadow:0 16px 34px rgba(16,24,40,.08),0 0 0 1px #fecdca,0 0 34px rgba(244,63,94,.16)!important}
.drop-placeholder{height:84px;border:1px dashed #2563eb;border-radius:20px;display:grid;place-items:center;background:rgba(37,99,235,.08);color:#1d4ed8;font-size:12px;font-weight:950;animation:orderIn .16s ease both}
.virtualized-note{border:1px solid #e6e8ee;border-radius:16px;padding:10px;text-align:center;color:#667085;background:#fff;font-size:12px;font-weight:850}
.premium-kanban-controls input:focus{box-shadow:none}.premium-kanban-controls label:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.10),0 10px 24px rgba(16,24,40,.05)}
.order-skeleton{height:170px;border-radius:22px;background:linear-gradient(90deg,#f2f4f7,#fff,#f2f4f7);background-size:220% 100%;animation:skeletonLoad 1.1s ease-in-out infinite}
@keyframes skeletonLoad{to{background-position:-220% 0}}
@media(max-width:760px){.order-card-hero strong{font-size:17px}.order-timer{height:40px;min-width:66px}.premium-kanban-board{padding-bottom:14px!important}.premium-lane{border-radius:24px!important}}

/* V78 - Kanban cards fit safely inside columns/modals */
.order-flow-card{min-width:0!important;max-width:100%!important;overflow:hidden!important}
.order-card-hero{grid-template-columns:minmax(0,1fr) max-content!important;gap:8px!important;min-width:0!important}
.order-card-hero div{min-width:0!important}.order-card-hero strong,.order-card-hero span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.order-timer{min-width:58px!important;height:36px!important;padding:0 8px!important;border-radius:13px!important;font-size:12px!important;white-space:nowrap!important}
.order-card-badges span,.order-payment-meta span,.order-payment-meta em,.order-payment-meta small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.order-flow-card .order-actions{display:flex!important;flex-wrap:wrap!important;gap:6px!important;min-width:0!important}
.order-flow-card .order-actions .btn{flex:1 1 calc(50% - 4px)!important;min-width:0!important;height:36px!important;min-height:36px!important;padding:7px 8px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.order-flow-card .order-actions .icon-only{flex:0 0 36px!important;width:36px!important;min-width:36px!important;padding:7px!important}
.order-flow-card .order-actions svg{width:15px!important;height:15px!important}
@media(max-width:760px){.order-flow-card .order-actions .btn{flex:1 1 calc(50% - 4px)!important}.order-flow-card .order-actions .icon-only{flex:1 1 36px!important;max-width:44px!important}.order-timer{min-width:56px!important}}

@media(max-width:760px){.checkout .form-row.two,.customer-login-card{grid-template-columns:1fr}.google-customer-btn{width:100%}}

/* V91 final - checkout em fluxo: carrinho, conta, entrega, pagamento */
.cart-review-total{display:flex;align-items:center;justify-content:space-between;gap:14px;border-radius:18px;background:#fff;border:1px solid #dbeafe;padding:14px 15px;color:#53657d;font-weight:850}
.cart-review-total strong{font-size:22px;color:var(--brand-blue)}
.checkout-steps{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.checkout-step{min-width:0!important}
.checkout-step span{flex:0 0 auto}
@media(min-width:761px){.checkout-steps{grid-template-columns:repeat(4,minmax(0,1fr))!important}.cart-items{max-height:42vh!important}}
@media(max-width:760px){.checkout-steps{grid-template-columns:repeat(4,minmax(78px,1fr))!important;overflow:auto!important}.checkout-step{white-space:nowrap!important}}

/* V90 final - desktop completo depois de todos os overrides antigos */
@media(min-width:761px){
  .mobile-nav{display:none!important}
  .topbar{height:74px!important;padding:10px 0!important;background:rgba(243,246,251,.86)!important;border-bottom:1px solid rgba(208,213,221,.72)!important}
  .topbar .icon-btn{width:auto!important;min-width:132px!important;padding:0 16px!important;border-radius:18px!important;background:#101828!important;color:#fff!important;box-shadow:0 16px 34px rgba(16,24,40,.18)!important}
  .topbar .icon-btn:after{content:"Carrinho";font-size:13px;font-weight:900;margin-left:8px}
  .premium-hero,.hero{min-height:310px!important;margin-top:14px!important;border-radius:30px!important;padding:32px!important;grid-template-columns:minmax(0,1.08fr) 360px!important;align-items:center!important;box-shadow:0 26px 70px rgba(16,24,40,.18)!important}
  .hero h1{font-size:clamp(38px,4.2vw,54px)!important;line-height:1!important;margin:14px 0 12px!important}

  body{overflow-x:hidden!important}
  .app-shell{max-width:1360px!important;padding:18px 28px 48px!important}
  .toolbar{position:sticky!important;top:74px!important;z-index:18!important;margin:12px 0 16px!important;display:grid!important;grid-template-columns:minmax(340px,420px) minmax(0,1fr) auto!important;gap:14px!important;align-items:start!important;background:rgba(243,246,251,.9)!important;padding:14px 0!important;backdrop-filter:blur(18px)!important}
  .category-list{display:flex!important;flex-wrap:nowrap!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;grid-template-columns:none!important;gap:9px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 9px!important;scroll-snap-type:none!important}
  .cat-btn{height:58px!important;min-width:auto!important;width:auto!important;flex:0 0 auto!important;border-radius:18px!important;flex-direction:row!important;justify-content:center!important;gap:8px!important;padding:0 14px!important;white-space:nowrap!important;text-align:left!important;background:#fff!important;border:1px solid #e4e7ec!important;color:#475467!important;box-shadow:0 10px 24px rgba(16,24,40,.045)!important}
  .cat-btn svg{width:20px!important;height:20px!important;min-width:20px!important}
  .cat-btn span{font-size:13px!important;line-height:1!important;white-space:nowrap!important;display:block!important;font-weight:900!important}
  .cat-btn.active:after{left:14px!important;right:14px!important;bottom:6px!important}
  .favorite-filter{height:58px!important;min-width:128px!important;margin:0!important;align-self:start!important}
  .product-grid{display:grid!important;grid-auto-flow:row!important;grid-auto-columns:unset!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;overflow:visible!important;padding:0!important;scroll-snap-type:none!important}
  .product-grid .product-card{width:auto!important;min-width:0!important;scroll-snap-align:unset!important;display:grid!important;grid-template-rows:170px minmax(96px,auto) auto 48px!important;min-height:374px!important;border:1px solid #e4e7ec!important;border-radius:24px!important;background:#fff!important;box-shadow:0 14px 34px rgba(16,24,40,.07)!important}
  .product-card h3{font-size:17px!important;line-height:1.18!important}
  .product-card p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .product-card .add-btn{width:100%!important;height:46px!important;min-height:46px!important;border-radius:15px!important}
  .product-card .add-btn span{display:inline!important}
  .product-card .add-btn svg{width:18px!important;height:18px!important}
  .product-grid .load-more{grid-column:1/-1!important;width:100%!important}
  .floating-cart{display:none!important}
  .drawer{backdrop-filter:blur(3px)!important;background:rgba(15,23,42,.30)!important}
  .drawer-panel{width:min(760px,100%)!important;padding:22px!important;background:#f8fafc!important;border-left:1px solid #d0d5dd!important}
  .drawer header{position:sticky!important;top:0!important;z-index:5!important}
  .cart-items{max-height:42vh!important;overflow:auto!important}
  .cart-item{grid-template-columns:64px minmax(0,1fr) auto!important}
  .checkout .form-row.two{grid-template-columns:1fr 1fr!important}
  .customer-login-card{grid-template-columns:1fr!important}
  .google-customer-btn{width:100%!important}
  .checkout-steps{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(min-width:901px) and (max-width:1280px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.toolbar{grid-template-columns:360px minmax(0,1fr)!important}.favorite-filter{grid-column:1/-1!important;width:max-content!important}}
@media(min-width:761px) and (max-width:940px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.drawer-panel{width:min(620px,100%)!important}}


/* V93 final eof - CTA de adicionar forte no desktop */
@media(min-width:901px){
  .product-grid .product-card{grid-template-rows:170px minmax(96px,auto) auto 54px!important;align-content:stretch!important}
  .product-card .meta{align-self:end!important;margin-top:4px!important;padding-top:8px!important;border-top:1px solid #eef2f7!important}
  .product-card .add-btn{position:relative!important;right:auto!important;bottom:auto!important;z-index:8!important;width:100%!important;min-width:0!important;height:54px!important;min-height:54px!important;border-radius:18px!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;background:linear-gradient(135deg,#0b4ea2,#063b7c)!important;color:#fff!important;font-size:14px!important;font-weight:950!important;letter-spacing:0!important;box-shadow:0 16px 30px rgba(11,78,162,.28)!important}
  .product-card .add-btn span{display:inline!important;white-space:nowrap!important}
  .product-card .add-btn svg{width:18px!important;height:18px!important;padding:0!important;background:transparent!important;color:#fff!important;stroke:#fff!important}
  .product-card .add-btn:hover{transform:translateY(-1px)!important;box-shadow:0 20px 38px rgba(11,78,162,.34)!important}
  .product-card .add-btn:disabled{background:#98a2b3!important;box-shadow:none!important}
}


/* V93 final eof2 - força CTA ocupar rodapé inteiro no desktop */
@media(min-width:901px){
  .product-card .add-btn{grid-column:1/-1!important;grid-row:auto!important;justify-self:stretch!important;align-self:end!important;width:100%!important}
}

/* V94 final - categorias sem sobreposicao e hero com imagem */
.premium-hero,.hero{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:
    linear-gradient(90deg,rgba(7,18,36,.92) 0%,rgba(7,18,36,.78) 46%,rgba(7,18,36,.28) 100%),
    var(--hero-image,url('hero-premium.webp')) center right/cover no-repeat!important;
  color:#fff!important;
}
.premium-hero:after,.hero:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  background:
    radial-gradient(circle at 78% 34%,rgba(246,189,22,.24),transparent 30%),
    linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.28))!important;
  opacity:1!important;
  pointer-events:none!important;
}
.premium-hero h1,.premium-hero p,.hero h1,.hero p{color:#fff!important}
.premium-hero .pill,.hero .pill{background:rgba(255,255,255,.14)!important;border-color:rgba(255,255,255,.24)!important;color:#fff!important}
.premium-hero .store-status,.hero .store-status{box-shadow:0 12px 28px rgba(0,0,0,.18)!important}
@media(min-width:761px){
  .toolbar{
    grid-template-columns:minmax(320px,430px) max-content!important;
    grid-template-areas:"search fav" "cats cats"!important;
    align-items:start!important;
    gap:12px 14px!important;
    overflow:visible!important;
  }
  .toolbar .search{grid-area:search!important;min-width:0!important}
  .toolbar .favorite-filter{grid-area:fav!important;justify-self:end!important;min-width:132px!important;width:max-content!important}
  .toolbar .category-list{
    grid-area:cats!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:58px!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    gap:10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:2px 4px 10px!important;
    scroll-padding-inline:4px!important;
    scrollbar-width:thin!important;
  }
  .toolbar .category-list::-webkit-scrollbar{height:8px!important}
  .toolbar .category-list::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:999px!important}
  .toolbar .cat-btn{
    flex:0 0 auto!important;
    max-width:190px!important;
    overflow:hidden!important;
    position:relative!important;
  }
  .toolbar .cat-btn span{
    max-width:138px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
}
@media(max-width:760px){
  .premium-hero,.hero{
    background:
      linear-gradient(180deg,rgba(7,18,36,.74),rgba(7,18,36,.90)),
      var(--hero-image,url('hero-premium.webp')) center/cover no-repeat!important;
  }
  .toolbar .category-list{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    gap:9px!important;
    padding:2px 2px 9px!important;
  }
  .toolbar .cat-btn{
    flex:0 0 auto!important;
    width:auto!important;
    max-width:150px!important;
    min-width:78px!important;
  }
  .toolbar .cat-btn span{
    max-width:96px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
}

/* V94b - trava largura da faixa de categorias no container */
@media(min-width:761px){
  .toolbar{
    grid-template-columns:minmax(0,430px) minmax(0,1fr)!important;
    max-width:100%!important;
    row-gap:18px!important;
    padding:16px 0 18px!important;
  }
  .toolbar .category-list{
    inline-size:100%!important;
    max-inline-size:100%!important;
    contain:layout paint!important;
  }
  .toolbar .favorite-filter{
    max-width:190px!important;
    overflow:hidden!important;
    align-self:start!important;
    margin:0!important;
  }
}

/* V96 - respiro final da area de busca/categorias */
@media(min-width:761px){
  .toolbar .category-list{
    margin-top:4px!important;
    padding-top:4px!important;
  }
}
@media(max-width:760px){
  .toolbar{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:"search" "fav" "cats"!important;
    gap:10px!important;
    padding:12px 12px 14px!important;
    margin:10px -2px 16px!important;
    border-radius:24px!important;
    background:rgba(246,248,252,.96)!important;
    overflow:hidden!important;
  }
  .toolbar .search{
    grid-area:search!important;
    width:100%!important;
    min-width:0!important;
  }
  .toolbar .favorite-filter{
    grid-area:fav!important;
    width:max-content!important;
    max-width:100%!important;
    height:46px!important;
    min-height:46px!important;
    min-width:132px!important;
    margin:0!important;
    align-self:start!important;
    justify-self:start!important;
    border-radius:16px!important;
    padding:0 14px!important;
  }
  .toolbar .category-list{
    grid-area:cats!important;
    width:100%!important;
    max-width:100%!important;
    min-height:56px!important;
    height:auto!important;
    margin:0!important;
    padding:2px 0 8px!important;
  }
  .toolbar .cat-btn{
    height:52px!important;
    min-height:52px!important;
  }
}

/* V99 - Tema em abas e menu admin com icones claros */
.settings-tabs{display:flex;gap:8px;overflow:auto;padding:6px;border:1px solid #e7ebf2;background:#f8fafc;border-radius:18px}
.settings-tabs button{height:42px;border:0;border-radius:14px;background:transparent;color:#475467;padding:0 13px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:950;white-space:nowrap}
.settings-tabs button svg{width:17px;height:17px}
.settings-tabs button.active{background:#101828;color:#fff;box-shadow:0 12px 26px rgba(16,24,40,.16)}
.settings-pane{display:grid;gap:10px}
.settings-pane[hidden]{display:none!important}
.settings-section label{display:grid;gap:8px;color:#475467;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.settings-section label input{margin-top:0}
.form-row.three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.admin-shell .sidebar button svg,.admin-shell .sidebar a svg{width:19px!important;height:19px!important;color:currentColor!important;opacity:.92}
.admin-shell .sidebar button,.admin-shell .sidebar a{gap:11px!important}
.admin-shell .sidebar button.is-active svg,.admin-shell .sidebar button:hover svg,.admin-shell .sidebar a:hover svg{opacity:1}
@media(max-width:760px){.settings-tabs{padding:5px}.settings-tabs button{height:40px;padding:0 11px}.form-row.three{grid-template-columns:1fr}}

/* V102 - barra superior admin estilo referencia */
body:has(.admin-topbar){background:#f4f7fb!important}
@media(min-width:901px){
  .admin-shell{padding-top:14px!important}
  .admin-topbar{
    position:sticky!important;
    top:14px!important;
    z-index:90!important;
    min-height:72px!important;
    margin:0 0 18px!important;
    padding:12px 18px!important;
    display:grid!important;
    grid-template-columns:minmax(220px,280px) max-content minmax(260px,1fr) max-content!important;
    align-items:center!important;
    gap:20px!important;
    background:#fff!important;
    border:1px solid #e6eaf0!important;
    border-radius:22px!important;
    box-shadow:0 16px 38px rgba(16,24,40,.06)!important;
  }
}
.admin-topbar-brand{display:flex;align-items:center;gap:12px;min-width:0}
.admin-topbar-mark{width:42px;height:42px;border-radius:14px;background:#eef4ff;color:#155dfc;display:grid;place-items:center;font-size:13px;font-weight:950;overflow:hidden;flex:0 0 auto;border:1px solid #dbe5ff}
.admin-topbar-mark img{width:100%;height:100%;object-fit:contain;padding:4px}
.admin-topbar-brand strong{display:block;color:#101828;font-size:15px;font-weight:950;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-topbar-brand small{display:block;margin-top:3px;color:#667085;font-size:11px;font-weight:800}
.admin-topbar-page{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;border-left:1px solid #eef2f7;color:#101828;font-size:17px;font-weight:950;letter-spacing:-.02em}
.admin-topbar-search{min-width:0;height:46px;border:1px solid #e7ebf2;background:#f8fafc;border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 14px;color:#667085}
.admin-topbar-search svg{width:18px;height:18px;flex:0 0 auto}
.admin-topbar-search input{border:0!important;outline:0!important;background:transparent!important;width:100%;height:100%;padding:0!important;color:#101828;font-weight:750}
.admin-topbar-search input::placeholder{color:#98a2b3}
.admin-topbar-actions>.store-status-toggle{width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important;border-radius:50%!important;padding:0!important;position:relative!important;display:grid!important;place-items:center!important;flex:0 0 42px!important}
.store-status-toggle .toggle-dot{position:absolute;right:2px;top:2px;width:10px;height:10px;border-radius:50%;background:#f59e0b;border:2px solid #fff;box-shadow:none;z-index:2}
.store-status-toggle.is-open{border-color:#86efac!important;background:#f0fdf4!important;color:#15803d!important}
.store-status-toggle.is-open .toggle-dot{background:#16a34a}
.store-status-toggle.is-closed{border-color:#fecaca!important;background:#fff1f2!important;color:#dc2626!important}
.store-status-toggle.is-closed .toggle-dot{background:#dc2626}
.store-status-toggle:disabled{opacity:.62;cursor:wait}
.admin-topbar-actions{display:flex;align-items:center;gap:10px}
.admin-topbar-actions>a,.admin-topbar-actions>button{width:42px;height:42px;border:1px solid #e7ebf2!important;background:#fff!important;color:#344054!important;border-radius:50%!important;display:grid!important;place-items:center!important;padding:0!important;text-decoration:none!important;box-shadow:none!important;position:relative!important;transform:none!important}
.admin-topbar-actions svg{width:19px!important;height:19px!important;color:currentColor!important;animation:none!important}
.admin-topbar .admin-notification-hub{position:relative!important;top:auto!important;right:auto!important;z-index:auto!important;gap:0!important;backdrop-filter:none!important}
.admin-topbar .admin-notification-hub span{width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;color:currentColor!important;box-shadow:none!important}
.admin-topbar .admin-notification-hub strong{position:absolute!important;right:-3px!important;top:-4px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;background:#ef4444!important;color:#fff!important;font-size:10px!important;border:2px solid #fff!important}
.admin-topbar-avatar{background:#155dfc!important;color:#fff!important;border-color:#155dfc!important;font-size:12px!important;font-weight:950!important;overflow:visible!important}
.admin-topbar-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important;display:block!important}
.admin-topbar-avatar .verified-badge{position:absolute!important;right:-4px!important;bottom:-3px!important;width:17px!important;height:17px!important;border-radius:50%!important;background:#1d9bf0!important;color:#fff!important;border:2px solid #fff!important;display:grid!important;place-items:center!important;box-shadow:0 4px 10px rgba(29,155,240,.35)!important}
.admin-topbar-avatar .verified-badge svg{width:12px!important;height:12px!important;stroke-width:3!important}
.admin-topbar-actions>a:hover,.admin-topbar-actions>button:hover{border-color:#c7d7fe!important;background:#eff6ff!important;color:#155dfc!important}
.admin-topbar-avatar:hover{background:#0b48c8!important;color:#fff!important}
.admin-notification-panel{position:absolute;right:18px;top:74px;z-index:120;width:min(390px,calc(100vw - 28px));display:grid;gap:12px;padding:14px;background:#fff;border:1px solid #e6eaf0;border-radius:22px;box-shadow:0 28px 80px rgba(16,24,40,.22);color:#101828}
.admin-notification-panel[hidden]{display:none!important}
.notification-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.notification-panel-head strong{display:block;font-size:17px;font-weight:950}.notification-panel-head small{display:block;color:#667085;font-size:12px;font-weight:750;margin-top:2px}
.notification-panel-head button{width:34px;height:34px;border:1px solid #e7ebf2;background:#f8fafc;color:#475467;border-radius:12px;display:grid;place-items:center;padding:0}
.notification-panel-head svg{width:17px;height:17px}
.notification-audio-card{display:grid;grid-template-columns:42px minmax(0,1fr) max-content;gap:10px;align-items:center;border:1px solid #e7ebf2;background:#f8fafc;border-radius:18px;padding:10px}
.notification-audio-card>div{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:#fff;color:#667085;border:1px solid #e7ebf2}
.notification-audio-card.is-enabled>div{background:#ecfdf3;color:#027a48;border-color:#abefc6}
.notification-audio-card span{display:grid;gap:2px;min-width:0}.notification-audio-card strong{font-size:13px;font-weight:950}.notification-audio-card small{font-size:11px;color:#667085;font-weight:750;line-height:1.25}
.notification-audio-card .btn{min-height:36px!important;height:36px!important;padding:0 12px!important;border-radius:12px!important;font-size:11px!important;white-space:nowrap}
.notification-audio-card .btn.danger{background:#fff1f2!important;color:#be123c!important;border:1px solid #fecdd3!important;box-shadow:none!important}
.notification-list{display:grid;gap:8px}
.notification-list article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #eef2f7;background:#fff;border-radius:16px;padding:10px}
.notification-list article>svg{width:38px;height:38px;padding:9px;border-radius:14px;background:#f2f4f7;color:#475467}
.notification-list article strong{display:block;font-size:13px;font-weight:950;color:#101828}.notification-list article small{display:block;font-size:11px;color:#667085;font-weight:750;margin-top:2px}
.notification-list article.is-hot>svg{background:#fff1f2;color:#e11d48}.notification-list article.is-warning>svg{background:#fffaeb;color:#b54708}
@media(min-width:901px){.admin-shell .admin-main{padding-top:0!important}}
@media(max-width:900px){
  .admin-topbar{
    position:sticky!important;
    top:0!important;
    z-index:68!important;
    margin:0!important;
    padding:10px 12px!important;
    display:grid!important;
    grid-template-columns:1fr auto!important;
    grid-template-areas:"brand actions" "page page" "search search"!important;
    gap:10px!important;
    background:#fff!important;
    border-bottom:1px solid #e6eaf0!important;
    box-shadow:0 10px 28px rgba(16,24,40,.06)!important;
  }
  .admin-topbar-brand{grid-area:brand}.admin-topbar-page{grid-area:page;border-left:0!important;padding:0!important;min-height:auto!important}.admin-topbar-search{grid-area:search}.admin-topbar-actions{grid-area:actions}.admin-topbar-actions>a,.admin-topbar-actions>button{width:38px!important;height:38px!important}.admin-topbar-actions>a,.admin-topbar-actions button[data-tab-shortcut="integrations"]{display:none!important}
  .admin-notification-panel{position:fixed;right:12px;left:12px;top:78px;width:auto}
}

/* V106 - sidebar compacto sem scroll no desktop */
@media(min-width:901px){
  .admin-shell .sidebar{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    overflow:hidden!important;
    padding:12px!important;
  }
  .admin-shell .admin-sidebar-brand{
    min-height:54px!important;
    margin:0!important;
    padding:8px!important;
    border-radius:18px!important;
  }
  .admin-shell .admin-sidebar-brand img,
  .admin-shell .admin-sidebar-brand span{
    width:38px!important;
    height:38px!important;
    border-radius:12px!important;
  }
  .admin-shell .admin-sidebar-brand em{
    font-size:13px!important;
    line-height:1.08!important;
  }
  .sidebar-menu{
    display:grid!important;
    gap:8px!important;
    min-height:0!important;
  }
  .sidebar-group{
    display:grid!important;
    gap:3px!important;
  }
  .sidebar-group>span{
    padding:0 8px!important;
    color:#98a2b3!important;
    font-size:10px!important;
    font-weight:950!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
  }
  .admin-shell .sidebar .sidebar-group button,
  .admin-shell .sidebar .sidebar-footer a{
    min-height:34px!important;
    height:34px!important;
    padding:0 10px!important;
    border-radius:12px!important;
    font-size:12px!important;
    font-weight:850!important;
    gap:8px!important;
  }
  .admin-shell .sidebar .sidebar-group button svg,
  .admin-shell .sidebar .sidebar-footer a svg{
    width:16px!important;
    height:16px!important;
  }
  .admin-shell .sidebar .sidebar-footer{
    margin-top:auto!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:6px!important;
    padding-top:8px!important;
    border-top:1px solid #e6e8ee!important;
  }
  .admin-shell .sidebar .sidebar-footer a{
    justify-content:center!important;
    font-size:11px!important;
  }
}
@media(max-height:760px) and (min-width:901px){
  .admin-shell .sidebar{gap:7px!important;padding:10px!important}
  .admin-shell .admin-sidebar-brand{min-height:46px!important}
  .admin-shell .admin-sidebar-brand img,
  .admin-shell .admin-sidebar-brand span{width:34px!important;height:34px!important}
  .sidebar-menu{gap:6px!important}
  .sidebar-group>span{display:none!important}
  .admin-shell .sidebar .sidebar-group button,
  .admin-shell .sidebar .sidebar-footer a{
    min-height:31px!important;
    height:31px!important;
    font-size:11px!important;
  }
}
@media(max-width:900px){
  .sidebar-menu,
  .sidebar-group,
  .sidebar-footer{display:contents!important}
}

/* V107 - IA operacional real */
.ai-page{grid-template-columns:minmax(0,1fr) minmax(280px,340px)!important;align-items:start}
.ai-page .admin-form textarea{min-height:132px}
.ai-insights-panel{display:grid!important;gap:16px!important}
.ai-insights-panel .section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}
.ai-insights-panel .section-head h2{margin:0 0 4px;color:#101828;font-size:20px;font-weight:950}
.ai-insights-panel .section-head p{margin:0;color:#667085;font-size:13px;font-weight:750;line-height:1.4}
.ai-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.ai-kpis article{padding:13px;border:1px solid #e7ebf2;border-radius:16px;background:#f8fafc}
.ai-kpis small{display:block;color:#667085;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.ai-kpis strong{display:block;margin-top:5px;color:#101828;font-size:18px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ai-result{display:grid;gap:10px}
.ai-result>h2{margin:0;color:#101828;font-size:18px;font-weight:950}
.ai-result>p{margin:0;color:#475467;font-weight:750;line-height:1.45}
.ai-result-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:4px}
.ai-result-head strong{color:#101828;font-size:18px;font-weight:950}.ai-result-head small{color:#667085;font-size:12px;font-weight:800}
.ai-result article{border:1px solid #e7ebf2;border-radius:18px;background:#fff;padding:14px;box-shadow:0 12px 28px rgba(16,24,40,.04)}
.ai-result article span{display:inline-flex;margin-bottom:8px;padding:5px 9px;border-radius:999px;background:#eef4ff;color:#155dfc;font-size:11px;font-weight:950}
.ai-result article strong{display:block;color:#101828;font-size:15px;font-weight:950}
.ai-result article p{margin:5px 0 0;color:#475467;font-size:13px;font-weight:750;line-height:1.45}
.muted{color:#667085;font-size:12px;font-weight:750;line-height:1.35}
.ai-addon-settings{margin:4px 0!important;padding:12px!important;border-radius:18px!important;background:#f8fafc!important;border:1px solid #e7ebf2!important}
.ai-addon-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border:1px solid #dbeafe;border-radius:20px;background:linear-gradient(135deg,#f8fbff,#fff);box-shadow:0 14px 34px rgba(16,24,40,.05)}
.ai-addon-card div{min-width:0}.ai-addon-card span{display:inline-flex;margin-bottom:8px;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}
.ai-addon-card span.ok{background:#ecfdf3;color:#027a48}.ai-addon-card span.pending{background:#eff6ff;color:#155dfc}
.ai-addon-card strong{display:block;color:#101828;font-size:18px;font-weight:950}.ai-addon-card p{margin:5px 0 0;color:#667085;font-size:13px;font-weight:750;line-height:1.4}
.ai-addon-card .btn{white-space:nowrap}
.ai-buyer-fields{display:grid!important;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.ai-buyer-fields input{min-height:42px;border:1px solid #dbeafe;border-radius:14px;background:#fff;padding:0 12px;color:#101828;font-weight:800}
.ai-buyer-fields input:focus{outline:2px solid rgba(21,93,252,.18);border-color:#155dfc}
.ai-feature-lock{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.ai-feature-lock article{display:grid;gap:7px;padding:13px;border-radius:18px;border:1px solid #e7ebf2;background:#fff}
.ai-feature-lock svg{width:21px;height:21px;color:#155dfc}.ai-feature-lock strong{color:#101828;font-size:13px;font-weight:950}.ai-feature-lock span{color:#667085;font-size:11px;font-weight:850}
.ai-feature-lock article.is-locked{background:#f8fafc;color:#98a2b3}.ai-feature-lock article.is-locked svg{color:#98a2b3}.ai-feature-lock article.is-locked strong{color:#475467}
.ai-page.is-locked .ai-kpis,.ai-page.is-locked .ai-result{opacity:.62;filter:saturate(.75)}
.ai-page.is-locked #aiGenerateBtn{background:#98a2b3!important;border-color:#98a2b3!important;box-shadow:none!important;cursor:not-allowed}
.ai-tech-config{align-self:start!important}
.ai-tech-config summary{display:flex;align-items:center;gap:9px;cursor:pointer;color:#101828;font-size:14px;font-weight:950;list-style:none}
.ai-tech-config summary::-webkit-details-marker{display:none}
.ai-tech-config form{display:grid;gap:10px;margin-top:14px}
.ai-tech-config:not([open]){padding:16px!important}
#aiGenerateBtn[disabled]{opacity:.72;cursor:wait}
#aiGenerateBtn[disabled] svg{animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:980px){.ai-page{grid-template-columns:1fr!important}.ai-kpis,.ai-feature-lock,.ai-buyer-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-insights-panel .section-head,.ai-addon-card{display:grid}.ai-addon-card .btn{width:100%}}

/* V112 - notificações em modal, NuPay admin e diagnóstico IA full */
.admin-notification-panel{position:fixed!important;inset:0!important;z-index:190!important;width:auto!important;height:auto!important;display:grid!important;place-items:center!important;padding:18px!important;background:rgba(15,23,42,.56)!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:blur(10px)!important}
.admin-notification-panel[hidden]{display:none!important}
.admin-notification-card{width:min(520px,100%)!important;max-height:min(760px,calc(100vh - 36px))!important;overflow:auto!important;display:grid!important;gap:12px!important;padding:16px!important;background:#fff!important;border:1px solid #e6eaf0!important;border-radius:24px!important;box-shadow:0 30px 90px rgba(16,24,40,.28)!important;color:#101828!important}
.admin-notification-card .notification-list{max-height:320px;overflow:auto}
.ai-page{display:block!important;grid-template-columns:1fr!important;width:100%!important}
.ai-insights-panel{width:100%!important;min-height:calc(100vh - 170px)!important}
.ai-insights-panel .section-head{align-items:center}
.ai-addon-card{padding:20px!important}
.ai-kpis{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.ai-result{min-height:260px}
.integration-card .muted{color:#667085;font-size:12px;line-height:1.45}
.ai-payment-modal-card{max-width:520px!important}
.ai-payment-summary,.ai-payment-pix{display:grid;gap:6px;padding:14px;border:1px solid #e7ebf2;border-radius:18px;background:#f8fafc}
.ai-payment-summary span,.ai-payment-pix span{color:#667085;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.ai-payment-summary strong,.ai-payment-pix strong{color:#101828;font-size:18px;font-weight:950;overflow-wrap:anywhere}
.ai-payment-summary small{color:#155dfc;font-weight:950}
@media(max-width:760px){.admin-notification-panel{padding:12px!important}.admin-notification-card{max-height:calc(100vh - 24px)!important;border-radius:20px!important}.ai-kpis,.ai-feature-lock,.ai-buyer-fields{grid-template-columns:1fr!important}.ai-insights-panel{min-height:auto!important}.ai-insights-panel .section-head{display:grid!important}}
@media(max-width:560px){.ai-buyer-fields{grid-template-columns:1fr!important}}

/* V131 - override final do checkout alinhado */
.drawer.open{display:flex!important;align-items:stretch!important;justify-content:flex-end!important;opacity:1!important;pointer-events:auto!important}
.drawer-panel{width:min(520px,100%)!important;height:100dvh!important;margin:0!important;border-radius:0!important;transform:none!important;translate:0 0!important;background:#f8fafc!important;overflow:hidden!important}
.drawer-panel>header{height:68px!important;min-height:68px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) 44px!important;align-items:center!important;padding:0 14px!important;background:#fff!important;border-bottom:1px solid #e4e7ec!important}
.drawer-panel>header strong{grid-column:2!important;text-align:center!important;font-size:20px!important;color:#101828!important}
.drawer-panel>header .icon-btn{grid-column:3!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important;background:#0b4ea2!important;color:#fff!important;box-shadow:0 14px 28px rgba(11,78,162,.22)!important}
.checkout{display:flex!important;flex-direction:column!important;min-height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;background:#f8fafc!important;border:0!important;box-shadow:none!important}
.checkout-title{display:none!important}
.checkout-steps{height:58px!important;min-height:58px!important;margin:0!important;padding:0 12px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;overflow:hidden!important;overflow-x:hidden!important;background:#fff!important;border-bottom:1px solid #e4e7ec!important;box-shadow:none!important;position:relative!important;top:auto!important;border-radius:0!important}
.checkout-step,.checkout-step.is-active{width:100%!important;min-width:0!important;height:58px!important;min-height:58px!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;text-align:center!important;font-size:9px!important;line-height:1!important;color:#98a2b3!important;white-space:nowrap!important}
.checkout-step.is-active{color:#0b4ea2!important}
.checkout-step span,.checkout-step.is-active span{width:auto!important;height:auto!important;min-width:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:currentColor!important;font-size:12px!important;line-height:1!important}
.checkout-step.is-active:after{content:""!important;display:block!important;width:24px!important;height:3px!important;border-radius:999px!important;background:#0b4ea2!important;margin-top:1px!important}
.checkout-pane{display:flex!important;flex-direction:column!important;gap:14px!important;flex:1 1 auto!important;min-height:0!important;margin:0!important;padding:18px 20px 112px!important;overflow:auto!important;background:#f8fafc!important;border:0!important;border-radius:0!important}
.checkout-pane[hidden]{display:none!important}
.checkout-block>strong{display:flex!important;align-items:center!important;gap:10px!important;margin:0!important;color:#101828!important;font-size:18px!important;line-height:1.15!important;font-weight:950!important}
.checkout-block>strong svg{width:19px!important;height:19px!important;color:#0b4ea2!important}
.cart-items{display:grid!important;gap:12px!important;max-height:none!important;overflow:visible!important;padding:0!important;background:transparent!important;border:0!important}
.cart-item{display:grid!important;grid-template-columns:58px minmax(0,1fr) 124px 38px!important;align-items:center!important;gap:12px!important;min-height:88px!important;padding:12px!important;background:#fff!important;border:1px solid #e4e7ec!important;border-radius:20px!important;box-shadow:0 12px 28px rgba(16,24,40,.06)!important}
.cart-item-photo{width:58px!important;height:58px!important;border-radius:16px!important;background:#f1f5f9!important;overflow:hidden!important;display:grid!important;place-items:center!important}
.cart-item-info{min-width:0!important;display:grid!important;gap:3px!important}
.cart-item-info strong{font-size:14px!important;line-height:1.16!important;color:#101828!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.cart-item-info small{font-size:12px!important;color:#667085!important;font-weight:850!important;line-height:1.1!important}
.cart-item-info em{font-style:normal!important;font-size:15px!important;color:#0b4ea2!important;font-weight:950!important;line-height:1.1!important}
.cart-item .qty{width:124px!important;height:36px!important;display:grid!important;grid-template-columns:38px 48px 38px!important;align-items:center!important;justify-self:end!important;background:#f2f4f7!important;border:1px solid #e4e7ec!important;border-radius:14px!important;overflow:hidden!important}
.cart-item .qty button{width:38px!important;height:36px!important;border:0!important;background:transparent!important;color:#0b4ea2!important;display:grid!important;place-items:center!important;padding:0!important}
.cart-item .qty span{height:36px!important;display:grid!important;place-items:center!important;font-size:13px!important;font-weight:950!important;color:#101828!important}
.cart-remove{width:36px!important;height:36px!important;border:0!important;border-radius:14px!important;background:#fff1f3!important;color:#e11d48!important;display:grid!important;place-items:center!important;justify-self:end!important}
.cart-review-total{position:relative!important;bottom:auto!important;margin-top:6px!important;padding:15px 16px!important;border-radius:20px!important;background:#fff!important;border:1px solid #dbeafe!important;box-shadow:0 12px 28px rgba(16,24,40,.06)!important}
.checkout-next,.checkout-submit{position:relative!important;bottom:auto!important;margin-top:0!important;min-height:58px!important;border-radius:18px!important;background:#0b4ea2!important;color:#fff!important;box-shadow:0 18px 34px rgba(11,78,162,.26)!important}
@media(max-width:760px){
  .drawer-panel{width:100%!important}
  .checkout-pane{padding:18px 14px calc(112px + env(safe-area-inset-bottom))!important}
  .cart-item{grid-template-columns:58px minmax(0,1fr) 38px!important;grid-template-rows:auto auto!important;min-height:116px!important;gap:10px!important}
  .cart-item-photo{grid-row:1 / span 2!important}
  .cart-item-info{grid-column:2!important;grid-row:1!important}
  .cart-item .qty{grid-column:2!important;grid-row:2!important;justify-self:start!important}
  .cart-remove{grid-column:3!important;grid-row:1 / span 2!important;align-self:center!important}
}

/* V132 - botao do carrinho limpo */
.topbar #openCart.icon-btn{width:46px!important;min-width:46px!important;height:46px!important;padding:0!important;border-radius:14px!important;background:transparent!important;color:#101828!important;box-shadow:none!important;border:0!important}
.topbar #openCart.icon-btn:after{content:none!important;display:none!important}
.topbar #openCart.icon-btn svg{width:24px!important;height:24px!important;stroke-width:2.4!important}
.topbar #openCart.icon-btn span{right:-2px!important;top:-3px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;display:grid!important;place-items:center!important;background:#0b4ea2!important;color:#fff!important;border:2px solid #fff!important;font-size:10px!important;line-height:1!important}

/* V134 - topo do carrinho mais premium */
.drawer-panel>header{height:62px!important;min-height:62px!important;padding:0 16px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;border-bottom:1px solid #eef2f7!important;box-shadow:0 10px 28px rgba(16,24,40,.04)!important}
.drawer-panel>header strong{font-size:21px!important;letter-spacing:-.01em!important;font-weight:950!important;color:#101828!important}
.drawer-panel>header .icon-btn{width:40px!important;height:40px!important;min-width:40px!important;border-radius:14px!important;background:#eef5ff!important;color:#0b4ea2!important;box-shadow:none!important;border:1px solid #dbeafe!important;font-size:20px!important}
.checkout-steps{height:64px!important;min-height:64px!important;padding:10px 14px 8px!important;background:#fff!important;border-bottom:1px solid #eef2f7!important}
.checkout-step,.checkout-step.is-active{height:46px!important;min-height:46px!important;border-radius:16px!important;gap:3px!important;font-size:10px!important;font-weight:850!important;color:#98a2b3!important}
.checkout-step span,.checkout-step.is-active span{width:22px!important;height:22px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#f2f4f7!important;color:#98a2b3!important;font-size:11px!important;font-weight:950!important}
.checkout-step.is-active{background:#eef5ff!important;color:#0b4ea2!important}
.checkout-step.is-active span{background:#0b4ea2!important;color:#fff!important}
.checkout-step.is-active:after{display:none!important;content:none!important}
.checkout-pane{padding-top:20px!important}
@media(max-width:380px){
  .checkout-steps{padding-left:8px!important;padding-right:8px!important}
  .checkout-step,.checkout-step.is-active{font-size:9px!important}
  .checkout-step span,.checkout-step.is-active span{width:20px!important;height:20px!important;font-size:10px!important}
}

/* V135 - icone do carrinho sempre visivel */
.topbar #openCart.icon-btn,
.topbar #openCart.icon-btn:hover,
.topbar #openCart.icon-btn:focus{background:transparent!important;color:#101828!important;box-shadow:none!important}
.topbar #openCart.icon-btn svg,
.topbar #openCart.icon-btn svg *{color:#101828!important;stroke:#101828!important;fill:none!important;opacity:1!important}
.topbar #openCart.icon-btn span{z-index:2!important}

/* V136 - total do pagamento legivel no fundo escuro */
.payment-block .total-line,
.checkout-pane .total-line{background:#111827!important;color:#fff!important;border:0!important}
.payment-block .total-line span,
.checkout-pane .total-line span{color:rgba(255,255,255,.82)!important}
.payment-block .total-line strong,
.checkout-pane .total-line strong,
#cartTotal{color:#fff!important}

/* V137 - alinhamento forte dos itens no carrinho mobile */
.checkout-pane .cart-items{width:100%!important;box-sizing:border-box!important}
.checkout-pane .cart-item{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin:0!important}
.checkout-pane .cart-item-info{overflow:hidden!important}
.checkout-pane .cart-item-info strong,
.checkout-pane .cart-item-info small,
.checkout-pane .cart-item-info em{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}
@media(max-width:760px){
  .checkout-pane{padding-left:14px!important;padding-right:14px!important}
  .checkout-pane .cart-item{grid-template-columns:58px minmax(0,1fr) 36px!important;grid-template-rows:auto 38px!important;align-items:center!important;column-gap:12px!important;row-gap:8px!important;min-height:118px!important;padding:12px!important}
  .checkout-pane .cart-item-photo{grid-column:1!important;grid-row:1 / span 2!important}
  .checkout-pane .cart-item-info{grid-column:2!important;grid-row:1!important;align-self:center!important}
  .checkout-pane .cart-item .qty{grid-column:2!important;grid-row:2!important;justify-self:start!important;width:120px!important;height:36px!important;grid-template-columns:36px 48px 36px!important}
  .checkout-pane .cart-item .qty button{width:36px!important;height:36px!important}
  .checkout-pane .cart-remove{grid-column:3!important;grid-row:1 / span 2!important;align-self:center!important;justify-self:end!important;width:34px!important;height:34px!important;border-radius:12px!important}
}

/* V138 - desktop: quantidade alinhada e steps refinados */
@media(min-width:761px){
  .checkout-steps{height:72px!important;min-height:72px!important;padding:12px 18px!important;gap:10px!important;background:#fff!important;border-bottom:1px solid #eef2f7!important}
  .checkout-step,.checkout-step.is-active{height:48px!important;min-height:48px!important;border-radius:18px!important;display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;grid-template-rows:1fr!important;place-items:center!important;justify-content:center!important;align-content:center!important;gap:8px!important;padding:0 10px!important;font-size:11px!important;line-height:1!important;font-weight:900!important;background:#f8fafc!important;color:#667085!important;border:1px solid #eef2f7!important}
  .checkout-step span,.checkout-step.is-active span{width:26px!important;height:26px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#fff!important;color:#667085!important;font-size:12px!important;line-height:1!important;border:1px solid #e4e7ec!important}
  .checkout-step.is-active{background:#eef5ff!important;color:#0b4ea2!important;border-color:#cfe2ff!important;box-shadow:0 10px 24px rgba(11,78,162,.08)!important}
  .checkout-step.is-active span{background:#0b4ea2!important;color:#fff!important;border-color:#0b4ea2!important}
  .checkout-pane .cart-item{grid-template-columns:58px minmax(0,1fr) 128px 38px!important;column-gap:14px!important;align-items:center!important}
  .checkout-pane .cart-item .qty{width:128px!important;height:38px!important;display:grid!important;grid-template-columns:40px 48px 40px!important;align-items:center!important;justify-items:center!important;justify-self:end!important;border-radius:16px!important}
  .checkout-pane .cart-item .qty button{width:40px!important;height:38px!important;display:grid!important;place-items:center!important;padding:0!important;margin:0!important;line-height:1!important;font-size:18px!important;font-weight:700!important}
  .checkout-pane .cart-item .qty span{width:48px!important;height:38px!important;display:grid!important;place-items:center!important;line-height:1!important;text-align:center!important}
  .checkout-pane .cart-remove{width:36px!important;height:36px!important;display:grid!important;place-items:center!important;align-self:center!important}
}

/* V139 - correcao vertical do controle +/- no desktop */
@media(min-width:761px){
  .checkout-pane .cart-item .qty{position:relative!important;padding:0!important;overflow:hidden!important}
  .checkout-pane .cart-item .qty button,
  .checkout-pane .cart-item .qty span{align-self:stretch!important;height:100%!important;min-height:0!important;transform:none!important;position:relative!important;top:0!important}
  .checkout-pane .cart-item .qty button{border-radius:0!important}
  .checkout-pane .cart-item .qty button:first-child{border-radius:16px 0 0 16px!important}
  .checkout-pane .cart-item .qty button:last-child{border-radius:0 16px 16px 0!important}
}

/* V141 - modal de detalhes do pedido no admin */
.order-detail-modal{align-items:center}
.order-detail-card{width:min(940px,calc(100vw - 28px));max-height:92vh;overflow:auto;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:26px;box-shadow:0 28px 80px rgba(15,23,42,.28);padding:22px;color:#111827}
.order-detail-head h2{margin:2px 0 0;font-size:24px;letter-spacing:0}
.order-detail-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}
.order-detail-summary article,.order-detail-section{border:1px solid rgba(15,23,42,.08);background:#f8fafc;border-radius:18px;padding:14px}
.order-detail-summary small,.order-detail-section h3{display:block;margin:0 0 6px;color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.order-detail-summary strong{font-size:22px;color:#0f172a}
.order-detail-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:12px}
.order-detail-section p{margin:4px 0;color:#334155;line-height:1.35}
.order-detail-section p strong{color:#0f172a}
.order-detail-items,.order-detail-history{margin-top:12px}
.order-detail-items article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 0;border-top:1px solid rgba(15,23,42,.08)}
.order-detail-items article:first-of-type{border-top:0}
.order-detail-items strong,.order-detail-items b{color:#0f172a}
.order-detail-items small{display:block;margin-top:3px;color:#64748b}
.order-detail-history ol{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.order-detail-history li{display:grid;grid-template-columns:110px minmax(0,1fr);gap:10px;align-items:center;padding:10px 0;border-top:1px solid rgba(15,23,42,.08)}
.order-detail-history li:first-child{border-top:0}
.order-detail-history span{color:#64748b;font-size:12px}
.order-detail-history strong{color:#0f172a}
.order-detail-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:14px}
@media(max-width:760px){.order-detail-modal{align-items:end}.order-detail-card{width:100%;max-height:92vh;border-radius:24px 24px 0 0;padding:18px}.order-detail-summary{grid-template-columns:1fr}.order-detail-grid{grid-template-columns:1fr}.order-detail-history li{grid-template-columns:1fr}.order-detail-actions .btn{flex:1}}

/* V142 - chamada de instalacao PWA no celular */
.pwa-install-prompt{position:fixed;left:14px;right:14px;bottom:88px;z-index:115;display:grid;grid-template-columns:44px minmax(0,1fr) auto 34px;align-items:center;gap:10px;padding:12px;background:rgba(17,24,39,.96);color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:20px;box-shadow:0 22px 60px rgba(15,23,42,.34);transform:translateY(18px);opacity:0;transition:.22s ease}
.pwa-install-prompt[hidden]{display:none!important}
.pwa-install-prompt.show{transform:translateY(0);opacity:1}
.pwa-install-icon{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:var(--primary);color:#111827}
.pwa-install-prompt strong{display:block;font-size:14px;line-height:1.15;color:#fff}
.pwa-install-prompt span{display:block;margin-top:3px;font-size:12px;line-height:1.25;color:rgba(255,255,255,.72)}
.pwa-install-prompt .btn{height:36px;padding:0 14px;border-radius:14px;white-space:nowrap}
.pwa-install-prompt .icon-btn{width:34px;height:34px;background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.12)}
@media(min-width:821px){.pwa-install-prompt{display:none!important}}
@media(max-width:430px){.pwa-install-prompt{grid-template-columns:40px minmax(0,1fr) 30px;bottom:82px}.pwa-install-icon{width:40px;height:40px}.pwa-install-prompt .btn{grid-column:2 / 4;width:100%;margin-top:2px}.pwa-install-prompt .icon-btn{grid-column:3;grid-row:1}}

/* V143 - Kanban expansivel no admin */
.kanban-toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
body.kanban-fullscreen{overflow:hidden}
body.kanban-fullscreen .admin-shell{display:block}
body.kanban-fullscreen .sidebar,
body.kanban-fullscreen .admin-topbar,
body.kanban-fullscreen [data-panel]:not([data-panel="orders"]),
body.kanban-fullscreen [data-panel="orders"] > h1,
body.kanban-fullscreen [data-panel="orders"] > .new-order-alert{display:none!important}
body.kanban-fullscreen .admin-main{position:fixed;inset:0;z-index:300;background:#f8fafc;padding:16px;overflow:hidden;display:block}
body.kanban-fullscreen [data-panel="orders"]{display:grid!important;grid-template-rows:auto minmax(0,1fr);height:100%;gap:12px}
body.kanban-fullscreen .kanban-toolbar{margin:0!important}
body.kanban-fullscreen .kanban{height:100%;min-height:0;overflow:hidden!important}
body.kanban-fullscreen .premium-kanban-summary{grid-template-columns:repeat(3,minmax(0,1fr))!important;margin-bottom:10px!important}
body.kanban-fullscreen .premium-kanban-controls{margin-bottom:10px!important}
body.kanban-fullscreen .premium-flow-track{display:none!important}
body.kanban-fullscreen .premium-kanban-board{height:calc(100vh - 222px);grid-template-columns:repeat(6,minmax(286px,1fr))!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:10px!important}
body.kanban-fullscreen .premium-lane{height:100%;min-height:0!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)}
body.kanban-fullscreen .lane-drop{overflow-y:auto!important;min-height:0;padding-right:4px}
@media(max-width:760px){.kanban-toolbar-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.kanban-toolbar-actions .btn{width:100%}body.kanban-fullscreen .premium-kanban-board{height:calc(100vh - 250px);display:flex!important}body.kanban-fullscreen .premium-lane{min-width:86vw!important}}

/* V148 - tickets internos */
.ticket-row{border-left:5px solid #d0d5dd}
.ticket-row.ticket-baixa{border-left-color:#12b76a}
.ticket-row.ticket-media{border-left-color:#f79009}
.ticket-row.ticket-alta{border-left-color:#ef6820}
.ticket-row.ticket-critica{border-left-color:#f04438}
.ticket-row em{display:block;margin-top:5px;color:#475467;font-style:normal}
.ticket-row span{display:block;margin-top:6px;color:#667085;font-size:12px}
.ticket-sync.ok{color:#067647!important;font-weight:850}
.ticket-sync.error{color:#b42318!important;font-weight:850}

/* V150 - frete por bairro, CEP e distância */
.delivery-quote-box{
  border:1px solid rgba(17,24,39,.12);
  border-radius:8px;
  background:rgba(255,255,255,.72);
  color:#667085;
  font-size:13px;
  line-height:1.35;
  padding:10px 12px;
}

.delivery-admin-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:1px solid #d8dee8;
  border-radius:22px;
  background:#fff;
  color:#101828;
  padding:18px;
  box-shadow:0 10px 26px rgba(16,24,40,.06);
}
.delivery-admin-head h2{margin:0 0 4px;font-size:22px}
.delivery-admin-head p{margin:0;color:#475467;font-size:13px;line-height:1.4}
.delivery-admin-head span{display:flex;align-items:center;gap:8px;background:#fff4ed;color:#c2410c;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900;white-space:nowrap}
.delivery-admin-head svg{width:17px;height:17px;color:#ea580c}
.delivery-admin-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:12px}
.delivery-rule-card textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.45}
.delivery-rule-card .muted{display:block;margin-top:-2px}
.delivery-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.delivery-kpi-grid article{border:1px solid #e7ebf2;border-radius:18px;background:#fff;padding:14px;box-shadow:0 10px 24px rgba(16,24,40,.05)}
.delivery-kpi-grid small{display:block;color:#667085;font-weight:850;font-size:12px;margin-bottom:5px}
.delivery-kpi-grid strong{font-size:24px;letter-spacing:-.03em;color:#101828}
.delivery-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.delivery-card-title h2{margin-bottom:4px}
.delivery-neighborhood-manager{display:grid;gap:8px;max-height:520px;overflow:auto;padding-right:4px}
.delivery-rule-table-head,.delivery-rule-row{display:grid;grid-template-columns:minmax(0,1fr) 128px 44px;gap:8px;align-items:center}
.delivery-rule-table-head{color:#667085;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em;padding:0 4px}
.delivery-rule-row{border:1px solid #e7ebf2;border-radius:16px;background:#fff;padding:8px}
.delivery-rule-row input{height:42px!important;border-radius:12px!important;background:#fff!important;color:#101828!important;border-color:#cfd6e1!important}
.delivery-rule-row .icon-btn.mini{width:38px;min-width:38px;height:38px;border-radius:12px;box-shadow:none;background:#fff1f1;color:#b42318}
.delivery-neighborhood-modal{z-index:190}
.delivery-modal-card{width:min(480px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:28px;padding:18px;border:1px solid #e5e7eb;box-shadow:0 30px 90px rgba(15,23,42,.28);display:grid;grid-template-columns:1fr!important;gap:12px;margin:0}
.delivery-modal-card label{display:grid;gap:7px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.055em;color:#667085}
.delivery-modal-card input{min-height:48px;border:1px solid #dfe5ee;border-radius:15px;background:#fff;padding:0 12px;color:#151923;font-size:14px;font-weight:650;text-transform:none;letter-spacing:0}
@media(max-width:860px){
  .delivery-admin-head{align-items:flex-start;flex-direction:column}
  .delivery-admin-grid{grid-template-columns:1fr}
  .delivery-kpi-grid{grid-template-columns:1fr 1fr}
  .delivery-rule-table-head,.delivery-rule-row{grid-template-columns:minmax(0,1fr) 104px 40px}
  .delivery-modal-card{border-radius:26px 26px 0 0}
}
@media(max-width:560px){.delivery-kpi-grid{grid-template-columns:1fr}.delivery-rule-table-head,.delivery-rule-row{grid-template-columns:1fr}.delivery-rule-table-head span:last-child{display:none}.delivery-rule-row .icon-btn.mini{width:100%}}
