.city-service-types svg {
  grid-row: 1 / 3;
  width: 22px;
  height: 22px;
  color: var(--purple);
}

.city-service-types b {
  color: var(--ink);
  font-size: 15px;
}

.city-service-types span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.city-local-panel {
  padding: 30px;
  color: white;
  background: #12102b;
  border-radius: 8px;
}

.city-local-panel > span {
  color: #6bd8e7;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.city-local-panel h3 {
  margin: 12px 0;
  color: white;
  font-size: 28px;
}

.city-local-panel p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.city-local-panel a {
  display: inline-flex;
  gap: 10px;
  margin-top: 16px;
  color: white;
  font-weight: 900;
}

.city-vehicles {
  padding-top: 10px;
  padding-bottom: 78px;
}

.city-section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.city-section-heading h2 {
  margin: 16px 0 10px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
}

.city-section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.city-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.city-vehicle-grid article {
  display: grid;
  grid-template-rows: 170px auto;
  padding: 18px;
  background: white;
  border: 1px solid #dfe4f1;
  border-radius: 8px;
}

.city-vehicle-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.city-vehicle-grid article > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #edf0f6;
}

.city-vehicle-grid b {
  color: var(--ink);
  font-size: 18px;
}

.city-vehicle-grid span {
  color: var(--muted);
  font-size: 13px;
}

.city-nearby {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 10px;
  padding-bottom: 65px;
}

.city-nearby h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 40px);
}

.city-nearby > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.city-nearby a {
  padding: 11px 14px;
  color: var(--ink);
  background: white;
  border: 1px solid #dfe4f1;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.city-directory {
  display: grid;
  gap: 22px;
  padding-top: 28px;
  padding-bottom: 72px;
}

.city-directory-group {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  background: white;
  border: 1px solid #dfe4f1;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(30, 26, 67, 0.06);
}

.city-directory-group > header {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.city-directory-group header span:not(.city-card-icon) {
  color: var(--purple);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.city-directory-group h2 {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 26px;
}

.city-directory-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.city-directory-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 12px 14px;
  background: #f8f9fd;
  border: 1px solid #edf0f6;
  border-radius: 7px;
}

.city-directory-item > div:first-child span {
  color: var(--muted);
  font-size: 11px;
}

.city-directory-item h3 {
  margin: 3px 0 0;
  color: var(--ink);
  font-size: 17px;
}

.city-directory-item > div:last-child {
  display: flex;
  gap: 5px;
}

.city-directory-item a {
  padding: 8px 9px;
  color: var(--ink);
  background: white;
  border: 1px solid #dfe4f1;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
}

.city-directory-item a:last-child {
  color: white;
  background: var(--purple);
  border-color: var(--purple);
}

.coverage-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  padding-top: clamp(48px, 7vw, 90px);
  padding-bottom: clamp(48px, 7vw, 90px);
}

.coverage-copy h1 {
  max-width: 680px;
  margin: 18px 0;
  color: var(--ink);
  font-size: clamp(42px, 5.5vw, 74px);
  line-height: 0.98;
}

.coverage-copy > p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.7;
}

.coverage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.coverage-motion {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background: #11102b;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(30, 26, 67, 0.16);
}

.coverage-motion::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.coverage-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 48px 48px;
}

.coverage-route {
  position: absolute;
  z-index: 1;
  height: 3px;
  background: #6bd8e7;
  border-radius: 999px;
  transform-origin: left center;
  box-shadow: 0 0 18px rgba(107, 216, 231, 0.55);
}

.route-a {
  top: 39%;
  left: 24%;
  width: 52%;
  transform: rotate(-17deg);
}

.route-b {
  top: 48%;
  left: 23%;
  width: 51%;
  transform: rotate(23deg);
  background: #8c54ff;
}

.route-c {
  top: 61%;
  left: 37%;
  width: 34%;
  transform: rotate(-48deg);
}

.coverage-route::after {
  content: "";
  position: absolute;
  inset: -3px auto -3px 0;
  width: 70px;
  background: white;
  border-radius: inherit;
  filter: blur(2px);
  animation: routePulse 3.2s linear infinite;
}

.route-b::after {
  animation-delay: -1.1s;
}

.route-c::after {
  animation-delay: -2.2s;
}

.coverage-hub {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  color: white;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  backdrop-filter: blur(8px);
}

