/** Shopify CDN: Minification failed

Line 465:0 Expected "}" to go with "{"

**/
/* ============================================================
   GCA AI PANEL — CARD COLLECTOR / TECH MODE (Black + Neon Green)
   ============================================================ */

/* WRAPPER */
.gca-ai-wrapper {
  background: #060606;
  padding: 40px 0;
  color: #d9ffd9;
  font-family: 'Inter', sans-serif;
}

/* MAIN CONTAINER */
.gca-ai-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 28px;
  background: #0d0d0d;
  border-radius: 16px;
  border: 1px solid #0f3b0f;
  box-shadow: 0 0 25px rgba(0, 255, 100, 0.15), 0 0 10px rgba(0, 255, 80, 0.1);
}

/* TITLE */
.gca-ai-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 800;
  color: #00ff7f;
  text-shadow: 0 0 8px rgba(0, 255, 120, 0.7);
}

/* FORM BASE */
.gca-ai-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gca-ai-form label {
  font-weight: 600;
  margin-bottom: 3px;
  color: #9dfdbe;
}

/* INPUTS & SELECTS */
.gca-ai-form input,
.gca-ai-form select {
  background: #0e0e0e;
  border: 1px solid #1b6f3b;
  color: #c2ffc2;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 15px;
  transition: 0.2s ease;
}

.gca-ai-form input::placeholder {
  color: #4fa96b;
}

.gca-ai-form input:focus,
.gca-ai-form select:focus {
  border-color: #00ff7f;
  box-shadow: 0 0 8px rgba(0,255,150,0.4);
  outline: none;
}

/* PRIMARY BUTTON — NEON */
.gca-ai-btn-primary {
  background: #00ff7f;
  color: #001b0d;
  padding: 14px;
  font-weight: 800;
  font-size: 17px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  margin-top: 12px;
  transition: 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gca-ai-btn-primary:hover {
  background: #52ffa7;
  box-shadow: 0 0 14px rgba(0,255,140,0.6);
}

/* SECONDARY BUTTON */
.gca-ai-btn-secondary {
  background: #111;
  color: #00ff7f;
  padding: 14px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #0f5f3f;
  display: inline-block;
  transition: 0.25s ease;
}

.gca-ai-btn-secondary:hover {
  background: #0f3326;
  border-color: #00ff7f;
  box-shadow: 0 0 8px rgba(0,255,130,0.4);
}

/* RESULTS BLOCK */
.gca-ai-results {
  background: #0a0a0a;
  margin-top: 35px;
  padding: 26px;
  border-radius: 16px;
  border: 1px solid #0f5f3f;
  animation: fadeIn 0.35s ease-out;
  box-shadow: 0 0 18px rgba(0,255,120,0.12);
}

.gca-ai-results h2 {
  text-align: center;
  font-size: 26px;
  color: #00ff7f;
  text-shadow: 0 0 8px rgba(0,255,130,0.8);
  margin-bottom: 14px;
}

.gca-ai-results ul {
  margin-left: 20px;
  margin-bottom: 18px;
  color: #afffcf;
}

.gca-ai-results p {
  color: #e1ffe1;
}

/* BUTTON ROW */
.gca-ai-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 25px;
}

/* IMAGE PREVIEW */
.gca-ai-image-preview {
  margin-top: 10px;
  background: #111;
  border: 1px solid #0f3b0f;
  border-radius: 10px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5aff9c;
  text-align: center;
}

.gca-ai-image-preview img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,255,120,0.2);
}

/* TOAST */
.gca-ai-toast {
  background: #00ff7f;
  color: #001b0d;
  padding: 12px 18px;
  border-radius: 8px;
  margin-top: 12px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,255,120,0.5);
}

