
.gtt-widget{
  max-width: 1040px;
  margin: 1.5rem auto;
  padding: 1.25rem;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  background: var(--gtt-bg, #fff);
}

.gtt-header h2{ margin: 0 0 .25rem 0; font-size: 1.6rem; }
.gtt-sub{ margin: 0 0 1rem 0; opacity: .75; }

.gtt-row{ display: grid; grid-template-columns: 1fr; gap: .75rem; }
@media (min-width: 720px){ .gtt-row{ grid-template-columns: 2fr 1fr; align-items: start; } }

.gtt-field label{ display:block; font-weight:600; margin-bottom:.35rem; }
.gtt-field input[type="text"], .gtt-field input[type="email"]{
  width: 100%;
  padding: .7rem .8rem;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.2);
  font-size: 1rem;
}

.gtt-actions{ display:flex; flex-wrap:wrap; gap:.5rem; margin-top:.75rem; }
.gtt-btn{
  appearance:none; border:0; border-radius:12px; padding:.75rem 1rem; font-weight:700;
  cursor:pointer; background: var(--gtt-btn, #0b1b3a); color: #fff;
  text-decoration:none; display:inline-flex; align-items:center; justify-content:center;
}
.gtt-btn:hover{ filter:brightness(1.06); }
.gtt-btn:disabled{ opacity:.6; cursor:not-allowed; }

.gtt-btn--ghost{ background: transparent; color: var(--gtt-btn, #0b1b3a); border:1px solid rgba(0,0,0,.2); }
.gtt-btn--ghost.is-shuffling{ background:#fff4db; }

.gtt-status{ margin-top:.6rem; opacity:.8; }

.gtt-deck{
  display:grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap:.6rem;
  padding:.75rem 0;
}
@media (min-width: 720px){ .gtt-deck{ grid-template-columns: repeat(12, minmax(0, 1fr)); } }

.gtt-card{
  width:100%; padding:0; border:0; background:transparent; cursor:pointer;
  transition: transform .15s ease, filter .15s ease, opacity .15s ease;
}
.gtt-card:hover{ transform: translateY(-2px); filter: drop-shadow(0 4px 10px rgba(0,0,0,.18)); }
.gtt-card.is-picked{ opacity: .65; transform: translateY(-1px) scale(.99); }

.gtt-card img{
  width:100%; height:auto; display:block;
  border-radius:10px; border:1px solid rgba(0,0,0,.18);
}

.gtt-reveal-item{
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: .9rem;
  padding: .9rem;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.75);
  margin-bottom: .8rem;
}
@media (min-width: 820px){ .gtt-reveal-item{ grid-template-columns: 170px 1fr; } }

.gtt-reveal-card{
  position: relative;
}
.gtt-reveal-card img{
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.18);
}

.gtt-reveal-card.is-locked img{
  filter: blur(2px) saturate(.8);
}

.gtt-lock-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 14px;
  background: rgba(0,0,0,.45);
  color:#fff;
  font-weight:800;
  letter-spacing:.3px;
}

.gtt-reveal-text h4{ margin: 0 0 .2rem 0; font-size: 1.25rem; }
.gtt-chip{
  display:inline-block;
  margin-top:.25rem;
  padding:.2rem .55rem;
  border-radius: 999px;
  font-size:.9rem;
  border:1px solid rgba(0,0,0,.2);
  opacity:.85;
}

.gtt-position{
  font-size:.92rem;
  opacity:.75;
  margin-bottom:.15rem;
}

.gtt-paywall{
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff7e6;
}

.gtt-paywall p{ margin: 0 0 .75rem 0; }

.gtt-msg{ margin-top:.5rem; padding:.6rem .75rem; border-radius:10px; border:1px solid rgba(0,0,0,.2); }
.gtt-msg--success{ background:#ecfff2; }
.gtt-msg--error{ background:#fff0f0; }


/* Spread layout */
.gtt-spread-wrap{ margin-top: .75rem; }
.gtt-spread{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}
@media (min-width: 720px){
  .gtt-spread{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 1020px){
  .gtt-spread{ grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

.gtt-slot{
  width: 100%;
  border: 1px dashed rgba(0,0,0,.28);
  background: rgba(255,255,255,.65);
  border-radius: 16px;
  padding: .65rem .6rem .7rem .6rem;
  cursor: pointer;
  text-align: left;
}

.gtt-slot:hover{ filter: drop-shadow(0 4px 12px rgba(0,0,0,.12)); }

.gtt-slot-card{
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 5;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0,0,0,.04);
}
.gtt-slot-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.18);
}

.gtt-slot-card:not(.has-card) img{
  opacity: .25;
}

.gtt-slot-label{
  margin-top: .5rem;
  font-weight: 700;
  font-size: .98rem;
  opacity: .9;
}

.gtt-slot-meaning{
  margin-top: .55rem;
  padding-top: .55rem;
  border-top: 1px solid rgba(0,0,0,.10);
  font-size: .95rem;
  line-height: 1.35;
  opacity: .95;
}
.gtt-meaning-title{ font-weight: 800; margin-bottom: .25rem; }
.gtt-meaning-text{ opacity: .9; }

/* Deck card transitions for shuffle movement */
.gtt-card{
  transition: transform .18s ease, filter .15s ease, opacity .15s ease;
}

/* Ghost animation */
.gtt-ghost{
  transform-origin: center center;
  border-radius: 10px;
}
.gtt-deck-wrap{ margin-top: .35rem; }
.gtt-deck-title{ margin: .75rem 0 .35rem 0; opacity: .78; font-weight: 650; }


/* Credits badge + shortcode box */
.gtt-credit-badge{
  display: inline-flex;
  gap: .4rem;
  align-items: center;
  margin: .4rem 0 0 0;
  padding: .35rem .6rem;
  border-radius: 999px;
  font-size: .92rem;
  border: 1px solid rgba(0,0,0,.18);
  background: rgba(255,255,255,.75);
}
.gtt-credit-badge.is-active{ }
.gtt-credit-badge.is-inactive{ opacity: .75; }

.gtt-credits-box{
  max-width: 700px;
  padding: 1rem;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  background: #fff;
}


/* Layout variants */
.gtt-spread.gtt-layout-grid{ }

.gtt-spread.gtt-layout-celtic{
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-areas:
    ". goal . . s7 s7"
    "past present present future s8 s8"
    ". foundation . . s9 s9"
    ". . . . s10 s10";
  align-items: start;
}

/* Position mapping (0-based indices) */
.gtt-layout-celtic .gtt-pos-0{ grid-area: present; z-index: 2; }
.gtt-layout-celtic .gtt-pos-1{ grid-area: present; z-index: 3; transform: rotate(90deg) scale(.92) translateX(-6%); }
.gtt-layout-celtic .gtt-pos-2{ grid-area: foundation; }
.gtt-layout-celtic .gtt-pos-3{ grid-area: past; }
.gtt-layout-celtic .gtt-pos-4{ grid-area: goal; }
.gtt-layout-celtic .gtt-pos-5{ grid-area: future; }
.gtt-layout-celtic .gtt-pos-6{ grid-area: s7; }
.gtt-layout-celtic .gtt-pos-7{ grid-area: s8; }
.gtt-layout-celtic .gtt-pos-8{ grid-area: s9; }
.gtt-layout-celtic .gtt-pos-9{ grid-area: s10; }

@media (max-width: 719px){
  /* Fallback to simple grid on small screens */
  .gtt-spread.gtt-layout-celtic{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: none;
  }
  .gtt-layout-celtic .gtt-slot{ transform: none !important; }
}


/* ================================
   Dark Witch Theme (Golden Tree Tarot)
   ================================ */

.gtt-widget.gtt-theme-dark_witch{
  --gtt-bg0: rgba(8, 6, 12, .92);
  --gtt-bg1: rgba(18, 9, 28, .92);
  --gtt-surface: rgba(255,255,255,.06);
  --gtt-surface2: rgba(255,255,255,.09);
  --gtt-text: rgba(255,255,255,.92);
  --gtt-muted: rgba(255,255,255,.72);
  --gtt-line: rgba(255,255,255,.14);
  --gtt-glow: rgba(180, 88, 255, .35);
  --gtt-glow2: rgba(56, 220, 180, .25);
  --gtt-accent: rgba(180, 88, 255, .92);
  --gtt-accent2: rgba(56, 220, 180, .92);
  color: var(--gtt-text);
}

.gtt-widget.gtt-theme-dark_witch .gtt-shell{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--gtt-line);
  background: radial-gradient(1200px 800px at 18% 10%, rgba(180,88,255,.18), transparent 55%),
              radial-gradient(900px 700px at 86% 22%, rgba(56,220,180,.12), transparent 60%),
              linear-gradient(145deg, var(--gtt-bg0), var(--gtt-bg1));
  box-shadow:
    0 20px 60px rgba(0,0,0,.55),
    0 0 0 1px rgba(255,255,255,.06) inset;
}

.gtt-widget.gtt-theme-dark_witch .gtt-shell::before{
  content: "";
  position: absolute;
  inset: 0;
  opacity: .55;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.09) 0 1px, transparent 2px),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.08) 0 1px, transparent 2px),
    radial-gradient(circle at 55% 65%, rgba(255,255,255,.07) 0 1px, transparent 2px),
    radial-gradient(circle at 30% 80%, rgba(255,255,255,.06) 0 1px, transparent 2px);
  background-size: 220px 220px, 260px 260px, 240px 240px, 280px 280px;
  filter: blur(.2px);
  mix-blend-mode: screen;
}

