:root{--bg:#eef2f7;--card:#fff;--text:#14213d;--muted:#667085;--blue:#0f62fe;--line:#dce3ec;--green:#0f9d67;--warn:#b45309}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:13px}header{padding:14px 22px;background:linear-gradient(135deg,#0d1b34,#173f7a);color:#fff;display:flex;justify-content:space-between;align-items:center}header span{font-size:10px;font-weight:800;letter-spacing:1.4px;color:#8bb5ff}header h1{margin:3px 0;font-size:23px}header p{margin:0;color:#c8d5ea;font-size:13px}.header-actions{display:flex;gap:7px;align-items:center}.header-btn,header button{background:#fff;color:#173f7a;border:0;border-radius:8px;padding:9px 12px;font-weight:800;cursor:pointer;font-size:12px}.header-btn.secondary{background:#dce9ff}button{border:0;border-radius:8px;padding:9px 12px;font-weight:800;cursor:pointer}main{padding:12px 16px}.panel,.cards article{background:var(--card);border:1px solid var(--line);border-radius:11px;box-shadow:0 5px 16px #1f3b6d0d}.controls{display:grid;grid-template-columns:1.35fr .55fr .95fr .7fr .65fr .58fr .58fr .62fr auto;gap:8px;padding:10px;align-items:end}.controls div{display:flex;flex-direction:column;gap:4px}label{font-size:10px;font-weight:800;color:#596579}input,select{width:100%;padding:8px 9px;border:1px solid #cfd8e5;border-radius:7px;background:#fff;font-size:12px}.controls button{background:var(--blue);color:#fff;height:34px}.notice{padding:7px 11px;margin-top:8px;font-size:11px;color:#475467}.notice.silverio{border-left:4px solid var(--green);background:#f0fdf4}.cards{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin:8px 0}.cards article{padding:10px 12px}.cards small{color:var(--muted);font-weight:700;font-size:10px}.cards strong{display:block;font-size:20px;margin-top:3px}.grid{display:grid;grid-template-columns:365px 1fr;gap:9px;height:440px}.grid aside{padding:10px;overflow:auto}.aside-title{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.grid h2,.tabela h2{margin:0;font-size:16px}.grid p,.tabela p{color:var(--muted);font-size:10px;margin:4px 0}.drag-tip{font-size:9px;background:#eef4ff;color:#174ea6;padding:4px 7px;border-radius:99px;white-space:nowrap}.roteiro-title{padding:8px 9px;background:#eaf2ff;border-radius:8px;margin:6px 0;font-size:12px}.coleta{border:1px solid var(--line);border-radius:9px;margin:7px 0;overflow:hidden;background:#fff}.coleta.over{outline:2px dashed var(--blue);outline-offset:2px}.coleta.invalid{border-color:#ef4444}.coleta-head{padding:8px 9px;background:#f7faff;display:flex;justify-content:space-between;gap:8px}.coleta-head b{font-size:12px}.meta{font-size:9px;color:var(--muted);margin-top:3px;line-height:1.35}.capacity{font-size:9px;font-weight:800;padding:3px 6px;border-radius:99px;background:#e8f7ef;color:#126b46;height:max-content}.capacity.warn{background:#fff1f2;color:#b42318}.pedido-drag{padding:7px 8px;border-top:1px solid #edf1f6;display:grid;grid-template-columns:21px 1fr auto;gap:7px;cursor:grab;background:#fff}.pedido-drag:active{cursor:grabbing}.pedido-drag.dragging{opacity:.35}.n{width:20px;height:20px;border-radius:50%;background:#e8effc;display:grid;place-items:center;font-size:9px;font-weight:800}.pedido-drag b{font-size:11px}.pedido-drag small{display:block;color:var(--muted);margin-top:2px;font-size:9px}.plates-pill{font-size:9px;font-weight:800;color:#475467;white-space:nowrap}#map{height:100%;overflow:hidden}.tabela{margin-top:9px;padding:10px}.top{display:flex;justify-content:space-between;align-items:center;gap:12px}.top input{max-width:300px}.wrap{overflow:auto;max-height:280px;margin-top:8px}table{border-collapse:collapse;width:100%;font-size:10px}th{position:sticky;top:0;background:#f7f9fc;padding:7px;text-align:left;border-bottom:1px solid var(--line)}td{padding:7px;border-bottom:1px solid #edf1f5}.plate-input{width:64px;padding:5px 6px;text-align:center}.descarga{display:inline-block;padding:3px 6px;border-radius:999px;font-size:9px;font-weight:800;white-space:nowrap}.descarga.com{background:#dcfce7;color:#166534}.descarga.sem{background:#fee2e2;color:#991b1b}.report{margin-bottom:8px;padding:9px 12px;border-left:4px solid #10b981}.report.hidden,.hidden{display:none!important}.report h3{margin:0 0 5px;font-size:14px}.report-grid{display:flex;gap:14px;flex-wrap:wrap;font-size:10px}.report-grid b{font-size:14px;display:block}.loading{position:fixed;inset:0;background:#0d1b3488;z-index:10000;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;gap:12px}.spinner{width:38px;height:38px;border:4px solid #ffffff55;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#toast{position:fixed;right:16px;bottom:16px;background:#15223b;color:#fff;padding:10px 13px;border-radius:8px;opacity:0;transition:.2s;z-index:9999;font-size:12px}#toast.show{opacity:1}@media(max-width:1250px){.controls{grid-template-columns:repeat(5,1fr)}.cards{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.grid{grid-template-columns:1fr;height:auto}.grid aside{height:360px}#map{height:390px}.controls{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){header{align-items:flex-start;gap:10px;flex-direction:column}.header-actions{flex-wrap:wrap}.controls{grid-template-columns:1fr 1fr}.cards{grid-template-columns:1fr 1fr}.top{align-items:flex-start;flex-direction:column}.top input{max-width:none}}