:root{--bg:#12151c;--surface:#1b212c;--surface-2:#1f2632;--text:#b7bec9;--text-h:#f5f1e6;--border:#2f3640;--gold:#b0842f;--gold-hover:#9a7327;--gold-soft:#b0842f24;--deep-blue:#1e3a5f;--green:#4ade80;--green-bg:#4ade8026;--red:#f87171;--red-bg:#f8717126;--gray-bg:#232a37;--shadow:#00000059 0 8px 24px;--font-heading:"Montserrat", system-ui, sans-serif;--font-body:"Helvetica Neue", Helvetica, Arial, sans-serif;font:15px/1.5 var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{background:radial-gradient(ellipse at top, #182131 0%, var(--bg) 55%);min-height:100svh;margin:0}#root{min-height:100svh;overflow-x:clip}h1,h2{font-family:var(--font-heading);color:var(--text-h);letter-spacing:.01em;margin:0;font-weight:700}h1{margin-bottom:12px;font-size:26px}h2{margin-bottom:16px;font-size:18px}button{font:inherit;cursor:pointer;background:var(--gold);color:#1c1506;border:none;border-radius:999px;padding:10px 20px;font-weight:600;transition:background .15s,transform .1s}button:hover:not(:disabled){background:var(--gold-hover)}button:active:not(:disabled){transform:scale(.98)}button:disabled{opacity:.4;cursor:not-allowed}.secondary-button{background:var(--gray-bg);color:var(--text-h)}.secondary-button:hover:not(:disabled){background:var(--border)}.link-button{color:var(--gold);background:0 0;border-radius:0;margin-left:14px;padding:4px 0;font-size:14px}.link-button:hover:not(:disabled){background:0 0;text-decoration:underline}input,select,textarea{font:inherit;border:1px solid var(--border);background:var(--surface-2);color:var(--text-h);border-radius:8px;width:100%;padding:9px 12px;font-size:16px}input:focus,select:focus,textarea:focus{border-color:var(--gold);outline:none}textarea{resize:vertical;min-height:70px}label{color:var(--text-h);flex-direction:column;gap:6px;margin-bottom:14px;font-size:13px;font-weight:500;display:flex}.hint{color:var(--text);margin:4px 0;font-size:13px}.hint-inline{color:var(--text);font-weight:400}.veg-mode-note{color:var(--green);font-weight:600}.error{color:var(--red);margin:8px 0;font-size:13px}.empty-state{color:var(--text);text-align:center;padding:24px 0;font-size:14px}.auth-shell{min-height:100svh;padding:calc(24px + env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom));justify-content:center;align-items:center;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);width:100%;max-width:360px;box-shadow:var(--shadow);border-radius:16px;padding:32px}.auth-card h1{color:var(--gold);font-size:30px}.brand-logo-full{width:auto;height:88px;margin:0 auto 12px;display:block}.brand-mark{vertical-align:middle;width:auto;height:30px;margin-right:8px}.auth-card .subtitle{color:var(--text);margin:4px 0 24px}.auth-card form{margin-top:8px}.auth-mode-toggle{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;gap:4px;padding:4px;display:flex}.auth-mode-tab{color:var(--text);background:0 0;border-radius:999px;flex:1;padding:8px 0;font-size:14px;font-weight:600}.auth-mode-tab:hover:not(:disabled){color:var(--text-h);background:0 0}.auth-mode-tab-active,.auth-mode-tab-active:hover:not(:disabled){background:var(--gold);color:#1c1506}.auth-method-toggle{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;gap:4px;margin-bottom:10px;padding:4px;display:flex}.auth-method-tab{color:var(--text);background:0 0;border-radius:999px;flex:1;padding:8px 0;font-size:14px;font-weight:700}.auth-method-tab:hover:not(:disabled){color:var(--text-h);background:0 0}.auth-method-tab-active,.auth-method-tab-active:hover:not(:disabled){background:var(--gold);color:#1c1506}.auth-divider{color:var(--text);opacity:.6;align-items:center;gap:12px;margin:18px 0 14px;font-size:13px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.social-buttons{flex-direction:column;align-items:center;gap:10px;display:flex}.gsi-button{justify-content:center;min-height:40px;display:flex}.social-btn{border:1px solid var(--border);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;max-width:280px;padding:11px 0;font-size:15px;font-weight:600;display:inline-flex}.yahoo-btn{color:#fff;background:#5f01d1;border-color:#5f01d1}.yahoo-btn:hover:not(:disabled){background:#4a00a3}.yahoo-y{font-weight:800}.google-btn{color:#1f1f1f;background:#fff;border-color:#dadce0}.google-btn:hover:not(:disabled){background:#f2f3f4}.google-btn:disabled{opacity:.6;cursor:default}.google-g{color:#4285f4;font-size:17px;font-weight:800}.auth-info{background:var(--gold-soft);color:var(--text-h);border-radius:10px;padding:10px 12px}.front-shell{--navy:#1f3a5f;--navy-deep:#142a45;--navy-sunk:#0a162680;--gold-line:#c79a3a47;background:#171d2b url(/login-bg.jpg) 50%/cover no-repeat;flex-direction:column;min-height:100svh;display:flex}.front-body{z-index:1;width:100%;max-width:400px;padding:calc(24px + env(safe-area-inset-top)) 20px calc(24px + env(safe-area-inset-bottom));margin:auto;position:relative}.front-logo{filter:drop-shadow(0 8px 20px #0000008c);width:auto;height:clamp(72px,12svh,100px);margin:0 auto 8px;display:block}.front-tagline{text-align:center;letter-spacing:.02em;color:#f5f1e6b8;margin:0 0 16px;font-size:14px}.front-shell .auth-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#171d2bed;border:1px solid #c79a3a38;border-radius:26px;max-width:none;padding:26px 20px 24px;box-shadow:0 24px 60px #0000008c}.front-shell form button[type=submit]{width:100%;padding:13px 20px;font-size:16px}.front-shell .auth-method-toggle,.front-shell .auth-mode-toggle{background:var(--navy-sunk);border-color:#c79a3a2e}.front-shell label{color:#f5f1e6e0}.front-shell input{background:var(--navy-sunk);border-color:#c79a3a38}.front-shell input::placeholder{color:#f5f1e661}.front-shell input:focus{border-color:var(--gold);background:#0a1626b8}.front-shell .hint{color:#f5f1e6a8}.front-shell .auth-divider:before,.front-shell .auth-divider:after{background:var(--gold-line)}.front-shell .social-btn{border-color:var(--gold-line)}.front-shell .yahoo-btn{border-color:#5f01d1}.front-shell .google-btn{background:var(--gold);color:#1c1506;border-color:var(--gold)}.front-shell .google-btn:hover:not(:disabled){background:var(--gold-hover)}.front-shell .google-btn .google-g{color:#1c1506}@media (height<=720px){.front-logo{height:clamp(58px,10svh,76px)}.front-tagline{margin-bottom:12px;font-size:13px}}.app-shell{max-width:700px;margin:0 auto}.app-header{padding:calc(16px + env(safe-area-inset-top)) calc(24px + env(safe-area-inset-right)) 16px calc(24px + env(safe-area-inset-left));border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#12151ce6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex;position:sticky;top:0}.app-logo{font-family:var(--font-heading);letter-spacing:.03em;background:0 0;padding:0;font-size:22px;font-weight:700;color:var(--gold)!important;text-decoration:none!important}.app-logo-lockup{width:auto;height:58px;display:block}.header-actions{align-items:center;gap:14px;display:flex}.page{padding:24px 24px 120px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:14px;margin-bottom:16px;padding:20px}.checkout-row{align-items:stretch;gap:16px;margin-bottom:16px;display:flex}.checkout-row>.panel{flex:1;min-width:0;margin-bottom:0}.checkout-instructions{flex-direction:column;display:flex}.checkout-instructions textarea{flex:1}.badge{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.badge-gray{background:var(--gray-bg);color:var(--text)}.badge-status-placed{background:var(--gold-soft);color:var(--gold)}.badge-status-accepted,.badge-status-preparing{color:#9dc0ea;background:#1e3a5f80}.badge-status-out_for_delivery{color:#c4b5fd;background:#a78bfa26}.badge-status-delivered{background:var(--green-bg);color:var(--green)}.badge-status-cancelled,.badge-status-rejected{background:var(--red-bg);color:var(--red)}.order-items{color:var(--text);margin:8px 0;padding:0;font-size:14px;list-style:none}.order-line{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:10px 0;display:flex}.order-line:last-child{border-bottom:none}.order-line-name{min-width:0;color:var(--text-h);flex:1;font-weight:600}.order-line-price{color:var(--gold);white-space:nowrap;text-align:right;min-width:60px;font-weight:600}.order-line .qty-stepper button{padding:3px 11px}.order-total{font-weight:700;color:var(--gold)!important}.restaurant-filters{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.locality-filter{margin-bottom:0}.cuisine-chip-row{flex-wrap:wrap;gap:5px;display:flex}.cuisine-chip{background:var(--gray-bg);color:var(--text);white-space:nowrap;padding:5px 9px;font-size:10.5px;font-weight:600}.cuisine-chip:hover:not(:disabled){background:var(--border)}.cuisine-chip-active{background:var(--gold);color:#1c1506}.cuisine-chip-active:hover:not(:disabled){background:var(--gold-hover)}.restaurant-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}@media (width<=767px){.native .restaurant-card-info>:not(h3),.native .restaurant-card-rating,.native .restaurant-card-dish-badge{display:none}.native .restaurant-card h3{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:400;overflow:hidden}.native .restaurant-card-info{padding-left:12px;padding-right:12px}.native .recommended-heading{font-weight:400}.native .restaurant-grid-full{grid-template-columns:1fr}.native .restaurant-grid-full .restaurant-card h3{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.checkout-row{flex-direction:column}.native .page{padding-left:12px;padding-right:12px}}.native .app-logo-lockup{height:76px}.native .app-logo{align-self:flex-start}.native .header-actions .link-button{font-size:15px}.native .cuisine-chip{font-size:12.5px}.restaurant-card-wrap{display:flex;position:relative}.restaurant-card-wrap .restaurant-card{flex:1}.restaurant-hide-btn{z-index:2;width:30px;height:30px;color:var(--text-h);border:1px solid var(--border);opacity:.85;background:#0000008c;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:14px;line-height:1;display:flex;position:absolute;top:8px;left:8px}.restaurant-hide-btn:hover:not(:disabled){border-color:var(--gold);opacity:1;background:#000000bf}.restaurant-fav-btn{z-index:2;color:#fff;border:1px solid var(--border);opacity:.9;background:#0000008c;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:16px;line-height:1;display:flex;position:absolute;top:8px;right:8px}.restaurant-fav-btn:hover{border-color:var(--gold);opacity:1;background:#000000bf}.restaurant-fav-btn.fav-active{color:#ff5a5f;border-color:#ff5a5f}.hidden-count-bar{align-items:center;gap:8px;margin:-4px 0 12px;display:flex}.hidden-count-bar .link-button{margin-left:0}.coupon-input-row{gap:8px;display:flex}.coupon-input-row input{text-transform:uppercase;flex:1}.coupon-input-row .secondary-button{flex-shrink:0}.coupon-applied{border:1px solid var(--green,#4ade80);background:var(--green-bg);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.coupon-applied .link-button{flex-shrink:0;margin-left:0}.coupon-ok{color:var(--green,#4ade80);font-weight:600}.coupon-err{color:var(--gold);font-weight:600}.checkout-discount{color:var(--green,#4ade80);font-weight:600}.recommended-section{margin-bottom:20px}.recommended-heading{margin:4px 0 12px;font-size:18px}.restaurant-card-reason{color:var(--gold);margin-bottom:2px;font-size:12px;font-weight:700}.restaurant-card-myrating{color:var(--gold);background:var(--gold-soft);border-radius:6px;margin-top:4px;padding:2px 8px;font-size:12px;font-weight:700;display:inline-block}.wallet-balance{border:1px solid var(--gold);background:var(--gold-soft);border-radius:14px;flex-direction:column;align-items:center;gap:4px;margin:8px 0 16px;padding:18px;display:flex}.wallet-balance strong{color:var(--gold);font-size:30px}.wallet-topup{margin-bottom:16px}.wallet-topup h3,.wallet-tx-list+h3,.wallet-topup+h3{margin-bottom:8px;font-size:15px}.wallet-presets{margin-bottom:10px}.wallet-amount-input{width:110px}.wallet-topup-msg{margin-top:8px}.wallet-tx-list{flex-direction:column;display:flex}.wallet-tx-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.wallet-tx-row:last-child{border-bottom:none}.wallet-tx-row .hint{margin-top:2px;font-size:12px}.wallet-amount-in{color:var(--green,#4ade80);white-space:nowrap;font-weight:700}.wallet-amount-out{color:var(--text-h);white-space:nowrap;font-weight:700}.mini-card-button{cursor:pointer;text-align:left;align-items:flex-start}.mini-card-button:hover{border-color:var(--gold);background:var(--surface)}.coupon-list{flex-direction:column;gap:10px;margin-top:8px;display:flex}.coupon-card{border:1px dashed var(--gold);background:var(--gold-soft);border-radius:12px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.coupon-code-chip{background:var(--gold);color:#1c1506;letter-spacing:.5px;flex-shrink:0;padding:6px 12px;font-size:13px;font-weight:700}.coupon-card-body{flex-direction:column;gap:2px;display:flex}.coupon-card-body strong{color:var(--text-h)}.hidden-restaurant-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.hidden-restaurant-row:last-child{border-bottom:none}.hidden-restaurant-row strong{color:var(--text-h)}.hidden-restaurant-row .hint{margin-top:2px}.back-link{margin:0 0 8px;display:inline-block}.restaurant-card{text-align:left;background:var(--surface);border:1px solid var(--border);color:var(--text-h);box-shadow:var(--shadow);border-radius:14px;flex-direction:column;padding:0;display:flex;overflow:hidden}.restaurant-card:hover:not(:disabled){border-color:var(--gold);background:var(--gold-soft)}.restaurant-card-banner{background-color:var(--deep-blue);background-image:radial-gradient(circle at 30% 20%, #daaf271f, transparent 60%), linear-gradient(135deg, var(--deep-blue), var(--bg));background-position:50%;background-size:cover;flex-shrink:0;justify-content:flex-end;align-items:flex-end;height:130px;padding:12px;display:flex;position:relative}.restaurant-card-dish-badge{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 24px);color:var(--text-h);border:1px solid var(--border);background:#0000008c;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;position:absolute;bottom:12px;left:12px;overflow:hidden}.restaurant-card-rating{color:var(--gold);background:#0000008c;border:1px solid #daaf274d;border-radius:999px;padding:4px 10px;font-size:13px;font-weight:700}.restaurant-card-info{padding:14px 16px 16px}.restaurant-card h3{font-family:var(--font-heading);color:var(--text-h);margin:0;font-size:18px}.restaurant-card-cuisine{color:var(--gold);margin:4px 0 6px;font-size:13px;font-weight:600}.restaurant-card-closed{color:var(--red);margin:4px 0 0;font-size:13px;font-weight:600}.free-delivery-badge{color:var(--green);align-items:center;gap:3px;margin-left:6px;font-weight:700;display:inline-flex}.free-delivery-badge svg{width:13px;height:13px}.restaurant-card-offer{color:var(--gold);background:var(--gold-soft);border:1px solid #daaf274d;border-radius:999px;margin:8px 0 0;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;display:grid}.menu-card{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.menu-card-photo{background-color:var(--surface-2);background-image:linear-gradient(135deg,#223049,#12151c);background-position:50%;background-size:cover;min-height:170px}.menu-card-footer{justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.menu-card-info{flex-direction:column;gap:2px;min-width:0;display:flex}.menu-card-name{font-family:var(--font-heading);color:var(--text-h);align-items:center;gap:8px;font-size:16px;display:flex}.menu-card-meta{color:var(--gold);font-size:14px;font-weight:600}.menu-list{flex-direction:column;gap:10px;display:flex}.menu-item-row{background:var(--surface);border:1px solid var(--border);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;transition:border-color .15s;display:flex}.menu-item-row:hover{border-color:var(--gold)}.menu-item-main{align-items:center;gap:14px;display:flex}.menu-item-thumb{object-fit:cover;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;flex-shrink:0;width:56px;height:56px}.menu-item-thumb-empty{background:var(--surface-2)}.menu-item-name{color:var(--text-h);align-items:center;gap:8px;margin:0;font-size:15px;font-weight:600;display:flex}.menu-item-price{color:var(--gold);margin:6px 0 0;font-weight:600}.veg-dot,.non-veg-dot{border:1.5px solid var(--green);border-radius:2px;width:10px;height:10px;display:inline-block}.veg-dot{background:var(--green)}.non-veg-dot{border-color:var(--red);background:var(--red)}.qty-stepper{align-items:center;gap:10px;display:flex}.qty-stepper button{background:var(--gold-soft);color:var(--gold);padding:4px 14px}.qty-stepper button:hover:not(:disabled){background:var(--gold);color:#1c1506}.warning-banner{background:var(--gray-bg);color:var(--text-h);border-radius:10px;margin-bottom:16px;padding:12px 14px;font-size:14px}.cart-bar{bottom:calc(64px + env(safe-area-inset-bottom));background:var(--surface-2);border:1px solid var(--border);max-width:700px;color:var(--text-h);box-shadow:var(--shadow);z-index:21;border-bottom:none;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;margin:0 auto;padding:16px 24px;display:flex;position:fixed;left:0;right:0}.cart-bar span{font-weight:600}.cancel-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:12px;display:flex}.radio-row{flex-direction:row;align-items:center;gap:10px;margin-bottom:10px;font-weight:400}.radio-row input{width:auto;accent-color:var(--gold)}.stacked-form{flex-direction:column;gap:8px;margin-top:8px;display:flex}.schedule-picker{flex-direction:column;gap:10px;margin-top:4px;display:flex}.schedule-picker input[type=time]{max-width:160px}.place-order-button{width:100%;padding:16px;font-size:16px}.stepper{justify-content:space-between;margin:24px 0;display:flex;position:relative}.stepper:before{content:"";background:var(--border);height:2px;position:absolute;top:6px;left:6%;right:6%}.stepper-item{color:var(--text);z-index:1;text-align:center;flex-direction:column;flex:1;align-items:center;gap:8px;font-size:11px;display:flex;position:relative}.stepper-dot{background:var(--border);border-radius:50%;width:14px;height:14px}.stepper-item-done .stepper-dot{background:var(--gold)}.stepper-item-done{color:var(--text-h);font-weight:600}.order-list{flex-direction:column;gap:12px;display:flex}.order-card{border:1px solid var(--border);text-align:left;background:var(--surface);color:var(--text-h);border-radius:14px;padding:16px}.order-card-clickable{text-align:left;width:100%;color:inherit;background:0 0;border-radius:0;padding:0;display:block}.order-card-clickable:hover:not(:disabled){background:0 0}.order-card:has(.order-card-clickable:hover){border-color:var(--gold)}.order-card-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.bottom-nav{background:var(--surface-2);border-top:1px solid var(--border);max-width:700px;padding:8px 8px calc(8px + env(safe-area-inset-bottom));z-index:20;justify-content:space-around;align-items:center;margin:0 auto;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav-item{color:var(--text);background:0 0;border-radius:12px;flex-direction:column;align-items:center;gap:3px;padding:6px 18px;font-size:11px;font-weight:500;display:flex;position:relative}.bottom-nav-item:hover:not(:disabled){color:var(--text-h);background:0 0}.bottom-nav-item.active{color:var(--gold)}.bottom-nav-item svg{width:22px;height:22px}.bottom-nav-badge{background:var(--gold);color:#1c1506;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:10px;font-weight:700;display:flex;position:absolute;top:0;right:8px}.modal-overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{max-height:90vh;overflow-y:auto}.modal-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.edit-order-items{flex-direction:column;gap:10px;margin:8px 0 4px;padding:0;list-style:none;display:flex}.edit-order-item{justify-content:space-between;align-items:center;gap:12px;display:flex}.edit-order-item-info{flex-direction:column;min-width:0;display:flex}.edit-order-item-name{font-weight:600}.edit-order-item-removed .edit-order-item-name{opacity:.6;text-decoration:line-through}.edit-order-add{border-top:1px solid var(--border);margin-top:14px;padding-top:12px}.edit-order-add-title{margin:0 0 4px;font-size:15px}.edit-order-fee-was{opacity:.55;margin-right:6px;text-decoration:line-through}.edit-order-note{margin-top:6px}.edit-order-summary{border-top:1px solid var(--border);flex-direction:column;gap:6px;margin-top:16px;padding-top:12px;display:flex}.edit-order-summary-row{justify-content:space-between;display:flex}.edit-order-summary-total{color:var(--text-h);font-weight:700}.restaurant-name-row{align-items:center;gap:8px;display:flex}.info-icon-button{border:1px solid var(--border);color:var(--text);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;display:inline-flex}.info-icon-button:hover:not(:disabled){border-color:var(--gold);color:var(--gold);background:0 0}.info-icon-button svg{width:16px;height:16px}.restaurant-info-status-row{align-items:center;gap:12px;margin:12px 0;display:flex}.hours-line{color:var(--text);justify-content:space-between;gap:16px;padding:4px 0;font-size:14px;display:flex}.hours-line-today{color:var(--text-h);font-weight:600}.star-picker{gap:4px;margin:12px 0 16px;display:flex}.star-picker-star{color:var(--gold);background:0 0;padding:0 2px;font-size:30px;line-height:1}.star-picker-star:hover:not(:disabled){background:0 0;transform:scale(1.1)}.review-list{flex-direction:column;gap:12px;display:flex}.review-item{border-bottom:1px solid var(--border);padding-bottom:12px}.review-item:last-child{border-bottom:none;padding-bottom:0}.review-item-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.review-item-stars{color:var(--gold);letter-spacing:1px;font-weight:700}.review-item-comment{margin:4px 0 0}.order-card-review-note{color:var(--gold);margin:6px 0 0;font-size:13px;font-weight:600}.order-card>.secondary-button{margin-top:10px}.scheduled-for-note{color:var(--gold);margin:2px 0 8px;font-size:13px;font-weight:600}.profile-header{align-items:center;gap:16px;margin-bottom:20px;display:flex}.profile-avatar{background:linear-gradient(135deg, var(--gold), var(--gold-hover));color:#1c1506;width:64px;height:64px;font-family:var(--font-heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:28px;font-weight:700;display:flex}.profile-header h1{margin-bottom:2px;font-size:20px}.profile-header .link-button{margin-left:0;padding:2px 0}.profile-row{width:100%;color:var(--text-h);border-bottom:1px solid var(--border);text-align:left;background:0 0;border-radius:0;justify-content:space-between;align-items:center;padding:12px 0;font-weight:500;display:flex}.profile-row:last-child{border-bottom:none}.profile-row:hover:not(:disabled){color:var(--gold);background:0 0}.profile-row-end{color:var(--text);align-items:center;gap:8px;display:flex}.profile-row-end svg{flex-shrink:0;width:16px;height:16px}.profile-row-placeholder{color:var(--text);cursor:default}.profile-row-placeholder:hover{color:var(--text)}.profile-mini-cards{gap:12px;margin-bottom:16px;display:flex}.profile-mini-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;flex:1;gap:6px;padding:14px 16px;display:flex}.profile-mini-card strong{color:var(--text-h)}.pin-location{flex-direction:column;align-items:flex-start;gap:6px;margin:4px 0 8px;display:flex}.pin-location-ok{color:var(--green,#4ade80);font-size:13px;font-weight:600}.pin-location-error{color:var(--gold)}.legal-modal{max-height:85vh;overflow-y:auto}.legal-draft-banner{color:var(--red);background:var(--red-bg);border:1px solid var(--red);border-radius:8px;margin:8px 0 12px;padding:8px 12px;font-size:13px;font-weight:600}.legal-section{margin-top:12px}.legal-section h3{margin-bottom:4px;font-size:15px}.legal-section p{white-space:pre-line}.contact-list{flex-direction:column;gap:8px;margin-top:8px;display:flex}.contact-row{border:1px solid var(--border);background:var(--surface-2);color:var(--text-h);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-weight:600;text-decoration:none;display:flex}.contact-row:hover{border-color:var(--gold)}.contact-number{color:var(--gold);font-variant-numeric:tabular-nums}.feedback-chips{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.chip{background:var(--gray-bg);color:var(--text);padding:6px 14px;font-size:14px;font-weight:600}.chip-active{background:var(--gold);color:#1c1506}.feedback-textarea{min-height:120px}.settings-group{margin-top:8px}.settings-note{margin:-4px 2px 8px}.rider-card{padding:16px}.rider-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.rider-card-head h2{margin:0 0 2px;font-size:17px}.rider-card-head .hint{margin:0}.call-button{background:var(--green);color:#06280f;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:10px 16px;font-weight:700;text-decoration:none;display:inline-flex}.live-map{border:1px solid var(--border);isolation:isolate;background:#1b212c;border-radius:12px;width:100%;height:260px;overflow:hidden}@media (width>=768px){.live-map{height:360px}}.live-pin{border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;line-height:1;display:flex;box-shadow:0 2px 8px #00000073}.live-pin-restaurant{background:var(--gold)}.live-pin-home{background:#2f6fed}.live-pin-rider{background:var(--green);animation:1.6s ease-in-out infinite live-pin-pulse}@keyframes live-pin-pulse{0%,to{box-shadow:0 0 #4ade808c,0 2px 8px #00000073}60%{box-shadow:0 0 0 12px #4ade8000,0 2px 8px #00000073}}.live-map .leaflet-control-attribution{background:#ffffffbf;font-size:9px}.reorder-block{flex-direction:column;align-items:flex-start;gap:.35rem;margin-top:.5rem;display:flex}.reorder-note{margin:0}.nearest-hint{color:var(--success,#2e9e5b);white-space:nowrap;font-size:.85em;font-style:normal}.help-button{border:1px solid var(--border);color:var(--text);border-radius:999px;margin-top:.75rem;padding:.55rem .9rem;font-size:.95rem;text-decoration:none;display:inline-block}.help-button:hover{background:var(--surface-2)}.tip-card{border-top:1px solid var(--border);margin-top:1rem;padding-top:.9rem}.tip-title{margin:0 0 .5rem;font-size:1.05rem}.tip-chips{flex-wrap:wrap;align-items:center;gap:.5rem;margin:.5rem 0 .75rem;display:flex}.tip-chip{border:1px solid var(--border);color:var(--text);background:0 0;border-radius:999px;padding:.45rem .9rem}.tip-chip-active{background:var(--gold,#b0842f);border-color:var(--gold,#b0842f);color:#fff}.tip-custom{border-radius:999px;width:6rem;padding:.45rem .6rem}.tip-actions{flex-wrap:wrap;gap:.5rem;display:flex}.tip-note{margin-top:.5rem}.rider-rate-label{margin-top:.75rem}.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}}
