
:root{
  --pbba-fg:#e8fff7;
  --pbba-dim:rgba(232,255,247,.78);
  --pbba-line:rgba(120,255,255,.24);
  --pbba-line-2:rgba(120,255,255,.12);
  --pbba-bg:rgba(3,6,10,.58);
  --pbba-bg-2:rgba(3,6,10,.78);
  --pbba-shadow:0 18px 48px rgba(0,0,0,.34);
  --pbba-radius:18px;
}

.pb-terminal{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  background:linear-gradient(180deg,var(--pbba-bg),var(--pbba-bg-2));
  border:1px solid var(--pbba-line);
  border-radius:var(--pbba-radius);
  box-shadow:var(--pbba-shadow);
  backdrop-filter:blur(8px);
  overflow:hidden;
  margin:16px 0;
}
.pb-terminal__title{
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-size:12px;
  padding:12px 14px;
  border-bottom:1px solid var(--pbba-line-2);
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,0));
  color:var(--pbba-fg);
}
.pb-terminal__body{padding:14px;color:var(--pbba-dim);font-size:14px;line-height:1.6}
.pb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}
.pb-kv{border:1px solid var(--pbba-line-2);border-radius:14px;padding:12px;background:rgba(0,0,0,.22)}
.pb-kv__k{font-size:11px;letter-spacing:.14em;text-transform:uppercase;opacity:.84}
.pb-kv__v{font-size:clamp(18px,2vw,24px);font-weight:900;margin-top:6px;color:var(--pbba-fg)}
.pb-link{color:inherit;text-decoration:none;border-bottom:1px dashed rgba(120,255,255,.35)}
.pb-link:hover{border-bottom-style:solid}
.pb-note{opacity:.92}
.pb-note--warn{border:1px solid rgba(255,180,80,.35);background:rgba(80,40,0,.18);padding:10px;border-radius:12px}
.pb-stack{display:grid;gap:14px}
.pb-stack--rail > .pb-terminal{margin:0}

.pb-list{display:flex;flex-direction:column;gap:10px}
.pb-item{
  display:grid;
  grid-template-columns:auto 56px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  border:1px solid var(--pbba-line-2);
  border-radius:16px;
  background:rgba(0,0,0,.22);
  padding:10px 12px;
}
.pb-item__rank{min-width:42px;font-weight:900;letter-spacing:.08em;opacity:.9;color:var(--pbba-fg)}
.pb-item__cover,.pb-item__avatar{width:56px;height:56px;border-radius:14px;overflow:hidden;border:1px solid var(--pbba-line-2);background:rgba(0,0,0,.35)}
.pb-item__avatar{width:44px;height:44px;border-radius:12px}
.pb-item__cover img,.pb-item__avatar img{width:100%;height:100%;object-fit:cover;display:block}
.pb-item__main{min-width:0}
.pb-item__title{display:block;font-weight:900;letter-spacing:.02em;text-decoration:none;color:var(--pbba-fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pb-item__title:hover{text-decoration:underline}
.pb-item__meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;opacity:.95}
.pb-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;border:1px solid var(--pbba-line-2);background:rgba(0,0,0,.28);font-size:11px;line-height:1.2}
.pb-btn{cursor:pointer;font:inherit;font-weight:900;letter-spacing:.10em;text-transform:uppercase;border-radius:12px;padding:9px 12px;border:1px solid rgba(120,255,255,.25);background:rgba(0,0,0,.35);color:var(--pbba-fg);min-height:40px}
.pb-btn:hover{background:rgba(0,0,0,.5)}
.pb-btn:active{transform:translateY(1px)}
.pb-btn--ghost{background:rgba(0,0,0,.18)}
.pb-btn--primary{border-color:rgba(120,255,255,.55);background:rgba(0,0,0,.45)}
.pb-share.pb-share--ok{border-color:rgba(120,255,255,.55)}