.gtt-widget.gtt-theme-dark_witch .gtt-shell::after{
  /* subtle occult pattern overlay (SVG data-uri) */
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  opacity: .14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.9'%3E%3Ccircle cx='110' cy='110' r='72' stroke-width='1'/%3E%3Ccircle cx='110' cy='110' r='40' stroke-width='1'/%3E%3Cpath d='M110 26 L110 194' stroke-width='1'/%3E%3Cpath d='M26 110 L194 110' stroke-width='1'/%3E%3Cpath d='M60 60 L160 160' stroke-width='1'/%3E%3Cpath d='M160 60 L60 160' stroke-width='1'/%3E%3Cpath d='M110 54 L150 164 L70 164 Z' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 260px 260px;
  mix-blend-mode: overlay;
}

.gtt-widget.gtt-theme-dark_witch .gtt-title{
  color: var(--gtt-text);
  letter-spacing: .02em;
  text-shadow: 0 0 22px var(--gtt-glow);
}

.gtt-widget.gtt-theme-dark_witch .gtt-sub,
.gtt-widget.gtt-theme-dark_witch p,
.gtt-widget.gtt-theme-dark_witch label{
  color: var(--gtt-muted);
}

.gtt-widget.gtt-theme-dark_witch input,
.gtt-widget.gtt-theme-dark_witch textarea,
.gtt-widget.gtt-theme-dark_witch select{
  background: rgba(255,255,255,.06);
  border: 1px solid var(--gtt-line);
  color: var(--gtt-text);
}

