/* GIM_PREMIUM_ROUTE_MAP_PANELS_V1 */
.gim-route-panel-v1{
  max-width:1180px;
  margin:22px auto;
  padding:0 18px;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.gim-route-card-v1{
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(245,158,11,.28);
  background:
    radial-gradient(circle at 15% 8%, rgba(245,158,11,.18), transparent 34%),
    radial-gradient(circle at 90% 0%, rgba(59,130,246,.16), transparent 32%),
    linear-gradient(135deg,#06162f 0%,#0f274d 48%,#020617 100%);
  color:#fff;
  box-shadow:0 28px 80px rgba(2,6,23,.24);
}
.gim-route-head-v1{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:24px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.gim-route-kicker-v1{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  border:1px solid rgba(245,158,11,.35);
  background:rgba(245,158,11,.12);
  color:#fbbf24;
  padding:7px 11px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gim-route-title-v1{
  margin:10px 0 0;
  font-size:clamp(22px,3vw,36px);
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.04em;
}
.gim-route-sub-v1{
  margin:10px 0 0;
  max-width:760px;
  color:rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.6;
}
.gim-route-refresh-v1{
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.08);
  color:#fff;
  border-radius:16px;
  padding:11px 14px;
  font-weight:900;
  cursor:pointer;
}
.gim-route-refresh-v1:hover{background:rgba(255,255,255,.14)}
.gim-route-grid-v1{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:18px;
  padding:22px;
}
.gim-route-map-v1{
  position:relative;
  min-height:360px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.055) 1px, transparent 1px),
    radial-gradient(circle at 25% 30%, rgba(34,197,94,.22), transparent 16%),
    radial-gradient(circle at 70% 60%, rgba(59,130,246,.24), transparent 19%),
    linear-gradient(135deg, rgba(15,23,42,.92), rgba(2,6,23,.82));
  background-size:44px 44px,44px 44px,auto,auto,auto;
}
.gim-route-map-v1:before{
  content:"";
  position:absolute;
  inset:36px 44px;
  border:2px dashed rgba(245,158,11,.36);
  border-radius:35% 52% 38% 48%;
  transform:rotate(-8deg);
}
.gim-route-pin-v1{
  position:absolute;
  transform:translate(-50%,-50%);
  width:42px;
  height:42px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-weight:950;
  color:#06162f;
  background:#fbbf24;
  border:3px solid rgba(255,255,255,.88);
  box-shadow:0 16px 36px rgba(0,0,0,.38);
}
.gim-route-pin-v1.driver{background:#60a5fa;color:#fff}
.gim-route-pin-v1.drop{background:#22c55e;color:#052e16}
.gim-route-pin-v1.pick{background:#fbbf24;color:#06162f}
.gim-route-map-label-v1{
  position:absolute;
  left:18px;
  bottom:18px;
  right:18px;
  border-radius:20px;
  background:rgba(2,6,23,.72);
  border:1px solid rgba(255,255,255,.12);
  padding:14px;
  color:rgba(255,255,255,.82);
  font-size:13px;
  line-height:1.45;
  backdrop-filter:blur(12px);
}
.gim-route-side-v1{
  display:grid;
  gap:12px;
  align-content:start;
}
.gim-route-stat-v1{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.08);
  padding:16px;
}
.gim-route-stat-v1 b{
  display:block;
  color:#fff;
  font-size:20px;
  letter-spacing:-.02em;
}
.gim-route-stat-v1 span{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.66);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.gim-route-list-v1{
  padding:0 22px 22px;
  display:grid;
  gap:12px;
}
.gim-route-row-v1{
  display:grid;
  gap:8px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.075);
  padding:15px;
}
.gim-route-row-v1 strong{
  color:#fff;
  font-size:14px;
}
.gim-route-row-v1 small{
  color:rgba(255,255,255,.68);
  font-size:12px;
  line-height:1.45;
}
.gim-route-actions-v1{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.gim-route-actions-v1 a,
.gim-route-actions-v1 button{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.09);
  color:#fff;
  border-radius:13px;
  padding:9px 11px;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}
.gim-route-actions-v1 a.primary{
  background:#f59e0b;
  color:#06162f;
}
.gim-route-empty-v1{
  padding:22px;
  color:rgba(255,255,255,.76);
}
.gim-route-error-v1{
  margin:22px;
  border-radius:20px;
  border:1px solid rgba(248,113,113,.35);
  background:rgba(127,29,29,.32);
  color:#fecaca;
  padding:15px;
  font-weight:800;
}
@media(max-width:920px){
  .gim-route-grid-v1{grid-template-columns:1fr}
  .gim-route-head-v1{flex-direction:column}
  .gim-route-map-v1{min-height:280px}
}

/* GIM_DRIVER_PER_JOB_ACTION_BUTTONS_V1 */
.gim-driver-job-actions-v1{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(15,23,42,.10);
}
.gim-driver-job-actions-v1 button{
  border:0;
  border-radius:999px;
  padding:10px 12px;
  font-weight:950;
  cursor:pointer;
  background:#06162f;
  color:#fff;
  margin:4px 6px 4px 0;
}
.gim-driver-job-actions-v1 button:first-child{
  background:linear-gradient(135deg,#f97316,#f59e0b);
  color:#111827;
}
.gim-driver-job-actions-v1 button.danger{
  background:#dc2626;
  color:#fff;
}