.coverage-hub svg {
  width: 17px;
  height: 17px;
  color: #6bd8e7;
}

.coverage-hub b {
  font-size: 13px;
}

.hub-flevoland {
  top: 19%;
  left: 10%;
}

.hub-noord-holland {
  top: 22%;
  right: 7%;
}

.hub-utrecht {
  right: 12%;
  bottom: 17%;
}

.coverage-center {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 142px;
  height: 142px;
  color: white;
  background: #19163c;
  border: 1px solid rgba(140, 84, 255, 0.55);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 14px rgba(140, 84, 255, 0.08), 0 20px 45px rgba(0,0,0,.25);
}

.coverage-center img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.coverage-center strong,
.coverage-center span {
  display: block;
}

.coverage-center strong {
  font-size: 18px;
}

.coverage-center span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.coverage-courier {
  position: absolute;
  z-index: 5;
  top: 35%;
  left: 24%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #11102b;
  background: #6bd8e7;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(107, 216, 231, 0.32);
  animation: courierMove 5s ease-in-out infinite;
}

.coverage-courier svg {
  width: 21px;
  height: 21px;
}

@keyframes routePulse {
  from { transform: translateX(-80px); opacity: 0; }
  18%, 78% { opacity: 0.9; }
  to { transform: translateX(calc(100% + 80px)); opacity: 0; }
}

@keyframes courierMove {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(245px, -70px); }
  66% { transform: translate(225px, 145px); }
}

@media (max-width: 980px) {
  .coverage-intro {
    grid-template-columns: 1fr;
  }

  .coverage-motion {
    min-height: 430px;
  }

  .cities-hero-v2,
  .city-hero-v2 {
    grid-template-columns: 1fr;
  }

  .cities-hero-image,
  .city-hero-image {
    min-height: 380px;
  }

  .city-directory-group {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .coverage-intro {
    width: calc(100% - 24px);
    gap: 30px;
    padding-top: 36px;
    padding-bottom: 52px;
  }

  .coverage-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .coverage-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .coverage-actions a {
    justify-content: center;
    width: 100%;
  }

  .coverage-motion {
    min-height: 370px;
  }

  .coverage-center {
    width: 116px;
    height: 116px;
  }

  .coverage-center img {
    width: 34px;
    height: 34px;
  }

  .coverage-hub {
    padding: 8px 9px;
  }

  .coverage-hub b {
    font-size: 11px;
  }

  .hub-flevoland {
    top: 12%;
    left: 6%;
  }

  .hub-noord-holland {
    top: 14%;
    right: 5%;
  }

  .hub-utrecht {
    right: 7%;
    bottom: 11%;
  }

  .coverage-courier {
    display: none;
  }

  .cities-hero-immersive {
    align-items: flex-end;
    width: calc(100% - 24px);
    min-height: 680px;
    margin-top: 12px;
    padding: 28px 22px 170px;
    border-radius: 8px;
  }

  .cities-hero-immersive::before {
    background: linear-gradient(180deg, rgba(7, 6, 27, 0.12) 0%, rgba(7, 6, 27, 0.72) 40%, rgba(7, 6, 27, 0.98) 72%);
  }

  .cities-hero-bg {
    object-position: 64% center;
  }

  .cities-hero-content {
    width: 100%;
    padding: 0;
  }

  .cities-hero-immersive h1 {
    font-size: clamp(52px, 16vw, 70px);
  }

  .cities-hero-immersive p {
    font-size: 17px;
  }

  .cities-hero-regions {
    right: 22px;
    bottom: 22px;
    left: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cities-hero-regions > div {
    padding: 14px 8px 0 0;
  }

  .cities-hero-regions strong {
    font-size: 22px;
  }

  .cities-hero-regions span {
    font-size: 10px;
    line-height: 1.35;
  }

  .cities-hero-v2 > div,
  .city-hero-copy {
    padding: 26px 22px 24px;
  }

  .cities-hero-image,
  .city-hero-image {
    min-height: 250px;
  }

  .city-hero-image figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 14px;
  }

  .city-hero-actions,
  .cities-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .city-hero-actions a,
  .cities-hero-actions a {
    justify-content: center;
    width: 100%;
  }

  .city-benefits {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
    margin-top: 12px;
  }

  .city-benefits article + article {
    border-top: 1px solid #e4e7f0;
    border-left: 0;
  }

  .city-content-v2,
  .city-service-types,
  .city-vehicle-grid,
  .city-directory-list {
    grid-template-columns: 1fr;
  }

  .city-content-v2 {
    gap: 26px;
    padding-block: 48px;
  }

  .city-service-types article {
    padding: 16px;
  }

  .city-vehicle-grid article {
    grid-template-rows: 130px auto;
  }

  .city-nearby {
    align-items: stretch;
    flex-direction: column;
  }

  .city-nearby > div:last-child {
    justify-content: flex-start;
  }

  .city-nearby a {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }

  .city-directory {
    width: calc(100% - 24px);
  }

  .city-directory-group {
    gap: 20px;
    padding: 20px;
  }

  .city-directory-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .city-directory-item > div:last-child,
  .city-directory-item a {
    width: 100%;
  }

  .city-directory-item a {
    text-align: center;
  }
}

.requests-list {
  display: grid;
  gap: 14px;
  max-height: 760px;
  overflow: auto;
}

.request-item {
  padding: 18px;
  background: #fbfcff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.request-item div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
}

.select-route {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--ink);
}

