:root{
  --navy:#071d43;--navy-2:#0d326d;--blue:#1670e6;--blue-soft:#eaf3ff;--cyan:#66d3ff;
  --surface:#ffffff;--bg:#f1f5fa;--text:#10213c;--muted:#68778d;--line:#dfe6ef;
  --success:#0f8b62;--danger:#d13d35;--warning:#e59b16;
  --shadow:0 14px 36px rgba(7,29,67,.10);--shadow-soft:0 6px 20px rgba(7,29,67,.07);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color-scheme:light;
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#dce5f0;color:var(--text)}body{font-size:15px}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-shell{width:min(100%,430px);min-height:100vh;margin:0 auto;background:var(--bg);position:relative;overflow:hidden;box-shadow:0 0 70px rgba(7,29,67,.16)}
.app-header{height:68px;padding:11px 16px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(110deg,var(--navy),#122f68);color:#fff;position:sticky;top:0;z-index:30;box-shadow:0 5px 18px rgba(7,29,67,.18)}.brand{display:flex;align-items:center;gap:10px}.brand>svg{width:42px;height:42px}.brand strong{display:block;font-size:16px;letter-spacing:-.01em}.brand small{display:block;margin-top:2px;color:#a9c5ed;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.header-side{display:flex;align-items:center;gap:10px}.online-dot{width:9px;height:9px;border-radius:50%;background:#49d5a2;box-shadow:0 0 0 5px rgba(73,213,162,.12)}.online-dot.bad{background:#ee786f;box-shadow:0 0 0 5px rgba(238,120,111,.12)}.avatar{width:36px;height:36px;border-radius:13px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.12);color:#fff;font-size:12px;font-weight:900;cursor:pointer}
main{padding:19px 15px 94px}.greeting{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:15px}.greeting span{color:var(--muted);font-size:11px}.greeting h1{margin:4px 0 0;font-size:22px;line-height:1.1;letter-spacing:-.035em}.install-mini{border:0;border-radius:12px;background:var(--blue-soft);color:var(--blue);padding:9px 11px;font-size:10px;font-weight:900}.overline{display:block;color:var(--cyan);font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.primary-job{background:linear-gradient(145deg,#082251,#134a95);color:#fff;border-radius:25px;padding:19px;box-shadow:0 20px 38px rgba(7,29,67,.22);position:relative;overflow:hidden}.primary-job:after{content:"";position:absolute;right:-55px;top:-65px;width:170px;height:170px;border-radius:50%;background:rgba(102,211,255,.10)}.primary-job.urgent{background:linear-gradient(145deg,#451616,#9a3029)}.primary-head{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.time-chip{display:flex;align-items:center;gap:7px;margin-top:7px}.time-chip svg{width:17px;height:17px;color:var(--cyan)}.time-chip strong{font-size:19px}.status{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);font-size:9px;font-weight:900}.status-urgent{background:#fff1ef;color:#a8322c;border-color:#fff1ef}.customer-row{position:relative;z-index:1;display:flex;align-items:center;gap:11px;margin-top:18px}.customer-avatar{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);font-size:13px;font-weight:900}.primary-job .customer-avatar{background:rgba(255,255,255,.14);color:#fff}.customer-row h2{margin:0;font-size:23px;letter-spacing:-.025em}.customer-row span{display:block;margin-top:2px;color:#bcd0ec;font-size:9px}.problem{position:relative;z-index:1;margin:13px 0 15px;font-size:15px;line-height:1.45}.job-facts{position:relative;z-index:1;display:grid;gap:8px;padding:12px;border-radius:16px;background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.09)}.job-facts div{display:flex;gap:8px;align-items:flex-start;color:#e0ecfb;font-size:11px;line-height:1.4}.job-facts svg{width:16px;height:16px;flex:0 0 16px;margin-top:1px}.primary-actions{position:relative;z-index:1;display:grid;grid-template-columns:50px 50px 1fr;gap:8px;margin-top:13px}.icon-action{height:48px;border-radius:14px;display:grid;place-items:center;text-decoration:none;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);color:#fff}.icon-action span{display:grid;place-items:center}.icon-action svg{width:18px;height:18px}.icon-action small{font-size:8px;margin-top:-10px}.main-action{height:48px;border:0;border-radius:14px;background:#fff;color:var(--navy);font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.main-action svg{width:16px;height:16px}.empty-job{text-align:center;padding:28px 18px}.empty-job .done-ring{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;margin:0 auto 13px;background:rgba(255,255,255,.12)}.empty-job .done-ring svg{width:26px;height:26px}.empty-job h2{margin:9px 0 5px}.empty-job p{margin:0;color:#cbdcf2}
.day-section{margin-top:22px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:10px}.section-head .overline{color:var(--blue)}.section-head h2{margin:4px 0 0;font-size:17px;letter-spacing:-.02em}.count-badge{width:27px;height:27px;border-radius:10px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);font-size:11px;font-weight:900}.route-list{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft);overflow:hidden}.route-item{width:100%;border:0;background:#fff;display:grid;grid-template-columns:15px 58px 1fr auto 15px;gap:8px;align-items:center;text-align:left;padding:15px 13px;color:var(--text);cursor:pointer}.route-item+.route-item{border-top:1px solid var(--line)}.route-line{align-self:stretch;position:relative;display:flex;justify-content:center}.route-line span{width:9px;height:9px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px var(--blue-soft);margin-top:7px;z-index:1}.route-line i{position:absolute;top:15px;bottom:-23px;width:1px;background:#d5e0ed}.route-time{color:var(--blue);font-size:10px;font-weight:900;line-height:1.35}.route-copy strong{display:block;font-size:13px}.route-copy span{display:block;margin-top:3px;font-size:11px;color:#35445b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.route-copy small{display:block;margin-top:3px;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.route-status{font-size:8px;color:var(--muted);font-weight:850}.route-item>svg{width:15px;height:15px;color:#9aa7b9}.empty-note{padding:24px 16px;text-align:center;color:var(--muted);font-size:11px}
.page-title{margin-bottom:15px}.page-title .overline{color:var(--blue)}.page-title h1{margin:4px 0 2px;font-size:25px}.page-title p{margin:0;color:var(--muted);font-size:11px}.search-box input{width:100%;height:47px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 14px;font-size:13px;box-shadow:var(--shadow-soft)}.filter-row{display:flex;gap:7px;overflow:auto;margin:10px 0 14px;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-chip{border:1px solid var(--line);border-radius:999px;background:#fff;padding:8px 13px;color:var(--muted);font-size:10px;font-weight:900;white-space:nowrap}.filter-chip.active{background:var(--navy);border-color:var(--navy);color:#fff}.job-list{display:grid;gap:9px}.list-card{display:grid;grid-template-columns:67px 1fr 18px;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:17px;padding:14px;box-shadow:var(--shadow-soft);cursor:pointer}.list-card.urgent{border-left:4px solid var(--danger)}.list-time{align-self:stretch;border-right:1px solid var(--line);padding-right:10px;display:flex;flex-direction:column;justify-content:center}.list-time strong{color:var(--blue);font-size:10px}.list-time span{margin-top:5px;color:var(--muted);font-size:8px;text-transform:uppercase;font-weight:900}.list-copy h3{margin:0;font-size:14px}.list-copy p{margin:4px 0;font-size:11px;color:#35445b}.list-copy small{display:block;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-card>svg{width:17px;height:17px;color:#9ca9b9}
.detail-page{padding-top:12px}.back-button{border:0;background:transparent;color:var(--blue);display:flex;align-items:center;gap:4px;padding:3px 0 11px;font-size:11px;font-weight:900}.back-button svg{width:17px;height:17px}.detail-hero{border-radius:24px;padding:18px;background:linear-gradient(145deg,#082251,#134a95);color:#fff;box-shadow:var(--shadow)}.detail-hero.urgent{background:linear-gradient(145deg,#451616,#9a3029)}.detail-kicker{display:flex;justify-content:space-between;color:#b9d1ee;font-size:10px;font-weight:900}.detail-hero h1{margin:13px 0 4px;font-size:25px}.detail-hero>p{margin:0 0 14px;line-height:1.45}.detail-facts{display:grid;gap:8px;padding:12px;border-radius:15px;background:rgba(255,255,255,.085)}.detail-facts div{display:flex;gap:8px;align-items:flex-start;font-size:11px;color:#e1ecfa}.detail-facts svg{width:16px;height:16px;flex:0 0 16px}.detail-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:11px}.detail-shortcuts a{height:42px;border-radius:13px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.15);color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;font-weight:900}.detail-shortcuts svg{width:16px;height:16px}.next-step-card,.timeline-section{margin-top:11px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px;box-shadow:var(--shadow-soft)}.next-step-card .overline,.timeline-section .overline{color:var(--blue)}.next-step-card h2{margin:5px 0;font-size:18px}.next-step-card p{margin:0 0 14px;color:var(--muted);font-size:11px;line-height:1.45}.btn{width:100%;height:49px;border-radius:14px;font-size:12px;font-weight:900;cursor:pointer}.btn-primary{border:0;background:linear-gradient(135deg,var(--blue),#0b4b9c);color:#fff;box-shadow:0 8px 20px rgba(22,112,230,.23)}.btn-ghost{margin-top:8px;border:1px solid var(--line);background:#f7f9fc;color:var(--muted)}.finished{display:flex;align-items:center;gap:8px;padding:12px;border-radius:13px;background:#e9f7f1;color:var(--success);font-weight:900;font-size:11px}.finished svg{width:18px;height:18px}.info-section{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:11px}.info-section div{background:#fff;border:1px solid var(--line);border-radius:15px;padding:11px}.info-section span{display:block;color:var(--muted);font-size:8px;text-transform:uppercase;font-weight:900;letter-spacing:.07em}.info-section strong{display:block;margin-top:5px;font-size:11px;line-height:1.35}.timeline-row{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:start;padding:12px 0;border-top:1px solid var(--line)}.timeline-row:first-of-type{margin-top:9px}.timeline-dot{width:8px;height:8px;border-radius:50%;background:var(--blue);margin-top:4px;box-shadow:0 0 0 4px var(--blue-soft)}.timeline-row strong{font-size:11px}.timeline-row p{margin:3px 0 0;color:var(--muted);font-size:10px}.timeline-row time{font-size:8px;color:#8c98aa}
.sync-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 18px;text-align:center;box-shadow:var(--shadow-soft)}.sync-icon{width:62px;height:62px;border-radius:20px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;margin:0 auto 13px}.sync-icon svg{width:29px;height:29px}.sync-card h2{margin:0 0 5px}.sync-card p{margin:0 0 17px;color:var(--muted);font-size:11px}.profile-card{margin-top:11px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:13px;display:flex;align-items:center;gap:11px}.profile-card div:nth-child(2){flex:1}.profile-card strong{display:block}.profile-card span{display:block;margin-top:2px;color:var(--muted);font-size:9px}.profile-card button{border:0;background:#f4f7fb;color:var(--muted);width:38px;height:38px;border-radius:12px}.profile-card svg{width:18px;height:18px}
.login-page{min-height:calc(100vh - 68px);display:grid;place-items:center;padding-bottom:20px}.login-panel{width:100%;background:#fff;border:1px solid var(--line);border-radius:25px;padding:25px 20px;text-align:center;box-shadow:var(--shadow)}.login-logo{width:74px;height:74px;margin:0 auto 15px}.login-logo svg{width:74px;height:74px}.login-panel .overline{color:var(--blue)}.login-panel h1{margin:6px 0 4px;font-size:24px}.login-panel>p{margin:0 0 18px;color:var(--muted);font-size:12px}.login-panel label{text-align:left;display:block;margin:11px 0}.login-panel label span{display:block;margin-bottom:6px;color:#42516a;font-size:10px;font-weight:900}.login-panel input{width:100%;height:48px;border:1px solid var(--line);border-radius:13px;padding:0 13px;font-size:14px}.login-panel small{display:block;margin-top:12px;color:var(--muted);font-size:9px}.alert{padding:11px;border-radius:12px;background:#fff0ee;border:1px solid #f2cbc7;color:#9f322b;font-size:11px;margin-bottom:10px}.error-page{padding-top:60px}
.bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,430px);display:grid;grid-template-columns:repeat(4,1fr);padding:7px 8px calc(7px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-top:1px solid var(--line);box-shadow:0 -10px 25px rgba(7,29,67,.07);z-index:40}.bottom-nav button{border:0;background:transparent;color:#7c899c;border-radius:13px;padding:6px 3px;display:grid;place-items:center;gap:3px;font-size:8px;font-weight:900}.bottom-nav svg{width:20px;height:20px}.bottom-nav button.active{background:var(--blue-soft);color:var(--blue)}
button:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid rgba(22,112,230,.24);outline-offset:2px}@media(max-width:350px){main{padding-left:11px;padding-right:11px}.primary-actions{grid-template-columns:46px 46px 1fr}.customer-row h2{font-size:21px}.route-item{grid-template-columns:13px 52px 1fr 15px}.route-status{display:none}}@media(min-width:650px){body{padding:16px}.mobile-shell{min-height:calc(100vh - 32px);border-radius:28px}.app-header{border-radius:28px 28px 0 0}.bottom-nav{bottom:16px;border-radius:0 0 28px 28px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

/* NSM Mobile 0.6.1 – prémium arculati finomítás */
:root{
  --navy:#061a3d;
  --navy-2:#0b3576;
  --blue:#1976ee;
  --blue-soft:#edf5ff;
  --cyan:#72dcff;
  --bg:#f4f7fb;
  --surface:#ffffff;
  --line:#e4eaf2;
  --text:#0d1d36;
  --muted:#6f7d90;
  --shadow:0 18px 50px rgba(6,26,61,.11);
  --shadow-soft:0 8px 24px rgba(6,26,61,.07);
}
html,body{background:linear-gradient(180deg,#dce6f2 0%,#edf2f8 100%)}
.mobile-shell{background:
  radial-gradient(circle at 100% 6%,rgba(25,118,238,.08),transparent 29%),
  linear-gradient(180deg,#f7f9fc 0%,#f2f6fb 100%);
}
.app-header{
  height:64px;
  padding:10px 17px;
  background:linear-gradient(118deg,#061a3d 0%,#102e65 62%,#173f82 100%);
  box-shadow:0 8px 24px rgba(6,26,61,.18);
}
.brand>svg{width:40px;height:40px;filter:drop-shadow(0 6px 12px rgba(0,0,0,.12))}
.brand strong{font-size:16px;font-weight:800;letter-spacing:-.015em}
.brand small{font-size:8px;letter-spacing:.16em;color:#b7d4f6}
.avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(145deg,rgba(255,255,255,.22),rgba(255,255,255,.08));box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}
main{padding:21px 15px 102px}
.greeting{margin-bottom:14px;align-items:center}
.greeting span{font-size:10px;letter-spacing:.01em}
.greeting h1{font-size:23px;font-weight:850;letter-spacing:-.04em}
.primary-job{
  padding:20px;
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 0%,rgba(114,220,255,.16),transparent 34%),
    linear-gradient(145deg,#08224f 0%,#0c3a7d 58%,#145aa7 100%);
  box-shadow:0 22px 48px rgba(6,34,79,.25),inset 0 1px 0 rgba(255,255,255,.08);
}
.primary-job:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.045),transparent 36%);pointer-events:none}
.primary-job:after{right:-44px;top:-52px;width:145px;height:145px;background:rgba(114,220,255,.09);box-shadow:0 0 0 26px rgba(114,220,255,.035)}
.overline{font-size:8px;letter-spacing:.18em}
.time-chip{margin-top:8px;display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.10)}
.time-chip strong{font-size:18px;letter-spacing:-.02em}
.status{padding:7px 11px;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);font-size:8px;letter-spacing:.02em}
.customer-row{margin-top:17px}
.customer-avatar{width:46px;height:46px;border-radius:16px;font-size:14px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.10)}
.customer-row h2{font-size:25px;font-weight:850;letter-spacing:-.045em}
.problem{margin:14px 0 14px;font-size:15px;font-weight:550;color:#f4f8ff}
.job-facts{padding:12px 13px;border-radius:17px;background:rgba(255,255,255,.10);backdrop-filter:blur(10px);gap:9px}
.job-facts div{font-size:10.5px;color:#e8f2ff}
.primary-actions{grid-template-columns:54px 54px 1fr;gap:9px;margin-top:14px}
.icon-action{height:50px;border-radius:16px;background:rgba(255,255,255,.11);transition:.18s ease;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}
.icon-action:active{transform:scale(.96);background:rgba(255,255,255,.18)}
.icon-action small{font-size:7.5px;margin-top:-8px;letter-spacing:.01em}
.main-action{height:50px;border-radius:16px;font-size:11px;letter-spacing:.01em;box-shadow:0 10px 24px rgba(0,0,0,.16);transition:.18s ease}
.main-action:active{transform:translateY(1px) scale(.99)}
.day-section{margin-top:23px}
.section-head{margin-bottom:11px}
.section-head h2{font-size:18px;font-weight:850}
.count-badge{border-radius:999px;background:#e7f1ff;width:auto;min-width:27px;padding:0 9px}
.route-list{border-radius:22px;box-shadow:0 12px 34px rgba(6,26,61,.08);border-color:#e6ebf2}
.route-item{grid-template-columns:16px 58px 1fr auto 14px;padding:16px 14px;transition:.18s ease}
.route-item:active{background:#f7faff}
.route-line span{width:10px;height:10px;box-shadow:0 0 0 5px #edf5ff}
.route-time{font-size:10px;letter-spacing:-.01em}
.route-copy strong{font-size:13.5px;font-weight:800}
.route-copy span{font-size:10.5px;color:#42526a}
.route-copy small{font-size:8.7px}
.bottom-nav{
  position:fixed;
  left:50%;bottom:0;
  width:min(100%,430px);
  transform:translateX(-50%);
  height:76px;
  padding:8px 17px max(8px,env(safe-area-inset-bottom));
  display:grid;grid-template-columns:repeat(4,1fr);gap:7px;
  background:rgba(255,255,255,.94);
  border-top:1px solid rgba(223,230,239,.9);
  backdrop-filter:blur(18px);
  box-shadow:0 -10px 30px rgba(6,26,61,.08);
  z-index:40;
}

.offline-banner{position:sticky;top:64px;z-index:29;padding:8px 12px;background:#fff3cd;border-bottom:1px solid #e8cf7b;color:#72550b;text-align:center;font-size:11px;font-weight:800}
.password-field{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid var(--line);border-radius:13px;background:#fff;overflow:hidden}.login-panel .password-field input{border:0;border-radius:0}.password-field button{height:48px;padding:0 13px;border:0;background:#edf5ff;color:#1268d2;font-size:11px;font-weight:850}
.sync-facts{display:grid;gap:7px;margin:0 0 16px;padding:12px;border-radius:14px;background:#f4f7fb;color:var(--muted);font-size:11px}.sync-facts span{display:flex;justify-content:space-between;gap:10px}.sync-facts b{color:var(--text)}
.app-toast{position:fixed;z-index:10000;left:50%;bottom:94px;width:min(calc(100% - 28px),402px);transform:translateX(-50%);padding:13px 15px;border-radius:14px;background:#15345f;color:#fff;box-shadow:0 14px 35px rgba(4,25,58,.28);font-size:12px;font-weight:800;text-align:center}.app-toast.success{background:#087158}.app-toast.error{background:#a8322c}
button:disabled{cursor:not-allowed;opacity:.58}.is-busy{color:transparent!important;position:relative}.is-busy:after{content:"";position:absolute;width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:nsmSpin .7s linear infinite}@keyframes nsmSpin{to{transform:rotate(360deg)}}
.reject-reasons{display:grid;gap:8px;margin-bottom:14px}.reject-reasons label{cursor:pointer}.reject-reasons input{position:absolute;opacity:0}.reject-reasons span{display:block;padding:13px 14px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--text);font-size:12px;font-weight:800}.reject-reasons input:checked+span{border-color:#d13d35;background:#fff0ee;color:#a8322c;box-shadow:inset 0 0 0 1px #d13d35}.reject-note{display:grid;gap:6px;margin-bottom:14px}.reject-note span{font-size:11px;font-weight:850}.reject-note textarea{width:100%;padding:11px;border:1px solid var(--line);border-radius:13px;resize:vertical;font:inherit}.btn-danger{border:0;background:#b8322b;color:#fff}
.bottom-nav button{border:0;background:transparent;border-radius:16px;color:#8491a4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:8px;font-weight:850;transition:.18s ease}
.bottom-nav button svg{width:20px;height:20px}
.bottom-nav button.active{color:var(--blue);background:linear-gradient(180deg,#edf5ff,#e5f0ff);box-shadow:inset 0 0 0 1px rgba(25,118,238,.05)}
.bottom-nav button:active{transform:scale(.96)}
.page-title h1{font-weight:850;letter-spacing:-.04em}
.search-box input{border-radius:16px;height:49px;box-shadow:0 8px 22px rgba(6,26,61,.05)}
.filter-chip{padding:9px 14px}
.list-card{border-radius:20px;padding:15px;box-shadow:0 10px 28px rgba(6,26,61,.065)}
.detail-hero{border-radius:28px;background:radial-gradient(circle at 100% 0%,rgba(114,220,255,.14),transparent 34%),linear-gradient(145deg,#08224f,#0d428d 72%,#155da9);box-shadow:0 22px 48px rgba(6,34,79,.22)}
.detail-hero h1{font-size:27px;font-weight:850;letter-spacing:-.045em}
.detail-facts{border-radius:17px;backdrop-filter:blur(8px)}
.detail-shortcuts a{height:44px;border-radius:14px}
.next-step-card,.timeline-section{border-radius:22px;box-shadow:0 10px 30px rgba(6,26,61,.07)}
.btn{border-radius:15px;min-height:48px;font-weight:850}
.login-panel{border-radius:30px;box-shadow:0 24px 60px rgba(6,26,61,.15)}
@media (max-width:360px){
  main{padding-left:12px;padding-right:12px}
  .primary-job{padding:17px;border-radius:24px}
  .customer-row h2{font-size:22px}
  .primary-actions{grid-template-columns:50px 50px 1fr}
  .route-item{padding:14px 11px;grid-template-columns:14px 52px 1fr auto 13px}
}
.gps-diagnostic-card{margin:16px;background:#fff;border:1px solid #dbe4ef;border-radius:16px;padding:16px;display:grid;gap:12px}.gps-status{display:flex;gap:12px;align-items:center;margin:12px 0;padding:12px;border-radius:12px;background:#f1f5f9;color:#475569}.gps-status svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.gps-status div{display:grid;gap:2px}.gps-status span{font-size:12px}.gps-status.ok{background:#dcfce7;color:#166534}.gps-status.error{background:#fee2e2;color:#991b1b}.gps-status.waiting{background:#fef3c7;color:#92400e}
.completion-list>button{width:100%;display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:12px;align-items:center;padding:15px 16px;border:1px solid #efcfc7;border-radius:18px;background:#fff7f5;color:#8c3d31;font:inherit;text-align:left;cursor:pointer}.completion-list>button.ok{border-color:#bfe5d6;background:#f0fbf6;color:#087158}.completion-list>button svg{width:24px;height:24px}.completion-list>button span{display:grid;gap:2px;font-weight:850}.completion-list>button span small{color:inherit;font-size:9px;font-weight:700;opacity:.78}.completion-list>button b{font-size:10px;white-space:nowrap}.completion-list>button:active{transform:scale(.99)}
.correction-hint{margin:10px 2px 0;color:#65748a;font-size:10px;line-height:1.45}.section-not-needed{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start;margin:13px 0;padding:13px;border:1px solid #cbd9e8;border-radius:14px;background:#f6f9fc;cursor:pointer}.section-not-needed input{width:19px;height:19px;margin:1px 0 0;accent-color:#087158}.section-not-needed span{display:grid;gap:3px}.section-not-needed strong{font-size:11px;color:#17345a}.section-not-needed small{font-size:9px;line-height:1.4;color:#65748a}