.pb-form__inner{display:flex;flex-direction:column;gap:12px}
.pb-form__row{display:flex;flex-direction:column;gap:8px}
.pb-form__label{font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:12px;opacity:.9;color:var(--pbba-fg)}
.pb-input{font:inherit;color:var(--pbba-fg);background:rgba(0,0,0,.25);border:1px solid var(--pbba-line-2);border-radius:12px;padding:12px 12px;outline:none}
.pb-input:focus{border-color:rgba(120,255,255,.55)}
.pb-file{font:inherit;color:var(--pbba-dim)}
.pb-form__hint{font-size:12px;opacity:.8}
.pb-form__checks{display:flex;flex-wrap:wrap;gap:10px}
.pb-check{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--pbba-line-2);background:rgba(0,0,0,.18);cursor:pointer}
.pb-check input{accent-color:auto}
.pb-editor .wp-editor-wrap{border:1px solid var(--pbba-line-2);border-radius:12px;overflow:hidden;background:rgba(0,0,0,.18)}
.pb-form__actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}

body.pb-transmission-single .entry-header,
body.pb-transmission-single .wp-block-post-title{margin-bottom:14px}
body.pb-transmission-single .entry-title,
body.pb-transmission-single h1.wp-block-post-title,
body.pb-transmission-archive .entry-title{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  letter-spacing:.06em;
  text-transform:uppercase;
}
body.pb-transmission-single .entry-content,
body.pb-transmission-single .wp-block-post-content,
body.pb-transmission-archive article.post,
body.pb-transmission-archive article.type-post{
  background:linear-gradient(180deg,rgba(4,6,8,.42),rgba(4,6,8,.62));
  border:1px solid var(--pbba-line-2);
  border-radius:18px;
  padding:clamp(14px,2.2vw,26px);
  backdrop-filter:blur(6px);
  box-shadow:var(--pbba-shadow);
}
body.pb-transmission-archive article.post,
body.pb-transmission-archive article.type-post{padding:18px}
body.pb-transmission-single .entry-content h2,
body.pb-transmission-single .wp-block-post-content h2,
body.pb-transmission-single .entry-content h3,
body.pb-transmission-single .wp-block-post-content h3,
body.pb-transmission-archive article h2,
body.pb-transmission-archive article h3{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  letter-spacing:.10em;
  text-transform:uppercase;
}
body.pb-transmission-single .entry-content a,
body.pb-transmission-single .wp-block-post-content a,
body.pb-transmission-archive article a{color:inherit;border-bottom:1px dashed rgba(120,255,255,.35);text-decoration:none}
body.pb-transmission-single .entry-content a:hover,
body.pb-transmission-single .wp-block-post-content a:hover,
body.pb-transmission-archive article a:hover{border-bottom-style:solid}
body.pb-transmission-archive .ast-article-post{margin-bottom:20px}
body.pb-transmission-archive .entry-meta,body.pb-transmission-single .entry-meta{opacity:.8;font-size:12px}
body.pb-transmission-archive #secondary .widget,
body.pb-transmission-single #secondary .widget{
  background:linear-gradient(180deg,rgba(4,6,8,.42),rgba(4,6,8,.62));
  border:1px solid var(--pbba-line-2);
  border-radius:16px;
  padding:16px;
  box-shadow:var(--pbba-shadow);
}
body.pb-transmission-archive #secondary .widget-title,
body.pb-transmission-single #secondary .widget-title{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;letter-spacing:.14em;text-transform:uppercase}
body.pb-fullwidth .site-content,
body.pb-fullwidth .content-area,
body.pb-fullwidth .ast-container,
body.pb-fullwidth .ast-container-fluid,
body.pb-fullwidth .entry-content,
body.pb-fullwidth .wp-block-group{max-width:none !important;width:100% !important}
body.pb-fullwidth .entry-content{padding-left:clamp(12px,3vw,28px);padding-right:clamp(12px,3vw,28px)}

@media (max-width: 920px){
  .pb-item{grid-template-columns:42px 48px minmax(0,1fr);align-items:start}
  .pb-item__cover,.pb-item__avatar{width:48px;height:48px}
  .pb-item__rank{min-width:0;padding-top:6px}
  .pb-item > .pb-btn{grid-column:1 / -1;width:100%}
  .pb-terminal__body{padding:12px}
}
@media (max-width: 640px){
  .pb-grid{grid-template-columns:1fr}
  .pb-item{grid-template-columns:1fr;gap:10px;text-align:center}
  .pb-item__rank{order:0;justify-self:center}
  .pb-item__cover{width:96px;height:96px;justify-self:center}
  .pb-item__avatar{width:64px;height:64px;justify-self:center}
  .pb-item__main{order:2}
  .pb-item__title{white-space:normal}
  .pb-item__meta{justify-content:center}
  .pb-item > .pb-btn{justify-self:center;width:100%}
  .pb-form__checks{display:grid;grid-template-columns:1fr;gap:8px}
  .pb-check{justify-content:flex-start}
}


