/* Herald · YouTube — app tweaks. Base in glass-core.css. */
.yt-stage {
  flex: 1;
  min-height: 0;
  border-radius: var(--r-md);
  overflow: hidden;
  background: #000;
  border: 1px solid var(--line);
  position: relative;
}
#yt-player, #yt-player iframe { width: 100%; height: 100%; border: 0; }
/* Transparent, focusable key-holder over the player. Not .focusable, so
   D-pad navigation never lands on it — it's only ever focused
   programmatically to keep keyboard focus in our document. Stays
   present in immersive (only header/nav/rail are hidden). */
#yt-sink {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: transparent;
  border: 0;
  outline: none;
}
#player .content { gap: 12px; }
.row-icon { color: #ff4d4d; }
/* Browse-area tiles (no thumbnail) — a clean labelled card grid. */
.yt-cat {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
}
.yt-cat .tile-title { font-size: 18px; font-weight: 800; }
.yt-cat .tile-sub { margin-top: 4px; }
