/* Order-center composition: one page title, compact metrics, one data surface. */
.oc-page {
  gap: 14px;
}

.oc-hero {
  align-items: center;
  min-height: 116px;
  padding: 22px 26px;
  border-color: #1d3956;
  border-radius: 17px;
  background: linear-gradient(125deg, #11243a 0%, #18334f 72%, #142b43 100%);
  box-shadow: 0 14px 34px rgb(13 31 51 / 13%);
}

.oc-hero::before {
  right: -56px;
  top: -126px;
  width: 280px;
  height: 280px;
  border-width: 42px;
  border-color: rgb(115 162 219 / 8%);
}

.oc-hero::after {
  right: 175px;
  bottom: -82px;
  width: 150px;
  height: 150px;
  border-radius: 40px;
  background: rgb(21 148 125 / 8%);
}

.oc-hero-copy {
  display: grid;
  gap: 8px;
  max-width: 900px;
}

.oc-hero .oc-kicker {
  color: #f3f7fb;
  font-size: 12px;
  letter-spacing: .04em;
}

.oc-hero .oc-kicker small {
  margin-left: 10px;
  color: #83adf6;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.oc-hero-title-visually-hidden {
  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;
}

.oc-hero p {
  max-width: 780px;
  color: #b6c4d2;
  line-height: 1.6;
}

.oc-hero-tags {
  gap: 7px;
  margin-top: 1px;
}

.oc-hero-tags span {
  padding: 4px 8px;
  border-color: rgb(183 207 232 / 14%);
  background: rgb(255 255 255 / 6%);
  color: #c7d4e1;
  font-size: 10px;
}

.oc-hero-tags span::before {
  width: 5px;
  height: 5px;
  background: #44c6a5;
}

.oc-hero-mark {
  width: 48px;
  height: 48px;
  border-color: rgb(190 215 249 / 18%);
  border-radius: 14px;
  background: rgb(255 255 255 / 8%);
  box-shadow: none;
  font-size: 19px;
}

.oc-page .oc-stats {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.oc-stat {
  align-items: center;
  gap: 11px;
  min-height: 86px;
  padding: 14px 16px;
  border-color: #dce5ee;
  border-radius: 14px;
  box-shadow: 0 7px 20px rgb(38 74 124 / 3.5%);
}

.oc-stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 12px;
}

.oc-stat strong {
  margin-top: 4px;
  font-size: 22px;
}

.oc-stat-amounts {
  gap: 3px;
  margin-top: 4px;
}

.oc-boundary {
  gap: 0;
  padding: 0;
  border-color: #dce5ee;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 6px 18px rgb(38 74 124 / 2.5%);
}

.oc-boundary article {
  align-items: center;
  padding: 12px 15px;
}

.oc-boundary article + article {
  border-left: 1px solid #e7edf3;
}

.oc-boundary i {
  width: 24px;
  height: 24px;
  border-radius: 7px;
}

.oc-boundary span {
  margin-top: 2px;
  line-height: 1.45;
}

.oc-directory {
  border-color: #d8e2eb;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgb(36 75 125 / 4.5%);
}

.oc-directory-head {
  align-items: center;
  padding: 17px 22px 15px;
}

.oc-directory-head h3 {
  margin: 3px 0 2px;
  font-size: 17px;
}

.oc-page .order-center-filter {
  padding: 17px 22px 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.oc-page .order-filter-grid {
  gap: 11px 13px;
}

.oc-page .order-filter-actions {
  margin-top: 13px;
  padding-top: 12px;
}

.oc-page .order-center-table th {
  background: #f3f6f9 !important;
}

@media (max-width: 1280px) {
  .oc-page .oc-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .oc-page .oc-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oc-boundary article + article {
    border-top: 1px solid #e7edf3;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .oc-hero {
    padding: 20px;
  }

  .oc-hero .oc-kicker small {
    display: block;
    margin: 4px 0 0;
  }

  .oc-page .oc-stats {
    grid-template-columns: 1fr;
  }

  .oc-stat {
    min-height: 78px;
  }

  .oc-boundary article {
    padding: 11px 13px;
  }
}
