@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:#262626;background:#f8f8f8;margin:0;font-family:Poppins,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}button.navItem,button.topbarBack,button.linkButton{appearance:none}.page{background:#fafafa;min-height:100dvh}.page--center{padding:18px 18px max(22px, env(safe-area-inset-bottom));flex-direction:column;align-items:center;display:flex}.page__brand{width:200px;height:auto;margin-top:18px}.page__title{color:#222;text-align:center;margin:40px 0 0;font-size:26px;font-weight:700;line-height:1.1}.page__body{width:100%;max-width:340px}.app-logo{width:180px;height:auto;margin-top:18px}.field{margin-top:18px}.field__label{color:#262626;margin-bottom:8px;font-size:14px;font-weight:500;line-height:1.2;display:block}.field__label--required:after{content:" *";color:#ef0f14}.field__inputWrap{position:relative}.field__input{color:#262626;background:#f4f5f7;border:0;border-radius:10px;outline:none;width:100%;height:48px;padding:0 14px;font-size:14px;transition:background .15s}.field__input:focus{background:#eceef2}.field__input::placeholder{color:#9aa0ac}.field__input--icon{padding-right:48px}.field__iconBtn{color:#9aa0ac;background:0 0;border:0;place-items:center;width:24px;height:24px;padding:0;display:grid;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.field__iconBtn svg{width:20px;height:20px}.button{border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:50px;font-size:16px;font-weight:700;display:flex}.button--primary{color:#fff;background:#ef0f14}.button--primary:disabled{opacity:.65;cursor:not-allowed}.button--secondary{color:#ef0f14;background:#fff;border:1.5px solid #ef0f14}.fullButton{color:#fff;background:#ef0f14;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:50px;font-size:15px;font-weight:700;display:flex}.fullButton:disabled{opacity:.5;cursor:not-allowed}.fullButton--soft{background:#e07b80}.fullButton--active{background:#ef0f14}.outlineButton{color:#ef0f14;background:#fff;border:1.5px solid #ef0f14;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;font-size:15px;font-weight:700;display:flex}.outlineButton svg{flex:none;width:18px;height:18px}.linkButton{color:#ef0f14;background:0 0;border:0;padding:0;font-size:14px;font-weight:600}.linkButton--dark{color:#262626;text-decoration:underline}.footerNote{color:#ef0f14;margin-top:auto;padding-top:20px;font-size:15px;font-weight:400}.errorBox{color:#ef0f14;background:#fff5f5;border:1px solid #ffcbcb;border-radius:8px;margin-top:12px;padding:10px 14px;font-size:13px;font-weight:500}.successBox{color:#166534;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;margin-top:12px;padding:10px 14px;font-size:13px;font-weight:500}.infoBox{color:#1e3a5f;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:12px 14px;font-size:13px;line-height:1.6}.passwordRules{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px}.passwordRules__title{color:#262626;margin-bottom:8px;font-size:13px;font-weight:600}.passwordRules__item{color:#6f7786;align-items:center;gap:8px;padding:3px 0;font-size:12px;display:flex}.passwordRules__item--ok{color:#16a34a}.passwordRules__dot{background:#d1d5db;border-radius:50%;flex:none;width:6px;height:6px}.passwordRules__item--ok .passwordRules__dot{background:#16a34a}.successBadge{color:#fff;background:#00a83d;border-radius:50%;place-items:center;width:90px;height:90px;margin:28px auto 0;display:grid}.successBadge svg{width:44px;height:44px}.successTitle{color:#00a83d;text-align:center;margin:16px 0 0;font-size:22px;font-weight:700;line-height:1.25}.successCopy{color:#6f7786;text-align:center;max-width:280px;margin:12px auto 0;font-size:14px;font-weight:400;line-height:1.7}.screen{background:#fff;min-height:100dvh}.screen__content{padding:16px 16px calc(96px + env(safe-area-inset-bottom))}.screen__content .no-screen-padding{box-sizing:border-box;width:calc(100% + 32px);margin:0 -16px}.heading{color:#1a1a1a;margin:14px 0 2px;font-size:24px;font-weight:700;line-height:1.2}.subheading{color:#5e6674;margin:0;font-size:13px;font-weight:400}.sectionTitle{color:#1a1a1a;margin:0 0 12px;font-size:16px;font-weight:700}.muted{color:#6f7786}.smallText{color:#6f7786;font-size:12px}.center{text-align:center}.topbarBack{color:#333;background:#f4f5f7;border:0;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;display:grid}.topbarBack svg{width:18px;height:18px}.card{background:#fff;border:1px solid #e7e7e7;border-radius:12px;box-shadow:0 1px 4px #0000000f}.card--soft{box-shadow:none;background:#fff7f7;border-color:#f5a0a2}.lightCard{background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 1px 4px #0000000f}.summaryBox{background:#fafafa;border:1px solid #e3e3e3;border-radius:10px}.navBar{height:auto;min-height:64px;padding-top:6px;padding-bottom:env(safe-area-inset-bottom);z-index:20;background:#fde8e8;border-top:1px solid #ef0f1426;justify-content:space-around;align-items:flex-start;display:flex;position:fixed;bottom:0;left:0;right:0}.navItem{color:#221c1c;background:0 0;border:0;flex-direction:column;align-items:center;gap:3px;min-width:54px;padding:2px 0 0;font-size:10px;font-weight:500;display:flex}.navItem svg{width:22px;height:22px}.navItem--active{color:#fff;background:#ef0f14;border-radius:50%;justify-content:center;gap:0;width:54px;height:54px;padding-top:0;position:relative;top:-16px;box-shadow:0 0 0 5px #fff}.navItem--active svg{width:24px;height:24px}.navItem--active .navLabel{display:none}.statsRow{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px;display:grid}.statCard{text-align:left;background:#fff;border:1px solid #ebebeb;border-radius:16px;padding:14px 10px 12px}.statValue{color:#ef0f14;white-space:nowrap;text-overflow:ellipsis;font-size:20px;font-weight:700;line-height:1;overflow:hidden}.statLabel{color:#6f7786;margin-top:6px;font-size:11px}.onlineToggle{cursor:pointer;background:#ededed;border:1px solid #e3e3e3;border-radius:20px;align-items:center;gap:7px;height:34px;padding:0 10px 0 12px;display:flex}.onlineToggle__label{font-size:13px;font-weight:600}.onlineToggle__track{border-radius:9px;flex:none;width:32px;height:18px;transition:background .2s;position:relative}.onlineToggle__thumb{background:#fff;border-radius:50%;width:14px;height:14px;transition:left .2s;position:absolute;top:2px}.orderCard{background:#fff;border:1px solid #ebebeb;border-radius:12px;padding:14px;box-shadow:0 2px 8px #0000000f}.orderCard__headerRow{justify-content:space-between;align-items:flex-start;display:flex}.orderCard__total{color:#ef0f14;font-size:22px;font-weight:700;line-height:1}.orderCard__meta{align-items:center;gap:8px;margin-top:8px;display:flex}.orderCard__restaurantName{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;margin-top:10px;font-size:16px;font-weight:700;overflow:hidden}.orderCard__location{color:#6f7786;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.orderCard__chips{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.infoChip{color:#4a5568;white-space:nowrap;background:#f4f5f7;border-radius:8px;align-items:center;gap:5px;height:28px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.infoChip svg{color:#6f7786;flex:none;width:13px;height:13px}.pill{white-space:nowrap;border-radius:999px;align-items:center;height:22px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.pill--green{color:#fff;background:#00ae3b}.pill--blue{color:#fff;background:#2d67ff}.pill--orange{color:#fff;background:#f59e0b}.pill--red{color:#fff;background:#ef0f14}.dividerList>*+*{border-top:1px solid #f0f0f0}.dividerListItem{justify-content:space-between;gap:10px;padding:12px 0;font-size:14px;display:flex}.routeCard{background:#fff7f7;border:1.5px solid #f5a0a2;border-radius:14px;padding:14px}.routeCard__header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.routeCard__title{color:#ef0f14;font-size:14px;font-weight:700}.routeCard__meta{align-items:center;gap:12px;display:flex}.routeCard__metaItem{color:#5e6674;align-items:center;gap:4px;font-size:12px;display:flex}.routeCard__metaItem svg{width:13px;height:13px}.routeStop{align-items:flex-start;gap:10px;display:flex}.routeStop__icon{border-radius:50%;flex:none;place-items:center;width:32px;height:32px;margin-top:2px;display:grid}.routeStop__icon--restaurant{color:#2d67ff;background:#e8eeff}.routeStop__icon--customer{color:#00a83d;background:#e8f9ef}.routeStop__icon svg{width:16px;height:16px}.routeStop__name{color:#1a1a1a;font-size:14px;font-weight:700;line-height:1.3}.routeStop__address{color:#6f7786;margin-top:1px;font-size:12px}.routeLine{border-left:2px dashed #f5a0a2;height:20px;margin:6px 0 6px 15px}button.checkItem{appearance:none;text-align:left;background:#fff;padding:0 14px}.checkItem{cursor:pointer;-webkit-user-select:none;user-select:none;border:1.5px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;height:52px;padding:0 14px;transition:border-color .15s,background .15s;display:flex}.checkItem--checked{background:#f0fdf4;border-color:#00a83d}.checkItem__circle{border:2px solid #9aa0ac;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;transition:border-color .15s,background .15s;display:grid}.checkItem--checked .checkItem__circle{background:#00a83d;border-color:#00a83d}.checkItem__circle svg{color:#fff;opacity:0;width:14px;height:14px;transition:opacity .15s}.checkItem--checked .checkItem__circle svg{opacity:1}.checkItem__label{color:#262626;font-size:14px;font-weight:500}.checkItem--checked .checkItem__label{color:#16a34a}.callButton{color:#fff;white-space:nowrap;background:#00a83d;border:0;border-radius:8px;align-items:center;gap:5px;height:32px;padding:0 14px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.callButton svg{width:14px;height:14px}.orderItem{justify-content:space-between;gap:10px;padding:10px 0;font-size:14px;display:flex}.orderItem__qty{color:#262626;min-width:28px;font-weight:700}.orderItem__name{color:#262626;flex:1}.orderItem__note{color:#9aa0ac;margin-top:2px;font-size:12px}.orderItem__price{color:#262626;white-space:nowrap;font-weight:600}.section{margin-top:16px}.sectionBlock{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:14px;box-shadow:0 1px 4px #0000000f}.redPageHeader{background:#ef0f14;border-radius:0 0 24px 24px;margin:-16px -16px 0;padding:20px 16px 24px}.redPageHeader__title{margin:0 0 2px;font-size:22px;font-weight:700}.redPageHeader__sub{margin:0 0 16px;font-size:12px}.redPageHeader .statsRow .statCard{background:#ffffff2e;border-color:#ffffff40}.redPageHeader .statValue{color:#fff}.redPageHeader .statLabel{color:#ffffffbf}.historyItem{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:14px 0;display:flex}.historyItem:last-child{border-bottom:none}.historyItem__iconWrap{background:#f3f4f6;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;display:grid}.historyItem__iconWrap svg{color:#6f7786;width:20px;height:20px}.historyItem__body{flex:1;min-width:0}.historyItem__restaurant{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.historyItem__meta{color:#9aa0ac;margin-top:2px;font-size:12px}.historyItem__right{text-align:right;flex:none}.historyItem__distance{color:#9aa0ac;margin-top:2px;font-size:12px}.statusDot{border-radius:50%;flex:none;place-items:center;width:22px;height:22px;display:grid}.statusDot--green{background:#dcfce7}.statusDot--red{background:#fee2e2}.statusDot svg{width:12px;height:12px}.profileHeader{align-items:center;gap:14px;display:flex}.avatar{color:#fff;background:#ef0f14;border-radius:50%;flex:none;place-items:center;width:56px;height:56px;display:grid;overflow:hidden}.avatar svg{width:28px;height:28px}.profileInfoRow{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.profileInfoRow:last-child{border-bottom:none}.profileInfoRow__label{color:#6f7786;font-size:13px}.profileInfoRow__value{color:#1a1a1a;font-size:14px;font-weight:600}.perfItem{border-bottom:1px solid #f3f4f6;align-items:center;gap:14px;padding:12px 0;display:flex}.perfItem:last-child{border-bottom:none}.perfItem__icon{background:#fff0f0;border-radius:50%;flex:none;place-items:center;width:40px;height:40px;display:grid}.perfItem__icon svg{color:#ef0f14;width:20px;height:20px}.perfItem__label{color:#6f7786;font-size:13px}.perfItem__value{color:#1a1a1a;font-size:18px;font-weight:700;line-height:1.2}.settingsItem{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;width:100%;padding:14px 0;display:flex}.settingsItem:first-child{padding-top:4px}.settingsItem:last-child{border-bottom:none;padding-bottom:4px}.settingsItem__left{align-items:center;gap:12px;display:flex}.settingsItem__icon{background:#f4f5f7;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.settingsItem__icon svg{color:#4a5568;width:18px;height:18px}.settingsItem__label{color:#1a1a1a;font-size:14px;font-weight:500}.settingsItem__chevron{color:#9aa0ac}.settingsItem__chevron svg{width:16px;height:16px}.labelRow{justify-content:space-between;gap:10px;display:flex}.stack{flex-direction:column;display:flex}.stack--gap8{gap:8px}.stack--gap12{gap:12px}.stack--gap16{gap:16px}.iconBubble{color:#ef0f14;background:#fff0f0;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.deliveryCompleteHeader{text-align:center;padding:20px 0 10px}.deliveryStat{align-items:center;gap:12px;padding:10px 0;font-size:14px;display:flex}.deliveryStat__icon{border-radius:50%;flex:none;place-items:center;width:36px;height:36px;display:grid}.deliveryStat__icon svg{width:18px;height:18px}.deliveryStat__label{color:#4a5568;flex:1}.deliveryStat__value{color:#1a1a1a;font-weight:700}.notifBadge{color:#fff;background:#ef0f14;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.emptyState__icon{margin-bottom:14px;font-size:48px}.emptyState__title{color:#1a1a1a;margin:0;font-size:16px;font-weight:700}.emptyState__sub{color:#6f7786;margin:6px 0 0;font-size:13px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/400px 100%;border-radius:8px;animation:1.4s ease-in-out infinite shimmer}.mapPin{color:#fff;background:#ef0f14;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute}.divider{background:#f0f0f0;height:1px;margin:4px 0}.prepTimeRow{color:#4a5568;justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;font-weight:500;display:flex}.prepTimeRow__value{color:#ef0f14;font-size:15px;font-weight:700}