.gtt-widget.gtt-theme-dark_witch input::placeholder{
  color: rgba(255,255,255,.55);
}

.gtt-widget.gtt-theme-dark_witch .gtt-btn{
  border: 1px solid rgba(255,255,255,.14);
  color: var(--gtt-text);
  background: linear-gradient(135deg, rgba(180,88,255,.25), rgba(56,220,180,.10));
  box-shadow: 0 10px 25px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.05) inset;
}

.gtt-widget.gtt-theme-dark_witch .gtt-btn:hover{
  filter: drop-shadow(0 10px 26px rgba(180,88,255,.22));
  transform: translateY(-1px);
}

.gtt-widget.gtt-theme-dark_witch .gtt-btn--ghost{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
}

.gtt-widget.gtt-theme-dark_witch .gtt-credit-badge,
.gtt-widget.gtt-theme-dark_witch .gtt-credits-box{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  color: var(--gtt-text);
  box-shadow: 0 10px 25px rgba(0,0,0,.28);
}

.gtt-widget.gtt-theme-dark_witch .gtt-slot{
  border: 1px dashed rgba(255,255,255,.26);
  background: rgba(255,255,255,.05);
  box-shadow: 0 0 0 1px rgba(255,255,255,.05) inset;
}

.gtt-widget.gtt-theme-dark_witch .gtt-slot:hover{
  filter: drop-shadow(0 10px 28px rgba(180,88,255,.22));
}

