.brand-link{color: inherit; text-decoration:none}

body{
  background: url('/assets/Gateway_Page_Background.png') center/cover no-repeat fixed;
}

.togg-main{
  max-width: 1160px;
  margin: 0 auto;
  padding: 34px 18px 58px;
}

.togg-hero,
.togg-player-section,
.togg-bonus-section{
  background: rgba(11,16,32,.70);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 16px 50px rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
}

.togg-hero{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap: 16px;
}

.togg-eyebrow{
  color: var(--accent);
  font-weight: 1000;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 12px;
}

.togg-title{
  margin: 6px 0 8px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
  font-weight: 1000;
}

.togg-sub{
  margin:0;
  color: rgba(255,255,255,.84);
  font-weight: 750;
  max-width: 700px;
}

.togg-channel-btn{
  flex: 0 0 auto;
  text-align:center;
}

.togg-player-section,
.togg-bonus-section{
  margin-top: 16px;
}

.togg-section-heading{
  display:flex;
  justify-content:space-between;
  gap: 16px;
  align-items:flex-start;
  margin-bottom: 14px;
}

.togg-section-heading h2{
  margin:0 0 4px;
  font-size: 24px;
  font-weight: 1000;
}

.togg-section-heading p{
  margin:0;
  color: rgba(255,255,255,.76);
  font-weight: 700;
}

.togg-status{
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align:right;
}

.togg-video-shell{
  position:relative;
  width:100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow:hidden;
  background: rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.16);
}

.togg-video-shell iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.togg-now-playing{
  margin-top: 12px;
  color: rgba(255,255,255,.84);
  font-weight: 800;
}

.togg-bonus-list{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.togg-bonus-card{
  display:grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  color: inherit;
  text-decoration:none;
}

.togg-bonus-card:hover{
  background: rgba(255,255,255,.09);
  border-color: rgba(120,240,181,.35);
}

.togg-bonus-thumb{
  width:100%;
  aspect-ratio: 16 / 9;
  object-fit:cover;
  border-radius: 12px;
  background: rgba(0,0,0,.28);
}

.togg-bonus-title{
  font-weight: 1000;
  margin-bottom: 6px;
}

.togg-bonus-desc{
  color: rgba(255,255,255,.76);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow:hidden;
}

.togg-empty,
.togg-error{
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.84);
  font-weight: 800;
}

.togg-error{
  border: 1px solid rgba(255,124,138,.42);
}

@media (max-width: 900px){
  .togg-hero,
  .togg-section-heading{flex-direction:column; align-items:stretch}
  .togg-channel-btn{align-self:flex-start}
  .togg-status{text-align:left}
  .togg-bonus-list{grid-template-columns: 1fr}
}

@media (max-width: 560px){
  .togg-nav{display:none}
  .togg-main{padding: 22px 12px 42px}
  .togg-bonus-card{grid-template-columns: 1fr}
}
