:root{
  --brand:#ff5a36;
  --brand-dark:#e84424;
  --brand-soft:#fff0ec;
  --purple:#43205c;
  --purple-soft:#f1e9f6;
  --yellow:#ffc928;
  --green:#18a957;
  --green-soft:#eaf8f0;
  --red:#d83232;
  --ink:#242126;
  --muted:#747078;
  --line:#ece9ee;
  --surface:#fff;
  --canvas:#f7f7f8;
  --shadow:0 12px 32px rgba(36,33,38,.08);
  --shadow-soft:0 7px 20px rgba(36,33,38,.06);
  --radius:22px;
  --radius-sm:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--canvas);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.55}
.demo-notice{min-height:42px;padding:8px 20px;background:var(--purple);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12px;position:sticky;top:0;z-index:1000}
.demo-notice>span{display:flex;align-items:center;gap:10px}.demo-notice small{opacity:.72}.demo-actions{display:flex;align-items:center;gap:18px}.sync-indicator{display:flex;align-items:center;gap:7px;opacity:.9}.sync-indicator i,.sync-dot,.live-pill i{width:7px;height:7px;border-radius:99px;background:#46e58b;box-shadow:0 0 0 4px rgba(70,229,139,.15)}
.link-button,.text-button{border:0;background:transparent;color:inherit;font-weight:750;padding:0}.demo-notice .link-button{color:#fff;text-decoration:underline;text-underline-offset:3px}
.app-layout{min-height:calc(100vh - 42px);display:grid;grid-template-columns:260px minmax(0,1fr)}
.role-sidebar{background:#fff;border-right:1px solid var(--line);padding:24px 18px;display:flex;flex-direction:column;gap:20px;position:sticky;top:42px;height:calc(100vh - 42px);z-index:20}
.brand{display:flex;align-items:center;gap:12px;padding:4px 6px 18px;border-bottom:1px solid var(--line)}.brand-icon{width:48px;height:48px;border-radius:15px;box-shadow:0 8px 16px rgba(255,90,54,.22)}.brand strong{font-size:25px;letter-spacing:-.8px}.brand small{display:block;color:var(--muted);margin-top:2px;font-size:11px}.sidebar-label{font-size:10px;letter-spacing:1.6px;color:#a19ca5;font-weight:800;margin:2px 8px -8px}
.role-nav{display:grid;gap:8px}.role-button{width:100%;border:0;background:transparent;border-radius:15px;display:flex;align-items:center;gap:12px;text-align:left;padding:12px;color:var(--muted);transition:.2s}.role-button>span{width:36px;height:36px;border-radius:12px;background:#f5f3f6;display:grid;place-items:center;color:var(--purple);font-size:19px;font-weight:900}.role-button div{display:grid;gap:2px}.role-button strong,.role-button div{font-size:13px;font-weight:800}.role-button small{font-size:10px;color:#9c979f;font-weight:500}.role-button:hover{background:#faf8fb;color:var(--ink)}.role-button.active{background:var(--brand-soft);color:var(--brand)}.role-button.active>span{background:var(--brand);color:#fff;box-shadow:0 7px 16px rgba(255,90,54,.22)}.role-button.active small{color:#9a6256}
.local-card{margin-top:auto;padding:16px;background:linear-gradient(145deg,var(--purple),#672c84);color:#fff;border-radius:19px;display:grid;grid-template-columns:34px 1fr;gap:10px}.local-card-icon{width:34px;height:34px;background:rgba(255,255,255,.13);border-radius:11px;display:grid;place-items:center;color:var(--yellow)}.local-card strong{font-size:12px;display:block}.local-card small{font-size:10px;opacity:.72;line-height:1.4;display:block;margin-top:4px}
.main-area{min-width:0;padding:0 34px 60px}.desktop-header{height:98px;display:flex;align-items:center;justify-content:space-between;gap:24px}.desktop-header h1{font-size:26px;letter-spacing:-.6px;margin:2px 0 0}.eyebrow{margin:0;color:var(--brand);font-weight:850;font-size:10px;letter-spacing:1.25px}.header-actions{display:flex;align-items:center;gap:12px}.outline-button{border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:12px;padding:10px 13px;font-weight:750;font-size:11px}.icon-button{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:14px;position:relative;font-size:19px}.notification-count{position:absolute;right:-5px;top:-5px;background:var(--brand);color:#fff;min-width:19px;height:19px;padding:0 5px;border-radius:99px;font-size:10px;display:grid;place-items:center;border:2px solid #fff}.avatar{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--purple),#7d3c99);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.avatar.large{width:62px;height:62px;border-radius:20px;font-size:17px}
.app-view{display:none}.app-view.active{display:block}.customer-screen{display:none}.customer-screen.active{display:block}.mobile-customer-header,.mobile-bottom-nav{display:none}
#customer-view{max-width:1180px;margin:0 auto;background:#fff;border-radius:28px;box-shadow:var(--shadow);overflow:hidden;min-height:680px;position:relative;padding-bottom:30px}.customer-screen{padding:0 28px 34px}.home-tabs{height:56px;display:flex;align-items:flex-end;gap:24px;border-bottom:1px solid var(--line);overflow-x:auto;padding:0 28px}.home-tabs::-webkit-scrollbar,.category-list::-webkit-scrollbar,.featured-store-row::-webkit-scrollbar,.menu-category-tabs::-webkit-scrollbar{display:none}.home-tabs button{white-space:nowrap;border:0;background:transparent;padding:0 0 14px;color:var(--muted);font-weight:730;font-size:13px;position:relative}.home-tabs button.active{color:var(--brand)}.home-tabs button.active:after{content:"";height:3px;border-radius:3px;background:var(--brand);position:absolute;left:0;right:0;bottom:0}
.search-row{display:flex;gap:10px;align-items:center}.home-search-row{margin-top:22px}.search-box{height:50px;background:#f5f4f6;border:1px solid transparent;border-radius:15px;padding:0 16px;display:flex;align-items:center;gap:10px;flex:1;transition:.2s}.search-box:focus-within{background:#fff;border-color:#ffc1b3;box-shadow:0 0 0 4px var(--brand-soft)}.search-box span{font-size:24px;line-height:1;color:var(--brand);transform:rotate(-18deg)}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:13px}.search-box input::placeholder{color:#97929a}.filter-button{width:50px;height:50px;border:0;background:var(--purple);color:#fff;border-radius:15px;font-size:20px;box-shadow:0 8px 20px rgba(67,32,92,.18)}
.category-list{display:flex;gap:12px;overflow:auto;padding:20px 1px 8px}.category-button{min-width:85px;border:0;background:transparent;padding:0;display:grid;justify-items:center;gap:8px;color:var(--ink)}.category-button>span{width:67px;height:62px;background:#f6f5f6;border-radius:17px;display:grid;place-items:center;font-size:29px;border:1px solid #f1eef2;transition:.2s;position:relative;overflow:hidden}.category-button>span:after{content:"";position:absolute;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.35);right:-8px;top:-8px}.category-button strong{font-size:10px;font-weight:730;white-space:nowrap}.category-button:hover>span,.category-button.active>span{transform:translateY(-2px);box-shadow:var(--shadow-soft);border-color:#ffd4ca}.category-button.active>span{background:var(--brand-soft)}.category-button.active strong{color:var(--brand)}
.hero-carousel{display:grid;grid-template-columns:1.7fr .8fr;gap:14px;margin-top:18px}.hero-banner{border-radius:22px;min-height:206px;position:relative;overflow:hidden;padding:28px}.hero-main{background:linear-gradient(120deg,var(--brand),#ff7e4f 55%,#ff9a56);color:#fff}.hero-main:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.10);right:-50px;top:-110px}.hero-main:after{content:"";position:absolute;width:150px;height:150px;border:2px solid rgba(255,255,255,.12);border-radius:50%;right:85px;bottom:-95px}.hero-copy{position:relative;z-index:2;max-width:65%}.hero-badge{display:inline-flex;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.22);border-radius:99px;padding:5px 9px;font-size:8px;font-weight:900;letter-spacing:.8px}.hero-banner h2{font-size:27px;line-height:1.04;letter-spacing:-1px;margin:12px 0 8px}.hero-banner p{font-size:11px;line-height:1.5;opacity:.9;margin:0 0 16px}.primary-button{border:0;background:var(--brand);color:#fff;border-radius:13px;padding:12px 17px;font-size:12px;font-weight:850;box-shadow:0 8px 18px rgba(255,90,54,.2)}.primary-button.light{background:#fff;color:var(--brand);box-shadow:none}.hero-food{position:absolute;right:28px;top:40px;width:170px;height:142px;display:grid;place-items:center}.hero-food>span{font-size:96px;filter:drop-shadow(0 15px 14px rgba(109,31,8,.24));transform:rotate(-8deg);z-index:2}.hero-food i{position:absolute;width:140px;height:35px;border-radius:50%;background:rgba(86,25,7,.17);bottom:8px}.hero-food b{position:absolute;right:-4px;top:-10px;width:61px;height:61px;border-radius:50%;background:var(--yellow);color:var(--purple);display:grid;place-items:center;font-size:12px;transform:rotate(8deg);box-shadow:0 8px 18px rgba(86,25,7,.2)}
.hero-secondary{background:linear-gradient(145deg,var(--purple),#693280);color:#fff;display:flex;flex-direction:column;justify-content:center}.hero-secondary h3{font-size:20px;line-height:1.1;margin:12px 0 8px;max-width:160px}.hero-secondary p{max-width:135px;margin:0}.secondary-art{position:absolute;right:18px;bottom:5px;font-size:61px;filter:drop-shadow(0 9px 10px rgba(0,0,0,.22));transform:scaleX(-1)}.carousel-dots{display:flex;justify-content:center;gap:5px;padding:9px}.carousel-dots i{width:5px;height:5px;border-radius:99px;background:#d7d3d8}.carousel-dots i.active{width:20px;background:var(--brand)}
.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:6px}.quick-actions button{border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px;display:grid;grid-template-columns:42px 1fr;text-align:left;column-gap:10px;box-shadow:0 5px 16px rgba(36,33,38,.035)}.quick-icon{grid-row:1/3;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:18px;font-weight:900}.quick-icon.coupon{background:#ffebe6;color:var(--brand)}.quick-icon.free{background:#e8f8ef;color:var(--green)}.quick-icon.pickup{background:#f2eaf7;color:var(--purple)}.quick-icon.repeat{background:#fff6d7;color:#a77c00}.quick-actions strong{font-size:11px;align-self:end}.quick-actions small{font-size:9px;color:var(--muted);align-self:start;margin-top:2px}.quick-actions button:hover{border-color:#ffc7ba;transform:translateY(-1px)}

/* v0.7.0 — endereços, bairros e retirada */
.profile-address-section{margin:18px 0;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px}.section-heading.compact{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.section-heading.compact h3{margin:3px 0 0;font-size:18px}.profile-address-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-address-card{border:1px solid var(--line);border-radius:15px;padding:13px;background:#fff}.profile-address-card.default{border-color:#ff9f89;box-shadow:0 0 0 3px #fff2ee}.profile-address-card header{display:flex;justify-content:space-between;gap:8px}.profile-address-card header div{display:flex;gap:7px;align-items:center}.profile-address-card header span{font-size:8px;color:#fff;background:var(--brand);padding:3px 6px;border-radius:99px}.profile-address-card header b{font-size:8px;color:var(--green)}.profile-address-card p{font-size:10px;line-height:1.45;margin:9px 0}.profile-address-card>small{display:block;font-size:8px;color:var(--muted);margin-top:4px}.profile-address-card .coverage-ok{color:var(--green)}.profile-address-card .coverage-off{color:#c62e2e}.address-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:11px}.address-actions button,.checkout-title-line button{border:0;background:#f4eff6;color:var(--purple);border-radius:9px;padding:7px 9px;font-size:8px;font-weight:850}.address-actions .danger{color:#b52727;background:#fff0f0}.checkout-title-line{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.checkout-address-preview{display:grid;gap:3px;background:#f8f6f9;border-radius:11px;padding:10px;margin-top:8px}.checkout-address-preview strong{font-size:10px}.checkout-address-preview span,.checkout-address-preview small{font-size:8px;color:var(--muted);line-height:1.45}.checkout-region-feedback{display:block;font-size:8px;line-height:1.4;margin-top:7px;color:var(--muted)}.checkout-region-feedback.ok{color:#148147}.checkout-region-feedback.error{color:#bf2929}.pickup-checkout-info{background:#f5eef9}.pickup-checkout-info p{font-size:10px;line-height:1.5;margin:7px 0}.pickup-checkout-info small{font-size:8px;color:var(--muted)}.address-sheet{width:min(680px,calc(100% - 24px));max-height:calc(100vh - 24px);overflow:auto}.address-form{display:grid;gap:11px;margin-top:15px}.address-form .field-label{display:grid;gap:5px}.address-form input,.address-form select,.address-form textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:11px 12px;background:#fff;outline:0}.address-form input:focus,.address-form select:focus,.address-form textarea:focus{border-color:#ff9f89;box-shadow:0 0 0 3px #fff0ec}.address-form input[readonly]{background:#f6f4f7;color:#6e6871}.street-fields{grid-template-columns:minmax(0,1fr) 120px}.address-checks{display:flex;flex-wrap:wrap;gap:16px}.address-checks label{display:flex;gap:7px;align-items:center;font-size:9px;font-weight:800}.address-checks input{width:17px;height:17px}.form-message{font-size:9px;color:#b52727}.form-message:not(:empty){padding:9px 10px;background:#fff0f0;border:1px solid #ffd0d0;border-radius:10px}.empty-state.compact{padding:24px}.empty-state.compact span{font-size:28px}
@media(max-width:700px){.profile-address-list{grid-template-columns:1fr}.address-sheet{width:100%;max-height:94vh;border-radius:22px 22px 0 0;margin-top:auto}.street-fields{grid-template-columns:minmax(0,1fr) 90px}}
.repeat-order-card{margin-top:18px;border-radius:18px;background:#fff8eb;border:1px solid #f8e8c9;padding:12px 14px;display:grid;grid-template-columns:53px 1fr auto;align-items:center;gap:12px}.repeat-art{width:53px;height:53px;border-radius:14px;background:#fff;display:grid;place-items:center;font-size:29px;box-shadow:var(--shadow-soft)}.repeat-order-card div:nth-child(2){display:grid;gap:2px}.repeat-order-card span{font-size:8px;color:#b27b00;letter-spacing:1px;font-weight:900}.repeat-order-card strong{font-size:12px}.repeat-order-card small{font-size:9px;color:var(--muted)}.repeat-order-card button{border:0;background:var(--ink);color:#fff;border-radius:11px;padding:9px 12px;font-size:10px;font-weight:800}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:18px;margin:28px 0 13px}.section-heading h2{font-size:18px;letter-spacing:-.35px;margin:0}.section-heading p{font-size:10px;color:var(--muted);margin:4px 0 0}.section-heading .text-button{color:var(--brand);font-size:10px}.live-pill{display:inline-flex;align-items:center;gap:7px;background:var(--green-soft);color:var(--green);padding:6px 9px;border-radius:99px;font-size:8px;font-weight:900;letter-spacing:.55px}.live-pill i{width:6px;height:6px;box-shadow:none}
.featured-store-row{display:flex;gap:15px;overflow-x:auto;padding:2px 2px 8px}.featured-store{min-width:116px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:12px 10px;text-align:center;box-shadow:0 5px 16px rgba(36,33,38,.04)}.featured-store .featured-logo{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;margin:auto;font-size:32px;position:relative}.featured-store .featured-logo:after{content:"";position:absolute;inset:-4px;border:1px solid rgba(0,0,0,.05);border-radius:50%}.featured-store strong{display:block;font-size:10px;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-store small{font-size:8px;color:var(--muted)}
.store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.store-card{border:1px solid var(--line);background:#fff;border-radius:19px;overflow:hidden;display:grid;grid-template-columns:142px 1fr;min-height:132px;cursor:pointer;transition:.2s;box-shadow:0 5px 17px rgba(36,33,38,.035)}.store-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#ffd3ca}.store-card-cover{position:relative;display:grid;place-items:center;overflow:hidden}.store-card-cover>span{font-size:65px;filter:drop-shadow(0 10px 8px rgba(0,0,0,.17));z-index:2}.store-card-cover:before,.store-card-cover:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.18)}.store-card-cover:before{width:80px;height:80px;left:-24px;top:-26px}.store-card-cover:after{width:100px;height:100px;right:-45px;bottom:-35px}.store-card-cover .offer-flag{position:absolute;left:8px;top:8px;background:#fff;color:var(--brand);font-size:8px;font-weight:900;border-radius:99px;padding:5px 7px;z-index:3}.store-card-body{padding:15px 15px 12px;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.store-title-line{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.store-title-line h3{font-size:14px;margin:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-title-line p{font-size:9px;color:var(--muted);margin:0}.status-badge{display:inline-flex;border-radius:99px;padding:5px 7px;font-size:8px;font-weight:850;white-space:nowrap}.status-badge.open{background:var(--green-soft);color:var(--green)}.status-badge.closed{background:#f1eff2;color:#8a858d}.store-info-row{display:flex;flex-wrap:wrap;gap:5px 10px;color:var(--muted);font-size:8.5px}.store-info-row .rating{color:#a46f00;font-weight:800}.store-benefit-row{display:flex;gap:5px;margin-top:9px}.mini-tag{font-size:7px;font-weight:850;border-radius:99px;padding:4px 6px;background:#f5f3f6;color:var(--muted)}.mini-tag.free{background:var(--green-soft);color:var(--green)}.mini-tag.coupon{background:var(--brand-soft);color:var(--brand)}
.city-banner{margin-top:28px;background:linear-gradient(120deg,#fbf1ff,#fff0ec);border:1px solid #f0e5f4;border-radius:20px;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}.city-banner div:first-child{display:grid;gap:5px}.city-banner span{font-size:9px;color:var(--purple);font-weight:900;text-transform:uppercase;letter-spacing:1px}.city-banner strong{font-size:14px;max-width:480px}.city-people{font-size:30px}.city-people i{font-style:normal;color:#b9b2bc;font-size:15px;margin:0 6px}
.mobile-screen-header{padding-top:25px}.mobile-screen-header h2{font-size:25px;margin:4px 0}.mobile-screen-header p:not(.eyebrow){color:var(--muted);font-size:11px;margin:0}.search-page-box{margin-top:22px}.search-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.search-suggestions button{border:1px solid var(--line);background:#fff;border-radius:99px;padding:8px 11px;font-size:10px;color:var(--muted)}.global-search-results{display:grid;gap:10px}.search-result{border:1px solid var(--line);background:#fff;border-radius:16px;padding:12px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px}.search-result .result-art{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;font-size:25px}.search-result strong{font-size:11px;display:block}.search-result small{font-size:9px;color:var(--muted)}.search-result button{width:32px;height:32px;border:0;background:var(--brand-soft);color:var(--brand);border-radius:10px;font-weight:900}
.store-menu-screen{padding:0 0 34px!important;position:relative}.store-cover{height:232px;display:grid;place-items:center;font-size:100px;position:relative;overflow:hidden}.store-cover:before,.store-cover:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.18)}.store-cover:before{width:270px;height:270px;top:-150px;right:-60px}.store-cover:after{width:170px;height:170px;left:-80px;bottom:-90px}.floating-back,.favorite-button{position:absolute;top:18px;z-index:6;width:40px;height:40px;border:0;background:rgba(255,255,255,.94);box-shadow:0 7px 18px rgba(0,0,0,.14);border-radius:13px;color:var(--ink);font-size:18px}.floating-back{left:18px}.favorite-button{right:18px;font-size:24px}.store-profile{margin:-34px 24px 0;position:relative;background:#fff;border-radius:20px;padding:16px;display:grid;grid-template-columns:62px 1fr;gap:14px;box-shadow:var(--shadow);z-index:4}.store-logo-large{width:62px;height:62px;border-radius:17px;color:#fff;display:grid;place-items:center;font-weight:900;font-size:16px;box-shadow:0 8px 16px rgba(36,33,38,.17)}.store-profile-copy{min-width:0}.title-line{display:flex;justify-content:space-between;gap:10px;align-items:center}.title-line h2{font-size:20px;margin:0}.store-profile-copy>p{font-size:10px;color:var(--muted);margin:5px 0 8px}.store-meta{display:flex;flex-wrap:wrap;gap:5px 12px;font-size:8.5px;color:var(--muted)}.store-benefits{display:flex;gap:8px;overflow:auto;margin:17px 24px 0}.store-benefits span{white-space:nowrap;background:#f7f5f8;border-radius:99px;padding:7px 10px;font-size:8px;font-weight:750;color:var(--muted)}.menu-search{margin:17px 24px 0}.menu-category-tabs{display:flex;gap:8px;overflow:auto;padding:16px 24px;border-bottom:1px solid var(--line);position:sticky;top:42px;background:#fff;z-index:5}.menu-category-tabs button{border:0;background:#f5f3f6;border-radius:99px;padding:8px 12px;font-size:9px;font-weight:750;white-space:nowrap;color:var(--muted)}.menu-category-tabs button.active{background:var(--ink);color:#fff}.product-list{padding:17px 24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{border:1px solid var(--line);border-radius:17px;padding:14px;display:grid;grid-template-columns:1fr 102px;gap:12px;min-height:139px;background:#fff}.product-card.unavailable{opacity:.5}.product-card h3{font-size:13px;margin:0 0 6px}.product-card p{font-size:9px;color:var(--muted);line-height:1.45;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:13px}.product-card-footer strong{font-size:12px}.add-button{width:31px;height:31px;border:0;background:var(--brand);color:#fff;border-radius:10px;font-size:20px;line-height:1}.product-image{border-radius:14px;display:grid;place-items:center;font-size:49px;min-height:105px}
.order-list{display:grid;gap:12px;margin-top:20px}.order-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:16px;box-shadow:0 5px 16px rgba(36,33,38,.035)}.order-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.order-card-header h3{font-size:12px;margin:0}.order-card-header p{font-size:9px;color:var(--muted);margin:4px 0 0}.small-badge{display:inline-flex;border-radius:99px;padding:5px 8px;font-size:8px;font-weight:850}.small-badge.warning{background:#fff5dc;color:#9c7100}.small-badge.info{background:#edf0ff;color:#525cc2}.small-badge.success{background:var(--green-soft);color:var(--green)}.small-badge.danger{background:#ffeded;color:var(--red)}.order-card-items{font-size:10px;line-height:1.6;color:var(--muted);margin-top:13px}.order-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.order-card-footer>strong{font-size:13px}.order-card-footer>span{font-size:9px;color:var(--muted)}.progress-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:15px}.progress-steps span{height:4px;border-radius:99px;background:#ece9ee}.progress-steps span.done{background:var(--green)}
.coupon-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.coupon-card{border:1px dashed #e3d9e8;background:#fff;border-radius:18px;padding:16px;display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;position:relative;overflow:hidden}.coupon-card:before,.coupon-card:after{content:"";position:absolute;width:18px;height:18px;background:var(--canvas);border-radius:50%;top:50%;transform:translateY(-50%)}.coupon-card:before{left:-10px}.coupon-card:after{right:-10px}.coupon-card .coupon-icon{width:46px;height:46px;border-radius:14px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-size:18px;font-weight:900}.coupon-card strong{font-size:11px;display:block}.coupon-card small{font-size:8px;color:var(--muted);display:block;margin-top:3px}.coupon-card button{border:0;background:var(--ink);color:#fff;border-radius:10px;padding:8px 10px;font-size:8px;font-weight:850}.coupon-card.expired{opacity:.5}.coupon-help{margin-top:20px;border-radius:16px;background:var(--purple-soft);padding:15px;display:flex;gap:12px}.coupon-help>span{font-size:22px}.coupon-help strong{font-size:11px}.coupon-help p{font-size:9px;color:var(--muted);margin:3px 0 0}
.profile-hero{margin-top:25px;background:linear-gradient(135deg,var(--purple),#71378a);color:#fff;border-radius:22px;padding:22px;display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:14px}.profile-hero p,.profile-hero h2{margin:0}.profile-hero p{font-size:10px;opacity:.72}.profile-hero h2{font-size:22px}.profile-hero span{font-size:9px;opacity:.75}.profile-hero button{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:#fff;border-radius:10px;padding:8px 10px;font-size:9px;font-weight:800}.profile-points{margin-top:13px;background:#fff8dd;border:1px solid #f1e5b5;border-radius:16px;padding:14px;display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center}.profile-points>span{width:34px;height:34px;border-radius:11px;background:var(--yellow);color:var(--purple);display:grid;place-items:center}.profile-points strong{font-size:11px;display:block}.profile-points small{font-size:8px;color:var(--muted)}.profile-points b{color:#9d8c49}.settings-list{display:grid;margin-top:18px;border:1px solid var(--line);background:#fff;border-radius:19px;overflow:hidden}.settings-list button{border:0;border-bottom:1px solid var(--line);background:#fff;padding:15px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;text-align:left;gap:9px;font-size:17px}.settings-list button:last-child{border-bottom:0}.settings-list button span{display:grid;gap:2px}.settings-list strong{font-size:11px}.settings-list small{font-size:8px;color:var(--muted)}.settings-list b{color:#bbb5bd}
.panel-hero,.admin-welcome,.driver-status-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;display:flex;justify-content:space-between;align-items:center;gap:20px;box-shadow:var(--shadow-soft)}.store-panel-hero{background:linear-gradient(120deg,#fff,#fff7f4)}.store-identity{display:flex;align-items:center;gap:14px}.store-identity h2{margin:3px 0;font-size:21px}.store-identity small{font-size:10px;color:var(--muted)}.store-logo{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;color:#fff;font-weight:900}.demo-logo{background:linear-gradient(135deg,var(--brand),#ff8a58)}
.switch-control{display:flex;align-items:center;gap:10px}.switch-control input{display:none}.switch-control span{width:48px;height:27px;border-radius:99px;background:#d8d4da;position:relative;transition:.2s}.switch-control span:after{content:"";position:absolute;width:21px;height:21px;border-radius:50%;background:#fff;left:3px;top:3px;box-shadow:0 3px 8px rgba(0,0,0,.18);transition:.2s}.switch-control input:checked+span{background:var(--green)}.switch-control input:checked+span:after{transform:translateX(21px)}.switch-control strong{font-size:10px}.store-alert,.admin-priority,.driver-wallet{margin-top:13px;background:#fff8e5;border:1px solid #f2e0ae;border-radius:16px;padding:13px 15px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:11px}.store-alert>span,.admin-priority>span{width:34px;height:34px;border-radius:11px;background:var(--yellow);display:grid;place-items:center}.store-alert strong,.admin-priority strong{font-size:10px;display:block}.store-alert small,.admin-priority small{font-size:8px;color:var(--muted)}.store-alert button,.admin-priority button,.driver-wallet button{border:0;background:var(--ink);color:#fff;border-radius:10px;padding:8px 11px;font-size:8px;font-weight:850}
.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.metric-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px;display:grid;grid-template-columns:40px 1fr;gap:2px 11px;box-shadow:0 5px 16px rgba(36,33,38,.025)}.metric-icon{grid-row:1/3;width:40px;height:40px;border-radius:13px;background:var(--brand-soft);display:grid;place-items:center;font-size:18px}.metric-card strong{font-size:18px;align-self:end}.metric-card span{font-size:8px;color:var(--muted);align-self:start}.dashboard-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:14px;margin-top:14px}.panel-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 6px 20px rgba(36,33,38,.03);min-width:0}.panel-title{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-bottom:12px;border-bottom:1px solid var(--line)}.panel-title h2{font-size:14px;margin:0}.panel-title p{font-size:8px;color:var(--muted);margin:3px 0 0}.order-list.compact{margin-top:13px;max-height:590px;overflow:auto}.order-card-actions{display:flex;gap:6px}.order-card-actions button{border:0;border-radius:9px;padding:8px 10px;font-size:8px;font-weight:850}.order-card-actions .advance{background:var(--brand);color:#fff}.order-card-actions .reject{background:#ffeded;color:var(--red)}.order-card-actions .assign{background:#f0eef1;color:var(--muted)}.manage-product-list{display:grid;margin-top:10px}.manage-product{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.manage-product:last-child{border-bottom:0}.manage-product .thumb{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:23px}.manage-product strong{display:block;font-size:10px}.manage-product small{font-size:8px;color:var(--muted)}.manage-actions{display:flex;align-items:center;gap:7px}.price-button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 8px;font-size:8px;color:var(--muted)}.mini-toggle{width:34px;height:20px;border:0;border-radius:99px;background:#ddd9df;position:relative}.mini-toggle:after{content:"";position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;left:3px;top:3px;transition:.2s}.mini-toggle.active{background:var(--green)}.mini-toggle.active:after{transform:translateX(14px)}
.driver-status-card{background:linear-gradient(120deg,var(--purple),#672e80);color:#fff}.driver-status-card .eyebrow{color:#e2bded}.driver-status-card h2{font-size:25px;margin:4px 0}.driver-status-card p:not(.eyebrow){font-size:10px;opacity:.75}.driver-switch strong{color:#fff}.driver-wallet{background:var(--green-soft);border-color:#ccebd8}.driver-wallet div{display:grid}.driver-wallet span{font-size:8px;color:#4e765d}.driver-wallet strong{font-size:18px;color:var(--green)}.delivery-list{display:grid;gap:11px;margin-top:13px}.delivery-card{border:1px solid var(--line);border-radius:16px;padding:14px}.delivery-route{display:grid;grid-template-columns:12px 1fr;gap:9px;margin-top:14px}.route-dots{display:flex;flex-direction:column;align-items:center;padding-top:4px}.route-dots i{width:8px;height:8px;border-radius:50%;background:var(--green)}.route-dots i:last-child{background:var(--brand)}.route-dots span{width:1px;flex:1;background:#d8d4da;margin:3px 0}.route-copy{display:grid;gap:12px}.route-copy strong{display:block;font-size:9px}.route-copy small{font-size:8px;color:var(--muted)}.delivery-footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.delivery-value strong{display:block;font-size:14px}.delivery-value small{font-size:8px;color:var(--muted)}.current-delivery-card{border:1px solid var(--line);border-radius:17px;overflow:hidden;margin-top:13px}.current-map{height:125px;background:linear-gradient(135deg,#efe9f3,#f7f1e9);position:relative;display:grid;place-items:center}.current-map:before{content:"";position:absolute;inset:0;background:linear-gradient(26deg,transparent 45%,rgba(255,255,255,.7) 46%,rgba(255,255,255,.7) 51%,transparent 52%),linear-gradient(115deg,transparent 38%,rgba(255,255,255,.55) 39%,rgba(255,255,255,.55) 44%,transparent 45%)}.map-pin{font-size:31px;z-index:1}.current-delivery-content{padding:14px}
.admin-welcome h2{font-size:24px;margin:4px 0}.admin-welcome p:not(.eyebrow){font-size:10px;color:var(--muted);margin:0}.admin-grid{grid-template-columns:1fr 1fr}.admin-store-list{display:grid}.admin-store-row{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid var(--line)}.admin-store-row:last-child{border-bottom:0}.admin-store-row .logo{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:#fff;font-size:10px;font-weight:900}.admin-store-row strong{font-size:10px;display:block}.admin-store-row small{font-size:8px;color:var(--muted)}.danger-button{border:0;background:#ffeded;color:var(--red);border-radius:9px;padding:8px 9px;font-size:8px;font-weight:850}.admin-store-row .primary-button{padding:8px 9px;font-size:8px;box-shadow:none}.activity-feed{display:grid}.activity-item{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.activity-item:last-child{border-bottom:0}.activity-icon{width:34px;height:34px;border-radius:10px;background:#f5f3f6;display:grid;place-items:center}.activity-item p{font-size:9px;line-height:1.4;margin:0}.activity-item small{font-size:7.5px;color:var(--muted)}
.modal-backdrop,.drawer-backdrop{position:fixed;inset:0;background:rgba(24,17,28,.58);z-index:2000;display:flex;align-items:flex-end;justify-content:center;padding:18px;opacity:0;visibility:hidden;transition:.22s}.modal-backdrop.open,.drawer-backdrop.open{opacity:1;visibility:visible}.modal-sheet{width:min(620px,100%);max-height:92vh;background:#fff;border-radius:24px;overflow:auto;position:relative;transform:translateY(24px);transition:.22s}.modal-backdrop.open .modal-sheet{transform:translateY(0)}.modal-close{width:36px;height:36px;border:0;background:#f2f0f3;border-radius:12px;font-size:22px;line-height:1;color:var(--ink)}.product-sheet>.modal-close{position:absolute;right:14px;top:14px;z-index:3;background:rgba(255,255,255,.9)}.modal-product-image{height:200px;display:grid;place-items:center;font-size:100px}.modal-content{padding:20px}.modal-content h2{font-size:24px;margin:5px 0 8px}.muted{color:var(--muted);font-size:10px;line-height:1.5}.option-group{border-top:1px solid var(--line);padding:15px 0}.option-group-title{display:flex;justify-content:space-between;margin-bottom:9px}.option-group-title strong{font-size:11px}.option-group-title small{font-size:8px;background:#f2f0f3;border-radius:99px;padding:4px 7px;color:var(--muted)}.option-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:10px}.option-row input{accent-color:var(--brand)}.option-row small{font-size:8px;color:var(--muted)}.field-label{display:grid;gap:6px;font-size:9px;font-weight:800;color:#5e5962}.field-label textarea,.field-label select,.field-label input{width:100%;border:1px solid var(--line);background:#fff;border-radius:11px;padding:11px;color:var(--ink);outline:0;font-size:10px}.field-label textarea{resize:vertical;min-height:74px}.field-label textarea:focus,.field-label select:focus,.field-label input:focus{border-color:#ffb5a3;box-shadow:0 0 0 3px var(--brand-soft)}.quantity-row{display:flex;gap:12px;margin-top:17px}.quantity-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:13px;overflow:hidden}.quantity-control button{width:38px;height:44px;border:0;background:#fff;font-size:18px;color:var(--brand)}.quantity-control strong{width:30px;text-align:center;font-size:11px}.grow{flex:1}.full{width:100%}
.drawer-backdrop{justify-content:flex-end;padding:0}.cart-drawer{width:min(485px,100%);height:100%;background:#fff;overflow:auto;transform:translateX(100%);transition:.25s;padding-bottom:20px}.drawer-backdrop.open .cart-drawer{transform:translateX(0)}.drawer-header{position:sticky;top:0;background:#fff;z-index:4;display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.drawer-header h2{font-size:21px;margin:4px 0 0}.cart-store-summary{margin:14px 18px 0;background:#f8f6f9;border-radius:13px;padding:11px;display:flex;align-items:center;gap:10px}.cart-store-summary .mini-store-logo{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#fff;font-size:9px;font-weight:900}.cart-store-summary strong{font-size:10px;display:block}.cart-store-summary small{font-size:8px;color:var(--muted)}.cart-items{padding:8px 18px}.cart-item{display:grid;grid-template-columns:48px 1fr 30px;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.cart-item-thumb{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;font-size:25px}.cart-item strong{font-size:10px}.cart-item small{font-size:8px;color:var(--muted);line-height:1.45}.cart-item>button{width:29px;height:29px;border:0;background:#f5f3f6;border-radius:9px;color:var(--muted)}.checkout-block{margin:0 18px;padding:15px 0;border-top:1px solid var(--line)}.checkout-block>strong{font-size:10px;display:block;margin-bottom:10px}.segmented-control{display:grid;grid-template-columns:1fr 1fr;background:#f4f2f5;border-radius:12px;padding:3px}.segmented-control button{border:0;background:transparent;border-radius:10px;padding:10px;font-size:9px;font-weight:850;color:var(--muted)}.segmented-control button.active{background:#fff;color:var(--brand);box-shadow:0 3px 9px rgba(36,33,38,.08)}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.coupon-input{display:grid;grid-template-columns:1fr auto;gap:7px}.coupon-input input{border:1px solid var(--line);border-radius:11px;padding:11px;outline:0;font-size:10px;text-transform:uppercase}.coupon-input button{border:0;background:var(--purple);color:#fff;border-radius:11px;padding:0 15px;font-size:9px;font-weight:850}.checkout-block>small{display:block;font-size:8px;margin-top:7px;color:var(--green)}.cart-summary{margin:0 18px;border-top:1px solid var(--line);padding-top:14px}.cart-summary>div{display:flex;justify-content:space-between;padding:5px 0;font-size:10px}.cart-summary .discount-line{color:var(--green);display:none}.cart-summary .discount-line.visible{display:flex}.cart-summary .total-line{font-size:15px;font-weight:900;padding:12px 0 15px}.secure-checkout{text-align:center;display:block;color:var(--muted);font-size:7.5px;margin-top:10px}.floating-cart{position:fixed;left:calc(260px + (100vw - 260px)/2);transform:translateX(-50%) translateY(120px);bottom:22px;z-index:80;width:min(560px,calc(100vw - 320px));height:56px;border:0;background:var(--purple);color:#fff;border-radius:17px;padding:0 16px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;text-align:left;box-shadow:0 14px 34px rgba(67,32,92,.35);opacity:0;visibility:hidden;transition:.25s}.floating-cart.visible{transform:translateX(-50%) translateY(0);opacity:1;visibility:visible}.floating-cart .bag-icon{width:28px;height:28px;background:rgba(255,255,255,.13);border-radius:9px;display:grid;place-items:center}.floating-cart strong{font-size:10px}.floating-cart b{font-size:11px}.toast-container{position:fixed;right:20px;bottom:20px;z-index:4000;display:grid;gap:8px}.toast{min-width:270px;max-width:360px;background:var(--ink);color:#fff;border-radius:13px;padding:13px 15px;font-size:10px;box-shadow:var(--shadow);animation:toastIn .25s ease}.toast.success{border-left:4px solid var(--green)}.toast.warning{border-left:4px solid var(--yellow)}@keyframes toastIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.empty-state{padding:34px 20px;text-align:center;border:1px dashed #ddd8df;border-radius:17px;background:#faf9fb}.empty-state>span{font-size:35px;display:block;margin-bottom:8px}.empty-state strong{font-size:11px;display:block}.empty-state p{font-size:9px;color:var(--muted);margin:5px 0 0}
@media(max-width:1040px){.app-layout{grid-template-columns:210px}.role-sidebar{padding:19px 13px}.main-area{padding:0 20px 50px}.store-grid{grid-template-columns:1fr}.hero-carousel{grid-template-columns:1fr}.hero-secondary{display:none}.dashboard-grid{grid-template-columns:1fr}.floating-cart{left:calc(210px + (100vw - 210px)/2);width:min(560px,calc(100vw - 250px))}}
@media(max-width:760px){
  body{background:#fff}.demo-notice{position:relative;min-height:35px;padding:7px 12px}.demo-notice>span small,.sync-indicator{display:none}.demo-actions{gap:8px}.app-layout{display:block;min-height:auto}.role-sidebar{position:relative;top:auto;height:auto;border:0;border-bottom:1px solid var(--line);padding:8px 10px;background:#fff;display:block}.role-sidebar .brand,.sidebar-label,.local-card{display:none}.role-nav{display:flex;gap:6px;overflow:auto}.role-button{min-width:92px;justify-content:center;padding:7px 8px;border-radius:11px;gap:6px}.role-button>span{width:27px;height:27px;border-radius:9px;font-size:14px}.role-button div{font-size:9px}.role-button small{display:none}.main-area{padding:0}.desktop-header{display:none}#customer-view{max-width:none;border-radius:0;box-shadow:none;min-height:calc(100vh - 78px);padding-bottom:82px;overflow:visible}.mobile-customer-header{display:block;padding:15px 16px 8px;background:#fff;position:sticky;top:0;z-index:12}.mobile-brand-row{display:flex;align-items:center;justify-content:space-between}.mobile-brand{display:flex;align-items:center;gap:7px}.mobile-brand img{width:31px;height:31px;border-radius:10px}.mobile-brand strong{font-size:20px;letter-spacing:-.7px}.mobile-header-icons{display:flex;gap:5px}.mobile-header-icons button{width:34px;height:34px;border:0;background:#f6f4f7;border-radius:11px;font-size:17px;color:var(--purple)}.location-button{border:0;background:transparent;text-align:left;padding:8px 0 0;display:grid}.location-button span{font-size:8px;color:var(--muted)}.location-button strong{font-size:10px}.customer-screen{padding:0 15px 25px}.home-tabs{height:45px;padding:0 15px;gap:21px;margin:0 -15px}.home-tabs button{font-size:10px;padding-bottom:11px}.home-search-row{margin-top:14px}.search-box{height:45px;border-radius:13px;padding:0 12px}.filter-button{width:45px;height:45px;border-radius:13px}.category-list{margin-right:-15px;padding:15px 1px 6px;gap:7px}.category-button{min-width:66px}.category-button>span{width:57px;height:54px;border-radius:15px;font-size:26px}.category-button strong{font-size:8px}.hero-carousel{margin-top:13px}.hero-banner{min-height:183px;border-radius:18px;padding:22px}.hero-copy{max-width:62%}.hero-banner h2{font-size:22px}.hero-banner p{font-size:9px}.hero-food{right:12px;top:39px;width:140px}.hero-food>span{font-size:75px}.hero-food b{width:50px;height:50px;font-size:9px;right:1px;top:-10px}.quick-actions{grid-template-columns:repeat(4,1fr);gap:6px}.quick-actions button{display:flex;flex-direction:column;align-items:center;text-align:center;padding:9px 4px;gap:4px;border-radius:13px}.quick-icon{width:38px;height:38px;border-radius:12px;font-size:16px;grid-row:auto}.quick-actions strong{font-size:8px}.quick-actions small{display:none}.repeat-order-card{grid-template-columns:46px 1fr auto;padding:10px;gap:9px}.repeat-art{width:46px;height:46px;font-size:25px}.repeat-order-card strong{font-size:10px}.repeat-order-card small{font-size:7px}.repeat-order-card button{padding:8px;font-size:8px}.section-heading{margin:23px 0 11px}.section-heading h2{font-size:16px}.section-heading p{font-size:8px}.featured-store{min-width:105px}.store-grid{grid-template-columns:1fr;gap:10px}.store-card{grid-template-columns:112px 1fr;min-height:112px;border-radius:16px}.store-card-cover>span{font-size:54px}.store-card-body{padding:12px}.store-title-line h3{font-size:12px}.store-info-row{font-size:7.5px}.city-banner{padding:15px;display:grid;gap:13px}.city-banner strong{font-size:11px}.city-people{font-size:22px}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;height:66px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-top:1px solid var(--line);z-index:70;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav-button{border:0;background:transparent;color:#8e8991;font-size:7.5px;font-weight:750;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.bottom-nav-button span{font-size:20px;line-height:1}.bottom-nav-button.active{color:var(--brand)}.store-menu-screen{margin:0 -15px;padding-bottom:72px!important}.store-cover{height:205px}.store-profile{margin:-28px 14px 0;padding:13px;grid-template-columns:54px 1fr}.store-logo-large{width:54px;height:54px}.title-line h2{font-size:17px}.store-benefits{margin-left:14px;margin-right:14px}.menu-search{margin-left:14px;margin-right:14px}.menu-category-tabs{padding:13px 14px;top:0}.product-list{grid-template-columns:1fr;padding:14px;gap:9px}.product-card{grid-template-columns:1fr 88px;min-height:124px;padding:12px}.product-image{min-height:90px;font-size:43px}.coupon-list{grid-template-columns:1fr}.profile-hero{padding:17px}.settings-list{margin-bottom:70px}.panel-hero,.admin-welcome,.driver-status-card{border-radius:0;border-left:0;border-right:0;padding:18px}.store-alert,.admin-priority,.driver-wallet{margin:10px;border-radius:14px}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin:10px}.metric-card{padding:13px}.dashboard-grid,.admin-grid{grid-template-columns:1fr;margin:10px;gap:10px}.panel-card{padding:14px;border-radius:17px}.driver-status-card h2{font-size:21px}.admin-welcome{align-items:flex-start}.admin-welcome .primary-button{padding:10px}.modal-backdrop{padding:0;align-items:flex-end}.modal-sheet{border-radius:22px 22px 0 0;max-height:94vh}.modal-product-image{height:170px}.modal-content{padding:17px}.drawer-backdrop{padding:0}.cart-drawer{width:100%}.two-fields{grid-template-columns:1fr}.floating-cart{left:12px;right:12px;bottom:74px;width:auto;transform:translateY(120px);border-radius:15px}.floating-cart.visible{transform:translateY(0)}.toast-container{left:12px;right:12px;bottom:82px}.toast{min-width:0;max-width:none}.global-search-results{padding-bottom:65px}
}
@media(max-width:390px){.hero-food{right:-5px}.hero-copy{max-width:67%}.quick-actions{gap:4px}.quick-icon{width:34px;height:34px}.store-card{grid-template-columns:96px 1fr}.store-info-row span:nth-child(3){display:none}.role-button{min-width:82px}.role-button div{font-size:8px}}

/* v0.4.5 — marca oficial no cabeçalho */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.desktop-brand-block{display:grid;align-content:center;justify-items:start;gap:2px;min-width:230px}
.desktop-brand-lockup{display:inline-flex;align-items:center;text-decoration:none;border-radius:12px;outline:none}
.desktop-brand-lockup:focus-visible{box-shadow:0 0 0 4px rgba(255,90,54,.18)}
.desktop-brand-lockup img{display:block;width:auto;height:58px;max-width:250px;object-fit:contain}
@media(max-width:760px){
  .mobile-brand{min-width:0;max-width:190px}
  .mobile-brand img{width:auto;height:40px;max-width:184px;border-radius:0;object-fit:contain;display:block}
}

/* v0.5.1 — topo público e estabilidade de conexão */
.app-layout{display:block;min-height:100vh}.main-area{padding:0 34px 60px;max-width:1360px;margin:0 auto}.desktop-header{height:98px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.desktop-header-balance{min-width:1px}.desktop-brand-lockup{justify-self:center;display:flex;align-items:center}.desktop-brand-lockup img{display:block;width:250px;max-height:68px;object-fit:contain}.header-actions{justify-self:end}.central-link:not([hidden]){display:inline-flex;align-items:center;min-height:42px}.account-trigger{border:1px solid var(--line);background:#fff;border-radius:15px;padding:5px 14px 5px 5px;display:flex;align-items:center;gap:10px;font-size:11px;font-weight:850;color:var(--ink)}
#customer-view{max-width:1240px;border-radius:30px}.customer-screen{padding-left:30px;padding-right:30px}.promo-carousel{margin-top:20px}.featured-store-row{padding-bottom:5px}
@media(max-width:900px){.desktop-header{grid-template-columns:auto 1fr;height:86px}.desktop-header-balance{display:none}.desktop-brand-lockup{justify-self:start}.desktop-brand-lockup img{width:205px}.header-actions{justify-self:end}.central-link{display:none!important}}
@media(max-width:700px){.main-area{padding:0 0 90px}.desktop-header{display:none}#customer-view{border-radius:0;min-height:100vh}.customer-screen{padding-left:16px;padding-right:16px}.home-tabs{padding-left:16px;padding-right:16px}}
.delivery-code{margin-top:12px;border:1px dashed #c9b2d3;background:#f8f1fb;border-radius:14px;padding:12px 14px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 12px}.delivery-code span{font-size:9px;font-weight:850;color:var(--purple)}.delivery-code strong{grid-row:1/3;grid-column:2;font-size:24px;letter-spacing:4px;color:var(--purple)}.delivery-code small{font-size:8px;color:var(--muted)}

/* v0.5.1 — estabilização, conectividade e estados reais */
.notification-count[hidden],.connection-status[hidden]{display:none!important}
.connection-status{max-width:1240px;margin:0 auto 10px;padding:10px 16px;border:1px solid #f1cd72;background:#fff6d7;color:#765b08;border-radius:13px;font-size:10px;font-weight:800;text-align:center;box-shadow:0 8px 22px rgba(91,69,8,.08)}
.free-fee{color:#18a957;font-weight:850}.product-old-price{text-decoration:line-through;color:var(--muted);font-weight:650;margin-right:3px}
.loading-state{min-height:170px;display:grid;align-content:center;justify-items:center}.loading-spinner{width:28px;height:28px;border:3px solid #ece5ef;border-top-color:var(--purple);border-radius:50%;animation:ibaubaSpin .8s linear infinite}.featured-loading{min-width:220px;padding:20px;border:1px dashed var(--line);border-radius:15px;color:var(--muted);font-size:10px;text-align:center}.retry-button{margin-top:12px;border:0;border-radius:10px;padding:9px 13px;background:var(--purple);color:#fff;font-size:9px;font-weight:850}.order-alert{margin-top:12px;border:1px solid #ffd4d4;background:#fff2f2;color:#a32929;border-radius:12px;padding:10px 12px;font-size:9px;line-height:1.45;font-weight:750}
.is-offline .live-pill{background:#f2eff3;color:#77717b}.is-offline .live-pill i{background:#999;animation:none}
@keyframes ibaubaSpin{to{transform:rotate(360deg)}}
@media(max-width:700px){.connection-status{margin:0;border-radius:0;border-left:0;border-right:0;font-size:9px}.featured-loading{min-width:180px}}

/* v0.8.0 — operação, agendamentos, histórico e notificações */
.schedule-choice{margin-bottom:10px}.schedule-choice button:disabled,.segmented-control button:disabled{opacity:.45;cursor:not-allowed}.order-timing{margin:10px 0;padding:10px 12px;border-radius:12px;background:#f7f5f8;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:9px}.order-timing strong{color:var(--purple)}.order-timing span{color:var(--muted);text-align:right}.order-timing.scheduled{background:#f4eafb;border:1px solid #e3d2ed}.order-address-snapshot{margin:11px 0;padding:11px 12px;border:1px solid var(--line);border-radius:13px;display:grid;gap:4px}.order-address-snapshot strong{font-size:10px}.order-address-snapshot span{font-size:9px;line-height:1.45}.order-address-snapshot small{font-size:8px;color:var(--muted)}.order-timeline{margin-top:11px;border-top:1px solid var(--line);padding-top:10px}.order-timeline summary{cursor:pointer;color:var(--purple);font-size:9px;font-weight:850}.order-timeline ol{list-style:none;padding:8px 0 0 5px;margin:0;display:grid;gap:0}.order-timeline li{position:relative;display:grid;grid-template-columns:14px 1fr;gap:8px;min-height:43px}.order-timeline li:not(:last-child):before{content:"";position:absolute;left:5px;top:12px;bottom:-2px;width:2px;background:#e7dde9}.order-timeline li i{width:12px;height:12px;border-radius:50%;background:var(--purple);border:3px solid #f0e7f5;z-index:1}.order-timeline li div{display:grid;gap:1px}.order-timeline li strong{font-size:9px}.order-timeline li span,.order-timeline li small{font-size:8px;color:var(--muted)}.order-cancel-button{margin-top:12px;width:100%;border:1px solid #efb7b7;background:#fff7f7;color:#a32929;border-radius:11px;padding:9px;font-size:9px;font-weight:850}.notification-drawer{width:min(440px,100%);height:100%;background:#fff;overflow:auto;transform:translateX(100%);transition:.25s}.drawer-backdrop.open .notification-drawer{transform:translateX(0)}.notification-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-bottom:1px solid var(--line);font-size:9px;color:var(--muted)}.notification-toolbar button{border:0;background:transparent;color:var(--purple);font-size:8px;font-weight:850}.customer-notification-list{padding:8px 14px 24px}.customer-notification{width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;padding:13px 8px;display:grid;grid-template-columns:22px 1fr;gap:8px;text-align:left;color:var(--ink)}.customer-notification.unread{background:#fff8f5;border-radius:12px}.customer-notification>span{color:#d1cbd4;font-size:9px;margin-top:2px}.customer-notification.unread>span{color:var(--brand)}.customer-notification div{display:grid;gap:3px}.customer-notification strong{font-size:10px}.customer-notification p{font-size:9px;line-height:1.4;margin:0;color:#534d56}.customer-notification small{font-size:8px;color:var(--muted)}
.mobile-header-icons button{position:relative}.mobile-notification-count{position:absolute;right:-2px;top:-3px;min-width:15px;height:15px;padding:0 3px;border-radius:99px;background:var(--brand);color:#fff;font-size:7px;font-weight:900;display:grid;place-items:center}.mobile-notification-count[hidden]{display:none!important}
@media(max-width:700px){.notification-drawer{width:100%}.order-timing{align-items:flex-start}.order-timing span{max-width:58%}}
