/* wire-unified-creator-channel-foundation-303f1h451 */

.wire-creator-channel-303f1h451{
  display:grid;
  gap:20px;
  min-width:0;
  max-width:1440px;
  margin:0 auto;
}

.wire-channel-hero-303f1h451{
  overflow:hidden;
  border:1px solid rgba(88,120,148,.3);
  border-radius:22px;
  background:
    linear-gradient(145deg,rgba(14,31,46,.98),rgba(5,13,21,.99));
  box-shadow:0 18px 54px rgba(0,0,0,.28);
}

.wire-channel-banner-303f1h451{
  position:relative;
  min-height:250px;
  background:
    radial-gradient(circle at 18% 12%,rgba(255,35,71,.28),transparent 34%),
    radial-gradient(circle at 82% 20%,rgba(38,136,205,.26),transparent 34%),
    linear-gradient(135deg,#111e2c,#06101a 72%);
}

.wire-channel-banner-303f1h451.has-image{
  background-image:
    linear-gradient(180deg,rgba(0,0,0,.04),rgba(4,10,17,.58)),
    var(--wire-channel-banner);
  background-position:center;
  background-size:cover;
}

.wire-channel-banner-shade-303f1h451{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,transparent 40%,rgba(5,13,21,.92));
}

.wire-channel-identity-303f1h451{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) minmax(210px,auto);
  gap:20px;
  align-items:end;
  margin-top:-82px;
  padding:0 28px 26px;
}

.wire-channel-avatar-303f1h451{
  display:grid;
  place-items:center;
  width:148px;
  height:148px;
  overflow:hidden;
  border:5px solid #07111b;
  border-radius:50%;
  background:linear-gradient(145deg,#1d4563,#8b1734);
  color:#fff;
  box-shadow:0 14px 38px rgba(0,0,0,.42);
  font-size:46px;
  font-weight:950;
}

.wire-channel-avatar-303f1h451 img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.wire-channel-copy-303f1h451{
  min-width:0;
  padding-bottom:4px;
}

.wire-channel-copy-303f1h451 h1{
  display:flex;
  align-items:center;
  gap:9px;
  margin:4px 0 0;
  font-size:clamp(28px,3.2vw,48px);
  line-height:1.05;
}

.wire-channel-verified-303f1h451{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  flex:0 0 auto;
  border:2px solid rgba(255,255,255,.72);
  border-radius:50%;
  background:#e22646;
  color:#fff;
  font-size:13px;
  font-style:normal;
}

.wire-channel-handle-303f1h451{
  margin:7px 0 0;
  color:#9db1c2;
  font-weight:800;
}

.wire-channel-description-303f1h451{
  max-width:780px;
  margin:10px 0 0;
  color:#c2d0db;
  line-height:1.55;
}

.wire-channel-metrics-303f1h451{
  display:flex;
  flex-wrap:wrap;
  gap:7px 18px;
  margin-top:14px;
  color:#8fa5b7;
  font-size:13px;
}

.wire-channel-metrics-303f1h451 span{
  display:flex;
  gap:5px;
}

.wire-channel-metrics-303f1h451 strong{
  color:#fff;
}

.wire-channel-actions-303f1h451{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
  padding-bottom:5px;
}

.wire-channel-actions-303f1h451 a,
.wire-channel-actions-303f1h451 button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 15px;
  border:1px solid #36566f;
  border-radius:999px;
  background:#0b1b28;
  color:#fff;
  text-decoration:none;
  font:inherit;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
}

.wire-channel-actions-303f1h451
.wire-channel-primary-303f1h451,
.wire-channel-follow-form-303f1h451 button:not(.is-following){
  border-color:#ff3155;
  background:#d52647;
}

.wire-channel-follow-form-303f1h451{
  margin:0;
}

.wire-channel-follow-form-303f1h451 button.is-following,
.wire-channel-actions-303f1h451 a.is-member{
  border-color:#3d8e69;
  background:rgba(43,139,95,.18);
}

