@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Orbitron:wght@600;800&display=swap');.ccb-project-1231 .ccb-lab {
  font-family: 'Share Tech Mono', monospace;
  background: #0d0f10;
  color: #d4d8d6;
  overflow-x: hidden;
  min-height: 100vh;
}.ccb-project-1231 .ccb-lab-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  background: #0d0f10;
  padding: 50px 24px 40px;
  text-align: center;
  box-sizing: border-box;
}.ccb-project-1231 .ccb-lab-hazard {
  height: 10px;
  max-width: 480px;
  margin: 0 auto 20px;
  background: repeating-linear-gradient(
    45deg,
    #f4a300,
    #f4a300 14px,
    #111 14px,
    #111 28px
  );
}.ccb-project-1231 .ccb-lab-hero .ccb-lab-hazard:last-child {
  margin: 20px auto 0;
}.ccb-project-1231 .ccb-lab-eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  color: #f4a300;
  margin: 0 0 10px;
}.ccb-project-1231 .ccb-lab-title {
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 7vw, 4.5rem);
  letter-spacing: 4px;
  margin: 0;
  color: #eef1f0;
  text-shadow: 0 0 18px rgba(244, 163, 0, 0.35);
}.ccb-project-1231 .ccb-lab-body {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 24px;
  box-sizing: border-box;
}.ccb-project-1231 .ccb-lab-filters {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #9aa3a0;
}.ccb-project-1231 .ccb-lab-filters select {
  background: #16191a;
  border: 1px solid #f4a300;
  color: #eef1f0;
  padding: 8px 14px;
  font-family: 'Share Tech Mono', monospace;
  letter-spacing: 1px;
  cursor: pointer;
}.ccb-project-1231 .ccb-lab-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  min-height: 400px;
}.ccb-project-1231 .ccb-lab-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 0;
  color: #6b7280;
  letter-spacing: 1px;
}.ccb-project-1231 .ccb-lab-card {
  position: relative;
  background: #16191a;
  border: 1px solid #2a2f2e;
  padding: 18px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}.ccb-project-1231 .ccb-lab-card:hover {
  border-color: #f4a300;
  box-shadow: 0 0 16px rgba(244, 163, 0, 0.2);
}.ccb-project-1231 .ccb-lab-card::before, .ccb-project-1231 .ccb-lab-card::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #f4a300;
  opacity: 0.7;
}.ccb-project-1231 .ccb-lab-card::before { top: -1px; left: -1px; border-right: none; border-bottom: none; }.ccb-project-1231 .ccb-lab-card::after { bottom: -1px; right: -1px; border-left: none; border-top: none; }.ccb-project-1231 .ccb-lab-card-img-wrap {
  position: relative;
  background: #0d0f10;
  border: 1px solid #2a2f2e;
  margin-bottom: 14px;
}.ccb-project-1231 .ccb-lab-card-img-wrap img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  display: block;
  filter: grayscale(15%) contrast(1.05);
}.ccb-project-1231 .ccb-lab-onsale {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #f4a300;
  color: #111;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 8px;
}.ccb-project-1231 .ccb-lab-card-sku {
  font-size: 10px;
  color: #6b7280;
  letter-spacing: 1px;
  margin: 0 0 4px;
}.ccb-project-1231 .ccb-lab-card-title {
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #eef1f0;
  margin: 0 0 8px;
  text-decoration: none;
  display: block;
}.ccb-project-1231 .ccb-lab-card-price {
  color: #f4a300;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
}.ccb-project-1231 .ccb-lab-card-price del {
  color: #6b7280;
  font-weight: 400;
  margin-right: 6px;
}.ccb-project-1231 .ccb-lab-card-btn {
  margin-top: auto;
  background: transparent;
  color: #f4a300;
  border: 1px solid #f4a300;
  padding: 10px;
  font-family: 'Share Tech Mono', monospace;
  letter-spacing: 1px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: background 0.15s ease, color 0.15s ease;
}.ccb-project-1231 .ccb-lab-card-btn:hover {
  background: #f4a300;
  color: #111;
}.ccb-project-1231 .ccb-lab-card-btn:disabled {
  opacity: 0.4;
  cursor: default;
  border-color: #6b7280;
  color: #6b7280;
}@media (max-width: 980px) {.ccb-project-1231 .ccb-lab-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (max-width: 560px) {.ccb-project-1231 .ccb-lab-grid {
    grid-template-columns: 1fr;
  }
}