body.bloem-gallery-page {
  background:
    radial-gradient(circle at 12% 6%, rgba(122, 26, 38, 0.12), transparent 35%),
    radial-gradient(circle at 87% 4%, rgba(211, 162, 36, 0.14), transparent 32%),
    #f7f1e9;
  color: #2b2120;
}

body.bloem-gallery-page .hero {
  padding-bottom: 22px;
  color: #fff;
  background:
    linear-gradient(120deg, #6f1924, #a63a30),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 10px,
      rgba(0, 0, 0, 0.06) 10px,
      rgba(0, 0, 0, 0.06) 20px
    );
  border-bottom: 4px solid #d3a224;
}

body.bloem-gallery-page .hero-subtitle {
  margin: 10px 0 0;
  color: #fff1df;
  font-size: 1rem;
}

body.bloem-gallery-page .gallery-main {
  width: min(1120px, calc(100% - 20px));
  margin: 16px auto 24px;
  display: grid;
  gap: 14px;
}

body.bloem-gallery-page .card {
  background: #fffdf9;
  border: 1px solid #e6d8c5;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(53, 31, 27, 0.08);
  padding: 16px;
  text-align: left;
}

body.bloem-gallery-page h2 {
  margin: 0 0 10px;
  color: #6f1924;
}

body.bloem-gallery-page .gallery-intro ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

body.bloem-gallery-page .cta-line {
  margin-top: 12px;
  font-weight: 600;
}

body.bloem-gallery-page .cta-line a {
  color: #6f1924;
}

body.bloem-gallery-page .gallery-controls {
  display: grid;
  gap: 10px;
}

body.bloem-gallery-page #artSearch {
  border: 1px solid #d7c6aa;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.95rem;
  background: #fffcf5;
}

body.bloem-gallery-page #artSearch:focus,
body.bloem-gallery-page .artist-upload input:focus,
body.bloem-gallery-page .artist-upload select:focus,
body.bloem-gallery-page .artist-upload button:focus,
body.bloem-gallery-page .filter-btn:focus,
body.bloem-gallery-page .buy-btn:focus {
  outline: 2px solid #d3a224;
  outline-offset: 2px;
}

body.bloem-gallery-page .filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.bloem-gallery-page .filter-btn {
  border: 1px solid #7e2731;
  background: #7a1a26;
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 600;
}

body.bloem-gallery-page .filter-btn:hover,
body.bloem-gallery-page .filter-btn.active {
  background: #5f131d;
  border-color: #d3a224;
}

body.bloem-gallery-page .count-pill {
  margin: 0;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #e2c680;
  background: #fff2d8;
  color: #6d4c0e;
  font-weight: 700;
  font-size: 0.86rem;
}

body.bloem-gallery-page .artist-upload form {
  display: grid;
  gap: 8px;
}

body.bloem-gallery-page .artist-upload label {
  font-weight: 600;
  color: #4e1a1f;
}

body.bloem-gallery-page .artist-upload input,
body.bloem-gallery-page .artist-upload select,
body.bloem-gallery-page .artist-upload button {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #d9c7ab;
  padding: 10px;
  font-size: 0.95rem;
  background: #fffcf5;
}