.gtt-widget.gtt-theme-dark_witch .gtt-slot-card img{
  border: 1px solid rgba(255,255,255,.18);
}

.gtt-widget.gtt-theme-dark_witch .gtt-card{
  border-radius: 14px;
  box-shadow: 0 16px 32px rgba(0,0,0,.45);
}

.gtt-widget.gtt-theme-dark_witch .gtt-card:hover{
  filter: drop-shadow(0 12px 28px rgba(56,220,180,.20));
}

.gtt-widget.gtt-theme-dark_witch .gtt-paywall{
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
}

.gtt-widget.gtt-theme-dark_witch .gtt-chip{
  background: rgba(180,88,255,.22);
  border: 1px solid rgba(180,88,255,.35);
  color: var(--gtt-text);
}

/* floating “smoke” animation */
@media (prefers-reduced-motion: no-preference){
  .gtt-widget.gtt-theme-dark_witch .gtt-shell::before{
    animation: gttStars 10s ease-in-out infinite alternate;
  }
  .gtt-widget.gtt-theme-dark_witch .gtt-shell::after{
    animation: gttSigil 16s linear infinite;
  }
  @keyframes gttStars{
    from{ transform: translate3d(0,0,0) scale(1); opacity: .45; }
    to  { transform: translate3d(-8px, 6px,0) scale(1.02); opacity: .60; }
  }
  @keyframes gttSigil{
    from{ transform: rotate(0deg); opacity: .12; }
    to  { transform: rotate(360deg); opacity: .16; }
  }
}

/* improve contrast for meaning text */
.gtt-widget.gtt-theme-dark_witch .gtt-slot-meaning{
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.86);
}

/* reveal flip glow */
.gtt-widget.gtt-theme-dark_witch .gtt-slot-card.is-revealed{
  box-shadow: 0 0 0 1px rgba(255,255,255,.06) inset, 0 0 36px var(--gtt-glow);
  border-radius: 16px;
}


/* Default theme hook */
.gtt-widget.gtt-theme-default .gtt-shell{
  border-radius: 18px;
}


/* Accordion list under spread */
.gtt-accordion{
  margin-top: 1rem;
  display: grid;
  gap: .65rem;
}
.gtt-acc-item{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.75);
}
.gtt-acc-header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  align-items: center;
  padding: .75rem .85rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.gtt-acc-title{ font-weight: 800; }
.gtt-acc-meta{ opacity: .7; font-weight: 650; }
.gtt-acc-body{
  padding: .75rem .85rem .9rem .85rem;
  border-top: 1px solid rgba(0,0,0,.08);
  line-height: 1.4;
}

/* More professional layout for the intro screen */
.gtt-step-question .gtt-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 840px){
  .gtt-step-question .gtt-grid{
    grid-template-columns: 1.15fr .85fr;
    align-items: start;
  }
}
.gtt-step-question .gtt-panel{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  padding: 1rem;
}
.gtt-step-question .gtt-panel h3{
  margin: 0 0 .4rem 0;
  font-size: 1.05rem;
}
.gtt-step-question .gtt-panel ul{
  margin: .35rem 0 0 1.1rem;
}


.gtt-widget.gtt-theme-dark_witch .gtt-acc-item{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
}
.gtt-widget.gtt-theme-dark_witch .gtt-acc-body{
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
}


/* Inner padding so content doesn't touch the border */
.gtt-shell{
  padding: 1.35rem 1.35rem 1.5rem 1.35rem;
}
@media (max-width: 560px){
  .gtt-shell{ padding: 1.05rem; }
}

/* Header typography */
.gtt-header .gtt-title{
  margin: 0 0 .25rem 0;
  font-size: 1.65rem;
  line-height: 1.15;
}
.gtt-header{ margin-bottom: .85rem; }


