@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");:root{--blue:#073f9d;--deep:#052b70;--bg:#f5f7fb;--ink:#071d3f;--muted:#647089;--line:#dfe5ee}*{box-sizing:border-box}body,html{margin:0;background:#e9edf4;color:var(--ink);font-family:Manrope,system-ui,sans-serif}button,input,select{font:inherit;color:inherit}button{cursor:pointer}.app-shell{width:100%;max-width:430px;min-height:100dvh;margin:auto;background:var(--bg);position:relative;padding-bottom:88px;overflow:hidden;box-shadow:0 0 60px #062b6b18}.topbar{height:112px;background:var(--blue);color:#fff;padding:24px 20px 20px;gap:12px}.brand,.topbar{display:flex;align-items:center}.brand{gap:10px;margin-right:auto}.brand-mark{width:42px;height:42px;border:2px solid #f2bf20;display:grid;place-items:center;color:#f2bf20}.brand-mark svg{width:25px}.brand strong{font-size:15px;line-height:1.05}.today{border:1px solid #ffffff3d;border-radius:12px;padding:10px 13px;font-weight:700}.topbar>b{background:#062f7d;border-radius:14px;padding:10px 12px;font-size:15px}.screen-body{padding:22px 16px 28px}.address-row{display:flex;align-items:center;gap:14px;margin:0 2px 20px}.pin{width:48px;height:48px;background:var(--blue);color:#fff;border-radius:50%;display:grid;place-items:center}.pin svg{width:25px}.address-row h1{font-size:29px;letter-spacing:-1px;margin:0}.address-row p{margin:2px 0 0;color:var(--blue);font-weight:700}.current-card{background:#fff;border:1px solid var(--line);border-left:6px solid var(--type);border-radius:18px;padding:20px;display:grid;grid-template-columns:1fr auto;grid-gap:14px;gap:14px;box-shadow:0 8px 24px #09275c10}.current-copy small{text-transform:uppercase;font-size:10px;color:var(--blue);font-weight:800;letter-spacing:.06em}.current-copy h2{font-size:38px;margin:12px 0 4px;letter-spacing:-1.5px}.current-copy p{margin:0;color:var(--muted);font-size:15px}.current-type{color:var(--type);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}.current-type svg{width:42px;height:42px}.current-type strong{font-size:12px}.current-card>button{grid-column:1/-1;height:62px;border:0;border-radius:15px;background:var(--blue);color:#fff;font-weight:800;font-size:22px;display:flex;align-items:center;justify-content:center;gap:12px}.current-card>button svg{width:29px;height:29px}.route-complete{text-align:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:42px 24px;margin-top:24px}.route-complete>svg{width:54px;height:54px;color:#2e8b45}.route-complete h1{margin:14px 0 8px}.route-complete p{color:var(--muted)}.legend,.next-section{margin-top:25px}.legend h3,.next-section h3{font-size:12px;text-transform:uppercase;color:#5d687d;letter-spacing:.06em;margin:0 0 10px 4px}.next-list{border:1px solid var(--line);border-radius:17px;background:#fff;overflow:hidden}.next-list button{width:100%;min-height:72px;border:0;border-bottom:1px solid var(--line);background:#fff;padding:12px 14px;display:grid;grid-template-columns:42px 1fr 28px 20px;grid-gap:10px;gap:10px;align-items:center;text-align:left}.next-list button:last-child{border-bottom:0}.next-list button>b{width:38px;height:38px;border-radius:50%;background:#eef2f8;color:var(--blue);display:grid;place-items:center}.next-list button span{display:flex;flex-direction:column}.next-list button strong{font-size:16px}.next-list button small{color:var(--muted);font-size:12px;margin-top:3px}.next-list button>svg{width:22px}.legend>div{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden}.legend>div>span{min-height:72px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--type)}.legend>div>span:nth-child(4n){border-right:0}.legend svg{width:25px}.legend small{font-size:9px;color:var(--ink)}.simple-screen{padding:32px 18px 30px;min-height:calc(100dvh - 88px)}.simple-screen>h1{font-size:32px;letter-spacing:-1px;margin:0}.simple-screen>p{color:var(--muted);font-size:14px;line-height:1.55}.types-list{margin-top:20px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.types-list>div{min-height:76px;border-bottom:1px solid var(--line);padding:12px 14px;display:grid;grid-template-columns:48px 1fr;align-items:center}.types-list>div:last-child{border-bottom:0}.types-list>div>span{grid-row:1/3;width:42px;height:42px;border-radius:12px;background:color-mix(in srgb,var(--type) 10%,white);color:var(--type);display:grid;place-items:center}.types-list svg{width:24px}.types-list strong{font-size:15px}.types-list small{color:var(--muted);font-size:11px}.all-stops{margin-top:20px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.all-stops>div{min-height:68px;border-bottom:1px solid var(--line);padding:10px 12px;display:grid;grid-template-columns:38px 1fr auto;grid-gap:10px;gap:10px;align-items:center}.all-stops>div:last-child{border-bottom:0}.all-stops>div>b{width:34px;height:34px;border-radius:50%;background:#eef2f8;color:var(--blue);display:grid;place-items:center}.all-stops>div>span{display:flex;flex-direction:column}.all-stops small{color:var(--muted);font-size:11px}.all-stops .done{opacity:.48}.all-stops .done>svg{color:#2e8b45}.type-mark{display:flex;align-items:center;gap:6px;color:var(--type)}.type-mark svg{width:20px}.type-mark.compact span{display:none}.profile-box{margin-top:22px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;gap:12px;align-items:center}.profile-box>svg{width:34px;color:var(--blue)}.profile-box div{display:flex;flex-direction:column}.profile-box small{color:var(--muted);margin-top:4px}.bottom-nav{position:absolute;bottom:0;left:0;right:0;height:88px;background:#fff;border-top:1px solid var(--line);justify-content:space-around;z-index:20}.bottom-nav,.bottom-nav button{display:flex;align-items:center}.bottom-nav button{width:64px;height:70px;border:0;background:transparent;color:#667085;flex-direction:column;justify-content:center;gap:4px;font-size:10px}.bottom-nav button svg{width:22px}.bottom-nav button.active{color:var(--blue);font-weight:800}.bottom-nav .scan-button{width:66px;height:66px;border-radius:50%;background:var(--blue);color:#fff;transform:translateY(-12px);box-shadow:0 8px 20px #073f9d35}.bottom-nav .scan-button svg{width:27px}.bottom-nav .scan-button span{font-size:9px}.drawer{position:absolute;z-index:50;inset:0;background:var(--bg);padding:26px 18px;overflow:auto}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head small{color:var(--muted)}.drawer-head h2{font-size:27px;margin:2px 0}.drawer-head button{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center}.entry-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:28px}.entry-grid label{font-size:11px;color:var(--muted);font-weight:700}.entry-grid .wide{grid-column:1/-1}.entry-grid input,.entry-grid select{display:block;width:100%;height:50px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:0 12px;margin-top:5px}.save-stop{width:100%;height:58px;border:0;border-radius:14px;background:var(--blue);color:#fff;font-weight:800;font-size:17px;margin-top:24px;display:flex;align-items:center;justify-content:center;gap:8px}.save-stop:disabled{opacity:.45}@media(min-width:700px){.app-shell{margin-top:16px;min-height:920px;border-radius:26px}.bottom-nav{border-radius:0 0 26px 26px}}@media(max-width:360px){.current-copy h2{font-size:33px}.legend>div{grid-template-columns:repeat(3,1fr)}.topbar{padding-left:14px;padding-right:14px}.brand strong{font-size:13px}}.app-loading{min-height:100dvh;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--blue);font-weight:800}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.shift-header{padding:28px 20px 20px;background:var(--blue);color:#fff;display:grid;grid-template-columns:1fr auto;align-items:end}.shift-header span{grid-column:1/-1;font-size:13px;font-weight:700;opacity:.8}.shift-header h1{font-size:28px;margin:4px 0 0;letter-spacing:-1px}.shift-header b{background:#062f7d;border-radius:12px;padding:9px 11px;font-size:13px}.empty-shift,.prepare-screen{min-height:calc(100dvh - 88px);padding-bottom:28px}.empty-panel{margin:25px 18px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px 24px;text-align:center;box-shadow:0 12px 32px #09275c10}.empty-icon{width:70px;height:70px;margin:0 auto 20px;border-radius:22px;background:#eef4ff;color:var(--blue);display:grid;place-items:center}.empty-icon svg{width:35px;height:35px}.empty-panel h2{font-size:25px;letter-spacing:-.6px;margin:0}.empty-panel p,.pair-screen>p{color:var(--muted);font-size:14px;line-height:1.6}.primary-action,.start-shift{width:100%;min-height:58px;border:0;border-radius:15px;background:var(--blue);color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 18px}.primary-action:disabled,.start-shift:disabled{opacity:.45}.primary-action svg,.start-shift svg{width:23px}.pair-screen{min-height:calc(100dvh - 88px);padding:58px 24px 28px;display:flex;flex-direction:column}.pair-mark{width:72px;height:72px;border-radius:22px;background:var(--blue);color:#fff;display:grid;place-items:center;margin-bottom:28px}.pair-mark svg{width:36px;height:36px}.pair-screen h1{font-size:32px;letter-spacing:-1px;margin:0}.field-label,.pair-screen label{font-size:12px;font-weight:800;color:var(--muted);margin:15px 0}.field-label select,.pair-screen input{display:block;width:100%;height:54px;margin-top:7px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:0 13px}.pair-screen .primary-action{margin-top:12px}.global-error,.inline-error{display:flex;gap:8px;align-items:center;color:#a71925;background:#fff1f2;border:1px solid #fecdd3;border-radius:12px;padding:11px;font-size:12px}.global-error svg,.inline-error svg{width:19px;flex:none}.readiness{margin:20px 16px 0;background:#fff;border:1px solid var(--line);border-radius:19px;overflow:hidden}.readiness-top{padding:18px;display:flex;gap:13px;align-items:center}.readiness-top>span{width:46px;height:46px;border-radius:14px;background:#eef4ff;color:var(--blue);display:grid;place-items:center}.readiness-top div{display:flex;flex-direction:column}.readiness-top small{color:var(--muted);font-size:11px}.readiness-top strong{font-size:17px;margin-top:3px}.readiness-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.readiness-stats div{padding:14px 8px;text-align:center;border-right:1px solid var(--line)}.readiness-stats div:last-child{border:0}.readiness-stats b{font-size:22px;color:var(--blue);display:block}.readiness-stats small{font-size:10px;color:var(--muted)}.prepare-actions{margin:15px 16px;background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden}.prepare-actions button{width:100%;min-height:72px;border:0;border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:38px 1fr 22px;grid-gap:9px;gap:9px;align-items:center;text-align:left;padding:12px 14px}.prepare-actions button:last-child{border-bottom:0}.prepare-actions button>svg:first-child{color:var(--blue)}.prepare-actions span{display:flex;flex-direction:column}.prepare-actions small{color:var(--muted);margin-top:3px}.prepare-actions .scan-row{color:#758096}.preview-list{margin:20px 16px 90px}.preview-list h3{font-size:11px;text-transform:uppercase;color:var(--muted);letter-spacing:.06em}.preview-list>div{min-height:62px;background:#fff;border:1px solid var(--line);border-bottom:0;padding:10px 12px;display:grid;grid-template-columns:36px 1fr;grid-gap:10px;gap:10px;align-items:center}.preview-list>div:nth-child(2){border-radius:15px 15px 0 0}.preview-list>div:last-child{border-bottom:1px solid var(--line);border-radius:0 0 15px 15px}.preview-list>div>b{width:34px;height:34px;border-radius:50%;background:#eef2f8;color:var(--blue);display:grid;place-items:center}.preview-list span{display:flex;flex-direction:column}.preview-list small{color:var(--muted);font-size:11px;margin-top:2px}.start-shift{position:absolute;left:16px;right:16px;bottom:102px;width:calc(100% - 32px);box-shadow:0 10px 24px #073f9d38}.current-card .not-delivered{background:#fff;color:#b42318;border:1px solid #f1c7c3;height:50px;font-size:15px}.next-static{width:100%;min-height:72px;border-bottom:1px solid var(--line);background:#fff;padding:12px 14px;display:grid;grid-template-columns:42px 1fr 20px;grid-gap:10px;gap:10px;align-items:center}.next-static:last-child{border-bottom:0}.next-static>b{width:38px;height:38px;border-radius:50%;background:#eef2f8;color:var(--blue);display:grid;place-items:center}.next-static span{display:flex;flex-direction:column}.next-static small{color:var(--muted);font-size:12px;margin-top:3px}.current-card .skip-stop{background:transparent;color:var(--muted);height:42px;font-size:13px;border:0}.route-complete .primary-action{margin-top:24px}.undo-toast{position:absolute;z-index:45;left:16px;right:16px;bottom:102px;min-height:58px;border-radius:15px;background:#071d3f;color:#fff;box-shadow:0 12px 30px #071d3f40;padding:12px 14px;display:flex;align-items:center;gap:12px;font-size:13px;font-weight:700}.undo-toast button{margin-left:auto;border:0;border-radius:9px;background:#fff;color:var(--blue);padding:9px 13px;font-weight:800}.notice-sheet{display:flex;flex-direction:column}.notice-sheet fieldset{border:0;padding:0;margin:18px 0;display:grid;grid-gap:10px;gap:10px}.notice-sheet legend{font-size:12px;color:var(--muted);font-weight:800;margin-bottom:10px}.notice-sheet fieldset button{height:56px;border:1px solid var(--line);border-radius:13px;background:#fff;display:flex;align-items:center;gap:12px;padding:0 14px;text-align:left}.notice-sheet fieldset button>span{width:24px;height:24px;border-radius:7px;border:2px solid #d5dbe5}.notice-sheet fieldset button.yellow>span{background:#ffd400;border-color:#cda900}.notice-sheet fieldset button.white>span{background:#fff;border-color:#8b95a7}.notice-sheet fieldset button.none>span{background:#e4e7ec;border-color:#98a2b3}.notice-sheet fieldset button.selected{border-color:var(--blue);box-shadow:0 0 0 2px #073f9d14}.notice-sheet>.primary-action{margin-top:auto}.field-label select{font-weight:500;color:var(--ink)}.global-error{position:absolute;z-index:70;left:12px;right:12px;top:12px}.global-error button{margin-left:auto;border:0;background:transparent;text-decoration:underline;color:inherit}@media(max-height:760px){.empty-panel{padding-top:24px;padding-bottom:24px}.pair-screen{padding-top:34px}.start-shift{position:static;margin:16px;width:calc(100% - 32px)}}.history-screen,.list-screen{min-height:calc(100dvh - 88px);padding-bottom:28px}.section-header{height:108px;background:var(--blue);color:#fff;padding:28px 20px 20px;display:flex;align-items:flex-end}.section-header h1{font-size:29px;margin:0 auto 0 0}.section-header b{background:#062f7d;border-radius:12px;padding:9px 12px;font-size:13px}.filter-tabs{display:flex;gap:8px;overflow:auto;padding:16px 16px 11px;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tabs button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:700;color:var(--muted)}.filter-tabs button.active{background:var(--blue);border-color:var(--blue);color:#fff}.shipment-list{margin:0 16px;background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden}.shipment-list>button{width:100%;min-height:78px;border:0;border-bottom:1px solid var(--line);background:#fff;padding:11px 12px;display:grid;grid-template-columns:38px 1fr 24px 18px;grid-gap:9px;gap:9px;align-items:center;text-align:left}.shipment-list>button:last-child{border-bottom:0}.shipment-list>button>b{width:34px;height:34px;border-radius:50%;background:#eef2f8;color:var(--blue);display:grid;place-items:center}.shipment-list>button>span{display:flex;flex-direction:column;min-width:0}.shipment-list strong{font-size:14px}.shipment-list small{font-size:10px;color:var(--muted);margin:2px 0 5px}.shipment-list em{font-style:normal;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.status-current{color:var(--blue)}.status-delivered{color:#2e8b45}.status-undelivered{color:#b42318}.status-skipped{color:#a15c00}.status-pending{color:var(--muted)}.empty-filter{border:1px dashed #cdd5df;border-radius:15px;padding:22px;text-align:center;color:var(--muted);font-size:13px}.empty-filter,.history-summary{margin:18px 16px;background:#fff}.history-summary{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:17px;overflow:hidden}.history-summary div{text-align:center;padding:17px 8px;border-right:1px solid var(--line)}.history-summary div:last-child{border:0}.history-summary b{display:block;font-size:25px;color:var(--blue)}.history-summary small{font-size:9px;color:var(--muted)}.section-label{margin:23px 20px 10px;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.attempt-list{margin:0 16px;background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden}.attempt-list>div{min-height:70px;border-bottom:1px solid var(--line);padding:11px 13px;display:flex;align-items:center;gap:11px}.attempt-list>div:last-child{border:0}.attempt-list>div>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;flex:none}.attempt-list>div>span svg{width:20px}.attempt-ok{background:#e8f7ed;color:#2e8b45}.attempt-yellow{background:#fff6c7;color:#a36d00}.attempt-white{background:#f2f4f7;color:#667085}.attempt-none{background:#fff0f0;color:#b42318}.attempt-list>div>div{display:flex;flex-direction:column}.attempt-list strong{font-size:14px}.attempt-list small{font-size:10px;color:var(--muted);margin-top:4px}.camera-field,.scan-drawer{display:flex;flex-direction:column}.camera-field{margin:36px 0 18px;min-height:270px;border:2px dashed #b8c5d8;border-radius:22px;background:#fff;align-items:center;justify-content:center;text-align:center;padding:28px;color:var(--blue)}.camera-field>svg{width:54px;height:54px;margin-bottom:18px}.camera-field strong{font-size:19px}.camera-field small{color:var(--muted);font-size:11px;margin-top:7px}.camera-field input{position:absolute;opacity:0;pointer-events:none}.scan-drawer>.primary-action{margin-top:auto}.scan-success{margin:auto 0;text-align:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px 24px}.scan-success>svg{width:58px;height:58px;color:#2e8b45}.scan-success h3{font-size:23px;margin:14px 0 7px}.scan-success p{color:var(--muted);font-size:13px;line-height:1.55}.scan-success .primary-action{margin-top:22px}