.data-store-page {
  background: #f4f8fc;
}
.data-store {
  color: #10284b;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
.data-store *,
.data-store *::before,
.data-store *::after {
  box-sizing: border-box;
}
.data-store h1,
.data-store h2,
.data-store h3,
.data-store p,
.data-store figure {
  margin: 0;
}
.data-store a {
  color: inherit;
  text-decoration: none;
}
.data-store button,
.data-store input {
  font: inherit;
}
.data-store button {
  cursor: pointer;
}
.data-store [hidden] {
  display: none !important;
}
.data-store a:focus-visible,
.data-store button:focus-visible,
.data-store input:focus-visible {
  outline: 3px solid #68a8ff;
  outline-offset: 4px;
}
.data-wrap {
  width: 91%;
  max-width: 1440px;
  margin: 0 auto;
}
.data-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  padding: 94px 0 67px;
  background: radial-gradient(ellipse at 50% 40%, white 20%, #f9fcff 60%, #d7ecff 110%);
}
.data-hero::before,
.data-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 80%;
  height: 300px;
  bottom: -200px;
  border-radius: 50%;
  pointer-events: none;
}
.data-hero::before {
  background: linear-gradient(180deg, #cbe5ff99, #ecf7ff);
  right: -22%;
  transform: rotate(-29deg);
  height: 430px;
  bottom: -255px;
}
.data-hero::after {
  left: -35%;
  background: linear-gradient(180deg, #e6f5ff, #c8e5fc77);
  transform: rotate(24deg);
  height: 420px;
}
.data-hero-orb {
  position: absolute;
  z-index: -1;
  width: 120px;
  height: 120px;
  right: 7%;
  top: 90px;
  border-radius: 50%;
  background: radial-gradient(circle at 25% 25%, #f9fdff, #c3e3ff);
  opacity: 0.75;
}
.data-hero h1 {
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.4;
  font-weight: 700;
  color: #071b3d;
  letter-spacing: -1px;
}
.data-hero h2 {
  margin-top: 21px;
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 600;
  letter-spacing: 2px;
}
.data-hero h2 span {
  padding: 0 15px;
}
.data-hero p {
  margin-top: 19px;
  color: #71819a;
  font-size: 17px;
}
.data-hero-actions {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-top: 34px;
}
.data-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 29px;
  border: 1px solid #87b8ff;
  color: #0869f9 !important;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.2s, box-shadow 0.2s;
}
.data-button.primary {
  background: #0869f9;
  border-color: #0869f9;
  color: #fff !important;
}
.data-button:hover {
  box-shadow: 0 4px 14px #0869f922;
  background: #eaf3ff;
}
.data-button.primary:hover {
  background: #0057d8;
}
.data-catalog {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 28px;
  padding: 30px 0 55px;
  scroll-margin-top: 95px;
}
.data-sidebar {
  align-self: start;
  background: #fff;
  border-radius: 12px;
  padding: 22px 21px;
  border: 1px solid #f0f4fa;
}
.data-filter-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.data-filter-heading h2 {
  font-size: 18px;
  font-weight: 700;
}
.data-filter-heading button {
  color: #3384e8;
  background: none;
  border: 0;
  font-size: 13px;
  padding: 4px;
}
.data-sidebar fieldset {
  padding: 0 0 22px;
  margin: 0 0 20px;
  border: 0;
  border-bottom: 1px solid #e9eef6;
}
.data-sidebar legend {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
}
.data-sidebar label {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  color: #718097;
  font-size: 14px;
  padding: 4px 0;
}
.data-sidebar input {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid #cbdbef;
  border-radius: 4px;
  flex: 0 0 16px;
  background: #fff;
  cursor: pointer;
}
.data-sidebar input:checked {
  background: #0869f9;
  border-color: #0869f9;
}
.data-sidebar input:checked::after {
  content: "✓";
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
}
.data-custom {
  padding: 19px 15px 15px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(130deg, #103454, #084c89);
  box-shadow: 0 5px 15px #1237591a;
}
.data-custom h3 {
  font-size: 16px;
  font-weight: 600;
}
.data-custom p {
  color: #c8d9ef;
  font-size: 12px;
  line-height: 1.95;
  margin: 10px 0 16px;
}
.data-custom a {
  background: #fff;
  border-radius: 6px;
  display: block;
  color: #123d6d;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 4px;
}
.data-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 23px;
}
.data-search {
  display: flex;
  align-items: center;
  flex: 1;
  height: 50px;
  background: #fff;
  border: 1px solid #cbdcf5;
  border-radius: 9px;
  overflow: hidden;
}
.data-search label {
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.data-search i {
  font-size: 24px;
  color: #546378;
}
.data-search input {
  border: 0;
  background: transparent;
  padding: 10px 12px;
  min-width: 0;
  width: 100%;
  color: #10284b;
  font-size: 15px;
}
.data-search input::placeholder {
  color: #95a0b0;
}
.data-search:focus-within {
  border-color: #68a8ff;
  box-shadow: 0 0 0 3px #0869f91a;
}
.data-store .data-search input:focus-visible {
  outline: none;
}
.data-store .data-search button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -5px;
}
.data-search button {
  border: 0;
  background: #0869f9;
  color: #fff;
  height: 100%;
  padding: 0 33px;
  white-space: nowrap;
  font-size: 15px;
}
.data-search button:hover {
  background: #0057d8;
}
.data-count {
  white-space: nowrap;
  color: #718099;
  font-size: 15px;
}
.data-count strong {
  font-size: 25px;
  padding: 0 3px;
  color: #10284b;
}
.data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px 20px;
}
.data-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 13px #3c679d0c;
  border: 1px solid #edf3fa;
  transition: transform 0.2s, box-shadow 0.2s;
}
.data-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 9px 25px #396fb121;
}
.data-card-link {
  display: block;
  height: 100%;
}
.data-photo {
  aspect-ratio: 257 / 139;
  background-image: url('../images/store/task-reference.jpg');
  background-size: 494.163% 1404.317%;
  background-repeat: no-repeat;
  background-color: #dce8f3;
}
.photo-0 {
  background-position: 28.134% 36.569%;
}
.photo-1 {
  background-position: 60.217% 36.569%;
}
.photo-2 {
  background-position: 92.201% 36.569%;
}
.photo-3 {
  background-position: 28.134% 54.936%;
}
.photo-4 {
  background-position: 60.217% 54.936%;
}
.photo-5 {
  background-position: 92.201% 54.936%;
}
.photo-6 {
  background-position: 28.134% 73.359%;
}
.photo-7 {
  background-position: 60.217% 73.359%;
}
.photo-8 {
  background-position: 92.201% 73.359%;
}
.data-card-media {
  position: relative;
}
.data-task-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: #71819a;
  font-size: 15px;
  margin-bottom: 16px;
}
.data-cover {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #dce8f3;
}
.data-task-level {
  position: absolute;
  right: 12px;
  bottom: 9px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 1px 5px #10284b99;
  pointer-events: none;
}
.data-task-label {
  position: absolute;
  top: 8px;
  left: 8px;
  max-width: calc(100% - 16px);
  padding: 4px 12px;
  border-radius: 30px;
  background: #103454;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  pointer-events: none;
}
.data-preview > .data-task-label {
  top: 23px;
  left: 23px;
  font-size: 14px;
}
.data-card-copy {
  padding: 13px 15px 15px;
}
.data-card h3 {
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}
.data-card p {
  color: #7f8ba0;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 6px;
  min-height: 44px;
}
.data-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.data-tags span {
  color: #458de3;
  border: 1px solid #9bc7ff;
  border-radius: 30px;
  padding: 2px 11px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  background: linear-gradient(#fff, #f3f8ff);
}
.data-empty {
  border: 1px dashed #bdcfe6;
  padding: 65px 20px;
  text-align: center;
  border-radius: 10px;
  background: white;
}
.data-empty h3 {
  font-size: 22px;
}
.data-empty p {
  color: #718099;
  margin: 14px 0 24px;
}
.data-detail {
  padding-top: 35px;
  padding-bottom: 65px;
}
.data-breadcrumb {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  color: #738096;
  font-size: 17px;
}
.data-breadcrumb nav {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.data-back {
  padding: 8px 17px;
  border: 1px solid #d3e3fb;
  border-radius: 7px;
  background: #f4f9ff;
  color: #7293c1 !important;
  white-space: nowrap;
  font-size: 14px;
}
.data-back span {
  font-size: 21px;
  padding-right: 9px;
}
.data-detail-body {
  max-width: 1040px;
  margin: 0 auto;
}
.data-preview {
  position: relative;
  background: #fff;
  border: 1px solid #e7f0fd;
  border-radius: 12px;
  box-shadow: 0 5px 25px #4677b51c;
  padding: 13px;
  overflow: hidden;
}
.data-task-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #101820;
  border-radius: 4px;
}
.data-preview .data-photo {
  border-radius: 3px;
}
.data-preview .photo-detail {
  aspect-ratio: 1012 / 530;
  background-image: url('../images/store/detail-reference.jpg');
  background-size: 151.778% 306.604%;
  background-position: 50% 18.265%;
}
.data-preview figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  height: 55px;
  width: 260px;
  display: flex;
  align-items: center;
  padding: 0 23px;
  background: #172430;
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
}
.data-description {
  margin-top: 34px;
  padding: 28px;
  background: white;
  border-radius: 12px;
  border: 1px solid #eaf1fa;
  box-shadow: 0 5px 22px #4677b512;
}
.data-description h1 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.5;
}
.data-description p {
  color: #778294;
  font-size: 17px;
  line-height: 1.9;
  margin-top: 15px;
}
.data-description .data-tags {
  margin-top: 19px;
  gap: 15px;
}
.data-description .data-tags span {
  font-size: 16px;
  padding: 5px 22px;
}
.data-missing {
  text-align: center;
  padding: 140px 0;
}
.data-missing p {
  margin: 20px 0;
  color: #778294;
}
.data-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
@media (min-width: 1201px) {
  .data-store {
    padding-top: var(--top);
  }
}
@media (max-width: 1150px) {
  .data-catalog {
    grid-template-columns: 195px minmax(0, 1fr);
    gap: 20px;
  }
  .data-sidebar {
    padding: 19px 15px;
  }
  .data-grid {
    gap: 16px;
  }
  .data-card-copy {
    padding: 12px;
  }
  .data-card h3 {
    font-size: 15px;
  }
  .data-card p {
    min-height: 66px;
  }
  .data-hero {
    padding: 70px 0 55px;
  }
  .data-hero p {
    font-size: 15px;
  }
}
@media (max-width: 900px) {
  .data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .data-toolbar {
    gap: 15px;
  }
  .data-search button {
    padding: 0 20px;
  }
  .data-count {
    font-size: 12px;
  }
  .data-card p {
    min-height: 44px;
  }
}
@media (max-width: 650px) {
  .data-hero {
    padding: 48px 0 42px;
  }
  .data-hero h1 {
    font-size: 29px;
    letter-spacing: 0;
  }
  .data-hero h2 {
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 17px;
  }
  .data-hero h2 span {
    padding: 0 7px;
  }
  .data-hero p {
    font-size: 13px;
    margin-top: 15px;
  }
  .data-hero-orb {
    width: 75px;
    height: 75px;
    top: 30px;
    right: -20px;
  }
  .data-hero-actions {
    gap: 12px;
    margin-top: 25px;
  }
  .data-button {
    font-size: 13px;
    padding: 10px 19px;
    min-height: 43px;
  }
  .data-catalog {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
  .data-sidebar {
    padding: 17px;
  }
  .data-filter-heading {
    margin-bottom: 12px;
  }
  .data-sidebar fieldset {
    display: flex;
    gap: 7px 16px;
    flex-wrap: wrap;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .data-sidebar label {
    font-size: 12px;
  }
  .data-sidebar legend {
    font-size: 13px;
  }
  .data-sidebar fieldset:last-of-type {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
  }
  .data-custom {
    margin-top: 16px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .data-custom h3 {
    font-size: 13px;
  }
  .data-custom p {
    display: none;
  }
  .data-custom a {
    margin-left: auto;
    padding: 7px 9px;
    font-size: 12px;
  }
  .data-toolbar {
    margin-bottom: 16px;
    gap: 10px;
  }
  .data-search {
    height: 44px;
  }
  .data-search label {
    padding-left: 10px;
  }
  .data-search input {
    font-size: 12px;
    padding: 10px 7px;
  }
  .data-search button {
    font-size: 12px;
    padding: 0 14px;
  }
  .data-count strong {
    font-size: 20px;
  }
  .data-grid {
    gap: 15px 12px;
  }
  .data-card h3 {
    font-size: 14px;
  }
  .data-task-label {
    top: 6px;
    left: 6px;
    padding: 3px 7px;
    font-size: 10px;
  }
  .data-preview > .data-task-label {
    top: 14px;
    left: 14px;
    font-size: 11px;
  }
  .data-card p {
    font-size: 12px;
    min-height: 80px;
  }
  .data-tags {
    gap: 5px;
  }
  .data-tags span {
    padding: 2px 7px;
    font-size: 10px;
  }
  .data-detail {
    padding-top: 22px;
    padding-bottom: 35px;
  }
  .data-breadcrumb {
    font-size: 12px;
    margin-bottom: 22px;
    gap: 10px;
  }
  .data-back {
    font-size: 12px;
    padding: 5px 10px;
  }
  .data-back span {
    padding-right: 4px;
  }
  .data-preview {
    padding: 7px;
    border-radius: 8px;
  }
  .data-preview figcaption {
    left: 13px;
    bottom: 11px;
    height: 25px;
    width: 105px;
    font-size: 10px;
    padding: 0 12px;
  }
  .data-description {
    padding: 20px;
    margin-top: 22px;
  }
  .data-description h1 {
    font-size: 21px;
  }
  .data-description p {
    font-size: 14px;
  }
  .data-description .data-tags span {
    font-size: 12px;
    padding: 4px 15px;
  }
}
@media (max-width: 380px) {
  .data-grid {
    grid-template-columns: 1fr;
  }
  .data-card p {
    min-height: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .data-store * {
    transition: none !important;
  }
}