.wire-channel-tabs-303f1h451{
  position:sticky;
  top:76px;
  z-index:40;
  display:flex;
  gap:5px;
  overflow-x:auto;
  padding:7px;
  border:1px solid rgba(73,109,138,.34);
  border-radius:15px;
  background:rgba(6,15,24,.94);
  backdrop-filter:blur(18px);
  scrollbar-width:none;
}

.wire-channel-tabs-303f1h451::-webkit-scrollbar{
  display:none;
}

.wire-channel-tabs-303f1h451 button,
.wire-channel-tabs-303f1h451 a{
  flex:0 0 auto;
  min-height:40px;
  padding:0 15px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:#9eb0bf;
  text-decoration:none;
  font:inherit;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
}

.wire-channel-tabs-303f1h451 button.is-active{
  background:rgba(255,35,71,.16);
  color:#fff;
  box-shadow:inset 0 -2px 0 #ff3155;
}

.wire-channel-panel-303f1h451{
  display:grid;
  gap:22px;
  min-width:0;
}

.wire-channel-panel-303f1h451[hidden]{
  display:none!important;
}

.wire-channel-spotlight-303f1h451{
  display:grid;
  grid-template-columns:minmax(360px,1.25fr) minmax(280px,.75fr);
  overflow:hidden;
  border:1px solid rgba(76,111,139,.34);
  border-radius:20px;
  background:#081520;
}

.wire-channel-spotlight-media-303f1h451{
  position:relative;
  min-height:360px;
  overflow:hidden;
  background:#000;
}

.wire-channel-spotlight-media-303f1h451 img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.wire-channel-spotlight-media-303f1h451 span{
  position:absolute;
  left:50%;
  top:50%;
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  transform:translate(-50%,-50%);
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  background:rgba(0,0,0,.64);
  color:#fff;
  font-size:27px;
  box-shadow:0 12px 35px rgba(0,0,0,.46);
}

.wire-channel-spotlight-copy-303f1h451{
  display:grid;
  align-content:center;
  gap:10px;
  padding:30px;
}

.wire-channel-spotlight-copy-303f1h451 h2{
  margin:0;
  font-size:clamp(25px,3vw,38px);
  line-height:1.12;
}

.wire-channel-spotlight-copy-303f1h451 p{
  margin:0;
  color:#aebfcd;
  line-height:1.55;
}

.wire-channel-spotlight-copy-303f1h451 small{
  color:#839bad;
}

.wire-channel-spotlight-copy-303f1h451>a{
  width:max-content;
  margin-top:5px;
  padding:10px 17px;
  border-radius:999px;
  background:#e22646;
  color:#fff;
  text-decoration:none;
  font-weight:900;
}

.wire-channel-section-303f1h451{
  display:grid;
  gap:13px;
}

.wire-channel-section-303f1h451>header,
.wire-channel-panel-heading-303f1h451{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
}

.wire-channel-section-303f1h451 h2,
.wire-channel-panel-heading-303f1h451 h2{
  margin:2px 0 0;
  font-size:25px;
}

.wire-channel-section-303f1h451>header>a,
.wire-channel-section-303f1h451>header>button{
  border:0;
  background:transparent;
  color:#8fc6ee;
  text-decoration:none;
  font:inherit;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
}

.wire-channel-video-grid-303f1h451{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:15px;
}

.wire-channel-video-grid-303f1h451.is-home
>div:nth-child(n+9){
  display:none;
}

.wire-channel-video-grid-303f1h451
[data-wire-channel-video-item-303f1h451][hidden]{
  display:none!important;
}