/* COPY BUTTON */
.gca-ai-copy-btn {
  float: right;
  background: #0f3326;
  color: #00ff7f;
  border: 1px solid #00ff7f;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}

.gca-ai-copy-btn:hover {
  background: #00ff7f;
  color: #002615;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* MOBILE STYLE */
@media (max-width: 600px) {
  .gca-ai-container {
    padding: 16px;
  }

  .gca-ai-buttons {
    flex-direction: column;
  }

  /* Make buttons equal height on mobile */
  .gca-ai-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 22px;
    line-height: 1.2;
    text-align: center;
  }

  /* ----------------------------------------------
   Recently Graded Slabs — Teaser Grid Fix
   ---------------------------------------------- */
.gca-ai-recent-teaser {
  margin-top: 45px;
}

.gca-ai-recent-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 700;
}

.gca-ai-recent-intro {
  text-align: center;
  color: #ccc;
  margin-bottom: 25px;
}

.gca-ai-recent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.gca-ai-recent-card {
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  transition: 0.2s ease;
}

.gca-ai-recent-card:hover {
  transform: translateY(-4px);
  border-color: #f7c548;
}

.gca-ai-recent-image {
  border-radius: 10px;
  margin-bottom: 10px;
}

.gca-ai-recent-card-title {
  color: #fff;
  font-size: 15px;
  margin-bottom: 6px;
}

.gca-ai-recent-price {
  color: #f7c548;
  font-size: 15px;
  font-weight: bold;
}

.gca-ai-recent-cta {
  text-align: center;
  margin-top: 25px;
}

.gca-ai-recent-empty {
  text-align: center;
  color: #aaa;
  margin-top: 20px;
}

/* ----------------------------------------------
   Fade-In Animation for Recently Graded Teaser
   ---------------------------------------------- */
.gca-ai-recent-teaser {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.gca-ai-recent-teaser.gca-show {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   STEP 1: Center & balance AI Card Grader layout
   ========================================================= */

/* Outer wrapper */
.gca-ai-wrapper {
  display: flex;
  justify-content: center;
  padding: 48px 16px;
}

/* Main container */
.gca-ai-container {
  width: 100%;
  max-width: 760px; /* ideal readable form width */
  margin: 0 auto;
}

/* Mobile spacing refinement */
@media (max-width: 768px) {
  .gca-ai-wrapper {
    padding: 28px 14px;
  }

  /* =========================================================
   STEP 2: Heading hierarchy & visual polish
   ========================================================= */

.gca-ai-title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}

/* Optional subtitle (if present now or later) */
.gca-ai-subtitle {
  text-align: center;
  font-size: 15px;
  opacity: 0.85;
  margin-bottom: 36px;
}

.gca-ai-form label {
  font-weight: 600;
  font-size: 14px;
  margin-top: 18px;
  display: block;
}

.gca-ai-form input,
.gca-ai-form select {
  margin-top: 6px;
}

.gca-ai-results {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.gca-ai-results h2 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
}

.gca-ai-investment-label {
  font-size: 20px;
  font-weight: 800;
  margin-top: 24px;
}

}
/* =========================================================
   CTA BUTTON — WHY AM I SEEING THIS RESULT?
   ========================================================= */

.gca-ai-results details.gca-ai-why {
  margin-top: 22px;
  text-align: center;
}

.gca-ai-results details.gca-ai-why > summary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  padding: 14px 22px;
  border-radius: 999px;

  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.3px;

  color: #baffd6;
  background: linear-gradient(
    135deg,
    rgba(0,255,120,0.28),
    rgba(0,255,120,0.1)
  );

  border: 1px solid rgba(0,255,120,0.65);

  box-shadow:
    0 0 20px rgba(0,255,120,0.6),
    inset 0 0 12px rgba(0,255,120,0.35);

  cursor: pointer;
  list-style: none;
}

.gca-ai-results details.gca-ai-why > summary::-webkit-details-marker {
  display: none;
}

.gca-ai-results details.gca-ai-why > summary:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 32px rgba(0,255,120,0.85),
    inset 0 0 18px rgba(0,255,120,0.45);
}

.gca-ai-results details.gca-ai-why[open] > summary {
  box-shadow:
    0 0 36px rgba(0,255,120,1),
    inset 0 0 20px rgba(0,255,120,0.55);
}

.gca-ai-results details.gca-ai-why > p {
  margin: 18px auto 0;
  padding: 16px 18px;
  max-width: 520px;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  line-height: 1.6;
  text-align: left;
}

/* =========================================================
   DESKTOP STABILISER (fix web without touching mobile)
   ========================================================= */

@media (min-width: 769px) {
  .gca-ai-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .gca-ai-container {
    margin-left: auto;
    margin-right: auto;
  }
}
