/* public/css/_main-screen.css */
/* FULL VIEWPORT REFACTOR - All px values converted to vw/vh where applicable */

#app-header > #header-left {
  height: 100%;
  align-self: center; 
}

#header-right {
  flex-shrink: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 4 / 5;
}

/* Direct ID selector with maximum specificity for channel title */
#channel-title {
  margin: 0 !important;
  font-size: clamp(1.38rem, 1.725vw, 2.07rem) !important;
  font-weight: 700 !important;
  color: var(--font-color-titles, white) !important; 
  font-family: 'Bungee Inline', cursive !important;
  letter-spacing: 0.8px !important;
  text-shadow: 0 0.3vh 0.5vw rgba(0,0,0,0.9) !important;
}

/* Also target h1 inside channel-title-banner for additional coverage */
#channel-title-banner > h1#channel-title {
  font-family: 'Bungee Inline', cursive !important;
  letter-spacing: 0.8px !important;
}