/* Dark Witch readability fixes */
.gtt-widget.gtt-theme-dark_witch .gtt-header .gtt-title{
  color: rgba(255,255,255,.96);
  text-shadow: 0 0 28px rgba(180,88,255,.35);
}
.gtt-widget.gtt-theme-dark_witch .gtt-panel h3{
  color: rgba(255,255,255,.92);
  text-shadow: 0 0 18px rgba(180,88,255,.25);
}
.gtt-widget.gtt-theme-dark_witch .gtt-panel{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
}
.gtt-widget.gtt-theme-dark_witch .gtt-panel ul,
.gtt-widget.gtt-theme-dark_witch .gtt-panel li{
  color: rgba(255,255,255,.82);
}


/* ================================
   Cinematic Altar Theme
   ================================ */
.gtt-widget.gtt-theme-cinematic_altar{
  --gtt-bg0: rgba(6, 6, 9, .94);
  --gtt-bg1: rgba(20, 8, 14, .92);
  --gtt-line: rgba(255,255,255,.14);
  --gtt-text: rgba(255,255,255,.94);
  --gtt-muted: rgba(255,255,255,.78);
  --gtt-glow: rgba(255, 140, 0, .18);
  --gtt-glow2: rgba(180, 88, 255, .28);
  color: var(--gtt-text);
}
.gtt-widget.gtt-theme-cinematic_altar .gtt-shell{
  border: 1px solid var(--gtt-line);
  background:
    radial-gradient(900px 700px at 25% 15%, rgba(180,88,255,.16), transparent 55%),
    radial-gradient(900px 700px at 80% 35%, rgba(255,140,0,.12), transparent 60%),
    linear-gradient(145deg, var(--gtt-bg0), var(--gtt-bg1));
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
}
.gtt-widget.gtt-theme-cinematic_altar .gtt-header .gtt-title{
  color: rgba(255,255,255,.97);
  letter-spacing: .02em;
  text-shadow: 0 0 26px rgba(180,88,255,.30), 0 0 22px rgba(255,140,0,.16);
}
.gtt-widget.gtt-theme-cinematic_altar .gtt-panel,
.gtt-widget.gtt-theme-cinematic_altar .gtt-paywall,
.gtt-widget.gtt-theme-cinematic_altar .gtt-acc-item{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
}
.gtt-widget.gtt-theme-cinematic_altar .gtt-btn{
  background: linear-gradient(135deg, rgba(180,88,255,.22), rgba(255,140,0,.12));
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
}


/* ================================
   Minimal Luxe Occult Theme
   ================================ */
.gtt-widget.gtt-theme-minimal_luxe{
  --gtt-bg0: rgba(255,255,255,.98);
  --gtt-bg1: rgba(248,246,252,.98);
  --gtt-line: rgba(20,10,40,.10);
  --gtt-text: rgba(20,10,40,.92);
  --gtt-muted: rgba(20,10,40,.68);
  color: var(--gtt-text);
}
.gtt-widget.gtt-theme-minimal_luxe{
  background: transparent;
}
.gtt-widget.gtt-theme-minimal_luxe .gtt-shell{
  border: 1px solid rgba(20,10,40,.10);
  background: linear-gradient(145deg, var(--gtt-bg0), var(--gtt-bg1));
  box-shadow: 0 18px 55px rgba(0,0,0,.08);
}
.gtt-widget.gtt-theme-minimal_luxe .gtt-header .gtt-title{
  color: rgba(20,10,40,.94);
}
.gtt-widget.gtt-theme-minimal_luxe .gtt-sub,
.gtt-widget.gtt-theme-minimal_luxe p,
.gtt-widget.gtt-theme-minimal_luxe label{
  color: var(--gtt-muted);
}
.gtt-widget.gtt-theme-minimal_luxe .gtt-panel,
.gtt-widget.gtt-theme-minimal_luxe .gtt-paywall,
.gtt-widget.gtt-theme-minimal_luxe .gtt-acc-item{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(20,10,40,.10);
}
.gtt-widget.gtt-theme-minimal_luxe .gtt-btn{
  background: rgba(20,10,40,.92);
  color: #fff;
  border: 0;
}
.gtt-widget.gtt-theme-minimal_luxe .gtt-btn--ghost{
  background: rgba(20,10,40,.06);
  color: rgba(20,10,40,.92);
  border: 1px solid rgba(20,10,40,.12);
}