.wire-channel-playlist-grid-303f1h451{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.wire-channel-playlist-grid-303f1h451 article{
  min-width:0;
}

.wire-channel-playlist-grid-303f1h451 a{
  display:grid;
  gap:8px;
  color:#fff;
  text-decoration:none;
}

.wire-channel-playlist-grid-303f1h451 a>div{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/9;
  border:1px solid rgba(75,109,136,.34);
  border-radius:13px;
  background:linear-gradient(135deg,#142d41,#07111b);
}

.wire-channel-playlist-grid-303f1h451 img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.wire-channel-playlist-grid-303f1h451 a>div>span{
  position:absolute;
  right:7px;
  bottom:7px;
  padding:5px 8px;
  border-radius:7px;
  background:rgba(0,0,0,.76);
  font-size:11px;
  font-weight:850;
}

.wire-channel-playlist-grid-303f1h451 strong{
  font-size:14px;
}

.wire-channel-playlist-grid-303f1h451 small{
  color:#869cac;
  line-height:1.4;
}

.wire-channel-collection-row-303f1h451{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
}

.wire-channel-collection-row-303f1h451 article a{
  display:grid;
  gap:7px;
  color:#fff;
  text-decoration:none;
}

.wire-channel-collection-row-303f1h451 img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:11px;
}

.wire-channel-collection-row-303f1h451 small{
  color:#879bab;
}

.wire-channel-community-grid-303f1h451,
.wire-channel-membership-grid-303f1h451,
.wire-channel-timeline-grid-303f1h451{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}

.wire-channel-community-grid-303f1h451 article,
.wire-channel-membership-grid-303f1h451 article,
.wire-channel-timeline-grid-303f1h451 article,
.wire-channel-about-grid-303f1h451>article{
  padding:17px;
  border:1px solid rgba(75,109,136,.3);
  border-radius:14px;
  background:#091722;
}

.wire-channel-community-grid-303f1h451 article>span,
.wire-channel-membership-grid-303f1h451 article>span{
  color:#ff9bad;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.wire-channel-community-grid-303f1h451 p,
.wire-channel-membership-grid-303f1h451 p,
.wire-channel-timeline-grid-303f1h451 p{
  color:#c0ced8;
  line-height:1.5;
}

.wire-channel-community-grid-303f1h451 small,
.wire-channel-timeline-grid-303f1h451 small{
  color:#8399a9;
}

.wire-channel-timeline-grid-303f1h451 a{
  display:inline-flex;
  margin-top:10px;
  color:#8fc6ee;
  text-decoration:none;
  font-weight:850;
}

.wire-channel-panel-heading-303f1h451 label{
  display:grid;
  gap:5px;
  width:min(360px,100%);
  color:#8499aa;
  font-size:11px;
  font-weight:800;
}

.wire-channel-panel-heading-303f1h451 input{
  width:100%;
  min-height:42px;
  padding:0 13px;
  border:1px solid #304d63;
  border-radius:999px;
  background:#07131d;
  color:#fff;
  font:inherit;
}

.wire-channel-about-grid-303f1h451{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:15px;
}

.wire-channel-about-grid-303f1h451 h2{
  margin:5px 0 11px;
}

.wire-channel-about-grid-303f1h451 p{
  color:#bccbd6;
  line-height:1.65;
}

.wire-channel-about-grid-303f1h451 dl{
  display:grid;
  grid-template-columns:95px minmax(0,1fr);
  gap:9px;
  margin:13px 0 0;
}

.wire-channel-about-grid-303f1h451 dt{
  color:#8298a9;
}

.wire-channel-about-grid-303f1h451 dd{
  margin:0;
  overflow-wrap:anywhere;
}

.wire-channel-about-grid-303f1h451 dd a{
  color:#8fc6ee;
}

.wire-channel-about-stats-303f1h451{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.wire-channel-about-stats-303f1h451 span{
  display:grid;
  gap:3px;
  padding:13px;
  border-radius:11px;
  background:#06111b;
  color:#849aaa;
  font-size:12px;
}

.wire-channel-about-stats-303f1h451 strong{
  color:#fff;
  font-size:22px;
}

.wire-channel-empty-303f1h451{
  padding:34px;
  border:1px dashed #36546a;
  border-radius:15px;
  color:#8fa3b3;
  text-align:center;
}

@media(max-width:1180px){
  .wire-channel-identity-303f1h451{
    grid-template-columns:auto minmax(0,1fr);
  }

  .wire-channel-actions-303f1h451{
    grid-column:1/-1;
    justify-content:flex-start;
  }

  .wire-channel-video-grid-303f1h451{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:820px){
  .wire-channel-banner-303f1h451{
    min-height:190px;
  }

  .wire-channel-identity-303f1h451{
    grid-template-columns:1fr;
    align-items:start;
    margin-top:-58px;
    padding:0 16px 20px;
  }

  .wire-channel-avatar-303f1h451{
    width:112px;
    height:112px;
    border-width:4px;
  }

  .wire-channel-actions-303f1h451{
    grid-column:auto;
  }

  .wire-channel-tabs-303f1h451{
    top:62px;
  }

  .wire-channel-spotlight-303f1h451{
    grid-template-columns:1fr;
  }

  .wire-channel-spotlight-media-303f1h451{
    min-height:0;
    aspect-ratio:16/9;
  }

  .wire-channel-spotlight-copy-303f1h451{
    padding:20px;
  }

  .wire-channel-video-grid-303f1h451,
  .wire-channel-collection-row-303f1h451{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x proximity;
    padding-bottom:5px;
  }

  .wire-channel-video-grid-303f1h451>div,
  .wire-channel-collection-row-303f1h451>article{
    flex:0 0 min(82vw,320px);
    scroll-snap-align:start;
  }

  .wire-channel-playlist-grid-303f1h451,
  .wire-channel-community-grid-303f1h451,
  .wire-channel-membership-grid-303f1h451,
  .wire-channel-timeline-grid-303f1h451,
  .wire-channel-about-grid-303f1h451{
    grid-template-columns:1fr;
  }

  .wire-channel-panel-heading-303f1h451{
    align-items:stretch;
    flex-direction:column;
  }

  .wire-channel-panel-heading-303f1h451 label{
    width:100%;
  }
}

@media(max-width:520px){
  .wire-channel-hero-303f1h451{
    margin-inline:-14px;
    border-inline:0;
    border-radius:0;
  }

  .wire-channel-copy-303f1h451 h1{
    font-size:30px;
  }

  .wire-channel-actions-303f1h451{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
  }

  .wire-channel-actions-303f1h451 a,
  .wire-channel-actions-303f1h451 form,
  .wire-channel-actions-303f1h451 button{
    width:100%;
  }

  .wire-channel-section-303f1h451 h2,
  .wire-channel-panel-heading-303f1h451 h2{
    font-size:21px;
  }
}

/* wire-channel-tab-runtime-and-alignment-303f1h460 */

.wire-channel-tabs-303f1h451{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(104px,1fr));
  align-items:stretch;
  gap:5px;
  overflow-x:visible;
}

.wire-channel-tabs-303f1h451 button,
.wire-channel-tabs-303f1h451 a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-width:0;
  min-height:44px;
  padding:0 12px;
  line-height:1;
  text-align:center;
  white-space:nowrap;
}

.wire-channel-tabs-303f1h451 button.is-active,
.wire-channel-tabs-303f1h451 a.is-active{
  background:rgba(255,35,71,.16);
  color:#fff;
  box-shadow:inset 0 -2px 0 #ff3155;
}

@media(max-width:820px){
  .wire-channel-tabs-303f1h451{
    display:flex;
    align-items:stretch;
    justify-content:flex-start;
    overflow-x:auto;
  }

  .wire-channel-tabs-303f1h451 button,
  .wire-channel-tabs-303f1h451 a{
    flex:0 0 auto;
    width:auto;
    min-width:104px;
  }
}
