@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@600;700&display=swap";*{box-sizing:border-box}body{color:#111;background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}.topbar{z-index:20;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:82px;padding:0 28px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.brand img{object-fit:contain;width:76px;height:76px;display:block}.brand strong{font-size:18px;display:block}.brand span{color:#666;margin-top:3px;font-size:13px;display:block}nav button{cursor:pointer;background:0 0;border:0;margin-left:30px;font-size:16px}.toast{color:#fff;z-index:150;background:#111;border-radius:8px;max-width:360px;padding:12px 16px;line-height:1.4;position:fixed;top:92px;right:24px}.layout{grid-template-columns:minmax(0,1fr) 380px;gap:18px;max-width:1220px;margin:70px auto 0;padding:0 20px;display:grid}.content{min-width:0}.back{cursor:pointer;background:#fff;border:0;margin-bottom:15px;font-size:14px}h1{font-size:34px;font-weight:400}.info-card{background:#fff;border:1px solid #ddd;border-radius:5px;width:395px;margin:20px 0 16px}.info-card>div{border-bottom:1px solid #ddd;padding:13px 16px}.chips{z-index:10;background:#fff;border-top:1px solid #ddd;border-bottom:1px solid #ddd;align-items:center;gap:10px;padding:14px 0;display:flex;position:sticky;top:82px;overflow-x:auto}.chips a,.chips button{white-space:nowrap;color:#555;background:#fff;border:1px solid #ddd;border-radius:18px;padding:9px 17px;text-decoration:none}.chips a:first-child{color:#a51d16;border-color:#a51d16}.cat h2{letter-spacing:.5px;font-size:24px;font-weight:400}.grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.product{background:#fff;border:1px solid #ddd;grid-template-columns:1fr 118px;gap:10px;min-height:185px;padding:16px;display:grid;position:relative}.product:hover{box-shadow:0 6px 18px #00000014}.product.selected{border:2px solid #b11f17}.product h3{margin:0 0 6px;font-size:17px}.product p{color:#555;margin:0;font-size:14px;line-height:1.35}.product strong{font-weight:400;position:absolute;bottom:25px;left:16px}.product-text{cursor:pointer}.fake-img{color:#b11f17;text-align:center;background:linear-gradient(135deg,#fff6e8,#f7e1c0);border-top:5px solid #ff7900;justify-content:center;align-items:center;height:105px;padding:7px;font-size:13px;font-weight:700;display:flex;overflow:hidden}.fake-img img{object-fit:cover;width:100%;height:100%}.controls{align-items:center;gap:12px;display:flex;position:absolute;bottom:16px;right:16px}.round{cursor:pointer;border:0;border-radius:50%;width:38px;height:38px;font-size:26px}.red{color:#fff;background:#a51d16}.light{color:#000;background:#eee}.qty-badge{background:#eee;border-radius:50%;justify-content:center;align-items:center;min-width:34px;height:34px;display:inline-flex}.cart{background:#fff;border:1px solid #ddd;height:fit-content;padding:22px 24px;position:sticky;top:102px}.cart h2{border-bottom:1px solid #ddd;justify-content:space-between;padding-bottom:18px;font-size:18px;font-weight:400;display:flex}.empty{color:#666}.cart-row{border-bottom:1px solid #ddd;grid-template-columns:1fr auto;gap:10px;padding:18px 0;display:grid}.cart-row p{color:#555;margin:7px 0 0;font-size:13px;line-height:1.35}.cart-controls{grid-column:1/3;justify-content:flex-end;align-items:center;gap:12px;display:flex}.cart-controls button{cursor:pointer;border:0;border-radius:50%;width:35px;height:35px;font-size:22px}.pay{color:#fff;cursor:pointer;background:#a51d16;border:0;border-radius:5px;justify-content:space-between;align-items:center;width:100%;margin-top:12px;padding:17px 22px;font-size:19px;font-weight:700;display:flex}.pay:disabled{opacity:.5;cursor:not-allowed}.cart .pay{border-radius:0;margin-top:12px}.blink{animation:1.25s infinite softBlink}@keyframes softBlink{0%,to{filter:brightness()}50%{filter:brightness(1.22)}}.overlay{z-index:100;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:4px;width:min(500px,92vw);max-height:84vh;padding:26px;position:relative;overflow:auto;box-shadow:0 18px 40px #00000038}.modal h2{margin:12px 0;font-size:32px;font-weight:400}.modal p{color:#555;line-height:1.5}.close{cursor:pointer;background:#fff;border:0;font-size:35px;position:absolute;top:13px;right:18px}.modal input,.modal select,.modal textarea{border:1px solid #aaa;width:100%;margin:10px 0;padding:13px;font-size:16px}.detail-img{color:#a51d16;text-align:center;background:linear-gradient(135deg,#fff6e8,#f3d3a5);border-top:6px solid #ff7900;justify-content:center;align-items:center;height:260px;padding:16px;font-size:34px;display:flex}.option-group h3{margin:0 0 10px;font-size:18px}.option-group h3 span{color:#fff;background:#a51d16;border-radius:20px;margin-left:8px;padding:4px 8px;font-size:12px}.option-row{cursor:pointer;align-items:center;gap:10px;padding:9px 0;display:flex}.option-row input{width:auto;margin:0}.option-row span{flex:1}.option-row em{color:#555;font-style:normal}@media (width<=900px){.topbar{height:70px;padding:0 14px}.brand img{width:58px;height:58px}.brand span{display:none}nav button{margin-left:12px}.layout{margin-top:25px;display:block}.cart{z-index:30;border-left:0;border-right:0;max-height:45vh;padding:12px 18px;position:fixed;inset:auto 0 0;overflow:auto}.grid{grid-template-columns:1fr}.info-card{width:100%}.content{padding-bottom:280px}.chips{top:70px}.product{grid-template-columns:1fr 90px}.fake-img{height:90px}.modal{width:94vw}.detail-img{height:210px}}.orders-page h1{margin-bottom:4px}.muted{color:#777}.orders-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;margin-top:22px;display:grid}.order-card{background:#fff;border:1px solid #ddd;border-radius:14px;padding:18px;box-shadow:0 10px 25px #0000000f}.order-card.status-pending{border-color:#a51d16;box-shadow:0 0 0 2px #a51d1614,0 10px 25px #0000000f}.order-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.order-head h2{margin:0}.order-items{border-top:1px solid #eee;border-bottom:1px solid #eee;margin:12px 0;padding:10px 0}.order-items div{justify-content:space-between;gap:12px;padding:4px 0;display:flex}.order-card select{border:1px solid #ccc;border-radius:10px;width:100%;padding:12px;font-size:15px}.rider-panel{background:#fff;border:1px solid #e5e5e5;border-radius:14px;margin:18px 0;padding:18px}.inline-form{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.inline-form input,.rider-login input{border:1px solid #ddd;border-radius:10px;min-width:180px;padding:12px 14px}.inline-form button,.rider-login button,.status-buttons button,.map-button{color:#fff;cursor:pointer;background:#a51c14;border:none;border-radius:10px;padding:12px 15px;font-weight:700;text-decoration:none;display:inline-block}.rider-list{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.rider-list span{color:#83160f;background:#fff0ee;border:1px solid #f3c9c5;border-radius:999px;padding:8px 10px;font-size:13px}.order-card select{background:#fff;border:1px solid #ddd;border-radius:10px;width:100%;margin-top:10px;padding:10px}.order-card a{color:#a51c14;font-weight:700}.rider-login{background:#fff;border:1px solid #e5e5e5;border-radius:14px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;padding:16px;display:flex}.status-buttons{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.status-buttons button:last-child{background:#16803b}.map-button{background:#222;margin:8px 0}.status-out_for_delivery{border-color:#a51c14;box-shadow:0 0 0 2px #a51c1414}.status-delivered{opacity:.75;border-color:#16803b}@media (width<=760px){.inline-form input,.inline-form button,.rider-login input,.rider-login button{width:100%}}.summary-cards{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin:18px 0 24px;display:grid}.summary-cards div{background:#fff;border:1px solid #e6e6e6;border-radius:16px;padding:18px;box-shadow:0 10px 25px #0000000d}.summary-cards b{color:#a51c14;margin-bottom:6px;font-size:22px;display:block}.summary-cards span{color:#666;font-size:14px}.dashboard-columns{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;display:grid}.dash-box{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:18px;box-shadow:0 10px 25px #0000000d}.dash-box h2{margin-top:0}.dash-box p{border-bottom:1px solid #eee;justify-content:space-between;gap:12px;margin:0;padding:10px 0;display:flex}.dash-box p:last-child{border-bottom:0}.dash-box span{color:#666;text-align:right}.quick-actions{flex-wrap:wrap;gap:8px;margin:10px 0;display:flex}.quick-actions button,.mini-action,.print-button{color:#fff;cursor:pointer;background:#222;border:0;border-radius:10px;padding:10px 12px;font-weight:700}.quick-actions button:last-child{background:#16803b}.receipt-wrap{background:#f4f4f4;justify-content:center;min-height:100vh;padding:30px 12px;display:flex}.receipt{color:#111;background:#fff;border:1px solid #ddd;width:360px;padding:22px;font-family:Arial,Helvetica,sans-serif;box-shadow:0 12px 28px #0000001f}.receipt img{object-fit:contain;width:90px;height:90px;margin:0 auto 8px;display:block}.receipt h1,.receipt h2{text-align:center;margin:7px 0}.receipt p{margin:7px 0;font-size:14px}.receipt-line{justify-content:space-between;gap:14px;padding:6px 0;font-size:14px;display:flex}.receipt-line.total{font-size:18px;font-weight:800}.print-button{background:#a51c14;width:100%;margin-top:16px}@media print{body{background:#fff}.receipt-wrap{background:#fff;padding:0}.receipt{box-shadow:none;border:0;width:80mm}.print-button{display:none}}.menu-admin-page .admin-panels{grid-template-columns:minmax(260px,420px) 1fr;align-items:start;gap:18px;display:grid}.admin-panel,.menu-table-wrap{background:#fff;border:1px solid #e7e7e7;border-radius:18px;padding:18px;box-shadow:0 12px 28px #0000000f}.admin-panel h2,.menu-table-wrap h2{margin-top:0}.admin-panel input,.admin-panel select,.admin-panel textarea{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:12px;width:100%;margin-bottom:10px;padding:12px;font-size:15px}.admin-panel textarea{resize:vertical;min-height:86px}.form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.checks{flex-wrap:wrap;gap:18px;margin:4px 0 12px;display:flex}.checks label{align-items:center;gap:7px;font-weight:700;display:flex}.checks input{width:auto;margin:0}.form-actions{flex-wrap:wrap;gap:10px;display:flex}.menu-table-wrap{margin-top:22px;overflow-x:auto}.menu-table{border-collapse:collapse;width:100%;min-width:850px}.menu-table th,.menu-table td{text-align:left;vertical-align:top;border-bottom:1px solid #eee;padding:12px}.menu-table th{color:#555;text-transform:uppercase;letter-spacing:.04em;font-size:13px}.menu-table img{object-fit:cover;border:1px solid #eee;border-radius:12px;width:74px;height:58px}.menu-table small{color:#666;max-width:360px;margin-top:4px;display:block}.no-photo{color:#777;background:#f3f3f3;border-radius:12px;justify-content:center;align-items:center;min-width:70px;min-height:46px;font-size:12px;display:inline-flex}.badge-ok,.badge-warn{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-block}.badge-ok{color:#116b32;background:#e5f8eb}.badge-warn{color:#8a5600;background:#fff1d8}.disabled-row{opacity:.55}.table-actions{flex-wrap:wrap;gap:8px;display:flex}.table-actions button{cursor:pointer;color:#fff;background:#222;border:0;border-radius:10px;padding:9px 10px;font-weight:800}.table-actions button:nth-child(2){background:#a51c14}.table-actions button:nth-child(3){background:#777}@media (width<=900px){.menu-admin-page .admin-panels{grid-template-columns:1fr}}.open-status,.closed-status{color:#116c35;background:#e8f7ee;border-radius:12px;padding:8px 10px;font-weight:800}.coupon-row{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.checkout-summary{background:#f8f8f8;border-radius:16px;gap:8px;margin:10px 0;padding:12px;display:grid}.checkout-summary span{justify-content:space-between;display:flex}.checkout-summary .grand-total{border-top:1px solid #ddd;padding-top:8px;font-size:1.1rem}.settings-page label{color:#555;font-size:.9rem;font-weight:700}.wide-panel{min-width:480px}.menu-table small{color:#777;margin-top:4px;font-size:.8rem;display:block}.payment-page{justify-content:center;display:flex}.payment-card{background:#fff;border:1px solid #0f172a14;border-radius:22px;width:min(560px,100%);padding:28px;box-shadow:0 20px 60px #0f172a1f}.payment-card h1{margin-top:0}.payment-row,.payment-total{border-bottom:1px dashed #ddd;justify-content:space-between;gap:20px;padding:14px 0;display:flex}.payment-total{border-bottom:0;font-size:1.35rem}.payment-actions{gap:12px;margin:22px 0;display:grid}.danger-button{color:#991b1b;cursor:pointer;background:#fee2e2;border:0;border-radius:14px;padding:14px 18px;font-weight:800}.danger-button:disabled,.payment-actions button:disabled{opacity:.6;cursor:not-allowed}:root{--bg-soft:#f7f3ee;--surface:#fff;--surface-2:#fffaf4;--border:#e7ddd2;--text:#191512;--muted:#6f655d;--primary:#8f1d18;--primary-2:#b3261e;--accent:#d59a2a;--success:#1d7a3d;--shadow:0 18px 34px #150e0a14}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 0 0,#fff7ee 0,#f7f3ee 45%,#f5f2ee 100%);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.55}h1,h2,h3,.brand strong,.hero-kicker{font-family:Poppins,Inter,Arial,sans-serif}.topbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-bottom:1px solid #8f1d181f;height:88px;padding:0 24px;box-shadow:0 10px 30px #0000000a}.brand{gap:14px}.brand strong{letter-spacing:.2px;font-size:22px}.brand span{color:var(--muted);font-size:14px}.brand img{filter:drop-shadow(0 8px 12px #0000001f);width:78px;height:78px}nav{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}nav button{color:#5e241e;background:#fff7f1;border:1px solid #0000;border-radius:999px;margin-left:0;padding:10px 14px;font-size:15px;font-weight:600;transition:all .2s}nav button:hover{background:#fff;border-color:#ecc5be;transform:translateY(-1px)}.toast{box-shadow:var(--shadow);background:#16120f;border:1px solid #ffffff14;top:100px;right:18px}.layout{grid-template-columns:minmax(0,1fr) 400px;gap:22px;max-width:1320px;margin:32px auto 0;padding:0 20px 40px}.back{color:var(--muted);background:0 0;align-items:center;gap:8px;padding:8px 0;font-size:15px;font-weight:600;display:inline-flex}.hero-banner{box-shadow:var(--shadow);background:linear-gradient(135deg,#231815 0%,#321e17 36%,#6c251b 100%);border-radius:28px;grid-template-columns:1.1fr .95fr;align-items:stretch;gap:20px;padding:24px;display:grid;position:relative;overflow:hidden}.hero-banner:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#ffbe5c2e,#0000 35%),radial-gradient(circle at 0 100%,#ffffff14,#0000 30%);position:absolute;inset:0}.hero-copy{z-index:1;color:#fff;flex-direction:column;justify-content:center;padding:10px 6px;display:flex;position:relative}.hero-kicker{letter-spacing:.2px;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;align-self:flex-start;align-items:center;margin-bottom:14px;padding:8px 14px;font-size:14px;display:inline-flex}.hero-copy h1{color:#fff;margin:0 0 14px;font-size:clamp(34px,4vw,50px);line-height:1.05}.hero-copy p{color:#ffffffe0;max-width:640px;margin:0 0 18px;font-size:18px}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-actions a{border-radius:14px;padding:13px 18px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s}.hero-primary{color:#24140f;background:linear-gradient(135deg,#f3b436,#d99619);box-shadow:0 12px 22px #e9a4244d}.hero-secondary{color:#fff;background:#ffffff1f;border:1px solid #ffffff2e}.hero-actions a:hover{transform:translateY(-1px)}.hero-gallery{z-index:1;grid-template-columns:1.25fr .9fr;gap:14px;display:grid;position:relative}.hero-main-card,.hero-side-grid img{background:#0f0d0b;border:1px solid #ffffff14;box-shadow:0 16px 28px #0000002e}.hero-main-card{border-radius:22px;min-height:300px;overflow:hidden}.hero-main-card img{object-fit:cover;width:100%;height:100%;display:block}.hero-side-grid{grid-template-rows:repeat(3,1fr);gap:14px;display:grid}.hero-side-grid img{object-fit:cover;border-radius:18px;width:100%;height:100%;min-height:92px;display:block}.info-card{border:1px solid var(--border);width:100%;max-width:460px;box-shadow:var(--shadow);background:#fffffff0;border-radius:20px;margin:20px 0 18px;overflow:hidden}.info-card>div{border-bottom:1px solid var(--border);padding:15px 18px;font-size:16px}.info-card>div:last-child{border-bottom:0}.discount{color:#6c2b06;background:linear-gradient(135deg,#fff6ea,#fff0db)}.discount b{color:#8b260f;font-size:28px}.open-status{color:#165c30;background:#f2fbf4}.closed-status{color:#8f1d18;background:#fff2f2}.chips{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f3eef0;border-top:1px solid #8f1d1814;border-bottom:1px solid #8f1d1814;gap:12px;padding:14px 0;top:88px}.chips a,.chips button{border:1px solid var(--border);color:#4b413a;background:#fff;border-radius:999px;padding:11px 18px;font-size:15px;font-weight:600}.chips a:first-child{color:var(--primary);background:#fff6f5;border-color:#8f1d1873}.cat{padding-top:32px}.cat h2{color:#2a1e18;letter-spacing:.3px;margin:0 0 18px;font-size:28px}.grid{gap:18px}.product{border:1px solid var(--border);background:linear-gradient(#fff,#fffaf6);border-radius:22px;grid-template-columns:1fr 130px;gap:14px;min-height:210px;padding:16px;overflow:hidden;box-shadow:0 10px 22px #0000000a}.product.selected{border:2px solid #b3261e6b;box-shadow:0 0 0 3px #b3261e14,0 12px 24px #0000000f}.product h3{margin:0 0 8px;font-size:21px;line-height:1.25}.product p{color:var(--muted);font-size:15px}.product strong{color:#241410;font-size:19px;font-weight:800;bottom:22px;left:16px}.fake-img{background:#140f0d;border-top:0;border-radius:16px;height:124px;padding:0;overflow:hidden}.fake-img img{transition:transform .25s}.product:hover .fake-img img{transform:scale(1.05)}.controls{gap:10px;bottom:14px;right:16px}.round{width:42px;height:42px}.red{background:linear-gradient(135deg,var(--primary-2),var(--primary));box-shadow:0 10px 18px #b3261e38}.light{background:#efe7df}.qty-badge{color:#79231c;background:#fff7f1;border:1px solid #efcfc7;min-width:38px;height:38px;font-weight:700}.cart{border:1px solid var(--border);box-shadow:var(--shadow);background:#fffffff5;border-radius:24px;padding:24px;top:104px}.cart h2{border-bottom:1px solid var(--border);padding-bottom:16px;font-size:22px;font-weight:700}.empty{color:var(--muted);font-size:16px}.cart-row{border-bottom:1px solid var(--border);padding:18px 0}.cart-row b{font-size:17px}.cart-row p{color:var(--muted);font-size:14px}.pay{background:linear-gradient(135deg,var(--primary-2),var(--primary));border-radius:16px;padding:18px 22px;font-size:20px;box-shadow:0 14px 24px #8f1d1833}.pay:hover:not(:disabled){transform:translateY(-1px)}.cart .pay{border-radius:18px}.overlay{background:#0e0a08a8}.modal{border:1px solid #0000000f;border-radius:24px;padding:26px}.modal h2{font-size:34px;line-height:1.15}.modal p{color:var(--muted);font-size:16px}.modal input,.modal select,.modal textarea{background:#fff;border:1px solid #ccbfb4;border-radius:14px;padding:14px 15px;font-family:Inter,Arial,sans-serif;font-size:16px}.modal textarea{min-height:88px}.detail-img{background:#100d0a;border-top:0;border-radius:20px;height:280px;padding:0;overflow:hidden}.detail-img img{object-fit:cover;width:100%;height:100%}.option-group{border-top:1px solid var(--border);padding:16px 0}.option-group h3{font-size:19px}.option-row{padding:10px 0}.option-row em{color:#775f49}.coupon-row{align-items:center;gap:10px;display:flex}.coupon-row input{margin:0}.checkout-summary{border:1px solid var(--border);background:#fffaf4;border-radius:16px;gap:8px;margin:14px 0;padding:14px 16px;display:grid}.checkout-summary span{justify-content:space-between;gap:10px;font-size:16px;display:flex}.grand-total{color:#241410;font-size:18px}.orders-page{padding:34px 5vw 80px}.orders-page h1{font-size:36px;font-weight:700;line-height:1.1}.muted{color:var(--muted);font-size:16px}.order-card,.rider-panel,.dash-box,.summary-cards div,.receipt{border-color:var(--border);box-shadow:var(--shadow);border-radius:20px}.inline-form input,.rider-login input,.order-card select{font-size:16px}.inline-form button,.rider-login button,.status-buttons button,.map-button,.quick-actions button,.mini-action,.print-button{background:linear-gradient(135deg,var(--primary-2),var(--primary));border-radius:12px}.quick-actions button:last-child,.status-buttons button:last-child{background:linear-gradient(135deg,#1f934a,#166f38)}.receipt-wrap{background:#f4eee8}.receipt{border-radius:18px;font-family:Inter,Arial,sans-serif}.receipt h1,.receipt h2{font-family:Poppins,Inter,Arial,sans-serif}.menu-admin-page table img{object-fit:cover;border:1px solid var(--border);border-radius:10px;width:90px;height:68px}@media (width<=1040px){.hero-banner,.hero-gallery{grid-template-columns:1fr}.hero-main-card{min-height:250px}.info-card{max-width:none}}@media (width<=900px){.topbar{align-items:flex-start;height:auto;min-height:74px;padding:10px 14px}.brand strong{font-size:18px}.brand img{width:64px;height:64px}.layout{margin-top:20px;padding:0 14px 36px;display:block}.hero-banner{border-radius:22px;padding:18px}.hero-copy p{font-size:16px}.hero-side-grid{grid-template-rows:none;grid-template-columns:repeat(3,1fr)}.hero-side-grid img{min-height:88px}.chips{top:74px}.grid{grid-template-columns:1fr}.product{grid-template-columns:1fr 98px;min-height:198px}.product h3{font-size:19px}.product strong{font-size:18px}.fake-img{height:98px}.cart{border-left:0;border-right:0;border-radius:22px 22px 0 0;max-height:48vh;padding:14px 16px;position:fixed;inset:auto 0 0}.content{padding-bottom:320px}}@media (width<=640px){nav{gap:6px}.nav button{font-size:14px}.hero-actions{flex-direction:column}.hero-actions a{text-align:center;width:100%}.chips a,.chips button{padding:10px 14px;font-size:14px}.modal{width:94vw;padding:22px}.modal h2{font-size:28px}.coupon-row{flex-direction:column}.coupon-row input,.coupon-row button{width:100%}}.delivery-map-panel{border:1px solid var(--border);background:#fffaf4;border-radius:18px;gap:10px;margin:12px 0 14px;padding:14px;display:grid}.field-label{color:#2a1e18;margin-bottom:-4px;font-size:15px;font-weight:800}.address-tools{flex-wrap:wrap;gap:10px;display:flex}.address-tools .mini-action{flex:1;min-width:150px}.mini-action.secondary{color:#fff!important;background:#2a231f!important}.address-results{gap:8px;max-height:180px;display:grid;overflow:auto}.address-results button{text-align:left;border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;padding:10px 12px;font-size:14px;line-height:1.35}.address-results button:hover{background:#fff8ea;border-color:#d49b2c}.map-wrap{border:1px solid var(--border);background:#fff;border-radius:18px;overflow:hidden}.map-help{color:#6f655d;border-bottom:1px solid var(--border);background:#fff7ec;padding:10px 12px;font-size:13px}.delivery-map{width:100%;height:260px}.leaflet-container{font-family:Inter,Arial,sans-serif}.delivery-ok,.delivery-error{border-radius:14px;padding:11px 13px;font-size:15px}.delivery-ok{color:#176238;background:#effbf3;border:1px solid #b9e8c8}.delivery-error{color:#8f1d18;background:#fff1f0;border:1px solid #f2c5c1}@media (width<=640px){.delivery-map{height:220px}.address-tools{flex-direction:column}.address-tools .mini-action{width:100%}}.address-hint{color:#6f655d;margin:8px 0 10px;font-size:14px;line-height:1.4}.address-results button{text-align:left;line-height:1.35}.address-tools .secondary{background:#222!important}.restaurant-info-line{align-items:center;gap:12px;display:flex}.restaurant-info-line img{object-fit:contain;filter:drop-shadow(0 6px 9px #00000024);width:48px;height:48px}.restaurant-address-card{background:linear-gradient(135deg,#fff8ed,#fff0de);border:1px solid #ead7bd;border-radius:16px;align-items:center;gap:12px;margin:6px 0 14px;padding:12px 14px;display:flex;box-shadow:0 10px 22px #0000000d}.restaurant-address-card img{object-fit:contain;filter:drop-shadow(0 7px 10px #00000026);flex:none;width:58px;height:58px}.restaurant-address-card b{color:#28130e;font-size:16px;display:block}.restaurant-address-card span{color:#6f5140;margin-top:3px;font-size:15px;display:block}.restaurant-logo-marker{background:0 0;border:none}.restaurant-logo-marker img{object-fit:contain;background:#fffffff5;border:2px solid #d59a2a;border-radius:50%;width:62px;height:62px;padding:3px;box-shadow:0 10px 22px #00000047}.leaflet-popup-content{font-family:Inter,Arial,sans-serif;font-size:14px;line-height:1.45}.map-help{font-size:14px;line-height:1.55}.map-google-style{padding-top:0;position:relative;overflow:hidden}.map-google-style .delivery-map{height:430px}.map-floating-search{z-index:700;background:#fffffff7;border:1px solid #00000014;border-radius:20px;width:min(390px,100% - 28px);position:absolute;top:14px;left:14px;overflow:hidden;box-shadow:0 18px 40px #0000002e}.map-search-input-wrap{background:#fff;align-items:center;gap:8px;padding:12px 12px 10px;display:flex}.map-search-icon{color:#60666d;justify-content:center;width:24px;font-size:20px;line-height:1;display:inline-flex}.map-search-input-wrap input{color:#151515;background:0 0;border:0;outline:none;flex:1;padding:8px 0;font-size:18px;font-weight:500}.map-search-action,.map-search-clear{color:#1f2937;cursor:pointer;background:#f2f4f7;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;display:inline-flex}.map-search-action:hover,.map-search-clear:hover{background:#e7ebf0}.map-search-subactions{background:#fff;border-bottom:1px solid #eceef2;gap:8px;padding:0 12px 12px;display:flex}.map-search-subactions button{color:#2f3742;cursor:pointer;background:#fff;border:1px solid #d9dee8;border-radius:12px;flex:1;padding:10px 12px;font-size:14px;font-weight:700}.map-search-subactions button:hover{background:#f7f8fa}.map-result-list{background:#fff;max-height:290px;overflow:auto}.map-result-row{text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #eceef2;align-items:flex-start;gap:12px;width:100%;padding:14px 16px;display:flex}.map-result-row:hover{background:#f7fafc}.map-result-pin{margin-top:2px;font-size:18px;line-height:1.2}.map-result-row b{color:#171717;margin-bottom:2px;font-size:15px;display:block}.map-result-row small{color:#69707a;font-size:14px;line-height:1.35;display:block}.map-result-empty{padding:0}.map-result-note{background:#fff;border-top:1px solid #eceef2;gap:4px;padding:14px 16px;display:grid}.map-result-note b{color:#171717;font-size:15px}.map-result-note small{color:#69707a;font-size:13px;line-height:1.35}.muted-note{color:#525a66;font-size:14px;line-height:1.45}.google-style-help{z-index:650;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fff7ecf2;border:1px solid #ead7bd;border-radius:18px;position:absolute;bottom:14px;left:14px;right:14px;box-shadow:0 10px 22px #00000014}.google-style-help .restaurant-info-line span{color:#6f5140;margin-top:4px;font-size:13px;line-height:1.4;display:block}@media (width<=900px){.map-google-style .delivery-map{height:380px}.map-floating-search{border-radius:16px;width:calc(100% - 20px);top:10px;left:10px}.google-style-help{bottom:10px;left:10px;right:10px}.map-search-input-wrap input{font-size:16px}}@media (width<=640px){.map-google-style .delivery-map{height:340px}.map-search-subactions{flex-direction:column}.map-result-list{max-height:220px}.google-style-help{border-radius:14px;margin:8px;position:relative;bottom:auto;left:auto;right:auto}.map-floating-search{width:100%;box-shadow:none;border-top:0;border-left:0;border-right:0;border-radius:0;position:relative;top:auto;left:auto}.map-google-style{padding-top:0}}.route-stats{border-top:1px solid #ead7bd;flex-wrap:wrap;gap:8px;margin-top:10px;padding-top:10px;display:flex}.route-stats span{color:#4b3326;background:#fff;border:1px solid #ead7bd;border-radius:999px;padding:7px 10px;font-size:13px}.route-stats b{color:#8f1d18}.delivery-ok b,.delivery-error b{font-weight:800}.map-result-row small:empty{display:none}.map-google-style{gap:12px;padding:12px;display:grid;overflow:visible}.map-google-style .delivery-map{border:1px solid #e7ddd2;border-radius:18px;height:360px;overflow:hidden}.map-floating-search{z-index:10;border-radius:18px;box-shadow:0 10px 24px #00000017;width:100%!important;position:relative!important;top:auto!important;left:auto!important}.map-result-list{max-height:190px}.map-result-row b,.map-result-row small{direction:ltr;unicode-bidi:plaintext}.google-style-help{z-index:5;margin:0;box-shadow:0 8px 18px #0000000f;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important}@media (width<=640px){.map-google-style{gap:10px;padding:8px}.map-google-style .delivery-map{height:300px}.map-result-list{max-height:150px}}.checkout-modal{display:block;overflow:auto;width:min(1180px,96vw)!important;max-width:1180px!important;height:min(92vh,920px)!important;max-height:92vh!important;padding:28px!important}.checkout-modal h2{z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-bottom:1px solid #e7ddd2b3;margin:0 0 18px;padding:8px 48px 16px 0;position:sticky;top:-28px}.checkout-modal .close{float:right;z-index:60;background:#fff;border:1px solid #ead7bd;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;line-height:1;display:flex;position:sticky;top:0;box-shadow:0 10px 22px #00000014}.checkout-modal input,.checkout-modal select,.checkout-modal textarea{max-width:100%}.checkout-modal .delivery-map-panel{border-radius:24px;grid-template-columns:330px minmax(0,1fr);align-items:start;gap:16px;padding:18px;display:grid}.checkout-modal .restaurant-address-card{grid-column:1;align-self:start;margin:0}.checkout-modal .map-wrap{grid-area:1/2/span 2;min-width:0}.checkout-modal .delivery-ok,.checkout-modal .delivery-error{grid-column:1}.checkout-modal .map-google-style .delivery-map{height:520px}.checkout-modal .map-result-list{max-height:230px}.checkout-modal .checkout-summary,.checkout-modal .coupon-row,.checkout-modal textarea,.checkout-modal select,.checkout-modal>.pay{max-width:760px}.checkout-modal>.pay{margin-top:18px}@media (width<=1050px){.checkout-modal{width:96vw!important;height:94vh!important;padding:22px!important}.checkout-modal .delivery-map-panel{grid-template-columns:1fr}.checkout-modal .restaurant-address-card,.checkout-modal .map-wrap,.checkout-modal .delivery-ok,.checkout-modal .delivery-error{grid-area:auto/1}.checkout-modal .map-google-style .delivery-map{height:430px}}@media (width<=640px){.checkout-modal{border-radius:0!important;width:100vw!important;height:100vh!important;max-height:100vh!important;padding:18px!important}.checkout-modal h2{font-size:26px;top:-18px}.checkout-modal .delivery-map-panel{border-radius:18px;padding:12px}.checkout-modal .map-google-style .delivery-map{height:360px}}.delivery-map{cursor:grab}.delivery-map:active{cursor:grabbing}.map-zoom-hint{color:#7a4b22;margin-top:4px;font-weight:700;display:block}.leaflet-control-zoom a{width:34px!important;height:34px!important;font-size:22px!important;line-height:34px!important}@media (width>=1180px){body{background:radial-gradient(circle at 12% 10%,#d697311a,#0000 28%),radial-gradient(circle at 92% 2%,#8f1d1812,#0000 34%),linear-gradient(#fff9f1 0%,#fbf4eb 100%)}.topbar{width:100%;max-width:none;height:auto;min-height:104px;padding:16px 42px}.brand img{width:86px;height:86px}.brand strong{font-size:28px;line-height:1.04}.brand span{letter-spacing:.02em;font-size:14px}nav{gap:12px}nav button{background:#ffffffa6;border:1px solid #8f1d180f;padding:12px 18px;font-size:16px}.layout.home-layout{grid-template-columns:minmax(0,1fr) minmax(360px,460px);align-items:start;gap:28px;width:min(96vw,1760px);max-width:none;margin:30px auto 0;padding:0 8px 60px}.home-layout .content{min-width:0}.home-layout .back{margin-bottom:14px;margin-left:2px}.home-layout .hero-banner{border-radius:30px;grid-template-columns:minmax(390px,.88fr) minmax(520px,1.18fr);min-height:520px;padding:34px;box-shadow:0 26px 62px #431a0f2e}.home-layout .hero-copy{padding:20px 0 20px 10px}.home-layout .hero-kicker{margin-bottom:28px;padding:10px 18px;font-size:16px}.home-layout .hero-copy h1{letter-spacing:-.055em;max-width:720px;margin-bottom:28px;font-size:clamp(58px,5.1vw,92px);line-height:.98}.home-layout .hero-copy p{max-width:650px;margin-bottom:34px;font-size:clamp(21px,1.55vw,28px);line-height:1.5}.home-layout .hero-actions a{border-radius:18px;padding:18px 30px;font-size:20px}.home-layout .hero-gallery{grid-template-columns:minmax(0,1fr) 210px;gap:16px;min-height:450px}.home-layout .hero-main-card{border-radius:24px;min-height:450px}.home-layout .hero-main-card img{object-position:center}.home-layout .hero-side-grid{gap:16px}.home-layout .hero-side-grid img{border-radius:22px;min-height:138px}.home-layout .info-card{grid-template-columns:1.2fr 1.1fr 1fr 1fr;align-items:stretch;max-width:100%;margin:24px 0 18px;display:grid}.home-layout .info-card>div{border-bottom:0;border-right:1px solid var(--border);align-items:center;display:flex}.home-layout .info-card>div:last-child{border-right:0}.home-layout .chips{gap:14px;padding:16px 0}.home-layout .chips a,.home-layout .chips button{padding:12px 21px;font-size:16px}.home-layout .cat h2{font-size:34px}.home-layout .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.home-layout .product{grid-template-columns:minmax(0,1fr) 160px;min-height:230px;padding:22px}.home-layout .fake-img{height:152px}.home-layout .product h3{font-size:23px}.home-layout .product p{font-size:16px}.home-layout .product strong{font-size:21px;bottom:26px;left:22px}.cart.cart-home{background:#fffffff0;border:1px solid #8f1d1814;border-radius:28px;min-height:520px;padding:34px 34px 30px;top:126px;box-shadow:0 28px 60px #431a0f1f}.cart.cart-home h2{margin:0 0 24px;padding-bottom:24px;font-size:30px}.empty-cart-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:270px;display:flex}.empty-cart-icon{color:#df8c8b;filter:saturate(.92);background:radial-gradient(circle,#e58b8b57,#e58b8b17);border-radius:50%;justify-content:center;align-items:center;width:156px;height:156px;font-size:72px;display:flex}.cart.cart-home .empty{color:#756a62;font-size:21px}.cart.cart-home .pay{background:linear-gradient(135deg,#e88383,#d56f70);border-radius:20px;margin-top:28px;padding:22px 28px;font-size:23px;box-shadow:0 20px 34px #d56f7040}}@media (width>=1500px){.layout.home-layout{grid-template-columns:minmax(0,1fr) 500px;width:min(97vw,1840px)}.home-layout .hero-banner{min-height:560px}.home-layout .hero-gallery{grid-template-columns:minmax(0,1fr) 230px;min-height:490px}.home-layout .hero-main-card{min-height:490px}.cart.cart-home{min-height:560px}}@media (width<=1179px){.empty-cart-state{display:block}.empty-cart-icon{display:none}}.map-result-logo{background:#fff7ec;border:1px solid #efd6b0;border-radius:50%;flex:0 0 26px;justify-content:center;align-items:center;width:26px;height:26px;margin-top:1px;display:inline-flex;overflow:hidden;box-shadow:0 4px 10px #00000014}.map-result-logo img{object-fit:cover;width:100%;height:100%}.map-result-row:hover .map-result-logo{transform:scale(1.04)}.locations-section{max-width:1480px;margin:34px auto 64px;padding:0 24px}.locations-section h2{color:#120c08;margin:0 0 22px;font-family:Poppins,Inter,Arial,sans-serif;font-size:clamp(34px,4vw,52px);line-height:1.1}.locations-map-card{border:1px solid var(--border);min-height:520px;box-shadow:var(--shadow);background:#fff;border-radius:22px;position:relative;overflow:hidden}.location-map{z-index:1;width:100%;height:520px;position:relative}.location-info-card{z-index:500;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#211612;background:#fffffff5;border:1px solid #00000014;border-radius:18px;width:min(380px,100% - 56px);padding:24px;position:absolute;top:28px;left:28px;box-shadow:0 18px 46px #00000029}.location-title-row{align-items:center;gap:14px;margin-bottom:14px;display:flex}.location-title-row img{object-fit:contain;filter:drop-shadow(0 7px 12px #00000024);width:56px;height:56px}.location-title-row h3{margin:0;font-family:Poppins,Inter,Arial,sans-serif;font-size:24px;line-height:1.15}.location-info-card p{color:#5c514a;margin:10px 0;font-size:16px;line-height:1.45}.location-info-card a{color:#8f1d18;border-bottom:1px dotted #8f1d188c;font-weight:700;text-decoration:none}.location-hours{gap:4px;margin:18px 0;display:grid}.location-hours b{color:#2a1e18;font-size:15px}.location-hours span{color:#62564f;font-size:15px}.location-directions{margin-top:6px;padding:10px 0 2px;display:inline-flex}.location-logo-marker img{width:72px!important;height:72px!important}@media (width<=900px){.locations-section{margin:28px auto 52px;padding:0 14px}.locations-map-card{flex-direction:column;min-height:auto;display:flex}.location-info-card{order:1;width:auto;margin:14px;position:relative;top:auto;left:auto}.location-map{order:2;height:360px}}.hero-link-button{cursor:pointer;border:0;justify-content:center;align-items:center;font-family:inherit;text-decoration:none;display:inline-flex}.accordion-menu{gap:10px;margin-top:24px;display:grid}.chips button.active-chip{box-shadow:0 5px 14px #8f1d1814;color:var(--primary)!important;background:#fff6f5!important;border-color:#8f1d18bf!important}.chips .search-chip{min-width:46px;font-size:20px;line-height:1}.accordion-cat{border-bottom:1px solid #00000014;padding-top:0;scroll-margin-top:150px}.cat-toggle{cursor:pointer;text-align:left;color:#111;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:24px 0 20px;display:flex}.cat-toggle span:first-child{letter-spacing:.2px;text-transform:uppercase;color:#15110e;font-family:Poppins,Inter,Arial,sans-serif;font-size:27px;font-weight:700}.cat-arrow{color:#161616;background:#f0eeee;border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:28px;font-weight:700;line-height:1;transition:transform .2s,background .2s;display:inline-flex}.cat-toggle:hover .cat-arrow{background:#e8e1dc}.accordion-cat.is-open .cat-arrow{background:#ede7e2;transform:rotate(0)}.accordion-cat.is-closed .cat-toggle{padding-bottom:24px}.accordion-grid{padding:0 0 20px;animation:.18s both accordionFade}.empty-category{border:1px dashed var(--border);color:var(--muted);background:#fffaf4;border-radius:16px;padding:18px}@keyframes accordionFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.accordion-cat{scroll-margin-top:122px}.cat-toggle span:first-child{font-size:23px}.cat-arrow{flex-basis:38px;width:38px;height:38px;font-size:25px}.accordion-grid{padding-bottom:14px}}.menu-chips{z-index:12;position:sticky;top:88px}.menu-chips .search-chip{width:48px;min-width:48px;height:48px;box-shadow:0 8px 18px #0000000f;color:#111!important;background:#fff!important;border-color:#ded7cf!important;border-radius:50%!important;padding:0!important;font-size:23px!important}.menu-chips .search-chip:hover{color:#8f1d18!important;background:#fff7f5!important;border-color:#8f1d18!important}.menu-search-panel{z-index:11;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f3eef5;border:1px solid #8f1d181f;border-radius:20px;margin:10px 0 18px;padding:14px;position:sticky;top:154px;box-shadow:0 14px 30px #0000000f}.menu-search-box{background:#fff;border:1px solid #ded7cf;border-radius:999px;align-items:center;gap:10px;padding:8px 12px;display:flex;box-shadow:inset 0 1px #fffc}.menu-search-box span{color:#5c5149;text-align:center;width:24px;font-size:20px}.menu-search-box input{color:#17120f;background:0 0;border:0;outline:0;flex:1;padding:8px 0;font-family:Inter,Arial,sans-serif;font-size:16px}.menu-search-box button{cursor:pointer;color:#332620;background:#f2eee9;border:0;border-radius:50%;width:34px;height:34px;font-size:22px}.menu-search-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:320px;margin-top:12px;padding-right:4px;display:grid;overflow:auto}.menu-search-results button{border:1px solid var(--border);text-align:left;cursor:pointer;background:#fff;border-radius:16px;align-items:center;gap:12px;padding:10px;transition:all .18s;display:flex}.menu-search-results button:hover{background:#fff8f6;border-color:#b3261e;transform:translateY(-1px)}.menu-search-results img{object-fit:cover;border-radius:12px;flex:none;width:62px;height:50px}.menu-search-results b{color:#1b1511;font-size:15px;display:block}.menu-search-results small{color:#6f655d;margin-top:2px;font-size:13px;display:block}.menu-search-empty{border:1px dashed var(--border);color:#6f655d;text-align:center;background:#fffaf4;border-radius:16px;grid-column:1/-1;padding:14px}@media (width<=900px){.menu-search-panel{border-radius:16px;top:132px}.menu-search-results{grid-template-columns:1fr;max-height:260px}.menu-chips{top:74px}.menu-chips .search-chip{width:42px;min-width:42px;height:42px}}.topbar nav button[data-roles],.topbar nav button[dataRoles]{white-space:nowrap}.role-switcher{color:#4b211d;cursor:pointer;background:#fffaf6;border:1px solid #eadbd3;border-radius:999px;outline:0;padding:10px 13px;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:800;box-shadow:0 6px 16px #0000000a}.role-switcher:hover{background:#fff6f5;border-color:#b3261e}.brand[role=button]{cursor:pointer}.access-denied-page{justify-content:center;align-items:center;min-height:62vh;display:flex}.access-card{border:1px solid var(--border);text-align:center;max-width:560px;box-shadow:var(--shadow);background:#fff;border-radius:28px;padding:34px}.access-card img{object-fit:contain;width:84px;height:84px;margin-bottom:14px}.access-card h1{margin:0 0 12px;font-family:Poppins,Inter,Arial,sans-serif;font-size:34px}.access-card p{color:#5d5149;font-size:17px}.access-card .pay{width:auto;margin-top:16px;display:inline-flex}.permission-note{color:#7a665e;font-size:13px}@media (width<=900px){.role-switcher{width:100%;margin-top:6px}.topbar nav{justify-content:flex-start;width:100%}}.session-pill{color:#5a241d!important;background:linear-gradient(135deg,#fff8ef,#fff0df)!important;border:1px solid #ead1ae!important;font-weight:800!important}.logout-button{color:#fff!important;background:#2a1b17!important;border-color:#2a1b17!important;font-weight:800!important}.role-switcher{color:#5a201a;cursor:pointer;background:#fffaf5;border:1px solid #a92920;border-radius:999px;outline:none;align-items:center;padding:9px 14px;font-weight:800;display:inline-flex}.role-switcher:focus{box-shadow:0 0 0 3px #a9292024}.all-categories-closed{color:#5f4335;background:#fffaf4;border:1px dashed #e0c9b5;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;margin:24px 0 18px;padding:22px 24px;display:flex;box-shadow:0 10px 22px #0000000a}.all-categories-closed b{color:#2a1e18;font-size:18px}.all-categories-closed span{color:#755f53;font-size:15px}@media (width<=640px){.all-categories-closed{flex-direction:column;align-items:flex-start}}.clear-drink-button{color:#8f1d18;cursor:pointer;background:#fff7f2;border:1px solid #ead8cf;border-radius:999px;margin-top:8px;padding:8px 12px;font-weight:700}.clear-drink-button:hover{background:#fff0e8}.open-status,.closed-status{align-items:center;gap:9px;display:inline-flex;position:relative;overflow:visible}.status-dot{border-radius:50%;flex:0 0 12px;width:12px;height:12px;display:inline-block;position:relative;box-shadow:0 0 #166c3559}.status-dot:before,.status-dot:after{content:"";opacity:0;pointer-events:none;border-radius:50%;position:absolute;inset:-7px;transform:scale(.45)}.status-dot-open{background:#20b75a;box-shadow:0 0 0 3px #20b75a1f,0 0 14px #20b75a8c}.status-dot-open:before,.status-dot-open:after{border:2px solid #20b75a6b;animation:1.7s ease-out infinite statusRipple}.status-dot-open:after{animation-delay:.85s}.status-dot-closed{background:#d11d1d;box-shadow:0 0 0 3px #d11d1d1f,0 0 12px #d11d1d59}.status-dot-closed:before{border:2px solid #d11d1d40}@keyframes statusRipple{0%{opacity:.9;transform:scale(.35)}70%{opacity:.08;transform:scale(1.75)}to{opacity:0;transform:scale(2.05)}}.checkout-modal .delivery-map-panel-pro{background:#fff7ef;border:1px solid #ead8c6;border-radius:24px;margin:14px 0;padding:14px}.delivery-address-workspace{grid-template-columns:minmax(300px,390px) minmax(420px,1fr);align-items:stretch;gap:14px;min-height:560px;display:grid}.delivery-address-sidebar{background:#fff;border:1px solid #eadfd3;border-radius:22px;flex-direction:column;gap:14px;padding:18px;display:flex;box-shadow:0 14px 32px #2318120f}.delivery-step-label{color:#8f1d18;text-transform:uppercase;letter-spacing:.3px;background:#fff2ed;border:1px solid #f2c8ba;border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.delivery-address-sidebar h3{color:#1d1712;margin:0;font-size:26px;line-height:1.15}.delivery-intro{color:#6f655d;margin:0;font-size:15px;line-height:1.45}.restaurant-mini-card{background:linear-gradient(135deg,#fff5e8,#fffaf4);border:1px solid #efd8b8;border-radius:18px;align-items:center;gap:12px;padding:12px;display:flex}.restaurant-mini-card img{object-fit:contain;filter:drop-shadow(0 6px 10px #00000014);width:44px;height:44px}.restaurant-mini-card b{color:#211711;font-size:15px;display:block}.restaurant-mini-card span{color:#6f655d;margin-top:2px;font-size:13px;display:block}.address-search-box-pro{gap:8px;display:grid}.address-search-box-pro label{color:#3c3028;font-size:13px;font-weight:800}.address-search-line-pro{background:#fff;border:1px solid #cdbfb1;border-radius:16px;align-items:center;gap:8px;min-height:52px;padding:0 12px;display:flex}.address-search-line-pro input{outline:0;flex:1;background:0 0!important;border:0!important;padding:13px 0!important;font-size:16px!important}.address-clear-pro{color:#5b4a40;cursor:pointer;background:#f1ebe5;border:0;border-radius:50%;width:32px;height:32px;font-size:21px}.address-actions-pro{grid-template-columns:1fr 110px;gap:8px;display:grid}.address-actions-pro button{color:#422f27;cursor:pointer;background:#fff;border:1px solid #e3d7cc;border-radius:14px;padding:12px;font-weight:800}.address-actions-pro button:last-child{color:#fff;background:linear-gradient(135deg,#b3261e,#8f1d18);border-color:#8f1d18}.address-actions-pro button:disabled{opacity:.65;cursor:not-allowed}.address-results-pro{background:#fff;border:1px solid #eadfd3;border-radius:18px;max-height:260px;overflow:hidden auto}.address-results-pro>b{color:#5a3b2f;background:#fff7ef;border-bottom:1px solid #eadfd3;padding:11px 13px;font-size:13px;display:block}.address-results-pro button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f0e8df;align-items:flex-start;gap:10px;width:100%;padding:12px 13px;display:flex}.address-results-pro button:hover{background:#fff9f2}.address-results-pro button:last-child{border-bottom:0}.address-result-dot{margin-top:1px;font-size:17px;line-height:1.2}.address-results-pro strong{color:#1f1712;font-size:14px;display:block}.address-results-pro small{color:#786b62;margin-top:2px;font-size:13px;line-height:1.35;display:block}.address-help-pro{color:#425466;background:#f8fbff;border:1px solid #dbe9fb;border-radius:16px;gap:4px;padding:12px 13px;font-size:13px;line-height:1.4;display:grid}.address-help-pro b{color:#1f4d7a}.selected-address-pro{color:#715f52;background:#fffaf6;border:1px dashed #d8c8b8;border-radius:16px;gap:4px;padding:12px 13px;display:grid}.selected-address-pro.active{color:#1b5c31;background:#f2fbf4;border-style:solid;border-color:#bce6c5}.selected-address-pro b{font-size:14px}.selected-address-pro span{font-size:13px;line-height:1.4}.route-summary-pro{background:#f1fbf4;border:1px solid #d7ecd9;border-radius:18px;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:auto;padding:12px;display:grid}.route-summary-pro.bad{background:#fff2f1;border-color:#f3cac5}.route-summary-pro div{gap:3px;display:grid}.route-summary-pro span{color:#6a625c;font-size:11px}.route-summary-pro b{color:#1d1712;font-size:15px}.route-summary-pro p{color:#8f1d18;grid-column:1/-1;margin:5px 0 0;font-size:13px;font-weight:700}.delivery-map-stage{background:#f4efe9;border:1px solid #dfd3c7;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 14px 32px #2318120f}.delivery-map-stage .delivery-map{width:100%;min-height:560px;height:100%!important}.delivery-map-toolbar{z-index:650;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #0000000f;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:11px 13px;display:flex;position:absolute;top:14px;left:14px;right:14px;box-shadow:0 12px 26px #0000001f}.delivery-map-toolbar span{color:#231711;font-weight:900}.delivery-map-toolbar small{color:#675e57;font-weight:700}.customer-location-marker{position:relative}.customer-location-marker span{background:#1fa453;border:4px solid #fff;border-radius:50%;width:18px;height:18px;display:block;box-shadow:0 0 0 6px #1fa4532e,0 8px 18px #0000002e}.customer-location-marker:after{content:"";border:2px solid #1fa45347;border-radius:50%;animation:1.6s ease-out infinite customerPulse;position:absolute;inset:-9px}@keyframes customerPulse{0%{opacity:.9;transform:scale(.65)}to{opacity:0;transform:scale(1.6)}}@media (width<=1050px){.delivery-address-workspace{grid-template-columns:1fr;min-height:auto}.delivery-map-stage .delivery-map{min-height:430px}.delivery-map-toolbar{margin:10px;position:relative;top:auto;left:auto;right:auto}}@media (width<=640px){.checkout-modal .delivery-map-panel-pro{border-radius:18px;padding:8px}.delivery-address-sidebar{border-radius:18px;padding:14px}.delivery-address-sidebar h3{font-size:22px}.address-actions-pro,.route-summary-pro{grid-template-columns:1fr}.delivery-map-stage .delivery-map{min-height:360px}.delivery-map-toolbar{display:grid}.delivery-map-toolbar small{font-size:12px}}.delivery-first-modal{overflow:auto;background:#fffdfb!important;border-radius:26px!important;width:min(980px,96vw)!important;height:min(92vh,820px)!important;max-height:92vh!important;padding:0!important}.delivery-choice-header{z-index:8;background:#fffdfb;border-bottom:1px solid #e8ddd3;justify-content:center;gap:0;padding:16px 54px 12px;display:flex;position:sticky;top:0}.choice-tab{color:#666;cursor:pointer;background:#efefef;border:0;padding:10px 24px;font-size:16px;font-weight:800}.choice-tab:first-child{border-radius:24px 0 0 24px}.choice-tab:last-child{border-radius:0 24px 24px 0}.choice-tab.active{color:#fff;background:#a51d16;box-shadow:0 8px 18px #a51d1638}.delivery-first-screen,.pickup-first-screen{padding:22px 30px 34px}.delivery-first-title{border-bottom:5px solid #d7d7d7;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:18px;display:flex}.clock-icon{font-size:28px}.delivery-first-title h2{font-size:26px;margin:0 0 4px!important}.delivery-first-title p{color:#777!important;margin:0!important;font-size:13px!important}.delivery-main-label{color:#333;margin:0 0 8px;font-weight:600;display:block}.address-confirm-pay{margin-top:18px;border-radius:18px!important}.delivery-picker-standard{grid-template-columns:390px minmax(0,1fr);align-items:start;gap:18px;display:grid}.address-search-standard,.address-results-standard,.selected-address-standard{background:#fff;border:1px solid #eadbd0;border-radius:18px;grid-column:1;padding:14px;box-shadow:0 10px 22px #0000000a}.search-field-standard{background:#fff;border:1px solid #d6c8bd;border-radius:14px;align-items:center;gap:8px;padding:8px 10px;display:flex}.search-field-standard input{outline:0;flex:1;border:0!important;margin:0!important;padding:10px 4px!important;font-size:16px!important}.search-icon-standard,.search-clear-standard{cursor:pointer;background:#f4f1ef;border:0;border-radius:50%;width:40px;height:40px;font-size:22px}.use-location-standard{color:#111;cursor:pointer;text-align:left;background:#fff;border:0;margin-top:12px;padding:12px 0;font-size:16px;font-weight:800}.address-results-standard{gap:8px;max-height:260px;display:grid;overflow:auto}.address-results-standard>b{color:#222;font-size:14px}.address-results-standard button{text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #eee;align-items:flex-start;gap:14px;padding:14px 4px;display:flex}.address-results-standard button:hover,.address-results-standard .recent-place{background:#f6e9e8;border-top-color:#0000;border-radius:12px;padding:14px}.place-pin-dark{color:#fff;background:#24201e;border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;display:inline-flex}.address-results-standard strong{font-size:16px;display:block}.address-results-standard small{color:#666;margin-top:3px;line-height:1.35;display:block}.selected-address-standard{border-color:#d7efe0}.selected-address-standard.active{background:#f2fff6}.selected-address-standard b{margin-bottom:5px;display:block}.selected-address-standard span{color:#666;font-size:14px}.route-mini-ok,.route-mini-bad{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.route-mini-ok span,.route-mini-bad span{background:#fff;border:1px solid #e7ddd2;border-radius:12px;padding:9px;font-size:13px}.route-mini-bad span{background:#fff3f3;border-color:#f1b4b4}.map-stage-standard{background:#fff;border:1px solid #eadbd0;border-radius:20px;grid-area:1/2/span 3;min-height:620px;padding:12px;box-shadow:0 12px 26px #0000000d}.map-toolbar-standard{color:#6d594e;justify-content:space-between;align-items:center;gap:12px;padding:4px 4px 12px;display:flex}.map-toolbar-standard span{color:#2a201b;font-weight:800}.map-stage-standard .delivery-map{border-radius:16px;overflow:hidden;height:560px!important}.pickup-store-box{background:#fff;border:1px solid #e4d7ce;border-radius:18px;overflow:hidden}.pickup-store-row{background:#f8eeee;align-items:flex-start;gap:12px;padding:22px;display:flex}.pickup-store-row b{font-size:20px}.pickup-store-row small{color:#555;margin-top:5px;display:block}.pickup-green-dot{background:#24c46b;border-radius:50%;width:18px;height:18px;margin-top:3px;box-shadow:0 0 0 8px #24c46b1f}.checkout-details-modal{width:min(720px,96vw)!important}.checkout-details-head{margin-bottom:16px}.mini-back{color:#7e241c;cursor:pointer;background:#fff4ee;border:0;border-radius:999px;padding:10px 14px;font-weight:800}.checkout-details-head h2{margin-top:14px!important}.checkout-details-head p{background:#fff7ef;border:1px solid #eadbd0;border-radius:14px;padding:12px;color:#5d4b40!important}@media (width<=900px){.delivery-first-modal{border-radius:0!important;width:100vw!important;height:100vh!important;max-height:100vh!important}.delivery-first-screen,.pickup-first-screen{padding:16px}.delivery-picker-standard{grid-template-columns:1fr}.map-stage-standard{grid-area:auto/1;min-height:auto}.map-stage-standard .delivery-map{height:390px!important}.route-mini-ok,.route-mini-bad{grid-template-columns:1fr}.delivery-choice-header{padding:12px 48px 10px}.choice-tab{padding:10px 18px;font-size:14px}}.delivery-address-only{background:#fff;border:1px solid #e7d9ce;border-radius:18px;overflow:hidden;box-shadow:0 14px 32px #18100a12}.address-only-topbar{background:#fff;border-bottom:2px solid #b3261e;align-items:center;gap:10px;padding:12px 14px;display:flex}.address-back-arrow{cursor:pointer;color:#16110f;background:0 0;border:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:30px;line-height:1;display:flex}.address-only-field{flex:1;align-items:center;gap:8px;display:flex}.address-only-field input{width:100%;box-shadow:none!important;color:#111!important;background:0 0!important;border:0!important;outline:0!important;margin:0!important;padding:10px 2px!important;font-size:20px!important;font-weight:700!important}.address-clear-circle{color:#fff;cursor:pointer;background:#777;border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:22px;display:flex}.use-current-location-row{cursor:pointer;text-align:left;color:#18120f;background:#fff;border:0;border-bottom:1px solid #ece2db;align-items:center;gap:10px;width:100%;padding:16px 18px;font-size:17px;display:flex}.use-current-location-row span{font-size:21px;transform:rotate(-18deg)}.use-current-location-row:hover{background:#fff8f2}.address-confirm-card{background:#f2fff6;border:1px solid #c9ead5;border-radius:16px;gap:6px;margin:14px 16px;padding:14px 16px;display:grid}.address-confirm-card.bad{background:#fff3f3;border-color:#efb6b6}.address-confirm-card b{color:#16110f;font-size:15px}.address-confirm-card span{color:#5c514b;font-size:14px;line-height:1.45}.address-route-chips{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px;display:grid}.address-route-chips em{color:#665a52;background:#fff;border:1px solid #e2d8d0;border-radius:12px;padding:8px;font-size:12px;font-style:normal}.address-route-chips strong{color:#1f1713}.address-only-results{background:#fff;max-height:430px;display:grid;overflow:auto}.address-only-results>b{color:#19110e;padding:14px 18px 8px;font-size:15px}.address-only-result{text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #e3d9d2;align-items:flex-start;gap:16px;min-height:74px;padding:18px;display:flex}.address-only-result:hover,.address-only-result.recent{background:#f6e8e8}.result-pin-icon{color:#fff;background:#24201e;border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:10px;display:inline-flex}.address-only-result strong{color:#18120f;margin-bottom:4px;font-size:18px;display:block}.address-only-result small{color:#666;font-size:15px;line-height:1.35;display:block}.address-not-found{color:#ad211b;cursor:pointer;background:#fff;border:1px solid #e2524c;border-radius:8px;margin:16px;padding:16px;font-size:18px;font-weight:900}.delivery-first-modal .delivery-picker-standard,.delivery-first-modal .map-stage-standard,.delivery-first-modal .delivery-map{display:none!important}@media (width<=900px){.delivery-address-only{box-shadow:none;border-left:0;border-right:0;border-radius:0}.address-only-field input{font-size:18px!important}.address-route-chips{grid-template-columns:1fr}.address-only-results{max-height:58vh}}.manual-address-box{background:#fff;border:1px solid #ead9c8;border-radius:18px;gap:12px;padding:18px;display:grid;box-shadow:0 10px 24px #5028140f}.manual-address-label{color:#221714;font-size:16px;font-weight:800}.manual-address-input{resize:vertical;color:#1c1512;box-sizing:border-box;background:#fffdfb;border:1px solid #d7c7b8;border-radius:15px;outline:none;width:100%;min-height:128px;padding:14px 15px;font-family:inherit;font-size:16px;line-height:1.55}.manual-address-input:focus{background:#fff;border-color:#b3261e;box-shadow:0 0 0 4px #b3261e1a}.manual-address-help{color:#654231;background:#fff7ec;border:1px solid #efd8bc;border-radius:14px;padding:12px 14px;font-size:14px;line-height:1.45}.manual-address-examples{flex-wrap:wrap;gap:8px;display:flex}.manual-address-examples span{color:#60483b;background:#f7f0e8;border:1px solid #ead9c8;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:700}.delivery-first-screen .delivery-main-label{margin-top:6px}@media (width<=640px){.manual-address-box{border-radius:16px;padding:14px}.manual-address-input{min-height:142px;font-size:16px}.manual-address-examples span{font-size:12px}}.google-places-address-box{background:#fffaf5;border:1px solid #ead8ca;border-radius:18px;gap:12px;padding:18px;display:grid}.google-places-input-wrap{background:#fff;border:1px solid #d9c7b8;border-radius:14px;align-items:center;display:flex;position:relative;box-shadow:0 8px 20px #4623140d}.google-places-input{color:#1c1714;background:0 0;border:0;outline:none;width:100%;padding:15px 48px 15px 15px;font-family:inherit;font-size:16px}.google-places-clear{color:#5d5048;cursor:pointer;background:#f1ebe5;border:0;border-radius:50%;width:34px;height:34px;font-size:22px;line-height:1;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.google-places-clear:hover{background:#e8ded5}.manual-address-help.compact{color:#6b5543;background:#fff3e5;border:1px solid #efdcc7;border-radius:12px;padding:10px 12px;font-size:13px}.google-places-results{background:#fff;border:1px solid #e8d8cb;border-radius:14px;max-height:280px;overflow:hidden auto}.google-place-row:hover{background:#fff7ef}.google-place-row span{margin-top:2px;font-size:18px}.google-place-row b{color:#201916;font-size:15px;display:block}.google-places-status{color:#765f51;background:#f9f1e9;border:1px solid #ead7c8;border-radius:12px;padding:10px 12px;font-size:13px}.manual-address-input.small{resize:vertical;min-height:72px}@media (width<=640px){.google-places-address-box{padding:14px}.google-places-input{font-size:15px}.google-places-results{max-height:220px}}.places-live-box{background:#fffdf9;border-color:#ead5c4;box-shadow:0 14px 30px #46231414}.places-live-input{border:2px solid #dcc8b8;border-radius:16px;min-height:56px;transition:border-color .2s,box-shadow .2s}.places-live-input:focus-within{border-color:#b3261e;box-shadow:0 0 0 4px #b3261e1a}.places-live-spinner{border:3px solid #eadfd7;border-top-color:#b3261e;border-radius:50%;width:18px;height:18px;animation:.75s linear infinite placesSpin;position:absolute;right:50px}@keyframes placesSpin{to{transform:rotate(360deg)}}.places-live-results{border-radius:16px;max-height:340px;box-shadow:0 16px 34px #2d1a0f1f}.google-place-row{transition:background .15s,transform .15s}.google-place-row:hover{background:#fff3e8;transform:translate(2px)}.google-place-row.selected{background:#fcebe7;border-left:4px solid #b3261e}.manual-confirm-address{color:#4d3428;text-align:left;cursor:pointer;background:#fff8ef;border:1px dashed #caa58c;border-radius:14px;padding:12px 14px;font-size:14px}.manual-confirm-address:hover{background:#fff1df;border-color:#b3261e}.manual-confirm-address b{color:#1f1713;margin-top:4px;display:block}@media (width<=640px){.places-live-results{max-height:300px}.places-live-input{min-height:52px}.manual-confirm-address{font-size:13px}}.direct-checkout-modal{width:min(96vw,760px);max-width:760px}.direct-choice-header{border-bottom:0;justify-content:center;margin:0 0 16px;padding-bottom:0;position:static}.direct-address-section{gap:12px;display:grid}.direct-pickup-box{background:#fff8ef;border:1px solid #ead7c4;border-radius:18px;margin:8px 0 12px;padding:10px}.google-places-address-box{background:#fffaf6;border:1px solid #ead7c4;border-radius:18px;margin:0;padding:14px}.google-places-results{background:#fff;border:1px solid #ead7c4;border-radius:14px;max-height:245px;margin-top:10px;overflow:auto}.google-place-row{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f0e2d4;align-items:flex-start;gap:12px;width:100%;padding:12px 14px;display:flex}.google-place-row:last-child{border-bottom:0}.google-place-row:hover,.google-place-row.selected{background:#fff3ea}.google-place-row b{font-size:15px;display:block}.google-place-row small{color:#6d625a;margin-top:3px;font-size:13px;line-height:1.35;display:block}.google-places-input-wrap{position:relative}.google-places-input{border:1px solid #ccb9a8;border-radius:14px;width:100%;padding:14px 48px 14px 14px;font-size:16px}.google-places-clear{cursor:pointer;background:#f2e8df;border:0;border-radius:50%;width:32px;height:32px;font-size:20px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.places-live-spinner{border:2px solid #ead7c4;border-top-color:#b3261e;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;position:absolute;top:50%;right:48px}.manual-address-help{color:#795d48;background:#fff4e8;border:1px solid #f0d8bd;border-radius:12px;margin-top:10px;padding:10px 12px;font-size:13px}.manual-confirm-address{color:#8f1d18;text-align:left;cursor:pointer;background:#fff8f6;border:1px dashed #b3261e;border-radius:14px;width:100%;margin-top:10px;padding:12px}.google-places-status{color:#6d625a;margin-top:8px;font-size:13px}@keyframes spin{to{transform:translateY(-50%)rotate(360deg)}}.direct-google-address-clean{background:#fffaf6;border:1px solid #f0d3c7;border-radius:18px;gap:10px;margin-bottom:12px;padding:14px 14px 16px;display:grid}.direct-google-input-shell{background:#fff;border:1px solid #d6b8aa;border-radius:14px;align-items:center;display:flex;position:relative;box-shadow:0 4px 12px #8f1d180d}.direct-google-input-shell:focus-within{border-color:#b3261e;box-shadow:0 0 0 4px #b3261e1a}.direct-google-input-shell input{width:100%;padding:14px 46px 14px 14px;font-size:16px;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important}.direct-google-clear{color:#6b4a3d;cursor:pointer;background:#f3ebe6;border:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;line-height:1;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.direct-google-clear:hover{color:#8f1d18;background:#ead9d0}.direct-google-help{color:#7a5436;background:#fff3e5;border:1px solid #f3d8b8;border-radius:12px;padding:11px 12px;font-size:13px;line-height:1.45}.pac-container{border:1px solid #ead8cf;border-radius:14px;margin-top:8px;font-family:Inter,Arial,sans-serif;box-shadow:0 18px 40px #0000002e;z-index:100000!important}.pac-item{cursor:pointer;padding:10px 12px;font-size:14px}.pac-item:hover{background:#fff6f1}.pac-item-query{color:#1f1713;font-size:15px}.pac-matched{color:#9f1f18;font-weight:800}.google-places-address-box,.places-live-box,.google-places-results,.places-live-results,.manual-confirm-address,.google-places-status{display:none!important}.new-places-clean{gap:12px;display:grid}.new-google-places-holder{display:block;position:relative}.new-google-places-element,.new-google-places-element gmp-place-autocomplete,.new-google-places-element gmpx-place-autocomplete{width:100%}.new-google-places-element input,.new-google-places-element ::part(input){color:#17120f;box-sizing:border-box;background:#fff;border:1px solid #d8c2b1;border-radius:14px;width:100%;min-height:54px;padding:0 48px 0 16px;font-family:inherit;font-size:16px}.new-google-places-element input:focus,.new-google-places-element ::part(input):focus{border-color:#b3261e;outline:none;box-shadow:0 0 0 3px #b3261e1f}.new-google-clear{z-index:5;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.manual-fallback-line{gap:8px;display:grid}.manual-fallback-line span{color:#7a665a;font-size:13px;font-weight:700}.manual-fallback-line input{background:#fffaf6;border:1px solid #ddc9b9;border-radius:13px;width:100%;min-height:48px;padding:0 14px;font-family:inherit;font-size:15px}.manual-fallback-line input:focus{border-color:#b3261e;outline:none;box-shadow:0 0 0 3px #b3261e1a}.direct-google-help.ok{color:#215d32;background:#effaf2;border-color:#b9e6c3}.places-proxy-address,.places-proxy-input-wrap{position:relative}.places-proxy-input-wrap input{box-sizing:border-box;width:100%;padding-right:46px}.places-status-line{color:#7a5b38;margin:8px 2px 0;font-size:13px}.places-suggestions-list{z-index:50;background:#fff;border:1px solid #ead4bf;border-radius:16px;max-height:270px;margin-top:10px;position:relative;overflow:hidden auto;box-shadow:0 16px 32px #1e120c1f}.places-suggestion-row{text-align:left;cursor:pointer;color:#241914;background:#fff;border:0;border-bottom:1px solid #f0e2d6;align-items:flex-start;gap:12px;width:100%;padding:13px 14px;display:flex}.places-suggestion-row:hover{background:#fff6ec}.places-suggestion-row:last-child{border-bottom:0}.places-pin{margin-top:2px;font-size:17px;line-height:1.25}.places-suggestion-row b{font-size:15px;line-height:1.25;display:block}.places-suggestion-row small{color:#6c625a;margin-top:3px;font-size:13px;line-height:1.35;display:block}.direct-google-help.warning{color:#765027;background:#fff6e8;border-color:#e9cfa7}.admin-pro-page{max-width:1500px;margin:0 auto;padding:26px 22px 70px}.admin-hero{color:#fff;background:linear-gradient(135deg,#32140f,#7a1c14 58%,#f3b23a);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:26px;display:flex;box-shadow:0 22px 50px #4f1f1733}.admin-hero h1{margin:6px 0 8px;font-size:38px}.admin-hero p{color:#ffffffd6;margin:0;font-weight:600}.admin-kicker{background:#ffffff24;border:1px solid #ffffff38;border-radius:999px;padding:7px 12px;font-weight:800;display:inline-flex}.admin-tabs{z-index:20;background:#ffffffb8;border:1px solid #ecd8c8;border-radius:24px;gap:10px;margin:0 0 18px;padding:12px;display:flex;position:sticky;top:88px;overflow:auto;box-shadow:0 10px 28px #401b1414}.admin-tabs button{white-space:nowrap;color:#5b2b23;cursor:pointer;background:#fff;border:1px solid #e6d3c5;border-radius:999px;padding:11px 16px;font-weight:800}.admin-tabs button.active{color:#fff;background:#ad211b;border-color:#ad211b;box-shadow:0 10px 20px #ad211b33}.admin-metrics-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.admin-metrics-grid>div{background:#fff;border:1px solid #ead8cc;border-radius:22px;padding:18px;box-shadow:0 12px 30px #35161014}.admin-metrics-grid span{color:#7b665c;font-size:13px;font-weight:800;display:block}.admin-metrics-grid b{color:#24120f;margin:7px 0;font-size:28px;display:block}.admin-metrics-grid small{color:#8d766c;font-weight:700}.admin-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.admin-grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.admin-card{background:#fff;border:1px solid #ead8cc;border-radius:24px;min-width:0;padding:20px;box-shadow:0 16px 38px #35161014}.admin-card h2{margin:0 0 14px;font-size:22px}.admin-card p{border-bottom:1px solid #f0e2d7;justify-content:space-between;align-items:flex-start;gap:12px;margin:0;padding:10px 0;display:flex}.admin-card p:last-child{border-bottom:0}.admin-card p b{font-size:15px}.admin-card p span{color:#6f5b52;text-align:right;font-weight:700}.accounting-card p span{color:#111;font-size:18px}.admin-table-wrap{border:1px solid #eee0d5;border-radius:18px;overflow:auto}.admin-table{border-collapse:collapse;background:#fff;width:100%}.admin-table th,.admin-table td{text-align:left;vertical-align:top;border-bottom:1px solid #eee0d5;padding:13px 12px}.admin-table th{color:#5b2b23;text-transform:uppercase;letter-spacing:.04em;background:#fff7ee;font-size:13px}.admin-table td small{color:#806f67;margin-top:3px;display:block}.admin-table td button{cursor:pointer;background:#fff;border:1px solid #e2cfc1;border-radius:10px;margin:2px;padding:7px 9px;font-weight:800}.admin-table td button:hover{background:#fff3e6}.admin-card .pay,.admin-card .mini-action{width:100%;margin-top:10px}.admin-card hr{border:0;border-top:1px solid #eeded0;margin:14px 0}@media (width<=1100px){.admin-metrics-grid{grid-template-columns:repeat(3,1fr)}.admin-grid-3,.admin-grid-2{grid-template-columns:1fr}.admin-tabs{top:70px}.admin-hero{flex-direction:column;align-items:flex-start}}@media (width<=680px){.admin-pro-page{padding:16px 10px 60px}.admin-metrics-grid{grid-template-columns:1fr 1fr}.admin-hero h1{font-size:28px}.admin-card p{display:block}.admin-card p span{text-align:left;margin-top:4px;display:block}.admin-tabs{border-radius:16px}.admin-tabs button{padding:9px 12px}}.tracking-page .tracking-hero{margin-bottom:18px}.tracking-search-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:22px;grid-template-columns:1fr 1fr auto;align-items:center;gap:12px;margin-bottom:18px;padding:18px;display:grid}.tracking-search-card input{background:#fff;border:1px solid #d6c9bd;border-radius:14px;width:100%;padding:14px 15px;font-size:16px}.tracking-result-grid{grid-template-columns:minmax(320px,.8fr) minmax(420px,1.2fr);align-items:stretch;gap:18px;display:grid}.tracking-status-card p,.tracking-admin-card p{border-bottom:1px solid #eee3d7;justify-content:space-between;gap:14px;margin:0;padding:10px 0;display:flex}.tracking-status-card p span{text-align:right;font-weight:600}.tracking-status-card small,.tracking-admin-card small{color:var(--muted);margin-top:10px;display:block}.tracking-map{border:1px solid var(--border);background:#fff7ec;border-radius:18px;min-height:390px;position:relative;overflow:hidden}.tracking-map.compact{min-height:280px;margin-top:12px}.tracking-map-box{width:100%;height:390px}.tracking-map.compact .tracking-map-box{height:280px}.tracking-map-note{color:#6f5140;background:#fffffff0;border:1px solid #ead8c5;border-radius:14px;padding:10px 12px;font-size:14px;position:absolute;bottom:14px;left:14px;right:14px;box-shadow:0 10px 22px #00000014}.tracking-restaurant-marker{background:#fff;border:2px solid #f2c45f;border-radius:50%;overflow:hidden;box-shadow:0 10px 24px #0000002e}.tracking-restaurant-marker img{object-fit:cover;width:100%;height:100%;display:block}.admin-tracking-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:18px;display:grid}.tracking-admin-card .order-head{margin-bottom:10px}.tracking-admin-card .tracking-map{min-height:260px}@media (width<=900px){.tracking-search-card,.tracking-result-grid{grid-template-columns:1fr}.tracking-map,.tracking-map-box{height:330px;min-height:330px}.tracking-map.compact,.tracking-map.compact .tracking-map-box{height:260px;min-height:260px}}.admin-rider-form{gap:10px;margin:12px 0 22px;display:grid}.admin-rider-form input,.admin-rider-select{width:100%;font:inherit;color:#111827;background:#fff;border:1px solid #0f172a1f;border-radius:14px;padding:12px 14px}.admin-rider-select{min-width:170px;margin-bottom:6px}.rider-admin-row,.rider-order-row p{background:#ffffffbd;border:1px solid #0f172a14;border-radius:16px;padding:12px 14px}.rider-order-row{border-bottom:1px dashed #0f172a1a;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:9px 0;display:grid}.rider-order-row p{margin:0}.rider-order-row .mini-action{white-space:nowrap}.admin-table td .mini-action{margin-top:5px}@media (width<=800px){.rider-order-row{grid-template-columns:1fr}.admin-rider-select{min-width:0}}.admin-login-page{background:radial-gradient(circle at 0 0,#ffba4947,#0000 34%),linear-gradient(135deg,#fff8ed,#f6f1e8);place-items:center;min-height:calc(100vh - 86px);padding:32px 16px;display:grid}.admin-login-card{text-align:center;background:#fffffff0;border:1px solid #27150914;border-radius:28px;width:min(520px,100%);padding:30px;box-shadow:0 24px 70px #26180a2e}.admin-login-card img{object-fit:contain;border-radius:22px;width:84px;height:84px;margin-bottom:14px;box-shadow:0 14px 34px #0000001f}.admin-login-card h1{margin:8px 0}.admin-login-card form{text-align:left;gap:10px;margin-top:20px;display:grid}.admin-login-card label{color:#43230b;margin-top:6px;font-weight:900}.admin-login-card input{background:#fffdf8;border:1px solid #3e210c29;border-radius:16px;outline:none;width:100%;padding:14px 15px;font-size:1rem}.admin-login-card input:focus{border-color:#cc5f11a6;box-shadow:0 0 0 4px #ff9a3c21}.admin-login-error{color:#a32019;background:#fff0ef;border:1px solid #be20182e;border-radius:16px;margin:14px 0;padding:12px;font-weight:800}.admin-login-links{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:16px;display:flex}.admin-session-pill{color:#fff!important;background:#15281b!important}.small-help{font-size:.86rem}.small-help code{background:#f3eadb;border-radius:8px;padding:2px 6px}.category-chip,.category-tab,.menu-category-btn,.categories-scroll button,.category-list button{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M8 13c2-6 7-9 12-9s10 3 12 9H8z' fill='%23e9a323' stroke='%2357291c' stroke-width='2'/%3E%3Cpath d='M7 16h26l-3 5H10z' fill='%2365a844' stroke='%2357291c' stroke-width='2'/%3E%3Cpath d='M9 22h22l-2 5H11z' fill='%23d54432' stroke='%2357291c' stroke-width='2'/%3E%3Cpath d='M8 29h24c0 4-3 7-7 7H15c-4 0-7-3-7-7z' fill='%23e9a323' stroke='%2357291c' stroke-width='2'/%3E%3C/svg%3E") 20 20,pointer}.category-chip:hover,.category-tab:hover,.menu-category-btn:hover,.categories-scroll button:hover,.category-list button:hover{background:#fff7ed;border-color:#b91c1c;transition:all .2s;transform:translateY(-3px)scale(1.04);box-shadow:0 8px 18px #7923182e}.menu-chips>button:not(.search-chip),.chips.menu-chips>button:not(.search-chip){cursor:url(/sandwich-cursor.png) 16 16,pointer!important}.menu-chips>button:not(.search-chip):hover,.chips.menu-chips>button:not(.search-chip):hover{transition:transform .18s;transform:translateY(-2px)scale(1.03)}.brand .header-phone-line{color:#7a1f16;letter-spacing:.1px;white-space:nowrap;margin-top:4px;font-size:13px;font-weight:700;display:block}@media (width<=720px){.brand .header-phone-line{white-space:normal;font-size:11px;line-height:1.25}}.brand-phone{color:#7b2d24;white-space:nowrap;margin-top:3px;font-size:12px;font-weight:700;line-height:1.25;display:block}@media (width<=720px){.brand-phone{white-space:normal;font-size:10px}}.delivery-sms-code-note{color:#245b31;background:#f1fbf3;border:1px solid #b7dfc0;border-radius:12px;margin:4px 0 14px;padding:12px 14px;font-size:13px;line-height:1.45}.delivery-sms-code-note b{color:#173f21}.order-success-modal{width:min(94vw,680px);max-width:680px;max-height:92vh;overflow:auto}.order-success-sheet{color:#242424;padding:8px 4px 4px}.order-success-icon{color:#fff;background:#159447;border-radius:50%;place-items:center;width:68px;height:68px;margin:0 auto 12px;font-size:38px;font-weight:800;display:grid;box-shadow:0 8px 24px #1594473d}.order-success-sheet h2{text-align:center;margin:0 0 6px;font-size:27px}.order-success-lead{text-align:center;color:#666;margin:0 0 18px}.order-success-code{background:#fff4df;border:1px solid #efcf93;border-radius:14px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:14px;padding:14px 16px;display:flex}.order-success-code span{color:#76551f;font-size:13px}.order-success-code strong{letter-spacing:.8px;color:#a43721;font-size:22px}.order-success-meta{background:#fff;border:1px solid #eadfce;border-radius:14px;margin-bottom:14px;padding:8px 15px}.order-success-meta p,.order-success-totals p{border-bottom:1px dashed #e6ded3;justify-content:space-between;gap:18px;margin:0;padding:8px 0;display:flex}.order-success-meta p:last-child,.order-success-totals p:last-child{border-bottom:0}.order-success-meta span,.order-success-totals span{color:#666}.order-success-meta b{text-align:right;overflow-wrap:anywhere}.order-success-items{background:#fff;border:1px solid #eadfce;border-radius:14px;margin-bottom:14px;padding:12px 15px}.order-success-items h3{margin:0 0 7px}.order-success-line{border-bottom:1px dashed #e6ded3;justify-content:space-between;gap:16px;padding:8px 0;display:flex}.order-success-line:last-child{border-bottom:0}.order-success-totals{background:#faf6ef;border-radius:14px;margin-bottom:12px;padding:8px 15px}.order-success-grand{color:#aa2018;font-size:18px}.order-success-note{background:#f6f6f6;border-radius:10px;padding:10px 12px}.order-success-time{text-align:center;color:#14753d;font-weight:700}.order-success-actions{flex-wrap:wrap;gap:9px;margin-top:15px;display:flex}.order-success-actions button{flex:1;min-width:145px}@media (width<=600px){.order-success-code,.order-success-meta p,.order-success-totals p{align-items:flex-start}.order-success-code{flex-direction:column}.order-success-code strong{font-size:19px}.order-success-sheet h2{font-size:23px}}@media print{body *{visibility:hidden!important}.order-success-modal,.order-success-modal *{visibility:visible!important}.order-success-modal{width:100%!important;max-width:none!important;max-height:none!important;box-shadow:none!important;border:0!important;position:absolute!important;top:0!important;left:0!important;overflow:visible!important}.order-success-modal .close,.order-success-actions{display:none!important}.overlay{background:#fff!important;display:block!important;position:absolute!important;inset:0!important}}.account-tabs{flex-wrap:wrap;gap:10px;margin:18px 0;display:flex}.account-tabs button{border:1px solid var(--border,#ddd);cursor:pointer;background:#fff;border-radius:999px;padding:12px 18px;font-weight:800}.account-tabs button.active{color:#fff;background:#8f1d18;border-color:#8f1d18}.customer-tracking-panel{border:1px solid var(--border,#ddd);box-shadow:var(--shadow,0 12px 28px #00000014);background:#fff;border-radius:22px;padding:20px}.tracking-search{grid-template-columns:1.2fr 1fr auto;gap:10px;display:grid}.tracking-search input{border:1px solid #d7ccc3;border-radius:12px;padding:13px 14px;font-size:15px}.tracking-search button{color:#fff;cursor:pointer;background:#8f1d18;border:0;border-radius:12px;padding:12px 18px;font-weight:800}.tracking-error,.chat-error{color:#a51d16}.tracking-result{gap:16px;margin-top:18px;display:grid}.tracking-status{background:#fff7f1;border:1px solid #efd8cc;border-radius:14px;flex-wrap:wrap;align-items:center;gap:12px;padding:14px;display:flex}.tracking-status span{font-weight:800}.tracking-status b{color:#1d7a3d}.tracking-status small{color:#666;margin-left:auto}.tracking-steps{grid-template-columns:repeat(6,1fr);gap:4px;display:grid}.tracking-steps div{text-align:center;color:#999;font-size:12px;position:relative}.tracking-steps div:before{content:"";background:#ddd;height:3px;position:absolute;top:8px;left:-50%;right:50%}.tracking-steps div:first-child:before{display:none}.tracking-steps i{z-index:1;background:#ddd;border-radius:50%;width:18px;height:18px;margin:0 auto 7px;display:block;position:relative}.tracking-steps .done{color:#166f38;font-weight:700}.tracking-steps .done:before,.tracking-steps .done i{background:#1d934b}.live-rider-map-card{background:#fff;border:1px solid #dcd3ca;border-radius:18px;overflow:hidden}.live-map-head{flex-wrap:wrap;align-items:center;gap:10px;padding:12px 14px;display:flex}.live-map-head span{color:#555}.live-map-head small{margin-left:auto}.customer-live-map{width:100%;height:340px}.order-chat-panel{background:#fff;border:1px solid #e5ddd5;border-radius:18px;overflow:hidden}.chat-title{background:#fff7f1;justify-content:space-between;gap:10px;padding:12px 14px;display:flex}.chat-title span{color:#666;font-size:12px}.chat-messages{background:#faf8f6;flex-direction:column;gap:8px;height:240px;padding:12px;display:flex;overflow-y:auto}.chat-bubble{background:#fff;border:1px solid #e5ddd5;border-radius:14px 14px 14px 4px;align-self:flex-start;max-width:78%;padding:9px 11px}.chat-bubble.mine{background:#eaf7ee;border-color:#c6e9d1;border-radius:14px 14px 4px;align-self:flex-end}.chat-bubble b{font-size:12px}.chat-bubble p{white-space:pre-wrap;margin:3px 0}.chat-bubble small{color:#777}.chat-compose{grid-template-columns:1fr auto;gap:8px;padding:10px;display:grid}.chat-compose input{border:1px solid #d8cec5;border-radius:12px;padding:11px}.chat-compose button{color:#fff;background:#8f1d18;border:0;border-radius:12px;padding:0 16px;font-weight:800}.chat-hidden-note{color:#666;padding:18px}.order-review-form{background:#fffaf4;border:1px solid #eadccf;border-radius:18px;padding:16px}.order-review-form h3{margin-top:0}.review-picker{gap:4px;display:flex}.review-picker button{color:#ccc;cursor:pointer;background:0 0;border:0;padding:0;font-size:30px}.review-picker button.active{color:#e3a11b}.order-review-form textarea{border:1px solid #d8cec5;border-radius:12px;width:100%;min-height:90px;margin:10px 0;padding:12px}.public-reviews-section{max-width:1320px;margin:20px auto 70px;padding:0 20px}.reviews-heading span{color:#8f1d18;font-weight:800}.reviews-heading h2{margin:4px 0 16px}.reviews-horizontal{scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:14px;padding:4px 2px 16px;display:flex;overflow-x:auto}.review-card{scroll-snap-align:start;background:#fff;border:1px solid #e4d9cf;border-radius:20px;flex:0 0 min(360px,86vw);padding:18px;box-shadow:0 12px 24px #0000000d}.review-stars{color:#e3a11b;letter-spacing:2px;font-size:20px}.review-card p{min-height:70px}.review-card footer{color:#666;justify-content:space-between;gap:10px;display:flex}@media (width<=760px){.tracking-search{grid-template-columns:1fr}.tracking-steps{grid-template-columns:repeat(6,100px);padding-bottom:8px;overflow-x:auto}.customer-live-map{height:300px}.chat-messages{height:220px}.tracking-status small{width:100%;margin-left:0}}.account-pro-page{gap:24px;display:grid}.account-pro-hero{grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);align-items:stretch;gap:22px;display:grid}.account-pro-copy,.account-pro-lookup,.account-pro-panel,.account-pro-sidebar,.account-pro-history-card,.account-pro-empty-state{background:#fff;border:1px solid #6f51401f;border-radius:26px;box-shadow:0 18px 40px #3e271a14}.account-pro-copy{background:linear-gradient(135deg,#fffaf5 0%,#fff 100%);padding:28px 30px}.account-pro-kicker{color:#fff;background:#8f1d18;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:800;display:inline-flex}.account-pro-copy h1{color:#221712;margin:16px 0 10px;font-size:clamp(30px,4vw,46px);line-height:1.08}.account-pro-copy p{color:#6e584b;max-width:760px;margin:0;font-size:17px;line-height:1.8}.account-pro-highlights{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.account-pro-highlights span{color:#744b3b;background:#fff;border:1px solid #ead9cc;border-radius:999px;padding:10px 14px;font-size:14px;font-weight:700}.account-pro-lookup{align-content:start;gap:16px;padding:24px;display:grid}.account-pro-card-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.account-pro-card-head h2,.account-pro-card-head h3{color:#241712;margin:0}.account-pro-card-head small{color:#8d776b}.account-pro-card-head.compact{margin-bottom:12px}.account-pro-form-row{grid-template-columns:minmax(0,1fr) auto;gap:12px;display:grid}.account-pro-input,.account-pro-textarea{width:100%;font:inherit;color:#2c1c15;background:#fff;border:1px solid #dfcfc2;border-radius:16px;outline:none;padding:14px 16px;transition:border-color .2s,box-shadow .2s}.account-pro-input:focus,.account-pro-textarea:focus{border-color:#b84d32;box-shadow:0 0 0 4px #b84d321f}.account-pro-primary,.account-pro-secondary{font:inherit;cursor:pointer;border:0;border-radius:16px;padding:14px 18px;font-weight:800;transition:transform .15s,box-shadow .15s,background .15s}.account-pro-primary{color:#fff;background:linear-gradient(#c93024,#9f1f16);box-shadow:0 12px 24px #9f1f1633}.account-pro-primary:hover,.account-pro-secondary:hover{transform:translateY(-1px)}.account-pro-secondary{color:#8f1d18;background:#fff7f1;border:1px solid #ecd8cc}.account-pro-mini-stats{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.account-pro-mini-stats div{background:#fffaf7;border:1px solid #eee0d6;border-radius:18px;padding:16px}.account-pro-mini-stats b{color:#1f1511;font-size:18px;display:block}.account-pro-mini-stats span{color:#7c675c;margin-top:6px;font-size:13px;display:block}.account-pro-shell{grid-template-columns:330px minmax(0,1fr);align-items:start;gap:22px;display:grid}.account-pro-sidebar{gap:18px;padding:18px;display:grid;position:sticky;top:24px}.account-pro-profile-card{grid-template-columns:74px minmax(0,1fr);align-items:center;gap:14px;padding:6px;display:grid}.account-pro-avatar-wrap{background:#fff7ef;border:1px solid #efd8ca;border-radius:22px;place-items:center;width:74px;height:74px;display:grid;overflow:hidden}.account-pro-avatar-wrap img{object-fit:cover;width:100%;height:100%}.account-pro-profile-card h3{color:#261915;margin:0 0 4px;font-size:22px}.account-pro-profile-card p{color:#7e685c;margin:0 0 4px;font-weight:700}.account-pro-profile-card small{color:#9a8478;line-height:1.6;display:block}.account-pro-tabs{gap:10px;display:grid}.account-pro-tabs button{text-align:left;cursor:pointer;background:#fff;border:1px solid #ebddd1;border-radius:20px;gap:5px;padding:16px;transition:background .18s,border-color .18s,transform .18s;display:grid}.account-pro-tabs button:hover{transform:translateY(-1px)}.account-pro-tabs button b{color:#271913;font-size:17px}.account-pro-tabs button span{color:#8d776b;font-size:13px;line-height:1.5}.account-pro-tabs button.active{background:#8f1d18;border-color:#8f1d18}.account-pro-tabs button.active b,.account-pro-tabs button.active span{color:#fff}.account-pro-recent-card{background:#fffaf6;border:1px solid #f0e2d7;border-radius:22px;padding:16px}.account-pro-recent-list{gap:10px;margin-top:10px;display:grid}.account-pro-recent-order{text-align:left;cursor:pointer;background:#fff;border:1px solid #eddcd0;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.account-pro-recent-order div{gap:3px;display:grid}.account-pro-recent-order b{color:#231610}.account-pro-recent-order span{color:#8d7568;font-size:13px}.account-pro-recent-order strong{color:#9f2217}.account-pro-empty-side{color:#8b7468;background:#fff;border:1px dashed #e6d6ca;border-radius:16px;padding:16px;font-size:14px}.account-pro-content{gap:18px;display:grid}.account-pro-toolbar{justify-content:space-between;align-items:end;gap:18px;padding:8px 2px;display:flex}.account-pro-toolbar-copy h2{color:#201611;margin:0;font-size:32px}.account-pro-toolbar-copy p{color:#7c675a;margin:8px 0 0}.account-pro-track-form{grid-template-columns:minmax(260px,1fr) auto;gap:12px;min-width:min(100%,520px);display:grid}.account-pro-empty-state{text-align:center;padding:44px 28px}.account-pro-empty-state.slim{padding:30px}.account-pro-empty-illustration{font-size:52px}.account-pro-empty-state h3{color:#241711;margin:14px 0 8px;font-size:28px}.account-pro-empty-state p{color:#816c60;max-width:560px;margin:0 auto;line-height:1.8}.account-pro-grid-top{grid-template-columns:minmax(330px,.92fr) minmax(420px,1.08fr);gap:18px;display:grid}.account-pro-grid-bottom{grid-template-columns:minmax(360px,1.08fr) minmax(320px,.92fr);gap:18px;display:grid}.account-pro-panel{padding:20px}.account-pro-status-panel,.account-pro-map-panel,.account-pro-chat-panel,.account-pro-order-panel{gap:16px;display:grid}.account-pro-status-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:10px 14px;font-size:13px;font-weight:800;display:inline-flex}.account-pro-status-badge.pending{color:#926200;background:#fff5db}.account-pro-status-badge.ok{color:#0d7a38;background:#e9f8ee}.account-pro-status-badge.warm{color:#b15a12;background:#fff0e2}.account-pro-status-badge.done{color:#0d7a38;background:#e8fff0}.account-pro-status-badge.danger{color:#aa1d1d;background:#ffeaea}.account-pro-timeline{grid-template-columns:repeat(6,1fr);gap:8px;padding:10px 0 2px;display:grid}.account-pro-timeline div{text-align:center;color:#9d8678;padding-top:2px;font-size:12px;font-weight:700;position:relative}.account-pro-timeline div:before{content:"";background:#e4d6cc;height:3px;position:absolute;top:14px;left:-50%;right:50%}.account-pro-timeline div:first-child:before{display:none}.account-pro-timeline i{z-index:1;background:#ded0c5;border:4px solid #fff;border-radius:50%;width:24px;height:24px;margin:0 auto 8px;display:block;position:relative;box-shadow:0 0 0 1px #e9dbd0}.account-pro-timeline .done{color:#1d7f43}.account-pro-timeline .done:before,.account-pro-timeline .done i{background:#27a257}.account-pro-meta-list{gap:10px;display:grid}.account-pro-meta-list div{border-bottom:1px solid #f0e5dc;justify-content:space-between;align-items:flex-start;gap:14px;padding:13px 0;display:flex}.account-pro-meta-list div:last-child{border-bottom:0}.account-pro-meta-list span{color:#8b756a;font-weight:700}.account-pro-meta-list b{color:#231711;text-align:right;max-width:58%}.account-pro-action-row{flex-wrap:wrap;gap:10px;display:flex}.account-pro-live-chip{color:#167a3d;background:#eff8f0;border:1px solid #d0ead8;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.account-pro-map-panel .tracking-map{border-radius:20px;min-height:460px}.account-pro-map-panel .tracking-map-box{height:460px}.account-pro-map-panel .tracking-map-note{font-size:15px}.account-pro-chat-list{background:#faf7f3;border:1px solid #efe2d7;border-radius:20px;flex-direction:column;gap:10px;min-height:330px;max-height:330px;padding:4px;display:flex;overflow:auto}.account-pro-chat-bubble{background:#fff;border:1px solid #eadbd0;border-radius:18px 18px 18px 6px;max-width:78%;padding:12px 14px;box-shadow:0 8px 18px #462e1f0d}.account-pro-chat-bubble.mine{background:#effaf3;border-color:#cde9d6;border-radius:18px 18px 6px;align-self:flex-end}.account-pro-chat-bubble b{color:#2b1c15;margin-bottom:4px;display:block}.account-pro-chat-bubble p{color:#4f3b31;white-space:pre-wrap;margin:0 0 6px;line-height:1.7}.account-pro-chat-bubble small{color:#8d786d}.account-pro-chat-empty,.account-pro-chat-closed{text-align:center;color:#8d776b;background:#fffaf6;border:1px dashed #e4d6ca;border-radius:18px;place-items:center;min-height:220px;padding:20px;display:grid}.account-pro-chat-compose{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.account-pro-error{color:#b1221c;font-weight:700}.account-pro-items{gap:10px;display:grid}.account-pro-item-row{background:#fffaf7;border:1px solid #eee1d7;border-radius:16px;justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.account-pro-item-row b{color:#231712}.account-pro-item-row small{color:#8b7468;margin-top:4px;display:block}.account-pro-item-row span{color:#9f2018;font-weight:800}.account-pro-order-total{border-top:1px solid #eee0d6;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;font-size:17px;display:flex}.account-pro-order-total b{color:#20140f;font-size:24px}.account-pro-review-box{border-top:1px solid #eee1d7;margin-top:6px;padding-top:4px}.account-pro-stars{gap:6px;margin:6px 0 10px;display:flex}.account-pro-stars button{color:#d8c7bc;cursor:pointer;background:0 0;border:0;padding:0;font-size:34px;line-height:1}.account-pro-stars button.active{color:#f0aa18}.account-pro-textarea{resize:vertical;min-height:130px;margin-bottom:12px}.account-pro-review-message{color:#7a6358;margin-top:10px;line-height:1.6;display:block}.account-pro-summary-cards{margin-top:6px}.account-pro-history-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;display:grid}.account-pro-history-card{padding:20px}.account-pro-history-meta{gap:8px;margin:14px 0;display:grid}.account-pro-history-meta p{border-bottom:1px solid #f0e6dd;justify-content:space-between;gap:12px;margin:0;padding-bottom:8px;display:flex}.account-pro-history-meta p:last-child{border-bottom:0;padding-bottom:0}.account-pro-history-meta b{color:#866f61}.account-pro-history-meta span{color:#231712;font-weight:700}.account-pro-history-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}@media (width<=1200px){.account-pro-hero,.account-pro-shell,.account-pro-grid-top,.account-pro-grid-bottom{grid-template-columns:1fr}.account-pro-sidebar{position:static}.account-pro-track-form{min-width:0}}@media (width<=760px){.account-pro-page{gap:18px}.account-pro-copy,.account-pro-lookup,.account-pro-panel,.account-pro-sidebar,.account-pro-empty-state,.account-pro-history-card{border-radius:22px}.account-pro-copy{padding:22px}.account-pro-lookup,.account-pro-panel,.account-pro-sidebar,.account-pro-history-card{padding:18px}.account-pro-form-row,.account-pro-track-form,.account-pro-chat-compose,.account-pro-mini-stats{grid-template-columns:1fr}.account-pro-toolbar{align-items:stretch}.account-pro-toolbar-copy h2{font-size:26px}.account-pro-timeline{grid-template-columns:repeat(6,120px);padding-bottom:8px;overflow:auto}.account-pro-meta-list div,.account-pro-item-row,.account-pro-order-total{flex-direction:column;align-items:flex-start}.account-pro-meta-list b{text-align:left;max-width:none}.account-pro-map-panel .tracking-map,.account-pro-map-panel .tracking-map-box{height:340px;min-height:340px}.account-pro-chat-list{min-height:260px;max-height:260px}}.tracking-route-panel{z-index:420;background:#fffffff5;border:1px solid #ead8c5;border-radius:16px;gap:10px;padding:12px 14px;display:grid;position:absolute;top:14px;left:14px;right:14px;box-shadow:0 12px 24px #0000001a}.tracking-route-legend{flex-wrap:wrap;gap:8px;display:flex}.tracking-route-pill{border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.tracking-route-pill:before{content:"";border-radius:50%;width:10px;height:10px;display:inline-block}.tracking-route-pill-restaurant{color:#7f5a06;background:#fff7df;border-color:#f0d896}.tracking-route-pill-restaurant:before{background:#f0be3a}.tracking-route-pill-rider{color:#106c35;background:#effaf3;border-color:#cce8d6}.tracking-route-pill-rider:before{background:#1fb05c}.tracking-route-pill-customer{color:#94261f;background:#fff0ef;border-color:#f1c8c5}.tracking-route-pill-customer:before{background:#c6352d}.tracking-route-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.tracking-route-summary-grid div{background:#fffaf6;border:1px solid #efe1d6;border-radius:12px;gap:4px;padding:10px 12px;display:grid}.tracking-route-summary-grid small{color:#856e61;font-size:12px;font-weight:700}.tracking-route-summary-grid b{color:#231711;font-size:15px}.tracking-route-caption{color:#6f5140;margin:0;font-size:13px;line-height:1.6}.tracking-map{padding-top:168px}.tracking-map.compact{padding-top:158px}@media (width<=900px){.tracking-route-panel{padding:10px 11px;top:10px;left:10px;right:10px}.tracking-route-summary-grid{grid-template-columns:1fr}.tracking-map{padding-top:238px}.tracking-map.compact{padding-top:228px}}.tracking-coordinate-warning{z-index:440;color:#9b211a;background:#ffeeecf7;border:1px solid #efb7b2;border-radius:14px;padding:12px 14px;font-size:14px;font-weight:700;line-height:1.6;position:absolute;bottom:14px;left:14px;right:14px;box-shadow:0 10px 24px #0000001a}.tracking-coordinate-warning.success{color:#176d38;background:#ebfaf0f7;border-color:#b9dfc5}.tracking-current-route-label{color:#dc2626!important}.tracking-map-box .leaflet-overlay-pane svg{overflow:visible}.tracking-map-box path.leaflet-interactive{stroke-linecap:round;stroke-linejoin:round}.rider-panel-heading,.rider-editor-title,.rider-directory-heading,.rider-directory-identity,.rider-directory-actions,.rider-form-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.rider-management-layout{grid-template-columns:minmax(300px,390px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.rider-delivery-orders-card{grid-column:1/-1}.admin-rider-editor-form{gap:8px;display:grid}.admin-rider-editor-form label{color:#4e4540;margin-top:7px;font-size:13px;font-weight:800}.admin-rider-editor-form>input,.rider-password-field input{background:#fff;border:1px solid #d8cec6;border-radius:12px;width:100%;padding:12px 13px;font-size:15px}.admin-rider-editor-form>input:focus,.rider-password-field input:focus{border-color:#9f2019;outline:none;box-shadow:0 0 0 3px #9f20191a}.rider-password-field{grid-template-columns:1fr auto;gap:8px;display:grid}.rider-password-field button,.rider-cancel-edit,.rider-edit-button,.rider-enable-button,.rider-disable-button{cursor:pointer;border:0;border-radius:10px;padding:10px 12px;font-weight:800}.rider-password-field button{color:#fff;background:#28221f}.rider-form-help{color:#756b65;line-height:1.45}.rider-active-check{background:#f5fff8;border:1px solid #d9e9de;border-radius:12px;align-items:center;gap:9px;margin:8px 0;padding:12px;display:flex}.rider-active-check input{width:18px;height:18px}.rider-form-actions .pay{flex:1;margin:0}.rider-cancel-edit{color:#4d443f;background:#ece8e5}.rider-directory{gap:10px;display:grid}.rider-directory-row{background:#fff;border:1px solid #e5ddd7;border-radius:15px;grid-template-columns:minmax(190px,1.2fr) minmax(190px,1fr) auto;align-items:center;gap:14px;padding:13px;display:grid}.rider-directory-row.active{background:#f8fff9;border-color:#bbdfc7}.rider-directory-row.inactive{opacity:.78;background:#f5f5f5}.rider-directory-identity{justify-content:flex-start}.rider-directory-identity b,.rider-directory-identity small,.rider-directory-meta span{display:block}.rider-directory-identity small,.rider-directory-meta{color:#70665f;font-size:12px}.rider-directory-meta{line-height:1.65}.rider-status-dot{border-radius:50%;flex:0 0 12px;width:12px;height:12px}.rider-status-dot.active{background:#16803b;box-shadow:0 0 0 4px #16803b21}.rider-status-dot.inactive{background:#888;box-shadow:0 0 0 4px #5a5a5a1a}.rider-state-badge{border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900}.rider-state-badge.active{color:#116b32;background:#e5f8eb}.rider-state-badge.inactive{color:#555;background:#e7e7e7}.rider-edit-button{color:#fff;background:#29231f}.rider-enable-button{color:#fff;background:#16803b}.rider-disable-button{color:#fff;background:#a51c14}.rider-enable-button:disabled,.rider-disable-button:disabled{cursor:wait;opacity:.55}@media (width<=1050px){.rider-management-layout{grid-template-columns:1fr}.rider-delivery-orders-card{grid-column:auto}.rider-directory-row{grid-template-columns:1fr}.rider-directory-actions{flex-wrap:wrap;justify-content:flex-start}}@media (width<=600px){.rider-panel-heading,.rider-editor-title,.rider-directory-heading,.rider-form-actions{flex-direction:column;align-items:stretch}.rider-password-field{grid-template-columns:1fr}.rider-directory-actions button{flex:1}}.partner-accounting-page{gap:18px;display:grid}.accounting-summary-grid{grid-template-columns:repeat(6,minmax(160px,1fr));gap:12px;display:grid}.accounting-summary-grid article{background:#fff;border:1px solid #e4ddd7;border-radius:17px;min-height:128px;padding:16px;box-shadow:0 10px 24px #0000000b}.accounting-summary-grid span,.accounting-summary-grid b,.accounting-summary-grid small{display:block}.accounting-summary-grid span{color:#6e655f;font-size:13px;font-weight:700}.accounting-summary-grid b{color:#8f1d18;margin:9px 0 6px;font-size:21px;line-height:1.25}.accounting-summary-grid small{color:#81766e;line-height:1.4}.accounting-summary-grid .bbva-balance-card{background:#f5fbff;border-color:#a9d0ee}.accounting-summary-grid .settlement-card{background:#fffaf0;border-color:#ead5a7;grid-column:span 2}.accounting-main-grid{grid-template-columns:minmax(320px,1.2fr) minmax(280px,.8fr);align-items:start;gap:18px;display:grid}.accounting-card-heading,.accounting-ledger-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.accounting-entry-form,.accounting-settings-form{gap:8px;display:grid}.accounting-entry-form label,.accounting-settings-form label{color:#514740;margin-top:6px;font-size:13px;font-weight:800}.accounting-entry-form input,.accounting-entry-form select,.accounting-entry-form textarea,.accounting-settings-form input,.accounting-filters input,.accounting-filters select{width:100%;font:inherit;background:#fff;border:1px solid #d9cfc7;border-radius:11px;padding:11px 12px}.accounting-entry-form textarea{resize:vertical;min-height:86px}.accounting-settings-form{margin-bottom:24px}.accounting-category-summary p{border-bottom:1px solid #eee6df;justify-content:space-between;gap:12px;margin:0;padding:9px 0;display:flex}.accounting-filters{grid-template-columns:minmax(220px,1fr) 210px 190px;gap:10px;margin:14px 0;display:grid}.accounting-table td a{color:#8f1d18;font-weight:800}.accounting-table .danger-button.compact{margin-left:6px;padding:7px 9px}@media (width<=1250px){.accounting-summary-grid{grid-template-columns:repeat(3,1fr)}.accounting-summary-grid .settlement-card{grid-column:span 1}}@media (width<=850px){.accounting-main-grid,.accounting-filters{grid-template-columns:1fr}.accounting-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.accounting-summary-grid{grid-template-columns:1fr}.accounting-card-heading,.accounting-ledger-heading{flex-direction:column;align-items:stretch}}.system-backup-page{gap:18px;display:grid}.system-health-grid{grid-template-columns:repeat(6,minmax(150px,1fr));gap:12px;display:grid}.system-health-card{background:#fff;border:1px solid #e4ddd7;border-radius:16px;min-height:125px;padding:15px;box-shadow:0 10px 24px #0000000b}.system-health-card span,.system-health-card b,.system-health-card small{display:block}.system-health-card span{color:#746a63;text-transform:uppercase;font-size:12px;font-weight:800}.system-health-card b{margin:10px 0 6px;font-size:18px}.system-health-card small{color:#756c65;overflow-wrap:anywhere;line-height:1.4}.system-health-card.ok{background:#f6fff8;border-color:#b9dfc6}.system-health-card.ok b{color:#116b32}.system-health-card.warning{background:#fffaf0;border-color:#efd79d}.system-health-card.warning b{color:#8a5b00}.system-health-card.error{background:#fff5f4;border-color:#efb0ad}.system-health-card.error b{color:#a51c14}.system-health-card.info{background:#f5fbff;border-color:#b9d7eb}.render-backup-warning{background:#fffaf0;border-color:#efd79d;justify-content:space-between;align-items:center;gap:22px;display:flex}.render-backup-warning h2,.render-backup-warning p{margin-top:0}.render-backup-warning span{color:#fff;background:#3b2c0d;border-radius:12px;max-width:390px;padding:12px;font-size:13px;font-weight:700}.backup-action-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.backup-action-grid .admin-card{flex-direction:column;display:flex}.backup-action-grid .pay{margin-top:auto}.backup-history-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.backup-status-badge{border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;display:inline-flex}.backup-status-badge.completed{color:#116b32;background:#e5f8eb}.backup-status-badge.running,.backup-status-badge.pending{color:#8a5600;background:#fff1d8}.backup-status-badge.failed{color:#9b1711;background:#ffe3e1}.backup-table td small{color:#777;max-width:280px;margin-top:4px;display:block}.backup-table code{font-size:11px}.backup-row-actions{min-width:300px}.backup-row-actions button{color:#fff;cursor:pointer;background:#29231f;border:0;border-radius:8px;margin:3px;padding:8px 9px;font-size:12px;font-weight:800}.backup-row-actions button:disabled{cursor:not-allowed;opacity:.45}.backup-failed-row{background:#fff8f7}.restore-safety-card{background:#fff9f8;border-color:#e8c1bd}.restore-safety-card ol{margin-bottom:0;padding-left:22px;line-height:1.8}@media (width<=1250px){.system-health-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.backup-action-grid{grid-template-columns:1fr}.render-backup-warning,.backup-history-heading{flex-direction:column;align-items:stretch}}@media (width<=620px){.system-health-grid{grid-template-columns:1fr 1fr}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
