.yal-explore-mount {
  min-height: calc(100vh - 53px);
  background: var(--bg);
}

.yal-explore-top {
  position: sticky;
  top: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}

.yal-explore-search-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px 8px;
}

.yal-explore-search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 14px;
  background: #000;
}

.yal-explore-search svg {
  width: 16px;
  height: 16px;
  color: var(--muted);
  flex-shrink: 0;
}

.yal-explore-search input {
  border: none;
  background: transparent;
  padding: 0;
  flex: 1;
  min-width: 0;
  color: var(--text);
}

.yal-explore-search input:focus {
  outline: none;
}

.yal-explore-settings {
  border: none;
  background: transparent;
  color: var(--text);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.yal-explore-settings:hover {
  background: rgba(231, 233, 234, 0.08);
}

.yal-explore-settings svg {
  width: 20px;
  height: 20px;
}

.yal-explore-tabs {
  display: flex;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.yal-explore-tabs::-webkit-scrollbar {
  display: none;
}

.yal-explore-tabs button {
  flex: 0 0 auto;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 16px;
  cursor: pointer;
  white-space: nowrap;
}

.yal-explore-tabs button.active {
  color: var(--text);
  border-bottom-color: var(--blue);
}

.yal-explore-body {
  padding-bottom: 24px;
}

.yal-explore-hero {
  position: relative;
  margin: 0;
  min-height: 220px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 45%, #0f3460 100%);
  overflow: hidden;
}

.yal-explore-hero img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  opacity: 0.55;
}

.yal-explore-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.yal-explore-hero h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.yal-explore-hero p {
  margin: 8px 0 0;
  color: #d6d9db;
  font-size: 0.92rem;
}

.yal-explore-hero-meta {
  position: absolute;
  left: 14px;
  bottom: 12px;
  color: #d6d9db;
  font-size: 0.78rem;
}

.yal-explore-hero-more {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}

.yal-explore-section {
  padding: 16px 14px 8px;
}

.yal-explore-section h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  font-weight: 800;
}

.yal-explore-pills {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  overflow-x: auto;
}

.yal-explore-pills button {
  border: none;
  border-radius: 999px;
  padding: 7px 14px;
  font-weight: 700;
  font-size: 0.84rem;
  cursor: pointer;
  white-space: nowrap;
  background: #16181c;
  color: var(--text);
}

.yal-explore-pills button.active {
  background: #fff;
  color: #000;
}

.yal-explore-matches {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

.yal-explore-match {
  flex: 0 0 210px;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 12px;
  background: #000;
}

.yal-explore-match-teams {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 40px;
}

.yal-explore-match-time {
  margin-top: 10px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 700;
}

.yal-explore-match-day {
  color: var(--muted);
  font-size: 0.8rem;
}

.yal-explore-match.ft .yal-explore-match-time {
  color: var(--muted);
  font-weight: 600;
}

.yal-explore-hub {
  margin-top: 12px;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  background: linear-gradient(90deg, #7856ff 0%, #ff7a18 100%);
}

.yal-explore-hub span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
}

.yal-explore-news-item {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  color: var(--text);
  padding: 14px 0;
  border-bottom: 1px solid #16181c;
  cursor: pointer;
  border-radius: 0;
}

.yal-explore-news-item:hover {
  background: rgba(231, 233, 234, 0.03);
}

.yal-explore-news-item strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.35;
  margin-bottom: 8px;
}

.yal-explore-news-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  flex-wrap: wrap;
}

.yal-explore-news-avatars {
  display: inline-flex;
}

.yal-explore-news-avatars span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #243447;
  border: 1px solid #000;
  margin-left: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  font-weight: 700;
  overflow: hidden;
}

.yal-explore-news-avatars span:first-child {
  margin-left: 0;
}

.yal-explore-news-avatars img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yal-explore-trend-row,
.yal-explore-post-row {
  padding: 14px 14px;
  border-bottom: 1px solid #16181c;
}

.yal-explore-trend-row {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  border-bottom: 1px solid #16181c;
  color: inherit;
  cursor: pointer;
}

.yal-explore-trend-row:hover {
  background: rgba(231, 233, 234, 0.04);
}

.yal-explore-post-row {
  cursor: pointer;
}

.yal-explore-post-row:hover {
  background: rgba(231, 233, 234, 0.03);
}

.yal-explore-trend-row strong {
  display: block;
  font-size: 1rem;
}

.yal-explore-trend-row span,
.yal-explore-post-row .meta {
  color: var(--muted);
  font-size: 0.84rem;
}

.yal-explore-post-row p {
  margin: 6px 0 0;
  line-height: 1.45;
  font-size: 0.92rem;
}

.yal-explore-post-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.yal-explore-post-head strong {
  font-size: 0.9rem;
}

.yal-explore-gate {
  padding: 28px 16px;
  text-align: center;
  color: var(--muted);
}

.yal-explore-retry {
  margin-top: 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 18px;
  background: #eff3f4;
  color: #0f1419;
  font-weight: 700;
  cursor: pointer;
}

.yal-explore-retry:hover {
  background: #d7dbdc;
}

.yal-explore-tag {
  color: var(--blue);
}

/* ---- X-style Trending tab ---- */
.yx-trend-chips-sec {
  padding-bottom: 4px;
}

.yx-trend-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.yx-trend-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 7px 13px;
  background: #16181c;
  color: var(--blue);
  font-weight: 700;
  font-size: 0.86rem;
  cursor: pointer;
  white-space: nowrap;
}

.yx-trend-chip:hover {
  background: #1d1f23;
}

.yx-trend-chip span {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.76rem;
}

.yx-trend-list-sec {
  padding-top: 8px;
}

.yal-explore-trend-row.yx-trend {
  display: block;
  padding: 12px 14px;
}

.yx-trend .yx-trend-ctx {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.yx-trend .yx-trend-name {
  display: block;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
}

.yx-trend .yx-trend-count {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 2px;
}

.yal-explore-example-label {
  display: inline-block;
  margin-left: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  vertical-align: middle;
}

.yal-explore-people {
  display: flex;
  flex-direction: column;
}

.yal-explore-user-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border: none;
  border-bottom: 1px solid #16181c;
  border-radius: 0;
  background: 0 0;
  color: inherit;
  cursor: pointer;
}

.yal-explore-user-row:hover {
  background: rgba(231, 233, 234, 0.03);
}

.yal-explore-user-avatar {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background-color: #16181c;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
}

.yal-explore-user-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.yal-explore-user-name {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
}

.yal-explore-user-check {
  display: inline-flex;
  width: 17px;
  height: 17px;
}

.yal-explore-user-handle {
  color: var(--muted);
  font-size: 0.84rem;
}

.yal-explore-user-bio {
  margin-top: 2px;
  color: var(--text);
  font-size: 0.86rem;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
