:root{--brand: #ff5722;--brand-dark: #e64a19;--bg: #f5f6f8;--surface: #ffffff;--text: #1f2430;--muted: #8a8f9c;--border: #e7e9ee;--sidebar: #1f2430;--radius: 12px;--shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}h1,h2,h3{margin:0}button{font-family:inherit;cursor:pointer}a{text-decoration:none;color:inherit}.center-screen{display:grid;place-items:center;height:100vh;color:var(--muted)}.btn-primary,.btn-ghost,.btn-danger{border:none;border-radius:8px;padding:.6rem 1rem;font-weight:600;font-size:.9rem}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-primary:disabled{opacity:.6;cursor:default}.btn-ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-ghost:hover{background:var(--bg)}.btn-danger{background:#fdecea;color:#c62828}.btn-danger:hover{background:#f9dcd8}.sm{padding:.4rem .7rem;font-size:.8rem}.auth-screen{position:relative;display:grid;place-items:center;min-height:100vh;background:linear-gradient(135deg,#ff5722,#ff8a65);padding:1rem}.auth-back{position:absolute;top:1.2rem;left:1.2rem;width:46px;height:46px;border-radius:999px;border:none;background:#fffffff2;color:var(--brand);font-size:1.9rem;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 10px #0003}.auth-back:hover{background:#fff}.auth-card{background:var(--surface);border-radius:16px;padding:2rem;width:100%;max-width:380px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;gap:1rem}.auth-brand{text-align:center;margin-bottom:.5rem}.auth-brand h1{margin:.5rem 0 0}.auth-brand p{margin:.2rem 0 0;color:var(--muted)}.brand-mark{display:inline-grid;place-items:center;width:32px;height:32px;background:var(--brand);color:#fff;border-radius:8px;font-weight:800}.brand-mark.big{width:56px;height:56px;font-size:1.6rem;border-radius:14px}label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text)}input,textarea,select{font-family:inherit;font-size:.95rem;padding:.6rem .7rem;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);font-weight:400}input:focus,textarea:focus,select:focus{outline:2px solid rgba(255,87,34,.3);border-color:var(--brand)}textarea{min-height:70px;resize:vertical}.checkbox{flex-direction:row;align-items:center;gap:.5rem}.checkbox input{width:auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.alert-error{background:#fdecea;color:#c62828;padding:.6rem .8rem;border-radius:8px;font-size:.85rem}.alert-ok{background:#e8f5e9;color:#2e7d32;padding:.6rem .8rem;border-radius:8px;font-size:.85rem}.preview{max-width:100px;border-radius:8px;border:1px solid var(--border)}.layout{display:flex;min-height:100vh}.sidebar{width:240px;background:var(--sidebar);color:#fff;display:flex;flex-direction:column;padding:1.25rem 1rem;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.2rem;margin-bottom:1.5rem;padding:0 .4rem}.brand-name{letter-spacing:-.02em}.sidebar nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.nav-item{display:flex;align-items:center;gap:.7rem;padding:.65rem .8rem;border-radius:8px;color:#c8ccd6;font-weight:500}.nav-item:hover{background:#ffffff14;color:#fff}.nav-item.active{background:var(--brand);color:#fff}.nav-icon{font-size:1.1rem}.sidebar-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;display:flex;flex-direction:column;gap:.6rem}.user-chip{display:flex;flex-direction:column;font-size:.85rem}.user-chip small{color:#9aa0ad}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{background:var(--surface);border-bottom:1px solid var(--border);padding:.9rem 1.5rem;display:flex;align-items:center;gap:1rem;position:sticky;top:0;z-index:10}.topbar-title{font-weight:600}.menu-toggle{display:none;background:transparent;border:none;font-size:1.3rem}.content{padding:1.5rem;max-width:1100px;width:100%}.page-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.page-head-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.page-title{font-size:1.5rem}.section-title{font-size:1.1rem;margin:1.5rem 0 .75rem}.muted{color:var(--muted)}.small{font-size:.8rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.stat-card{background:var(--surface);border-radius:var(--radius);padding:1.1rem;box-shadow:var(--shadow);display:flex;align-items:center;gap:.9rem}.stat-icon{font-size:1.8rem}.stat-value{font-size:1.5rem;font-weight:800}.stat-label{color:var(--muted);font-size:.85rem}.table-wrap{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.8rem 1rem;border-bottom:1px solid var(--border);font-size:.9rem}th{background:#fafbfc;color:var(--muted);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em}tr:last-child td{border-bottom:none}.row-actions{display:flex;gap:.4rem}.thumb{width:44px;height:44px;border-radius:8px;background:var(--bg);display:grid;place-items:center;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.entity-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.entity-logo{height:120px;background:linear-gradient(135deg,#ffccbc,#ffab91);display:grid;place-items:center;font-size:2.5rem;font-weight:800;color:#fff}.entity-logo img{width:100%;height:100%;object-fit:cover}.entity-body{padding:1rem;display:flex;flex-direction:column;gap:.4rem}.entity-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.entity-actions{display:flex;gap:.4rem;margin-top:.5rem;flex-wrap:wrap}.badge{display:inline-block;padding:.25rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;border:none;text-transform:capitalize}.badge-pending{background:#fff3e0;color:#e65100}.badge-accepted,.badge-preparing{background:#e3f2fd;color:#1565c0}.badge-on_the_way{background:#ede7f6;color:#5e35b1}.badge-delivered{background:#e8f5e9;color:#2e7d32}.badge-cancelled{background:#fdecea;color:#c62828}.filters{display:flex;gap:.4rem;flex-wrap:wrap}.chip{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:.4rem .9rem;font-size:.82rem;font-weight:600;color:var(--muted)}.chip.active{background:var(--brand);color:#fff;border-color:var(--brand)}.order-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.order-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem;display:flex;flex-direction:column;gap:.5rem}.order-main{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.order-notes{margin:0;font-size:.85rem;background:var(--bg);padding:.5rem;border-radius:8px}.order-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.3rem}.order-total{font-size:1.2rem;font-weight:800}.pending-order{border:2px solid var(--brand);box-shadow:0 0 0 4px #ff57221f}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:grid;place-items:center;padding:1rem;z-index:100}.modal{background:var(--surface);border-radius:16px;padding:1.5rem;width:100%;max-width:480px;max-height:90vh;overflow:auto;display:flex;flex-direction:column;gap:.85rem}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}@media (max-width: 768px){.sidebar{position:fixed;left:0;top:0;transform:translate(-100%);transition:transform .25s ease;z-index:50}.sidebar.open{transform:translate(0)}.menu-toggle{display:block}.form-row{grid-template-columns:1fr}}.store{min-height:100vh;display:flex;flex-direction:column}.store-header{position:sticky;top:0;z-index:20;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.2rem}.store-brand{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.2rem}.cart-btn{position:relative;background:var(--bg);border:1px solid var(--border);border-radius:10px;font-size:1.3rem;width:44px;height:44px}.cart-badge{position:absolute;top:-6px;right:-6px;background:var(--brand);color:#fff;border-radius:999px;font-size:.72rem;font-weight:700;min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px}.store-main{flex:1;width:100%;max-width:1080px;margin:0 auto;padding:1.2rem}.store-footer{text-align:center;padding:1.5rem;color:var(--muted);font-size:.85rem;border-top:1px solid var(--border)}.admin-link{color:var(--brand);font-weight:600}.hero{text-align:center;padding:1.5rem 0 2rem}.hero h1{font-size:1.8rem}.hero p{color:var(--muted);margin-top:.4rem}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.store-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.store-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0000001f}.store-card.closed{opacity:.7}.store-card-cover{position:relative;height:130px;background:linear-gradient(135deg,#ffccbc,#ffab91);display:grid;place-items:center;font-size:2.5rem;font-weight:800;color:#fff}.store-card-cover img{width:100%;height:100%;object-fit:cover}.closed-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;color:#fff;display:grid;place-items:center;font-weight:700}.store-card-body{padding:.8rem 1rem}.store-card-body h3{margin-bottom:.2rem}.menu-banner,.rest-hero{margin-bottom:1.5rem}.rest-hero-media{position:relative;height:360px;border-radius:var(--radius);overflow:hidden;background:#111}.rest-hero-media>img,.rest-cover-fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.rest-cover-fallback{background:linear-gradient(135deg,#ff5722,#ff8a65)}.rest-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000bf,#00000059 55%,#0003)}.rest-status{position:absolute;top:.9rem;right:.9rem;z-index:3}.rest-hero-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:.8rem;padding:1.5rem;color:#fff}.rest-hero-brand{display:flex;align-items:center;gap:.7rem}.rest-logo{width:56px;height:56px;border-radius:14px;border:2px solid rgba(255,255,255,.85);background:#fffffff2;overflow:hidden;display:grid;place-items:center;font-size:1.5rem;font-weight:800;color:var(--brand);flex-shrink:0}.rest-logo img{width:100%;height:100%;object-fit:cover}.rest-hero-brand h1{font-size:1.6rem;font-style:italic;text-transform:uppercase;letter-spacing:.01em;text-shadow:0 2px 8px rgba(0,0,0,.5)}.hero-tagline{margin:0;max-width:85%;font-weight:600;font-size:1rem;text-shadow:0 1px 6px rgba(0,0,0,.6)}.rest-info{display:flex;flex-wrap:wrap;gap:.5rem}.rest-info-item{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.4rem .8rem;font-size:.82rem;color:var(--text);text-decoration:none}a.rest-info-item:hover{border-color:var(--brand);color:var(--brand)}.cat-tabs{display:flex;gap:.6rem;overflow-x:auto;padding:.4rem .2rem .9rem;margin:1.2rem 0 .5rem;-webkit-overflow-scrolling:touch}.cat-tabs::-webkit-scrollbar{height:6px}.cat-tabs::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.cat-tab{flex:0 0 auto;display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--border);border-radius:999px;padding:.6rem 1.1rem;font-weight:700;font-size:.85rem;color:#4b5563;white-space:nowrap;transition:background .15s ease,color .15s ease}.cat-tab:hover{border-color:var(--brand)}.cat-tab.active{background:var(--brand);color:#fff;border-color:var(--brand)}.cat-tab-icon{font-size:1rem}.restaurant-form{display:flex;flex-direction:column;gap:.85rem;max-width:620px}.brand-editor{margin-bottom:.5rem}.cover-edit{position:relative;height:200px;border-radius:var(--radius);overflow:hidden;background:var(--bg)}.cover-preview{width:100%;height:100%;object-fit:cover}.cover-placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--muted);background:linear-gradient(135deg,#ffe0d6,#ffccbc)}.upload-overlay{position:absolute;top:.7rem;right:.7rem;background:#0009;color:#fff;padding:.45rem .9rem;border-radius:999px;font-size:.8rem;font-weight:600;cursor:pointer;z-index:2}.logo-on-cover{position:absolute;left:1rem;bottom:1rem;z-index:2}.logo-circle{width:92px;height:92px;border-radius:20px;border:4px solid #fff;background:#fff;overflow:hidden;display:grid;place-items:center;font-size:2rem;font-weight:800;color:var(--brand);box-shadow:0 4px 14px #0000004d}.logo-circle img{width:100%;height:100%;object-fit:cover}.logo-cam{position:absolute;right:-8px;bottom:-8px;width:34px;height:34px;border-radius:999px;background:var(--brand);color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:.95rem;cursor:pointer;box-shadow:0 2px 8px #00000040}.menu-section{margin-bottom:1.5rem}.menu-section h2{font-size:1.1rem;margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:2px solid var(--border)}.dish-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.2rem}.dish-card{background:var(--surface);border-radius:22px;box-shadow:var(--shadow);overflow:hidden;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.dish-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00000021}.dish-img{position:relative;height:220px}.dish-img img{width:100%;height:100%;object-fit:cover}.dish-img-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:3rem;background:linear-gradient(135deg,#ffe0d6,#ffccbc)}.dish-img-fallback.big{font-size:4.5rem}.dish-price{position:absolute;left:.9rem;bottom:.9rem;background:#fff;color:var(--brand);font-weight:800;font-style:italic;padding:.5rem 1rem;border-radius:999px;box-shadow:0 4px 12px #0003}.dish-price.big{background:var(--brand);color:#fff;font-size:1.2rem}.dish-fav{position:absolute;top:.8rem;right:.8rem;width:42px;height:42px;border:none;border-radius:999px;background:#ffffffe6;font-size:1.1rem;display:grid;place-items:center;box-shadow:0 2px 8px #00000026}.dish-qty{position:absolute;top:.8rem;left:.8rem;background:var(--brand);color:#fff;font-weight:800;min-width:28px;height:28px;border-radius:999px;display:grid;place-items:center;padding:0 6px}.dish-body{padding:1rem}.dish-body h4{font-size:1.25rem;margin-bottom:.8rem}.dish-order{background:#1f2430;color:#fff;border-radius:999px;padding:.85rem;text-align:center;font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:.9rem}.dish-card:hover .dish-order{background:#000}.dish-modal{background:var(--surface);border-radius:26px;width:100%;max-width:430px;overflow:hidden;display:flex;flex-direction:column}.dish-modal-img{position:relative;height:280px}.dish-modal-img img{width:100%;height:100%;object-fit:cover}.dish-modal-close{position:absolute;top:1rem;right:1rem;width:48px;height:48px;border-radius:999px;border:3px solid #fff;background:var(--brand);color:#fff;font-size:1.2rem;font-weight:700;display:grid;place-items:center;box-shadow:0 4px 12px #00000040}.dish-modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.dish-modal-cat{color:var(--brand);font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.dish-modal-body h2{font-size:1.9rem;font-style:italic;text-transform:uppercase;line-height:1}.dish-modal-cta{margin-top:1.2rem;background:var(--brand);color:#fff;border:none;border-radius:16px;padding:1.1rem;font-size:1.05rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.dish-modal-cta:hover{background:var(--brand-dark)}.dish-modal-cta:disabled{background:var(--muted)}.rb-page{position:relative}.rb-hero{margin-bottom:.6rem}.rb-cover{position:relative;height:240px;border-radius:18px 18px 0 0;overflow:hidden}.rb-cover img,.rb-hero-fallback{width:100%;height:100%;object-fit:cover}.rb-hero-fallback{background:linear-gradient(135deg,#ff8a65,#ff5722)}.rb-back,.rb-share,.rb-fav{position:absolute;top:1rem;width:42px;height:42px;border-radius:999px;border:none;background:#ffffffeb;font-size:1.2rem;display:grid;place-items:center;box-shadow:0 2px 8px #0003;cursor:pointer}.rb-back{left:1rem;font-size:1.7rem;line-height:1}.rb-share{right:3.9rem}.rb-fav{right:1rem}.rb-fav.on{background:var(--brand)}.rb-body{position:relative}.rb-card{position:relative;z-index:2;margin:-28px 0 0;background:var(--surface);border-radius:24px 24px 0 0;padding:1.1rem 1.2rem 1.3rem;display:flex;gap:1rem;align-items:flex-start}.rb-logo{margin-top:-48px;width:88px;height:88px;border-radius:18px;background:var(--brand);color:#fff;overflow:hidden;flex-shrink:0;display:grid;place-items:center;font-size:2rem;font-weight:800;border:3px solid var(--surface);box-shadow:0 4px 14px #0003}.rb-logo img{width:100%;height:100%;object-fit:cover}.rb-card-text{flex:1;min-width:0;padding-top:.2rem}.rb-card-text h1{font-size:1.6rem;line-height:1.1}.rb-sub{margin:.25rem 0 .4rem;color:var(--muted)}.rb-rating{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;flex-wrap:wrap}.rb-star{color:#f5a623;font-weight:700}.rb-rc{color:var(--muted);font-weight:500}.rb-dot{color:var(--border)}.rb-reviews{background:none;border:none;color:var(--brand);font-weight:700;cursor:pointer;padding:0}.rb-info-cards{display:flex;gap:.6rem;margin:.8rem 0 1rem}.rb-info-card{flex:1;min-width:0;display:flex;align-items:center;gap:.5rem;background:#f4f5f7;border:1px solid transparent;border-radius:14px;padding:.7rem .8rem;text-decoration:none;color:var(--text)}.rb-info-card:hover{border-color:var(--brand)}.rb-info-ic{color:var(--brand)}.rb-info-ic{font-size:1.3rem;flex-shrink:0}.rb-info-txt{min-width:0}.rb-info-card small{display:block;color:var(--muted);font-size:.7rem}.rb-info-card strong{display:block;font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rb-tabs{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);margin:.8rem 0 1rem}.rb-tabs button{background:none;border:none;padding:.7rem 0;font-weight:700;font-size:1rem;color:var(--muted);border-bottom:3px solid transparent;margin-bottom:-1px}.rb-tabs button.active{color:var(--text);border-bottom-color:var(--brand)}.rb-menu-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:.5rem 0}.rb-menu-head h2{font-size:1.4rem}.rb-menu-head .cat-tabs{margin:0;flex:1;justify-content:flex-end}.rb-section{margin:1.2rem 0}.rb-section h3{font-size:1.15rem;margin-bottom:.8rem}.rb-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:1rem}.rb-item{display:flex;gap:.9rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:.8rem}.rb-item-img{width:96px;height:96px;border-radius:12px;overflow:hidden;flex-shrink:0}.rb-item-img img{width:100%;height:100%;object-fit:cover}.rb-item-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:2rem;background:linear-gradient(135deg,#ffe0d6,#ffccbc)}.rb-item-main{flex:1;min-width:0}.rb-item-main h4{font-size:1.05rem;margin-bottom:.25rem}.rb-item-desc{margin:0;color:var(--muted);font-size:.85rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rb-item-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.5rem;flex-shrink:0}.rb-item-price{color:var(--brand);font-weight:800}.rb-add{width:38px;height:38px;border-radius:999px;background:var(--brand);color:#fff;border:none;font-size:1.2rem;font-weight:700;display:grid;place-items:center;box-shadow:0 4px 12px #ff572266}.rb-add:disabled{background:var(--muted);box-shadow:none}.rb-pane{padding:1.5rem 0}.rb-infopane p{margin:.4rem 0}.rb-infopane a{color:var(--brand)}.rb-cartbar-spacer{height:90px}.rb-cartbar{position:fixed;left:50%;bottom:1rem;transform:translate(-50%);width:min(940px,calc(100% - 2rem));background:var(--brand);color:#fff;border-radius:16px;padding:.8rem 1.3rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 30px #ff572273;z-index:40;text-decoration:none}.rb-cartbar-left{display:flex;align-items:center;gap:.9rem}.rb-cartbar-badge{background:#fff;color:var(--brand);width:32px;height:32px;border-radius:999px;display:grid;place-items:center;font-weight:800}.rb-cartbar-left small{display:block;opacity:.9;font-size:.8rem}.rb-cartbar-cta{font-weight:800}.shop{min-height:100vh;display:flex;flex-direction:column}.shop-topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:1rem;padding:.6rem 1.2rem;background:var(--surface);border-bottom:1px solid var(--border)}.shop-burger{display:none;background:none;border:none;font-size:1.4rem}.shop-logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.2rem;color:var(--brand)}.shop-search{flex:1;max-width:520px;display:flex;align-items:center;gap:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:0 .9rem}.shop-search input{flex:1;border:none;background:none;padding:.6rem 0;outline:none;font-size:.9rem}.shop-search-ic{opacity:.5}.shop-topactions{margin-left:auto;display:flex;align-items:center;gap:.7rem}.shop-cartpill,.shop-acctbtn{display:inline-flex;align-items:center;gap:.4rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.5rem .9rem;font-weight:700;font-size:.9rem;white-space:nowrap}.shop-cartpill{border-color:var(--brand);color:var(--brand)}.shop-cartcount{background:var(--brand);color:#fff;border-radius:999px;min-width:20px;height:20px;font-size:.72rem;display:grid;place-items:center;padding:0 5px}.shop-acct{position:relative}.shop-acctmenu{position:absolute;right:0;top:calc(100% + 6px);background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px #0000001f;min-width:180px;padding:.4rem;display:flex;flex-direction:column;z-index:60}.shop-acctmenu button{text-align:left;background:none;border:none;padding:.6rem .7rem;border-radius:8px;font-weight:600;font-size:.9rem;color:var(--text)}.shop-acctmenu button:hover{background:var(--bg)}.shop-body{flex:1;display:flex;align-items:flex-start}.shop-sidebar{width:250px;flex-shrink:0;padding:1.2rem;position:sticky;top:57px;height:calc(100vh - 57px);overflow-y:auto;border-right:1px solid var(--border);background:var(--surface)}.shop-nav{display:flex;flex-direction:column;gap:.2rem;margin-bottom:1.3rem}.shop-nav-item{display:flex;align-items:center;gap:.7rem;padding:.65rem .8rem;border-radius:10px;color:var(--text);font-weight:600;text-decoration:none}.shop-nav-item:hover{background:var(--bg)}.shop-nav-item.active{background:#fff0ec;color:var(--brand)}.shop-nav-ic{font-size:1.1rem}.shop-cats{margin-bottom:1.3rem}.shop-cats-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800;margin:.3rem .2rem .6rem}.shop-cat{display:flex;align-items:center;gap:.6rem;width:100%;text-align:left;background:none;border:none;padding:.55rem .6rem;border-radius:8px;color:var(--text);font-weight:500;font-size:.92rem}.shop-cat:hover{background:var(--bg)}.shop-cat-ic{font-size:1.05rem}.shop-promo{background:#fff7f4;border:1px solid #ffd9cc;border-radius:14px;padding:1rem}.shop-promo-ic{font-size:1.6rem}.shop-promo strong{display:block;margin:.3rem 0}.shop-promo p{margin:0;color:var(--muted);font-size:.82rem}.shop-promo-btn{margin-top:.7rem;width:100%;background:#fff;border:1px solid var(--brand);color:var(--brand);border-radius:999px;padding:.5rem;font-weight:700}.shop-content{flex:1;min-width:0;width:100%;max-width:1200px;margin:0 auto;padding:1.4rem}.shop-backdrop{display:none}.hero-sm{text-align:left;padding:.5rem 0 1rem}.hero-sm h1{font-size:1.5rem}@media (max-width: 900px){.shop-burger{display:block}.shop-sidebar{position:fixed;left:0;top:0;height:100vh;transform:translate(-100%);transition:transform .25s ease;z-index:70;width:270px;box-shadow:0 0 40px #0003}.shop-sidebar.open{transform:translate(0)}.shop-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:65}}@media (max-width: 900px){.shop-search,.shop-deskauth,.shop-bag{display:none}.shop-mobacct{display:grid;place-items:center}.shop-topbar{gap:.6rem}}@media (max-width: 430px){.shop-loc{padding:.45rem .7rem;font-size:.78rem}.shop-loc-name{display:none}}.shop-loc{background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:.55rem 1rem;font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap;cursor:pointer}.shop-deskauth{display:flex;align-items:center;gap:.6rem}.shop-bag{position:relative;background:none;border:none;font-size:1.4rem;padding:.2rem .3rem;cursor:pointer}.shop-bagcount{position:absolute;top:-4px;right:-6px;background:var(--brand);color:#fff;border-radius:999px;min-width:19px;height:19px;font-size:.68rem;font-weight:800;display:grid;place-items:center;padding:0 4px}.shop-mobacct{display:none;background:none;border:1px solid var(--border);border-radius:999px;width:40px;height:40px;font-size:1.2rem;cursor:pointer}.shop-signin{background:none;border:none;font-weight:700;color:var(--text);padding:.5rem .6rem}.shop-signup{background:var(--brand);color:#fff;border:none;border-radius:10px;padding:.55rem 1.1rem;font-weight:700;white-space:nowrap}.shop-carticon{position:relative;background:none;border:none;font-size:1.4rem;padding:.2rem}.shop-carticon .shop-cartcount{position:absolute;top:-4px;right:-6px}.shop-tabbar{display:none}@media (max-width: 900px){.shop-tabbar{display:flex;position:fixed;left:0;right:0;bottom:0;background:var(--surface);border-top:1px solid var(--border);z-index:50;padding:.4rem 0 .5rem}.shop-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:.15rem;font-size:.68rem;font-weight:600;color:var(--muted);text-decoration:none}.shop-tab.active{color:var(--brand)}.shop-tab-ic{font-size:1.3rem}.shop-content{padding-bottom:5rem}}.home-hero{position:relative;height:330px;border-radius:20px;overflow:hidden;background:radial-gradient(120% 140% at 80% 20%,#3a2418,#14171f 60%);margin-bottom:1.5rem}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:2.5rem;opacity:0;transition:opacity .6s ease;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:40px;height:40px;border-radius:999px;border:none;background:#ffffffd9;color:#14171f;font-size:1.6rem;line-height:1;cursor:pointer;display:grid;place-items:center}.hero-arrow:hover{background:#fff}.hero-arrow.left{left:.8rem}.hero-arrow.right{right:.8rem}.home-hero-text{position:relative;z-index:2;color:#fff;max-width:58%}.home-hero-text h1{font-size:2.4rem;line-height:1.1}.home-hero-text .accent{color:var(--brand)}.home-hero-text p{margin:.9rem 0 1.3rem;opacity:.85;font-size:1.05rem}.home-hero-cta{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border-radius:14px;padding:.4rem;box-shadow:0 6px 20px #00000040}.home-hero-loc{padding:0 .9rem;font-weight:600;color:var(--text);white-space:nowrap}.home-hero-btn{background:var(--brand);color:#fff;border:none;border-radius:11px;padding:.8rem 1.4rem;font-weight:800;font-size:1rem}.home-hero-dots{position:absolute;bottom:1.1rem;left:2.5rem;z-index:4;display:flex;gap:.4rem}.home-hero-dots span{width:22px;height:6px;border-radius:999px;background:#ffffff59;cursor:pointer}.home-hero-dots span.active{background:var(--brand);width:30px}.home-hero-img{position:absolute;right:0;top:0;bottom:0;width:52%}.home-hero-img img{width:100%;height:100%;object-fit:cover;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 35%);mask-image:linear-gradient(90deg,transparent 0%,#000 35%)}.home-hero-badge{position:absolute;top:1.2rem;right:1.2rem;z-index:3;background:#fff;border-radius:12px;padding:.6rem .9rem;display:flex;align-items:center;gap:.5rem;font-size:1.3rem;box-shadow:0 6px 18px #00000040}.home-hero-badge strong{display:block;font-size:.85rem}.home-hero-badge small{display:block;color:var(--muted);font-size:.72rem}.ccards{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.8rem;margin-bottom:1.8rem}.ccard{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.1rem .6rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;font-weight:600;font-size:.85rem;cursor:pointer;transition:border-color .15s ease,transform .15s ease}.ccard:hover{border-color:var(--brand);transform:translateY(-2px)}.ccard-ic{font-size:1.9rem}.section-head{display:flex;align-items:center;justify-content:space-between;margin:1.5rem 0 1rem}.section-head h2{font-size:1.4rem}.see-all{color:var(--brand);font-weight:700;font-size:.9rem}.rcards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.2rem}.rcard{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:18px;overflow:hidden;text-decoration:none;color:var(--text);transition:transform .15s ease,box-shadow .15s ease}.rcard:hover{transform:translateY(-3px);box-shadow:0 10px 26px #0000001f}.rcard.closed{opacity:.75}.rcard-cover{position:relative;height:160px}.rcard-cover img{width:100%;height:100%;object-fit:cover}.rcard-cover-fb{width:100%;height:100%;display:grid;place-items:center;font-size:2.5rem;background:linear-gradient(135deg,#ffe0d6,#ffccbc)}.rcard-fav{position:absolute;top:.7rem;right:.7rem;width:38px;height:38px;border:none;border-radius:999px;background:#ffffffeb;font-size:1rem;display:grid;place-items:center;box-shadow:0 2px 8px #00000026}.rcard-logo{position:absolute;left:.9rem;top:124px;width:52px;height:52px;border-radius:13px;border:3px solid var(--surface);overflow:hidden;background:var(--surface);z-index:2;box-shadow:0 3px 10px #0003}.rcard-logo img{width:100%;height:100%;object-fit:cover}.rcard-body{padding:1.4rem 1rem 1rem}.rcard-body h3{font-size:1.1rem}.rcard-sub{margin:.2rem 0 0;color:var(--muted);font-size:.85rem}.rcard-meta{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.85rem;font-weight:600}.rcard-rating{color:#f5a623}.rcard-rating .muted{color:var(--muted);font-weight:500}.rcard-dot{color:var(--border)}.rcard-delivery{margin-top:.5rem;color:var(--brand);font-weight:600;font-size:.82rem}.promo-banners{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.8rem 0}.promo-banner{display:flex;align-items:center;gap:1rem;background:#fff3ec;border-radius:16px;padding:1.1rem 1.2rem}.promo-banner.light{background:#f3f4f6}.promo-banner-ic{font-size:1.5rem;width:48px;height:48px;background:#fff;border-radius:12px;display:grid;place-items:center;flex-shrink:0}.promo-banner-text{flex:1}.promo-banner-text strong{display:block}.promo-banner-text small{color:var(--muted)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;border-top:1px solid var(--border);padding-top:1.4rem;margin-top:1rem}.feature{display:flex;align-items:center;gap:.7rem}.feature-ic{font-size:1.6rem}.feature strong{display:block;font-size:.92rem}.feature small{color:var(--muted);font-size:.8rem}@media (max-width: 760px){.home-hero{height:300px}.hero-slide{padding:1.4rem}.home-hero-text{max-width:100%}.home-hero-text h1{font-size:1.7rem}.home-hero-img{opacity:.22;width:100%}.home-hero-img img{-webkit-mask-image:none;mask-image:none}.home-hero-badge,.hero-arrow{display:none}.home-hero-dots{left:1.4rem}.promo-banners{grid-template-columns:1fr}}@media (max-width: 768px){.rb-cover{height:200px}.rb-card{gap:.8rem;padding:1rem 1rem 1.1rem}.rb-logo{margin-top:-42px;width:72px;height:72px;font-size:1.6rem}.rb-card-text h1{font-size:1.35rem}.rb-sub{font-size:.85rem}.rb-info-ic{font-size:1.1rem}.rb-info-card{padding:.6rem;gap:.35rem}.rb-info-card small{font-size:.62rem}.rb-info-card strong{font-size:.75rem}.rb-menu-head .cat-tabs{justify-content:flex-start;width:100%;flex:none}.rb-menu-head h2{display:none}.rb-items{grid-template-columns:1fr}.rb-cartbar{left:0;right:0;bottom:0;transform:none;width:100%;border-radius:18px 18px 0 0}}@media (max-width: 900px){.shop.immersive .shop-topbar,.shop.immersive .shop-tabbar{display:none}.shop.immersive .shop-content{padding:0}.shop.immersive .rb-cover{border-radius:0;height:250px}.shop.immersive .rb-card{margin:-30px 0 0;border-radius:26px 26px 0 0}.shop.immersive .rb-body{padding:0 1rem 1rem}}.home-hero-m{display:none;position:relative;overflow:hidden;border-radius:20px;background:linear-gradient(135deg,#fff1e8,#ffe2d0);padding:1.5rem;margin-bottom:1.3rem;min-height:300px}.hm-text{position:relative;z-index:2;max-width:78%}.hm-text h1{font-size:1.7rem;line-height:1.1}.hm-text .accent{color:var(--brand)}.hm-text p{margin:.6rem 0 1rem;color:var(--muted);font-size:.9rem}.hm-search{display:flex;align-items:center;gap:.5rem;background:#fff;border-radius:14px;padding:.3rem .3rem .3rem .9rem;box-shadow:0 4px 16px #00000014;margin-bottom:1rem}.hm-search-ic{opacity:.5}.hm-search input{flex:1;min-width:0;border:none;outline:none;background:none;padding:.6rem 0;font-size:.9rem}.hm-search button{background:var(--brand);color:#fff;border:none;width:40px;height:40px;border-radius:11px;font-size:1rem;flex-shrink:0}.hm-chips{display:flex;gap:.6rem}.hm-chip{flex:1;display:flex;align-items:center;gap:.5rem;background:#fff;border-radius:12px;padding:.6rem .7rem}.hm-chip>span{font-size:1.2rem}.hm-chip small{display:block;color:var(--muted);font-size:.66rem}.hm-chip strong{display:block;font-size:.8rem;color:var(--brand)}.hm-img{position:absolute;right:-24px;top:8px;width:165px;height:165px;object-fit:cover;border-radius:50%;z-index:1}.section-head-cats{display:none}@media (max-width: 900px){.home-hero{display:none}.home-hero-m{display:block}.section-head-cats{display:flex}.ccards{display:flex;overflow-x:auto;gap:.9rem;padding-bottom:.5rem;margin-bottom:1.4rem}.ccard{flex:0 0 auto;width:74px;border:none;background:none;padding:0;gap:.4rem;font-size:.72rem;transform:none}.ccard:hover{transform:none}.ccard-ic{width:68px;height:68px;border-radius:50%;background:#fff3ec;display:grid;place-items:center;font-size:1.9rem;box-shadow:0 2px 8px #0000000f}.rcards-grid{grid-template-columns:1fr;gap:.8rem}.rcard{display:flex}.rcard-cover{width:120px;height:120px;flex-shrink:0}.rcard-fav,.rcard-logo{display:none}.rcard-body{flex:1;min-width:0;padding:.7rem .9rem}}.floating-cart{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);background:var(--brand);color:#fff;padding:.9rem 1.8rem;border-radius:999px;font-weight:700;box-shadow:0 6px 20px #ff572273;z-index:30}.checkout-items{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:.5rem 1rem;margin:1rem 0}.checkout-item{display:flex;align-items:center;gap:.8rem;padding:.6rem 0;border-bottom:1px solid var(--border)}.checkout-item:last-child{border-bottom:none}.checkout-item-name{flex:1}.checkout-item-price{font-weight:600}.qty-control{display:flex;align-items:center;gap:.5rem}.qty-control button{width:28px;height:28px;border-radius:6px;border:1px solid var(--border);background:var(--bg);font-size:1.1rem;line-height:1}.checkout-total{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;padding:.5rem .2rem 1rem}.checkout-form{display:flex;flex-direction:column;gap:.85rem}.payment-options{display:flex;gap:.5rem;flex-wrap:wrap}.btn-block{width:100%;padding:.9rem;font-size:1rem;margin-top:.5rem}.empty-state,.confirmation{text-align:center;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.8rem}.empty-emoji,.confirmation-icon{font-size:3.5rem}.order-ref{font-weight:700;background:var(--bg);padding:.5rem 1rem;border-radius:8px}.empty-state .btn-primary,.confirmation .btn-primary{display:inline-block;margin-top:.5rem}.auth-tabs{display:flex;gap:.4rem;background:var(--bg);padding:.25rem;border-radius:10px}.auth-tab{flex:1;border:none;background:transparent;padding:.5rem;border-radius:8px;font-weight:600;color:var(--muted)}.auth-tab.active{background:var(--surface);color:var(--brand);box-shadow:var(--shadow)}.auth-divider{display:flex;align-items:center;text-align:center;color:var(--muted);font-size:.8rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid var(--border)}.auth-divider span{padding:0 .7rem}.btn-google{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.65rem;border:1px solid var(--border);background:#fff;border-radius:8px;font-weight:600;font-size:.9rem;color:var(--text)}.btn-google:hover{background:var(--bg)}.btn-google:disabled{opacity:.6}.store-header-actions{display:flex;align-items:center;gap:.6rem}.link-btn{background:transparent;border:none;color:var(--text);font-weight:600;font-size:.85rem}.live-dot{display:inline-block;width:10px;height:10px;border-radius:999px;background:#2e7d32;margin-left:.4rem;vertical-align:middle;animation:pulse 1.6s infinite}@keyframes pulse{0%{box-shadow:0 0 #2e7d3280}70%{box-shadow:0 0 0 8px #2e7d3200}to{box-shadow:0 0 #2e7d3200}}.checkout-summary{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:.8rem 1rem;margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;padding:.3rem 0;color:var(--muted)}.tracking{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem 0}.track-steps{display:flex;justify-content:space-between;width:100%;max-width:520px;margin:1rem 0;position:relative}.track-step{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex:1;font-size:.7rem;color:var(--muted)}.track-dot{width:16px;height:16px;border-radius:999px;background:var(--border)}.track-step.done .track-dot{background:var(--brand)}.track-step.done{color:var(--text);font-weight:600}.track-card{width:100%;max-width:520px;text-align:left}.track-status{margin-bottom:.6rem}.moto-board{max-width:760px}tr.saving{opacity:.5}.moto-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.moto-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem;display:flex;flex-direction:column;gap:.7rem}.moto-card.busy{opacity:.55;pointer-events:none}.moto-card-top{display:flex;justify-content:space-between;align-items:center}.moto-leg{display:flex;gap:.6rem;align-items:flex-start}.moto-leg-icon{font-size:1.2rem;line-height:1.4}.moto-leg-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:700}.moto-leg strong{display:block}.moto-link{color:var(--brand);font-size:.85rem;text-decoration:underline}.moto-items{margin:0;padding:.6rem .8rem;list-style:none;background:var(--bg);border-radius:8px;font-size:.88rem;display:flex;flex-direction:column;gap:.2rem}.moto-qty{font-weight:700;color:var(--brand)}.moto-card-footer{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid var(--border);padding-top:.7rem}.moto-actions{display:flex;gap:.4rem;align-items:center}a.btn-ghost{text-decoration:none;display:inline-flex;align-items:center}
