:root{
  --d-primary:#2563eb;
  --d-primary-dark:#1d4ed8;
  --d-secondary:#071526;
  --d-surface:#ffffff;
  --d-bg:#f3f6fb;
  --d-line:#dce5f0;
  --d-muted:#64748b;
  --d-text:#0f172a;
  --d-success:#10b981;
  --d-warning:#f59e0b;
  --d-danger:#ef4444;
  --d-shadow:0 22px 60px rgba(15,23,42,.11);
  --d-radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--d-text);background:var(--d-bg);font-size:16px}
button,input,select,textarea{font:inherit}
button,a{tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}
a{text-decoration:none}
.hidden{display:none!important}
.material-icons-round{font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}
.delivery-brand{display:flex;align-items:center;gap:12px;min-width:0}
.delivery-brand .brand-symbol{width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px;border-radius:14px;background:linear-gradient(145deg,var(--d-primary),#38bdf8);color:#fff;box-shadow:0 12px 28px rgba(37,99,235,.25);overflow:hidden}
.delivery-brand .brand-symbol img{width:100%;height:100%;object-fit:cover}
.delivery-brand strong,.delivery-brand small{display:block}.delivery-brand strong{font-size:.94rem}.delivery-brand small{margin-top:3px;color:#64748b;font-size:.66rem}
.primary-button{width:100%;min-height:54px;border:0;border-radius:14px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:linear-gradient(135deg,var(--d-primary),var(--d-primary-dark));color:#fff;font-size:.82rem;font-weight:900;cursor:pointer;box-shadow:0 15px 28px rgba(37,99,235,.23);transition:.18s ease}
.primary-button:hover{transform:translateY(-1px);box-shadow:0 20px 35px rgba(37,99,235,.28)}
.primary-button:disabled{opacity:.55;cursor:not-allowed;transform:none}
.primary-button.compact{width:auto;min-height:46px;padding-inline:18px}
.icon-button{width:42px;height:42px;border:1px solid var(--d-line);border-radius:12px;background:#fff;color:#475569;display:grid;place-items:center;cursor:pointer}
.ghost-button{min-height:42px;padding:0 13px;border:1px solid var(--d-line);border-radius:12px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:.72rem;font-weight:800;cursor:pointer}
.install-button{min-height:42px;padding:0 13px;border:1px solid #cbdcf9;border-radius:12px;background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;gap:7px;font-size:.7rem;font-weight:850;cursor:pointer}
.privacy-badge{margin-top:18px;padding:13px 14px;border:1px solid #dce6f2;border-radius:14px;background:#f8fafc;display:flex;gap:10px;align-items:flex-start;color:#64748b;font-size:.68rem;line-height:1.55}.privacy-badge>.material-icons-round{font-size:19px;color:var(--d-primary)}
.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.field.full,.location-capture.full{grid-column:1/-1}
.field{display:flex;flex-direction:column;gap:7px}.field>span,.login-card label{font-size:.7rem;font-weight:800;color:#334155}
.field input,.field select,.field textarea,.login-card input{width:100%;min-height:48px;border:1px solid #ccd8e7;border-radius:12px;background:#fff;padding:11px 13px;color:#0f172a;outline:none;transition:.18s ease}.field textarea{min-height:100px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.login-card input:focus{border-color:#78a7f8;box-shadow:0 0 0 4px rgba(37,99,235,.11)}
.consent{margin:18px 0;display:flex;align-items:flex-start;gap:9px;color:#64748b;font-size:.69rem;line-height:1.55}.consent input{margin-top:3px;accent-color:var(--d-primary)}

/* Cliente PWA */
.client-app-shell{min-height:100vh;padding-bottom:86px}
.client-app-header{height:72px;position:sticky;top:0;z-index:500;border-bottom:1px solid rgba(220,229,240,.88);background:rgba(255,255,255,.92);backdrop-filter:blur(18px)}
.client-app-header-inner{width:min(1180px,calc(100% - 32px));height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.client-header-actions{display:flex;align-items:center;gap:8px}
.client-app-main{width:min(1180px,calc(100% - 32px));margin:28px auto 0}.client-view{display:none}.client-view.active{display:block;animation:clientFade .22s ease}@keyframes clientFade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.client-hero-card{position:relative;overflow:hidden;min-height:330px;padding:42px;display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center;border-radius:30px;background:radial-gradient(circle at 92% 0,rgba(56,189,248,.28),transparent 35%),linear-gradient(145deg,#071526,#0d2747);box-shadow:0 35px 75px rgba(7,21,38,.2);color:#fff}.client-hero-card::after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-210px;bottom:-280px;background:rgba(37,99,235,.25)}
.client-kicker{display:inline-flex;align-items:center;gap:7px;color:#93c5fd;font-size:.65rem;font-weight:900;letter-spacing:.11em}.client-kicker .material-icons-round{font-size:18px}.client-hero-card h1,.client-status-hero h1{margin:16px 0 14px;font-size:clamp(2.1rem,4.3vw,4.5rem);line-height:1.02;letter-spacing:-.06em}.client-hero-card p{max-width:680px;margin:0;color:#cbd5e1;font-size:.9rem;line-height:1.75}
.client-trust-row{margin-top:24px;display:flex;gap:10px;flex-wrap:wrap}.client-trust-row span{padding:9px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.06);display:inline-flex;align-items:center;gap:6px;color:#e2e8f0;font-size:.65rem;font-weight:750}.client-trust-row i{font-size:16px;color:#7dd3fc}
.client-hero-flow{position:relative;z-index:2;display:grid;gap:12px}.client-hero-flow article{padding:17px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.07);backdrop-filter:blur(10px);display:flex;align-items:center;gap:14px}.client-hero-flow article>span{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#fff;color:#1d4ed8;font-weight:900}.client-hero-flow strong,.client-hero-flow small{display:block}.client-hero-flow strong{font-size:.79rem}.client-hero-flow small{margin-top:4px;color:#b7c6d9;font-size:.64rem}
.client-card{margin-top:22px;padding:28px;border:1px solid var(--d-line);border-radius:var(--d-radius);background:#fff;box-shadow:0 16px 45px rgba(15,23,42,.06)}.client-card-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:22px}.client-card-heading>.material-icons-round{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:#eff6ff;color:var(--d-primary)}.client-card-heading h2,.client-card-heading p{margin:0}.client-card-heading h2{font-size:1rem}.client-card-heading p{margin-top:4px;color:#64748b;font-size:.7rem}
.location-capture{padding:13px;border:1px dashed #9bb8e8;border-radius:14px;background:#f8fbff;display:flex;align-items:center;gap:13px}.location-capture button{min-height:42px;border:0;border-radius:11px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;background:#eaf2ff;color:#1d4ed8;font-size:.7rem;font-weight:900;cursor:pointer}.location-capture strong,.location-capture small{display:block}.location-capture strong{font-size:.7rem;color:#334155}.location-capture small{margin-top:3px;color:#64748b;font-size:.61rem}
.client-status-hero{min-height:230px;padding:35px 38px;border-radius:28px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(145deg,#071526,#0d2747);color:#fff;box-shadow:0 30px 65px rgba(7,21,38,.18)}.client-status-hero h1{font-size:clamp(2rem,4vw,3.8rem);margin-bottom:10px}.client-status-hero p{margin:0;max-width:720px;color:#cbd5e1;line-height:1.65;font-size:.83rem}.tracking-protocol{min-width:210px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.07);position:relative}.tracking-protocol small,.tracking-protocol strong{display:block}.tracking-protocol small{color:#93c5fd;font-size:.59rem;font-weight:850;letter-spacing:.1em}.tracking-protocol strong{margin-top:7px;font-size:1.1rem}.tracking-protocol .icon-button{position:absolute;right:10px;top:10px;width:34px;height:34px;border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff}
.live-route-card{margin-top:22px;padding:22px;border:1px solid #bfdbfe;border-radius:24px;background:#fff;box-shadow:0 22px 55px rgba(37,99,235,.1)}.route-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:15px}.route-card-top h2,.route-card-top p{margin:0}.route-card-top h2{margin-top:7px;font-size:1.2rem}.route-card-top p{margin-top:5px;color:#64748b;font-size:.72rem}.route-live{display:inline-flex;align-items:center;gap:6px;color:#dc2626;font-size:.61rem;font-weight:900;letter-spacing:.11em}.route-live i{width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 5px rgba(239,68,68,.12);animation:routePulse 1.4s infinite}@keyframes routePulse{50%{box-shadow:0 0 0 9px rgba(239,68,68,0)}}.eta-box{text-align:right}.eta-box small,.eta-box strong,.eta-box span{display:block}.eta-box small{color:#64748b;font-size:.58rem}.eta-box strong{margin-top:4px;color:#0f172a;font-size:1.05rem}.eta-box span{margin-top:3px;color:#2563eb;font-size:.68rem;font-weight:800}.delivery-map{height:380px;border-radius:18px;overflow:hidden;background:#dfe9f5;z-index:1}.route-update{margin-top:10px;display:flex;align-items:center;gap:6px;color:#64748b;font-size:.64rem}.route-update .material-icons-round{font-size:16px}
.client-tracking-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:22px}.tracking-side-card{align-self:start}.timeline.modern{display:grid;gap:0}.timeline-step{position:relative;min-height:65px;display:flex;gap:13px}.timeline-step:not(:last-child)::after{content:"";position:absolute;left:20px;top:41px;bottom:-3px;width:2px;background:#dce5f0}.timeline-step .dot{width:42px;height:42px;flex:0 0 42px;border-radius:14px;display:grid;place-items:center;background:#eef2f7;color:#94a3b8;font-size:20px;z-index:1}.timeline-step strong,.timeline-step small{display:block}.timeline-step strong{padding-top:4px;font-size:.77rem}.timeline-step small{margin-top:4px;color:#94a3b8;font-size:.62rem}.timeline-step.done .dot{background:#dcfce7;color:#059669}.timeline-step.done:not(:last-child)::after{background:#86efac}.timeline-step.active .dot{background:#dbeafe;color:#2563eb;box-shadow:0 0 0 6px rgba(37,99,235,.08)}.timeline-step.active strong{color:#1d4ed8}.timeline-step.active small{color:#64748b}
.technician-public{min-height:76px;padding:13px;border:1px solid #dce5f0;border-radius:16px;background:#f8fafc;display:flex;align-items:center;gap:12px}.technician-public img,.technician-public>.dot{width:48px;height:48px;flex:0 0 48px;border-radius:15px;object-fit:cover}.technician-public>.dot{display:grid;place-items:center;background:#e2e8f0;color:#64748b}.technician-public strong,.technician-public small{display:block}.technician-public strong{font-size:.76rem}.technician-public small{margin-top:4px;color:#64748b;font-size:.63rem;line-height:1.45}
.security-code-card{margin-top:14px;padding:16px;border-radius:17px;background:linear-gradient(145deg,#eff6ff,#f8fbff);border:1px solid #bfdbfe;position:relative}.security-code-card small,.security-code-card strong{display:block}.security-code-card small{color:#1d4ed8;font-size:.56rem;font-weight:900;letter-spacing:.1em}.security-code-card strong{margin-top:4px;font-size:1.65rem;letter-spacing:.12em}.security-code-card>.material-icons-round{position:absolute;right:16px;top:16px;color:#2563eb}.security-code-card p{margin:9px 0 0;color:#64748b;font-size:.62rem;line-height:1.45}
.os-public-card{margin-top:14px;padding:16px;border:1px solid #bbf7d0;border-radius:17px;background:#f0fdf4;display:flex;align-items:flex-start;gap:12px}.os-public-card>.material-icons-round{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#dcfce7;color:#059669}.os-public-card small,.os-public-card strong{display:block}.os-public-card small{color:#047857;font-size:.55rem;font-weight:900;letter-spacing:.1em}.os-public-card strong{margin-top:3px;font-size:1rem}.os-public-card p{margin:5px 0 0;color:#475569;font-size:.64rem;line-height:1.45}.tracking-actions{margin-top:15px;display:grid;gap:8px}.secondary-action{min-height:43px;border:1px solid #cbd8e7;border-radius:12px;background:#fff;color:#334155;display:flex;align-items:center;justify-content:center;gap:7px;font-size:.7rem;font-weight:850;cursor:pointer}
.client-empty-view{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.client-empty-view>.material-icons-round{font-size:58px;color:#2563eb}.client-empty-view h1{margin:18px 0 8px;font-size:1.7rem}.client-empty-view p{max-width:650px;margin:0 0 22px;color:#64748b;font-size:.8rem;line-height:1.7}
.client-bottom-nav{position:fixed;left:50%;bottom:14px;z-index:600;width:min(560px,calc(100% - 24px));height:66px;transform:translateX(-50%);padding:7px;border:1px solid rgba(203,216,231,.9);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 22px 55px rgba(15,23,42,.18);backdrop-filter:blur(18px);display:grid;grid-template-columns:repeat(4,1fr)}.client-bottom-nav button{position:relative;border:0;border-radius:15px;background:transparent;color:#64748b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer}.client-bottom-nav button .material-icons-round{font-size:21px}.client-bottom-nav button small{font-size:.53rem;font-weight:800}.client-bottom-nav button.active{background:#eff6ff;color:#1d4ed8}.client-bottom-nav button i{position:absolute;right:20%;top:7px;width:8px;height:8px;border-radius:50%;background:#ef4444;border:2px solid #fff}
.ct-map-marker-wrap{background:transparent;border:0}.ct-map-marker{width:44px;height:44px;border:4px solid #fff;border-radius:50%;display:grid;place-items:center;box-shadow:0 10px 24px rgba(15,23,42,.3);color:#fff}.ct-map-marker.tech{background:#2563eb}.ct-map-marker.destination{background:#10b981}.ct-map-marker.company{background:#7c3aed}.ct-map-marker .material-icons-round{font-size:22px}

/* App da equipe */
.app-header{height:70px;position:sticky;top:0;z-index:500;border-bottom:1px solid var(--d-line);background:rgba(255,255,255,.94);backdrop-filter:blur(16px)}.app-header-inner{width:min(1180px,calc(100% - 28px));height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.app-main{width:min(1180px,calc(100% - 28px));margin:26px auto 70px}.app-welcome{padding:27px;border:1px solid var(--d-line);border-radius:24px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 16px 45px rgba(15,23,42,.05)}.app-welcome h1,.app-welcome p{margin:0}.app-welcome h1{margin-top:7px;font-size:2rem;letter-spacing:-.04em}.app-welcome p{margin-top:6px;color:#64748b;font-size:.75rem}.metric-row{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.metric{padding:18px;border:1px solid var(--d-line);border-radius:18px;background:#fff}.metric small,.metric strong{display:block}.metric small{color:#64748b;font-size:.62rem;font-weight:750}.metric strong{margin-top:8px;font-size:1.55rem}.active-route-panel{margin-top:18px;padding:20px;border:1px solid #bfdbfe;border-radius:24px;background:#fff;box-shadow:0 18px 45px rgba(37,99,235,.09)}.active-route-head{display:flex;justify-content:space-between;gap:18px;margin-bottom:14px}.active-route-head h2,.active-route-head p{margin:0}.active-route-head h2{font-size:1.08rem}.active-route-head p{margin-top:5px;color:#64748b;font-size:.7rem}.route-controls{display:flex;gap:8px;flex-wrap:wrap}.route-controls button,.route-controls a{min-height:42px;padding:0 13px;border:1px solid #cbd8e7;border-radius:11px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.68rem;font-weight:850;cursor:pointer}.route-controls .danger{border-color:#fecaca;background:#fff1f2;color:#be123c}.job-grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.job-card{padding:19px;border:1px solid var(--d-line);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.05)}.job-card.active-job{border-color:#93c5fd;box-shadow:0 16px 38px rgba(37,99,235,.12)}.job-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.job-head h3,.job-head small{margin:0;display:block}.job-head h3{font-size:.91rem}.job-head small{margin-top:4px;color:#64748b;font-size:.65rem}.status-pill{padding:7px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.56rem;font-weight:900}.job-info{margin:15px 0;display:grid;gap:8px}.job-info span{display:flex;align-items:flex-start;gap:7px;color:#475569;font-size:.67rem;line-height:1.4}.job-info i{font-size:17px;color:#2563eb}.job-actions{display:flex;gap:7px;flex-wrap:wrap}.job-actions button,.job-actions a{min-height:39px;padding:0 11px;border:1px solid #cbd8e7;border-radius:10px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;font-size:.64rem;font-weight:850;cursor:pointer}.job-actions button:not(.warning):not(.success){border-color:#b7cdf6;background:#eff6ff;color:#1d4ed8}.job-actions .warning{border-color:#fed7aa;background:#fff7ed;color:#c2410c}.job-actions .success{border-color:#bbf7d0;background:#f0fdf4;color:#047857}.job-actions button:disabled{opacity:.55;cursor:not-allowed}.empty-state{grid-column:1/-1;min-height:170px;border:1px dashed #cbd5e1;border-radius:20px;display:grid;place-items:center;color:#64748b;font-size:.75rem;background:#fff}
.modal-backdrop{position:fixed;inset:0;z-index:1000;padding:24px;display:none;align-items:flex-start;justify-content:center;overflow:auto;background:rgba(7,21,38,.72);backdrop-filter:blur(8px)}.modal-backdrop.open{display:flex}.collect-modal{width:min(860px,100%);margin:auto;padding:26px;border-radius:24px;background:#fff;box-shadow:0 35px 90px rgba(0,0,0,.32)}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.modal-head h2{margin:7px 0 0}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.check-item{padding:11px;border:1px solid #dce5f0;border-radius:11px;color:#475569;font-size:.68rem}.check-item input{accent-color:#2563eb}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.photo-box{min-height:128px;padding:15px;border:2px dashed #94a3b8;border-radius:15px;background:#f8fafc;text-align:center;cursor:pointer}.photo-box .material-icons-round{font-size:30px;color:#2563eb}.photo-box strong{font-size:.72rem}.photo-box small{display:block;margin-top:4px;color:#64748b;font-size:.58rem}.photo-box input{position:absolute;opacity:0;pointer-events:none}.signature{width:100%;height:190px;border:1px solid #cbd8e7;border-radius:14px;background:#fff;touch-action:none}

/* Login equipe */
.login-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.login-brand-panel{padding:clamp(36px,7vw,90px);display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 100% 0,rgba(56,189,248,.28),transparent 35%),linear-gradient(145deg,#071526,#0d2747);color:#fff}.login-brand-panel .delivery-brand small{color:#cbd5e1}.login-brand-panel h1{max-width:650px;margin:60px 0 18px;font-size:clamp(2.6rem,5vw,5rem);line-height:.98;letter-spacing:-.065em}.login-brand-panel>p{max-width:620px;margin:0;color:#cbd5e1;font-size:.86rem;line-height:1.75}.hero-trust{margin-top:25px;display:flex;flex-wrap:wrap;gap:9px}.hero-trust span{padding:9px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.06);font-size:.62rem}.login-form-panel{padding:30px;display:grid;place-items:center}.login-card{width:min(460px,100%);padding:34px;border:1px solid var(--d-line);border-radius:26px;background:#fff;box-shadow:var(--d-shadow)}.login-card h2,.login-card p{margin:0}.login-card h2{font-size:1.55rem}.login-card>p{margin:7px 0 22px;color:#64748b;font-size:.72rem;line-height:1.6}.login-card label{display:block;margin-top:14px}.login-card input{margin-top:7px}.login-error{margin:13px 0 0;padding:11px;border-radius:10px;background:#fff1f2;color:#be123c;font-size:.67rem;line-height:1.45}

/* Cadastro da equipe usa os mesmos cards */
.delivery-shell{min-height:100vh}.delivery-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.delivery-card{padding:26px;border:1px solid var(--d-line);border-radius:22px;background:#fff;box-shadow:0 15px 38px rgba(15,23,42,.05)}.card-title{display:flex;align-items:flex-start;gap:11px;margin-bottom:20px}.card-title>.material-icons-round{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eff6ff;color:#2563eb}.card-title h2,.card-title p{margin:0}.card-title h2{font-size:.96rem}.card-title p{margin-top:4px;color:#64748b;font-size:.68rem}

@media(max-width:900px){
  .client-hero-card{grid-template-columns:1fr}.client-hero-flow{grid-template-columns:repeat(3,1fr)}.client-hero-flow article{align-items:flex-start}.client-tracking-grid{grid-template-columns:1fr}.job-grid{grid-template-columns:1fr}.login-shell{grid-template-columns:1fr}.login-brand-panel{min-height:420px}.delivery-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
  body{font-size:15px}.client-app-header{height:66px}.client-app-header-inner,.client-app-main{width:calc(100% - 22px)}.delivery-brand .brand-symbol{width:39px;height:39px;flex-basis:39px}.delivery-brand small{display:none}.install-button span:last-child{display:none}.client-app-main{margin-top:14px}.client-hero-card{min-height:auto;padding:27px 22px;border-radius:23px;gap:25px}.client-hero-card h1{font-size:2.35rem}.client-hero-flow{grid-template-columns:1fr}.client-hero-flow article{padding:13px}.client-card{padding:20px;border-radius:20px}.field-grid{grid-template-columns:1fr}.field.full,.location-capture.full{grid-column:auto}.location-capture{align-items:flex-start;flex-direction:column}.location-capture button{width:100%;justify-content:center}.client-status-hero{padding:25px 22px;border-radius:22px;align-items:flex-start;flex-direction:column}.tracking-protocol{width:100%}.route-card-top{flex-direction:column}.eta-box{text-align:left}.delivery-map{height:320px}.client-bottom-nav{bottom:8px}.app-welcome{align-items:flex-start;flex-direction:column}.metric-row{grid-template-columns:repeat(2,1fr)}.active-route-head{flex-direction:column}.job-grid{grid-template-columns:1fr}.photo-grid{grid-template-columns:1fr}.photo-box{min-height:100px}.check-grid{grid-template-columns:1fr}.modal-backdrop{padding:10px}.collect-modal{padding:20px;border-radius:20px}.login-brand-panel{min-height:360px;padding:35px 24px}.login-brand-panel h1{margin-top:40px;font-size:2.8rem}.login-form-panel{padding:20px}.login-card{padding:25px}.desktop-label{display:none}
}
@media(max-width:460px){
  .client-hero-card h1{font-size:2.05rem}.client-trust-row{display:grid;grid-template-columns:1fr 1fr}.client-status-hero h1{font-size:2rem}.client-card{padding:18px}.delivery-map{height:285px}.route-controls{display:grid;grid-template-columns:1fr 1fr}.route-controls button,.route-controls a{width:100%}.metric{padding:14px}.metric strong{font-size:1.35rem}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}


/* Delivery 360 · documentos e continuidade da OS */
.timeline-divider{margin:18px 0 12px;padding:10px 12px;border-radius:12px;background:#eaf2ff;color:#1d4ed8;font-size:.62rem;font-weight:900;letter-spacing:.08em;text-align:center}
.timeline-step.os-step .dot{background:#f1f5f9;color:#64748b}
.timeline-step.os-step.done .dot,.timeline-step.os-step.active .dot{background:#2563eb;color:#fff}
.documents-view{max-width:920px;margin:0 auto}.document-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0}.document-summary article{display:flex;gap:12px;padding:18px;border:1px solid #dce5f0;border-radius:16px;background:#fff}.document-summary article>.material-icons-round{width:42px;height:42px;flex:0 0 42px;border-radius:13px;display:grid;place-items:center;background:#eff6ff;color:#2563eb}.document-summary small,.document-summary strong,.document-summary p{display:block}.document-summary small{color:#64748b;font-size:.56rem;font-weight:900;letter-spacing:.08em}.document-summary strong{margin-top:4px;color:#0f172a;font-size:.82rem}.document-summary p{margin:5px 0 0;color:#64748b;font-size:.67rem;line-height:1.5}.document-empty{display:grid;place-items:center;text-align:center;min-height:220px;padding:30px;color:#64748b}.document-empty>.material-icons-round{font-size:42px;color:#94a3b8}.document-empty strong{margin-top:10px;color:#334155}.document-empty p{margin:5px 0 0}.document-privacy{display:flex;align-items:center;gap:7px;color:#64748b;font-size:.68rem;line-height:1.5}.document-privacy .material-icons-round{font-size:17px;color:#2563eb}
@media(max-width:720px){.document-summary{grid-template-columns:1fr}.documents-view{padding-bottom:28px}}

.ct-map-marker-wrap{transition:transform 1.1s linear!important;will-change:transform}

/* Delivery 360 · conferência de fotos, tarifas e devolução */
.photo-section-heading{margin:22px 0 10px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.photo-section-heading h3,.photo-section-heading p{margin:0}.photo-section-heading h3{font-size:.9rem}.photo-section-heading p{margin-top:4px;color:#64748b;font-size:.63rem}.photo-section-heading>span{padding:7px 9px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.6rem;font-weight:900}
.photo-capture-card{min-width:0}.photo-box{position:relative;display:grid;place-items:center;overflow:hidden}.photo-box img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#0f172a;opacity:0;visibility:hidden;display:none;transition:.18s ease}.photo-placeholder{position:relative;z-index:2}.photo-capture-card.has-photo .photo-box img{display:block!important;opacity:1!important;visibility:visible!important}.photo-capture-card.has-photo .photo-placeholder{display:none!important;opacity:0}.photo-capture-card.has-photo .photo-box{border-style:solid;border-color:#10b981;background:#0f172a}.photo-capture-card.photo-processing .photo-box::after{content:attr(data-processing-label);position:absolute;inset:0;z-index:4;display:grid;place-items:center;padding:18px;background:rgba(15,23,42,.78);color:#fff;font-size:.64rem;font-weight:900;letter-spacing:.02em;text-align:center}.photo-capture-card.photo-processing .photo-box::before{content:"";position:absolute;left:50%;top:34%;z-index:5;width:24px;height:24px;margin:-12px 0 0 -12px;border:3px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:ct-photo-spin .75s linear infinite}.collect-equipment-photo{position:relative;overflow:hidden}.collect-equipment-photo.photo-processing::after{content:attr(data-processing-label);position:absolute;inset:0;z-index:5;display:grid;place-items:center;padding:14px;background:rgba(15,23,42,.8);color:#fff;font-size:.62rem;font-weight:900;text-align:center}.collect-equipment-photo.photo-processing::before{content:"";position:absolute;left:50%;top:34%;z-index:6;width:22px;height:22px;margin:-11px 0 0 -11px;border:3px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:ct-photo-spin .75s linear infinite}.photo-capture-busy .photo-capture-card:not(.photo-processing),.photo-capture-busy .collect-equipment-photo:not(.photo-processing){opacity:.58;pointer-events:none}@keyframes ct-photo-spin{to{transform:rotate(360deg)}}.photo-preview-actions{display:none;grid-template-columns:1fr 1fr;gap:6px;margin-top:7px}.photo-capture-card.has-photo .photo-preview-actions{display:grid}.photo-preview-actions button{min-height:34px;border:1px solid #cbd8e7;border-radius:9px;background:#fff;color:#334155;font-size:.61rem;font-weight:850;cursor:pointer}.photo-preview-actions button:last-child{border-color:#fecaca;background:#fff1f2;color:#be123c}.photo-capture-card.single{max-width:360px}.compact-delivery-modal{width:min(720px,100%)}
.return-choice-card{grid-column:1/-1;padding:16px;border:1px solid #cbdcf9;border-radius:15px;background:#f8fbff}.return-choice-card>strong{display:block;font-size:.77rem}.return-choice-card>p{margin:5px 0 12px;color:#64748b;font-size:.66rem;line-height:1.5}.return-choice-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.return-choice-options label{padding:12px;border:1px solid #d7e2ef;border-radius:12px;background:#fff;display:flex;align-items:flex-start;gap:8px;color:#334155;font-size:.68rem;font-weight:750}.return-choice-options input{margin-top:2px;accent-color:#2563eb}
.delivery-fee-card{margin-top:14px;padding:15px;border:1px solid #dce5f0;border-radius:15px;background:#f8fafc}.delivery-fee-card.hidden{display:none}.delivery-fee-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.delivery-fee-head strong{font-size:.76rem}.delivery-fee-head span{font-size:.76rem;font-weight:900;color:#0f172a}.delivery-fee-grid{margin-top:11px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.delivery-fee-grid div{padding:10px;border-radius:11px;background:#fff;border:1px solid #e2e8f0}.delivery-fee-grid small,.delivery-fee-grid strong{display:block}.delivery-fee-grid small{color:#64748b;font-size:.57rem}.delivery-fee-grid strong{margin-top:4px;font-size:.7rem}.delivery-fee-note{margin:9px 0 0;color:#64748b;font-size:.6rem;line-height:1.45}
.return-request-card{margin-top:22px;border-color:#bbf7d0;background:linear-gradient(180deg,#f0fdf4,#fff)}.return-request-card .client-card-heading>.material-icons-round{background:#dcfce7;color:#047857}.return-status-note{padding:12px;border-radius:12px;background:#ecfdf5;color:#047857;font-size:.68rem;line-height:1.5;font-weight:700}.delivery-complete-proof{margin-top:12px;padding:12px;border-radius:12px;background:#ecfdf5;color:#047857;font-size:.67rem;line-height:1.5}
@media(max-width:720px){.photo-section-heading{align-items:flex-start}.photo-section-heading>span{white-space:nowrap}.return-choice-options,.delivery-fee-grid{grid-template-columns:1fr}.photo-capture-card.single{max-width:none}.photo-capture-card .photo-box{min-height:180px}.photo-preview-actions button{min-height:42px;font-size:.68rem}}

/* Delivery 360 · orçamento e aprovação no portal do cliente */
.client-bottom-nav{grid-template-columns:repeat(5,1fr)}
.budget-view{max-width:980px;margin:0 auto}.budget-card{margin-top:20px;border:1px solid #cbdcf9;border-radius:20px;background:linear-gradient(180deg,#f8fbff,#fff);overflow:hidden}.budget-card-head{padding:22px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid #dce7f4}.budget-card-head small,.budget-card-head strong,.budget-card-head p{display:block;margin:0}.budget-card-head small{color:#2563eb;font-size:.58rem;font-weight:900;letter-spacing:.08em}.budget-card-head strong{margin-top:6px;color:#0f172a;font-size:1.08rem}.budget-card-head p{margin-top:5px;color:#64748b;font-size:.68rem;line-height:1.5}.budget-status{padding:8px 10px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:.6rem;font-weight:900;white-space:nowrap}.budget-status.approved{background:#ecfdf5;color:#047857}.budget-status.refused{background:#fff1f2;color:#be123c}.budget-status.review{background:#eff6ff;color:#1d4ed8}.budget-body{padding:22px}.budget-diagnosis{padding:15px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.budget-diagnosis small,.budget-diagnosis strong,.budget-diagnosis p{display:block;margin:0}.budget-diagnosis small{color:#64748b;font-size:.57rem;font-weight:900;letter-spacing:.08em}.budget-diagnosis strong{margin-top:5px;font-size:.75rem}.budget-diagnosis p{margin-top:5px;color:#475569;font-size:.69rem;line-height:1.55;white-space:pre-line}.budget-group{margin-top:18px}.budget-group h3{margin:0 0 9px;font-size:.76rem;color:#334155}.budget-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:10px 0;border-bottom:1px dashed #dce5f0;font-size:.7rem}.budget-line span{color:#475569}.budget-line strong{color:#0f172a;text-align:right}.budget-line small{display:block;margin-top:3px;color:#94a3b8;font-size:.57rem}.budget-total-box{margin-top:18px;padding:16px;border-radius:15px;background:#071526;color:#fff}.budget-total-box>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:5px 0;font-size:.68rem}.budget-total-box>div.total{margin-top:8px;padding-top:12px;border-top:1px solid rgba(255,255,255,.14);font-size:.85rem}.budget-total-box>div.total strong{font-size:1.15rem}.budget-terms{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.budget-terms div{padding:12px;border:1px solid #dce5f0;border-radius:12px;background:#fff}.budget-terms small,.budget-terms strong{display:block}.budget-terms small{color:#64748b;font-size:.55rem;font-weight:900}.budget-terms strong{margin-top:5px;color:#334155;font-size:.67rem;line-height:1.45}.budget-observation{margin-top:13px;padding:13px;border-radius:12px;background:#fffbeb;color:#92400e;font-size:.66rem;line-height:1.55}.budget-actions{margin-top:20px;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:8px}.budget-actions button{min-height:48px;padding:0 14px;border-radius:12px;border:1px solid #cbd8e7;background:#fff;color:#334155;font-size:.68rem;font-weight:900;cursor:pointer}.budget-actions .approve{border-color:#10b981;background:#10b981;color:#fff}.budget-actions .refuse{border-color:#fecaca;background:#fff1f2;color:#be123c}.budget-response-card{margin-top:18px;padding:16px;display:flex;gap:12px;border-radius:14px;background:#ecfdf5;color:#047857}.budget-response-card.refused{background:#fff1f2;color:#be123c}.budget-response-card.review{background:#eff6ff;color:#1d4ed8}.budget-response-card>.material-icons-round{font-size:25px}.budget-response-card strong,.budget-response-card p{display:block;margin:0}.budget-response-card strong{font-size:.76rem}.budget-response-card p{margin-top:4px;font-size:.66rem;line-height:1.5}.budget-proof-button{margin-top:15px;width:100%}.budget-empty-note{margin-top:14px;color:#64748b;font-size:.65rem;line-height:1.55}
@media(max-width:720px){.client-bottom-nav{height:64px}.client-bottom-nav button small{font-size:.47rem}.budget-card-head{padding:18px;flex-direction:column}.budget-body{padding:18px}.budget-terms{grid-template-columns:1fr}.budget-actions{grid-template-columns:1fr}.budget-actions button{min-height:50px}.budget-line{font-size:.67rem}}

/* Public entry and recovery */
.client-entry-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.client-entry-choice button{min-height:82px;padding:15px 17px;border:1px solid #dce6f2;border-radius:17px;background:#fff;color:#334155;display:flex;align-items:center;gap:13px;text-align:left;cursor:pointer;box-shadow:0 10px 26px rgba(15,23,42,.045);transition:border-color .18s ease,transform .18s ease,background .18s ease}.client-entry-choice button:hover{transform:translateY(-1px);border-color:#a8c5f7}.client-entry-choice button.active{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.client-entry-choice .material-icons-round{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eef2f7;color:#64748b}.client-entry-choice button.active .material-icons-round{background:#2563eb;color:#fff}.client-entry-choice strong,.client-entry-choice small{display:block}.client-entry-choice strong{font-size:.76rem}.client-entry-choice small{margin-top:5px;color:#718096;font-size:.6rem;line-height:1.35}.recovery-card{margin-bottom:18px}.recovery-security-note{margin:15px 0;padding:13px 14px;border:1px solid #dce6f2;border-radius:13px;background:#f8fafc;display:flex;gap:10px;align-items:flex-start}.recovery-security-note .material-icons-round{color:#2563eb;font-size:20px}.recovery-security-note p{margin:0;color:#64748b;font-size:.64rem;line-height:1.5}
@media(max-width:620px){.client-entry-choice{grid-template-columns:1fr}.client-entry-choice button{min-height:72px}}

/* Portal entry and recent attendances */
.recent-deliveries-card{margin-bottom:18px}.recent-deliveries-list{display:grid;gap:9px}.recent-delivery-item{position:relative;border:1px solid #dce6f2;border-radius:15px;background:#fff;overflow:hidden}.recent-delivery-item>button:first-child{width:100%;min-height:74px;padding:13px 48px 13px 13px;border:0;background:transparent;display:grid;grid-template-columns:42px minmax(0,1fr) 24px;align-items:center;gap:11px;text-align:left;color:#334155;cursor:pointer}.recent-delivery-item>button:first-child:hover{background:#f8fbff}.recent-delivery-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eff6ff;color:#2563eb}.recent-delivery-item small,.recent-delivery-item strong,.recent-delivery-item em{display:block}.recent-delivery-item small{color:#2563eb;font-size:.54rem;font-weight:900;letter-spacing:.06em}.recent-delivery-item strong{margin-top:3px;font-size:.72rem}.recent-delivery-item em{margin-top:4px;color:#64748b;font-size:.58rem;font-style:normal}.recent-remove{position:absolute;right:9px;top:9px;width:30px;height:30px;border:0;border-radius:9px;background:#f1f5f9;color:#64748b;display:grid;place-items:center;cursor:pointer}.recent-remove:hover{background:#fee2e2;color:#be123c}.recent-remove .material-icons-round{font-size:17px}.recent-clear-button{margin-top:11px;padding:9px 11px;border:1px solid #dce6f2;border-radius:10px;background:#fff;color:#64748b;display:inline-flex;align-items:center;gap:6px;font-size:.61rem;font-weight:800;cursor:pointer}.recent-clear-button:hover{border-color:#fda4af;color:#be123c}.recent-clear-button .material-icons-round{font-size:17px}
@media(max-width:520px){.recent-delivery-item>button:first-child{grid-template-columns:38px minmax(0,1fr) 20px;padding-left:10px}.recent-delivery-icon{width:38px;height:38px}}

/* Disponibilidade inteligente de agenda e escolha de pagamento */
.schedule-availability{display:block;margin-top:6px;color:#64748b;font-size:.58rem;line-height:1.4}.schedule-availability.warning{color:#b45309}.schedule-availability.success{color:#047857}.budget-payment-section{margin-top:18px;padding:15px;border:1px solid #bfdbfe;border-radius:14px;background:#eff6ff}.budget-payment-section>header{display:flex;align-items:flex-start;gap:9px}.budget-payment-section>header>.material-icons-round{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#dbeafe;color:#1d4ed8}.budget-payment-section h3,.budget-payment-section p{margin:0}.budget-payment-section h3{font-size:.75rem;color:#1e293b}.budget-payment-section p{margin-top:3px;color:#64748b;font-size:.62rem;line-height:1.45}.budget-payment-options{margin-top:11px;display:grid;gap:8px}.budget-payment-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px;border:1px solid #cbdcf9;border-radius:11px;background:#fff;cursor:pointer}.budget-payment-option:has(input:checked){border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.1)}.budget-payment-option input{accent-color:#2563eb}.budget-payment-option span strong,.budget-payment-option span small{display:block}.budget-payment-option span strong{color:#1e293b;font-size:.69rem}.budget-payment-option span small{margin-top:3px;color:#64748b;font-size:.57rem}.budget-payment-option>strong{color:#0f172a;font-size:.72rem;text-align:right}.budget-payment-option>strong small{display:block;margin-top:3px;color:#64748b;font-size:.53rem;font-weight:700}.budget-payment-summary{margin-top:12px;padding:12px;border-radius:11px;background:#071526;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.budget-payment-summary span,.budget-payment-summary strong{display:block}.budget-payment-summary span{color:#cbd5e1;font-size:.6rem}.budget-payment-summary strong{margin-top:3px;font-size:.72rem}.budget-payment-summary>strong{font-size:.88rem;text-align:right}.budget-payment-locked{margin-top:13px;padding:13px;border-radius:12px;background:#ecfdf5;color:#047857;font-size:.65rem;line-height:1.5}.budget-payment-locked strong{display:block;margin-bottom:3px}

/* Bloco 2 · segurança financeira da devolução */
.delivery-payment-badge{margin-top:8px;display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:999px;font-size:.54rem;font-weight:900;line-height:1.15}.delivery-payment-badge .material-icons-round{font-size:15px}.delivery-payment-badge.paid{background:#dcfce7;color:#15803d}.delivery-payment-badge.collect{background:#fef3c7;color:#a16207}.delivery-payment-badge.blocked{background:#fee2e2;color:#b91c1c}.delivery-payment-badge.courtesy{background:#e2e8f0;color:#475569}.delivery-payment-badge.exception{background:#ede9fe;color:#6d28d9}.delivery-row-actions .payment,.kanban-actions .payment{background:#fff7ed!important;color:#9a3412!important;border-color:#fed7aa!important}
.job-payment{margin:13px 0 0;padding:12px;border:1px solid;border-radius:14px;display:flex;align-items:flex-start;gap:10px}.job-payment>.material-icons-round{width:38px;height:38px;flex:0 0 38px;border-radius:11px;display:grid;place-items:center}.job-payment small,.job-payment strong,.job-payment p{display:block;margin:0}.job-payment small{font-size:.51rem;font-weight:900;letter-spacing:.08em}.job-payment strong{margin-top:3px;font-size:.68rem}.job-payment p{margin-top:4px;font-size:.59rem;line-height:1.4}.job-payment.paid{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.job-payment.paid>.material-icons-round{background:#dcfce7}.job-payment.collect{background:#fffbeb;border-color:#fde68a;color:#92400e}.job-payment.collect>.material-icons-round{background:#fef3c7}.job-payment.blocked{background:#fff1f2;border-color:#fecdd3;color:#be123c}.job-payment.blocked>.material-icons-round{background:#ffe4e6}.job-payment.courtesy{background:#f8fafc;border-color:#cbd5e1;color:#475569}.job-payment.courtesy>.material-icons-round{background:#e2e8f0}.job-payment.exception{background:#f5f3ff;border-color:#ddd6fe;color:#6d28d9}.job-payment.exception>.material-icons-round{background:#ede9fe}
.delivery-payment-check{margin-top:18px;padding:16px;border:1px solid #dce5f0;border-radius:16px;background:#f8fafc}.delivery-payment-check-head{display:flex;align-items:flex-start;gap:11px}.delivery-payment-check-head>.material-icons-round{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#e2e8f0;color:#475569}.delivery-payment-check-head small,.delivery-payment-check-head strong,.delivery-payment-check-head p{display:block;margin:0}.delivery-payment-check-head small{font-size:.52rem;font-weight:900;letter-spacing:.08em}.delivery-payment-check-head strong{margin-top:3px;font-size:.75rem}.delivery-payment-check-head p{margin-top:4px;color:#64748b;font-size:.62rem;line-height:1.45}.delivery-payment-check.paid{background:#f0fdf4;border-color:#bbf7d0}.delivery-payment-check.paid .delivery-payment-check-head>.material-icons-round{background:#dcfce7;color:#15803d}.delivery-payment-check.collect{background:#fffbeb;border-color:#fde68a}.delivery-payment-check.collect .delivery-payment-check-head>.material-icons-round{background:#fef3c7;color:#a16207}.delivery-payment-check.blocked{background:#fff1f2;border-color:#fecdd3}.delivery-payment-check.blocked .delivery-payment-check-head>.material-icons-round{background:#ffe4e6;color:#be123c}.delivery-payment-check.exception{background:#f5f3ff;border-color:#ddd6fe}.delivery-payment-check.exception .delivery-payment-check-head>.material-icons-round{background:#ede9fe;color:#6d28d9}.delivery-payment-values{margin-top:13px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.delivery-payment-values>div{padding:10px;border-radius:11px;background:#fff;border:1px solid rgba(148,163,184,.22)}.delivery-payment-values small,.delivery-payment-values strong{display:block}.delivery-payment-values small{font-size:.5rem;color:#64748b;font-weight:900}.delivery-payment-values strong{margin-top:4px;font-size:.69rem}.delivery-payment-fields{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:11px;padding-top:14px;border-top:1px dashed #cbd5e1}.payment-confirm{display:flex;align-items:flex-start;gap:8px;padding:11px;border-radius:11px;background:#fff;border:1px solid #dce5f0;color:#334155;font-size:.64rem;line-height:1.45}.payment-confirm input{margin-top:2px;accent-color:#10b981}
@media(max-width:620px){.delivery-payment-values{grid-template-columns:1fr}.delivery-payment-fields{grid-template-columns:1fr}.delivery-payment-fields .full{grid-column:auto}}
.delivery-payment-client-card{margin-top:14px;padding:15px;border:1px solid;border-radius:17px}.delivery-payment-client-head{display:flex;align-items:flex-start;gap:10px}.delivery-payment-client-head>.material-icons-round{width:40px;height:40px;flex:0 0 40px;border-radius:12px;display:grid;place-items:center}.delivery-payment-client-head small,.delivery-payment-client-head strong,.delivery-payment-client-head p{display:block;margin:0}.delivery-payment-client-head small{font-size:.52rem;font-weight:900;letter-spacing:.08em}.delivery-payment-client-head strong{margin-top:3px;font-size:.72rem}.delivery-payment-client-head p{margin-top:4px;font-size:.6rem;line-height:1.45}.delivery-payment-client-values{margin-top:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.delivery-payment-client-values>div{padding:8px;border-radius:10px;background:rgba(255,255,255,.72)}.delivery-payment-client-values small,.delivery-payment-client-values strong{display:block}.delivery-payment-client-values small{font-size:.48rem;font-weight:900;opacity:.75}.delivery-payment-client-values strong{margin-top:3px;font-size:.63rem}.delivery-payment-client-method{margin-top:9px;padding-top:9px;border-top:1px dashed currentColor;display:flex;justify-content:space-between;gap:8px;font-size:.58rem}.delivery-payment-client-card.paid{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.delivery-payment-client-card.paid .delivery-payment-client-head>.material-icons-round{background:#dcfce7;color:#15803d}.delivery-payment-client-card.collect{background:#fffbeb;border-color:#fde68a;color:#92400e}.delivery-payment-client-card.collect .delivery-payment-client-head>.material-icons-round{background:#fef3c7;color:#a16207}.delivery-payment-client-card.blocked{background:#fff1f2;border-color:#fecdd3;color:#be123c}.delivery-payment-client-card.blocked .delivery-payment-client-head>.material-icons-round{background:#ffe4e6;color:#be123c}.delivery-payment-client-card.courtesy{background:#f8fafc;border-color:#cbd5e1;color:#475569}.delivery-payment-client-card.courtesy .delivery-payment-client-head>.material-icons-round{background:#e2e8f0;color:#475569}.delivery-payment-client-card.exception{background:#f5f3ff;border-color:#ddd6fe;color:#6d28d9}.delivery-payment-client-card.exception .delivery-payment-client-head>.material-icons-round{background:#ede9fe;color:#6d28d9}


/* Bloco 3 · experiência premium do cliente */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.client-alerts-button{min-height:42px;padding:0 13px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#475569;display:inline-flex;align-items:center;gap:7px;font-size:.68rem;font-weight:850;cursor:pointer;transition:.18s ease}.client-alerts-button:hover{border-color:#93c5fd;color:#1d4ed8}.client-alerts-button.enabled{border-color:#86efac;background:#f0fdf4;color:#15803d}.client-alerts-button .material-icons-round{font-size:18px}
.client-hero-card.client-hero-compact{min-height:0;padding:28px 32px;grid-template-columns:minmax(0,1fr) auto;gap:28px;border-radius:24px}.client-hero-compact h1{margin:10px 0 9px;font-size:clamp(1.65rem,3.3vw,3rem);letter-spacing:-.045em}.client-hero-compact p{font-size:.78rem;line-height:1.58}.client-hero-assurance{position:relative;z-index:2;display:grid;gap:8px;min-width:220px}.client-hero-assurance span{padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.07);display:flex;align-items:center;gap:9px;color:#e2e8f0;font-size:.64rem}.client-hero-assurance i{font-size:18px;color:#7dd3fc}.client-how-it-works{position:relative;z-index:3;margin-top:14px;width:min(680px,100%)}.client-how-it-works summary{width:max-content;list-style:none;cursor:pointer;display:flex;align-items:center;gap:7px;color:#bfdbfe;font-size:.66rem;font-weight:850}.client-how-it-works summary::-webkit-details-marker{display:none}.client-how-it-works summary .material-icons-round{font-size:18px}.client-how-grid{margin-top:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.client-how-grid article{padding:11px;border-radius:12px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);display:flex;gap:9px}.client-how-grid article>span{width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;border-radius:8px;background:#fff;color:#1d4ed8;font-size:.65rem;font-weight:900}.client-how-grid strong,.client-how-grid small{display:block}.client-how-grid strong{font-size:.65rem}.client-how-grid small{margin-top:3px;color:#b7c6d9;font-size:.55rem;line-height:1.35}
.request-card{scroll-margin-top:90px}.request-heading{margin-bottom:16px}.request-stepper{margin:0 0 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:8px;border:1px solid #dce5f0;border-radius:16px;background:#f8fafc}.request-stepper button{position:relative;min-width:0;padding:9px 7px;border:0;border-radius:11px;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center;gap:7px;font-size:.61rem;font-weight:850;cursor:pointer}.request-stepper button:disabled{cursor:default;opacity:.55}.request-stepper button span{width:25px;height:25px;flex:0 0 25px;border-radius:8px;background:#e2e8f0;color:#475569;display:grid;place-items:center;font-size:.62rem;font-weight:900}.request-stepper button.active{background:#fff;color:#1d4ed8;box-shadow:0 7px 18px rgba(15,23,42,.07)}.request-stepper button.active span{background:#2563eb;color:#fff}.request-stepper button.completed{color:#15803d}.request-stepper button.completed span{background:#dcfce7;color:#15803d}.request-step{display:none}.request-step.active{display:block;animation:requestStepIn .24s ease}@keyframes requestStepIn{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}.request-step-header{margin-bottom:18px;padding:13px 14px;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#f8fbff);display:flex;align-items:flex-start;gap:11px}.request-step-header>.material-icons-round{width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:#dbeafe;color:#1d4ed8;display:grid;place-items:center}.request-step-header small,.request-step-header h3,.request-step-header p{display:block;margin:0}.request-step-header small{color:#2563eb;font-size:.53rem;font-weight:900;letter-spacing:.09em}.request-step-header h3{margin-top:3px;font-size:.86rem}.request-step-header p{margin-top:4px;color:#64748b;font-size:.62rem;line-height:1.4}.return-choice-card.full{grid-column:1/-1}.request-wizard-actions{margin-top:22px;padding-top:18px;border-top:1px solid #e2e8f0;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.request-back,.request-next{min-height:46px;border-radius:12px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:.7rem;font-weight:900;cursor:pointer}.request-back{border:1px solid #cbd5e1;background:#fff;color:#475569}.request-next{border:0;background:#071526;color:#fff}.request-next .material-icons-round,.request-back .material-icons-round{font-size:18px}.request-progress-label{text-align:center;color:#64748b;font-size:.59rem;font-weight:800}.request-submit{width:auto;min-width:210px;min-height:46px}.request-review{margin-top:18px;padding:15px;border:1px solid #bfdbfe;border-radius:15px;background:#f8fbff}.request-review>header{display:flex;align-items:flex-start;gap:9px}.request-review>header>.material-icons-round{width:34px;height:34px;border-radius:10px;background:#dbeafe;color:#1d4ed8;display:grid;place-items:center}.request-review header strong,.request-review header small{display:block}.request-review header strong{font-size:.72rem}.request-review header small{margin-top:3px;color:#64748b;font-size:.57rem}.request-review-grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.request-review-grid>div{padding:9px;border-radius:10px;background:#fff;border:1px solid #dce5f0}.request-review-grid>div.full{grid-column:1/-1}.request-review-grid small,.request-review-grid strong{display:block}.request-review-grid small{color:#64748b;font-size:.48rem;font-weight:900;letter-spacing:.07em}.request-review-grid strong{margin-top:4px;color:#1e293b;font-size:.62rem;line-height:1.35;overflow-wrap:anywhere}
.client-update-toast{position:fixed;z-index:1200;left:50%;bottom:92px;transform:translateX(-50%);width:min(620px,calc(100% - 24px));padding:12px 14px;border:1px solid #bfdbfe;border-radius:17px;background:rgba(255,255,255,.97);box-shadow:0 22px 60px rgba(15,23,42,.22);backdrop-filter:blur(18px);display:grid;grid-template-columns:42px minmax(0,1fr) auto 32px;gap:10px;align-items:center;animation:updateToastIn .25s ease}@keyframes updateToastIn{from{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%,0)}}.client-update-toast.action{border-color:#fbbf24;background:#fffbeb}.client-update-toast.success{border-color:#86efac;background:#f0fdf4}.client-update-icon{width:42px;height:42px;border-radius:12px;background:#dbeafe;color:#1d4ed8;display:grid;place-items:center}.client-update-toast.action .client-update-icon{background:#fef3c7;color:#a16207}.client-update-toast strong,.client-update-toast p{display:block;margin:0}.client-update-toast strong{font-size:.7rem}.client-update-toast p{margin-top:3px;color:#64748b;font-size:.6rem;line-height:1.35}.client-update-toast>button:not(.client-update-close){min-height:36px;padding:0 11px;border:0;border-radius:10px;background:#2563eb;color:#fff;font-size:.6rem;font-weight:900;cursor:pointer}.client-update-close{width:30px;height:30px;border:0;border-radius:9px;background:transparent;color:#64748b;display:grid;place-items:center;cursor:pointer}.client-update-close .material-icons-round{font-size:18px}.client-focus-pulse{animation:clientFocusPulse 1.7s ease}@keyframes clientFocusPulse{0%,100%{box-shadow:inherit}35%{box-shadow:0 0 0 7px rgba(37,99,235,.14),0 22px 55px rgba(37,99,235,.12)}}
@media(max-width:780px){.client-hero-card.client-hero-compact{grid-template-columns:1fr;padding:24px}.client-hero-assurance{grid-template-columns:repeat(3,1fr);min-width:0}.client-hero-assurance span{display:grid;justify-items:center;text-align:center}.client-how-grid{grid-template-columns:1fr}.request-stepper button{flex-direction:column;gap:4px}.request-wizard-actions{grid-template-columns:auto 1fr}.request-progress-label{grid-column:1/-1;grid-row:1}.request-back{grid-column:1}.request-next,.request-submit{grid-column:2;width:100%;min-width:0}.client-update-toast{grid-template-columns:38px minmax(0,1fr) 30px}.client-update-toast>button:not(.client-update-close){grid-column:2;justify-self:start;min-height:32px}.client-update-close{grid-column:3;grid-row:1}}
@media(max-width:520px){.client-app-main{margin-top:14px}.client-hero-card.client-hero-compact{padding:20px;border-radius:19px}.client-hero-compact h1{font-size:1.65rem}.client-hero-assurance{grid-template-columns:1fr}.client-hero-assurance span{display:flex;justify-items:initial;text-align:left}.client-how-it-works summary{width:100%}.client-card.request-card{padding:18px;margin-top:14px;border-radius:18px}.request-stepper{position:sticky;top:78px;z-index:20;margin-inline:-4px;padding:6px;gap:3px}.request-stepper button{padding:7px 2px}.request-stepper button small{font-size:.5rem}.request-stepper button span{width:23px;height:23px}.request-step-header{padding:11px}.request-step-header p{font-size:.58rem}.request-wizard-actions{position:sticky;bottom:72px;z-index:18;margin:18px -18px -18px;padding:12px 18px calc(12px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);box-shadow:0 -12px 28px rgba(15,23,42,.08);backdrop-filter:blur(14px)}.request-progress-label{font-size:.54rem}.client-alerts-button span:not(.material-icons-round),.install-button span:not(.material-icons-round){display:none}.client-alerts-button,.install-button{width:42px;padding:0;justify-content:center}.client-update-toast{bottom:78px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.client-view.active,.request-step.active,.client-update-toast,.client-focus-pulse{animation:none!important}.route-live i{animation:none!important}}

/* Bloco 7 — pagamento em conferência */
.delivery-payment-badge.review{background:#dbeafe;color:#1d4ed8}.job-payment.review{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.job-payment.review>.material-icons-round{background:#dbeafe}.delivery-payment-check.review{background:#eff6ff;border-color:#bfdbfe}.delivery-payment-check.review .delivery-payment-check-head>.material-icons-round{background:#dbeafe;color:#1d4ed8}.delivery-payment-client-card.review{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.delivery-payment-client-card.review .delivery-payment-client-head>.material-icons-round{background:#dbeafe;color:#1d4ed8}

/* Bloco 8 — seleção de equipamentos e múltiplos itens */
.equipment-request-builder{padding:16px;border:1px solid #dbe5f1;border-radius:18px;background:linear-gradient(145deg,#f8fbff,#fff)}.equipment-picker-heading{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:13px}.equipment-picker-heading strong,.equipment-picker-heading small{display:block}.equipment-picker-heading strong{color:#0f172a;font-size:.82rem}.equipment-picker-heading small{margin-top:4px;color:#64748b;font-size:.65rem;line-height:1.45}.equipment-picker-heading>span{padding:7px 9px;border-radius:999px;background:#e0ecff;color:#1d4ed8;font-size:.58rem;font-weight:900;white-space:nowrap}.equipment-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.equipment-category-card{min-height:90px;border:1px solid #dbe5f1;border-radius:14px;background:#fff;color:#334155;display:grid;place-items:center;align-content:center;gap:6px;padding:10px;cursor:pointer;transition:.18s ease}.equipment-category-card:hover,.equipment-category-card:focus-visible{border-color:#60a5fa;background:#eff6ff;transform:translateY(-1px);outline:none}.equipment-category-card .material-icons-round{font-size:27px;color:#2563eb}.equipment-category-card strong{font-size:.66rem;text-align:center}.equipment-category-card small{color:#94a3b8;font-size:.54rem}.equipment-request-list{display:grid;gap:12px;margin-top:14px}.equipment-request-item{border:1px solid #cbdcf2;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 10px 25px rgba(15,23,42,.04)}.equipment-request-item-head{display:flex;align-items:center;gap:10px;padding:12px 13px;border-bottom:1px solid #e5edf6;background:#f8fafc}.equipment-request-item-head>.material-icons-round{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:#e0ecff;color:#2563eb}.equipment-request-item-head div{min-width:0;flex:1}.equipment-request-item-head strong,.equipment-request-item-head small{display:block}.equipment-request-item-head strong{font-size:.75rem;color:#0f172a}.equipment-request-item-head small{margin-top:2px;color:#64748b;font-size:.58rem}.equipment-request-remove{width:34px;height:34px;border:1px solid #fecaca;border-radius:9px;background:#fff;color:#dc2626;display:grid;place-items:center;cursor:pointer}.equipment-request-remove .material-icons-round{font-size:18px}.equipment-request-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;padding:13px}.equipment-request-fields .field.full{grid-column:1/-1}.equipment-request-fields .field input,.equipment-request-fields .field select,.equipment-request-fields .field textarea{min-height:44px;border-radius:10px;padding:9px 11px}.equipment-request-fields .field textarea{min-height:82px}.equipment-request-help{margin:12px 0 0;display:flex;align-items:flex-start;gap:7px;color:#64748b;font-size:.6rem;line-height:1.45}.equipment-request-help .material-icons-round{font-size:16px;color:#2563eb}@media(max-width:760px){.equipment-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.equipment-request-fields{grid-template-columns:1fr}.equipment-request-fields .field.full{grid-column:auto}.equipment-picker-heading{flex-direction:column}.equipment-picker-heading>span{align-self:flex-start}}

/* Bloco 8 — acompanhamento de múltiplas OS */
.os-public-card-content{min-width:0;flex:1}.client-os-list{display:grid;gap:7px;margin-top:10px}.client-os-list button{width:100%;padding:9px 10px;border:1px solid #bfdbfe;border-radius:10px;background:#f8fbff;color:#1e3a8a;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;cursor:pointer}.client-os-list button span{min-width:0}.client-os-list button strong,.client-os-list button small,.client-os-list button em{display:block}.client-os-list button strong{font-size:.68rem}.client-os-list button small{margin-top:2px;color:#64748b;font-size:.56rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-os-list button em{margin-top:4px;color:#2563eb;font-size:.52rem;font-style:normal;font-weight:850}.client-os-list button>.material-icons-round{font-size:18px;color:#2563eb}.client-os-group-back{margin-top:9px;min-height:35px;padding:0 10px;border:1px solid #bfdbfe;border-radius:9px;background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;gap:6px;font-size:.6rem;font-weight:850;cursor:pointer}.client-os-group-back .material-icons-round{font-size:16px}

/* Bloco 8 — conferência de vários equipamentos na coleta */
.collect-equipment-review { display:grid; gap:12px; }
.collect-equipment-review.hidden { display:none; }
.collect-equipment-card { border:1px solid #dbe5f1; border-radius:14px; padding:14px; background:#f8fbff; display:grid; gap:10px; }
.collect-equipment-card header { display:flex; align-items:center; gap:10px; }
.collect-equipment-card header .material-icons-round { width:36px; height:36px; display:grid; place-items:center; border-radius:11px; background:#dbeafe; color:#2563eb; }
.collect-equipment-card header div { display:grid; gap:2px; }
.collect-equipment-card header strong { color:#0f172a; font-size:.82rem; }
.collect-equipment-card header small { color:#64748b; font-size:.68rem; }
.collect-equipment-card-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.collect-equipment-card-fields label { display:grid; gap:5px; color:#334155; font-size:.7rem; font-weight:800; }
.collect-equipment-card-fields input,.collect-equipment-card-fields textarea { width:100%; box-sizing:border-box; border:1px solid #cbd5e1; border-radius:9px; padding:9px; font:inherit; background:white; }
.collect-equipment-card-fields textarea { min-height:70px; resize:vertical; }
.collect-equipment-photo { grid-column:1/-1; display:flex!important; align-items:center; justify-content:space-between; gap:10px; border:1px dashed #93c5fd; border-radius:10px; padding:10px; cursor:pointer; background:#eff6ff; }
.collect-equipment-photo input { display:none; }
.collect-equipment-photo img { width:70px; height:54px; object-fit:cover; border-radius:8px; border:1px solid #bfdbfe; }
@media (max-width:620px) { .collect-equipment-card-fields { grid-template-columns:1fr; } .collect-equipment-photo { grid-column:auto; } }

/* Bloco 13 — formulário do portal mais proporcional e sem sobreposição */
.client-app-shell{padding-bottom:112px}
.client-card.request-card{width:min(100%,980px);margin-left:auto;margin-right:auto;padding:24px}
.request-card .field-grid{gap:13px}
.request-card .field input,.request-card .field select{min-height:44px;padding:9px 12px;border-radius:10px}
.request-card .field textarea{padding:10px 12px;border-radius:10px}
.request-card .request-heading{margin-bottom:17px}
.request-card .request-stepper{margin-bottom:18px}
.request-wizard-actions{grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr)}
.request-back{grid-column:1;justify-self:start}
.request-progress-label{grid-column:2;justify-self:center}
.request-next,.request-submit{grid-column:3;justify-self:end;width:auto;min-width:150px}
@media(max-width:780px){.client-card.request-card{width:100%;padding:20px}.request-wizard-actions{grid-template-columns:auto 1fr}.request-next,.request-submit{min-width:0}}
@media(max-width:520px){.client-card.request-card{padding:18px}.request-card .field-grid{gap:12px}.request-wizard-actions{grid-template-columns:auto 1fr}.request-progress-label{grid-column:1/-1;grid-row:1}.request-back{grid-column:1;grid-row:2}.request-next,.request-submit{grid-column:2;grid-row:2;justify-self:stretch;width:100%;min-width:0}}

/* Bloco 15 — estabilidade da câmera e sincronização dos chamados */
#btnAtualizarTecnico.is-loading .material-icons-round{animation:ct-photo-spin .8s linear infinite}
#btnAtualizarTecnico[aria-busy="true"]{opacity:.72;cursor:wait}

/* Bloco 16 — escolha segura do endereço de devolução */
.return-address-choice{padding:14px;border:1px solid #bfdbfe;border-radius:15px;background:#eff6ff;display:grid;gap:9px}.return-address-choice label{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.return-address-choice input{width:19px;height:19px;margin-top:2px;accent-color:#2563eb}.return-address-choice span{min-width:0}.return-address-choice strong,.return-address-choice small{display:block}.return-address-choice strong{color:#1e3a8a;font-size:.72rem}.return-address-choice small{margin-top:4px;color:#526b8d;font-size:.62rem;line-height:1.45}.return-address-choice p{margin:0;padding-top:8px;border-top:1px dashed #bfdbfe;color:#475569;font-size:.61rem;line-height:1.5}.return-address-change{display:grid;grid-template-columns:1fr;gap:12px}.return-address-change.hidden{display:none}

/* 34A.1 — reforço do código permanente no encerramento da coleta */
.technician-tracking-code{display:grid;gap:11px;text-align:center}.technician-tracking-code>p{margin:0;color:#475569;font-size:.75rem;line-height:1.5}.technician-tracking-code>div:not(.technician-tracking-actions){padding:14px;border:1px solid #bfdbfe;border-radius:14px;background:#eff6ff}.technician-tracking-code small{display:block;color:#64748b;font-size:.61rem;font-weight:800;line-height:1.4}.technician-tracking-code strong{display:block;margin-top:4px;color:#0f172a;font-size:1.55rem;letter-spacing:.12em}.technician-tracking-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.technician-tracking-actions button,.technician-tracking-actions a{min-height:40px;padding:0 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:.67rem;font-weight:850;text-decoration:none;cursor:pointer}.technician-tracking-actions a{border-color:#bbf7d0;background:#ecfdf5;color:#047857}.technician-tracking-actions .material-icons-round{font-size:18px}

/* 34A.1 — código permanente e recuperação simples do cliente */
.tracking-access-code{display:inline-flex;align-items:center;gap:5px;margin-left:8px;padding:5px 8px;border-radius:9px;background:#eff6ff;color:#1d4ed8;vertical-align:middle}.tracking-access-code.hidden{display:none!important}.tracking-access-code small{font-size:.5rem;font-weight:900;letter-spacing:.08em}.tracking-access-code b{font-size:.72rem;letter-spacing:.08em}
.delivery-success-access{display:grid;gap:12px;text-align:left}.delivery-success-access>p{margin:0;color:#475569;text-align:center}.delivery-success-access-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.delivery-success-access-grid>div{padding:12px;border:1px solid #dbe5f1;border-radius:12px;background:#f8fafc;text-align:center}.delivery-success-access-grid .access-code{border-color:#bfdbfe;background:#eff6ff}.delivery-success-access-grid small{display:block;color:#64748b;font-size:.56rem;font-weight:900;letter-spacing:.08em}.delivery-success-access-grid strong{display:block;margin-top:4px;color:#0f172a;font-size:.86rem;overflow-wrap:anywhere}.delivery-success-access-grid .access-code strong{font-size:1.2rem;letter-spacing:.1em;color:#1d4ed8}.delivery-success-access-note{display:grid;grid-template-columns:36px minmax(0,1fr);gap:9px;align-items:center;padding:11px;border:1px solid #fde68a;border-radius:12px;background:#fffbeb;color:#713f12}.delivery-success-access-note>.material-icons-round{width:36px;height:36px;border-radius:10px;background:#fef3c7;display:grid;place-items:center}.delivery-success-access-note p{margin:0;font-size:.66rem;line-height:1.45}.delivery-success-access-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.delivery-success-access-actions button,.delivery-success-access-actions a{min-height:40px;padding:0 12px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:.65rem;font-weight:850;text-decoration:none;cursor:pointer}.delivery-success-access-actions a{border-color:#bbf7d0;background:#ecfdf5;color:#047857}.delivery-success-access-actions .material-icons-round{font-size:17px}.delivery-success-access-link{display:block;text-align:center;color:#64748b;font-size:.57rem;overflow-wrap:anywhere}
@media(max-width:520px){.delivery-success-access-grid{grid-template-columns:1fr}.delivery-success-access-actions>*{flex:1}.tracking-access-code{margin-left:0;margin-top:5px}}

/* BLOCO 34A.1-R2 — credenciais protegidas na vistoria de coleta */
.collection-access-section{margin:22px 0 4px;padding:18px;border:1px solid #dbe7f5;border-radius:18px;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);box-shadow:0 10px 30px rgba(15,23,42,.05)}
.collection-access-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.collection-access-heading small{display:block;font-size:.58rem;font-weight:900;letter-spacing:.12em;color:#2563eb;margin-bottom:3px}.collection-access-heading h3{margin:0;font-size:1rem;color:#0f172a}.collection-access-heading p{margin:5px 0 0;color:#64748b;font-size:.72rem;line-height:1.45}.collection-access-heading>span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;padding:7px 9px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.62rem;font-weight:800}.collection-access-heading>span .material-icons-round{font-size:16px}
.collection-access-editor{display:grid;gap:12px}.collection-access-card{border:1px solid #dbe5f1;border-radius:15px;background:#fff;padding:14px}.collection-access-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.collection-access-card>header small{display:block;color:#64748b;font-size:.56rem;font-weight:900;letter-spacing:.09em}.collection-access-card>header strong{display:block;margin-top:3px;color:#0f172a;font-size:.82rem}.collection-access-secure{display:inline-flex;align-items:center;gap:4px;color:#047857;background:#ecfdf5;border-radius:999px;padding:6px 8px;font-size:.58rem;font-weight:900}.collection-access-secure .material-icons-round{font-size:15px}
.collection-access-types{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.collection-access-type{min-height:48px;border:1px solid #dbe5f1;border-radius:11px;background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;gap:5px;padding:7px 6px;font-size:.67rem;font-weight:800;cursor:pointer}.collection-access-type .material-icons-round{font-size:18px}.collection-access-type:hover{border-color:#93c5fd;background:#eff6ff}.collection-access-type.active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8;box-shadow:0 0 0 2px rgba(37,99,235,.08)}
.collection-access-detail{margin-top:11px}.collection-access-secret>span,.collection-pattern-head span{display:block;color:#334155;font-size:.68rem;font-weight:800;margin-bottom:6px}.collection-access-secret>div{display:flex;align-items:stretch}.collection-access-secret input{width:100%;border:1px solid #cbd5e1;border-radius:10px 0 0 10px;padding:11px 12px;font-size:.8rem;outline:none;background:#fff}.collection-access-secret input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.collection-access-secret button{width:44px;border:1px solid #cbd5e1;border-left:0;border-radius:0 10px 10px 0;background:#f8fafc;color:#475569;cursor:pointer}.collection-access-secret button .material-icons-round{font-size:19px}
.collection-access-status{display:flex;align-items:center;gap:8px;padding:10px 11px;border-radius:10px;background:#f0fdf4;color:#166534;font-size:.7rem;font-weight:700}.collection-access-status.neutral{background:#f8fafc;color:#64748b}.collection-access-status .material-icons-round{font-size:18px}
.collection-pattern-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:9px}.collection-pattern-head small{display:block;color:#64748b;font-size:.62rem;line-height:1.4}.collection-pattern-head button{border:0;background:#f1f5f9;color:#475569;border-radius:8px;padding:7px 9px;font-size:.62rem;font-weight:800;cursor:pointer}.collection-pattern-grid{width:min(230px,100%);aspect-ratio:1;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:20px;border-radius:16px;background:#f8fafc;touch-action:none;user-select:none}.collection-pattern-point{position:relative;border:0;border-radius:50%;background:#cbd5e1;aspect-ratio:1;color:#fff;font-size:.65rem;font-weight:900;cursor:pointer;box-shadow:0 0 0 8px #e2e8f0 inset}.collection-pattern-point.selected{background:#2563eb;box-shadow:0 0 0 7px #dbeafe inset}.collection-pattern-summary{text-align:center;margin-top:8px;color:#475569;font-size:.65rem;font-weight:700}.collection-access-privacy{display:flex;align-items:flex-start;gap:7px;margin:11px 2px 0;color:#64748b;font-size:.64rem;line-height:1.45}.collection-access-privacy .material-icons-round{font-size:17px;color:#2563eb}
@media(max-width:760px){.collection-access-section{padding:14px;margin-top:18px}.collection-access-heading{display:block}.collection-access-heading>span{margin-top:9px}.collection-access-types{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-access-type:last-child{grid-column:1/-1}.collection-pattern-grid{width:min(210px,100%);gap:18px;padding:18px}.collection-access-card>header{display:block}.collection-access-secure{margin-top:7px}}

/* BLOCO 34A.2-R1 — experiência cliente simplificada + white-label real */
.delivery-client-page{background:linear-gradient(180deg,#f8fafc 0,#f3f6fb 360px,#f3f6fb 100%)}
.delivery-client-page .client-app-header{height:66px;background:rgba(255,255,255,.96);box-shadow:0 1px 0 rgba(15,23,42,.04)}
.delivery-client-page .client-app-header-inner{width:min(1080px,calc(100% - 28px))}
.delivery-client-page .client-app-main{width:min(1080px,calc(100% - 28px));margin-top:20px}
.delivery-client-page .delivery-brand{gap:10px}
.delivery-client-page .delivery-brand .brand-symbol{width:42px;height:42px;flex-basis:42px;border-radius:12px}
.delivery-client-page .delivery-brand .brand-symbol.brand-placeholder{background:#e8eef6;color:#94a3b8;box-shadow:none;position:relative;overflow:hidden}
.delivery-client-page .delivery-brand .brand-symbol.brand-placeholder::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:clientBrandLoading 1.25s infinite}
@keyframes clientBrandLoading{to{transform:translateX(100%)}}
.delivery-client-page .delivery-brand .brand-symbol.has-logo{background:#fff;border:1px solid #dce5f0;box-shadow:0 8px 22px rgba(15,23,42,.08)}
.delivery-client-page .delivery-brand .brand-symbol.has-logo img{width:100%;height:100%;padding:4px;object-fit:contain;background:#fff}
.delivery-client-page .delivery-brand .brand-symbol.has-initials{background:linear-gradient(145deg,var(--d-primary),var(--d-secondary));box-shadow:0 9px 22px rgba(15,23,42,.13)}
.delivery-client-page .brand-initials{font-size:.78rem;font-weight:950;letter-spacing:.04em;color:#fff}
.delivery-client-page .brand-copy{min-width:0}
.delivery-client-page .brand-copy strong{max-width:min(48vw,360px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.88rem}
.delivery-client-page .brand-copy small{max-width:min(50vw,420px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.61rem}

.delivery-client-page .client-hero-card.client-hero-compact{padding:24px 26px;grid-template-columns:minmax(0,1fr) minmax(230px,320px);gap:22px;border-radius:22px;background:radial-gradient(circle at 92% 0,rgba(255,255,255,.12),transparent 35%),linear-gradient(145deg,var(--d-secondary),#102d52);box-shadow:0 22px 55px rgba(7,21,38,.14)}
.delivery-client-page .client-hero-card.client-hero-compact::after{width:300px;height:300px;right:-170px;bottom:-220px;background:color-mix(in srgb,var(--d-primary) 35%,transparent)}
.delivery-client-page .client-hero-compact h1{margin:8px 0 7px;font-size:clamp(1.55rem,3vw,2.55rem);letter-spacing:-.04em}
.delivery-client-page .client-hero-compact p{max-width:620px;font-size:.74rem;line-height:1.55}
.client-trust-inline{margin-top:13px;display:flex;gap:8px;flex-wrap:wrap}
.client-trust-inline span{display:inline-flex;align-items:center;gap:6px;color:#dbeafe;font-size:.59rem;font-weight:800}
.client-trust-inline i{font-size:16px;color:#93c5fd}
.client-hero-promise{position:relative;z-index:2;padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.075);display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px;backdrop-filter:blur(10px)}
.client-hero-promise>.material-icons-round{width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.12);display:grid;place-items:center;color:#bfdbfe;font-size:21px}
.client-hero-promise strong,.client-hero-promise small{display:block}
.client-hero-promise strong{font-size:.69rem;line-height:1.35}
.client-hero-promise small{margin-top:4px;color:#b9c9dc;font-size:.57rem;line-height:1.42}

.delivery-client-page .client-entry-choice{margin:14px 0;gap:9px}
.delivery-client-page .client-entry-choice button{min-height:64px;padding:11px 14px;border-radius:14px;box-shadow:0 7px 20px rgba(15,23,42,.035)}
.delivery-client-page .client-entry-choice .material-icons-round{width:36px;height:36px;border-radius:11px;font-size:20px}
.delivery-client-page .client-entry-choice strong{font-size:.7rem}
.delivery-client-page .client-entry-choice small{margin-top:3px;font-size:.56rem}
.delivery-client-page .client-card{margin-top:16px;padding:22px;border-radius:20px;box-shadow:0 12px 34px rgba(15,23,42,.045)}
.delivery-client-page .client-card-heading{margin-bottom:17px}
.delivery-client-page .client-card-heading>.material-icons-round{width:38px;height:38px;border-radius:12px;font-size:20px}
.delivery-client-page .client-card-heading h2{font-size:.9rem}
.delivery-client-page .client-card-heading p{font-size:.64rem;line-height:1.45}
.delivery-client-page .recovery-card{border-color:#cfe0f7}
.delivery-client-page .recovery-security-note{margin:12px 0;padding:11px 12px}
.delivery-client-page .recovery-security-note p{font-size:.6rem}

.delivery-client-page .client-status-hero{min-height:178px;padding:25px 28px;border-radius:22px;background:linear-gradient(145deg,var(--d-secondary),#102d52);box-shadow:0 22px 55px rgba(7,21,38,.14)}
.delivery-client-page .client-status-hero h1{margin:9px 0 7px;font-size:clamp(1.55rem,3vw,2.75rem);letter-spacing:-.045em}
.delivery-client-page .client-status-hero p{font-size:.73rem;line-height:1.55}
.delivery-client-page .tracking-protocol{min-width:190px;padding:16px;border-radius:15px}
.delivery-client-page .tracking-protocol strong{font-size:.95rem}
.client-next-action{margin-top:14px;padding:14px 15px;border:1px solid #bfdbfe;border-radius:17px;background:#fff;box-shadow:0 12px 30px rgba(37,99,235,.07);display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px}
.client-next-action.hidden{display:none!important}
.client-next-action-icon{width:42px;height:42px;border-radius:13px;background:#eff6ff;color:var(--d-primary);display:grid;place-items:center;font-size:21px}
.client-next-action small,.client-next-action strong,.client-next-action p{display:block;margin:0}
.client-next-action small{color:var(--d-primary);font-size:.51rem;font-weight:950;letter-spacing:.09em}
.client-next-action strong{margin-top:2px;font-size:.76rem}
.client-next-action p{margin-top:3px;color:#64748b;font-size:.61rem;line-height:1.42}
.client-next-action button{min-height:40px;padding:0 12px;border:0;border-radius:11px;background:var(--d-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.62rem;font-weight:900;cursor:pointer;white-space:nowrap}
.client-next-action button .material-icons-round{font-size:17px}
.delivery-client-page .live-route-card{margin-top:14px;border-radius:20px;box-shadow:0 15px 38px rgba(37,99,235,.075)}
.delivery-client-page .client-tracking-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:16px}
.delivery-client-page .timeline-step{min-height:58px}
.delivery-client-page .tracking-side-card{position:relative}
.client-service-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.client-service-shortcuts .secondary-action{position:relative;min-width:0;min-height:48px;padding:7px 8px;flex-direction:column;gap:3px;border-radius:11px;font-size:.57rem;line-height:1.15;text-align:center}
.client-service-shortcuts .secondary-action>.material-icons-round{font-size:19px;color:var(--d-primary)}
.client-service-shortcuts .secondary-action.needs-attention{border-color:#fbbf24;background:#fffbeb;color:#92400e}
.client-service-shortcuts .secondary-action.needs-attention>.material-icons-round{color:#d97706}
.client-service-shortcuts .secondary-action i{position:absolute;right:9px;top:8px;width:8px;height:8px;border-radius:50%;background:#ef4444;border:2px solid #fff}
.client-service-shortcuts .client-new-request-action{grid-column:1/-1;min-height:40px;flex-direction:row;color:#64748b}

.delivery-client-page .client-bottom-nav.client-bottom-nav-simple{width:min(390px,calc(100% - 24px));height:62px;grid-template-columns:repeat(3,1fr);border-radius:20px}
.delivery-client-page .client-bottom-nav.client-bottom-nav-simple button{border-radius:14px}
.delivery-client-page .client-bottom-nav.client-bottom-nav-simple button small{font-size:.55rem}
.delivery-client-page .client-bottom-nav.client-bottom-nav-simple button#btnBottomNewRequest{color:var(--d-primary)}
.delivery-client-page .client-bottom-nav.client-bottom-nav-simple button#btnBottomNewRequest .material-icons-round{font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 24}

@media(max-width:820px){
  .delivery-client-page .client-hero-card.client-hero-compact{grid-template-columns:1fr;padding:21px}
  .client-hero-promise{grid-template-columns:34px minmax(0,1fr);padding:12px}
  .client-hero-promise>.material-icons-round{width:34px;height:34px}
  .delivery-client-page .client-tracking-grid{grid-template-columns:1fr}
  .client-next-action{grid-template-columns:38px minmax(0,1fr)}
  .client-next-action-icon{width:38px;height:38px}
  .client-next-action button{grid-column:2;justify-self:start}
}
@media(max-width:620px){
  .delivery-client-page .client-app-header{height:62px}
  .delivery-client-page .client-app-header-inner,.delivery-client-page .client-app-main{width:calc(100% - 20px)}
  .delivery-client-page .delivery-brand .brand-symbol{width:38px;height:38px;flex-basis:38px}
  .delivery-client-page .brand-copy strong{max-width:42vw;font-size:.78rem}
  .delivery-client-page .brand-copy small{max-width:43vw;font-size:.54rem}
  .delivery-client-page .client-hero-card.client-hero-compact{padding:17px;border-radius:17px}
  .delivery-client-page .client-hero-compact h1{font-size:1.45rem}
  .client-trust-inline{gap:6px 12px}
  .client-hero-promise{margin-top:1px}
  .delivery-client-page .client-entry-choice{grid-template-columns:1fr 1fr;gap:7px}
  .delivery-client-page .client-entry-choice button{min-height:62px;padding:9px 10px;gap:8px}
  .delivery-client-page .client-entry-choice .material-icons-round{width:32px;height:32px;flex:0 0 32px}
  .delivery-client-page .client-entry-choice strong{font-size:.63rem}
  .delivery-client-page .client-entry-choice small{font-size:.51rem}
  .delivery-client-page .client-card{padding:17px;border-radius:17px}
  .delivery-client-page .client-status-hero{padding:19px;display:grid;gap:14px}
  .delivery-client-page .tracking-protocol{min-width:0;width:100%;padding:12px 14px}
  .client-next-action{padding:12px;grid-template-columns:36px minmax(0,1fr)}
  .client-next-action-icon{width:36px;height:36px}
  .client-next-action button{grid-column:1/-1;width:100%;min-height:42px}
  .client-service-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))}
  .client-service-shortcuts .secondary-action{font-size:.53rem;padding-inline:4px}
  .delivery-client-page .client-bottom-nav.client-bottom-nav-simple{bottom:10px;height:60px;width:calc(100% - 20px)}
  .delivery-client-page .request-stepper{top:68px}
}
@media(max-width:390px){
  .delivery-client-page .client-entry-choice{grid-template-columns:1fr}
  .delivery-client-page .client-entry-choice button{min-height:56px}
  .client-service-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .client-service-shortcuts .client-new-request-action{grid-column:1/-1}
}