.request-item h3 {
  margin: 10px 0;
  color: var(--ink);
}

.request-item mark {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 10px;
  color: var(--purple);
  background: #f1ecff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.request-item p {
  margin: 8px 0;
  font-size: 13px;
}

.request-actions,
.courier-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.invoice-status {
  padding: 12px 14px;
  border: 1px solid #b8eadb;
  border-radius: 6px;
  background: #effbf7;
  color: #11765b;
}

.courier-pill {
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.courier-pill > div {
  display: grid;
  gap: 3px;
}

.courier-pill small {
  color: var(--muted);
}

.courier-pill mark {
  justify-self: start;
  padding: 5px 8px;
  border-radius: 999px;
  color: #16775d;
  background: #eaf9f4;
  font-size: 11px;
  font-weight: 800;
}

.courier-pill mark.inactive {
  color: #9b3b3b;
  background: #fff0f0;
}

.courier-account-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.admin-page .courier-pill {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
}

.admin-page .courier-account-info {
  display: grid;
  gap: 16px;
}

.admin-page .courier-account-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.admin-page .courier-account-heading > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.admin-page .courier-account-heading b {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.2;
}

.admin-page .courier-account-heading span {
  color: var(--muted);
  font-size: 13px;
}

.admin-page .courier-pill mark {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid #b9eadc;
  background: #effaf6;
}

.admin-page .courier-pill mark.inactive {
  border-color: #f0c8c8;
  background: #fff3f3;
}

.admin-page .courier-account-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.admin-page .courier-account-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #e5e8f2;
  border-radius: 8px;
  color: #555d75;
  background: #f8f9fc;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.admin-page .courier-account-meta svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  color: var(--purple);
}

.admin-page .courier-account-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid #e8eaf2;
}

.admin-page .courier-account-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 7px;
  font-size: 12px;
}

.admin-page .courier-account-actions svg {
  width: 16px;
  height: 16px;
}

