/* Dynamic homepage additions for the Verified Fan Stories design. */
.query-tools { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); }
.query-form { display: grid; grid-template-columns: 175px minmax(170px,.7fr) minmax(260px,1.3fr) auto; gap: 10px; align-items: end; padding-block: 15px; }
.query-form label { display: grid; min-width: 0; gap: 5px; }
.query-form label > span { color: #71809d; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.query-form input { width: 100%; min-width: 0; height: 40px; padding: 0 12px; border: 1px solid #cfdbed; border-radius: 9px; outline: 0; color: #10234b; background: #f7faff; font-size: 11px; }
.query-form input:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(31,94,255,.1); }
.query-form button { height: 40px; padding: 0 18px; border: 0; border-radius: 9px; color: white; background: var(--violet); cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.query-form button:hover { background: #1648c8; }
.query-form button span { margin-left: 6px; }
.status-note { margin-top: 24px; padding: 13px 16px; border-left: 3px solid var(--violet); border-radius: 0 10px 10px 0; color: #5d6b89; background: white; font-size: 11px; box-shadow: 0 8px 25px rgba(31,94,255,.07); }
.status-note.warning { border-color: var(--pink); }
.verified-label { gap: 5px; }
.verified-label b { color: var(--lime); }
.media-fallback { width: 100%; height: 100%; min-height: inherit; display: grid; place-items: center; background: radial-gradient(circle at 72% 25%, #ffd84d 0 7%, transparent 8%), linear-gradient(135deg,#16356d,#1f5eff 62%,#48b6ff); }
.media-fallback span { color: white; font: 800 clamp(44px,8vw,115px)/1 var(--display); letter-spacing: -.08em; }
.media-fallback.small { min-height: 205px; }
.media-fallback.small span { font-size: 39px; }
.hero-empty { grid-column: 1 / 3; min-height: 430px; display: grid; align-content: center; padding: 50px; border: 1px solid #dfe9f5; border-radius: 18px; color: #10234b; background: white; }
.hero-empty h2 { margin: 0 0 10px; font: 700 clamp(36px,5vw,68px)/.95 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.hero-empty p { color: var(--muted); }
.story-art { background: #dbeaff; }
.story-art img { height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.release-card:hover .story-art img { transform: scale(1.035); }
.spotlight-play { inset: 50% auto auto 50%; width: 48px; height: 48px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; color: #10234b; background: var(--lime); font-size: 14px !important; letter-spacing: 0 !important; }
.release-card h3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.feed-image { height: 205px; }
.feed-image .media-fallback { height: 100%; }
.play-button { pointer-events: none; }
.scene-photo span { right: 18px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.archive-search { margin: 0; }
.side-module a { transition: color .2s; }
.side-module a:hover { color: var(--violet); }
html[data-theme="dark"] .query-tools { background: #10234b; }
html[data-theme="dark"] .query-form input { color: white; background: #172f5c; border-color: #36517e; }
html[data-theme="dark"] .query-form label > span { color: #aab8d0; }
html[data-theme="dark"] .vf-name { color: white; }
html[data-theme="dark"] .hero-empty { color: white; background: #172f5c; border-color: #36517e; }
html[data-theme="dark"] .status-note { color: #c4cee0; background: #172f5c; }

@media (max-width: 900px) {
  .query-form { grid-template-columns: 1fr 1fr auto; }
  .query-search { grid-column: 1 / 3; grid-row: 2; }
  .query-form > button { grid-column: 3; grid-row: 2; }
  .hero-empty { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .query-form { grid-template-columns: 1fr 1fr; padding-block: 12px; }
  .query-search { grid-column: 1 / -1; grid-row: auto; }
  .query-form > button { grid-column: 1 / -1; grid-row: auto; }
  .feed-image { height: 140px; }
  .media-fallback.small { min-height: 140px; }
  .hero-stack:empty { display: none; }
  .hero-empty { min-height: 310px; padding: 28px; }
}
