:root{--gold:#c99a4c;--gold-bright:#f2c879;--ink:#050505;--cream:#f7ead1}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#030303;color:#fff;font-family:Inter,Arial,Helvetica,sans-serif}
body{overflow-x:hidden}
a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}
.huddle-home{position:relative;width:100%;min-height:100svh;overflow:hidden;background:#020202;isolation:isolate}
.immersive-home{min-height:1120px;padding-bottom:20px}
.entrance-scene{position:absolute;inset:0;z-index:0;overflow:hidden;background:#050505}
.entrance-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;transform:scale(1.005);filter:saturate(.93) contrast(1.05) brightness(.78);transition:transform 2.2s cubic-bezier(.18,.75,.18,1),filter 1.4s ease}
.entrance-vignette{position:absolute;inset:0;background:radial-gradient(circle at 50% 34%,transparent 18%,rgba(0,0,0,.08) 48%,rgba(0,0,0,.72) 100%),linear-gradient(180deg,rgba(0,0,0,.22),transparent 34%,rgba(0,0,0,.22) 56%,rgba(0,0,0,.9) 79%,#030303 100%);pointer-events:none}
.door-light{position:absolute;top:7%;bottom:46%;width:4px;background:linear-gradient(transparent,var(--gold-bright) 14%,#fff3c3 50%,var(--gold-bright) 86%,transparent);filter:blur(1px);opacity:.22;box-shadow:0 0 18px var(--gold),0 0 42px rgba(201,154,76,.75);animation:doorGlow 3.4s ease-in-out infinite}
.door-light-left{left:31.7%}.door-light-right{right:31.7%;animation-delay:1.7s}
.floor-glow{position:absolute;left:29%;right:29%;top:44%;height:24%;background:radial-gradient(ellipse at center,rgba(201,154,76,.22),transparent 68%);filter:blur(18px);animation:floorPulse 3.2s ease-in-out infinite}
.entrance-header{position:absolute;z-index:15;left:0;right:0;top:0;display:flex;align-items:center;justify-content:space-between;padding:max(16px,env(safe-area-inset-top)) clamp(16px,3vw,42px) 16px;background:linear-gradient(180deg,rgba(0,0,0,.58),transparent)}
.entrance-mini-brand img{display:block;width:54px;height:54px;border-radius:12px;border:1px solid rgba(201,154,76,.62);box-shadow:0 8px 28px rgba(0,0,0,.45)}
.entrance-nav{display:flex;gap:10px;align-items:center;margin-right:clamp(150px,14vw,210px)}
.entrance-nav a,.entrance-controls a,.entrance-controls button{font:inherit;text-decoration:none;border:1px solid rgba(201,154,76,.48);background:rgba(5,5,5,.74);color:#fff;border-radius:999px;padding:10px 15px;backdrop-filter:blur(10px);cursor:pointer;transition:.2s ease}
.entrance-nav a:hover,.entrance-controls a:hover,.entrance-controls button:hover{background:var(--gold);color:#080808;border-color:var(--gold)}
.door-action{position:absolute;z-index:18;right:clamp(18px,3vw,46px);top:max(18px,env(safe-area-inset-top));display:grid;place-items:center}
.enter-huddle{position:relative;text-decoration:none;touch-action:manipulation;width:clamp(128px,10vw,168px);aspect-ratio:1;border:0;border-radius:50%;padding:0;background:transparent;color:#fff;cursor:pointer;display:grid;place-items:center;filter:drop-shadow(0 14px 24px rgba(0,0,0,.78))}
.button-core{position:relative;z-index:2;width:78%;height:78%;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 48% 38%,#27221a 0,#0b0a08 55%,#000 100%);border:2px solid var(--gold);box-shadow:inset 0 0 0 5px rgba(201,154,76,.11),inset 0 0 30px rgba(201,154,76,.13),0 0 22px rgba(201,154,76,.42);transition:transform .25s ease,box-shadow .25s ease}
.button-core:before{content:"";position:absolute;inset:8px;border-radius:50%;border:1px solid rgba(242,200,121,.32)}
.button-kicker{font-size:clamp(.39rem,.52vw,.56rem);letter-spacing:.14em;color:#d9b36f;margin-bottom:6px}
.button-core strong{max-width:84%;font-size:clamp(.74rem,.9vw,.98rem);line-height:1.06;letter-spacing:.035em}
.button-core small{margin-top:6px;color:#bfb4a3;font-size:.54rem;letter-spacing:.11em;text-transform:uppercase}
.pulse-ring{position:absolute;inset:2%;border:2px solid rgba(242,200,121,.76);border-radius:50%;opacity:0;animation:huddlePulse 2.5s ease-out infinite}.ring-two{animation-delay:1.25s}
.enter-huddle:hover .button-core,.enter-huddle:focus-visible .button-core{transform:scale(1.06);box-shadow:inset 0 0 0 5px rgba(201,154,76,.18),inset 0 0 34px rgba(201,154,76,.2),0 0 38px rgba(242,200,121,.68)}
.enter-huddle:focus-visible{outline:3px solid #fff;outline-offset:7px}
.entrance-controls{position:absolute;z-index:16;right:clamp(25px,4vw,58px);top:clamp(164px,15vw,218px);display:flex;flex-direction:column;align-items:flex-end;gap:7px}.entrance-controls button,.entrance-controls a{font-size:.72rem;padding:7px 11px}

.immersive-content{position:absolute;z-index:10;left:clamp(18px,3vw,54px);right:clamp(18px,3vw,54px);bottom:18px;padding:18px 22px 14px;border:1px solid rgba(201,154,76,.34);border-radius:24px;background:linear-gradient(145deg,rgba(8,8,8,.92),rgba(3,3,3,.96));box-shadow:0 28px 80px rgba(0,0,0,.6);backdrop-filter:blur(18px)}
.content-topline{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,2.25fr);gap:22px;align-items:stretch}
.content-intro{display:flex;flex-direction:column;justify-content:center;padding:12px 10px 12px 12px}
.content-intro h1{font-size:clamp(31px,3.8vw,58px);line-height:.98;letter-spacing:-.055em;margin:12px 0 12px;text-shadow:0 5px 18px #000}
.content-intro p{margin:0 0 24px;color:#d1c8bd;font-size:clamp(14px,1.1vw,17px);line-height:1.55;max-width:420px}
.youtube-channel-actions{justify-content:flex-start}
.youtube-browser{display:grid!important;grid-template-columns:minmax(0,1.38fr) minmax(290px,.72fr)!important;min-height:0;border-radius:18px!important;background:rgba(4,4,4,.78)!important;box-shadow:none!important}
.youtube-feature-copy{padding:12px 16px 14px!important}.youtube-feature-copy h2{margin:5px 0 3px;font-size:clamp(18px,2vw,27px);line-height:1.08}.youtube-feature-copy p{font-size:11px}
.youtube-player-wrap{aspect-ratio:16/9;max-height:330px}
.youtube-library{padding:14px!important}.youtube-library-head{margin-bottom:10px!important}.youtube-library-head h2{margin:3px 0 0;font-size:20px}.youtube-video-list{max-height:300px!important;gap:8px!important}.youtube-video-card{grid-template-columns:105px minmax(0,1fr)!important;padding:6px!important}.youtube-video-card strong{font-size:11px!important}.youtube-video-card small,.youtube-card-copy em{font-size:8px!important}.youtube-thumb{border-radius:7px!important}
.home-shortcut-grid{padding:12px 0 0!important;margin:0!important;max-width:none!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.home-shortcut-grid a{min-height:72px!important;padding:12px 14px!important;background:linear-gradient(145deg,rgba(22,18,14,.93),rgba(7,7,7,.96))!important}.home-shortcut-grid span{width:40px!important;height:40px!important}.home-shortcut-grid strong{font-size:13px!important}.home-shortcut-grid small{font-size:10px!important}
.landing-overlay{transition:opacity .34s ease,transform .42s ease,filter .34s ease}

.entry-transition{position:absolute;z-index:30;inset:0;pointer-events:none;background:#000;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility 0s linear .65s}
.transition-room{position:absolute;inset:0;overflow:hidden}.transition-room img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.16);filter:brightness(.38);transition:transform 1.8s cubic-bezier(.18,.8,.18,1),filter 1.3s ease}.transition-room-light{position:absolute;inset:0;background:radial-gradient(circle at 50% 45%,rgba(242,200,121,.24),transparent 42%),radial-gradient(circle,transparent 24%,rgba(0,0,0,.72) 100%)}
.transition-copy{position:absolute;z-index:2;left:50%;bottom:9%;transform:translateX(-50%) translateY(16px);text-align:center;opacity:0;text-shadow:0 4px 18px #000;transition:.7s ease .65s}.transition-copy small{display:block;color:var(--gold-bright);letter-spacing:.24em;font-weight:800}.transition-copy strong{display:block;margin-top:8px;font-size:clamp(1.4rem,3vw,2.8rem);letter-spacing:.06em}
.huddle-home.entering .entrance-image{transform:scale(1.8);filter:brightness(.26) blur(2px)}
.huddle-home.entering .landing-overlay{opacity:0;transform:translateY(8px) scale(.99);filter:blur(3px);pointer-events:none}
.huddle-home.entering .entry-transition{opacity:1;visibility:visible;transition:opacity .75s ease .55s}
.huddle-home.entering .transition-room img{transform:scale(1);filter:brightness(.88)}
.huddle-home.entering .transition-copy{opacity:1;transform:translateX(-50%) translateY(0)}
.huddle-home.leaving .entry-transition{opacity:0;transition:opacity .45s ease}
.screen-reader-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
@keyframes huddlePulse{0%{transform:scale(.72);opacity:.9}75%,100%{transform:scale(1.22);opacity:0}}
@keyframes doorGlow{0%,100%{opacity:.16;filter:blur(1px)}50%{opacity:.58;filter:blur(.4px)}}
@keyframes floorPulse{0%,100%{opacity:.35;transform:scale(.92)}50%{opacity:.8;transform:scale(1.08)}}

@media(max-width:1100px){
  .immersive-home{min-height:1220px}
  .content-topline{grid-template-columns:1fr}
  .content-intro{display:grid;grid-template-columns:1fr auto;column-gap:20px;align-items:end}
  .content-intro .premium-kicker,.content-intro h1,.content-intro p{grid-column:1}.content-intro .youtube-channel-actions{grid-column:2;grid-row:1/4;align-self:center;max-width:310px}
  .youtube-browser{grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr)!important}
}
@media(max-width:820px){
  .immersive-home{min-height:1420px}
  .entrance-image{height:670px;object-position:center top}.entrance-vignette{background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.1) 38%,rgba(0,0,0,.8) 52%,#030303 68%)}
  .door-light{bottom:auto;height:400px}.floor-glow{top:390px}
  .entrance-nav{margin-right:112px}.entrance-nav a{padding:8px 11px;font-size:.8rem}.entrance-nav a:first-child{display:none}
  .door-action{right:10px;top:12px}.enter-huddle{width:112px}.button-kicker{font-size:.33rem}.button-core strong{font-size:.66rem}.button-core small{font-size:.44rem}
  .entrance-controls{top:128px;right:16px}.entrance-controls button,.entrance-controls a{font-size:.64rem;padding:6px 9px}
  .immersive-content{top:520px;bottom:auto;left:12px;right:12px;padding:16px;border-radius:20px}
  .content-intro{display:block;padding:4px}.content-intro .youtube-channel-actions{margin-bottom:16px;max-width:none}
  .youtube-browser{grid-template-columns:1fr!important}.youtube-feature{border-right:0!important;border-bottom:1px solid rgba(185,145,88,.18)}.youtube-library{min-height:0}.youtube-video-list{display:flex!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important}.youtube-video-card{flex:0 0 240px;grid-template-columns:1fr!important}.youtube-thumb{width:100%}
  .home-shortcut-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:540px){
  .immersive-home{min-height:1510px}.entrance-image{height:560px}.entrance-mini-brand img{width:44px;height:44px}.entrance-nav{margin-right:92px}.entrance-nav a{font-size:.7rem;padding:7px 9px}.entrance-nav a:last-child{display:none}
  .door-action{top:8px}.enter-huddle{width:96px}.button-core{width:82%;height:82%}.button-kicker{display:none}.button-core strong{font-size:.58rem}.button-core small{font-size:.38rem;margin-top:4px}
  .entrance-controls{top:108px}.immersive-content{top:445px;padding:13px}.content-intro h1{font-size:35px}.content-intro p{font-size:14px}.youtube-channel-actions{display:grid!important;grid-template-columns:1fr auto;width:100%}.youtube-handle{min-width:0;padding:9px 10px}.youtube-handle strong{font-size:10px!important}.youtube-handle small{font-size:7px!important}.youtube-subscribe{min-height:42px!important;padding:8px 12px!important}
  .home-shortcut-grid{grid-template-columns:1fr!important}.home-shortcut-grid a{min-height:62px!important}.youtube-player-wrap{max-height:none}
}
@media(prefers-reduced-motion:reduce){.pulse-ring,.door-light,.floor-glow{animation:none}.entrance-image,.transition-room img,.entry-transition,.transition-copy,.landing-overlay{transition-duration:.15s!important}}
.huddle-home.preparing-entry .landing-overlay{opacity:0;transform:translateY(6px) scale(.995);filter:blur(2px);pointer-events:none}

/* v2.1.4 — single-screen immersive entrance */
html,body{height:100%;overflow:hidden}
.huddle-home,.immersive-home{height:100svh;min-height:0;padding-bottom:0;overflow:hidden}
.entrance-image{height:100%;object-position:center center}
.entrance-vignette{background:radial-gradient(circle at 50% 31%,transparent 17%,rgba(0,0,0,.08) 48%,rgba(0,0,0,.68) 100%),linear-gradient(180deg,rgba(0,0,0,.16),transparent 39%,rgba(0,0,0,.2) 56%,rgba(0,0,0,.88) 100%)}
.immersive-content{bottom:12px;padding:12px 16px;border-radius:20px;max-height:43svh;overflow:hidden}
.content-topline{grid-template-columns:minmax(210px,.58fr) minmax(0,2.5fr);gap:14px;height:100%}
.content-intro{padding:6px 6px 6px 8px}
.content-intro h1{font-size:clamp(25px,2.5vw,43px);margin:7px 0 8px}
.content-intro p{font-size:clamp(12px,.85vw,14px);line-height:1.42;margin:0 0 12px;max-width:330px}
.youtube-channel-actions{gap:8px!important}.youtube-handle{padding:8px 10px!important}.youtube-subscribe{min-height:40px!important;padding:8px 13px!important}
.youtube-browser{grid-template-columns:minmax(0,1.5fr) minmax(250px,.65fr)!important;height:100%;max-height:39svh}
.youtube-feature{min-height:0}.youtube-player-wrap{max-height:25svh;aspect-ratio:16/9}
.youtube-feature-copy{padding:7px 12px 8px!important}.youtube-feature-copy h2{font-size:clamp(15px,1.35vw,21px);margin:3px 0 2px}.youtube-feature-copy p{margin:0}
.youtube-library{padding:10px!important;overflow:hidden}.youtube-library-head{margin-bottom:6px!important}.youtube-library-head h2{font-size:16px}.youtube-library-head a{font-size:10px}
.youtube-video-list{max-height:30svh!important;gap:6px!important}.youtube-video-card{grid-template-columns:82px minmax(0,1fr)!important;padding:5px!important}.youtube-video-card strong{font-size:10px!important}.youtube-thumb{min-height:46px}
.home-shortcut-grid{display:none!important}

@media(max-width:1100px){
  .immersive-home{height:100svh;min-height:0}
  .content-topline{grid-template-columns:minmax(190px,.52fr) minmax(0,2.5fr)}
  .content-intro{display:flex}.content-intro .premium-kicker,.content-intro h1,.content-intro p,.content-intro .youtube-channel-actions{grid-column:auto;grid-row:auto}
  .youtube-browser{grid-template-columns:minmax(0,1.45fr) minmax(240px,.7fr)!important}
}
@media(max-width:820px){
  html,body{overflow:hidden}
  .immersive-home{height:100svh;min-height:0}
  .entrance-image{height:100%;object-position:center top}
  .entrance-vignette{background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.08) 38%,rgba(0,0,0,.66) 58%,rgba(0,0,0,.94) 100%)}
  .immersive-content{top:auto;bottom:max(8px,env(safe-area-inset-bottom));left:8px;right:8px;max-height:48svh;padding:10px;border-radius:16px}
  .content-topline{display:grid;grid-template-columns:1fr;height:100%;gap:8px}
  .content-intro{display:grid;grid-template-columns:1fr auto;gap:5px 10px;padding:0 2px;align-items:center}
  .content-intro .premium-kicker,.content-intro h1,.content-intro p{grid-column:1}.content-intro .youtube-channel-actions{grid-column:2;grid-row:1/4;margin:0;align-self:center;display:flex!important;flex-direction:column}
  .content-intro h1{font-size:25px;margin:2px 0}.content-intro p{display:none}
  .youtube-browser{grid-template-columns:minmax(0,1.4fr) minmax(210px,.7fr)!important;max-height:34svh}
  .youtube-feature{border-right:1px solid rgba(185,145,88,.18)!important;border-bottom:0!important}
  .youtube-player-wrap{max-height:23svh}.youtube-library{min-height:0}.youtube-video-list{display:grid!important;max-height:26svh!important;overflow-y:auto!important;overflow-x:hidden!important}.youtube-video-card{flex:none;grid-template-columns:70px minmax(0,1fr)!important}.youtube-thumb{width:auto}
}
@media(max-width:540px){
  .immersive-home{height:100svh;min-height:0}.entrance-image{height:100%}
  .immersive-content{bottom:max(6px,env(safe-area-inset-bottom));max-height:46svh;padding:8px}
  .content-intro{grid-template-columns:1fr auto}.content-intro .premium-kicker{font-size:7px}.content-intro h1{font-size:20px}.content-intro .youtube-channel-actions{flex-direction:row}.youtube-handle{max-width:150px}.youtube-handle span:last-child{display:none}.youtube-subscribe{min-height:34px!important;padding:6px 9px!important;font-size:10px!important}
  .youtube-browser{grid-template-columns:1fr!important;max-height:34svh;overflow:hidden}.youtube-feature{border-right:0!important}.youtube-player-wrap{max-height:24svh}.youtube-feature-copy{display:none}.youtube-library{display:none}
  .entrance-controls{top:102px}.door-action{top:6px}.enter-huddle{width:92px}
}


/* v2.1.5 — larger player, cleaner metadata and discreet video browser */
@media (min-width: 821px){
  .immersive-content{padding:14px 18px 12px;bottom:14px}
  .content-topline{grid-template-columns:minmax(230px,.55fr) minmax(0,2.65fr);gap:18px}
  .content-intro{padding:8px 4px 8px 8px}
  .content-intro h1{font-size:clamp(30px,3.15vw,50px);margin:9px 0 9px}
  .content-intro p{font-size:clamp(13px,.95vw,15px);line-height:1.45;margin-bottom:14px}
  .youtube-channel-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;width:100%}
  .youtube-handle{min-width:0;padding:8px 10px;gap:9px}
  .youtube-handle strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .youtube-handle small{font-size:7px}
  .youtube-mark{width:31px;height:31px}
  .youtube-subscribe{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:9px 13px!important;white-space:nowrap;font-size:12px!important;border-radius:11px!important}
  .youtube-browser{grid-template-columns:minmax(0,1.78fr) minmax(275px,.62fr)!important}
  .youtube-feature{display:flex;min-height:0}
  .youtube-player-wrap{flex:1;aspect-ratio:16/9;max-height:none!important;min-height:0}
  .youtube-feature-copy{display:none!important}
  .youtube-library{padding:12px!important}
  .youtube-library-head{margin-bottom:7px!important}
  .youtube-library-head h2{font-size:18px}
  .youtube-video-list{max-height:278px!important;padding-right:7px!important;scrollbar-width:thin;scrollbar-color:rgba(201,154,76,.38) transparent}
  .youtube-video-list::-webkit-scrollbar{width:5px}
  .youtube-video-list::-webkit-scrollbar-track{background:transparent}
  .youtube-video-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(242,200,121,.48),rgba(201,154,76,.22));border-radius:999px}
  .youtube-video-list::-webkit-scrollbar-thumb:hover{background:rgba(242,200,121,.62)}
  .youtube-video-card{grid-template-columns:98px minmax(0,1fr)!important;padding:5px!important;gap:9px!important}
}

@media (max-width: 820px){
  .youtube-feature-copy{display:none!important}
  .youtube-channel-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;width:100%}
  .youtube-subscribe{display:inline-flex!important;align-items:center;justify-content:center;padding:9px 12px!important;white-space:nowrap}
  .youtube-video-list{scrollbar-width:none}
  .youtube-video-list::-webkit-scrollbar{display:none}
}

/* v2.2.0 — Proving Ground TV branding while retaining the official YouTube player */
.tv-channel-card{
  display:grid;
  gap:9px;
  margin-top:14px;
}
.tv-channel-card .youtube-handle{
  width:100%;
  box-sizing:border-box;
}
.tv-channel-card .youtube-subscribe{
  display:flex!important;
  width:100%;
  min-height:44px;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  text-align:center;
  background:#ff0033!important;
  color:#fff!important;
  border-color:#ff3158!important;
  box-shadow:0 10px 24px rgba(255,0,51,.24);
}
.tv-channel-card .youtube-subscribe:hover{
  filter:brightness(1.08);
  transform:translateY(-1px);
}
.youtube-feature{
  position:relative;
}
.youtube-feature::before{
  content:'FEATURED ON THE PROVING GROUND TV';
  position:absolute;
  z-index:4;
  top:12px;
  left:12px;
  padding:7px 10px;
  border:1px solid rgba(218,170,88,.5);
  border-radius:999px;
  background:rgba(4,4,4,.76);
  color:#e8c47d;
  font-size:9px;
  font-weight:800;
  letter-spacing:.13em;
  pointer-events:none;
  backdrop-filter:blur(8px);
}
.youtube-card-copy small{display:none!important}
.youtube-card-copy em{color:#d6a957!important;font-style:normal!important;font-weight:800!important;letter-spacing:.03em}
#youtubeFeatureDate{display:none!important}

@media (min-width:821px){
  .content-topline{grid-template-columns:minmax(245px,.62fr) minmax(0,2.55fr)}
  .content-intro h1{font-size:clamp(29px,2.8vw,46px)}
  .content-intro p{margin-bottom:0}
  .youtube-channel-actions{display:none!important}
  .youtube-video-list{scrollbar-width:thin;scrollbar-color:rgba(201,154,76,.28) transparent}
  .youtube-video-list::-webkit-scrollbar{width:3px}
  .youtube-video-list::-webkit-scrollbar-thumb{background:rgba(201,154,76,.32)}
}
@media (max-width:820px){
  .tv-channel-card{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;margin-top:9px}
  .tv-channel-card .youtube-subscribe{width:auto;min-height:40px;padding-inline:12px!important;font-size:10px!important}
  .tv-channel-card .youtube-handle{min-width:0}
  .youtube-feature::before{top:8px;left:8px;font-size:7px;padding:5px 7px}
}
@media (max-width:520px){
  .tv-channel-card{grid-template-columns:1fr}
  .tv-channel-card .youtube-subscribe{width:100%}
}