.courier-active-toggle {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

@media (max-width: 720px) {
  .admin-page .courier-pill {
    gap: 14px;
    padding: 16px;
  }

  .admin-page .courier-account-meta {
    grid-template-columns: 1fr;
  }

  .admin-page .courier-account-actions {
    grid-template-columns: 1fr 1fr;
  }

  .admin-page .courier-account-actions .danger {
    grid-column: 1 / -1;
  }
}

.courier-active-toggle input {
  width: 20px !important;
  height: 20px !important;
  min-height: 0 !important;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 720px) {
  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .site-header {
    min-height: 62px;
    height: 62px;
    padding: 0 14px;
  }

  .logo img {
    width: 142px;
    height: auto;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .hero {
    min-height: 510px;
  }

  .hero-content {
    width: calc(100% - 32px);
    padding: 34px 0 104px;
  }

  .hero .eyebrow {
    margin-bottom: 12px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .hero h1 {
    max-width: 360px;
    margin-bottom: 8px;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 0.98;
  }

  .hero-trust-early {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin: 12px 0;
    font-size: 13px;
  }

  .hero-content > p {
    max-width: 390px;
    margin: 10px 0 14px;
    font-size: 14px;
    line-height: 1.48;
  }

  .checks {
    grid-template-columns: 1fr 1fr;
    gap: 7px 12px;
    margin: 12px 0 16px;
    font-size: 12px;
  }

  .hero-buttons {
    gap: 8px;
  }

  .hero-buttons a {
    min-height: 44px;
    padding-inline: 15px;
  }

  .hero-card {
    display: none;
  }

  .quote-panel {
    margin-top: 8px;
    padding: 16px 14px;
  }

  .quote-stepper {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 34px;
    margin-bottom: 16px;
    padding: 6px 8px;
  }

  .quote-stepper button {
    justify-content: center;
    min-height: 28px;
    padding: 0 5px;
    font-size: 12px;
  }

  .quote-stepper button span {
    display: none;
  }

  .quote-stepper i {
    width: 12px;
  }

  .quote-step h3 {
    margin-bottom: 5px;
    font-size: 23px;
  }

  .quote-step > p {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.45;
  }

  .quote-panel input,
  .quote-panel select {
    min-height: 48px;
    padding: 0 13px;
  }

  .quote-panel textarea {
    min-height: 82px;
    padding: 12px 13px;
  }

  .route-vehicle-choice {
    margin-top: 12px;
  }

  .route-vehicle-heading p {
    font-size: 12px;
  }

  .vehicle-grid {
    gap: 8px;
  }

  .vehicle-choice-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    min-height: 105px;
    padding: 10px 12px;
  }

  .vehicle-photo {
    height: 78px;
  }

  .vehicle-choice-card .vehicle-choice-copy b {
    font-size: 17px;
  }

  .vehicle-choice-card .vehicle-choice-copy span,
  .vehicle-choice-card .vehicle-choice-copy small {
    font-size: 12px;
  }

  .route-stops {
    margin-top: 14px;
    padding: 12px;
  }

  .route-stops-head {
    gap: 10px;
  }

  .route-stops-head span {
    font-size: 12px;
  }

  .speed-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .speed-choice-card {
    grid-template-columns: 38px 1fr;
    min-height: 72px;
    padding: 10px 42px 10px 12px;
  }

  .speed-choice-icon {
    width: 38px;
    height: 38px;
  }

  .planning-panel,
  .cargo-items-panel,
  .wizard-price {
    margin-top: 12px;
    padding: 14px;
  }

  .section {
    margin-top: 38px;
  }

  .section-intro {
    margin-bottom: 16px;
  }

  .section-intro h2,
  .why h2,
  .testimonials h2 {
    font-size: 27px;
    line-height: 1.08;
  }

  .solutions {
    padding-block: 26px;
  }

  .cards {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 2px 14px 12px;
    margin-inline: -14px;
  }

  .cards article {
    flex: 0 0 76vw;
    min-height: 0;
    padding: 16px;
    scroll-snap-align: start;
  }

  .cards article p {
    margin: 6px 0 10px;
    font-size: 13px;
  }

  .review-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .review-grid article {
    flex: 0 0 86%;
    min-height: 0;
    padding: 18px;
    scroll-snap-align: center;
  }

  .feature-mosaic {
    gap: 10px;
  }

  .phone-card {
    display: grid;
    grid-template-columns: 1fr 116px;
    align-items: center;
    min-height: 170px;
    padding: 18px;
  }

  .phone-card > img {
    width: 116px;
    height: 140px;
    margin: 0;
    object-fit: cover;
  }

  .mini-card,
  .operator-card {
    min-height: 110px;
    padding: 16px;
  }

  .operator-card {
    grid-template-columns: 44px 1fr 92px;
  }

  .operator-card img {
    position: static;
    width: 92px;
    height: 86px;
    object-fit: cover;
  }

  .parcel-card {
    grid-template-columns: 1fr 120px;
    gap: 12px;
    padding: 18px;
  }

  .parcel-photo-wrap {
    width: 120px;
    height: 105px;
  }

  .parcel-features {
    grid-column: 1 / -1;
    gap: 6px;
  }

  .parcel-features span {
    min-height: 34px;
    padding: 5px 9px;
    font-size: 11px;
  }

  .why {
    gap: 18px;
  }

  .why-copy,
  .why-media {
    padding: 0;
  }

  .why-media > img {
    height: 220px;
  }

  .home-faq {
    padding: 20px 14px;
  }

  .home-faq-grid {
    gap: 8px;
  }

  .home-faq-grid summary {
    min-height: 54px;
    padding: 13px 14px;
    font-size: 15px;
  }

  .home-faq-grid .faq-answer p {
    padding: 0 14px 14px;
    font-size: 13px;
    line-height: 1.5;
  }

  .cta {
    margin-bottom: 18px;
    padding: 20px 16px;
  }

  .site-footer {
    padding-bottom: 90px;
  }

  .whatsapp-float {
    display: none !important;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 1200;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 58px;
    padding: 5px;
    border: 1px solid rgba(213, 207, 238, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(19, 14, 54, 0.2);
    backdrop-filter: blur(16px);
  }

  .mobile-action-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    color: var(--ink);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-action-bar a:last-child {
    border-radius: 6px;
    background: var(--purple);
    color: white;
  }

  .mobile-action-bar svg {
    width: 18px;
    height: 18px;
  }
}

.request-actions select {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #dfe2ee;
  border-radius: 8px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.danger {
  min-height: 42px;
  padding: 0 16px;
  color: white;
  background: #db3b54;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
}

.danger:disabled,
.secondary:disabled,
.primary:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.dashboard-app {
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.dashboard-sidebar {
  position: sticky;
  top: 18px;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 84px);
  padding: 18px;
  background: #111329;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(17, 19, 41, 0.22);
}

.dashboard-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 18px;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 900;
}

.dashboard-brand img {
  width: 152px;
  padding: 8px 10px;
  background: white;
  border-radius: 10px;
}

.dashboard-brand span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  text-transform: uppercase;
}

.dashboard-menu {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.dashboard-menu button {
  min-height: 44px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  border: 0;
  border-radius: 10px;
  text-align: left;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
}

.dashboard-menu button:hover,
.dashboard-menu button.active {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.dashboard-menu button.active {
  box-shadow: inset 3px 0 0 var(--purple);
}

.dashboard-sidebar-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.dashboard-sidebar-actions a {
  padding: 12px 14px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
}

.dashboard-sidebar-actions button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.dashboard-sidebar-actions button:hover {
  background: rgba(255, 255, 255, 0.14);
}

.dashboard-sidebar-actions button svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.6;
}

.dashboard-workspace {
  min-width: 0;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 24px 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(140, 84, 255, 0.14), transparent 34%),
    white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(30, 26, 67, 0.06);
}

.dashboard-kicker {
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-header h1 {
  margin: 6px 0;
  color: var(--ink);
  font-size: 34px;
}

.dashboard-header p,
.admin-card-heading p,
.dashboard-view > .admin-card > p,
.admin-settings > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.dashboard-settings-form {
  display: contents;
}

.dashboard-view {
  animation: stepFade 0.18s ease;
}

.dashboard-view[hidden] {
  display: none;
}

.dashboard-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
}

.dashboard-stats {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dashboard-stats article {
  min-height: 118px;
  border-radius: 14px;
}

.dashboard-stats b {
  font-size: 26px;
}

.activity-list,
.courier-workload {
  display: grid;
  gap: 10px;
}

.activity-list article,
.courier-workload article,
.dispatch-note {
  padding: 14px;
  background: #fbfcff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.activity-list article {
  display: grid;
  gap: 3px;
}

.activity-list span,
.activity-list small,
.courier-workload small,
.dispatch-note span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.courier-workload article div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.courier-workload span {
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
}

.dispatch-board {
  grid-template-columns: 1fr;
  border-radius: 14px;
}

.dashboard-locations {
  padding-left: 0;
  border-left: 0;
}

.courier-list {
  display: grid;
  gap: 10px;
}

.courier-pill {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: #fbfcff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.courier-pill span {
  color: var(--muted);
  font-size: 13px;
}

.signature-preview {
  display: block;
  width: 180px;
  max-width: 100%;
  margin-top: 12px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.proof-list {
  margin-top: 12px;
  padding: 12px;
  background: #fbfcff;
  border: 1px solid rgba(132, 148, 178, 0.24);
  border-radius: 14px;
}

.proof-list summary {
  cursor: pointer;
  color: #3f22d6;
  font-weight: 900;
}

.proof-list article {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(132, 148, 178, 0.18);
}

.proof-list article > span {
  color: #68708a;
  font-size: 13px;
}

.proof-list article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-list img {
  max-width: 210px;
  max-height: 150px;
  object-fit: contain;
  background: white;
  border: 1px solid rgba(132, 148, 178, 0.22);
  border-radius: 10px;
}

.courier-route {
  background: white;
}

.courier-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.courier-detail-grid p {
  margin: 0;
  padding: 14px;
  background: #fbfcff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.courier-detail-grid b {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

.courier-detail-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.courier-stops {
  display: grid;
  gap: 10px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
  counter-reset: routeStop;
}

.courier-stops li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 14px;
  background: #fbf8ff;
  border: 1px solid #eadfff;
  border-radius: 8px;
}

.courier-stops b {
  color: var(--purple);
}

.courier-stops span {
  color: #354055;
  line-height: 1.45;
}

.delivery-box {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 16px;
  background: #fbfcff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.delivery-box[hidden] {
  display: none;
}

.delivery-box label {
  display: grid;
  gap: 8px;
  color: #535870;
  font-size: 12px;
  font-weight: 900;
}

.delivery-box input {
  height: 44px;
  padding: 0 12px;
  color: var(--ink);
  border: 1px solid #dfe2ee;
  border-radius: 8px;
  font: inherit;
}

.delivery-box canvas {
  width: 100%;
  height: 180px;
  background: white;
  border: 1px dashed #cfd5e3;
  border-radius: 8px;
  touch-action: none;
}

.request-edit-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(8, 9, 26, 0.58);
  backdrop-filter: blur(8px);
}

.request-edit-modal[hidden] {
  display: none;
}

.request-edit-panel {
  width: min(940px, 100%);
  max-height: calc(100dvh - 44px);
  overflow: auto;
  padding: 26px;
  background: white;
  border: 1px solid #e1e5f1;
  border-radius: 20px;
  box-shadow: 0 30px 90px rgba(8, 9, 26, 0.28);
}

.request-edit-panel > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.request-edit-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
}

.request-edit-panel p {
  margin: 7px 0 0;
  color: #687087;
}

.request-edit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.request-edit-grid label {
  display: grid;
  gap: 7px;
  color: #687087;
  font-size: 13px;
  font-weight: 900;
}

.request-edit-grid .wide {
  grid-column: 1 / -1;
}

.request-edit-grid input,
.request-edit-grid select,
.request-edit-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfcff;
  border: 1px solid #dfe4f1;
  border-radius: 12px;
  font: inherit;
  font-weight: 800;
}

.request-edit-grid textarea {
  min-height: 96px;
  resize: vertical;
}

.request-edit-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.status-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(8, 9, 26, 0.58);
  backdrop-filter: blur(10px);
}