.pb-read-reward__lead{margin-bottom:12px;font-size:14px;color:var(--pbba-fg)}
.pb-read-reward__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.pb-list--compact{gap:12px}
.pb-item--compact{grid-template-columns:72px minmax(0,1fr);padding:12px}
.pb-item--compact .pb-item__cover{width:72px;height:72px;border-radius:16px}
.pb-item--compact .pb-item__meta{margin-top:8px}
body.pb-transmission-single .entry-content,
body.pb-transmission-single .wp-block-post-content{display:grid;gap:18px}
body.pb-transmission-single .entry-header,
body.pb-transmission-single .wp-block-post-title{
  padding:clamp(14px,2vw,22px);
  border:1px solid var(--pbba-line-2);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(4,6,8,.36),rgba(4,6,8,.58));
  box-shadow:var(--pbba-shadow);
}
body.pb-transmission-single .post-navigation,
body.pb-transmission-single .comments-area,
body.pb-transmission-single .ast-author-box{
  background:linear-gradient(180deg,rgba(4,6,8,.42),rgba(4,6,8,.62));
  border:1px solid var(--pbba-line-2);
  border-radius:18px;
  padding:clamp(14px,2vw,22px);
  box-shadow:var(--pbba-shadow);
}
body.pb-transmission-single .post-navigation a,
body.pb-transmission-single .ast-author-box a{color:var(--pbba-fg)}
@media (max-width: 768px){
  .pb-read-reward__grid{grid-template-columns:1fr}
  .pb-item--compact{grid-template-columns:56px minmax(0,1fr)}
  .pb-item--compact .pb-item__cover{width:56px;height:56px}
}

.pb-check--lane{display:block;border:1px solid rgba(0,255,200,.18);border-radius:14px;padding:12px 14px;margin-bottom:10px;background:rgba(0,0,0,.35)}
.pb-check--lane input{margin-right:10px}
.pb-check--lane small{display:block;opacity:.8;margin-left:24px;margin-top:4px}
.pb-cost-badge{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;border:1px solid rgba(0,255,200,.24);font-size:11px;letter-spacing:.06em}


