.store-shell {
  padding-top: 1rem;
}

.store-list-section {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

.store-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eef2f7;
}

.store-section-header h1 {
  margin: 0 0 0.35rem;
  color: #1e293b;
  font-size: 1.8rem;
  font-weight: 800;
}

.store-section-header p {
  margin: 0;
  color: #64748b;
}

.store-section-summary {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.store-section-summary span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
}

.store-feature-tags {
  gap: 0.8rem;
}

.store-feature-tag {
  gap: 0.45rem;
  padding: 0.52rem 0.95rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.store-feature-tag i {
  font-size: 0.95rem;
  line-height: 1;
}

.store-feature-tag-safe {
  background: linear-gradient(135deg, #ecfdf3 0%, #d1fae5 100%);
  border-color: #a7f3d0;
  color: #047857;
}

.store-feature-tag-private {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.store-feature-tag-brand {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border-color: #fed7aa;
  color: #c2410c;
}

.store-feature-tag-manage {
  background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
  border-color: #e9d5ff;
  color: #7e22ce;
}

.store-grid {
  margin-bottom: 0.5rem;
}

.store-domain-card {
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe7f3;
  border-radius: 24px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  position: relative;
}

.store-domain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.store-card-frame {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 248px;
  height: 100%;
  padding: 1.75rem;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 1) 100%);
}

.store-sale-badge {
  position: absolute;
  top: 16px;
  right: -36px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 34px;
  background: #ef4444;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(45deg);
  transform-origin: center;
  /* box-shadow: 0 10px 24px rgba(239, 68, 68, 0.28); */
}

.store-card-title {
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0;
  word-break: break-all;
  line-height: 1.15;
  max-width: 92%;
}

.store-domain-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.25rem;
  margin-top: 2rem;
}

.store-price-block {
  display: inline-flex;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
  flex-shrink: 0;
  padding: 0.72rem 0.98rem;
  border-radius: 16px;
  background: rgba(13, 110, 253, 0.08);
  border: 1px solid rgba(13, 110, 253, 0.12);
}

.store-price {
  color: #0d6efd;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.store-original-price {
  color: #94a3b8;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  white-space: nowrap;
}

.store-buy-btn {
  min-width: 156px;
  min-height: 52px;
  padding: 0.78rem 1.25rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.22);
}

.payment-methods .list-group-item {
  cursor: pointer;
}

.payment-methods img {
  object-fit: contain;
}

.store-result-card {
  background: rgba(13, 110, 253, 0.05);
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 0.75rem;
}

.store-result-card #resultDomainName {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
  word-break: break-all;
}

.store-result-card #resultOrderNo {
  font-size: 0.88rem;
  font-weight: 400;
  color: #64748b;
  line-height: 1.5;
  word-break: break-all;
}

[data-bs-theme="dark"] .store-list-section,
[data-bs-theme="dark"] .store-domain-card {
  background: #1f2733;
  border-color: #334155;
}

[data-bs-theme="dark"] .store-card-frame {
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(31, 39, 51, 0.98) 0%, rgba(27, 35, 46, 1) 100%);
}

[data-bs-theme="dark"] .store-section-header {
  border-bottom-color: #334155;
}

[data-bs-theme="dark"] .store-section-header h1,
[data-bs-theme="dark"] .store-card-title {
  color: #e2e8f0;
}

[data-bs-theme="dark"] .store-section-header p {
  color: #9aa8bb;
}

[data-bs-theme="dark"] .store-section-summary span {
  background: #263141;
  border-color: #334155;
  color: #cbd5e1;
}

[data-bs-theme="dark"] .store-feature-tag-safe {
  background: rgba(16, 185, 129, 0.16);
  border-color: rgba(52, 211, 153, 0.3);
  color: #86efac;
}

[data-bs-theme="dark"] .store-feature-tag-private {
  background: rgba(59, 130, 246, 0.16);
  border-color: rgba(96, 165, 250, 0.3);
  color: #93c5fd;
}

[data-bs-theme="dark"] .store-feature-tag-brand {
  background: rgba(249, 115, 22, 0.16);
  border-color: rgba(251, 146, 60, 0.3);
  color: #fdba74;
}

[data-bs-theme="dark"] .store-feature-tag-manage {
  background: rgba(168, 85, 247, 0.16);
  border-color: rgba(192, 132, 252, 0.3);
  color: #d8b4fe;
}

[data-bs-theme="dark"] .store-price-block {
  background: rgba(96, 165, 250, 0.12);
  border-color: rgba(96, 165, 250, 0.18);
}

[data-bs-theme="dark"] .store-original-price {
  color: #94a3b8;
}

[data-bs-theme="dark"] .store-result-card {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(147, 197, 253, 0.18);
}

[data-bs-theme="dark"] .store-result-card #resultDomainName {
  color: #e2e8f0;
}

[data-bs-theme="dark"] .store-result-card #resultOrderNo {
  color: #94a3b8;
}

@media (max-width: 991.98px) {
  .store-section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .store-section-summary {
    justify-content: flex-start;
  }

  .store-domain-footer {
    justify-content: space-between;
  }

  .store-card-frame {
    min-height: 228px;
  }
}

@media (max-width: 576px) {
  .store-list-section {
    padding: 1rem;
  }

  .store-card-frame {
    padding: 1rem;
  }

  .store-sale-badge {
    top: 14px;
    right: -40px;
    width: 126px;
    height: 32px;
    font-size: 0.76rem;
  }

  .store-section-header h1 {
    font-size: 1.45rem;
  }

  .store-card-title {
    font-size: 1.58rem;
    max-width: 100%;
  }

  .store-price {
    font-size: 1.25rem;
  }

  .store-domain-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    margin-top: 1.2rem;
  }

  .store-buy-btn {
    width: 100%;
    box-shadow: none;
  }
}