.status-modal[hidden] {
  display: none;
}

.status-modal-panel {
  position: relative;
  display: grid;
  gap: 14px;
  width: min(620px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 28px;
  background: white;
  border: 1px solid rgba(132, 148, 178, 0.28);
  border-radius: 20px;
  box-shadow: 0 30px 90px rgba(8, 9, 26, 0.28);
}

.status-modal-panel h2,
.status-modal-panel p {
  margin: 0;
}

.status-modal-panel h2 {
  color: #0e1029;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1;
}

.status-modal-panel p {
  color: #68708a;
}

.status-modal-panel label {
  display: grid;
  gap: 8px;
  color: #535870;
  font-size: 13px;
  font-weight: 900;
}

.status-modal-panel input {
  min-height: 48px;
  padding: 0 14px;
  color: #172036;
  background: #fbfcff;
  border: 1px solid #dfe2ee;
  border-radius: 12px;
  font: inherit;
}

.status-modal-panel input[type="file"] {
  min-height: auto;
  padding: 12px;
}

.status-modal-panel canvas {
  width: 100%;
  height: 220px;
  background:
    linear-gradient(90deg, rgba(14, 16, 41, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(14, 16, 41, 0.04) 1px, transparent 1px),
    white;
  background-size: 26px 26px;
  border: 1px dashed #cfd5e3;
  border-radius: 14px;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  overscroll-behavior: contain;
}

.signature-help {
  margin-top: -6px;
  color: #7b8399;
  font-size: 12px;
  font-weight: 800;
}

.status-modal-actions {
  position: sticky;
  bottom: -28px;
  z-index: 2;
  margin: 4px -28px -28px;
  padding: 14px 28px calc(14px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), #fff 34%);
  border-top: 1px solid #e7ebf4;
}

.status-modal-panel.is-saving {
  cursor: wait;
}

.status-modal-panel.is-saving button[type="submit"] {
  opacity: 0.72;
}

.status-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  color: #172036;
  background: #f4f6fb;
  border: 1px solid rgba(132, 148, 178, 0.28);
  border-radius: 999px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

body.status-modal-open {
  overflow: hidden;
}

.admin-page {
  background:
    radial-gradient(circle at 12% 0, rgba(110, 225, 235, 0.16), transparent 28%),
    radial-gradient(circle at 100% 4%, rgba(130, 75, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef2fa 100%);
}

.admin-shell {
  width: min(1480px, calc(100% - 28px));
}

.admin-login {
  position: relative;
  overflow: hidden;
  border-color: rgba(132, 95, 255, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(132, 95, 255, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 80px rgba(23, 30, 58, 0.12);
  backdrop-filter: blur(16px);
}

.admin-login::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #66d8e8, #7c4dff, #3a28df);
}

.admin-login h1 {
  font-size: 42px;
  line-height: 1;
}

.admin-login input,
.admin-settings input,
.admin-settings select,
.admin-settings textarea,
.request-actions select,
.dispatch-controls select,
.delivery-box input {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.admin-login input:focus,
.admin-settings input:focus,
.admin-settings select:focus,
.admin-settings textarea:focus,
.request-actions select:focus,
.dispatch-controls select:focus,
.delivery-box input:focus {
  outline: 0;
  border-color: #8257ff;
  box-shadow: 0 0 0 4px rgba(130, 87, 255, 0.14);
}

.primary,
.secondary,
.danger,
.dashboard-menu button,
.dashboard-sidebar-actions a,
.dashboard-mobile-toggle {
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.primary:hover,
.secondary:hover,
.danger:hover,
.dashboard-sidebar-actions a:hover {
  transform: translateY(-2px);
}

.primary {
  box-shadow: 0 14px 30px rgba(112, 62, 255, 0.22);
}

.primary:hover {
  box-shadow: 0 18px 44px rgba(112, 62, 255, 0.30);
}

.secondary {
  color: #172036;
  border-color: rgba(122, 132, 158, 0.26);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(23, 30, 58, 0.08);
}

.admin-page .secondary,
.admin-page button.secondary,
.admin-page a.secondary,
.admin-page .request-actions .secondary,
.admin-page .courier-actions .secondary,
.admin-page .dispatch-controls .secondary {
  color: #172036;
  background: #ffffff;
  border: 1px solid rgba(101, 113, 140, 0.34);
  box-shadow: 0 10px 24px rgba(23, 30, 58, 0.08);
}

.admin-page .secondary:hover,
.admin-page button.secondary:hover,
.admin-page a.secondary:hover {
  color: #3f22d6;
  border-color: rgba(124, 77, 255, 0.45);
  background: #f8f5ff;
}

.admin-page .primary,
.admin-page button.primary,
.admin-page a.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #9357ff, #5b2fe9);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.admin-page .danger,
.admin-page button.danger {
  color: #ffffff;
  background: #db3b54;
  border: 1px solid rgba(219, 59, 84, 0.28);
}

.admin-page .dashboard-actions .secondary,
.admin-page .admin-card-heading .secondary {
  min-width: 132px;
}

.tap-feedback {
  transform: translateY(1px) scale(0.98) !important;
}

.dashboard-app {
  gap: 26px;
}

.dashboard-sidebar {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 0, rgba(129, 84, 255, 0.34), transparent 36%),
    linear-gradient(180deg, #111329 0%, #08091a 100%);
}

.dashboard-brand {
  border-bottom-color: rgba(255, 255, 255, 0.10);
}

.dashboard-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dashboard-menu button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  transition: background 160ms ease, box-shadow 160ms ease;
}

.dashboard-menu button:hover,
.dashboard-menu button.active {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(3px);
}

.dashboard-menu button.active::before {
  background: #66d8e8;
  box-shadow: 0 0 0 6px rgba(102, 216, 232, 0.12);
}

.dashboard-header,
.admin-card,
.dashboard-stats article,
.dispatch-board {
  border-color: rgba(132, 148, 178, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 60px rgba(23, 30, 58, 0.08);
  backdrop-filter: blur(14px);
}

.dashboard-header {
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.dashboard-header::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #66d8e8, #7c4dff);
  opacity: 0.72;
}

.dashboard-header h1 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.98;
}

.dashboard-mobile-toggle {
  display: none;
  min-height: 42px;
  padding: 0 16px;
  color: #0e1029;
  background: white;
  border: 1px solid rgba(132, 148, 178, 0.30);
  border-radius: 999px;
  font-weight: 900;
}

.dashboard-stats article,
.courier-summary-grid article {
  position: relative;
  overflow: hidden;
}

.dashboard-stats article::after,
.courier-summary-grid article::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(124, 77, 255, 0.10);
}

.request-item,
.activity-list article,
.courier-workload article,
.courier-pill,
.live-locations article {
  border-color: rgba(132, 148, 178, 0.20);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.request-item:hover,
.activity-list article:hover,
.courier-workload article:hover,
.courier-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 77, 255, 0.24);
  box-shadow: 0 16px 40px rgba(23, 30, 58, 0.08);
}

.request-item mark,
.status-chip {
  text-transform: capitalize;
}

.courier-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.courier-summary-grid article {
  min-height: 124px;
  padding: 22px;
  border: 1px solid rgba(132, 148, 178, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 60px rgba(23, 30, 58, 0.08);
}

.courier-summary-grid span {
  color: #6a728b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.courier-summary-grid b {
  display: block;
  margin-top: 10px;
  color: #0e1029;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.courier-routes-card .requests-list {
  max-height: none;
}

.courier-route {
  border-left: 5px solid #7c4dff;
}

.courier-route > div:first-child span,
.request-item > div:first-child span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #14745d;
  background: #e4f9ef;
  font-weight: 900;
}

.courier-detail-grid p,
.courier-stops li,
.delivery-box {
  border-radius: 14px;
}

.delivery-box canvas {
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(14, 16, 41, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(14, 16, 41, 0.04) 1px, transparent 1px),
    white;
  background-size: 26px 26px;
}

.empty-state {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 220px;
  padding: 28px;
  text-align: center;
  color: #6a728b;
  background: linear-gradient(135deg, #ffffff, #f5fbff);
  border: 1px dashed rgba(124, 77, 255, 0.28);
  border-radius: 18px;
}

.empty-state b {
  color: #0e1029;
  font-size: 24px;
}

.admin-request-section,
.courier-route-section {
  display: grid;
  gap: 14px;
}

.admin-request-section + .admin-request-section,
.courier-route-section + .courier-route-section {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(132, 148, 178, 0.22);
}

.route-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.route-section-heading > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.route-section-heading h3 {
  margin: 0;
  color: #0e1029;
  font-size: 22px;
}

.route-section-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 32px;
  padding: 0 10px;
  color: #5b2fe9;
  background: #f0ebff;
  border-radius: 999px;
  font-weight: 900;
}

.map-route-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  color: #3f22d6;
  background: #f7f3ff;
  border: 1px solid rgba(124, 77, 255, 0.24);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.map-route-link:hover {
  color: white;
  background: linear-gradient(135deg, #9357ff, #5b2fe9);
  border-color: transparent;
  transform: translateY(-1px);
}

.request-item > .map-route-link,
.courier-route > .map-route-link {
  margin: 4px 0 10px;
}

.dashboard-date-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
  padding: 10px;
  background: rgba(246, 248, 255, 0.84);
  border: 1px solid rgba(132, 148, 178, 0.22);
  border-radius: 16px;
}

.dashboard-date-filter button,
.dashboard-date-filter label {
  min-height: 42px;
  border-radius: 12px;
  font: inherit;
  font-weight: 900;
}

.dashboard-date-filter button {
  padding: 0 16px;
  color: #414a62;
  background: white;
  border: 1px solid rgba(132, 148, 178, 0.28);
  cursor: pointer;
}

.dashboard-date-filter button:hover,
.dashboard-date-filter button.active {
  color: white;
  background: linear-gradient(135deg, #9357ff, #5b2fe9);
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(112, 62, 255, 0.20);
}

.dashboard-date-filter label {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 0 10px 0 14px;
  color: #535870;
  background: white;
  border: 1px solid rgba(132, 148, 178, 0.28);
}

.dashboard-date-filter input {
  min-height: 32px;
  color: #172036;
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 900;
}

.dashboard-date-filter input:focus {
  outline: 0;
}
