
/* PBG Forums - matches the current PBG public glass-card layout */
.pbg-forum-page{position:relative;z-index:1;padding-top:40px;padding-bottom:58px}
.pbg-forum-shell{max-width:980px;margin:0 auto}
.pbg-forum-hero-card{background:rgba(10,14,24,.70);border:1px solid rgba(43,146,255,.22);border-radius:26px;backdrop-filter:blur(8px);box-shadow:0 18px 48px rgba(0,0,0,.34);position:relative;overflow:hidden;padding:34px 36px;margin:0 auto 22px;text-align:center}
.pbg-forum-hero-card:before,.pbg-forum-panel:before,.pbg-forum-card:before,.pbg-forum-post:before{content:"";position:absolute;left:0;top:0;right:0;height:2px;background:linear-gradient(90deg,#f57a15 0%,#2aa6ff 100%);opacity:.95}
.pbg-forum-kicker{display:inline-flex;align-items:center;gap:8px;color:#ff9b2d;text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:900;margin-bottom:12px}
.pbg-forum-title{margin:0;color:#f4f7ff;font-size:48px;line-height:1.04;font-weight:1000;letter-spacing:-.04em;text-shadow:0 10px 36px rgba(0,0,0,.30)}
.pbg-forum-sub{max-width:730px;margin:12px auto 0;color:#c1cbda;font-size:16px;line-height:1.65;font-weight:650}
.pbg-forum-actions{display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:18px}
.pbg-forum-panel,.pbg-forum-card,.pbg-forum-post{position:relative;background:linear-gradient(120deg,rgba(20,18,18,.78),rgba(5,12,24,.78));border:1px solid rgba(43,146,255,.34);border-radius:20px;box-shadow:0 16px 40px rgba(0,0,0,.28);overflow:hidden;margin-bottom:16px}
.pbg-forum-panel{padding:22px}
.pbg-forum-cat-head{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:17px 20px;background:linear-gradient(90deg,rgba(255,138,29,.08),rgba(28,164,255,.08));border-bottom:1px solid rgba(255,255,255,.08)}
.pbg-forum-cat-head h2{margin:0;color:#f4f7ff;font-size:18px;font-weight:900}.pbg-forum-cat-head p{margin:6px 0 0;color:#aeb9ca;font-size:14px}
.pbg-forum-board,.pbg-forum-thread-row{display:grid;grid-template-columns:minmax(0,1fr) 95px 95px minmax(170px,.45fr);gap:16px;align-items:center;padding:18px 20px;border-top:1px solid rgba(255,255,255,.06);background:rgba(5,10,20,.40)}
.pbg-forum-board:first-of-type,.pbg-forum-thread-row:first-child{border-top:0}.pbg-forum-board:hover,.pbg-forum-thread-row:hover{background:rgba(18,35,58,.45)}
.pbg-forum-board-main{display:flex;align-items:center;gap:14px;min-width:0}.pbg-forum-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:#4de5ff;background:rgba(0,185,255,.10);border:1px solid rgba(0,212,255,.35);box-shadow:inset 0 0 18px rgba(0,212,255,.06);flex:0 0 auto}
.pbg-forum-board-title,.pbg-forum-thread-title{display:inline-flex;color:#fff;font-size:16px;font-weight:950;line-height:1.2}.pbg-forum-board-title:hover,.pbg-forum-thread-title:hover{color:#ff9b2d}.pbg-forum-muted{color:#94a3b8;font-size:14px;line-height:1.45;margin-top:4px}
.pbg-forum-stat{text-align:center}.pbg-forum-stat strong{display:block;color:#f4f7ff;font-size:18px;font-weight:1000}.pbg-forum-stat span{display:block;margin-top:4px}.pbg-forum-latest{color:#aeb9ca;font-size:13px;line-height:1.45}.pbg-forum-latest a{color:#dce8ff;font-weight:850}.pbg-forum-latest a:hover{color:#ff9b2d}
.pbg-forum-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,138,29,.38);background:rgba(255,138,29,.13);color:#ffc17a;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;white-space:nowrap}.pbg-forum-pill.blue{border-color:rgba(43,146,255,.38);background:rgba(43,146,255,.12);color:#9bd4ff}
.pbg-forum-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:11px 14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#f5f7ff;font-weight:950;cursor:pointer;min-height:42px}.pbg-forum-btn:hover{border-color:rgba(255,138,29,.45);background:rgba(255,138,29,.12)}.pbg-forum-btn.primary{background:linear-gradient(135deg,rgba(255,138,29,.45),rgba(255,138,29,.20));border-color:rgba(255,138,29,.50);color:#fff}.pbg-forum-btn.danger{border-color:rgba(255,85,85,.45);background:rgba(255,85,85,.10);color:#ffd8d8}.pbg-forum-btn.small{min-height:36px;padding:8px 12px;font-size:13px;border-radius:10px}
.pbg-forum-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#9facbf;font-size:13px;margin:0 0 14px}.pbg-forum-breadcrumb a{color:#cfe6ff;font-weight:850}.pbg-forum-breadcrumb strong{color:#ffae55}
.pbg-forum-flash{margin:0 0 14px;padding:12px 14px;border-radius:14px;font-weight:850;border:1px solid rgba(43,146,255,.28);background:rgba(43,146,255,.10);color:#dcecff}.pbg-forum-flash.success{border-color:rgba(52,211,153,.35);background:rgba(52,211,153,.10);color:#bfffe8}.pbg-forum-flash.error{border-color:rgba(255,85,85,.38);background:rgba(255,85,85,.12);color:#ffd1d1}
.pbg-forum-form,.pbg-forum-form-grid{display:grid;gap:13px}.pbg-forum-label{display:grid;gap:7px;color:#dce8ff;font-weight:900}.pbg-forum-input,.pbg-forum-textarea,.pbg-forum-select{width:100%;border:1px solid rgba(43,146,255,.24);border-radius:14px;background:rgba(3,8,18,.82);color:#eef4ff;padding:12px 13px;outline:none}.pbg-forum-textarea{min-height:190px;resize:vertical}.pbg-forum-input:focus,.pbg-forum-textarea:focus,.pbg-forum-select:focus{border-color:rgba(255,138,29,.55);box-shadow:0 0 0 3px rgba(255,138,29,.10)}
.pbg-forum-search{display:flex;gap:10px;margin:0 0 14px}.pbg-forum-search .pbg-forum-input{flex:1}.pbg-forum-empty{padding:22px;text-align:center;color:#aeb9ca;font-weight:750}
.pbg-forum-post-list{display:grid;gap:16px;margin-bottom:16px}.pbg-forum-post{margin-bottom:0}.pbg-forum-post-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.07);background:linear-gradient(90deg,rgba(255,138,29,.07),rgba(43,146,255,.06))}.pbg-forum-author{display:flex;gap:12px;align-items:center}.pbg-forum-author-meta{display:grid;gap:6px}.pbg-forum-author-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pbg-forum-avatar{width:54px;height:54px;border-radius:16px;object-fit:cover;border:1px solid rgba(43,146,255,.35);background:#081324}.pbg-forum-avatar-fallback{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;border:1px solid rgba(43,146,255,.35);background:rgba(43,146,255,.10);color:#9bd4ff}.pbg-forum-author-name{font-weight:950;color:#fff;font-size:16px}.pbg-forum-date{color:#8fa0b6;font-size:13px}.pbg-forum-post-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pbg-forum-post-anchor{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:36px;padding:0 12px;border-radius:10px;border:1px solid rgba(43,146,255,.24);background:rgba(3,8,18,.60);color:#cfe6ff;font-weight:900}.pbg-forum-post-anchor:hover{border-color:rgba(255,138,29,.45);color:#ffae55}.pbg-forum-content{padding:20px;color:#dce8ff;line-height:1.72;font-size:15px}.pbg-forum-content > *:first-child{margin-top:0}.pbg-forum-content > *:last-child{margin-bottom:0}.pbg-forum-content blockquote{margin:12px 0;padding:10px 12px;border-left:3px solid #ff8a1d;background:rgba(255,138,29,.08);border-radius:10px}.pbg-forum-content pre{overflow:auto;background:#050b14;border:1px solid rgba(255,255,255,.10);border-radius:12px;padding:12px}
@media(max-width:900px){.pbg-forum-title{font-size:38px}.pbg-forum-board,.pbg-forum-thread-row{grid-template-columns:1fr 72px 72px}.pbg-forum-latest{grid-column:1/-1}.pbg-forum-search{flex-direction:column}.pbg-forum-post-head{flex-direction:column;align-items:flex-start}.pbg-forum-post-tools{justify-content:flex-start}}
@media(max-width:640px){.pbg-forum-page{padding-top:24px}.pbg-forum-hero-card{padding:26px 18px;border-radius:22px}.pbg-forum-title{font-size:32px}.pbg-forum-board,.pbg-forum-thread-row{grid-template-columns:1fr}.pbg-forum-stat{text-align:left;display:flex;gap:8px}.pbg-forum-cat-head{align-items:flex-start;flex-direction:column}.pbg-forum-actions{justify-content:flex-start}.pbg-forum-btn{width:100%}.pbg-forum-post-head,.pbg-forum-content{padding:16px}.pbg-forum-author{align-items:flex-start}}
/* Forum BBCode editor */
.pbg-forum-editor{margin:0 0 10px;padding:12px;border:1px solid rgba(255,138,29,.24);border-radius:18px;background:rgba(4,10,20,.72);box-shadow:inset 0 0 0 1px rgba(43,146,255,.08)}
.pbg-forum-editor-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid rgba(255,255,255,.08)}
.pbg-forum-editor-row:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.pbg-editor-btn{min-width:44px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(43,146,255,.22);background:rgba(8,16,30,.96);color:#f4f7ff;font-weight:950;cursor:pointer;transition:.15s ease;padding:0 12px;letter-spacing:.02em}
.pbg-editor-btn span{display:inline-block;line-height:1;font-size:15px}.pbg-editor-btn:hover,.pbg-editor-btn:focus{border-color:rgba(255,138,29,.55);background:rgba(255,138,29,.16);outline:none;transform:translateY(-1px)}
.pbg-forum-editor-help{color:#94a3b8;font-size:12px;line-height:1.45;margin-top:-4px}
.pbg-forum-content a{color:#ffae55;font-weight:850;text-decoration:none}.pbg-forum-content a:hover{text-decoration:underline}.pbg-forum-underline{text-decoration:underline}.pbg-forum-strike{text-decoration:line-through}.pbg-forum-heading{color:#fff;font-weight:1000;line-height:1.18;margin:12px 0 8px}.pbg-forum-h1{font-size:30px}.pbg-forum-h2{font-size:26px}.pbg-forum-h3{font-size:22px}.pbg-forum-h4{font-size:19px}.pbg-forum-h5{font-size:17px}.pbg-forum-h6{font-size:15px;text-transform:uppercase;letter-spacing:.12em;color:#ffae55}.pbg-forum-size-1{font-size:12px}.pbg-forum-size-2{font-size:14px}.pbg-forum-size-3{font-size:16px}.pbg-forum-size-4{font-size:19px}.pbg-forum-size-5{font-size:23px}.pbg-forum-size-6{font-size:28px}.pbg-forum-align-left{text-align:left}.pbg-forum-align-center{text-align:center}.pbg-forum-align-right{text-align:right}.pbg-forum-hr{border:0;border-top:1px solid rgba(255,138,29,.35);margin:18px 0}.pbg-forum-list{margin:10px 0 10px 24px;padding:0}.pbg-forum-list li{margin:5px 0}.pbg-forum-post-img{display:block;max-width:min(100%,720px);max-height:520px;object-fit:contain;border-radius:16px;border:1px solid rgba(43,146,255,.28);box-shadow:0 14px 32px rgba(0,0,0,.32);margin:12px 0;background:rgba(4,8,16,.80)}
@media(max-width:640px){.pbg-editor-btn{min-width:40px;height:38px;padding:0 10px}.pbg-forum-editor{padding:10px}.pbg-forum-h1{font-size:25px}.pbg-forum-h2{font-size:22px}.pbg-forum-h3{font-size:20px}}

/* Real forum thread list + status/role badges */
.pbg-forum-thread-list-real{display:grid;gap:10px;margin-bottom:18px}.pbg-forum-list-head{display:grid;grid-template-columns:58px minmax(0,1fr) 92px 92px minmax(160px,.38fr);gap:14px;align-items:center;padding:0 18px 8px;color:#91a3bb;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.10em}.pbg-forum-list-head span:first-child{grid-column:2}.pbg-thread-card{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr) 92px 92px minmax(160px,.38fr);gap:14px;align-items:center;padding:16px 18px;border:1px solid rgba(43,146,255,.28);border-radius:18px;background:linear-gradient(120deg,rgba(10,18,32,.82),rgba(4,10,20,.78));box-shadow:0 12px 30px rgba(0,0,0,.24);overflow:hidden;transition:.16s ease}.pbg-thread-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#2aa6ff,#0b6ab6);opacity:.9}.pbg-thread-card.is-pinned:before{background:linear-gradient(180deg,#ff8a1d,#ffc36b)}.pbg-thread-card.is-locked:before{background:linear-gradient(180deg,#ff5f5f,#7a2730)}.pbg-thread-card:hover{transform:translateY(-1px);border-color:rgba(255,138,29,.42);background:linear-gradient(120deg,rgba(17,27,45,.88),rgba(6,12,24,.84))}.pbg-thread-status{display:grid;place-items:center}.pbg-thread-status-icon{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;border:1px solid rgba(43,146,255,.28);background:rgba(43,146,255,.10);color:#9bd4ff}.is-pinned .pbg-thread-status-icon{border-color:rgba(255,138,29,.35);background:rgba(255,138,29,.12);color:#ffc17a}.is-locked .pbg-thread-status-icon{border-color:rgba(255,95,95,.35);background:rgba(255,95,95,.11);color:#ffd0d0}.pbg-thread-main{min-width:0}.pbg-thread-title-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pbg-thread-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px;color:#9facbf;font-size:13px}.pbg-thread-meta strong{color:#e9f2ff}.pbg-thread-mini-avatar{width:22px;height:22px;border-radius:7px;object-fit:cover;border:1px solid rgba(43,146,255,.25)}.pbg-thread-stat{text-align:center}.pbg-thread-stat strong{display:block;color:#fff;font-size:20px;font-weight:1000;line-height:1}.pbg-thread-stat span{display:block;margin-top:4px;color:#91a3bb;font-size:12px;font-weight:800;text-transform:uppercase}.pbg-thread-latest{color:#b7c5d7;font-size:13px;line-height:1.45}.pbg-thread-latest strong{color:#fff}.pbg-thread-latest em{display:block;margin-top:3px;color:#8394aa;font-style:normal}.pbg-status-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;font-size:11px;line-height:1;font-weight:1000;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.pbg-status-badge.pinned{border:1px solid rgba(255,138,29,.42);background:linear-gradient(135deg,rgba(255,138,29,.22),rgba(255,190,92,.10));color:#ffd08e}.pbg-status-badge.locked{border:1px solid rgba(255,95,95,.42);background:linear-gradient(135deg,rgba(255,95,95,.19),rgba(100,20,30,.12));color:#ffd0d0}.pbg-status-badge.original{border:1px solid rgba(43,146,255,.38);background:rgba(43,146,255,.12);color:#b9ddff}.pbg-role-badge{--role-color:#ff8a1d;display:inline-flex;align-items:center;border:1px solid rgba(255,138,29,.42);border:1px solid color-mix(in srgb,var(--role-color) 58%,transparent);background:rgba(255,138,29,.12);background:color-mix(in srgb,var(--role-color) 16%,transparent);color:#fff;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:1000;line-height:1;text-shadow:0 1px 6px rgba(0,0,0,.45);box-shadow:inset 0 0 16px rgba(255,138,29,.10);box-shadow:inset 0 0 16px color-mix(in srgb,var(--role-color) 10%,transparent)}.pbg-forum-author-row .pbg-role-badge{margin-left:0}.pbg-forum-post-head{background:linear-gradient(90deg,rgba(255,138,29,.08),rgba(43,146,255,.07))}.pbg-forum-content{background:rgba(3,8,18,.20)}
@media(max-width:900px){.pbg-forum-list-head{display:none}.pbg-thread-card{grid-template-columns:48px minmax(0,1fr) 70px 70px}.pbg-thread-latest{grid-column:2/-1}.pbg-thread-stat strong{font-size:18px}.pbg-thread-stat span{font-size:11px}}
@media(max-width:640px){.pbg-thread-card{grid-template-columns:42px minmax(0,1fr);gap:10px}.pbg-thread-stat{grid-column:auto;text-align:left;display:flex;gap:6px;align-items:baseline}.pbg-thread-stat span{margin-top:0}.pbg-thread-latest{grid-column:1/-1}.pbg-thread-status-icon{width:38px;height:38px;border-radius:13px}.pbg-thread-meta{font-size:12px}.pbg-status-badge,.pbg-role-badge{font-size:10px}}

.pbg-role-badge.discord{border-color:rgba(88,101,242,.55)!important;background:rgba(88,101,242,.18)!important;color:#eef0ff!important}