body.bloem-gallery-page .artist-upload button {
  background: linear-gradient(135deg, #7a1a26, #a23830);
  color: #fff;
  border: none;
  font-weight: 700;
  cursor: pointer;
}

body.bloem-gallery-page .artist-upload button:hover {
  background: linear-gradient(135deg, #5d141d, #8f2f28);
}

body.bloem-gallery-page .art-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

body.bloem-gallery-page .art-card {
  border: 1px solid #e6d8c5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 16px rgba(53, 31, 27, 0.08);
  display: flex;
  flex-direction: column;
}

body.bloem-gallery-page .art-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  background: #f1e9dc;
}

body.bloem-gallery-page .art-meta {
  padding: 10px;
  text-align: left;
}

body.bloem-gallery-page .art-meta h3 {
  margin: 0;
  font-size: 1rem;
  color: #5f171f;
}

body.bloem-gallery-page .art-meta p {
  margin: 6px 0;
  font-size: 0.9rem;
}

body.bloem-gallery-page .art-price {
  color: #4a6516;
  font-weight: 700;
}

body.bloem-gallery-page .buy-btn {
  border: 1px solid #2f7c30;
  background: #38893a;
  color: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 700;
  cursor: pointer;
}

body.bloem-gallery-page .buy-btn:hover {
  background: #2a6a2c;
}

body.bloem-gallery-page .add-cart-btn {
  border: 1px solid #824f1f;
  background: #9f652a;
  color: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 700;
  cursor: pointer;
  margin-right: 6px;
}

body.bloem-gallery-page .add-cart-btn:hover {
  background: #7e4f1f;
}

body.bloem-gallery-page .art-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

body.bloem-gallery-page .badge {
  display: inline-block;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.8rem;
  font-weight: 700;
  border: 1px solid transparent;
}

body.bloem-gallery-page .badge.approved {
  background: #e7f8eb;
  color: #1e6f2f;
  border-color: #88d39a;
}

body.bloem-gallery-page .badge.pending {
  background: #fff7e9;
  color: #7b580a;
  border-color: #e7c67b;
}

body.bloem-gallery-page .badge.rejected {
  background: #ffecec;
  color: #842929;
  border-color: #ebb1b1;
}

body.bloem-gallery-page .badge.neutral {
  background: #f4efe8;
  color: #5c5045;
  border-color: #ddd0c0;
}

body.bloem-gallery-page .verification {
  margin-top: 0;
}

body.bloem-gallery-page .cart-list,
body.bloem-gallery-page .moderation-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: grid;
  gap: 8px;
}

body.bloem-gallery-page .cart-item,
body.bloem-gallery-page .moderation-item {
  border: 1px solid #e3d5c2;
  border-radius: 10px;
  padding: 10px;
  display: grid;
  gap: 8px;
}

body.bloem-gallery-page .cart-item-head,
body.bloem-gallery-page .moderation-item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

body.bloem-gallery-page .remove-cart-btn,
body.bloem-gallery-page .admin-btn {
  border: 1px solid #615046;
  background: #5d4a3f;
  color: #fff;
  border-radius: 8px;
  padding: 7px 10px;
  font-weight: 700;
  cursor: pointer;
}

body.bloem-gallery-page .admin-btn.approve {
  border-color: #2b7c2d;
  background: #2f9231;
}

body.bloem-gallery-page .admin-btn.remove {
  border-color: #983d3d;
  background: #b34747;
}

body.bloem-gallery-page .remove-cart-btn:hover,
body.bloem-gallery-page .admin-btn:hover {
  filter: brightness(0.95);
}

body.bloem-gallery-page #checkoutForm {
  display: grid;
  gap: 8px;
}

body.bloem-gallery-page #checkoutForm input,
body.bloem-gallery-page #checkoutForm select,
body.bloem-gallery-page #checkoutForm textarea,
body.bloem-gallery-page #checkoutForm button {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #d9c7ab;
  padding: 10px;
  font-size: 0.95rem;
  background: #fffcf5;
}

body.bloem-gallery-page #checkoutForm button {
  border: none;
  background: linear-gradient(135deg, #7a1a26, #a23830);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

body.bloem-gallery-page #checkoutForm button:hover {
  background: linear-gradient(135deg, #5d141d, #8f2f28);
}

body.bloem-gallery-page .status {
  min-height: 1.2em;
  color: #4f403d;
  font-weight: 600;
}

@media (max-width: 640px) {
  body.bloem-gallery-page .gallery-main {
    width: calc(100% - 12px);
    margin: 10px auto 16px;
  }

  body.bloem-gallery-page .card {
    padding: 12px;
  }
}
