@font-face{font-family:Plus Jakarta Sans;src:url(/fonts/PlusJakartaSans-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Plus Jakarta Sans;src:url(/fonts/PlusJakartaSans-Medium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Plus Jakarta Sans;src:url(/fonts/PlusJakartaSans-SemiBold.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Plus Jakarta Sans;src:url(/fonts/PlusJakartaSans-Bold.ttf) format("truetype");font-weight:700;font-display:swap}:root{--ink: #17253d;--muted: #6d7b75;--canvas: #f5f8fc;--brand: #216ccc;--lime: #6ac445;--border: #e2e9f2;--surface: #fff;--shadow: 0 12px 35px rgba(31, 56, 89, .08)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--canvas);color:var(--ink);font-family:Plus Jakarta Sans,system-ui,sans-serif}button,input,select{font:inherit}button{border:0;cursor:pointer;color:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(33,108,204,.22);outline-offset:2px}img{display:block}h1,h2,h3,p{margin:0}.logo-image{object-fit:contain}.icon-button{width:44px;height:44px;display:grid;place-items:center;border:1px solid #e7edf4;border-radius:15px;background:#fff;flex:0 0 auto}.primary-button{min-height:54px;border-radius:17px;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:9px;background:var(--brand);color:#fff;box-shadow:0 9px 22px #216ccc2e;font-weight:700;font-size:12px}.primary-button:disabled{opacity:.58;cursor:not-allowed}.full-button{width:100%}.link-button{background:transparent;color:var(--brand);font-weight:600;font-size:11px;display:flex;align-items:center;gap:6px;padding:10px}.avatar{border-radius:50%;object-fit:cover;background:#eaf2fc;flex:0 0 auto!important;aspect-ratio:1/1;overflow:hidden}.avatar-fallback{display:grid;place-items:center;background:#eaf2fc;color:var(--brand);font-weight:700;font-size:12px}.live-badge{display:inline-flex;align-items:center;gap:7px;border-radius:99px;background:#eef9ea;color:#54ad38;font-size:9px;font-style:normal;font-weight:700;padding:7px 10px;letter-spacing:.3px;white-space:nowrap}.live-badge i{width:6px;height:6px;background:#6ac445;border-radius:50%;box-shadow:0 0 0 4px #6ac4451f}.live-badge.loading{background:#edf4ff;color:var(--brand)}.live-badge.loading i{background:var(--brand);box-shadow:0 0 0 4px #216ccc1f}.live-badge.error{background:#fff0f0;color:#e44949}.live-badge.error i{background:#e44949;box-shadow:0 0 0 4px #e449491f}.feed-notice{min-height:58px;border:1px solid #dce8f7;border-radius:18px;background:#f2f7fd;color:var(--brand);display:flex;align-items:center;gap:11px;padding:11px 14px;margin:0 0 18px}.feed-notice.error{border-color:#ffd5d5;background:#fff5f5;color:#e44949}.feed-notice>span{flex:1;min-width:0}.feed-notice strong,.feed-notice small{display:block}.feed-notice strong{font-size:9px}.feed-notice small{font-size:7px;line-height:1.5;color:var(--muted);margin-top:3px}.feed-notice button{border-radius:11px;background:#fff;color:#e44949;border:1px solid #ffd5d5;padding:8px 11px;font-size:8px;font-weight:700}.feed-notice button:disabled{opacity:.6}.card-panel{background:#fff;border:1px solid #e6ecf3;border-radius:26px}.soft-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:#eaf2fc;color:var(--brand);flex:0 0 auto}.attention-text{color:#ef5656!important}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-error{display:flex;align-items:center;gap:6px;font-size:10px;color:#e44949;margin-bottom:10px}.logout-button{border-radius:11px;background:#fff2f2;color:#e44949;padding:8px 11px;font-size:8px;font-weight:700}.logout-button:disabled{opacity:.55;cursor:not-allowed}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 15% 10%,#e3f0ff 0,transparent 30%),radial-gradient(circle at 88% 90%,#e8f6e2 0,transparent 28%),var(--canvas)}.auth-card{width:min(460px,100%);border:1px solid #e3eaf3;border-radius:30px;background:#fffffff5;padding:30px;box-shadow:0 24px 70px #1f38591f}.auth-brand{display:flex;align-items:center;gap:12px}.auth-brand>span,.auth-brand strong,.auth-brand small{display:block}.auth-brand small{font-size:7px;letter-spacing:1.5px;color:var(--muted);margin-top:3px;font-weight:700}.auth-heading{margin:28px 0 20px}.auth-heading>span{font-size:7px;letter-spacing:1.4px;color:var(--brand);font-weight:700}.auth-heading h1,.auth-config-error h1{font-size:25px;margin-top:7px}.auth-heading p,.auth-config-error p{font-size:9px;line-height:1.7;color:var(--muted);margin-top:8px}.auth-card form{display:flex;flex-direction:column;gap:10px}.auth-card form>label{min-height:62px;border:1px solid #e1e8f0;border-radius:17px;background:#fafcff;display:flex;align-items:center;gap:12px;padding:9px 14px;color:var(--brand)}.auth-card form>label:focus-within{border-color:#9fbfe5;background:#fff;box-shadow:0 0 0 3px #216ccc12}.auth-card form>label>span{flex:1}.auth-card form small{display:block;font-size:6px;letter-spacing:.5px;color:var(--muted);font-weight:700}.auth-card form input{width:100%;height:28px;border:0;outline:0;background:transparent;color:var(--ink);font-size:10px;font-weight:600}.auth-card form .primary-button{margin-top:5px}.password-toggle{width:38px;height:38px;border-radius:12px;background:#edf4ff;color:var(--brand);display:grid;place-items:center;flex:0 0 auto}.password-toggle:hover{background:#e2edfb}.password-toggle:focus-visible{outline:3px solid rgba(33,108,204,.22);outline-offset:2px}.auth-notice{border-radius:14px;padding:11px 12px;background:#eef9ea;color:#397c25;display:flex;align-items:flex-start;gap:8px;font-size:8px;line-height:1.5}.auth-notice.error{background:#fff2f2;color:#b53c3c}.auth-notice svg{flex:0 0 auto}.auth-mode-button{width:100%;margin-top:18px;background:transparent;color:var(--brand);font-size:9px;font-weight:700;padding:8px}.auth-config-error code{font-size:9px}.reset-password-card{min-height:410px}.reset-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:42px 0 8px}.reset-state-icon{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;margin-bottom:18px}.reset-state-icon.checking{background:#eaf2fc;color:var(--brand)}.reset-state-icon.invalid{background:#fff2f2;color:#d84747}.reset-state-icon.success{background:#eef9ea;color:#54ad38}.reset-state h1{font-size:22px}.reset-state p{max-width:340px;font-size:9px;line-height:1.7;color:var(--muted);margin-top:9px}.reset-state .primary-button{margin-top:22px;text-decoration:none}.reset-state-icon.checking svg{animation:reset-pulse 1.3s ease-in-out infinite}@keyframes reset-pulse{50%{transform:scale(.88);opacity:.55}}.customer-feed-notice{margin-bottom:18px}.app-shell{min-height:100vh;background:var(--canvas)}.sidebar{position:fixed;inset:0 auto 0 0;width:264px;background:#fff;border-right:1px solid #e8edf3;z-index:1200;padding:28px 20px 20px;display:flex;flex-direction:column}.sidebar-brand{display:flex;align-items:center;gap:11px;padding:0 8px 30px}.sidebar-brand span,.sidebar-brand strong,.sidebar-brand small{display:block}.sidebar-brand strong{font-size:18px}.sidebar-brand small{font-size:7px;letter-spacing:1.4px;color:#889792;font-weight:700;margin-top:3px}.sidebar nav{display:flex;flex-direction:column;gap:6px}.sidebar nav button{height:52px;border-radius:17px;background:transparent;color:#6d7b75;display:flex;align-items:center;gap:13px;padding:0 15px;font-size:11px;font-weight:600;text-align:left;position:relative}.sidebar nav button:hover{background:#f4f7fb}.sidebar nav button.active{background:#eaf2fc;color:var(--brand)}.sidebar nav button.active i{position:absolute;right:13px;width:6px;height:6px;border-radius:50%;background:var(--brand)}.sidebar-profile{width:100%;min-height:66px;margin-top:auto;background:#f7f9fc;border-radius:19px;padding:10px;display:flex;align-items:center;gap:10px;text-align:left}.sidebar-profile>span:not(.avatar){flex:1;min-width:0}.sidebar-profile strong,.sidebar-profile small{display:block}.sidebar-profile strong{font-size:10px}.sidebar-profile small{font-size:7px;color:var(--muted);margin-top:3px}.sidebar-logout{display:block;margin-top:8px;padding:0;background:transparent;color:var(--brand);font-size:8px;font-weight:700;text-align:left}.sidebar-logout:hover{text-decoration:underline}.sidebar-logout:disabled{opacity:.55;cursor:wait}.app-main{margin-left:264px;min-height:100vh}.desktop-topbar{height:92px;background:#f5f8fcdb;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid #e9eef4;display:flex;align-items:center;justify-content:space-between;padding:0 36px;position:sticky;top:0;z-index:1100}.topbar-eyebrow{font-size:7px;letter-spacing:1.5px;color:var(--brand);font-weight:700}.desktop-topbar h1{font-size:21px;margin-top:4px}.topbar-actions{display:flex;align-items:center;gap:10px}.date-chip{height:42px;border-radius:14px;background:#fff;border:1px solid #e7edf4;display:flex;align-items:center;gap:8px;padding:0 14px;font-size:9px;color:var(--muted);font-weight:600}.notification{position:relative}.notification i{position:absolute;width:7px;height:7px;background:#ff5454;border:2px solid #fff;border-radius:50%;right:9px;top:8px}.profile-chip{height:50px;background:#fff;border:1px solid #e7edf4;border-radius:17px;padding:5px 12px 5px 6px;display:flex;align-items:center;gap:9px;text-align:left}.profile-chip strong,.profile-chip small{display:block}.profile-chip strong{font-size:9px}.profile-chip small{font-size:7px;color:var(--muted);margin-top:3px}.screen-content{min-height:calc(100vh - 92px)}.page-container{width:min(1440px,100%);padding:30px 36px 48px;margin:auto}.bottom-nav,.mobile-screen-header,.mobile-home-brand{display:none}.section-kicker{font-size:8px;letter-spacing:1.4px;color:var(--brand);font-weight:700}.welcome-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.welcome-row h2{font-size:24px;margin-top:7px}.welcome-row p{font-size:10px;color:var(--muted);margin-top:6px}.home-grid{display:grid;grid-template-columns:minmax(410px,.85fr) minmax(500px,1.15fr);gap:20px;align-items:start}.summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;grid-row:span 2}.summary-card{min-height:165px;border:1px solid #e6ecf3;border-radius:25px;background:#fff;padding:18px;text-align:left;position:relative;transition:.2s;box-shadow:0 6px 18px #1f385909}.summary-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.summary-card.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 10px 26px color-mix(in srgb,var(--accent) 10%,transparent)}.summary-icon{width:42px;height:42px;border-radius:15px;display:grid;place-items:center}.summary-check{position:absolute;top:18px;right:18px}.summary-card>strong{font-size:28px;display:block;margin-top:14px}.summary-card h3{font-size:11px;margin-top:4px}.summary-card p{font-size:8px;color:var(--muted);margin-top:5px}.home-map{padding:20px}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}.section-title-row h2{font-size:15px}.section-title-row p{font-size:8px;color:var(--muted);margin-top:5px}.section-title-row>span{font-size:9px;color:var(--muted)}.home-map-frame{height:315px;border-radius:22px;overflow:hidden;position:relative}.map-frame{background:#dce8e0}.multigo-map{height:100%;width:100%;font-family:Plus Jakarta Sans,sans-serif;z-index:1}.multigo-map-shell{height:100%;width:100%;position:relative}.route-marker-shell{background:transparent;border:0}.route-marker{width:42px;height:42px;border-radius:50%;background:var(--route-color);border:4px solid #fff;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:700;box-shadow:0 6px 15px #17253d33}.map-tooltip{border:0!important;border-radius:12px!important;padding:8px 10px!important;box-shadow:0 7px 18px #17253d24!important}.map-tooltip strong,.map-tooltip span{display:block}.map-tooltip strong{font-size:9px}.map-tooltip span{font-size:7px;color:var(--muted);margin-top:3px}.mobile-screen-header h1,.detail-top h1{font-size:22px}.mobile-screen-header p,.detail-top p{font-size:9px;color:var(--muted);margin-top:4px}.search-box{height:54px;border:1px solid #e3e8e5;border-radius:18px;background:#fff;display:flex;align-items:center;padding:0 16px;color:#77847f;margin-bottom:14px}.search-box input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:0 12px;font-size:10px;color:var(--ink)}.search-box button{width:36px;height:36px;background:transparent;color:#9ba6a2}.empty-state{text-align:center;padding:50px 20px;background:#fff;border:1px solid #e6ecf3;border-radius:24px}.empty-state>span{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;background:#eef4f8;color:var(--muted);margin:auto}.empty-state h3{font-size:13px;margin-top:14px}.empty-state p{font-size:9px;color:var(--muted);margin-top:7px}.detail-top{display:flex;align-items:center;gap:14px;margin-bottom:24px}.detail-top>div{flex:1}.map-loading{height:100%;position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#e3e9e5;color:#789087;gap:10px;font-size:9px;font-weight:600}.delivery-layout{display:grid;grid-template-columns:minmax(500px,1.1fr) minmax(350px,.72fr);gap:22px;align-items:start}.location-card{padding:10px;position:relative}.location-field{min-height:78px;border-radius:20px;padding:9px 52px 9px 10px;display:flex;align-items:center;gap:12px}.location-field.active{background:color-mix(in srgb,var(--field-color) 5%,white)}.location-field>span{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:color-mix(in srgb,var(--field-color) 12%,white);color:var(--field-color);font-size:11px;font-weight:700}.location-field.active>span{background:var(--field-color);color:#fff}.location-field label{flex:1;min-width:0}.location-field label>small{font-size:7px;color:var(--field-color);font-weight:700;letter-spacing:.6px}.location-field label>div{display:flex;align-items:center}.location-field input{height:27px;border:0;outline:0;background:transparent;flex:1;min-width:0;font-size:10px;font-weight:600;color:var(--ink)}.location-field label button{width:28px;height:28px;background:transparent;color:#9aa6b3}.location-field em{font-style:normal;display:block;font-size:7px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-divider{height:1px;background:#e8eef5;margin-left:64px;margin-right:46px}.swap-button{position:absolute;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--border);background:#fff;color:var(--brand);border-radius:15px;right:12px;top:66px;box-shadow:0 6px 16px #17253d17;transform:rotate(90deg)}.search-results{margin-top:12px;overflow:hidden;position:relative;z-index:2}.search-result-title{height:50px;display:flex;align-items:center;gap:10px;padding:0 12px;border-bottom:1px solid #edf1f6}.search-result-title .soft-icon{width:34px;height:34px;border-radius:11px}.search-result-title strong{font-size:9px;flex:1}.search-result-title button{width:36px;height:36px;background:transparent}.search-results>button{width:100%;min-height:66px;padding:9px 14px;background:#fff;display:flex;align-items:center;gap:11px;text-align:left;border-top:1px solid #edf1f6}.search-results>button:first-of-type{border:0}.search-results>button>span:nth-child(2){flex:1;min-width:0}.search-results>button strong,.search-results>button small{display:block}.search-results>button strong{font-size:9px}.search-results>button small{font-size:7px;color:var(--muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-map{height:390px;border-radius:27px;overflow:hidden;margin-top:16px;border:1px solid var(--border)}.route-summary{padding:20px;position:sticky;top:122px}.route-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px}.route-metrics>div{display:flex;align-items:center;gap:10px}.route-metrics p{font-size:8px;color:var(--muted)}.route-metrics strong{display:block;color:var(--ink);font-size:12px;margin-top:4px}.route-points{border-top:1px dashed #d7e1ed;border-bottom:1px dashed #d7e1ed;margin:20px 0;padding:17px 0}.route-points>div{display:flex;gap:10px;align-items:flex-start}.route-points i{width:8px;height:8px;border-radius:50%;margin-top:5px}.route-points i.a{background:var(--brand)}.route-points i.b{background:#ff5454}.route-points span{flex:1}.route-points small,.route-points strong{display:block}.route-points small{font-size:7px;color:var(--muted)}.route-points strong{font-size:9px;margin-top:5px;line-height:1.5}.route-points>em{display:block;height:18px;width:1px;background:#d7e1ed;margin:3px 0 3px 3px}.delivery-empty{padding:46px 28px;text-align:center;position:sticky;top:122px}.delivery-empty>span{width:54px;height:54px;border-radius:19px;background:#eaf2fc;color:var(--brand);display:grid;place-items:center;margin:auto}.delivery-empty h3{font-size:14px;margin-top:15px}.delivery-empty p{font-size:9px;line-height:1.6;color:var(--muted);margin-top:7px}.success-icon{width:66px;height:66px;display:grid;place-items:center;border-radius:50%;background:#eef9ea;color:#54ad38;margin:auto}.modal-card>.success-icon+h2{text-align:center;margin-top:17px}.modal-card>.success-icon~p{text-align:center}.tracking-number{background:#f5f8fc;border-radius:18px;padding:15px;text-align:center;margin:19px 0}.tracking-number small,.tracking-number strong{display:block}.tracking-number small{font-size:7px;letter-spacing:1px;color:var(--muted)}.tracking-number strong{font-size:13px;margin-top:6px;color:var(--brand)}@media(max-width:1180px)and (min-width:761px){.sidebar{width:226px}.app-main{margin-left:226px}.sidebar nav button{padding:0 12px}.page-container{padding-left:26px;padding-right:26px}.desktop-topbar{padding:0 26px}.home-grid{grid-template-columns:1fr}.summary-grid{grid-row:auto;grid-template-columns:repeat(4,1fr)}.summary-card{min-height:155px}.compact-list{grid-template-columns:repeat(3,1fr)}.delivery-layout,.customers-layout{grid-template-columns:1fr minmax(310px,.65fr)}.date-chip{display:none}}@media(max-width:760px){body{background:var(--canvas)}.sidebar,.desktop-topbar{display:none}.app-main{margin-left:0;min-height:100vh}.screen-content{min-height:100vh}.page-container{padding:calc(env(safe-area-inset-top) + 12px) 20px calc(110px + env(safe-area-inset-bottom));width:100%}.bottom-nav{position:fixed;display:flex;left:18px;right:18px;bottom:calc(14px + env(safe-area-inset-bottom));height:70px;border-radius:25px;background:#fffffff5;box-shadow:0 10px 30px #17253d2b;z-index:1500;padding:7px 5px 6px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom-nav button{flex:1;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#7f8c87;min-width:0}.bottom-nav button>span{height:30px;min-width:42px;border-radius:99px;display:grid;place-items:center}.bottom-nav button small{font-size:7px;font-weight:600}.bottom-nav button.active{color:var(--brand)}.bottom-nav button.active>span{background:var(--brand);color:#fff}.mobile-home-brand{display:flex;align-items:center;padding:0 0 18px;gap:10px}.mobile-home-brand>div{flex:1}.mobile-home-brand strong,.mobile-home-brand small{display:block}.mobile-home-brand strong{font-size:17px}.mobile-home-brand small{font-size:8px;color:var(--muted);margin-top:3px}.mobile-profile-avatar{display:grid;place-items:center}.mobile-screen-header{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:22px}.mobile-screen-header h1{font-size:23px}.mobile-screen-header p{font-size:9px;color:var(--muted);margin-top:5px}.home-screen{padding-left:0;padding-right:0;padding-top:calc(env(safe-area-inset-top) + 8px)}.home-screen>.mobile-home-brand,.home-screen>.welcome-row,.home-screen>.feed-notice{margin-left:20px;margin-right:20px}.welcome-row{margin-top:5px;margin-bottom:16px;align-items:flex-end}.welcome-row .section-kicker{display:none}.welcome-row h2{font-size:21px;margin:0}.welcome-row p{font-size:9px}.home-grid{display:flex;flex-direction:column;gap:0}.summary-grid{grid-template-columns:repeat(2,1fr);gap:0;padding:0 12px;width:100%}.summary-card{margin:0 7px 14px;min-height:145px;padding:15px;border-radius:24px}.summary-icon{width:40px;height:40px}.summary-card>strong{font-size:23px;margin-top:12px}.summary-card h3{font-size:10px}.summary-card p{font-size:7px}.home-map{border:0;border-radius:0;background:transparent;padding:14px 20px}.section-title-row h2{font-size:15px}.section-title-row p{font-size:8px}.home-map-frame{height:245px;border-radius:26px;border:1px solid #e3e8e5}.delivery-layout{display:block}.search-box{margin-top:2px}.detail-top{padding:0 20px;margin-bottom:20px}.detail-top h1{font-size:16px}.detail-top p{display:none}.delivery-layout>aside{margin-top:14px}.route-map{height:330px}.route-summary,.delivery-empty{position:static}.delivery-empty{padding:32px 24px}.search-results{position:relative}.swap-button{transform:none}.route-metrics{gap:4px}.location-field{padding-left:6px}.modal-backdrop{padding:20px}.modal-card{border-radius:27px;padding:20px}.modal-backdrop.align-bottom{align-items:flex-end;padding:0 20px calc(20px + env(safe-area-inset-bottom))}.modal-backdrop.align-bottom .modal-card{animation:sheet-in .24s ease}@keyframes sheet-in{0%{transform:translateY(30px);opacity:0}}}@media(max-width:375px){.page-container{padding-left:16px;padding-right:16px}.home-screen>.mobile-home-brand,.home-screen>.welcome-row{margin-left:16px;margin-right:16px}.summary-grid{padding:0 9px}.summary-card{margin-left:6px;margin-right:6px;min-height:140px;padding:13px}.summary-card p{display:none}.home-map{padding-left:16px;padding-right:16px}.welcome-row h2{font-size:19px}.bottom-nav{left:12px;right:12px}.bottom-nav button small{font-size:6.5px}.map-title-card>div{padding:0 8px}.map-title-card strong{font-size:11px}.map-title-card small{font-size:7px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(min-width:761px){.home-grid{grid-template-columns:minmax(500px,1.25fr) minmax(340px,.75fr)}.summary-grid{grid-column:1/-1;grid-row:auto;grid-template-columns:repeat(4,1fr)}.summary-card{min-height:156px}}@media(max-width:760px){.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;padding:0 20px 8px;overflow:visible}.summary-card{min-width:0;min-height:145px;margin:0;padding:15px}.home-grid{width:100%;align-items:stretch}}@media(max-width:375px){.summary-grid{padding-left:16px;padding-right:16px}.summary-card{margin:0}}.payments-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}.payments-page-head h2{font-size:24px;margin-top:6px}.payments-page-head p{font-size:10px;color:var(--muted);margin-top:6px}.payments-refresh-button{margin-top:0;min-height:44px;font-size:10px}.payments-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.payments-metric{min-height:112px;padding:16px;display:flex;align-items:flex-start;gap:12px}.payments-metric>div{min-width:0}.payments-metric small,.payments-metric strong,.payments-metric em{display:block}.payments-metric small{font-size:8px;color:var(--muted)}.payments-metric strong{font-size:16px;margin-top:7px;overflow-wrap:anywhere}.payments-metric em{font-size:8px;color:var(--muted);font-style:normal;margin-top:5px}.payments-soft-icon-green{background:#eef9ea;color:#54ad38}.payments-soft-icon-purple{background:#f2eeff;color:#7b61c9}.payments-status{font-size:16px!important}.payments-status.active{color:#54ad38}.payments-status.suspended{color:#d28a18}.payments-status.ended{color:#e44949}.payments-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.payments-card{padding:22px}.payments-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:21px;color:var(--brand)}.payments-card-head>div{min-width:0}.payments-card-head h3{font-size:16px;color:var(--ink);margin-top:6px;overflow-wrap:anywhere}.payments-card-head>svg{flex:0 0 auto}.payments-invoice-amount{font-size:30px;font-weight:700;color:var(--ink)}.payments-invoice-amount small{display:block;font-size:9px;color:#d28a18;font-weight:600;margin-top:7px}.payments-details{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px;padding-top:18px;border-top:1px solid #edf1f5}.payments-details div{min-width:0}.payments-details small,.payments-details strong{display:block}.payments-details small{font-size:8px;color:var(--muted)}.payments-details strong{font-size:9px;line-height:1.5;margin-top:5px;overflow-wrap:anywhere}.payments-action-row{margin-top:22px}.payments-action-row .primary-button{min-height:46px;font-size:10px}.payments-message{min-height:72px;padding:18px;display:flex;align-items:center;gap:9px;color:var(--muted);font-size:10px;margin-bottom:18px}.payments-message.error{border:1px solid #ffd5d5;background:#fff5f5;color:#b53c3c}.payments-message.error span{flex:1}.payments-message.error button{background:transparent;color:#b53c3c;text-decoration:underline;font-size:9px;font-weight:700}.payments-empty{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted);padding:20px}.payments-empty>svg{color:var(--brand)}.payments-empty strong{font-size:11px;color:var(--ink);margin-top:10px}.payments-empty p{font-size:8px;line-height:1.5;margin-top:5px;max-width:260px}.payments-attempt{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.payments-attempt-status{display:inline-flex;align-items:center;gap:6px;border-radius:99px;padding:7px 10px;font-size:8px;font-weight:700}.payments-attempt-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.payments-attempt-status.pending,.payments-attempt-status.creating{background:#fff6e6;color:#d28a18}.payments-attempt-status.paid{background:#eef9ea;color:#54ad38}.payments-attempt-status.failed,.payments-attempt-status.expired,.payments-attempt-status.cancelled{background:#fff0f0;color:#e44949}.payments-attempt>strong{font-size:24px}.payments-attempt>small{font-size:8px;color:var(--muted)}.payments-attempt .secondary-button{margin-top:4px;min-height:42px;font-size:9px;text-decoration:none}.payments-qr-payload{width:100%;padding:10px;border-radius:10px;background:#f5f8fc;color:var(--muted);font-size:8px;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.payments-history{margin-bottom:20px}.payments-history-list{display:flex;flex-direction:column}.payments-history-row{min-height:70px;border-top:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between;gap:15px}.payments-history-row:first-child{border-top:0}.payments-history-row>div,.payments-history-row>span{min-width:0}.payments-history-row>span{text-align:right}.payments-history-row strong,.payments-history-row small{display:block}.payments-history-row strong{font-size:10px;overflow-wrap:anywhere}.payments-history-row small{font-size:8px;color:var(--muted);margin-top:4px}.payments-invoice-status.pending{color:#d28a18}.payments-invoice-status.paid{color:#54ad38}.payments-invoice-status.void{color:#e44949}@media(max-width:760px){.payments-page-head{align-items:flex-start;margin-bottom:17px}.payments-page-head h2{font-size:21px}.payments-page-head p{font-size:9px;line-height:1.5}.payments-refresh-button{width:42px;padding:0;font-size:0;gap:0}.payments-refresh-button svg{margin:0}.payments-summary-grid{grid-template-columns:1fr;gap:10px;margin-bottom:14px}.payments-metric{min-height:86px;padding:14px}.payments-layout{grid-template-columns:1fr;gap:14px;margin-bottom:14px}.payments-card{padding:17px;border-radius:22px}.payments-card-head{margin-bottom:17px}.payments-card-head h3{font-size:14px}.payments-invoice-amount{font-size:25px}.payments-details{gap:8px;margin-top:19px;padding-top:14px}.payments-action-row .primary-button{width:100%;font-size:9px}.payments-history{margin-bottom:10px}.payments-history-row{gap:10px}.payments-history-row strong{font-size:9px}.payments-history-row small{font-size:7px}}.dashboard-insights{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:20px}.weekly-chart-card,.top-locations-card{padding:22px;min-width:0}.insight-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.insight-card-head>div>span{display:block;font-size:7px;letter-spacing:1.2px;color:var(--brand);font-weight:700}.insight-card-head h2{font-size:15px;margin-top:5px}.insight-card-head p{font-size:8px;color:var(--muted);margin-top:5px}.weekly-chart-summary{display:flex;gap:28px;margin:22px 0 12px}.weekly-chart-summary div{display:flex;align-items:baseline;gap:7px}.weekly-chart-summary strong{font-size:18px}.weekly-chart-summary small{font-size:7px;color:var(--muted)}.insight-data-state{min-height:42px;margin:14px 0 4px;border-radius:13px;background:#f3f7fb;color:var(--muted);display:flex;align-items:center;gap:8px;padding:10px 12px;font-size:8px}.insight-data-state.error{background:#fff3f3;color:#b53c3c}.weekly-bars{height:205px;border-bottom:1px solid #dfe7f0;background:repeating-linear-gradient(to bottom,transparent 0,transparent 50px,#eef2f7 51px);display:grid;grid-template-columns:repeat(7,1fr);gap:10px;padding:8px 8px 0}.weekly-bar-column{height:100%;min-width:0;display:grid;grid-template-rows:20px 1fr 28px;justify-items:center;align-items:end}.weekly-bar-column>strong{font-size:8px;color:var(--ink)}.weekly-bar-track{width:min(30px,75%);height:100%;border-radius:10px 10px 3px 3px;background:#edf3fa;display:flex;align-items:flex-end;overflow:hidden}.weekly-bar-track i{display:block;width:100%;border-radius:10px 10px 3px 3px;background:linear-gradient(180deg,#4f91e2,#216ccc);box-shadow:0 5px 12px #216ccc33}.weekly-bar-column>span{font-size:7px;color:var(--muted);align-self:center}.top-location-list{display:flex;flex-direction:column;margin-top:17px}.top-location-row{display:flex;align-items:center;gap:11px;min-height:70px;border-top:1px solid #edf1f5}.top-location-row:first-child{border-top:0}.location-rank{width:30px;height:30px;border-radius:10px;background:#edf4ff;color:var(--brand);display:grid;place-items:center;font-size:8px;font-weight:700;flex:0 0 auto}.top-location-row>div{flex:1;min-width:0}.top-location-row>div strong,.top-location-row>div small{display:block}.top-location-row>div strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-location-row>div small{font-size:7px;color:var(--muted);display:flex;align-items:center;gap:4px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-location-row>div small svg{flex:0 0 auto;color:var(--brand)}.top-location-row>div em{display:block;height:3px;border-radius:99px;background:#edf1f5;margin-top:8px;overflow:hidden}.top-location-row>div em i{display:block;height:100%;border-radius:99px;background:var(--brand)}.top-location-row>span:last-child{text-align:right;flex:0 0 auto}.top-location-row>span:last-child strong,.top-location-row>span:last-child small{display:block}.top-location-row>span:last-child strong{font-size:11px}.top-location-row>span:last-child small{font-size:6px;color:var(--muted);margin-top:3px}@media(max-width:900px)and (min-width:761px){.dashboard-insights{grid-template-columns:1fr}}@media(max-width:760px){.dashboard-insights{display:flex;flex-direction:column;gap:14px;width:100%;padding:14px 20px}.weekly-chart-card,.top-locations-card{padding:18px;border-radius:25px}.weekly-bars{height:180px;gap:6px;padding-left:3px;padding-right:3px}.weekly-chart-summary{gap:18px}}@media(max-width:375px){.dashboard-insights{padding-left:16px;padding-right:16px}.weekly-chart-summary{justify-content:space-between;gap:8px}.weekly-chart-summary strong{font-size:15px}.weekly-bar-track{width:min(25px,78%)}}.customers-layout{display:grid;grid-template-columns:minmax(470px,1fr) minmax(390px,.78fr);gap:22px;align-items:start}.customer-directory .search-box{margin-bottom:14px}.customer-list{display:flex;flex-direction:column;gap:10px}.customer-card{padding:15px;display:flex;align-items:flex-start;gap:12px}.customer-avatar{width:44px;height:44px;border-radius:15px;background:#eaf2fc;color:var(--brand);display:grid;place-items:center;flex:0 0 auto}.customer-card>div:nth-child(2){flex:1;min-width:0}.customer-card strong,.customer-card small,.customer-card em{display:block}.customer-card strong{font-size:11px}.customer-card small{font-size:7px;color:var(--muted);margin-top:4px}.customer-card p{margin-top:10px;display:flex;align-items:flex-start;gap:6px;font-size:8px;line-height:1.5;color:var(--muted)}.customer-card p svg{flex:0 0 auto;color:var(--brand)}.customer-card p b{color:var(--ink)}.customer-card em{font-style:normal;font-size:7px;color:#7890a8;margin-top:6px}.customer-card-actions{display:flex;align-items:center;gap:6px}.customer-card-actions button{height:34px;border-radius:11px;background:#edf4ff;color:var(--brand);padding:0 11px;font-size:8px;font-weight:700}.customer-card-actions .edit{width:34px;padding:0;display:grid;place-items:center}.customer-card-actions .delete{width:34px;padding:0;background:#fff2f2;color:#e44949;display:grid;place-items:center}.customer-form{padding:20px;position:sticky;top:122px}.customer-form-head{display:flex;align-items:center;gap:11px;margin-bottom:18px}.customer-form-head>div{flex:1}.customer-form-head h2{font-size:14px}.customer-form-head p{font-size:7px;color:var(--muted);margin-top:4px}.customer-form-head>button{width:34px;height:34px;border-radius:11px;background:#f3f6f8;display:grid;place-items:center}.customer-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.customer-form-grid label{min-height:62px;border:1px solid #e1e7ee;border-radius:15px;background:#fafcff;padding:9px 11px}.customer-form-grid label:focus-within{border-color:#9fbfe5;background:#fff}.customer-form-grid label.full{grid-column:1/-1}.customer-form-grid small{display:block;font-size:6px;letter-spacing:.4px;color:var(--muted);font-weight:700}.customer-form-grid input{width:100%;height:30px;border:0;outline:0;background:transparent;color:var(--ink);font-size:9px;font-weight:600}.google-location-picker{grid-column:1/-1;position:relative;min-width:0}.google-location-picker>label{display:block!important;min-height:62px}.google-location-picker>label>div{height:31px;display:flex;align-items:center;gap:7px;color:#8293a7}.google-location-picker>label>div input{height:30px;flex:1;min-width:0}.google-location-picker>label>div button{width:27px;height:27px;border-radius:9px;background:#edf2f7;color:#718399;display:grid;place-items:center;flex:0 0 auto}.google-location-selected{display:flex;align-items:center;gap:5px;font-style:normal;font-size:7px;color:#4f9a3a;margin-top:3px}.google-location-results{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 6px);border:1px solid #dce5ef;border-radius:16px;background:#fff;box-shadow:0 14px 34px #1a304e29;overflow:hidden}.google-location-results>button{width:100%;min-height:58px;padding:9px 11px;border-top:1px solid #edf1f5;background:#fff;display:flex;align-items:center;gap:9px;text-align:left;color:var(--brand)}.google-location-results>button:first-of-type{border-top:0}.google-location-results>button:hover{background:#f6f9fd}.google-location-results>button:disabled{opacity:.62}.google-location-results>button>span{flex:1;min-width:0}.google-location-results>button strong,.google-location-results>button small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.google-location-results>button strong{font-size:9px;color:var(--ink)}.google-location-results>button small{font-size:7px;color:var(--muted);margin-top:4px}.google-location-results>p{min-height:48px;padding:10px 12px;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:8px;line-height:1.5}.google-location-results>p.error{background:#fff5f5;color:#b53c3c}.google-location-results>p.configuration{background:#fff8e9;color:#79551e}.google-maps-attribution{min-height:29px;padding:6px 11px;border-top:1px solid #edf1f5;background:#fafbfd;color:#5e5e5e;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;display:flex;align-items:center;justify-content:flex-end}.customer-map-preview{height:190px;border-radius:18px;overflow:hidden;border:1px solid var(--border);background:#edf2f5;margin:12px 0}.customer-map-preview>div:not(.multigo-map):not(.multigo-map-shell){height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:var(--muted);font-size:8px;text-align:center;padding:20px}.customer-form-error{margin:0 0 10px}.pickup-location-card .customer-avatar{background:#eef9ea;color:#54ad38}.multi-location-card{padding:18px}.delivery-stop-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;border-radius:18px;background:#f2f5f9;padding:5px;margin-bottom:18px}.delivery-stop-tabs>button{min-width:0;min-height:64px;border:1px solid transparent;border-radius:15px;background:transparent;color:#718096;display:flex;align-items:center;gap:10px;padding:8px 11px;text-align:left;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.delivery-stop-tabs>button>span{width:36px;height:36px;border-radius:12px;background:#e5ebf2;display:grid;place-items:center;flex:0 0 auto}.delivery-stop-tabs>button p{flex:1;min-width:0}.delivery-stop-tabs>button strong,.delivery-stop-tabs>button small{display:block}.delivery-stop-tabs>button strong{font-size:10px}.delivery-stop-tabs>button small{font-size:7px;color:var(--muted);margin-top:3px}.delivery-stop-tabs>button em{min-width:29px;border-radius:99px;background:#e5ebf2;padding:5px 7px;font-size:7px;font-style:normal;font-weight:700;text-align:center}.delivery-stop-tabs>button.active{background:#fff;border-color:#d7e3f1;color:var(--brand);box-shadow:0 5px 16px #1f385912}.delivery-stop-tabs>button.active>span,.delivery-stop-tabs>button.active em{background:#eaf2fc;color:var(--brand)}.delivery-stop-tabs>button.active.delivery{border-color:#f2d7d7;color:#d84949}.delivery-stop-tabs>button.active.delivery>span,.delivery-stop-tabs>button.active.delivery em{background:#fff0f0;color:#d84949}.tab-location-group{animation:tab-panel-in .18s ease}@keyframes tab-panel-in{0%{opacity:0;transform:translateY(3px)}}.location-group+.location-group{border-top:1px solid #e8eef5;margin-top:18px;padding-top:18px}.location-group-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 4px 10px}.location-group-head strong,.location-group-head small{display:block}.location-group-head strong{font-size:11px}.location-group-head small{font-size:7px;color:var(--muted);margin-top:4px}.location-group-head button{height:36px;border-radius:12px;background:#edf4ff;color:var(--brand);display:flex;align-items:center;gap:6px;padding:0 11px;font-size:8px;font-weight:700}.delivery-group .location-group-head button{background:#fff0f0;color:#e44949}.multi-location-list{display:flex;flex-direction:column;gap:10px}.multi-location-row{position:relative;min-width:0}.multi-location-row+.multi-location-row{margin-top:2px}.multi-location-row .location-field{grid-column:1/-1;padding:8px 10px;border:1px solid #e5eaf0;background:#fafcff}.remove-stop-button{position:absolute;right:12px;top:14px;width:36px;height:36px;border-radius:12px;background:#fff5f5;color:#e44949;display:grid;place-items:center;z-index:2}.stop-customer-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 0 10px}.stop-customer-fields label{min-height:58px;border:1px solid #e5eaf0;border-radius:14px;background:#fafbfd;padding:9px 10px 8px 38px;position:relative}.stop-customer-fields label:focus-within{border-color:#b9cfea;background:#fff;box-shadow:0 0 0 2px #216ccc0f}.stop-customer-fields label>span{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:8px;background:#eaf2fc;color:var(--brand);display:grid;place-items:center}.stop-customer-fields small{display:block;font-size:6px;letter-spacing:.35px;color:var(--muted);font-weight:700}.stop-customer-fields input{width:100%;height:25px;border:0;outline:0;background:transparent;color:var(--ink);font-size:9px;font-weight:600}.customer-source-field{grid-column:1/-1;position:relative;min-width:0;width:100%}.customer-source-field.open{z-index:100}.customer-picker-trigger{width:100%;min-height:64px;border:1px solid #dfe6ee;border-radius:15px;background:#fafcff;padding:9px 12px 9px 10px;display:flex;align-items:center;gap:10px;text-align:left}.multi-location-row.removable .customer-picker-trigger{padding-right:58px}.customer-picker-trigger:hover{border-color:#bfd1e6;background:#fff}.customer-source-field.open .customer-picker-trigger{border-color:#8eb4e2;background:#fff;box-shadow:0 0 0 3px #216ccc14}.customer-picker-marker,.customer-picker-option-icon{width:34px;height:34px;border-radius:11px;background:#eaf2fc;color:var(--brand);display:grid;place-items:center;flex:0 0 auto;font-size:9px;font-weight:700}.customer-picker-copy{flex:1;min-width:0}.customer-picker-copy small,.customer-picker-copy strong,.customer-picker-copy em{display:block}.customer-picker-copy small{font-size:6px;letter-spacing:.4px;color:var(--muted);font-weight:700}.customer-picker-copy strong{font-size:9px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-picker-copy em{font-style:normal;font-size:7px;color:#718399;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-picker-trigger>svg{flex:0 0 auto;color:#718399;transition:transform .18s ease}.customer-picker-trigger>svg.open{transform:rotate(180deg);color:var(--brand)}.customer-picker-menu{position:absolute;left:0;right:0;top:calc(100% + 7px);z-index:1000;max-height:min(280px,45vh);overflow-y:auto;overscroll-behavior:contain;border:1px solid #dfe6ee;border-radius:17px;background:#fff;padding:7px;box-shadow:0 18px 40px #17253d2e}.customer-picker-menu>button{width:100%;min-height:58px;border-radius:12px;background:#fff;padding:8px;display:flex;align-items:center;gap:10px;text-align:left}.customer-picker-menu>button:hover{background:#f5f8fc}.customer-picker-menu>button.active{background:#edf4ff;color:var(--brand)}.customer-picker-menu>button.manual-input-option{background:#f6f9fd;border:1px dashed #cbd9e8}.customer-picker-menu>button.manual-input-option:hover,.customer-picker-menu>button.manual-input-option.active{background:#edf4ff;border-color:#9dbce1}.customer-picker-menu>button>span:nth-child(2){flex:1;min-width:0}.customer-picker-menu>button strong,.customer-picker-menu>button small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-picker-menu>button strong{font-size:9px}.customer-picker-menu>button small{font-size:7px;color:#718399;margin-top:4px}.customer-picker-menu>button>svg{flex:0 0 auto}.customer-picker-divider{padding:10px 8px 5px;font-size:6px;letter-spacing:.6px;color:#8997a7;font-weight:700}.customer-picker-empty{padding:14px 10px;color:var(--muted);font-size:8px;text-align:center}.stop-customer-fields .place-name-field{grid-column:1/-1}.route-counts{display:flex;gap:7px;margin-top:16px}.route-counts span{border-radius:99px;background:#edf4ff;color:var(--brand);padding:6px 9px;font-size:7px;font-weight:700}.route-counts span+span{background:#fff0f0;color:#e44949}.route-points>.route-point-wrap{display:block}.route-point-wrap>div{display:flex;gap:10px;align-items:flex-start}.route-point-wrap>em{display:block;height:18px;width:1px;background:#d7e1ed;margin:3px 0 3px 3px}.delivery-empty>small{display:block;font-size:7px;color:var(--brand);margin-top:12px;font-weight:700}.location-search-state{min-height:58px;padding:12px 16px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:8px;line-height:1.5}.location-search-state svg{flex:0 0 auto}.location-search-state.error{background:#fff5f5;color:#b53c3c}.location-search-state.configuration{background:#fff8e9;color:#79551e}.search-results>button:disabled{opacity:.62;cursor:wait}.map-input-toolbar{min-height:48px;margin-top:16px;padding:7px 8px 7px 14px;border:1px solid #dce6f2;border-radius:17px;background:#fff;display:flex;align-items:center;gap:12px}.map-input-toolbar>span{flex:1;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:8px;line-height:1.5}.map-input-toolbar>span svg{color:var(--brand);flex:0 0 auto}.map-input-toolbar button{height:34px;border-radius:11px;padding:0 11px;background:#edf4ff;color:var(--brand);display:flex;align-items:center;gap:6px;font-size:8px;font-weight:700;white-space:nowrap}.map-input-toolbar button:disabled{opacity:.55}.map-location-notice{margin-top:9px;border-radius:14px;padding:10px 12px;background:#fff8e9;color:#79551e;display:flex;align-items:flex-start;gap:8px;font-size:8px;line-height:1.5}.map-location-notice svg{flex:0 0 auto}.route-map{position:relative}.map-pick-active,.map-pick-active *{cursor:crosshair!important}.map-processing-overlay{position:absolute;z-index:800;left:50%;bottom:14px;transform:translate(-50%);border-radius:99px;padding:10px 14px;background:#fffffff5;box-shadow:0 8px 22px #17253d26;display:flex;align-items:center;gap:8px;color:var(--brand);font-size:8px;font-weight:700;white-space:nowrap}.route-api-status{margin-top:14px;border-radius:13px;padding:10px 11px;background:#edf4ff;color:var(--brand);display:flex;align-items:flex-start;gap:8px;font-size:8px;line-height:1.5}.route-api-status.error{background:#fff5f5;color:#b53c3c}.route-api-status.warning{background:#fff8e9;color:#79551e}.route-api-status svg{flex:0 0 auto}.route-points .route-customer{margin-top:5px;color:#65768a}@media(max-width:760px){.customers-layout{display:flex;flex-direction:column;align-items:stretch}.customer-directory,.customer-form{width:100%;min-width:0}.customer-form{position:static;order:-1;margin:0 0 14px;padding:16px;border-radius:25px}.customer-card{padding:13px}.customer-card-actions{flex-direction:column}.customer-form-grid{grid-template-columns:1fr}.customer-form-grid label.full{grid-column:auto}.multi-location-card{padding:13px;border-radius:26px}.delivery-stop-tabs{gap:5px;padding:4px;margin-bottom:15px}.delivery-stop-tabs>button{min-height:59px;gap:8px;padding:7px}.delivery-stop-tabs>button>span{width:34px;height:34px}.delivery-stop-tabs>button em{min-width:27px;padding:5px}.location-group-head{align-items:flex-start}.location-group-head button{height:34px;padding:0 9px}.multi-location-row .location-field{padding:7px 8px}.remove-stop-button{right:10px;top:15px;width:34px;height:34px}.stop-customer-fields{grid-template-columns:1fr;padding:0 0 8px}.stop-customer-fields .place-name-field{grid-column:auto}.customer-source-field{grid-column:1/-1;width:100%}.map-input-toolbar{align-items:stretch;flex-direction:column;padding:11px}.map-input-toolbar button{justify-content:center;width:100%}}@media(min-width:761px){.app-main .desktop-topbar h1{font-size:24px}.app-main .topbar-eyebrow{font-size:9px}.app-main .date-chip,.app-main .profile-chip strong{font-size:11px}.app-main .profile-chip small{font-size:9px}.app-main .page-container h2{font-size:19px}.app-main .page-container h3{font-size:15px}.app-main .page-container p{font-size:11px!important;line-height:1.6}.app-main .page-container small{font-size:9px!important}.app-main .page-container input,.app-main .page-container select{font-size:12px}.app-main .primary-button{font-size:13px}.app-main .section-kicker{font-size:9px}.app-main .welcome-row h2{font-size:28px}.app-main .summary-card>strong{font-size:31px}.app-main .summary-card h3{font-size:13px}.app-main .summary-card p{font-size:10px!important}.app-main .section-title-row h2{font-size:18px}.app-main .section-title-row p{font-size:10px!important}.app-main .link-button{font-size:11px}.app-main .search-box input{font-size:12px}.app-main .list-result-head strong{font-size:13px}.app-main .list-result-head span{font-size:11px}.app-main .detail-row small{font-size:10px}.app-main .detail-row strong{font-size:12px}.app-main .last-update{font-size:10px}.app-main .location-group-head strong{font-size:13px}.app-main .location-group-head small{font-size:9px}.app-main .location-group-head button{font-size:10px}.app-main .location-field label>small{font-size:9px}.app-main .location-field input{font-size:12px}.app-main .location-field em{font-size:9px}.app-main .search-result-title strong{font-size:11px}.app-main .search-results>button strong{font-size:11px}.app-main .search-results>button small{font-size:9px}.app-main .location-search-state,.app-main .map-input-toolbar>span,.app-main .map-input-toolbar button,.app-main .map-location-notice,.app-main .map-processing-overlay,.app-main .route-api-status{font-size:10px}.app-main .route-metrics p{font-size:10px!important}.app-main .route-metrics strong{font-size:14px}.app-main .route-counts span,.app-main .route-points small{font-size:9px}.app-main .route-points strong{font-size:11px}.app-main .stop-customer-fields small{font-size:8px!important}.app-main .stop-customer-fields input{font-size:11px}.app-main .customer-picker-copy small{font-size:8px!important}.app-main .customer-picker-copy strong{font-size:12px}.app-main .customer-picker-copy em{font-size:9px}.app-main .customer-picker-menu>button strong{font-size:11px}.app-main .customer-picker-menu>button small{font-size:9px!important}.app-main .customer-picker-divider{font-size:8px}.app-main .customer-picker-empty{font-size:10px}.app-main .customer-card strong{font-size:13px}.app-main .customer-card small,.app-main .customer-card p{font-size:10px!important}.app-main .customer-card em{font-size:9px}.app-main .customer-card-actions button{font-size:10px}.app-main .customer-form-head h2{font-size:17px}.app-main .customer-form-head p{font-size:10px!important}.app-main .customer-form-grid small{font-size:8px!important}.app-main .customer-form-grid input{font-size:11px}.app-main .invoice-detail dt,.app-main .invoice-detail dd,.app-main .method-row strong{font-size:10px}}.secondary-button{min-height:50px;border-radius:16px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:8px;background:#edf3fa;color:var(--brand);font-weight:700;font-size:11px;margin-top:9px}.delivery-create-back{margin-bottom:18px}.detail-back-button{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--brand);padding:8px 0;font-size:11px;font-weight:700}.delivery-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.delivery-page-head h2,.delivery-detail-title h2{margin-top:6px}.delivery-page-head p,.delivery-detail-title p{color:var(--muted);margin-top:6px}.delivery-success-toast{position:fixed;z-index:1600;top:108px;right:28px;width:min(430px,calc(100vw - 40px));min-height:76px;border:1px solid #cfe7c5;border-radius:20px;background:#fffffffa;box-shadow:0 18px 45px #1f385929;display:flex;align-items:center;gap:11px;padding:12px 12px 12px 14px;animation:delivery-toast-in .22s ease-out}.delivery-success-toast>span{width:42px;height:42px;border-radius:14px;background:#eef9ea;color:#54ad38;display:grid;place-items:center;flex:0 0 auto}.delivery-success-toast>div{flex:1;min-width:0}.delivery-success-toast strong,.delivery-success-toast small{display:block}.delivery-success-toast strong{font-size:10px}.delivery-success-toast small{font-size:8px;color:var(--muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delivery-toast-detail{height:36px;border-radius:11px;background:#eaf2fc;color:var(--brand);padding:0 11px;font-size:8px;font-weight:700;white-space:nowrap}.delivery-toast-close{width:34px;height:34px;border-radius:11px;background:transparent;color:#8795a4;display:grid;place-items:center;flex:0 0 auto}@keyframes delivery-toast-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.delivery-toast-driver{height:36px;border-radius:11px;background:#eaf7e7;color:#45852e;padding:0 11px;font-size:8px;font-weight:700;white-space:nowrap;display:flex;align-items:center;gap:6px}.delivery-toolbar{min-height:70px;padding:10px 12px;display:flex;align-items:center;gap:12px;margin-bottom:16px}.delivery-search{height:48px;min-width:260px;flex:1;border-radius:15px;background:#f5f8fc;display:flex;align-items:center;padding:0 14px;color:#81909f}.delivery-search input{width:100%;height:100%;border:0;outline:0;background:transparent;padding-left:10px;color:var(--ink)}.delivery-filter-row{display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none}.delivery-filter-row::-webkit-scrollbar{display:none}.delivery-filter-row button{height:38px;padding:0 13px;border-radius:99px;background:#f4f7fb;color:#68788b;font-size:9px;font-weight:700;white-space:nowrap}.delivery-filter-row button.active{background:var(--brand);color:#fff}.delivery-card-list{display:grid;gap:11px}.delivery-list-card{width:100%;padding:17px 18px;text-align:left;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(230px,1fr);gap:14px 24px;transition:.18s}.delivery-list-card:hover{border-color:#b9d0ec;box-shadow:0 10px 28px #1f385912;transform:translateY(-1px)}.delivery-list-main{display:flex;align-items:center;justify-content:space-between;gap:12px}.delivery-number{display:flex;align-items:center;gap:11px}.delivery-number>span{width:38px;height:38px;border-radius:13px;background:#eaf2fc;color:var(--brand);display:grid;place-items:center}.delivery-number small,.delivery-number strong{display:block}.delivery-number small{font-size:7px;color:var(--muted);letter-spacing:.7px}.delivery-number strong{font-size:11px;margin-top:3px}.delivery-status{display:inline-flex;align-items:center;border-radius:99px;padding:7px 10px;font-size:8px;font-weight:700;white-space:nowrap}.delivery-status.created{background:#eef2f6;color:#697889}.delivery-status.in-progress{background:#fff5dc;color:#a06b00}.delivery-status.completed{background:#ecf8e8;color:#4c952f}.delivery-status.cancelled{background:#fff0f0;color:#d44747}.delivery-list-destinations{display:flex;align-items:center;gap:10px;min-width:0}.delivery-list-destinations>svg{color:#f05c5c;flex:0 0 auto}.delivery-list-destinations span{min-width:0}.delivery-list-destinations strong,.delivery-list-destinations small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delivery-list-destinations strong{font-size:11px}.delivery-list-destinations small{font-size:8px;color:var(--muted);margin-top:4px}.delivery-list-meta{grid-column:1/-1;border-top:1px solid #edf1f6;padding-top:12px;display:flex;align-items:center;gap:20px;color:#6d7c8c;font-size:9px}.delivery-list-meta span{display:flex;align-items:center;gap:6px}.delivery-list-meta>svg{margin-left:auto;color:var(--brand)}.delivery-load-state{min-height:200px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:11px}.delivery-load-state.error{color:#d44747;flex-wrap:wrap}.delivery-load-state button{background:#fff;border:1px solid #f0caca;border-radius:10px;padding:8px 11px;color:#d44747;font-weight:700}.delivery-list-empty{min-height:330px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:32px}.delivery-list-empty>span{width:58px;height:58px;border-radius:19px;display:grid;place-items:center;background:#eaf2fc;color:var(--brand)}.delivery-list-empty h3{margin-top:15px}.delivery-list-empty p{color:var(--muted);margin:7px 0 17px}.delivery-detail-head{margin-bottom:17px}.delivery-detail-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:4px}.delivery-detail-actions{display:flex;align-items:center;gap:9px;margin-top:16px}.delivery-detail-actions .primary-button{min-height:48px;border-radius:15px;padding:0 16px;font-size:10px}.danger-outline-button{min-height:48px;border-radius:15px;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #f0c6c6;background:#fff;color:#d44747;font-weight:700;font-size:10px}.danger-outline-button:disabled{opacity:.6}.driver-link-copy-button{min-height:48px;border-radius:15px;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #bfe0b3;background:#eef9ea;color:#45852e;font-weight:700;font-size:10px}.driver-link-copy-button:hover{background:#e4f5df}.driver-link-copy-button:disabled{opacity:.6;cursor:not-allowed}.delete-delivery-button{min-height:48px;border-radius:15px;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:8px;background:#d94747;color:#fff;font-weight:700;font-size:10px;margin-left:auto}.delete-delivery-button:disabled{opacity:.6;cursor:not-allowed}.delivery-detail-grid{display:grid;grid-template-columns:minmax(480px,1.25fr) minmax(300px,.55fr);gap:18px}.delivery-detail-map{height:430px;overflow:hidden;position:relative}.delivery-map-progress-legend{position:absolute;z-index:800;left:14px;bottom:14px;border:1px solid rgba(218,227,237,.9);border-radius:13px;background:#fffffff2;box-shadow:0 7px 20px #17253d21;display:flex;align-items:center;gap:13px;padding:9px 11px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.delivery-map-progress-legend span{display:flex;align-items:center;gap:6px;font-size:8px;font-weight:700;color:#667687}.delivery-map-progress-legend i{width:20px;height:4px;border-radius:99px}.delivery-map-progress-legend i.completed{background:#54ad38}.delivery-map-progress-legend i.remaining{background:#216ccc}.delivery-detail-summary{padding:20px}.detail-metrics{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}.detail-metrics>div{border-radius:16px;background:#f5f8fc;padding:13px;display:flex;align-items:center;gap:9px;color:var(--brand)}.detail-metrics small,.detail-metrics strong{display:block}.detail-metrics small{font-size:7px;color:var(--muted)}.detail-metrics strong{font-size:11px;color:var(--ink);margin-top:4px}.detail-timestamps{border-top:1px solid #e8edf3;margin-top:18px;padding-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-timestamps small,.detail-timestamps strong{display:block}.detail-timestamps small{font-size:7px;color:var(--muted)}.detail-timestamps strong{font-size:9px;margin-top:4px}.delivery-stop-detail{padding:20px;margin-top:18px}.delivery-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.delivery-section-head h3{font-size:14px}.delivery-section-head p{font-size:9px;color:var(--muted);margin-top:5px}.delivery-route-progress{border-radius:99px;background:#eef8ea;color:#45852e;padding:8px 11px;font-size:8px;font-weight:700;white-space:nowrap}.delivery-inline-notice{border-radius:13px;padding:10px 12px;background:#eef8ea;color:#45852e;display:flex;align-items:flex-start;gap:8px;font-size:9px;line-height:1.5;margin:12px 0}.delivery-inline-notice.error{background:#fff0f0;color:#c83f3f}.delivery-stop-rows{margin-top:15px}.delivery-stop-rows article{min-height:82px;display:flex;align-items:center;gap:13px;border-top:1px solid #edf1f5;padding:12px 0}.delivery-stop-rows article:first-child{border-top:0}.delivery-stop-rows article.completed{background:linear-gradient(90deg,#f4fbf2,transparent);border-radius:14px;padding-left:9px;padding-right:9px}.delivery-stop-rows article.completed .stop-sequence{background:#62a94b}.delivery-stop-rows article.completed .stop-detail-copy small{color:#4f913a}.stop-sequence{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:10px;font-weight:700;flex:0 0 auto}.stop-sequence.pickup{background:var(--brand)}.stop-sequence.delivery{background:#f05c5c}.stop-detail-copy{flex:1;min-width:0}.stop-detail-copy small,.stop-detail-copy strong,.stop-detail-copy p,.stop-detail-copy em{display:block}.stop-detail-copy small{font-size:7px;color:var(--muted);letter-spacing:.6px}.stop-detail-copy strong{font-size:11px;margin-top:3px}.stop-detail-copy p{font-size:8px;color:#596b7d;margin-top:4px}.stop-detail-copy em{font-size:8px;color:#8a97a5;font-style:normal;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stop-share-actions{display:flex;gap:7px}.stop-share-actions button{height:38px;border-radius:12px;background:#edf4fd;color:var(--brand);display:flex;align-items:center;gap:6px;padding:0 11px;font-size:8px;font-weight:700}.stop-share-actions button:disabled{opacity:.55}.created-tracking-links{display:flex;flex-direction:column;gap:8px;max-height:220px;overflow:auto;margin-bottom:12px}.created-tracking-links>div{border:1px solid #e2e9f2;border-radius:14px;padding:10px;display:flex;align-items:center;gap:8px;text-align:left}.created-tracking-links>div>span{flex:1;min-width:0}.created-tracking-links small,.created-tracking-links strong,.created-tracking-links a{display:block}.created-tracking-links small{font-size:7px;color:var(--muted)}.created-tracking-links strong{font-size:9px;margin-top:2px}.created-tracking-links a{font-size:7px;color:var(--brand);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.created-tracking-links>div>div{display:flex;gap:5px}.created-tracking-links button{width:35px;height:35px;border-radius:11px;background:#edf4fd;color:var(--brand);display:grid;place-items:center}.public-tracking-shell{min-height:100vh;width:min(920px,100%);margin:auto;padding:22px 22px 34px}.public-tracking-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.public-tracking-header>div{display:flex;align-items:center;gap:10px}.public-tracking-header strong,.public-tracking-header small{display:block}.public-tracking-header strong{font-size:17px}.public-tracking-header small{font-size:7px;color:var(--muted);letter-spacing:1.3px;margin-top:2px;font-weight:700}.public-live-badge{display:flex;align-items:center;gap:7px;border-radius:99px;background:#edf2f7;color:#647486;padding:7px 10px;font-size:8px;font-weight:700}.public-live-badge i{width:6px;height:6px;border-radius:50%;background:#93a0ad}.public-live-badge.live{background:#eaf8e6;color:#4b942f}.public-live-badge.live i{background:#65bc43;box-shadow:0 0 0 4px #65bc4321;animation:pulse-live 1.7s infinite}.public-live-badge.stale{background:#fff4dc;color:#91670c}.public-live-badge.stale i{background:#d89b21}@keyframes pulse-live{50%{box-shadow:0 0 0 7px #65bc4300}}.public-status-card{border-radius:25px;padding:18px 20px;background:linear-gradient(135deg,#216ccc,#1858ab);color:#fff;display:flex;align-items:center;gap:14px;margin-bottom:14px}.public-status-card>span{width:48px;height:48px;border-radius:16px;background:#ffffff26;display:grid;place-items:center}.public-status-card>div{flex:1}.public-status-card small{font-size:8px;color:#d9e8f9;letter-spacing:.7px}.public-status-card h1{font-size:18px;margin-top:4px}.public-status-card p{font-size:9px;color:#d9e8f9;margin-top:4px}.public-status-card.completed{background:linear-gradient(135deg,#5aaf3a,#3e8d26)}.public-status-card.cancelled{background:linear-gradient(135deg,#d85858,#b33a3a)}.public-tracking-map{height:480px;border-radius:28px;overflow:hidden;border:1px solid #dce5ee;position:relative;background:#dce8e0}.public-map-loading{height:100%;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:10px}.public-tracking-info{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.public-destination-card{background:#fff;border:1px solid #e1e8f0;border-radius:20px;padding:15px;display:flex;align-items:center;gap:11px}.public-destination-card>span{width:40px;height:40px;border-radius:13px;background:#fff0f0;color:#e55252;display:grid;place-items:center}.public-destination-card>div{flex:1;min-width:0}.public-destination-card small,.public-destination-card strong,.public-destination-card p{display:block}.public-destination-card small{font-size:7px;color:var(--muted);letter-spacing:.6px}.public-destination-card strong{font-size:11px;margin-top:3px}.public-destination-card p{font-size:8px;color:var(--muted);margin-top:3px}.public-metrics{display:grid;grid-template-columns:1fr 1fr;gap:9px}.public-metrics article{background:#fff;border:1px solid #e1e8f0;border-radius:20px;padding:14px;display:flex;align-items:center;gap:9px;color:var(--brand)}.public-metrics small,.public-metrics strong{display:block}.public-metrics small{font-size:7px;color:var(--muted)}.public-metrics strong{font-size:10px;color:var(--ink);margin-top:3px}.public-tracking-shell footer{text-align:center;color:#8a97a5;font-size:8px;padding-top:22px}.public-tracking-state{min-height:calc(100vh - 50px);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:var(--brand)}.public-tracking-state h1{font-size:19px;margin-top:13px}.public-tracking-state p{font-size:10px;color:var(--muted);margin-top:6px}.public-tracking-state.error{color:#d44747}.public-tracking-waiting-shell{display:flex;min-height:100vh;flex-direction:column}.public-waiting-card{flex:1;min-height:460px;border:1px solid #e1e8f0;border-radius:30px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:44px 24px;box-shadow:0 18px 48px #1f385912}.public-waiting-icon{width:72px;height:72px;border-radius:25px;background:#eef4fc;color:var(--brand);display:grid;place-items:center;margin-bottom:20px}.public-waiting-card>small{font-size:8px;letter-spacing:1px;color:var(--brand);font-weight:700}.public-waiting-card h1{font-size:24px;margin-top:12px}.public-waiting-card p{font-size:13px;color:var(--ink);font-weight:600;margin-top:8px}.public-waiting-card em{max-width:340px;font-size:9px;line-height:1.7;color:var(--muted);font-style:normal;margin-top:12px}.public-live-badge.waiting{color:#7c8998}.public-live-badge.waiting i{background:#a1acb8;box-shadow:none}@media(max-width:900px){.delivery-toolbar{align-items:stretch;flex-wrap:wrap}.delivery-search{width:100%;flex-basis:100%}.delivery-filter-row{flex:1}.delivery-detail-grid{grid-template-columns:1fr}.delivery-detail-map{height:380px}}@media(max-width:760px){.delivery-browser,.delivery-detail,.delivery-screen{max-width:100%;overflow-x:clip}.delivery-browser .card-panel,.delivery-detail .card-panel,.delivery-screen .card-panel{max-width:100%}.delivery-success-toast{top:calc(env(safe-area-inset-top) + 12px);left:12px;right:12px;width:auto;min-height:68px;border-radius:18px;padding:10px;gap:7px;flex-wrap:wrap}.delivery-success-toast>span{width:38px;height:38px;border-radius:13px}.delivery-success-toast strong{font-size:9px}.delivery-success-toast small{font-size:7px}.delivery-toast-detail,.delivery-toast-driver{height:34px;padding:0 8px;font-size:7px}.delivery-toast-close{width:30px;height:30px}.delivery-page-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;margin-bottom:16px}.delivery-page-head>div{min-width:0}.delivery-page-head h2{font-size:18px;line-height:1.25;margin-top:5px}.delivery-page-head p{font-size:8px;line-height:1.5;margin-top:5px}.delivery-page-head .section-kicker{font-size:7px}.delivery-page-head .primary-button{min-height:42px;border-radius:14px;padding:0 11px;font-size:8px;gap:6px;white-space:nowrap}.delivery-toolbar{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:center;gap:8px;padding:8px;border-radius:20px;overflow:hidden}.delivery-search{grid-column:1/-1;width:100%;height:43px;min-width:0;padding:0 11px;border-radius:13px}.delivery-search input{min-width:0;padding-left:8px;font-size:9px}.delivery-filter-row{width:auto;min-width:0;max-width:100%;gap:5px;padding:1px;overscroll-behavior-inline:contain}.delivery-filter-row button{height:34px;padding:0 10px;font-size:7px}.delivery-toolbar>.icon-button{width:40px;height:38px;border-radius:12px}.delivery-card-list{gap:9px;min-width:0}.delivery-list-card{display:flex;flex-direction:column;width:100%;min-width:0;max-width:100%;overflow:hidden;gap:11px;padding:13px;border-radius:20px}.delivery-list-main{width:100%;min-width:0;gap:8px}.delivery-number{min-width:0;flex:1;gap:9px}.delivery-number>span{width:34px;height:34px;border-radius:11px;flex:0 0 auto}.delivery-number>div{min-width:0}.delivery-number small{font-size:6px}.delivery-number strong{max-width:100%;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delivery-status{flex:0 0 auto;padding:6px 8px;font-size:7px}.delivery-list-destinations{gap:8px;padding-top:1px}.delivery-list-destinations strong{font-size:9px}.delivery-list-destinations small{font-size:7px}.delivery-list-meta{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding-top:10px;font-size:7px}.delivery-list-meta span{min-width:0;gap:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delivery-list-meta span svg{width:13px;height:13px;flex:0 0 auto}.delivery-list-meta .delivery-meta-date{justify-self:end}.delivery-list-meta>svg{display:none}.delivery-load-state{min-height:160px;font-size:9px}.delivery-list-empty{min-height:280px;padding:25px 18px;border-radius:22px}.delivery-list-empty>span{width:52px;height:52px}.delivery-list-empty h3{font-size:13px}.delivery-list-empty p{font-size:8px;line-height:1.6}.delivery-detail-head{min-width:0}.detail-back-button{font-size:9px}.delivery-detail-title{align-items:flex-start;flex-direction:column;gap:8px}.delivery-detail-title>div{width:100%;min-width:0}.delivery-detail-title h2{max-width:100%;font-size:17px;line-height:1.3;overflow-wrap:anywhere}.delivery-detail-title p{font-size:8px}.delivery-detail-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.delivery-detail-actions .primary-button,.delivery-detail-actions .danger-outline-button,.delivery-detail-actions .driver-link-copy-button,.delivery-detail-actions .delete-delivery-button{width:100%;min-width:0;min-height:43px;margin-left:0;padding:0 9px;border-radius:13px;font-size:8px}.delivery-detail-actions .delete-delivery-button:only-child{grid-column:1/-1}.delivery-inline-notice{font-size:8px}.delivery-detail-grid{min-width:0;gap:12px}.delivery-detail-map{height:280px;border-radius:20px}.delivery-detail-summary{min-width:0;padding:14px;border-radius:20px}.detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:14px}.detail-metrics>div{min-width:0;padding:10px 9px;gap:7px}.detail-metrics strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-timestamps{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px;padding-top:13px}.detail-timestamps span{min-width:0}.detail-timestamps strong{font-size:7px;line-height:1.5;overflow-wrap:anywhere}.delivery-stop-detail{min-width:0;padding:14px;border-radius:20px;margin-top:12px}.delivery-section-head{align-items:flex-start;gap:8px}.delivery-section-head h3{font-size:12px}.delivery-section-head p{font-size:8px;line-height:1.5}.delivery-route-progress{padding:7px 9px;font-size:7px}.delivery-stop-rows{margin-top:10px}.delivery-stop-rows article{min-width:0;align-items:flex-start;flex-wrap:wrap;gap:10px}.stop-sequence{width:34px;height:34px;font-size:8px}.stop-detail-copy{width:calc(100% - 44px)}.stop-detail-copy strong{font-size:9px}.stop-detail-copy p,.stop-detail-copy em{font-size:7px}.stop-share-actions{width:100%;min-width:0;padding-left:44px;gap:6px}.stop-share-actions button{min-width:0;flex:1;justify-content:center;height:36px;padding:0 8px;font-size:7px;white-space:nowrap}.delivery-layout,.delivery-layout>section,.delivery-layout>aside{width:100%;min-width:0}.route-map,.route-summary,.delivery-empty{max-width:100%}.public-tracking-shell{padding:calc(env(safe-area-inset-top) + 15px) 14px 26px}.public-tracking-map{height:52vh;min-height:340px;max-height:470px}.public-tracking-info{grid-template-columns:1fr}.public-status-card{border-radius:22px;padding:15px}.public-status-card h1{font-size:16px}.public-waiting-card{min-height:calc(100vh - 155px);border-radius:25px;padding:38px 22px}.public-waiting-icon{width:66px;height:66px;border-radius:22px}.public-waiting-card h1{font-size:21px}.public-waiting-card p{font-size:12px}}@media(max-width:380px){.delivery-page-head{grid-template-columns:1fr}.delivery-page-head .primary-button{width:100%}.delivery-detail-actions{grid-template-columns:1fr}.delivery-detail-actions .delete-delivery-button:only-child{grid-column:auto}.stop-share-actions{padding-left:0}}.driver-marker-shell{background:transparent;border:0}.driver-marker{width:44px;height:44px;border-radius:50%;background:#fff;border:3px solid var(--driver-color);display:grid;place-items:center;color:var(--driver-color);box-shadow:0 7px 18px #17253d38;transition:.18s}.driver-marker span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--driver-color) 13%,white);font-size:22px;font-weight:800;transform:rotate(-30deg)}.driver-marker.selected{transform:scale(1.14);box-shadow:0 0 0 6px color-mix(in srgb,var(--driver-color) 18%,transparent),0 9px 24px #17253d40}.vehicle-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.vehicle-page-head h2{margin-top:6px}.vehicle-page-head p{color:var(--muted);margin-top:5px}.vehicle-layout{display:grid;grid-template-columns:minmax(500px,1fr) minmax(280px,.36fr);gap:18px}.vehicle-map{height:calc(100vh - 205px);min-height:520px;overflow:hidden}.vehicle-list{padding:16px;max-height:calc(100vh - 205px);overflow:auto}.vehicle-list>.section-title-row{position:sticky;top:-16px;background:#fff;z-index:2;padding:16px 0 10px}.vehicle-list>button{width:100%;min-height:66px;border-top:1px solid #edf1f5;background:transparent;display:flex;align-items:center;gap:10px;text-align:left;padding:9px 5px}.vehicle-list>button.active{background:#f3f7fd;border-radius:15px;padding-left:10px;padding-right:10px}.vehicle-list-icon{width:38px;height:38px;border-radius:13px;background:#f3f7f5;display:grid;place-items:center;flex:0 0 auto}.vehicle-list>button>span:nth-child(2){flex:1;min-width:0}.vehicle-list strong,.vehicle-list small{display:block}.vehicle-list strong{font-size:10px}.vehicle-list small{font-size:7px;color:var(--muted);margin-top:4px}.vehicle-list>button>i{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.route-driver-select{display:block;border-top:1px solid #e8edf3;border-bottom:1px solid #e8edf3;padding:15px 0;margin:14px 0}.route-driver-select>span{display:flex;align-items:center;gap:8px;color:var(--brand);font-size:9px}.route-driver-select select{width:100%;height:44px;border:1px solid #dbe5ef;border-radius:13px;background:#f7f9fc;color:var(--ink);padding:0 11px;margin-top:9px;font-size:9px;outline:0}.route-driver-select small{display:block;color:var(--muted);font-size:7px;line-height:1.5;margin-top:7px}.detail-driver{border-top:1px solid #e8edf3;margin-top:18px;padding-top:16px;display:flex;align-items:center;gap:10px}.detail-driver>span{width:40px;height:40px;border-radius:13px;background:#eef9ea;color:#54ad38;display:grid;place-items:center;flex:0 0 auto}.detail-driver small{font-size:7px;color:var(--muted)}.detail-driver strong{font-size:10px;margin-top:3px}.detail-driver p{font-size:7px;color:var(--muted);margin-top:3px}.public-driver-card{background:#fff;border:1px solid #e1e8f0;border-radius:20px;padding:15px;display:flex;align-items:center;gap:11px}.public-driver-card>span{width:40px;height:40px;border-radius:13px;background:#eef9ea;color:#54ad38;display:grid;place-items:center;flex:0 0 auto}.public-driver-card>div{min-width:0}.public-driver-card small,.public-driver-card strong,.public-driver-card p{display:block}.public-driver-card small{font-size:7px;color:var(--muted);letter-spacing:.6px}.public-driver-card strong{font-size:11px;margin-top:3px}.public-driver-card p{font-size:8px;color:var(--muted);margin-top:3px}.public-driver-notice{margin-top:10px;border-radius:14px;background:#fff7e4;color:#986b0b;padding:10px 12px;display:flex;align-items:center;gap:8px;font-size:9px}@media(max-width:900px){.vehicle-layout{grid-template-columns:1fr}.vehicle-map{height:55vh;min-height:390px}.vehicle-list{max-height:none}}@media(max-width:760px){.vehicle-page-head{display:none}.vehicle-layout{gap:12px}.vehicle-map{height:52vh;min-height:350px;border-radius:22px}.vehicle-list{border-radius:22px}.route-driver-select select,.public-driver-notice{font-size:8px}}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(390px,.9fr) minmax(500px,1.1fr);background:#fff}.auth-brand-panel{position:relative;overflow:hidden;min-height:100vh;padding:48px clamp(35px,5vw,76px);display:flex;flex-direction:column;color:#fff;background:linear-gradient(145deg,#174e96,#216ccc 58%,#2b7cdb)}.auth-brand{display:flex;align-items:center;gap:12px;position:relative;z-index:2}.auth-brand img{filter:drop-shadow(0 5px 12px rgba(0,0,0,.12))}.auth-brand strong,.auth-brand small{display:block}.auth-brand strong{font-size:20px}.auth-brand small{font-size:8px;letter-spacing:1.7px;color:#d7e8fb;margin-top:3px;font-weight:700}.auth-brand-copy{position:relative;z-index:2;margin:auto 0;max-width:570px}.auth-brand-copy>span{display:block;font-size:9px;letter-spacing:1.7px;font-weight:700;color:#cce1f8}.auth-brand-copy h1{font-size:clamp(34px,4.1vw,60px);line-height:1.12;letter-spacing:-1.8px;margin-top:16px}.auth-brand-copy p{max-width:500px;font-size:12px;line-height:1.85;color:#d9e9fa;margin-top:22px}.auth-brand-decoration i{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12)}.auth-brand-decoration i:nth-child(1){width:500px;height:500px;right:-240px;bottom:-120px}.auth-brand-decoration i:nth-child(2){width:340px;height:340px;right:-150px;bottom:-40px;background:#ffffff09}.auth-brand-decoration i:nth-child(3){width:170px;height:170px;left:-70px;top:35%;background:#6ac44521;border-color:#6ac44533}.auth-form-panel{min-height:100vh;display:grid;place-items:center;padding:42px 30px;background:radial-gradient(circle at 100% 0,#f2f7fd 0,transparent 36%),#fff}.auth-card{width:min(440px,100%)}.auth-mobile-brand{display:none}.auth-kicker{font-size:9px;letter-spacing:1.5px;color:var(--brand);font-weight:700}.auth-card h2{font-size:28px;letter-spacing:-.6px;margin-top:10px}.auth-card>p{font-size:10px;line-height:1.7;color:var(--muted);margin-top:8px}.auth-card form{display:grid;gap:14px;margin-top:27px}.auth-field{display:block}.auth-field>span{display:block;font-size:8px;font-weight:700;color:#516273;margin:0 0 7px 3px}.auth-field>div{height:54px;border:1px solid #dfe7f0;border-radius:16px;background:#f8fafc;display:flex;align-items:center;padding:0 14px;color:#8493a2;transition:.18s}.auth-field>div:focus-within{border-color:#79a7dd;background:#fff;box-shadow:0 0 0 4px #216ccc14;color:var(--brand)}.auth-field input{flex:1;min-width:0;height:100%;border:0;background:transparent;outline:0;padding:0 11px;font-size:10px;color:var(--ink)}.auth-field input::placeholder{color:#a0abb6}.auth-field button{width:34px;height:34px;border-radius:10px;background:transparent;color:#82909e;display:grid;place-items:center}.auth-error{border:1px solid #ffd1d1;border-radius:14px;background:#fff4f4;color:#d94545;padding:11px 12px;display:flex;align-items:flex-start;gap:8px;font-size:9px;line-height:1.5}.auth-submit{height:56px;border-radius:17px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-size:11px;font-weight:700;box-shadow:0 10px 24px #216ccc38;margin-top:3px}.auth-submit:disabled{opacity:.62;cursor:not-allowed}.auth-switch{text-align:center;border-top:1px solid #e8edf3;margin-top:24px;padding-top:20px;font-size:9px;color:var(--muted)}.auth-switch a{color:var(--brand);font-weight:700;text-decoration:none;margin-left:3px}@media(max-width:820px){.auth-shell{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{padding:calc(env(safe-area-inset-top) + 28px) 22px calc(env(safe-area-inset-bottom) + 28px);background:linear-gradient(180deg,#eff6ff 0,#fff 32%)}.auth-mobile-brand{display:flex;align-items:center;gap:10px;margin-bottom:38px}.auth-mobile-brand strong{font-size:18px}.auth-card h2{font-size:24px}.auth-card form{margin-top:23px}}.home-map,.selected-drivers{padding:20px}.driver-marker-shell,.route-marker-shell{background:transparent;border:0}.driver-marker{display:grid;place-items:center;line-height:1;background:transparent;border:0;border-radius:0;box-shadow:none;color:initial;padding:0;cursor:pointer;filter:drop-shadow(0 2px 2px rgba(23,37,61,.28));transition:transform .18s ease,filter .18s ease}.driver-marker span{display:block;width:auto;height:auto;border-radius:0;background:transparent;font-size:inherit;font-weight:400;transform:none}.driver-marker.selected{transform:scale(1.12);box-shadow:none;filter:drop-shadow(0 0 4px var(--marker)) drop-shadow(0 3px 3px rgba(23,37,61,.3))}.map-configuration-message{display:flex;align-items:center;justify-content:center;padding:24px;text-align:center;background:#eef3f0;color:var(--muted);font-size:10px;line-height:1.7}.map-configuration-message.error{color:var(--danger)}.map-load-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:22px;background:linear-gradient(145deg,#edf3ef,#dce8e0);color:var(--brand);text-align:center}.map-load-prompt>span{width:38px;height:38px;border-radius:13px;background:#fff;display:grid;place-items:center;font-size:24px;box-shadow:0 7px 18px #17253d1a}.map-load-prompt strong{font-size:10px}.map-load-prompt small{font-size:7px;color:var(--muted);line-height:1.5}.map-load-prompt:hover{background:linear-gradient(145deg,#e6f0e9,#d3e3d9)}.map-driver-peek{position:absolute;z-index:800;left:12px;right:12px;bottom:12px;min-height:64px;border-radius:18px;background:#fffffff5;display:flex;align-items:center;gap:10px;padding:10px 13px;box-shadow:0 8px 22px #17253d24;text-align:left}.map-driver-peek>span:not(.avatar){flex:1;min-width:0}.map-driver-peek strong,.map-driver-peek small{display:block}.map-driver-peek strong{font-size:10px}.map-driver-peek small{font-size:7px;color:var(--muted);margin-top:4px}.status-badge{display:inline-flex!important;align-items:center;gap:6px;border-radius:99px;padding:6px 9px;font-size:7px!important;font-weight:700;white-space:nowrap}.status-badge i{width:5px;height:5px;border-radius:50%}.view-map .desktop-topbar{display:none}.view-map .screen-content{height:100vh}.full-map-screen{height:100vh;position:relative;overflow:hidden}.full-map{position:absolute;inset:0}.map-floating-header{position:absolute;z-index:900;top:26px;left:28px;width:min(660px,calc(100% - 150px))}.map-title-card{height:68px;background:#fffffff5;border-radius:21px;padding:11px 15px;display:flex;align-items:center;box-shadow:0 10px 26px #17253d24}.map-title-card>span:first-child{width:42px;height:42px;border-radius:14px;background:var(--brand);color:#fff;display:grid;place-items:center}.map-title-card>div{flex:1;padding:0 12px}.map-title-card strong,.map-title-card small{display:block}.map-title-card strong{font-size:12px}.map-title-card small{font-size:8px;color:var(--muted);margin-top:4px}.map-unit-select{width:min(340px,100%);height:48px;margin-top:12px;padding:0 14px;display:flex;align-items:center;gap:10px;border:1px solid rgba(226,233,242,.9);border-radius:16px;background:#fffffff7;color:var(--brand);box-shadow:0 8px 22px #17253d21}.map-unit-select select{flex:1;min-width:0;height:100%;border:0;outline:0;appearance:none;background:transparent;color:var(--ink);font:inherit;font-size:10px;font-weight:600;cursor:pointer}.map-unit-select select:disabled{cursor:not-allowed;color:var(--muted)}.map-unit-select>svg:last-child{color:var(--muted);pointer-events:none}.recenter-button{position:absolute;z-index:900;right:28px;top:28px;width:50px;height:50px;border-radius:17px;background:#fff;color:var(--brand);display:grid;place-items:center;box-shadow:0 8px 20px #17253d24}.selected-driver-sheet{position:absolute;z-index:900;right:28px;bottom:28px;width:380px;background:#fff;border-radius:26px;padding:16px;box-shadow:0 16px 45px #17253d33}.sheet-expand-button{display:none}.sheet-close{position:absolute;right:10px;top:10px;width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#f3f6f4;z-index:2}.sheet-handle{display:none}.selected-driver-sheet header{display:flex;align-items:center;gap:10px;padding-right:20px}.selected-driver-sheet header>div{flex:1;min-width:0}.selected-driver-sheet header strong,.selected-driver-sheet header small{display:block}.selected-driver-sheet header strong{font-size:11px}.selected-driver-sheet header small{font-size:7px;color:var(--muted);margin-top:5px;white-space:nowrap}.map-hint{position:absolute;z-index:800;bottom:30px;left:50%;transform:translate(-50%);background:#216cccf0;color:#fff;border-radius:99px;padding:11px 16px;font-size:9px;white-space:nowrap}.map-hint.error{background:#e44949f2}.history-toggle{width:100%;height:42px;margin-top:13px;border-radius:14px;background:#edf4fc;color:var(--brand);display:flex;align-items:center;gap:8px;padding:0 12px;font-size:9px;font-weight:700}.history-toggle>svg:last-child{margin-left:auto;transition:transform .18s}.history-toggle.active{background:#f2f5f8;color:#5f6f7d}.history-toggle.active>svg:last-child{transform:rotate(90deg)}.history-form{width:100%;min-width:0;border-top:1px solid #e8edf3;margin-top:13px;padding-top:13px;display:grid;gap:10px}.history-form-title{display:flex;align-items:center;gap:9px;color:var(--brand)}.history-form-title>span{min-width:0}.history-form-title strong,.history-form-title small{display:block}.history-form-title strong{font-size:9px;color:var(--ink)}.history-form-title small{font-size:7px;color:var(--muted);margin-top:3px}.history-date-field,.history-time-fields,.history-time-fields label{display:block;width:100%;min-width:0}.history-date-field>span,.history-time-fields label>span{display:block;font-size:6px;letter-spacing:.7px;color:var(--muted);font-weight:700;margin:0 0 5px 2px}.history-date-field input,.history-time-fields input{display:block;width:100%;min-width:0;max-width:100%;height:40px;box-sizing:border-box;border:1px solid #dfe7f0;border-radius:12px;background:#f8fafc;color:var(--ink);padding:0 10px;font-size:9px;text-align:center;text-align-last:center;outline:0}.history-date-field input::-webkit-date-and-time-value,.history-time-fields input::-webkit-date-and-time-value{min-height:100%;display:flex;align-items:center;justify-content:center;text-align:center}.history-date-field input:focus,.history-time-fields input:focus{border-color:#79a7dd;background:#fff}.history-time-fields{display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);align-items:end}.history-time-fields>i{height:1px;background:#cbd6e1;margin:0 5px 20px}.history-message{min-height:36px;border-radius:11px;background:#f1f6fb;color:#617383;padding:8px 10px;display:flex;align-items:center;gap:7px;font-size:7px;line-height:1.5}.history-message.error{background:#fff2f2;color:#bd4040}.history-message svg{flex:0 0 auto}.history-result{min-height:48px;border-radius:13px;background:#f6f9fc;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:8px 10px}.history-result>span{display:grid;grid-template-columns:8px 1fr;column-gap:5px;align-items:center;font-size:6px;color:var(--muted)}.history-result>span+span{border-left:1px solid #e2e9f0;padding-left:7px}.history-result i{width:7px;height:7px;border-radius:50%;grid-row:1/3}.history-result i.start{background:#54ad38}.history-result i.end{background:#7b61c9}.history-result svg{grid-row:1/3;color:var(--brand)}.history-result .ignition-off svg{color:#e44949}.history-result strong{font-size:8px;color:var(--ink);margin-top:2px}.history-ignition-legend{display:flex;align-items:center;gap:6px;color:#a43d3d;font-size:7px;line-height:1.45}.history-ignition-legend i{width:8px;height:8px;border-radius:50%;background:#e44949;box-shadow:0 0 0 3px #fdeaea;flex:0 0 auto}.history-submit{height:43px;border-radius:13px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px;font-weight:700;box-shadow:0 7px 16px #216ccc2e}.history-submit:disabled{opacity:.6;cursor:not-allowed}.history-date-field input,.history-time-fields input{padding-top:2px;padding-bottom:0;line-height:36px}.history-date-field input::-webkit-date-and-time-value,.history-time-fields input::-webkit-date-and-time-value{display:block;height:36px;min-height:0;margin:0;padding:1px 0 0;line-height:35px;text-align:center}.selected-driver-panels{position:absolute;z-index:900;right:28px;bottom:28px;display:flex;align-items:flex-end;gap:14px;pointer-events:none}.selected-driver-panels>*{pointer-events:auto}.selected-driver-panels .selected-driver-sheet{position:relative;right:auto;bottom:auto;flex:0 0 auto}.selected-driver-sheet.history-open{max-height:calc(100vh - 56px);overflow:auto}.history-log-panel{width:340px;max-height:calc(100vh - 56px);overflow:hidden;border-radius:24px;background:#fff;padding:16px;box-shadow:0 16px 45px #17253d33}.history-log-panel .history-trip-log{border:0;padding:0}.history-result .history-warning-count svg{color:#d99516}.history-stop-legend{display:flex;align-items:center;gap:12px;padding:0 2px;color:var(--muted);font-size:7px}.history-stop-legend span{display:flex;align-items:center;gap:5px;white-space:nowrap}.history-stop-legend i{width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 2px #fff;flex:0 0 auto}.history-stop-legend .short i{background:#e44949}.history-stop-legend .normal i{background:#216ccc}.history-stop-legend .warning i{background:#f2b94b}.history-trip-log{display:grid;gap:9px;border-top:1px solid #e8edf3;padding-top:11px}.history-log-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.history-log-heading strong,.history-log-heading small{display:block}.history-log-heading strong{font-size:9px}.history-log-heading small{font-size:7px;color:var(--muted);margin-top:3px}.history-log-heading em{display:flex;align-items:center;gap:4px;border-radius:99px;background:#fff4d9;color:#9a6810;padding:5px 7px;font-size:6px;font-style:normal;font-weight:700;white-space:nowrap}.history-route-selectors{display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);align-items:end}.history-route-selectors>svg{color:#9aa8b5;margin-bottom:12px}.history-route-selectors label>span{display:block;margin:0 0 5px 2px;color:var(--muted);font-size:6px;font-weight:700;letter-spacing:.7px}.history-route-selectors select{width:100%;height:38px;border:1px solid #dfe7f0;border-radius:11px;background:#f8fafc;color:var(--ink);padding:0 8px;outline:0;font-size:8px;font-weight:700}.history-route-selectors select:focus{border-color:#79a7dd;background:#fff}.history-selection-summary{min-height:43px;border-radius:12px;background:#eaf2fc;color:var(--brand);display:flex;align-items:center;gap:10px;padding:8px 11px}.history-selection-summary span{flex:1}.history-selection-summary strong,.history-selection-summary small{display:block}.history-selection-summary strong{font-size:10px}.history-selection-summary small{font-size:6px;color:#6d86a3;margin-top:2px}.history-selection-summary b{font-size:9px}.history-leg-list{display:grid;gap:6px;max-height:190px;overflow:auto;padding-right:2px}.history-leg-list button{width:100%;min-height:48px;border:1px solid #e3e9f0;border-radius:12px;background:#fff;display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;column-gap:8px;padding:7px 9px;text-align:left}.history-leg-list button:hover{background:#f7faff}.history-leg-list button.active{border-color:#76a5dd;background:#f0f6fd;box-shadow:0 0 0 2px #216ccc12}.history-leg-list button>i{width:25px;height:25px;border-radius:50%;background:#216ccc;color:#fff;display:grid;place-items:center;font-size:7px;font-style:normal;font-weight:700}.history-leg-list button.warning>i{background:#f2b94b;color:#5e4300}.history-leg-list button span{min-width:0}.history-leg-list button span strong,.history-leg-list button span small{display:block}.history-leg-list button span strong{font-size:8px}.history-leg-list button span small{font-size:6px;color:var(--muted);margin-top:2px}.history-leg-list button>b{color:var(--brand);font-size:8px;white-space:nowrap}.history-leg-list button>em{grid-column:2/4;display:flex;align-items:center;gap:4px;color:#a06b0e;font-size:6px;font-style:normal;font-weight:700;margin-top:3px}.history-leg-list button.warning{border-color:#f0d697;background:#fffaf0}.ignition-info-window{width:230px;padding:3px 1px 1px;color:var(--ink);font-family:Plus Jakarta Sans,system-ui,sans-serif}.ignition-info-heading{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #edf1f5}.ignition-info-heading>span{width:34px;height:34px;border-radius:50%;background:#e44949;color:#fff;display:grid;place-items:center;font-size:15px;font-weight:700;box-shadow:0 0 0 4px #fdeaea}.ignition-info-heading small,.ignition-info-heading strong{display:block}.ignition-info-heading small{font-size:7px;letter-spacing:.7px;color:#a43d3d;font-weight:700}.ignition-info-heading strong{font-size:12px;margin-top:3px}.ignition-info-window dl{margin:7px 0 0}.ignition-info-window dl>div{display:grid;grid-template-columns:62px 1fr;gap:8px;padding:6px 0;border-top:1px solid #f0f3f6}.ignition-info-window dl>div:first-child{border-top:0}.ignition-info-window dt{font-size:7px;color:var(--muted)}.ignition-info-window dd{margin:0;font-size:8px;font-weight:700;line-height:1.45;word-break:break-word}.ignition-info-window.normal .ignition-info-heading small{color:#216ccc}.ignition-info-window.normal .ignition-info-heading>span{box-shadow:0 0 0 4px #e3effc}.ignition-info-window.warning .ignition-info-heading small{color:#a43d3d}.ignition-info-window.warning .ignition-info-heading>span{box-shadow:0 0 0 4px #fdeaea}.history-result .history-warning-count svg{color:#e44949}.selected-driver-panels{left:28px;justify-content:flex-end}.selected-driver-panels .history-log-panel{position:absolute;left:0;bottom:0}@media(max-width:760px){.home-map,.selected-drivers{border:0;border-radius:0;background:transparent;padding:14px 20px}.view-map .screen-content,.full-map-screen{height:100dvh}.map-floating-header{top:calc(env(safe-area-inset-top) + 8px);left:14px;width:calc(100% - 28px)}.map-title-card{height:64px;border-radius:20px}.map-unit-select{width:100%;height:46px}.recenter-button{right:15px;top:calc(env(safe-area-inset-top) + 145px);width:46px;height:46px}.selected-driver-sheet{left:14px;right:14px;bottom:94px;width:auto;max-height:calc(100dvh - 260px);overflow:auto;border-radius:26px;padding:14px}.selected-driver-sheet.collapsed{left:50%;right:auto;width:128px;height:38px;max-height:none;padding:0;overflow:hidden;border-radius:99px;transform:translate(-50%);background:#fffffff7}.selected-driver-sheet.collapsed .selected-driver-content{display:none}.selected-driver-sheet.collapsed .sheet-expand-button{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:6px;background:transparent;color:var(--brand);font-size:8px;font-weight:700}.selected-driver-sheet.collapsed .sheet-expand-button svg{transform:rotate(180deg)}.sheet-handle{display:block;width:38px;height:4px;border-radius:99px;background:#dde3e0;margin:0 auto 10px}.selected-driver-sheet header{padding-right:0}.selected-driver-sheet .sheet-close{display:none}.selected-driver-sheet header small{font-size:7px}.map-hint{bottom:104px;font-size:8px}.history-form{gap:9px}.history-date-field input,.history-time-fields input{height:38px}.history-submit{height:41px}}@media(max-width:1000px)and (min-width:761px){.history-log-panel{width:300px}}@media(max-width:760px){.selected-driver-panels{left:14px;right:14px;bottom:94px;display:flex;flex-direction:column;align-items:stretch;gap:8px}.selected-driver-panels .selected-driver-sheet{position:relative;left:auto;right:auto;bottom:auto;width:100%;max-height:calc(100dvh - 260px)}.selected-driver-panels .selected-driver-sheet.collapsed{left:auto;right:auto;width:128px;margin:0 auto;transform:none}.selected-driver-panels .history-log-panel{position:static;display:none;width:100%;max-height:calc(100dvh - 350px);padding:14px;border-radius:22px}.selected-driver-panels.sheet-collapsed .history-log-panel{display:block}}@media(max-width:375px){.home-map,.selected-drivers{padding-left:16px;padding-right:16px}.map-title-card>div{padding:0 8px}.map-title-card strong{font-size:11px}.map-title-card small{font-size:7px}.selected-driver-sheet header .status-badge{display:none!important}}.auth-page .auth-card{width:min(460px,100%);min-width:0;padding:30px}.auth-page .auth-card form{display:flex;flex-direction:column;gap:10px;margin-top:0;min-width:0}.auth-page .auth-card form>label{display:flex;min-width:0}.auth-page .auth-card form>label>span,.auth-page .auth-card form input{min-width:0}.auth-page .auth-mode-button{display:block;text-align:center;text-decoration:none}@media(max-width:520px){.auth-page{padding:16px}.auth-page .auth-card{width:100%;padding:24px 20px;border-radius:26px}}.route-driver-select{min-height:58px;border:1px solid #dfe7f0;border-radius:16px;display:flex;align-items:center;gap:10px;padding:8px 12px;margin:15px 0}.route-driver-select>span{width:36px;height:36px;border-radius:12px;background:#eaf2fc;color:var(--brand);display:grid;place-items:center;flex:0 0 auto}.route-driver-select>div{flex:1;min-width:0}.route-driver-select small{display:block;font-size:7px;color:var(--muted);letter-spacing:.6px;margin:0;line-height:normal}.route-driver-select select{width:100%;height:auto;border:0;outline:0;background:transparent;appearance:none;font-size:10px;font-weight:700;color:var(--ink);padding:0;margin-top:3px}.route-driver-select>svg{color:var(--muted)}.detail-driver{display:flex;gap:12px;align-items:center;border-top:0;margin-top:0;padding-top:0}.detail-driver>span{width:45px;height:45px;border-radius:15px;display:grid;place-items:center;background:#eaf2fc;color:var(--brand)}.detail-driver>div{min-width:0}.detail-driver small,.detail-driver strong,.detail-driver p{display:block}.detail-driver small{font-size:7px;color:var(--muted);letter-spacing:.7px}.detail-driver strong{font-size:12px;margin-top:4px}.detail-driver p{font-size:8px;color:var(--muted);margin-top:4px}@media(max-width:760px){.delivery-list-meta .delivery-meta-driver{grid-column:1/-1}.detail-driver>span{width:40px;height:40px;border-radius:13px}.detail-driver>div{overflow:hidden}.detail-driver strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-driver p{font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.public-destination-card,.public-driver-card{background:#fff;border:1px solid #e1e8f0;border-radius:20px;padding:15px;display:flex;align-items:center;gap:11px}.public-destination-card>span,.public-driver-card>span{width:40px;height:40px;border-radius:13px;background:#fff0f0;color:#e55252;display:grid;place-items:center}.public-destination-card>div,.public-driver-card>div{flex:1;min-width:0}.public-destination-card small,.public-destination-card strong,.public-destination-card p,.public-driver-card small,.public-driver-card strong,.public-driver-card p{display:block}.public-destination-card small,.public-driver-card small{font-size:7px;color:var(--muted);letter-spacing:.6px}.public-destination-card strong,.public-driver-card strong{font-size:11px;margin-top:3px}.public-destination-card p,.public-driver-card p{font-size:8px;color:var(--muted);margin-top:3px}.public-driver-card{grid-column:1/-1}.public-driver-card>span{background:#eaf2fc;color:var(--brand)}.public-driver-card>svg{color:#5aad39}.public-map-notice{position:absolute;z-index:800;left:14px;right:14px;bottom:14px;border-radius:14px;padding:11px 13px;background:#fffffff5;color:#d44747;display:flex;align-items:center;gap:8px;font-size:9px;box-shadow:0 8px 22px #17253d24}.public-map-notice.warning{color:#9b6a06}@media(max-width:760px){.public-driver-card{grid-column:auto}}.driver-portal-shell{width:min(640px,100%);min-height:100vh;margin:auto;padding:12px 16px calc(32px + env(safe-area-inset-bottom));background:var(--canvas)}.driver-portal-topbar{height:58px;display:flex;align-items:center;justify-content:space-between}.driver-portal-brand{display:flex;align-items:center;gap:10px}.driver-portal-brand img{object-fit:contain}.driver-portal-brand strong,.driver-portal-brand small{display:block}.driver-portal-brand strong{font-size:16px;line-height:1.1}.driver-portal-brand small{font-size:8px;letter-spacing:1.6px;color:var(--brand);font-weight:700;margin-top:3px}.driver-portal-refresh{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:var(--surface);border:1px solid var(--border);color:var(--brand)}.driver-portal-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:20px 2px 16px}.driver-portal-eyebrow{font-size:9px;line-height:1.4;letter-spacing:1.4px;color:var(--brand);font-weight:700}.driver-portal-summary h1{font-size:24px;line-height:1.2;letter-spacing:-.5px;margin:4px 0 0}.driver-portal-summary p{font-size:11px;line-height:1.5;color:var(--muted);margin:5px 0 0}.driver-portal-badge{display:flex;align-items:center;gap:7px;border-radius:999px;padding:8px 11px;background:#edf0ef;color:#66736d;font-size:9px;font-weight:700;white-space:nowrap}.driver-portal-badge i{width:6px;height:6px;border-radius:50%;background:#82908a}.driver-portal-badge.in_progress{background:#fff8e9;color:#9b6a06}.driver-portal-badge.in_progress i{background:#d28a18}.driver-portal-badge.completed{background:#eef9ea;color:#478f31}.driver-portal-badge.completed i{background:#54ad38}.driver-portal-badge.cancelled{background:#fff0f0;color:#e44949}.driver-portal-badge.cancelled i{background:#e44949}.driver-portal-progress{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:14px 16px;margin-bottom:12px}.driver-portal-progress-head{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:var(--muted)}.driver-portal-progress-head strong{font-size:11px;color:var(--ink)}.driver-portal-progress-track{height:6px;border-radius:999px;background:#e8eef6;overflow:hidden;margin:9px 0 11px}.driver-portal-progress-track i{display:block;height:100%;border-radius:inherit;background:var(--brand);transition:width .22s ease}.driver-portal-metrics{display:flex;align-items:center;gap:20px;font-size:10px;font-weight:600;color:#647383}.driver-portal-metrics span{display:flex;align-items:center;gap:6px}.driver-portal-metrics svg{color:var(--brand)}.driver-portal-map-shell,.driver-portal-map-fallback{height:300px;border-radius:28px;overflow:hidden;position:relative;background:#dce8e0;border:1px solid var(--border)}.driver-portal-route-map{width:100%;height:100%}.driver-portal-map-label{position:absolute;z-index:2;top:12px;left:12px;display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;background:#fffffff2;box-shadow:0 8px 22px #17253d24;font-size:9px;font-weight:700;color:var(--ink)}.driver-portal-map-label i{width:6px;height:6px;border-radius:50%;background:#54ad38}.driver-portal-map-locate{position:absolute;z-index:2;right:12px;bottom:12px;width:46px;height:46px;border-radius:16px;background:var(--surface);box-shadow:0 8px 22px #17253d24;color:var(--brand);display:grid;place-items:center}.driver-portal-map-locate:disabled{opacity:.65}.driver-portal-map-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--brand);padding:28px}.driver-portal-map-fallback strong{font-size:13px;margin-top:10px}.driver-portal-map-fallback span{font-size:10px;line-height:1.6;color:var(--muted);margin-top:5px;max-width:250px}.driver-portal-map-fallback.error{color:#e44949}.driver-portal-next,.driver-portal-status,.driver-portal-stops{background:var(--surface);border:1px solid var(--border);border-radius:24px}.driver-portal-next{margin-top:12px;padding:18px}.driver-portal-next-head{display:flex;align-items:center;gap:12px}.driver-portal-sequence{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:12px;font-weight:700;flex:0 0 auto}.driver-portal-sequence.delivery{background:#ff5454}.driver-portal-next-head>div{min-width:0}.driver-portal-next-head small{display:block;font-size:8px;letter-spacing:.8px;color:var(--muted);font-weight:700}.driver-portal-next-head h2{font-size:16px;line-height:1.3;margin:3px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driver-portal-address{display:flex;align-items:flex-start;gap:8px;margin:14px 0 0;padding-top:13px;border-top:1px solid #edf1f5;font-size:11px;line-height:1.55;color:#5f6e78}.driver-portal-address svg{color:#ff5454;flex:0 0 auto}.driver-portal-next-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;font-size:10px;font-weight:600}.driver-portal-next-meta a{min-height:44px;display:flex;align-items:center;gap:6px;color:var(--brand);padding:0 6px}.driver-portal-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:10px}.driver-portal-secondary,.driver-portal-primary{min-height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;font-weight:700}.driver-portal-secondary{background:#eaf2fc;color:var(--brand)}.driver-portal-secondary svg:last-child{opacity:.55}.driver-portal-primary{background:var(--brand);color:#fff}.driver-portal-primary:disabled{opacity:.65;cursor:wait}.driver-portal-gps-hint{display:flex;align-items:center;justify-content:center;gap:6px;margin:10px 0 0;color:var(--muted);font-size:8px;line-height:1.5;text-align:center}.driver-portal-status{display:flex;align-items:center;gap:13px;margin-top:12px;padding:18px}.driver-portal-status>span{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;flex:0 0 auto}.driver-portal-status.success>span{background:#eef9ea;color:#54ad38}.driver-portal-status.cancelled>span{background:#fff0f0;color:#e44949}.driver-portal-status small{font-size:8px;letter-spacing:.8px;color:var(--muted);font-weight:700}.driver-portal-status h2{font-size:15px;margin:3px 0 0}.driver-portal-status p{font-size:9px;line-height:1.5;color:var(--muted);margin:4px 0 0}.driver-portal-message{display:flex;align-items:flex-start;gap:8px;border-radius:14px;padding:11px 12px;margin-top:10px;font-size:9px;line-height:1.55}.driver-portal-message svg{flex:0 0 auto}.driver-portal-message.success{background:#eef9ea;color:#478631}.driver-portal-message.error{background:#fff0f0;color:#e44949}.driver-portal-stops{margin-top:12px;padding:18px}.driver-portal-section-head{display:flex;align-items:center;justify-content:space-between}.driver-portal-section-head h2{font-size:15px;margin:0}.driver-portal-section-head span{font-size:9px;color:var(--muted)}.driver-portal-stop-list{margin-top:9px}.driver-portal-stop-list article{min-height:65px;display:flex;align-items:center;gap:11px;padding:10px 0;border-top:1px solid #edf1f5;color:#7e8a96}.driver-portal-stop-list article:first-child{border-top:0}.driver-portal-stop-list article.current,.driver-portal-stop-list article.done{color:var(--ink)}.driver-portal-stop-marker{width:34px;height:34px;border-radius:50%;border:2px solid #ccd6e2;display:grid;place-items:center;flex:0 0 auto;font-size:10px;font-weight:700}.driver-portal-stop-list article.current .driver-portal-stop-marker{background:var(--brand);border-color:var(--brand);color:#fff}.driver-portal-stop-list article.current .driver-portal-stop-marker.delivery{background:#ff5454;border-color:#ff5454}.driver-portal-stop-list article.done .driver-portal-stop-marker{background:#eef9ea;border-color:#a6d596;color:#54ad38}.driver-portal-stop-list article>div{min-width:0}.driver-portal-stop-list small,.driver-portal-stop-list strong,.driver-portal-stop-list p{display:block}.driver-portal-stop-list small{font-size:8px;letter-spacing:.6px;color:var(--muted);font-weight:700}.driver-portal-stop-list strong{font-size:11px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driver-portal-stop-list p{font-size:9px;color:var(--muted);margin:3px 0 0}.driver-portal-footer{text-align:center;padding:20px 16px 0;color:#8793a0;font-size:8px;line-height:1.6}.driver-portal-state{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:24px;color:var(--brand)}.driver-portal-state h1{font-size:20px;margin:14px 0 0}.driver-portal-state p{font-size:11px;color:var(--muted);margin:6px 0 0}.driver-portal-state button{min-height:46px;border-radius:16px;background:var(--brand);color:#fff;padding:0 16px;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700;margin-top:16px}.driver-portal-state.error{color:#e44949}.driver-portal-pulse{animation:driver-portal-pulse 1.2s ease-in-out infinite}@keyframes driver-portal-pulse{50%{opacity:.45}}@media(min-width:700px){.driver-portal-shell{padding-left:22px;padding-right:22px}.driver-portal-map-shell,.driver-portal-map-fallback{height:350px}}@media(max-width:380px){.driver-portal-shell{padding-left:12px;padding-right:12px}.driver-portal-summary h1{font-size:21px}.driver-portal-badge{padding:7px 9px}.driver-portal-actions{grid-template-columns:1fr}.driver-portal-secondary,.driver-portal-primary{min-height:50px}}.driver-arrival-photo{min-height:86px;border:1px dashed #a9bfd9;border-radius:18px;background:#f5f9fe;display:flex;align-items:center;gap:11px;padding:10px;margin:0 0 12px}.driver-arrival-photo>input{display:none}.driver-arrival-photo>span{width:46px;height:46px;border-radius:14px;background:#e2eefc;color:var(--brand);display:grid;place-items:center;flex:0 0 auto}.driver-arrival-photo>div:not(.driver-arrival-photo-preview){flex:1;min-width:0}.driver-arrival-photo small,.driver-arrival-photo strong,.driver-arrival-photo div>span{display:block}.driver-arrival-photo small{font-size:7px;letter-spacing:.7px;color:var(--brand);font-weight:700}.driver-arrival-photo strong{font-size:10px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driver-arrival-photo div>span{font-size:7px;line-height:1.45;color:var(--muted);margin-top:3px}.driver-arrival-photo>button{min-height:40px;border-radius:12px;background:var(--brand);color:#fff;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:8px;font-weight:700;flex:0 0 auto}.driver-arrival-photo>button:disabled{opacity:.6}.driver-arrival-photo.ready{border-style:solid;border-color:#acd49e;background:#f3fbf0}.driver-arrival-photo.ready small{color:#4b9136}.driver-arrival-photo-preview{width:56px;height:56px;border-radius:13px;overflow:hidden;position:relative;flex:0 0 auto;background:#dfe7ed}.driver-arrival-photo-preview img{object-fit:cover}@media(max-width:380px){.driver-arrival-photo{align-items:flex-start;flex-wrap:wrap}.driver-arrival-photo>div:not(.driver-arrival-photo-preview){width:calc(100% - 68px)}.driver-arrival-photo>button{width:100%}}.arrival-photo-proof{width:214px;min-height:58px;border:1px solid #cfe4c7;border-radius:14px;background:#f3fbf0;display:flex;align-items:center;gap:9px;padding:7px;text-align:left;flex:0 0 auto}.arrival-photo-thumbnail{width:48px;height:48px;border-radius:10px;overflow:hidden;position:relative;background:#dfe8dc;flex:0 0 auto}.arrival-photo-thumbnail img{object-fit:cover}.arrival-photo-proof>span:nth-child(2){flex:1;min-width:0}.arrival-photo-proof small,.arrival-photo-proof strong,.arrival-photo-proof em{display:block}.arrival-photo-proof small{font-size:6px;letter-spacing:.5px;color:#4d9238;font-weight:700}.arrival-photo-proof strong{font-size:9px;margin-top:2px}.arrival-photo-proof em{font-size:7px;color:var(--muted);font-style:normal;margin-top:2px}.arrival-photo-proof>svg{color:#5b9f45;flex:0 0 auto}.arrival-photo-expired{width:204px;min-height:52px;border-radius:13px;background:#f2f4f6;color:#85909b;display:flex;align-items:center;gap:8px;padding:9px;flex:0 0 auto}.arrival-photo-expired span{min-width:0}.arrival-photo-expired strong,.arrival-photo-expired small{display:block}.arrival-photo-expired strong{font-size:8px}.arrival-photo-expired small{font-size:6px;line-height:1.4;margin-top:3px}.arrival-photo-modal{position:fixed;z-index:2200;inset:0;background:#091422c7;display:grid;place-items:center;padding:24px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.arrival-photo-modal>section{width:min(820px,100%);max-height:calc(100vh - 48px);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 30px 90px #00000059}.arrival-photo-modal header{min-height:76px;display:flex;align-items:center;gap:12px;padding:15px 18px}.arrival-photo-modal header>div{flex:1;min-width:0}.arrival-photo-modal header small{font-size:7px;color:var(--brand);letter-spacing:.8px;font-weight:700}.arrival-photo-modal header h3{font-size:15px;margin-top:3px}.arrival-photo-modal header p{font-size:8px;color:var(--muted);margin-top:3px}.arrival-photo-modal header button{width:40px;height:40px;border-radius:13px;background:#f1f4f8;display:grid;place-items:center}.arrival-photo-modal-image{height:min(64vh,610px);position:relative;background:#101820}.arrival-photo-modal-image img{object-fit:contain}.arrival-photo-modal footer{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px 18px}.arrival-photo-modal footer>span{min-height:50px;border-radius:14px;background:#f5f8fc;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1px 9px;padding:9px 12px}.arrival-photo-modal footer svg{grid-row:1/3;color:var(--brand)}.arrival-photo-modal footer small,.arrival-photo-modal footer strong{display:block}.arrival-photo-modal footer small{font-size:6px;color:var(--muted)}.arrival-photo-modal footer strong{font-size:9px}@media(max-width:760px){.arrival-photo-proof,.arrival-photo-expired{width:calc(100% - 44px);margin-left:44px}.arrival-photo-modal{padding:0;align-items:end}.arrival-photo-modal>section{max-height:calc(100vh - env(safe-area-inset-top));border-radius:24px 24px 0 0}.arrival-photo-modal-image{height:55vh}.arrival-photo-modal footer{padding-bottom:calc(14px + env(safe-area-inset-bottom))}}.business-payment-flow{width:min(680px,100%);margin:0 auto;display:flex;flex-direction:column;gap:20px}.business-payment-hero{padding:28px;text-align:center;box-shadow:0 12px 35px #1f38590f}.business-payment-state{display:inline-flex;align-items:center;gap:7px;border-radius:99px;padding:8px 11px;font-size:8px;font-weight:700;letter-spacing:.6px}.business-payment-state.due{background:#fff6e6;color:#b87813}.business-payment-state.safe{background:#eef9ea;color:#459b31}.business-payment-hero>p{margin-top:23px;color:var(--muted);font-size:10px;font-weight:600}.business-payment-hero>h3{margin-top:7px;color:var(--ink);font-size:32px;letter-spacing:-1px}.business-payment-notice{max-width:420px;margin:21px auto 0;border-radius:14px;padding:11px 14px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:9.5px;font-weight:600}.business-payment-notice.due{background:#fff6e6;color:#b87813}.business-payment-notice.safe{background:#eef9ea;color:#459b31}.business-payment-meta{margin-top:17px;display:flex;flex-wrap:wrap;justify-content:center;gap:7px 16px;color:var(--muted);font-size:8px}.business-payment-meta span+span{position:relative}.business-payment-meta span+span:before{position:absolute;left:-10px;top:3px;width:3px;height:3px;border-radius:50%;background:#a9b4c0;content:""}.business-payment-action{width:min(360px,100%);margin:24px auto 0}.business-payment-hint{display:block;margin-top:10px;color:var(--muted);font-size:8px}.business-payment-details{padding:21px}.business-payment-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;color:var(--brand)}.business-payment-section-head h3{margin-top:6px;color:var(--ink);font-size:15px}.business-payment-row{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:19px}.business-payment-row span{color:var(--muted);font-size:9px}.business-payment-row strong{max-width:66%;color:var(--ink);font-size:9.5px;text-align:right}.business-payment-divider{height:1px;margin-top:12px;background:#edf1f5}.business-qris-card{padding:24px;text-align:center}.business-qris-head{display:flex;align-items:center;justify-content:space-between;text-align:left}.business-qris-head>div strong,.business-qris-head>div span{display:block}.business-qris-head>div strong{color:var(--ink);font-size:20px;font-style:italic;letter-spacing:-.6px}.business-qris-head>div span{margin-top:1px;color:#e44949;font-size:7px;font-weight:700;letter-spacing:1.1px}.business-qris-head em{border-radius:99px;background:#eaf2fc;padding:8px 11px;color:var(--brand);font-size:9px;font-style:normal;font-weight:700}.business-qris-frame{width:fit-content;margin:24px auto 0;border:1px solid var(--border);border-radius:22px;padding:16px;background:#fff}.business-qris-frame img{width:min(214px,58vw);height:min(214px,58vw);border-radius:10px;object-fit:contain}.business-qris-card>h3{margin-top:20px;color:var(--ink);font-size:13px}.business-qris-card>p{margin-top:8px;color:var(--muted);font-size:9px}.business-qris-card>a{width:fit-content;margin:18px auto 0;text-decoration:none}.business-qris-pending,.business-payment-success{display:flex;flex-direction:column;align-items:center}.business-qris-pending>span{width:62px;height:62px;display:grid;place-items:center;border-radius:21px;background:#eaf2fc;color:var(--brand)}.business-qris-pending h3{margin-top:17px;font-size:16px}.business-qris-pending p{margin-top:6px;color:var(--muted);font-size:9px}.business-payment-success>span{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:#eef9ea;color:#54ad38}.business-payment-success>p{margin-top:17px;color:#459b31;font-size:8px;font-weight:700;letter-spacing:.7px}.business-payment-success h3{max-width:330px;margin-top:7px;font-size:17px;line-height:1.45}.business-payment-success>strong{margin-top:18px;color:var(--ink);font-size:22px}.payments-history{margin-bottom:0}@media(max-width:760px){.business-payment-flow{gap:14px}.business-payment-hero,.business-payment-details,.business-qris-card{padding:19px;border-radius:22px}.business-payment-hero>h3{font-size:27px}.business-payment-notice{margin-top:18px}.business-payment-action{width:100%;margin-top:21px}.business-payment-meta{font-size:7.5px}.business-qris-frame{margin-top:20px;padding:12px}.business-qris-frame img{width:min(214px,64vw);height:min(214px,64vw)}.business-payment-section-head h3{font-size:13px}.business-payment-row{margin-top:16px}}.payments-page{max-width:1080px}.payments-page .page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}.payments-page .page-heading h1{font-size:24px;margin-top:6px}.payments-page .page-heading>div>p:last-child{font-size:10px;color:var(--muted);margin-top:6px}.payments-page .eyebrow{font-size:8px;color:var(--brand);font-weight:700;letter-spacing:.7px;text-transform:uppercase}.payments-refresh{min-height:42px;border:1px solid #dfe6ef;border-radius:14px;background:#fff;padding:0 13px;display:flex;align-items:center;gap:7px;color:var(--ink);font-size:10px;font-weight:700}.payments-alert{margin-bottom:16px;padding:14px 16px;border:1px solid #ffd5d5;border-radius:15px;background:#fff5f5;color:#b53c3c;font-size:10px}.payment-card{min-height:190px;border:1px solid #e5ebf2;border-radius:22px;background:#fff;padding:22px;box-shadow:0 8px 24px #1f38590a}.payment-card-primary{border-color:#d4e3f5;background:linear-gradient(135deg,#f7fbff,#fff)}.payment-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;color:var(--brand)}.payment-card-heading>div{min-width:0}.payment-card-heading h2{margin-top:7px;color:var(--ink);font-size:29px;overflow-wrap:anywhere}.payment-card-copy{margin-top:16px;color:var(--muted);font-size:10px;line-height:1.6}.payment-action{min-height:46px;margin-top:20px;border-radius:14px;background:var(--brand);padding:0 16px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:10px;font-weight:700;box-shadow:0 9px 20px #216ccc2e}.payment-action:disabled{opacity:.58;cursor:not-allowed}.payment-qr-card,.payment-history-section{margin-bottom:20px;border:1px solid #e5ebf2;border-radius:22px;background:#fff;padding:22px;box-shadow:0 8px 24px #1f38590a}.payment-qr-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;color:var(--brand)}.payment-qr-header h2{margin-top:7px;color:var(--ink);font-size:25px}.payment-qr-header p:last-child{margin-top:7px;color:var(--muted);font-size:9px}.payment-qr-body{display:flex;align-items:center;gap:18px;margin-top:18px;padding-top:18px;border-top:1px solid #edf1f5}.payment-qr-body img{width:148px;height:148px;border-radius:14px;object-fit:contain;background:#fff}.payment-qr-body p{max-width:300px;color:var(--muted);font-size:10px;line-height:1.6}.payment-qr-body a{display:inline-flex;align-items:center;gap:6px;margin-top:10px;color:var(--brand);font-size:10px;font-weight:700}.section-heading h2{margin-top:6px;font-size:18px}.payment-history-list{margin-top:16px}.payment-history-row{padding:12px 0}.payment-history-icon{width:34px;height:34px;border-radius:11px;background:#eef9ea;color:#54ad38;display:grid;place-items:center;flex:0 0 auto}.payment-history-copy{flex:1}.payment-history-copy span{display:block;margin-top:3px;color:var(--muted);font-size:9px}.payment-empty{min-height:116px;margin-top:16px;border:1px dashed #dfe6ef;border-radius:15px;font-size:10px}.payments-loading{min-height:240px;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:11px}@media(max-width:760px){.payments-page .page-heading{align-items:flex-start;margin-bottom:17px}.payments-page .page-heading h1{font-size:21px}.payments-refresh{width:42px;padding:0;justify-content:center;font-size:0}.payments-layout{gap:14px}.payment-card,.payment-qr-card,.payment-history-section{padding:17px;border-radius:19px}.payment-card-heading h2{font-size:24px}.payment-qr-body{align-items:flex-start}.payment-qr-body img{width:122px;height:122px}.payment-qr-body p{font-size:9px}.payment-history-row{gap:10px}}.business-payment-state.overdue,.business-payment-notice.overdue{background:#fff0f0;color:#b83d3d}