.pb-post-content-wrap{
  padding:clamp(16px,2.5vw,28px);
  border:1px solid var(--pbba-line-2);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(4,6,8,.42),rgba(4,6,8,.62));
  box-shadow:var(--pbba-shadow);
}
.pb-post-content-wrap > *:first-child{margin-top:0}
.pb-post-content-wrap > *:last-child{margin-bottom:0}
.pb-post-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:18px;align-items:stretch}
.pb-post-hero__media img{display:block;width:100%;height:100%;max-height:360px;object-fit:cover;border-radius:18px;border:1px solid var(--pbba-line-2)}
.pb-post-hero__body{display:grid;gap:12px;align-content:center}
.pb-post-hero__chips{display:flex;flex-wrap:wrap;gap:8px}
.pb-chip{display:inline-flex;align-items:center;padding:5px 10px;border:1px solid rgba(120,255,255,.22);border-radius:999px;background:rgba(0,0,0,.28);font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.pb-post-hero__title{margin:0;font-size:clamp(26px,3vw,42px);line-height:1.05;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;letter-spacing:.06em;text-transform:uppercase}
.pb-post-hero__title a{text-decoration:none;border:0}
.pb-post-hero__meta{display:flex;flex-wrap:wrap;gap:12px 18px;opacity:.84;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.pb-post-hero__excerpt{font-size:15px;line-height:1.75;color:var(--pbba-fg);opacity:.94}
body.pb-transmission-single .entry-content,body.pb-transmission-single .wp-block-post-content{padding:0}
body.pb-transmission-single article.post,body.pb-transmission-single article.type-post{padding:clamp(16px,2.5vw,26px)}
@media (max-width: 900px){.pb-post-hero{grid-template-columns:1fr}.pb-post-hero__media img{max-height:240px}.pb-post-hero__title{font-size:clamp(22px,7vw,32px)}}


/* ==== 0.4.9 signal polish ==== */
body.pb-transmission-single .entry-content,
body.pb-transmission-single .wp-block-post-content{
  padding:clamp(18px,2.8vw,34px) !important;
}
body.pb-transmission-single .comment-respond,
body.pb-transmission-single .comment-list,
body.pb-transmission-single .comments-title{max-width:100%;}
body.pb-transmission-single .comments-title,
body.pb-transmission-single .comment-reply-title{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--pbba-fg);
}
body.pb-transmission-single .comment-list{list-style:none;margin:0;padding:0;display:grid;gap:14px;}
body.pb-transmission-single .comment-list .children{list-style:none;margin:14px 0 0 18px;padding:0;display:grid;gap:12px;border-left:1px solid var(--pbba-line-2);padding-left:16px;}
body.pb-transmission-single .comment-body{
  background:linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,.42));
  border:1px solid var(--pbba-line-2);
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
body.pb-transmission-single .comment-author{display:flex;align-items:center;gap:10px;color:var(--pbba-fg);font-weight:800;}
body.pb-transmission-single .comment-author img{border-radius:12px;border:1px solid var(--pbba-line-2);}
body.pb-transmission-single .comment-metadata{margin-top:8px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.75;}
body.pb-transmission-single .comment-content{margin-top:12px;color:var(--pbba-dim);line-height:1.75;}
body.pb-transmission-single .reply{margin-top:12px;}
body.pb-transmission-single .comment-reply-link{
  display:inline-flex;align-items:center;gap:6px;padding:6px 10px;
  border:1px solid var(--pbba-line-2);border-radius:999px;background:rgba(0,0,0,.2);
  text-decoration:none;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:800;color:var(--pbba-fg);
}
body.pb-transmission-single .comment-form{display:grid;gap:14px;}
body.pb-transmission-single .comment-form p{margin:0;}
body.pb-transmission-single .comment-form label{
  display:block;margin-bottom:8px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--pbba-fg);
}
body.pb-transmission-single .comment-form input[type="text"],
body.pb-transmission-single .comment-form input[type="email"],
body.pb-transmission-single .comment-form input[type="url"],
body.pb-transmission-single .comment-form textarea{
  width:100%;padding:12px 14px;border-radius:14px;border:1px solid var(--pbba-line-2);
  background:rgba(0,0,0,.24);color:var(--pbba-fg);box-sizing:border-box;
}
body.pb-transmission-single .comment-form textarea{min-height:160px;resize:vertical;}
body.pb-transmission-single .comment-form input:focus,
body.pb-transmission-single .comment-form textarea:focus{outline:none;border-color:rgba(120,255,255,.4);box-shadow:0 0 0 3px rgba(120,255,255,.08);}
body.pb-transmission-single .pb-comment-submit,
body.pb-transmission-single .comment-form input[type="submit"]{
  display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:14px;border:1px solid rgba(120,255,255,.35);
  background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.55));color:var(--pbba-fg);font-weight:900;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;
}
body.pb-transmission-archive article.post,
body.pb-transmission-archive article.type-post{position:relative;overflow:hidden;transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;}
body.pb-transmission-archive article.post:hover,
body.pb-transmission-archive article.type-post:hover{transform:translateY(-4px);box-shadow:0 0 35px rgba(0,200,255,.22);border-color:rgba(120,220,255,.38);}
body.pb-transmission-archive article.post::after,
body.pb-transmission-archive article.type-post::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;
  background:repeating-linear-gradient(to bottom,rgba(255,255,255,.03),rgba(255,255,255,.03) 1px,transparent 1px,transparent 3px);
  animation:pbTerminalFlicker 6s infinite ease-in-out;
}
body.pb-transmission-archive article.post::before,
body.pb-transmission-archive article.type-post::before{
  content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;pointer-events:none;
  background:linear-gradient(120deg,transparent,rgba(0,255,255,.22),transparent);
  transition:left .7s ease;
}
body.pb-transmission-archive article.post:hover::before,
body.pb-transmission-archive article.type-post:hover::before{left:100%;}
.pb-signal-badge{
  display:inline-flex;align-items:center;padding:4px 9px;margin-right:10px;margin-bottom:6px;
  font-size:11px;letter-spacing:1px;font-weight:800;border-radius:7px;text-transform:uppercase;
  color:#041319;background:linear-gradient(90deg,#00b7ff,#4cffc6);box-shadow:0 0 8px rgba(0,200,255,.45);
  animation:pbSignalPulse 4s infinite ease-in-out;vertical-align:middle;
}
.pb-signal-badge:hover{animation-duration:1.5s;box-shadow:0 0 20px rgba(0,255,255,.9);}
.pb-signal-badge--system-updates{background:linear-gradient(90deg,#d90429,#ff5a5f);color:#fff;box-shadow:0 0 10px rgba(255,60,60,.45);}
.pb-signal-badge--signal{background:linear-gradient(90deg,#ff7a18,#ffd200);color:#111;box-shadow:0 0 10px rgba(255,185,0,.34);}
.pb-signal-badge--signal-proxy-promos{background:linear-gradient(90deg,#00e5ff,#59f3c1);color:#06252a;box-shadow:0 0 10px rgba(0,229,255,.34);}
.pb-signal-badge--signal-proxy-releases{background:linear-gradient(90deg,#6f52ff,#c86bff);color:#fff;box-shadow:0 0 10px rgba(125,97,255,.34);}
.pb-signal-badge--signal-releases{background:linear-gradient(90deg,#ff0099,#ff5fd2);color:#fff;box-shadow:0 0 10px rgba(255,0,153,.30);}
.pb-signal-badge--field-reports{background:linear-gradient(90deg,#ffb100,#ffd76a);color:#111;box-shadow:0 0 10px rgba(255,177,0,.28);}
.pb-signal-badge--archive{background:linear-gradient(90deg,#00c853,#7dffb2);color:#072012;box-shadow:0 0 10px rgba(0,200,83,.28);}
.pb-signal-badge--releases{background:linear-gradient(90deg,#00d1ff,#6cf0ff);color:#04222b;box-shadow:0 0 10px rgba(0,209,255,.30);}
@keyframes pbSignalPulse{0%{box-shadow:0 0 6px rgba(0,200,255,.35);}50%{box-shadow:0 0 14px rgba(0,220,255,.75);}100%{box-shadow:0 0 6px rgba(0,200,255,.35);}}
@keyframes pbTerminalFlicker{0%{opacity:.18;}50%{opacity:.24;}100%{opacity:.18;}}
@media (max-width:768px){
  body.pb-transmission-single .entry-content,
  body.pb-transmission-single .wp-block-post-content{padding:18px !important;}
  body.pb-transmission-single .comments-area{padding:16px;}
  body.pb-transmission-single .comment-list .children{margin-left:8px;padding-left:10px;}
  .pb-signal-badge{margin-right:8px;}
}


.pb-item__titleline{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}
.pb-item__titleline .pb-signal-badge{flex:0 0 auto;margin:0}
.pb-item__titleline .pb-item__title{display:block;min-width:0;flex:1 1 220px}
.pb-item--compact .pb-item__titleline{margin-bottom:2px}
@media (max-width: 640px){
  .pb-item__titleline{align-items:flex-start}
  .pb-item__titleline .pb-item__title{flex-basis:100%;white-space:normal}
}


/* 0.4.21 transmit clarity + mobile thumb polish */
.pb-note--info{border-color:rgba(0,255,255,.24);background:linear-gradient(180deg,rgba(0,255,255,.08),rgba(255,0,255,.05));}
.pb-note--success{border-color:rgba(95,255,160,.3);background:linear-gradient(180deg,rgba(95,255,160,.1),rgba(0,0,0,.22));}

/* Midway Arcade glow treatment for transmission thumbnails */
.pb-item__cover img,
.pb-post-hero__media img,
.pb-transmission-card img,
.pb-broadcast-card img,
.pb-transmission-thumb img{
  border-radius:12px;
  box-shadow:
    0 0 6px rgba(0,255,255,.45),
    0 0 12px rgba(255,0,255,.24),
    0 0 18px rgba(0,255,255,.18);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
@media (hover:hover){
  .pb-item:hover .pb-item__cover img,
  .pb-item__cover img:hover,
  .pb-post-hero__media:hover img{
    transform:translateY(-1px);
    box-shadow:
      0 0 9px rgba(0,255,255,.62),
      0 0 18px rgba(255,0,255,.34),
      0 0 26px rgba(0,255,255,.24);
  }
}

@media (max-width: 640px){
  .pb-list .pb-item{grid-template-columns:1fr;justify-items:center;text-align:center;gap:10px;}
  .pb-list .pb-item__rank{justify-self:center;}
  .pb-list .pb-item__cover{justify-self:center;width:clamp(140px,42vw,184px);}
  .pb-list .pb-item__cover img{
    width:100%;
    height:clamp(140px,42vw,184px);
    object-fit:cover;
    object-position:center center;
    border-radius:14px;
    box-shadow:
      0 0 10px rgba(0,255,255,.62),
      0 0 18px rgba(255,0,255,.28),
      0 0 24px rgba(0,255,255,.22);
  }
  .pb-list .pb-item__main,
  .pb-list .pb-item__meta,
  .pb-list .pb-item__titleline{justify-content:center;text-align:center;}
  .pb-list .pb-item__titleline{align-items:center;}
  .pb-list .pb-item__titleline .pb-item__title{flex:0 1 auto;}
  .pb-list .pb-share{justify-self:center;}
}


/* 0.4.25 comments + mobile card polish */
.pb-item__actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:8px;}
.pb-item__actions .pb-btn,
.pb-item__actions form{margin:0;}
.pb-item__actions form .pb-btn{width:100%;}

body.pb-transmission-single .comment-notes{margin:0 0 6px;color:var(--pbba-dim);}
body.pb-transmission-single .must-log-in,
body.pb-transmission-single .logged-in-as{
  margin:0 0 10px;
  padding:10px 12px;
  border:1px solid rgba(120,255,255,.16);
  border-radius:12px;
  background:rgba(0,0,0,.18);
  color:var(--pbba-dim);
}
body.pb-transmission-single .must-log-in a,
body.pb-transmission-single .logged-in-as a{color:var(--pbba-fg);}

@media (max-width: 640px){
  .pb-list .pb-item{
    grid-template-columns:1fr;
    justify-items:stretch;
    text-align:left;
    gap:12px;
  }
  .pb-list .pb-item__rank{justify-self:center; order:0;}
  .pb-list .pb-item__cover{
    order:1;
    justify-self:stretch;
    width:100%;
    max-width:none;
  }
  .pb-list .pb-item__cover img{
    width:100%;
    height:auto;
    aspect-ratio:16 / 9;
    object-fit:cover;
    object-position:center center;
    border-radius:16px;
  }
  .pb-list .pb-item__main{order:2;}
  .pb-list .pb-item__meta,
  .pb-list .pb-item__titleline{justify-content:flex-start;text-align:left;}
  .pb-list .pb-item__titleline{align-items:flex-start;}
  .pb-list .pb-item__titleline .pb-item__title{flex:1 1 100%;}
  .pb-list .pb-item__actions{
    order:3;
    width:100%;
    align-items:stretch;
    justify-self:stretch;
  }
  .pb-list .pb-item__actions .pb-btn,
  .pb-list .pb-item__actions form,
  .pb-list .pb-item__actions form .pb-btn{width:100%;}
  .pb-list .pb-share{justify-self:stretch;}
}


/* 0.4.26 mobile cover layout refinement */
.pb-item__badge-wrap{display:flex;justify-content:flex-start;align-items:center;margin:0 0 10px;}
.pb-item__badge-wrap .pb-signal-badge{margin:0;}
.pb-item__actions--bottom{margin-top:14px;}

@media (max-width: 640px){
  .pb-list .pb-item{
    grid-template-columns:1fr;
    justify-items:stretch;
    text-align:left;
    gap:12px;
  }
  .pb-list .pb-item__rank{justify-self:center;order:0;}
  .pb-list .pb-item__cover,
  .pb-list .pb-item__cover--top{
    order:1;
    justify-self:stretch;
    width:100%;
    max-width:none;
    height:auto;
    margin:0;
    border-radius:16px;
    overflow:hidden;
  }
  .pb-list .pb-item__cover img,
  .pb-list .pb-item__cover--top img{
    display:block;
    width:100%;
    height:auto;
    min-height:0;
    aspect-ratio:auto;
    object-fit:contain;
    object-position:center center;
    border-radius:16px;
    background:transparent;
    box-shadow:
      0 0 10px rgba(0,255,255,.52),
      0 0 18px rgba(255,0,255,.22),
      0 0 24px rgba(0,255,255,.18);
  }
  .pb-list .pb-item__main{order:2;display:flex;flex-direction:column;align-items:stretch;}
  .pb-list .pb-item__badge-wrap{justify-content:center;text-align:center;margin:0 0 12px;}
  .pb-list .pb-item__titleline{justify-content:flex-start;text-align:left;align-items:flex-start;margin:0 0 8px;}
  .pb-list .pb-item__titleline .pb-item__title{flex:1 1 100%;white-space:normal;}
  .pb-list .pb-item__meta{justify-content:flex-start;text-align:left;margin-top:0;}
  .pb-list .pb-item__actions,
  .pb-list .pb-item__actions--bottom{
    order:3;
    width:100%;
    margin-top:14px;
    align-items:stretch;
    justify-self:stretch;
  }
  .pb-list .pb-item__actions .pb-btn,
  .pb-list .pb-item__actions form,
  .pb-list .pb-item__actions form .pb-btn,
  .pb-list .pb-item__actions--bottom .pb-btn{width:100%;}
}

/* 0.4.28 desktop signal stream polish */
.pb-item--new{
  grid-template-columns:1fr;
  align-items:stretch;
  gap:12px;
}
.pb-item--new .pb-item__rank{justify-self:center;}
.pb-item--new .pb-item__cover,
.pb-item--new .pb-item__cover--top{
  width:100%;
  max-width:none;
  height:auto;
  justify-self:stretch;
  border-radius:18px;
  overflow:hidden;
}
.pb-item--new .pb-item__cover img,
.pb-item--new .pb-item__cover--top img{
  display:block;
  width:100%;
  height:auto;
  max-height:260px;
  object-fit:contain;
  object-position:center center;
  border-radius:18px;
  background:transparent;
}
.pb-item--new .pb-item__main{display:flex;flex-direction:column;align-items:stretch;}
.pb-item--new .pb-item__badge-wrap{justify-content:center;text-align:center;margin:0 0 12px;}
.pb-item--new .pb-item__titleline{justify-content:flex-start;text-align:left;align-items:flex-start;margin:0 0 8px;}
.pb-item--new .pb-item__titleline .pb-item__title{flex:1 1 100%;white-space:normal;overflow:visible;text-overflow:initial;}
.pb-item--new .pb-item__meta{justify-content:flex-start;text-align:left;}
.pb-item--new .pb-item__actions,
.pb-item--new .pb-item__actions--bottom{
  margin-top:14px;
  align-items:flex-end;
  justify-content:flex-end;
}
.pb-item--new .pb-item__actions .pb-btn,
.pb-item--new .pb-item__actions--bottom .pb-btn{width:auto;min-width:120px;}
@media (max-width: 640px){
  .pb-item--new .pb-item__cover img,
  .pb-item--new .pb-item__cover--top img{max-height:none;}
  .pb-item--new .pb-item__actions,
  .pb-item--new .pb-item__actions--bottom{align-items:stretch;justify-content:stretch;}
  .pb-item--new .pb-item__actions .pb-btn,
  .pb-item--new .pb-item__actions--bottom .pb-btn{width:100%;min-width:0;}
}


/* 0.4.29 blur FX backdrop + tuned spacing */
.pb-item__cover,
.pb-item__cover--top{
  position:relative;
  overflow:hidden;
  background:rgba(0,0,0,.42);
}
.pb-item__cover .pb-cover-bg,
.pb-item__cover--top .pb-cover-bg{
  position:absolute;
  inset:0;
  display:block;
  background-size:cover;
  background-position:center center;
  filter:blur(18px);
  transform:scale(1.12);
  opacity:.46;
  z-index:1;
}
.pb-item__cover img,
.pb-item__cover--top img,
.pb-item__cover .pb-cover-fg,
.pb-item__cover--top .pb-cover-fg{
  position:relative;
  z-index:2;
}
.pb-item--new .pb-item__cover,
.pb-item--new .pb-item__cover--top{
  padding:8px;
  min-height:300px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.pb-item--new .pb-item__cover img,
.pb-item--new .pb-item__cover--top img,
.pb-item--new .pb-item__cover .pb-cover-fg,
.pb-item--new .pb-item__cover--top .pb-cover-fg{
  width:auto;
  max-width:100%;
  max-height:320px;
  margin:0 auto;
}
@media (max-width: 640px){
  .pb-list .pb-item__cover,
  .pb-list .pb-item__cover--top{
    padding:6px;
  }
  .pb-list .pb-item__cover .pb-cover-bg,
  .pb-list .pb-item__cover--top .pb-cover-bg{
    filter:blur(14px);
    transform:scale(1.08);
    opacity:.42;
  }
  .pb-item--new .pb-item__cover,
  .pb-item--new .pb-item__cover--top{
    min-height:220px;
  }
  .pb-item--new .pb-item__cover img,
  .pb-item--new .pb-item__cover--top img,
  .pb-item--new .pb-item__cover .pb-cover-fg,
  .pb-item--new .pb-item__cover--top .pb-cover-fg{
    max-height:240px;
  }
}


/* 0.4.30 title-first hierarchy + top transmissions compact blur fix */
.pb-item--title-first{
  grid-template-columns:1fr;
  align-items:start;
}
.pb-item--title-first .pb-item__rank{
  min-width:0;
  justify-self:center;
  text-align:center;
  margin:0 0 2px;
}
.pb-item--title-first .pb-item__main{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:10px;
}
.pb-item--title-first .pb-item__titleline{
  order:1;
  display:block;
  text-align:center;
  margin:0;
}
.pb-item--title-first .pb-item__titleline .pb-item__title{
  white-space:normal;
  overflow:visible;
  text-overflow:unset;
  line-height:1.35;
}
.pb-item--title-first .pb-item__cover{
  order:2;
  width:100%;
  justify-self:stretch;
}
.pb-item--title-first .pb-item__badge-wrap{
  order:3;
  display:flex;
  justify-content:center;
  margin-top:0;
}
.pb-item--title-first .pb-item__meta{
  order:4;
  justify-content:center;
}
.pb-item--title-first .pb-item__actions{
  order:5;
  display:flex;
  justify-content:flex-end;
  margin-top:2px;
}

/* compact variant for Top Transmissions */
.pb-item--top-compact .pb-item__main{
  gap:8px;
}
.pb-item--top-compact .pb-item__cover,
.pb-item--top-compact .pb-item__cover--top,
.pb-item--top-compact .pb-item__cover--compact{
  min-height:120px;
  max-height:140px;
  padding:6px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.pb-item--top-compact .pb-cover-bg{
  filter:blur(10px);
  transform:scale(1.04);
  opacity:.28;
}
.pb-item--top-compact .pb-item__cover img,
.pb-item--top-compact .pb-item__cover--top img,
.pb-item--top-compact .pb-item__cover .pb-cover-fg,
.pb-item--top-compact .pb-item__cover--top .pb-cover-fg{
  width:auto;
  max-width:100%;
  max-height:108px;
  height:auto;
  object-fit:contain;
  margin:0 auto;
}
.pb-item--top-compact .pb-item__titleline--hero .pb-item__title{
  font-size:13px;
}
@media (max-width: 640px){
  .pb-item--top-compact .pb-item__cover,
  .pb-item--top-compact .pb-item__cover--top,
  .pb-item--top-compact .pb-item__cover--compact{
    min-height:100px;
    max-height:116px;
    padding:5px;
  }
  .pb-item--top-compact .pb-item__cover img,
  .pb-item--top-compact .pb-item__cover--top img,
  .pb-item--top-compact .pb-item__cover .pb-cover-fg,
  .pb-item--top-compact .pb-item__cover--top .pb-cover-fg{
    max-height:88px;
  }
  .pb-item--title-first .pb-item__actions{
    justify-content:center;
  }
}


.pb-creator-nav{margin:10px 0 14px}.pb-creator-nav__inner{display:flex;gap:8px;flex-wrap:wrap}.pb-creator-nav .pb-btn{padding:.5rem .8rem}.pb-item__actions form{display:inline-block}.
