/* Theta Discovery Engine v2.1 compact */
.theta-discovery-engine{padding:96px 24px 72px;background:radial-gradient(circle at 50% 0%,rgba(155,232,255,.08),transparent 38%),linear-gradient(180deg,#030305,#07070d);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.theta-discovery-head{max-width:900px;margin:0 auto 52px;text-align:center}
.theta-discovery-head h2{color:#fff!important;font-size:clamp(38px,6vw,84px);line-height:.88;letter-spacing:-.06em;margin:0 0 22px;text-transform:uppercase}
.theta-discovery-head p:not(.section-kicker){color:#aeb0c2!important;max-width:680px;margin:0 auto;line-height:1.7}
.theta-discovery-section{max-width:1440px;margin:0 auto 46px}.theta-discovery-section:last-child{margin-bottom:0}
.theta-discovery-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.theta-discovery-section-head h3{color:#fff!important;margin:0;font-size:clamp(24px,2.8vw,42px);letter-spacing:-.05em}
.theta-discovery-section-head span{color:#9be8ff!important;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.theta-discovery-row{display:flex;gap:18px;overflow-x:auto;padding:4px 4px 18px;scroll-snap-type:x mandatory;scrollbar-width:thin}
.theta-discovery-card{flex:0 0 190px;scroll-snap-align:start;cursor:pointer;transition:transform .28s ease}.theta-discovery-card:hover{transform:translateY(-8px)}
.theta-discovery-cover{position:relative;aspect-ratio:1/1;border-radius:22px;overflow:hidden;background:radial-gradient(circle at 50% 0%,rgba(155,232,255,.12),transparent 40%),#0b0b10;border:1px solid rgba(255,255,255,.10);box-shadow:0 28px 90px rgba(0,0,0,.42);transition:.3s ease}
.theta-discovery-cover img{width:100%;height:100%;object-fit:cover;filter:brightness(.86) contrast(1.06);transition:.45s ease}
.theta-discovery-card:hover .theta-discovery-cover{border-color:rgba(155,232,255,.50);box-shadow:0 42px 120px rgba(0,0,0,.64),0 0 40px rgba(155,232,255,.12)}
.theta-discovery-card:hover .theta-discovery-cover img{transform:scale(1.06);filter:brightness(1.02) contrast(1.06)}
.theta-discovery-play{position:absolute;left:50%;top:50%;width:54px;height:54px;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(155,232,255,.58);background:rgba(3,3,5,.72);color:#fff;cursor:pointer;backdrop-filter:blur(10px);opacity:0;transition:.3s ease}
.theta-discovery-card:hover .theta-discovery-play{opacity:1;transform:translate(-50%,-50%) scale(1.02);border-color:rgba(155,232,255,.85);box-shadow:0 0 28px rgba(155,232,255,.25)}
.theta-discovery-fav{position:absolute;right:12px;top:12px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:rgba(3,3,5,.66);color:#fff;cursor:pointer;backdrop-filter:blur(8px);transition:.25s ease}
.theta-discovery-fav.is-active,.theta-discovery-fav:hover{color:#9be8ff;border-color:rgba(155,232,255,.75);box-shadow:0 0 24px rgba(155,232,255,.18)}
.theta-discovery-info{padding:16px 3px 0}.theta-discovery-info h4{color:#fff!important;margin:0 0 6px;font-size:18px;line-height:1.1;letter-spacing:-.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.theta-discovery-info p{color:#aeb0c2!important;margin:0;font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.theta-discovery-section.is-empty,.theta-discovery-empty{display:none}
@media(max-width:768px){.theta-discovery-engine{padding:78px 18px 56px}.theta-discovery-card{flex-basis:150px}.theta-discovery-section-head{align-items:flex-start;flex-direction:column;gap:6px}.theta-discovery-play{opacity:1;width:46px;height:46px}}


/* =========================================================
   v2.1 Compact Professional Layout
========================================================= */

.theta-discovery-engine {
  padding: 56px 24px 38px !important;
}

.theta-discovery-head {
  margin-bottom: 34px !important;
}

.theta-discovery-head h2 {
  font-size: clamp(30px, 4vw, 58px) !important;
  margin-bottom: 14px !important;
}

.theta-discovery-head p:not(.section-kicker) {
  font-size: 14px !important;
}

.theta-discovery-section {
  margin-bottom: 30px !important;
}

.theta-discovery-section-head {
  margin-bottom: 12px !important;
}

.theta-discovery-section-head h3 {
  font-size: clamp(20px, 2vw, 30px) !important;
}

.theta-discovery-card {
  flex: 0 0 142px !important;
}

.theta-discovery-cover {
  border-radius: 18px !important;
}

.theta-discovery-play {
  width: 44px !important;
  height: 44px !important;
}

.theta-discovery-fav {
  width: 30px !important;
  height: 30px !important;
  right: 9px !important;
  top: 9px !important;
  font-size: 12px !important;
}

.theta-discovery-info {
  padding-top: 11px !important;
}

.theta-discovery-info h4 {
  font-size: 14px !important;
}

.theta-discovery-info p {
  font-size: 11px !important;
}

@media(max-width:768px) {
  .theta-discovery-engine {
    padding: 46px 18px 32px !important;
  }

  .theta-discovery-card {
    flex-basis: 128px !important;
  }
}