/* ================================
   Neon Witch Theme
   ================================ */
.gtt-widget.gtt-theme-neon_witch{
  --gtt-bg0: rgba(4, 6, 16, .96);
  --gtt-bg1: rgba(8, 4, 20, .96);
  --gtt-line: rgba(255,255,255,.16);
  --gtt-text: rgba(255,255,255,.94);
  --gtt-muted: rgba(255,255,255,.75);
  --gtt-neon1: rgba(0, 255, 200, .85);
  --gtt-neon2: rgba(255, 0, 200, .75);
  color: var(--gtt-text);
}
.gtt-widget.gtt-theme-neon_witch .gtt-shell{
  border: 1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(900px 700px at 22% 12%, rgba(0,255,200,.14), transparent 60%),
    radial-gradient(900px 700px at 80% 30%, rgba(255,0,200,.12), transparent 60%),
    linear-gradient(145deg, var(--gtt-bg0), var(--gtt-bg1));
  box-shadow: 0 22px 80px rgba(0,0,0,.65);
}
.gtt-widget.gtt-theme-neon_witch .gtt-header .gtt-title{
  text-shadow: 0 0 22px rgba(0,255,200,.16), 0 0 28px rgba(255,0,200,.18);
}
.gtt-widget.gtt-theme-neon_witch .gtt-btn{
  background: linear-gradient(135deg, rgba(0,255,200,.18), rgba(255,0,200,.16));
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.95);
}
.gtt-widget.gtt-theme-neon_witch .gtt-slot:hover{
  filter: drop-shadow(0 12px 30px rgba(0,255,200,.16));
}
.gtt-widget.gtt-theme-neon_witch .gtt-slot-card.is-revealed{
  box-shadow: 0 0 36px rgba(0,255,200,.20), 0 0 40px rgba(255,0,200,.14);
}


/* Reversed cards display upside down */
.gtt-slot-card.is-reversed img{
  transform: rotate(180deg);
}

/* Deck cards - responsive sizing */
.gtt-deck{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.gtt-deck .gtt-card{
  width: clamp(64px, 18vw, 92px);
  height: clamp(96px, 27vw, 138px);
}
@media (max-width: 520px){
  .gtt-deck{ padding-bottom: .25rem; }
  .gtt-deck .gtt-card{
    width: clamp(74px, 22vw, 110px);
    height: clamp(112px, 33vw, 165px);
  }
}

/* Spread slots - responsive so cards aren't tiny on mobile */
.gtt-spread .gtt-slot{
  width: clamp(74px, 22vw, 108px);
  height: clamp(112px, 33vw, 162px);
}
@media (max-width: 520px){
  .gtt-spread .gtt-slot{
    width: clamp(82px, 26vw, 120px);
    height: clamp(122px, 38vw, 180px);
  }
}

/* Used deck cards */
.gtt-card.is-used{
  opacity: .35;
  filter: grayscale(.4);
  cursor: not-allowed;
}


/* Clean reveal: meanings only in accordion */
.gtt-slot-meaning{ display:none !important; }

/* Accordion thumbnail */
.gtt-acc-title{
  display:flex;
  align-items:center;
  gap:.6rem;
  flex-wrap:wrap;
}
.gtt-acc-thumb{
  width: 40px;
  height: 60px;
  border-radius: 10px;
  overflow:hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.gtt-acc-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.gtt-widget.gtt-theme-minimal_luxe .gtt-acc-thumb{
  border: 1px solid rgba(20,10,40,.12);
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
}

/* Ensure panel headings are readable */
.gtt-widget .gtt-panel h3{ color: rgba(255,255,255,.92); }
.gtt-widget.gtt-theme-minimal_luxe .gtt-panel h3{ color: rgba(20,10,40,.92); }
