/* === rg-bundle.css === */
/* === rg-dark-theme.css === */
:root{--rg-bg-deepest:#0a0c12;--rg-bg-base:#0f1117;--rg-bg-raised:#151823;--rg-bg-surface:#1a1e2e;--rg-bg-elevated:#1f2437;--rg-glass-bg:rgba(255,255,255,0.04);--rg-glass-bg-hover:rgba(255,255,255,0.06);--rg-glass-bg-active:rgba(255,255,255,0.08);--rg-glass-border:rgba(255,255,255,0.08);--rg-glass-border-hover:rgba(255,255,255,0.12);--rg-glass-border-focus:rgba(165,180,252,0.4);--rg-glass-blur:blur(16px);--rg-cyan:#a5b4fc;--rg-cyan-dim:rgba(165,180,252,0.7);--rg-cyan-subtle:rgba(165,180,252,0.15);--rg-cyan-glow:none;--rg-purple:#a78bfa;--rg-purple-dim:rgba(167,139,250,0.7);--rg-purple-subtle:rgba(167,139,250,0.15);--rg-purple-glow:none;--rg-gradient-purple:#7c3aed;--rg-gradient-cyan:#818cf8;--rg-gradient-header:#a78bfa;--rg-gradient-btn-primary:#7c3aed;--rg-gradient-btn-hover:#8b5cf6;--rg-text-primary:rgba(255,255,255,0.92);--rg-text-secondary:rgba(255,255,255,0.6);--rg-text-muted:rgba(255,255,255,0.4);--rg-text-faint:rgba(255,255,255,0.25);--rg-border:rgba(255,255,255,0.06);--rg-border-subtle:rgba(255,255,255,0.04);--rg-border-medium:rgba(255,255,255,0.10);--rg-border-strong:rgba(255,255,255,0.15);--rg-shadow-sm:0 2px 8px rgba(0,0,0,0.2);--rg-shadow-md:0 4px 24px rgba(0,0,0,0.3);--rg-shadow-lg:0 8px 40px rgba(0,0,0,0.4);--rg-shadow-xl:0 12px 48px rgba(0,0,0,0.5);--rg-radius-sm:6px;--rg-radius-md:8px;--rg-radius-lg:12px;--rg-radius-xl:16px;--rg-transition-fast:150ms ease;--rg-transition-base:200ms ease;--rg-transition-slow:300ms ease;--rg-success:#34d399;--rg-warning:#fbbf24;--rg-error:#f87171;--rg-info:#60a5fa}html{background-color:var(--rg-bg-deepest);scrollbar-gutter:stable}body{background-color:var(--rg-bg-base);color:var(--rg-text-primary)}.p-body{background-color:var(--rg-bg-base);color:var(--rg-text-primary)}.p-body-inner{background-color:transparent}.p-body-main{background-color:transparent}.p-body-content{background-color:transparent}.p-body-pageContent{background-color:transparent;color:var(--rg-text-primary);padding-left:10px;padding-right:10px;box-sizing:border-box}a{color:var(--rg-cyan);transition:color var(--rg-transition-fast)}a:hover{color:#bec8fd}a:active{color:var(--rg-cyan-dim)}h1,h2,h3,h4,h5,h6{color:var(--rg-text-primary)}p{color:var(--rg-text-primary)}.muted{color:var(--rg-text-muted)}hr{border-color:var(--rg-border)}::selection{background-color:rgba(165,180,252,.25);color:#fff}::-moz-selection{background-color:rgba(165,180,252,.25);color:#fff}::-webkit-scrollbar{background-color:var(--rg-bg-deepest)}::-webkit-scrollbar-track{background-color:var(--rg-bg-deepest)}::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.12);border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:rgba(255,255,255,.2)}.p-footer{display:block!important;background-color:var(--rg-bg-deepest);color:var(--rg-text-muted);border-top:1px solid var(--rg-border)}.p-footer a{color:var(--rg-text-secondary);transition:color var(--rg-transition-fast)}.p-footer a:hover{color:var(--rg-cyan)}.p-footer-inner{background-color:transparent}.p-footer-row{color:var(--rg-text-muted)}.p-footer-linkList a{color:var(--rg-text-secondary)}.p-footer-linkList a:hover{color:var(--rg-cyan)}.p-footer-copyright{color:var(--rg-text-faint)}.block{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-md);margin-bottom:20px;backdrop-filter:var(--rg-glass-blur);-webkit-backdrop-filter:var(--rg-glass-blur);transition:box-shadow var(--rg-transition-base)}.block:hover{box-shadow:var(--rg-shadow-lg)}.block--category{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-md);backdrop-filter:var(--rg-glass-blur);-webkit-backdrop-filter:var(--rg-glass-blur)}.block-header{background-color:rgba(167,139,250,.06);border-bottom:1px solid var(--rg-border);color:var(--rg-purple);text-transform:uppercase;font-weight:700;letter-spacing:.08em;font-size:.82rem}.block--category .block-header{background:rgba(167,139,250,.06);border-bottom:1px solid rgba(167,139,250,.12);border-radius:var(--rg-radius-lg) var(--rg-radius-lg) 0 0}.block-header a{color:var(--rg-purple);transition:color var(--rg-transition-fast)}.block-header a:hover{color:#c4b5fd}.block-body{background-color:transparent}.block-footer{background-color:rgba(255,255,255,.02);border-top:1px solid var(--rg-border);color:var(--rg-text-muted)}.block-footer a{color:var(--rg-text-secondary)}.block-footer a:hover{color:var(--rg-cyan)}.block-minHeader{color:var(--rg-text-muted);text-transform:uppercase;font-weight:600;letter-spacing:.06em;font-size:.75rem}.block-outer{color:var(--rg-text-muted)}.block-outer .block-outer-main{color:var(--rg-text-muted)}.block-outer a{color:var(--rg-text-secondary)}.block-outer a:hover{color:var(--rg-cyan)}.node-list{background-color:transparent}.node{border-bottom:1px solid var(--rg-border-subtle);transition:background-color var(--rg-transition-fast)}.node:last-child{border-bottom:none}.node:hover{background-color:var(--rg-glass-bg-hover)}.node-body{background-color:transparent;border-color:var(--rg-border-subtle)}.node-icon i{color:var(--rg-text-muted);transition:color var(--rg-transition-fast)}.node--unread .node-icon i{color:var(--rg-cyan)}.node-icon .fa,.node-icon .fab,.node-icon .far,.node-icon .fas{color:var(--rg-text-muted)}.node--unread .node-icon .fa,.node--unread .node-icon .far,.node--unread .node-icon .fas{color:var(--rg-cyan)}.node-title a{color:var(--rg-text-primary);font-weight:500;transition:color var(--rg-transition-fast)}.node-title a:hover{color:var(--rg-cyan)}.node--unread .node-title a{color:#fff;font-weight:700}.node-description{color:var(--rg-text-secondary);font-size:.85rem}.node-subNodeList a{color:var(--rg-text-secondary);font-size:.82rem;transition:color var(--rg-transition-fast)}.node-subNodeList a:hover{color:var(--rg-cyan)}.node-subNodeList .node-subNodeLink--unread a{color:var(--rg-text-primary);font-weight:600}.node-stats{color:var(--rg-text-muted)}.node-statLabel{color:var(--rg-text-faint);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.node-stats .pairs dt{color:var(--rg-text-faint);font-size:.75rem}.node-stats .pairs dd{color:var(--rg-text-muted);font-weight:600}.node-extra{color:var(--rg-text-muted)}.node-extra .node-extra-icon{color:var(--rg-text-muted)}.node-extra .node-extra-title{color:var(--rg-text-secondary);font-size:.85rem}.node-extra .node-extra-title a{color:var(--rg-text-secondary);transition:color var(--rg-transition-fast)}.node-extra .node-extra-title a:hover{color:var(--rg-cyan)}.node-extra .node-extra-user{color:var(--rg-text-muted);font-size:.8rem}.node-extra .node-extra-user a{color:var(--rg-text-muted)}.node-extra .node-extra-user a:hover{color:var(--rg-cyan)}.node-extra .node-extra-date{color:var(--rg-text-faint);font-size:.78rem}.node-extra .node-extra-date a,.node-extra time{color:var(--rg-text-faint)}.node-extra .node-extra-date a:hover{color:var(--rg-cyan)}.node-meta{color:var(--rg-text-muted)}.node--link .node-title a{color:var(--rg-cyan-dim)}.node--page .node-title a{color:var(--rg-text-primary)}.structItem{border-bottom:1px solid var(--rg-border-subtle);transition:background-color var(--rg-transition-fast)}.structItem:hover{background-color:var(--rg-glass-bg-hover)}.structItem:last-child{border-bottom:none}.structItem-cell{color:var(--rg-text-secondary);border-color:var(--rg-border-subtle)}.structItem-cell--icon{color:var(--rg-text-muted)}.structItem-cell--icon .structItem-iconContainer{color:var(--rg-text-muted)}.structItem-cell--icon .avatar{box-shadow:0 2px 8px rgba(0,0,0,.2)}.structItem-cell--main{color:var(--rg-text-primary)}.structItem-title{color:var(--rg-text-primary);font-weight:500}.structItem-title a{color:var(--rg-text-primary);transition:color var(--rg-transition-fast)}.structItem-title a:hover{color:var(--rg-cyan)}.structItem--unread .structItem-title a,.structItem.is-unread .structItem-title a{color:#fff;font-weight:700}.structItem.is-unread .structItem-title::before{color:var(--rg-cyan)}.structItem--sticky,.structItem.is-sticky{border-left:3px solid var(--rg-purple-dim);background-color:rgba(167,139,250,.03)}.structItem--sticky:hover,.structItem.is-sticky:hover{background-color:rgba(167,139,250,.06)}.label{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--rg-radius-sm);color:#fff}.label--accent{background-color:var(--rg-purple)}.structItem-minor{color:var(--rg-text-muted);font-size:.82rem}.structItem-minor a{color:var(--rg-text-muted);transition:color var(--rg-transition-fast)}.structItem-minor a:hover{color:var(--rg-cyan)}.structItem-parts{color:var(--rg-text-muted)}.structItem-parts li{color:var(--rg-text-muted)}.structItem-cell--meta{color:var(--rg-text-muted);font-size:.82rem}.structItem-cell--meta dt{color:var(--rg-text-faint);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.structItem-cell--meta dd{color:var(--rg-text-muted);font-weight:600}.structItem-cell--meta .pairs{color:var(--rg-text-muted)}.structItem-cell--latest{color:var(--rg-text-muted);font-size:.82rem}.structItem-cell--latest a{color:var(--rg-text-secondary);transition:color var(--rg-transition-fast)}.structItem-cell--latest a:hover{color:var(--rg-cyan)}.structItem-cell--latest .structItem-latestDate{color:var(--rg-text-faint);font-size:.78rem}.structItem-cell--latest time{color:var(--rg-text-faint)}.structItem-status{color:var(--rg-text-muted)}.structItem-status--locked i{color:var(--rg-text-faint)}.structItemContainer-group{background-color:rgba(167,139,250,.06);color:var(--rg-purple);font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;border-bottom:1px solid rgba(167,139,250,.12)}.structItemContainer-group--sticky{background-color:rgba(167,139,250,.04);color:var(--rg-purple-dim)}.message{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-sm);margin-bottom:16px;transition:box-shadow var(--rg-transition-base),border-color var(--rg-transition-base)}.message:hover{box-shadow:var(--rg-shadow-md);border-color:var(--rg-glass-border-hover)}.message--post{background-color:var(--rg-glass-bg)}.message-inner{background-color:transparent;border-color:var(--rg-border)}.message-user{background-color:rgba(255,255,255,.02);border-right:1px solid var(--rg-border-subtle);color:var(--rg-text-secondary)}.message-user .message-avatar{box-shadow:0 2px 12px rgba(0,0,0,.3)}.message-userDetails{color:var(--rg-text-secondary)}.message-name a{color:var(--rg-text-primary);font-weight:600;transition:color var(--rg-transition-fast)}.message-name a:hover{color:var(--rg-cyan)}.message-userTitle{color:var(--rg-text-muted);font-size:.78rem}.message-userExtras{color:var(--rg-text-faint);font-size:.75rem}.message-userExtras dt{color:var(--rg-text-faint)}.message-userExtras dd{color:var(--rg-text-muted)}.userBanner{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-radius:var(--rg-radius-sm)}.userBanner--staff{background:var(--rg-gradient-purple);color:#fff}.message-content{background-color:transparent;color:var(--rg-text-primary)}.message-body{color:var(--rg-text-primary);line-height:1.7}.message-body .bbWrapper{color:var(--rg-text-primary)}.message-attribution{color:var(--rg-text-faint);font-size:.78rem;border-bottom:1px solid var(--rg-border-subtle)}.message-attribution a{color:var(--rg-text-faint);transition:color var(--rg-transition-fast)}.message-attribution a:hover{color:var(--rg-cyan)}.message-attribution-main a{color:var(--rg-text-faint)}.message-attribution-opposite{color:var(--rg-text-faint)}.message-body h1,.message-body h2,.message-body h3{color:#fff}.message-body a{color:var(--rg-cyan)}.message-body a:hover{color:#bec8fd}.message-body strong{color:#fff;font-weight:700}.message-body em{color:var(--rg-text-primary)}.message-body code{background-color:rgba(165,180,252,.08);color:var(--rg-cyan);border-radius:4px;font-size:.88em}.message-body pre{background-color:rgba(0,0,0,.3);border:1px solid var(--rg-border);border-radius:var(--rg-radius-md);color:var(--rg-text-primary)}.bbCodeBlock--quote{background-color:rgba(0,0,0,.2);border:1px solid var(--rg-border);border-left:3px solid var(--rg-cyan);border-radius:var(--rg-radius-md)}.bbCodeBlock-title{color:var(--rg-text-muted);font-size:.82rem;font-weight:600;border-bottom:1px solid var(--rg-border-subtle)}.bbCodeBlock-content{color:var(--rg-text-secondary)}.bbCodeBlock-expandLink{color:var(--rg-cyan)}.bbCodeBlock-expandLink:hover{color:#bec8fd}.bbCodeBlock--code{background-color:rgba(0,0,0,.35);border:1px solid var(--rg-border);border-radius:var(--rg-radius-md)}.bbCodeBlock--code .bbCodeBlock-title{background-color:rgba(255,255,255,.04);color:var(--rg-text-muted);border-bottom:1px solid var(--rg-border)}.bbCodeCode{color:var(--rg-text-primary)}.bbCodeCode code{background-color:transparent;color:var(--rg-text-primary)}.bbCodeSpoiler-button{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);color:var(--rg-text-muted);border-radius:var(--rg-radius-sm);transition:background-color var(--rg-transition-fast),color var(--rg-transition-fast)}.bbCodeSpoiler-button:hover{background-color:var(--rg-glass-bg-hover);color:var(--rg-text-primary)}.bbCodeSpoiler-content{background-color:rgba(0,0,0,.15);border:1px solid var(--rg-border);border-radius:var(--rg-radius-sm)}.bbCodeInlineSpoiler{background-color:rgba(255,255,255,.1);color:transparent;border-radius:3px;transition:background-color var(--rg-transition-fast),color var(--rg-transition-fast)}.bbCodeInlineSpoiler.bbCodeInlineSpoiler--uncovered,.bbCodeInlineSpoiler:hover{background-color:rgba(255,255,255,.08);color:var(--rg-text-primary)}.message-footer{border-top:1px solid var(--rg-border-subtle);color:var(--rg-text-muted)}.message-actionBar{color:var(--rg-text-muted)}.actionBar-action,.actionBar-set a{color:var(--rg-text-muted);transition:color var(--rg-transition-fast)}.actionBar-action:hover,.actionBar-set a:hover{color:var(--rg-cyan)}.actionBar-action--reply{color:var(--rg-text-muted)}.actionBar-action--reply:hover{color:var(--rg-cyan)}.reactionsBar{color:var(--rg-text-muted);font-size:.82rem}.reactionsBar a{color:var(--rg-text-muted)}.reactionsBar a:hover{color:var(--rg-cyan)}.reactionsBar-link{color:var(--rg-text-muted);transition:color var(--rg-transition-fast)}.reactionsBar-link:hover{color:var(--rg-cyan)}.reactionSummary{color:var(--rg-text-muted)}.message-notice{background-color:rgba(167,139,250,.08);border:1px solid rgba(167,139,250,.15);color:var(--rg-text-secondary);border-radius:var(--rg-radius-md)}.message-signature{color:var(--rg-text-faint);border-top:1px solid var(--rg-border-subtle);font-size:.82rem}.message-signature a{color:var(--rg-text-muted)}.message-signature a:hover{color:var(--rg-cyan)}.message-lastEdit{color:var(--rg-text-faint);font-size:.78rem}.js-replyNewMessageContainer{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-md)}.block--quickReply{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border)}input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url]{background-color:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:var(--rg-text-primary);border-radius:var(--rg-radius-md);transition:border-color var(--rg-transition-fast),box-shadow var(--rg-transition-fast)}input[type=date]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus{border-color:var(--rg-cyan);box-shadow:0 0 0 3px rgba(165,180,252,.15);background-color:rgba(255,255,255,.08);color:#fff}input[type=email]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder{color:var(--rg-text-faint)}textarea{background-color:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:var(--rg-text-primary);border-radius:var(--rg-radius-md);transition:border-color var(--rg-transition-fast),box-shadow var(--rg-transition-fast)}textarea:focus{border-color:var(--rg-cyan);box-shadow:0 0 0 3px rgba(165,180,252,.15);background-color:rgba(255,255,255,.08);color:#fff}textarea::placeholder{color:var(--rg-text-faint)}select{background-color:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:var(--rg-text-primary);border-radius:var(--rg-radius-md);transition:border-color var(--rg-transition-fast)}select:focus{border-color:var(--rg-cyan);box-shadow:0 0 0 3px rgba(165,180,252,.15)}select option{background-color:var(--rg-bg-raised);color:var(--rg-text-primary)}.iconic--checkbox,.iconic--radio{color:var(--rg-text-muted);transition:color var(--rg-transition-fast)}.iconic--checkbox:checked,.iconic--radio:checked{color:var(--rg-cyan)}input[type=checkbox]{accent-color:var(--rg-cyan)}input[type=radio]{accent-color:var(--rg-cyan)}.formRow{border-bottom:1px solid var(--rg-border-subtle)}.formRow-main{color:var(--rg-text-primary)}.formRow-label{color:var(--rg-text-secondary);font-weight:600}.formRow-hint{color:var(--rg-text-faint);font-size:.82rem}.formRow-explain{color:var(--rg-text-muted);font-size:.82rem}.formInfoRow{background-color:rgba(165,180,252,.06);border:1px solid rgba(165,180,252,.12);color:var(--rg-text-secondary);border-radius:var(--rg-radius-md)}.inputGroup{border-radius:var(--rg-radius-md)}.inputGroup .input{background-color:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:var(--rg-text-primary)}.inputGroup .inputGroup-text{background-color:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);color:var(--rg-text-muted)}.button--primary{background:var(--rg-gradient-btn-primary);color:#fff;border:none;border-radius:var(--rg-radius-md);font-weight:600;letter-spacing:.02em;box-shadow:0 2px 8px rgba(0,0,0,.3);transition:box-shadow var(--rg-transition-fast),transform var(--rg-transition-fast),background var(--rg-transition-fast)}.button--primary:hover{background:var(--rg-gradient-btn-hover);box-shadow:0 4px 12px rgba(0,0,0,.4);transform:translateY(-1px);color:#fff}.button--primary:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0,0,0,.3)}.button{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);color:var(--rg-text-secondary);border-radius:var(--rg-radius-md);transition:background-color var(--rg-transition-fast),color var(--rg-transition-fast),border-color var(--rg-transition-fast)}.button:hover{background-color:var(--rg-glass-bg-hover);border-color:var(--rg-glass-border-hover);color:var(--rg-text-primary)}.button:active{background-color:var(--rg-glass-bg-active)}.button--link{background-color:transparent;border:none;color:var(--rg-cyan)}.button--link:hover{color:#bec8fd;background-color:transparent}.button--icon{color:var(--rg-text-muted);transition:color var(--rg-transition-fast)}.button--icon:hover{color:var(--rg-cyan)}.button--cta{background:var(--rg-gradient-btn-primary);color:#fff;border:none;border-radius:var(--rg-radius-md);font-weight:600;box-shadow:0 2px 8px rgba(0,0,0,.3);transition:box-shadow var(--rg-transition-fast),transform var(--rg-transition-fast)}.button--cta:hover{background:var(--rg-gradient-btn-hover);box-shadow:0 4px 12px rgba(0,0,0,.4);transform:translateY(-1px);color:#fff}.fr-box{border-radius:var(--rg-radius-md)}.fr-toolbar{background-color:var(--rg-bg-raised);border-color:var(--rg-border);color:var(--rg-text-primary);border-radius:var(--rg-radius-md) var(--rg-radius-md) 0 0}.fr-toolbar .fr-command.fr-btn{color:var(--rg-text-secondary);transition:color var(--rg-transition-fast),background-color var(--rg-transition-fast)}.fr-toolbar .fr-command.fr-btn:hover{background-color:var(--rg-glass-bg-hover);color:var(--rg-text-primary)}.fr-toolbar .fr-command.fr-btn.fr-active{color:var(--rg-cyan);background-color:rgba(165,180,252,.08)}.fr-toolbar .fr-separator{background-color:var(--rg-border)}.fr-wrapper{background-color:rgba(255,255,255,.04);border-color:var(--rg-border)}.fr-element{background-color:transparent;color:var(--rg-text-primary)}.fr-second-toolbar{background-color:var(--rg-bg-raised);border-color:var(--rg-border);border-radius:0 0 var(--rg-radius-md) var(--rg-radius-md)}.fr-counter{color:var(--rg-text-faint)}.formButtonGroup .formButtonGroup-extra{color:var(--rg-text-muted)}.tagItem{background-color:rgba(165,180,252,.1);border:1px solid rgba(165,180,252,.2);color:var(--rg-cyan);border-radius:var(--rg-radius-sm)}.tagItem:hover{background-color:rgba(165,180,252,.15)}.attachmentUploader{background-color:var(--rg-glass-bg);border:2px dashed var(--rg-border-medium);border-radius:var(--rg-radius-md);color:var(--rg-text-muted);transition:border-color var(--rg-transition-fast),background-color var(--rg-transition-fast)}.attachmentUploader:hover{border-color:var(--rg-cyan-dim);background-color:var(--rg-glass-bg-hover)}.attachmentManager-filelist{background-color:transparent}.attachmentFile{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md);color:var(--rg-text-secondary)}.attachmentFile:hover{background-color:var(--rg-glass-bg-hover)}.p-breadcrumbs{color:#b8bfc8}.p-breadcrumbs a{color:#b8bfc8;transition:color var(--rg-transition-fast)}.p-breadcrumbs a:hover{color:var(--rg-cyan)}.p-breadcrumbs li::after{color:var(--rg-text-faint)}.p-breadcrumbs .p-breadcrumb{color:#b8bfc8}.pageNav{color:var(--rg-text-muted)}.pageNav-main{color:var(--rg-text-muted)}.pageNav-page{color:var(--rg-text-muted)}.pageNav-page a{color:var(--rg-text-secondary);background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-sm);transition:background-color var(--rg-transition-fast),color var(--rg-transition-fast),border-color var(--rg-transition-fast)}.pageNav-page a:hover{background-color:var(--rg-glass-bg-hover);color:var(--rg-text-primary);border-color:var(--rg-glass-border-hover)}.pageNav-page.pageNav-page--current,.pageNav-page.pageNav-page--current a{background-color:var(--rg-cyan);color:#0f1117;border-color:var(--rg-cyan);font-weight:700}.pageNav-page--skip{color:var(--rg-text-faint)}.pageNav-jump a{color:var(--rg-text-muted);background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-sm)}.pageNav-jump a:hover{color:var(--rg-cyan);border-color:var(--rg-glass-border-hover)}.p-title{color:var(--rg-text-primary)}.p-title-value{color:#fff;font-weight:700}.p-title-pageAction .button{background:var(--rg-gradient-btn-primary);color:#fff;border:none;border-radius:var(--rg-radius-md);font-weight:600;box-shadow:0 2px 8px rgba(0,0,0,.3);transition:box-shadow var(--rg-transition-fast),transform var(--rg-transition-fast)}.p-title-pageAction .button:hover{background:var(--rg-gradient-btn-hover);box-shadow:0 4px 12px rgba(0,0,0,.4);transform:translateY(-1px);color:#fff}.p-description{color:var(--rg-text-secondary)}.p-sectionHeader{color:var(--rg-text-primary);border-bottom:1px solid var(--rg-border)}.p-sectionHeader-title{color:var(--rg-text-primary);font-weight:700}.tabs{border-bottom:1px solid var(--rg-border)}.tabs-tab{color:var(--rg-text-muted);border-bottom:2px solid transparent;transition:color var(--rg-transition-fast),border-color var(--rg-transition-fast)}.tabs-tab:hover{color:var(--rg-text-primary);border-bottom-color:var(--rg-glass-border-hover)}.tabs-tab.is-active{color:var(--rg-cyan);border-bottom-color:var(--rg-cyan);font-weight:600}.tabs-tab a{color:inherit}.tabPanes{background-color:transparent}.filterBar{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md)}.filterBar-filter{color:var(--rg-text-muted)}.filterBar-filter a{color:var(--rg-text-muted);transition:color var(--rg-transition-fast)}.filterBar-filter a:hover{color:var(--rg-cyan)}.filterBar-filter.is-active a{color:var(--rg-cyan);font-weight:600}.filterBar-menuTrigger{color:var(--rg-text-muted)}.alert{background-color:var(--rg-glass-bg);border-bottom:1px solid var(--rg-border-subtle);transition:background-color var(--rg-transition-fast)}.alert:hover{background-color:var(--rg-glass-bg-hover)}.alert--unread,.alert.is-unread{border-left:3px solid var(--rg-cyan);background-color:rgba(165,180,252,.04)}.alert--unread:hover,.alert.is-unread:hover{background-color:rgba(165,180,252,.06)}.alert-body{color:var(--rg-text-secondary)}.alert-body a{color:var(--rg-text-primary);font-weight:600}.alert-body a:hover{color:var(--rg-cyan)}.alert .alert-date{color:var(--rg-text-faint);font-size:.78rem}.alertRow{background-color:var(--rg-glass-bg);border-bottom:1px solid var(--rg-border-subtle);transition:background-color var(--rg-transition-fast)}.alertRow:hover{background-color:var(--rg-glass-bg-hover)}.alertRow--unread,.alertRow.is-unread{border-left:3px solid var(--rg-cyan);background-color:rgba(165,180,252,.04)}.structItem--conversation{border-bottom:1px solid var(--rg-border-subtle)}.structItem--conversation .structItem-title a{color:var(--rg-text-primary)}.structItem--conversation .structItem-title a:hover{color:var(--rg-cyan)}.structItem--conversation.is-unread .structItem-title a{color:#fff;font-weight:700}.conversation-message{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);margin-bottom:12px}.p-account{color:var(--rg-text-primary)}.p-account .block{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-md)}.p-account .formRow{border-bottom:1px solid var(--rg-border-subtle)}.p-account .listSideBar{background-color:transparent}.p-account .listSideBar a{color:var(--rg-text-secondary);transition:color var(--rg-transition-fast),background-color var(--rg-transition-fast)}.p-account .listSideBar a:hover{color:var(--rg-text-primary);background-color:var(--rg-glass-bg-hover)}.p-account .listSideBar a.is-active{color:var(--rg-cyan);background-color:rgba(165,180,252,.06);font-weight:600}.block--security{background-color:var(--rg-glass-bg)}.block--preferences{background-color:var(--rg-glass-bg)}.block--followedContent{background-color:var(--rg-glass-bg)}.p-body-pageContent--alerts .alert{border-radius:var(--rg-radius-md);margin-bottom:8px}.block--connectedAccounts .block-body{background-color:transparent}.memberProfileBanner{background-color:var(--rg-bg-raised)}.memberHeader{background-color:var(--rg-glass-bg);backdrop-filter:var(--rg-glass-blur);-webkit-backdrop-filter:var(--rg-glass-blur);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-lg)}.memberHeader-content{color:var(--rg-text-primary)}.memberHeader-nameWrapper{color:#fff}.memberHeader-name{color:#fff}.memberHeader-name .username{font-weight:700}.memberHeader-blurb{color:var(--rg-text-secondary)}.memberHeader-stats{color:var(--rg-text-muted)}.pairJustifier dt{color:var(--rg-text-faint);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.pairJustifier dd{color:var(--rg-text-primary);font-weight:600}.memberHeader-tabs{border-top:1px solid var(--rg-border)}.memberTooltip{background-color:var(--rg-bg-raised);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-lg);color:var(--rg-text-primary)}.memberTooltip-name{color:#fff;font-weight:700}.memberTooltip-blurb{color:var(--rg-text-secondary)}.message--profilePost{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);margin-bottom:12px}.message--profilePost:hover{border-color:var(--rg-glass-border-hover)}.memberHeader-info{color:var(--rg-text-secondary)}.memberHeader-info dt{color:var(--rg-text-faint)}.memberHeader-info dd{color:var(--rg-text-primary)}.block--memberAbout{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.aboutSection{color:var(--rg-text-secondary);border-bottom:1px solid var(--rg-border-subtle)}.aboutSection .pairs dt{color:var(--rg-text-muted)}.aboutSection .pairs dd{color:var(--rg-text-primary)}.memberCard{background-color:var(--rg-bg-raised);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-lg)}.memberCard-name{color:#fff;font-weight:700}.memberCard-title{color:var(--rg-text-muted)}.memberCard-stats dt{color:var(--rg-text-faint)}.memberCard-stats dd{color:var(--rg-text-primary)}.memberList-member{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);transition:background-color var(--rg-transition-fast),box-shadow var(--rg-transition-fast)}.memberList-member:hover{background-color:var(--rg-glass-bg-hover);box-shadow:var(--rg-shadow-md)}.memberList-member .memberList-name a{color:var(--rg-text-primary);font-weight:600}.memberList-member .memberList-name a:hover{color:var(--rg-cyan)}.memberList-member .memberList-stat dt{color:var(--rg-text-faint)}.memberList-member .memberList-stat dd{color:var(--rg-text-muted)}.overlay-container{background-color:var(--rg-bg-raised);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-xl);color:var(--rg-text-primary);backdrop-filter:var(--rg-glass-blur);-webkit-backdrop-filter:var(--rg-glass-blur)}.overlay{background-color:rgba(0,0,0,.6);backdrop-filter:blur(4px)}.overlay-title{color:#fff;font-weight:700;border-bottom:1px solid var(--rg-border)}.overlay-content{color:var(--rg-text-primary);background-color:transparent}.overlay-footer{border-top:1px solid var(--rg-border);background-color:rgba(255,255,255,.02)}.menu{background-color:var(--rg-bg-raised);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md);box-shadow:var(--rg-shadow-lg);backdrop-filter:var(--rg-glass-blur);-webkit-backdrop-filter:var(--rg-glass-blur)}.menu-content{background-color:transparent;color:var(--rg-text-primary)}.menu-header{color:var(--rg-text-primary);font-weight:700;border-bottom:1px solid var(--rg-border)}.menu-footer{color:var(--rg-text-muted);border-top:1px solid var(--rg-border);background-color:rgba(255,255,255,.02)}.menu-footer a{color:var(--rg-text-secondary)}.menu-footer a:hover{color:var(--rg-cyan)}.menu-row{color:var(--rg-text-primary);transition:background-color var(--rg-transition-fast)}.menu-row:hover{background-color:var(--rg-glass-bg-hover)}.menu-row--highlighted{background-color:rgba(165,180,252,.06)}.menu-row a{color:var(--rg-text-primary)}.menu-row a:hover{color:var(--rg-cyan)}.menu-separator{border-top:1px solid var(--rg-border)}.menu-linkRow{color:var(--rg-text-secondary);transition:background-color var(--rg-transition-fast),color var(--rg-transition-fast)}.menu-linkRow:hover{background-color:var(--rg-glass-bg-hover);color:var(--rg-text-primary)}.tooltip{background-color:var(--rg-bg-elevated);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-sm);box-shadow:var(--rg-shadow-md);color:var(--rg-text-primary)}.tooltip-content{color:var(--rg-text-primary)}.tooltip-arrow{border-color:var(--rg-bg-elevated)}.popover{background-color:var(--rg-bg-raised);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md);box-shadow:var(--rg-shadow-lg)}.notices{color:var(--rg-text-secondary)}.notice{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md);color:var(--rg-text-secondary)}.notice--primary{background-color:rgba(165,180,252,.08);border-color:rgba(165,180,252,.15)}.notice--warning{background-color:rgba(251,191,36,.08);border-color:rgba(251,191,36,.15);color:var(--rg-warning)}.notice--error{background-color:rgba(248,113,113,.08);border-color:rgba(248,113,113,.15);color:var(--rg-error)}.flashMessage{border-radius:var(--rg-radius-md);box-shadow:var(--rg-shadow-md)}.flashMessage--success{background-color:rgba(52,211,153,.12);border:1px solid rgba(52,211,153,.25);color:var(--rg-success)}.flashMessage--error{background-color:rgba(248,113,113,.12);border:1px solid rgba(248,113,113,.25);color:var(--rg-error)}.p-body-sidebar .block{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-md);backdrop-filter:var(--rg-glass-blur);-webkit-backdrop-filter:var(--rg-glass-blur);margin-bottom:16px}.p-body-sidebar .block-header{background:rgba(167,139,250,.06);border-bottom:1px solid rgba(167,139,250,.12);color:var(--rg-purple);text-transform:uppercase;font-weight:700;letter-spacing:.06em;font-size:.78rem;border-radius:var(--rg-radius-lg) var(--rg-radius-lg) 0 0}.p-body-sidebar .block-header a{color:var(--rg-purple)}.p-body-sidebar .block-header a:hover{color:#c4b5fd}.p-body-sidebar .block-body{background-color:transparent}.p-body-sidebar .block-footer{background-color:rgba(255,255,255,.02);border-top:1px solid var(--rg-border);color:var(--rg-text-muted)}.p-body-sidebar a{color:var(--rg-text-secondary);transition:color var(--rg-transition-fast)}.p-body-sidebar a:hover{color:var(--rg-cyan)}.p-body-sidebar .avatar{box-shadow:0 2px 8px rgba(0,0,0,.2)}.block--onlineNow{color:var(--rg-text-secondary)}.block--onlineNow .pairs dt{color:var(--rg-text-faint)}.block--onlineNow .pairs dd{color:var(--rg-text-muted)}.block--newPosts .contentRow-title a{color:var(--rg-text-primary);transition:color var(--rg-transition-fast)}.block--newPosts .contentRow-title a:hover{color:var(--rg-cyan)}.block--newPosts .contentRow-minor{color:var(--rg-text-muted);font-size:.82rem}.block--forumStatistics{color:var(--rg-text-secondary)}.block--forumStatistics .pairs dt{color:var(--rg-text-faint)}.block--forumStatistics .pairs dd{color:var(--rg-text-muted);font-weight:600}.block--sharePage a{color:var(--rg-text-muted);transition:color var(--rg-transition-fast)}.block--sharePage a:hover{color:var(--rg-cyan)}.contentRow{color:var(--rg-text-secondary);border-bottom:1px solid var(--rg-border-subtle);transition:background-color var(--rg-transition-fast)}.contentRow:last-child{border-bottom:none}.contentRow:hover{background-color:var(--rg-glass-bg-hover)}.contentRow-title{color:var(--rg-text-primary);font-weight:600}.contentRow-title a{color:var(--rg-text-primary);transition:color var(--rg-transition-fast)}.contentRow-title a:hover{color:var(--rg-cyan)}.contentRow-minor{color:var(--rg-text-muted);font-size:.82rem}.contentRow-minor a{color:var(--rg-text-muted)}.contentRow-minor a:hover{color:var(--rg-cyan)}.contentRow-snippet{color:var(--rg-text-secondary);font-size:.88rem}.contentRow-extra{color:var(--rg-text-faint)}.contentRow-figure{color:var(--rg-text-muted)}@media (max-width:900px){.block{border-radius:var(--rg-radius-md)}.block--category{border-radius:var(--rg-radius-md)}.block--category .block-header{border-radius:var(--rg-radius-md) var(--rg-radius-md) 0 0}.message{border-radius:var(--rg-radius-md)}.p-body-sidebar .block{border-radius:var(--rg-radius-md)}}@media (max-width:650px){.block{border-radius:var(--rg-radius-sm);margin-bottom:12px}.block--category{border-radius:var(--rg-radius-sm)}.block--category .block-header{border-radius:var(--rg-radius-sm) var(--rg-radius-sm) 0 0}.message{border-radius:var(--rg-radius-sm);margin-bottom:10px}.node-title a{color:var(--rg-text-primary)}.structItem-title a{color:var(--rg-text-primary)}.pageNav-page a{border-radius:var(--rg-radius-sm)}}.pairs{color:var(--rg-text-secondary)}.pairs dt{color:var(--rg-text-muted)}.pairs dd{color:var(--rg-text-primary)}.pairs a{color:var(--rg-cyan)}.pairs a:hover{color:#bec8fd}.dataList{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.dataList-row{border-bottom:1px solid var(--rg-border-subtle);transition:background-color var(--rg-transition-fast)}.dataList-row:hover{background-color:var(--rg-glass-bg-hover)}.dataList-row:last-child{border-bottom:none}.dataList-cell{color:var(--rg-text-primary)}.dataList-cell--main{color:var(--rg-text-primary)}.dataList-cell--min{color:var(--rg-text-muted)}.dataList-header .dataList-cell{background-color:rgba(167,139,250,.06);color:var(--rg-purple);font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;border-bottom:1px solid rgba(167,139,250,.12)}.toggle{background-color:rgba(255,255,255,.1);border-radius:999px;transition:background-color var(--rg-transition-fast)}.toggle.is-active{background-color:var(--rg-cyan)}.avatar{border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.2)}.avatar--s{border-radius:50%}.avatar--m{border-radius:50%}.avatar--l{border-radius:50%}.username{font-weight:600;transition:color var(--rg-transition-fast)}.username:hover{color:var(--rg-cyan)}.trophy{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md)}.trophy-icon{color:var(--rg-warning)}.trophy-title{color:var(--rg-text-primary);font-weight:600}.trophy-description{color:var(--rg-text-muted)}.tagList a{background-color:rgba(165,180,252,.08);border:1px solid rgba(165,180,252,.15);color:var(--rg-cyan-dim);border-radius:var(--rg-radius-sm);font-size:.78rem;transition:background-color var(--rg-transition-fast),color var(--rg-transition-fast)}.tagList a:hover{background-color:rgba(165,180,252,.15);color:var(--rg-cyan)}.shareButtons a{color:var(--rg-text-muted);transition:color var(--rg-transition-fast)}.shareButtons a:hover{color:var(--rg-cyan)}.reactionList{color:var(--rg-text-secondary)}.reactionList-link{color:var(--rg-text-muted);transition:color var(--rg-transition-fast)}.reactionList-link:hover{color:var(--rg-cyan)}.pollBlock{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-sm)}.pollBlock-question{color:#fff;font-weight:700}.pollBlock-responseBar{background-color:rgba(255,255,255,.06);border-radius:var(--rg-radius-sm)}.pollBlock-responseBar .pollBlock-responseBarFill{background:var(--rg-gradient-cyan);border-radius:var(--rg-radius-sm)}.pollBlock-response{color:var(--rg-text-primary)}.pollBlock-voters{color:var(--rg-text-faint)}.inlineModBar{background-color:var(--rg-bg-elevated);border:1px solid var(--rg-glass-border);box-shadow:var(--rg-shadow-lg);color:var(--rg-text-primary);border-radius:var(--rg-radius-md)}.inlineModBar a{color:var(--rg-text-secondary);transition:color var(--rg-transition-fast)}.inlineModBar a:hover{color:var(--rg-cyan)}.block--threadPoll{background-color:var(--rg-glass-bg)}.block--threadPoll .block-header{background:rgba(167,139,250,.06);color:var(--rg-purple)}.structItem-status i.fa-eye{color:var(--rg-cyan-dim)}.threadStatus{color:var(--rg-text-faint)}.threadStatus--locked{color:var(--rg-text-faint)}.threadStatus--sticky{color:var(--rg-purple-dim)}.block--resource{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.resourceList-item{border-bottom:1px solid var(--rg-border-subtle);transition:background-color var(--rg-transition-fast)}.resourceList-item:hover{background-color:var(--rg-glass-bg-hover)}.resourceInfo{color:var(--rg-text-secondary)}.resourceInfo-title a{color:var(--rg-text-primary);font-weight:600}.resourceInfo-title a:hover{color:var(--rg-cyan)}.resourceInfo-tag{color:var(--rg-text-muted)}.resourceMeta{color:var(--rg-text-muted)}.likeSummary{color:var(--rg-text-muted)}.likeSummary a{color:var(--rg-text-secondary)}.likeSummary a:hover{color:var(--rg-cyan)}.structItem-status--watched i{color:var(--rg-cyan-dim)}.structItem-status--bookmarked i{color:var(--rg-purple)}.block--search{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.block--search .block-header{color:var(--rg-purple)}.contentRow--searchResult{border-bottom:1px solid var(--rg-border-subtle)}.contentRow--searchResult:hover{background-color:var(--rg-glass-bg-hover)}.contentRow--searchResult .contentRow-title a{color:var(--rg-text-primary);font-weight:600}.contentRow--searchResult .contentRow-title a:hover{color:var(--rg-cyan)}.contentRow--searchResult .contentRow-snippet{color:var(--rg-text-secondary)}.contentRow--searchResult .contentRow-snippet em,.contentRow--searchResult .contentRow-snippet mark{background-color:rgba(165,180,252,.15);color:var(--rg-cyan)}.mediaItem{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md);transition:box-shadow var(--rg-transition-fast),border-color var(--rg-transition-fast)}.mediaItem:hover{box-shadow:var(--rg-shadow-md);border-color:var(--rg-glass-border-hover)}.mediaItem-title a{color:var(--rg-text-primary);transition:color var(--rg-transition-fast)}.mediaItem-title a:hover{color:var(--rg-cyan)}.mediaItem-info{color:var(--rg-text-muted);font-size:.82rem}.p-body-pageContent--error{color:var(--rg-text-primary)}.block--error{background-color:rgba(248,113,113,.06);border:1px solid rgba(248,113,113,.15);border-radius:var(--rg-radius-lg)}.block--error .block-header{color:var(--rg-error);background-color:rgba(248,113,113,.08)}.block--confirm{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.globalAction-loading{color:var(--rg-cyan)}.block-row--emptyState{color:var(--rg-text-muted);font-style:italic}.formRow--captcha{background-color:var(--rg-glass-bg);border-radius:var(--rg-radius-md)}.p-body-pageContent--legal{color:var(--rg-text-primary);line-height:1.7}.p-body-pageContent--legal h2{color:var(--rg-purple);font-weight:700}.block--help{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.block--help .block-header{color:var(--rg-purple)}.p-debugOutput{background-color:var(--rg-bg-deepest);color:var(--rg-text-muted);border-top:1px solid var(--rg-border)}.message--deleted{background-color:rgba(248,113,113,.04);border-color:rgba(248,113,113,.12)}.message--moderated{background-color:rgba(251,191,36,.04);border-color:rgba(251,191,36,.12)}.previewTooltip{background-color:var(--rg-bg-raised);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md);box-shadow:var(--rg-shadow-lg);color:var(--rg-text-primary)}.quickSearch{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md)}.quickSearch input{background-color:rgba(255,255,255,.06);color:var(--rg-text-primary);border:1px solid rgba(255,255,255,.12)}.quickSearch input:focus{border-color:var(--rg-cyan);box-shadow:0 0 0 3px rgba(165,180,252,.15)}.notice-dismiss{color:var(--rg-text-muted);transition:color var(--rg-transition-fast)}.notice-dismiss:hover{color:var(--rg-text-primary)}.featuredThread{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-md)}.featuredThread:hover{box-shadow:var(--rg-shadow-lg);border-color:var(--rg-glass-border-hover)}.featuredThread-title a{color:#fff;font-weight:700}.featuredThread-title a:hover{color:var(--rg-cyan)}.featuredThread-snippet{color:var(--rg-text-secondary)}.p-body-pageContent--whatsNew .contentRow{border-bottom:1px solid var(--rg-border-subtle)}.block--report{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.block--approvalQueue{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.p-modBar{display:none}.p-modBar a{display:none}.bbImage{border-radius:var(--rg-radius-md);box-shadow:var(--rg-shadow-sm)}.bbMediaWrapper{border-radius:var(--rg-radius-md);box-shadow:var(--rg-shadow-sm)}.attachmentList{color:var(--rg-text-secondary)}.attachmentThumbnail{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md);transition:border-color var(--rg-transition-fast),box-shadow var(--rg-transition-fast)}.attachmentThumbnail:hover{border-color:var(--rg-glass-border-hover);box-shadow:var(--rg-shadow-sm)}.attachmentThumbnail-name{color:var(--rg-text-secondary);font-size:.78rem}.attachmentFile-name a{color:var(--rg-cyan)}.attachmentFile-name a:hover{color:#bec8fd}.attachmentFile-size{color:var(--rg-text-faint)}.bbCodeBlock--unfurl{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md);transition:border-color var(--rg-transition-fast)}.bbCodeBlock--unfurl:hover{border-color:var(--rg-glass-border-hover)}.bbCodeBlock--unfurl .contentRow-title{color:var(--rg-text-primary)}.bbCodeBlock--unfurl .contentRow-snippet{color:var(--rg-text-muted)}.bbCodeBlock--unfurl .contentRow-minor{color:var(--rg-text-faint)}.bbTable{border-color:var(--rg-border)}.bbTable th{background-color:rgba(167,139,250,.08);color:var(--rg-purple);font-weight:700;border-color:var(--rg-border)}.bbTable td{border-color:var(--rg-border);color:var(--rg-text-primary)}.bbTable tr:nth-child(2n) td{background-color:rgba(255,255,255,.02)}.bbCodeHR{border-color:var(--rg-border)}.bbCodeBlock{background-color:rgba(0,0,0,.15);border:1px solid var(--rg-border);border-radius:var(--rg-radius-md)}.widget{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.widget-header{color:var(--rg-purple);font-weight:700;text-transform:uppercase;letter-spacing:.06em}.widget-body{color:var(--rg-text-secondary)}.block-row{border-bottom:1px solid var(--rg-border-subtle);color:var(--rg-text-secondary);transition:background-color var(--rg-transition-fast)}.block-row:last-child{border-bottom:none}.block-row:hover{background-color:var(--rg-glass-bg-hover)}.block-row a{color:var(--rg-text-primary)}.block-row a:hover{color:var(--rg-cyan)}.block--newThread{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);box-shadow:var(--rg-shadow-md)}.block--newThread .block-header{color:var(--rg-purple);background:rgba(167,139,250,.06)}.input--title{background-color:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#fff;font-weight:600;border-radius:var(--rg-radius-md)}.input--title:focus{border-color:var(--rg-cyan);box-shadow:0 0 0 3px rgba(165,180,252,.15)}.input--prefix{background-color:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:var(--rg-text-primary)}.xenOverlay .block--warning{background-color:var(--rg-bg-raised);border:1px solid rgba(248,113,113,.2);color:var(--rg-text-primary)}.blockMessage{background-color:rgba(165,180,252,.06);border:1px solid rgba(165,180,252,.12);color:var(--rg-text-secondary);border-radius:var(--rg-radius-md)}.blockMessage--error{background-color:rgba(248,113,113,.06);border-color:rgba(248,113,113,.15);color:var(--rg-error)}.blockMessage--warning{background-color:rgba(251,191,36,.06);border-color:rgba(251,191,36,.15);color:var(--rg-warning)}.blockMessage--success{background-color:rgba(52,211,153,.06);border-color:rgba(52,211,153,.15);color:var(--rg-success)}.blockMessage a{color:var(--rg-cyan)}.blockMessage a:hover{color:#bec8fd}.structItem--conversation{transition:background-color var(--rg-transition-fast)}.structItem--conversation:hover{background-color:var(--rg-glass-bg-hover)}.structItem--conversation .structItem-minor{color:var(--rg-text-muted)}.message--conversation{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg);margin-bottom:12px}.message--conversation .message-user{background-color:rgba(255,255,255,.02)}.block--conversationParticipants{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.block--conversationParticipants .block-header{color:var(--rg-purple)}.block--conversationInvite{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.p-navgroup{color:var(--rg-text-muted)}.p-navgroup-link{color:var(--rg-text-secondary);transition:color var(--rg-transition-fast),background-color var(--rg-transition-fast)}.p-navgroup-link:hover{color:var(--rg-text-primary);background-color:var(--rg-glass-bg-hover)}.p-navgroup-link.is-selected{color:var(--rg-cyan)}.block--threadNav{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md)}.block--threadNav a{color:var(--rg-text-secondary);transition:color var(--rg-transition-fast)}.block--threadNav a:hover{color:var(--rg-cyan)}.node--page .node-icon i{color:var(--rg-purple-dim)}.node--category{background-color:transparent}.node--forum.node--locked .node-icon i{color:var(--rg-text-faint)}.node--link .node-icon i{color:var(--rg-info)}.p-body-header{color:var(--rg-text-primary)}.p-body-header .p-title-value{color:#fff}.u-labelBadge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:var(--rg-radius-sm)}.message-attribution-opposite a{color:var(--rg-text-faint);font-size:.78rem;transition:color var(--rg-transition-fast)}.message-attribution-opposite a:hover{color:var(--rg-cyan)}.message-historyTarget{background-color:rgba(165,180,252,.04);border-left:3px solid var(--rg-cyan)}.message--bookmarked{border-left:3px solid var(--rg-purple)}.message-multiQuote{color:var(--rg-text-muted);transition:color var(--rg-transition-fast)}.message-multiQuote.is-active{color:var(--rg-cyan)}.block--threadWatch{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md)}.block--similarThreads{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.block--similarThreads .block-header{color:var(--rg-purple)}.block--similarThreads .contentRow-title a{color:var(--rg-text-primary)}.block--similarThreads .contentRow-title a:hover{color:var(--rg-cyan)}.block--feed .contentRow{border-bottom:1px solid var(--rg-border-subtle)}.block--feed .contentRow-title a{color:var(--rg-text-primary)}.block--feed .contentRow-title a:hover{color:var(--rg-cyan)}.p-notices .notice{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-md);color:var(--rg-text-secondary)}.p-notices .notice a{color:var(--rg-cyan)}.p-notices .notice a:hover{color:#bec8fd}.block--whatsNew .tabs-tab{color:var(--rg-text-muted)}.block--whatsNew .tabs-tab.is-active{color:var(--rg-cyan);border-bottom-color:var(--rg-cyan)}.block--whatsNew .contentRow{border-bottom:1px solid var(--rg-border-subtle)}.block--whatsNew .contentRow:hover{background-color:var(--rg-glass-bg-hover)}.userBanner--staff{background:var(--rg-gradient-purple);color:#fff}.userBanner--admin{background:linear-gradient(135deg,#f87171,#dc2626);color:#fff}.userBanner--moderator{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff}.userBanner--premium{background:linear-gradient(135deg,#fbbf24,#d97706);color:#0f1117}.userBanner--green{background:linear-gradient(135deg,#34d399,#059669);color:#fff}.userBanner--gray{background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.08));color:var(--rg-text-secondary)}.spinner{color:var(--rg-cyan)}.is-loading::after{background-color:rgba(15,17,23,.7)}.skeleton{background:rgba(255,255,255,.06);border-radius:var(--rg-radius-sm)}.alert,.alertRow,.block-row,.button,.contentRow,.menu-row,.node,.pageNav-page a,.structItem,a{transition:background-color var(--rg-transition-fast),color var(--rg-transition-fast),border-color var(--rg-transition-fast),box-shadow var(--rg-transition-fast)}.pairs--columns dt{color:var(--rg-text-muted)}.pairs--columns dd{color:var(--rg-text-primary)}.pairs--inline dt{color:var(--rg-text-faint)}.pairs--inline dd{color:var(--rg-text-muted)}.pairs--justified dt{color:var(--rg-text-muted)}.pairs--justified dd{color:var(--rg-text-primary)}.listPlain{color:var(--rg-text-secondary)}.listPlain a{color:var(--rg-text-secondary)}.listPlain a:hover{color:var(--rg-cyan)}.listInline{color:var(--rg-text-muted)}.listInline a{color:var(--rg-text-secondary)}.listInline a:hover{color:var(--rg-cyan)}.inputChoices-choice{background-color:rgba(165,180,252,.08);border:1px solid rgba(165,180,252,.15);color:var(--rg-cyan);border-radius:var(--rg-radius-sm)}.message--deleted .message-inner{background-color:rgba(248,113,113,.03)}.message--deleted .message-attribution{color:var(--rg-error)}.featuredResource{background-color:var(--rg-glass-bg);border:1px solid var(--rg-glass-border);border-radius:var(--rg-radius-lg)}.p-extraFooter{background-color:var(--rg-bg-deepest);color:var(--rg-text-faint);border-top:1px solid var(--rg-border)}.node-extra{max-width:180px}.structItem-cell--meta{width:80px}.structItem-cell--latest{width:160px}.node-main{word-wrap:break-word;overflow-wrap:break-word}.p-body-header{display:none!important}.p-featured{display:none!important}.block--category{position:relative;border-radius:var(--rg-radius-lg);overflow:hidden;transition:transform var(--rg-transition-base),box-shadow var(--rg-transition-base)}.rg-achievement-card,.rg-game-card,.rg-leaderboard-card,.rg-map-card,.rg-request-card,.rg-trainer-card,.rg-wishlist-card{transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.structItem{transition:background-color .2s ease,border-color .2s ease}.structItem:hover{background-color:rgba(167,139,250,.04)}.structItem:hover .structItem-title a{color:var(--rg-cyan)}.node--unread .node-icon i{color:#a5b4fc}.rg-stat-card{transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,border-color .3s ease}.rg-stat-card:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 8px 32px rgba(0,0,0,.4);border-color:rgba(167,139,250,.3)}@keyframes rgXpFill{from{width:0}}.rg-xp-fill{animation:rgXpFill 1.2s cubic-bezier(.22,1,.36,1) forwards;background:#7c3aed}@keyframes rgTickerSlideIn{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes rgTickerFadeOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.rg-ticker{background:rgba(124,58,237,.06);border:1px solid rgba(139,92,246,.15);border-radius:var(--rg-radius-lg);padding:16px 20px;margin-bottom:24px;overflow:hidden;position:relative}.rg-ticker-item{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:13px;color:var(--rg-text-secondary);animation:rgTickerSlideIn .4s ease forwards}.rg-ticker-item .ticker-dot{width:6px;height:6px;border-radius:50%;background:var(--rg-cyan);flex-shrink:0}.rg-ticker-item .ticker-user{color:var(--rg-purple);font-weight:600}.rg-ticker-item .ticker-time{margin-left:auto;color:var(--rg-text-muted);font-size:11px}#rgParticleCanvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.5}.p-body{position:relative;z-index:1}.rg-page-hero{opacity:0;animation:fadeInUp .6s ease .1s forwards}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rg-page-hero~*{opacity:0;animation:fadeInUp .5s ease forwards}.rg-page-hero~:nth-child(2){animation-delay:.15s}.rg-page-hero~:nth-child(3){animation-delay:.25s}.rg-page-hero~:nth-child(4){animation-delay:.35s}.rg-page-hero~:nth-child(5){animation-delay:.4s}.rg-page-hero~:nth-child(6){animation-delay:.45s}.p-sectionLinks{display:none}.p-breadcrumbs--container{display:none}.template-forum_list .p-body-inner{padding-top:20px}.p-breadcrumbs--bottom{display:none}.p-nav-menuTrigger .p-nav-menuText{display:none}.p-staffBar{display:none}.p-staffBar a{display:none}.offCanvasMenu-installBanner{display:none}@media (max-width:767px){.p-nav-scroller{display:none}}.offCanvasMenu.offCanvasMenu--nav{display:none}@media (max-width:767px){.p-nav-scroller{display:none}.p-sectionLinks{display:none}}@media (max-width:767px){.p-navSticky{padding:0;margin:0;min-height:0}.p-navSticky .p-nav{min-height:0;padding:0}.p-nav-inner{min-height:0;padding:0}.p-nav-opposite{display:none}.p-nav .p-header-logo{display:none}.p-nav .p-nav-smallLogo{display:none}.p-nav .p-nav-menuTrigger{display:none}}.rg-stat-label{color:#c4b5fd;font-weight:600}.rg-stat-card{color:#e2e8f0}.rg-header-signin-pill{color:#fff;background:rgba(147,51,234,.9);border:1px solid rgba(167,139,250,.5);font-weight:600}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.block a.username,.listInline a.username,.p-body a.username,.p-body-sidebar a.username,.pairs a.username,a.username{color:#94a3b8}.block a.username[data-user-id="1"],.p-body a.username[data-user-id="1"],.p-body-sidebar a.username[data-user-id="1"],.pairs a.username[data-user-id="1"],a.username[data-user-id="1"]{color:#a78bfa;font-weight:700}.p-body a.username[data-user-id="50"],.p-body-sidebar a.username[data-user-id="50"],a.username[data-user-id="50"]{color:#a78bfa;font-weight:700}.p-body a.username[data-user-id="72"],.p-body-sidebar a.username[data-user-id="72"],a.username[data-user-id="72"]{color:#a5b4fc;font-weight:700}.p-body a.username[data-user-id="73"],.p-body-sidebar a.username[data-user-id="73"],a.username[data-user-id="73"]{color:#a5b4fc;font-weight:700}.p-body a.username[data-user-id="74"],.p-body-sidebar a.username[data-user-id="74"],a.username[data-user-id="74"]{color:#a5b4fc;font-weight:700}.rg-page-hero-icon-inline{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(139,92,246,.15);border:1px solid rgba(139,92,246,.25);border-radius:10px;vertical-align:middle;margin-right:12px;color:#a78bfa;flex-shrink:0}.rg-page-hero-icon-inline svg{width:20px;height:20px}.hero-inline-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(139,92,246,.15);border:1px solid rgba(139,92,246,.25);border-radius:10px;vertical-align:middle;margin-right:12px;color:#a78bfa;flex-shrink:0}.rg-page-hero-title,.rg-page-title{display:flex;align-items:center}.rg-page-hero-icon{display:none}html body .p-body .node .node-icon,html body .p-body .node--category .node-icon,html body .p-body .node--forum .node-icon,html body .p-body .node--link .node-icon,html body .p-body .node--page .node-icon{background:0 0;background-color:transparent;border:none;border-radius:0;box-shadow:none}html body .p-body .node:hover .node-icon{background:0 0;background-color:transparent;border:none}html body .p-body .node--unread .node-icon{background:0 0;background-color:transparent;border:none}.node-icon i{width:22px;height:22px;line-height:22px;background:0 0;background-color:transparent;border:none;border-radius:0;box-shadow:none}.node--unread .node-icon i{background:0 0;background-color:transparent}.rg-page-hero{padding:32px 0 24px;text-align:left}.hero p,.hero-subtitle,.rg-page-hero-subtitle{color:#94a3b8;font-size:16px;margin:8px 0 0;text-align:left}.hero::after,.lb-hero::after,.page-hero::after,.rg-page-hero::after,.wiki-hero::after{content:"";display:block;width:64px;height:3px;background:#a78bfa;border-radius:2px;margin-top:16px}.p-body-pageContent .shareButtons.shareButtons--iconic{display:none}.rg-page-hero.rg-page-hero--dashboard::after{display:none;content:none}.rg-page-hero.rg-page-hero--dashboard{margin-bottom:0;padding-bottom:0}.template-forum_list .rg-page-title-bar{display:none}
/* --- Widget Background Reset --- */
.rg-dash .rg-xp-section{background:transparent;border-color:rgba(255,255,255,0.06)}
.rg-dash .rg-xp-total{background:linear-gradient(135deg,#a78bfa,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.rg-dash .rg-xp-bar-fill{background:linear-gradient(90deg,#7b5ea7,#a78bfa,#a5b4fc)}
.rg-dash .rg-xp-source{background:transparent;border-color:rgba(255,255,255,0.05)}
.rg-dash .rg-xp-source-icon.age{background:rgba(165,180,252,0.12);color:#a5b4fc}
.rg-dash .rg-live-feed{background:transparent;border-color:rgba(255,255,255,0.06)}
.rg-dash .rg-live-icon.act-levelup{background:rgba(165,180,252,0.12);color:#a5b4fc}
.rg-dash .rg-stat-card{background:transparent;border-color:rgba(255,255,255,0.05);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}
.rg-dash .rg-stat-card::before{display:none}
.rg-dash .rg-stat-card:hover{transform:none;box-shadow:none;border-color:rgba(167,139,250,0.15)}
.rg-dash .rg-coin-stat{background:transparent;border-color:rgba(255,255,255,0.05)}
.rg-dash .rg-coin-stat:hover{border-color:rgba(167,139,250,0.15)}
.rg-dash .rg-game-card{background:transparent;border-color:rgba(255,255,255,0.05)}
.rg-dash .rg-game-card:hover{border-color:rgba(167,139,250,0.15)}
.rg-dash .rg-recent-item{background:transparent;border-color:rgba(255,255,255,0.05)}
.rg-dash .rg-wm-wrap{background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.rg-dash .rg-tier-badge.ultimate{background:linear-gradient(135deg,rgba(139,92,246,0.2),rgba(165,180,252,0.15));border-color:rgba(165,180,252,0.3)}
.rg-dash .rg-hero{background:linear-gradient(135deg,rgba(124,58,237,0.18) 0%,rgba(79,70,229,0.10) 50%,rgba(30,27,75,0.25) 100%)}
/* Hide duplicate XF page title and bookmark bar on page nodes with custom hero sections */
.template-page_view .p-title,
.template-page_view .p-description,
.template-rg_style_studio .p-title {
    display: none;
}

/* Hide the custom title bar on XF page nodes (has duplicate title + bookmark) */
.template-page_view .rg-page-title-bar,
.template-rg_style_studio .rg-page-title-bar {
    display: none;
}
.p-navgroup .p-navgroup-link .p-navgroup-linkIcon{color:#fff}.p-navgroup .p-navgroup-link:hover .p-navgroup-linkIcon{color:#fff}.menu-linkRow .menu-linkRow-icon{color:#fff}html body .p-nav-opposite .p-navgroup-link{color:#fff}html body .p-nav-opposite .p-navgroup-link:hover{color:#a5b4fc}

/* === rg-sidebar.css === */
.p-header,.p-nav,.p-nav-opposite,.p-sectionLinks{display:none}:root{--rg-sidebar-w:260px;--rg-header-h:56px;--rg-bg-dark:#0e0e1a;--rg-bg-sidebar:rgba(8,8,16,0.92);--rg-bg-header:rgba(25,30,36,0.85);--rg-border:rgba(255,255,255,0.07);--rg-purple:#7c3aed;--rg-purple-light:#a78bfa;--rg-text:#f1f5f9;--rg-text-muted:rgba(255,255,255,1);--rg-text-dim:rgba(124,58,237,0.30);--rg-hover:rgba(139,92,246,0.1);--rg-active:rgba(139,92,246,0.12);--rg-green:#22c55e;--rg-red:#ef4444}.rg-header{position:fixed;top:0;left:var(--rg-sidebar-w);right:0;height:var(--rg-header-h);background:var(--rg-bg-header);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.06);border-bottom:1px solid var(--rg-border);z-index:1000;display:flex;align-items:center}.rg-header-desktop{display:flex;align-items:center;width:100%;height:100%;padding:0 24px;gap:16px}.rg-header-mobile{display:none}.rg-header-search{flex:1;max-width:320px;position:relative;display:flex;align-items:center}.rg-header-search-icon{position:absolute;left:12px;width:16px;height:16px;color:var(--rg-text-dim);pointer-events:none}.rg-header-search-icon svg{width:16px;height:16px}.rg-header-search-input{width:100%;background:rgba(30,35,42,.6);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:8px 14px 8px 38px;color:rgba(255,255,255,.85);font-size:13px;outline:0;transition:border-color .2s,background .2s}.rg-header-search-input:focus{border-color:rgba(139,92,246,.4);background:rgba(30,35,42,.8)}.rg-header-search-input::placeholder{color:rgba(255,255,255,.5)}.rg-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.rg-header-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;height:32px;min-height:32px;padding:0 10px;border-radius:8px;color:#fff;background:0 0;border:none;transition:background .2s ease,color .15s ease,transform .15s ease;cursor:pointer;text-decoration:none;outline:0;-webkit-tap-highlight-color:transparent}.rg-header-icon-btn:hover{background:rgba(255,255,255,.08);color:#fff;transform:scale(1.05)}.rg-header-icon-btn:active{background:rgba(255,255,255,.12);transform:scale(.95)}.rg-header-icon-btn svg{fill:none;width:18px;height:18px;flex-shrink:0}.rg-header-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;background:#8b5cf6;color:#fff;font-size:9px;font-weight:800;border-radius:9px;box-shadow:none;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.rg-header-user-wrap{position:relative}.rg-header-user-pill{display:flex;align-items:center;gap:8px;padding:5px 12px 5px 5px;background:rgba(30,35,42,.6);border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s;white-space:nowrap}.rg-header-user-pill:hover{background:rgba(30,35,42,.8);border-color:rgba(139,92,246,.3)}.rg-header-avatar{width:28px;height:28px;border-radius:50%;background:var(--rg-purple);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden}.rg-header-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.rg-header-signin-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--rg-purple);border-radius:8px;color:#fff;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s}.rg-header-signin-pill:hover{background:#6d28d9;color:#fff}.rg-header-signin-icon{width:16px;height:16px}.rg-header-signin-icon svg{width:16px;height:16px}.rg-header-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:#1a1025;border:1px solid var(--rg-border);border-radius:12px;padding:6px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s,transform .2s,visibility .2s;z-index:1100;box-shadow:0 8px 32px rgba(0,0,0,.4)}.rg-header-dropdown.rg-dropdown-active{opacity:1;visibility:visible;transform:translateY(0)}.rg-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 12px;color:#fff;font-size:13px;text-decoration:none;border-radius:8px;transition:background .15s,color .15s}.rg-dropdown-item:hover{background:var(--rg-hover);color:var(--rg-text)}.rg-dropdown-icon{width:16px;height:16px;flex-shrink:0}.rg-dropdown-icon svg{width:16px;height:16px}.rg-dropdown-badge{margin-left:auto;min-width:18px;height:18px;background:var(--rg-red);color:#fff;font-size:10px;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}.rg-dropdown-divider{height:1px;background:var(--rg-border);margin:4px 8px}.rg-dropdown-logout:hover{color:var(--rg-red)}.rg-sidebar{position:fixed;top:0;left:0;width:var(--rg-sidebar-w);height:100vh;background:var(--rg-bg-sidebar);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-right:1px solid var(--rg-border);z-index:1001;overflow:hidden}.rg-sidebar-inner{display:flex;flex-direction:column;height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(139,92,246,0.3) transparent}.rg-sidebar-logo{display:flex;align-items:center;gap:10px;padding:16px 20px;text-decoration:none;border-bottom:1px solid var(--rg-border);flex-shrink:0}.rg-logo-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rg-logo-icon svg{width:44px;height:44px}.rg-logo-text{display:flex;flex-direction:column;line-height:1.15}.rg-logo-rival{font-size:16px;font-weight:800;color:#fff;letter-spacing:.5px}.rg-logo-gaming{font-size:9px;font-weight:700;letter-spacing:.22em;color:var(--rg-purple-light)}.rg-sidebar-user{display:flex;align-items:center;gap:10px;padding:14px 20px;border-bottom:1px solid var(--rg-border);flex-shrink:0}.rg-sidebar-avatar{width:36px;height:36px;border-radius:50%;background:var(--rg-purple);display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;overflow:hidden}.rg-sidebar-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.rg-sidebar-avatar-guest{background:#374151}.rg-sidebar-avatar-letter{font-size:14px;font-weight:700;color:#fff}.rg-sidebar-status-dot{position:absolute;bottom:2px;right:2px;width:10px;height:10px;border-radius:50%;border:2px solid var(--rg-bg-sidebar)}.rg-status-online{background:var(--rg-green)}.rg-sidebar-user-info{display:flex;flex-direction:column;min-width:0}.rg-sidebar-username{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rg-sidebar-role{font-size:10px;font-weight:600;padding:1px 6px;border-radius:4px;display:inline-block;width:fit-content;margin-top:2px}.rg-role-admin{background:rgba(139,92,246,.2);color:var(--rg-purple-light)}.rg-role-member{background:rgba(34,197,94,.15);color:#4ade80}.rg-role-guest{background:rgba(100,116,139,.25);color:rgba(255,255,255,.85)}.rg-sidebar-signin a{color:var(--rg-purple-light);text-decoration:none;font-size:11px;margin-left:4px}.rg-sidebar-signin a:hover{text-decoration:none;color:#a78bfa}.rg-sidebar-nav{flex:0 0 auto;padding:8px 0;scrollbar-width:thin;scrollbar-color:rgba(139,92,246,0.3) transparent}.rg-nav-group{padding:0 12px;margin-bottom:4px}.rg-nav-group-label{font-size:10px;font-weight:700;color:#a78bfa;letter-spacing:1.2px;padding:10px 8px 4px;text-transform:uppercase;display:flex;align-items:center;gap:8px;opacity:15}.rg-nav-group-label::after{content:'';flex:1;height:1px;background:#a78bfa;opacity:.35}.rg-nav-item,a.rg-nav-item{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:8px;color:#fff;text-decoration:none;font-size:13px;font-weight:500;transition:background .15s,color .15s,border-color .15s;border-left:2px solid transparent;position:relative}.rg-nav-item:hover{background:var(--rg-hover);color:var(--rg-text)}.rg-nav-item:hover .rg-nav-icon{transform:scale(1.12)}.rg-nav-active{background:rgba(139,92,246,.12);color:var(--rg-text);border-left-color:var(--rg-purple)}.rg-nav-active .rg-nav-icon{color:var(--rg-purple)}.rg-nav-active .rg-nav-icon svg{stroke:#fff;stroke:var(--rg-purple)}.rg-nav-icon{color:#fff;width:16px;height:16px;flex-shrink:0;transition:transform .15s ease,color .15s ease,filter .15s ease;display:flex;align-items:center;justify-content:center}.rg-nav-icon svg{stroke:#fff;width:16px;height:16px;transition:stroke .15s ease}.rg-sidebar-bottom{border-top:1px solid var(--rg-border);padding:8px 12px;flex-shrink:0}.rg-content-shifted{margin-left:var(--rg-sidebar-w)}.p-body{margin-left:var(--rg-sidebar-w);padding-top:calc(var(--rg-header-h) + 8px)}.rg-mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.rg-mobile-overlay.rg-overlay-active{opacity:1;visibility:visible}.rg-mobile-sidebar{position:absolute;top:0;left:0;width:280px;max-width:85vw;height:100%;background:var(--rg-bg-sidebar);display:flex;flex-direction:column;transform:translateX(-100%);transition:transform .3s ease;overflow-y:auto}.rg-overlay-active .rg-mobile-sidebar{transform:translateX(0)}.rg-mobile-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--rg-border)}.rg-mobile-sidebar-header .rg-sidebar-logo{padding:0;border-bottom:none}.rg-mobile-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;color:var(--rg-text-muted);cursor:pointer;border-radius:6px}.rg-mobile-close:hover{background:var(--rg-hover);color:var(--rg-text)}.rg-mobile-close svg{width:20px;height:20px}.rg-mobile-search-overlay{position:fixed;top:0;left:0;right:0;height:var(--rg-header-h);background:var(--rg-bg-header);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.06);z-index:1500;display:flex;align-items:center;padding:0 12px;transform:translateY(-100%);transition:transform .2s ease}.rg-mobile-search-overlay.rg-search-active{transform:translateY(0)}.rg-mobile-search-bar{display:flex;align-items:center;width:100%;gap:8px;position:relative}.rg-mobile-search-bar .rg-header-search-icon{position:absolute;left:12px}.rg-mobile-search-bar .rg-header-search-input{flex:1;padding-left:36px}.rg-mobile-search-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;color:var(--rg-text-muted);cursor:pointer;flex-shrink:0}.rg-mobile-search-close svg{width:18px;height:18px}.rg-mobile-hamburger{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;color:var(--rg-text-muted);cursor:pointer;border-radius:8px}.rg-mobile-hamburger:hover{background:var(--rg-hover)}.rg-mobile-hamburger svg{width:22px;height:22px}.rg-mobile-logo{display:flex;align-items:center;text-decoration:none}.rg-logo-mark{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.rg-logo-mark svg{width:40px;height:40px}.rg-header-mobile-actions{display:flex;align-items:center;gap:4px;margin-left:auto}@media (max-width:900px){.rg-sidebar{display:none}.rg-header{left:0}.rg-header-desktop{display:none}.rg-header-mobile{display:flex;align-items:center;width:100%;height:100%;padding:0 8px;gap:8px}.p-body,.rg-content-shifted{margin-left:0;padding-top:var(--rg-header-h)}}body{background:var(--rg-bg-dark)}.rg-logo-rival{color:#f1f5f9;letter-spacing:.07em}.p-body-content,.p-body-inner,.p-body-pageContent,.p-body-sideNav,.p-body-sidebar{background:0 0}html body .block,html body .block--messages{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:12px;overflow:hidden}html body .block--category{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:12px;margin-bottom:16px}html body .block-container{background:0 0;border:none}html body .block-body{background:0 0}html body .block-header{background:0 0;border-bottom:1px solid rgba(255,255,255,.07);color:#f1f5f9;font-size:14px;padding:12px 16px}html body .block-header a{color:#7c3aed}html body .block-header a:hover{color:#a78bfa}html body .block-desc{color:#22c55e;font-size:12px}html body .block-minorHeader{background:0 0;color:rgba(124,58,237,.65);font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:12px 16px 8px;border-bottom:1px solid rgba(255,255,255,.05)}html body .node-title a{color:#a78bfa;font-weight:600}html body .node-title a:hover{color:#c4b5fd}html body .node-description{color:rgba(255,255,255,.7)}html body .node-stats{color:rgba(255,255,255,.35)}html body .node-statLabel{color:rgba(255,255,255,.3)}html body .node-meta{color:rgba(255,255,255,.35)}.node-extra-row{color:rgba(255,255,255,.9)}.node-extra-row a{color:rgba(255,255,255,.95)}.node-extra-row a:hover{color:#a78bfa}.node-extra-icon .avatar{border-radius:50%}.node-icon .fa,html body .node-icon i{color:#7c3aed}html body .structItem-title a{color:#f1f5f9}html body .structItem-title a:hover{color:#a78bfa}.structItem-minor a,html body .structItem-minor{color:rgba(255,255,255,.45)}html body .structItem-minor a:hover{color:#a78bfa}html body .structItem--thread{border-bottom:1px solid rgba(255,255,255,.05)}html body .structItem-cell--meta{color:rgba(255,255,255,.35)}html body .p-body a{color:#a78bfa}html body .p-body a:hover{color:#c4b5fd}html body .p-title-value{color:#7c3aed;font-weight:700}html body .p-breadcrumbs a{color:rgba(255,255,255,.45)}html body .p-breadcrumbs a:hover{color:#a78bfa}.p-breadcrumbs .p-breadcrumb:last-child a{color:rgba(255,255,255,.95)}.button.button--primary,html body .button--primary{background:#7c3aed;color:#fff;border:none;border-radius:8px}.button.button--primary:hover,html body .button--primary:hover{background:#6d28d9;color:#fff}html body .button,html body a.button{background:rgba(30,35,42,.6);color:#f1f5f9;border:1px solid rgba(255,255,255,.1);border-radius:8px}html body .button:hover,html body a.button:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15);color:#f1f5f9}html body .p-body-sidebar .block{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:12px;margin-bottom:12px}html body .p-body-sidebar .block-body{padding:8px 12px}html body .p-body-sidebar .block-row{border-bottom:1px solid rgba(255,255,255,.05);padding:8px 4px}.p-body-sidebar .block-row:last-child{border-bottom:none}.block-row--separated{border-bottom:1px solid rgba(255,255,255,.05)}html body .block-footer{background:0 0;border-top:1px solid rgba(255,255,255,.05);color:rgba(255,255,255,.35);padding:8px 16px}html body .block-footer a{color:rgba(255,255,255,.9)}html body .block-footer a:hover{color:#a78bfa}html body .message-cell--main{background:0 0}html body .message-attribution{color:rgba(255,255,255,.35)}html body .message-attribution a{color:rgba(255,255,255,.5)}html body .message-body{color:#f1f5f9}.message-userArrow{border-right-color:rgba(255,255,255,.03)}html body .input,html body input[type=text],input[type=email],input[type=password],select,textarea{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:#f1f5f9;border-radius:8px}html body .input:focus,html body input:focus,select:focus,textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 2px rgba(124,58,237,.2)}html body .p-description{color:rgba(255,255,255,.3)}html body .p-footer{display:block!important;background:0 0;border-top:1px solid rgba(255,255,255,.07);color:rgba(255,255,255,.3)}html body .p-footer a{color:rgba(255,255,255,.45)}html body .formRow-label{color:#f1f5f9}html body .formRow-explain{color:rgba(255,255,255,.7)}html body .pageNav-page a{color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.08);border-radius:6px}html body .pageNav-page.pageNav-page--current a{background:#7c3aed;color:#fff;border-color:#7c3aed}html body .pairs dt{color:rgba(255,255,255,.7)}html body .pairs dd{color:#f1f5f9}html body .tagItem{background:rgba(124,58,237,.1);border:1px solid rgba(124,58,237,.2);color:#a78bfa;border-radius:6px}html body .tagItem:hover{background:rgba(124,58,237,.2);color:#c4b5fd}.p-body ::-webkit-scrollbar{width:4px;height:4px}.p-body ::-webkit-scrollbar-track{background:0 0}.p-body ::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:99px}.p-body ::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.15)}.node--unread .node-icon{color:#7c3aed}.rg-bell-ring svg{transform-origin:top center}.rg-header-chevron{display:flex;align-items:center;opacity:.4;flex-shrink:0}.rg-header-chevron svg{width:12px;height:12px}.rg-header a,.rg-sidebar a,.rg-sidebar-logo,.rg-sidebar-logo:hover,.rg-sidebar-logo:visited{text-decoration:none}.rg-mobile-avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#7c3aed;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;line-height:1;overflow:hidden}.rg-mobile-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.rg-mobile-avatar-btn{padding:4px}.rg-sidebar-user{position:relative}.rg-sidebar-logout-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-left:auto;border-radius:8px;color:rgba(255,255,255,.7);transition:all .2s ease;flex-shrink:0}.rg-sidebar-logout-btn:hover{color:#ff4757;background:rgba(255,71,87,.1)}.rg-sidebar-logout-btn svg{width:18px;height:18px}.rg-notif-wrap{position:relative}.rg-notif-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-height:480px;background:rgba(14,14,26,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 16px 48px rgba(0,0,0,.5);display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:2000;overflow:hidden}.rg-notif-dropdown.rg-notif-dropdown-active{opacity:1;visibility:visible;transform:translateY(0)}.rg-notif-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.rg-notif-title{font-size:14px;font-weight:600;color:#f1f5f9;letter-spacing:.3px}.rg-notif-mark-read{background:0 0;border:none;color:#a78bfa;font-size:12px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .15s ease}.rg-notif-mark-read:hover{color:#c4b5fd;background:rgba(139,92,246,.12)}.rg-notif-list{overflow-y:auto;flex:1;max-height:360px}.rg-notif-list::-webkit-scrollbar{width:4px}.rg-notif-list::-webkit-scrollbar-track{background:0 0}.rg-notif-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:2px}.rg-notif-empty,.rg-notif-loading{padding:32px 16px;text-align:center;color:rgba(255,255,255,.7);font-size:13px}.rg-notif-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;text-decoration:none;color:rgba(255,255,255,.7);border-bottom:1px solid rgba(255,255,255,.03);transition:background .15s ease}.rg-notif-item:hover{background:rgba(139,92,246,.08);color:rgba(255,255,255,.9)}.rg-notif-item.rg-notif-unread{background:rgba(139,92,246,.05);border-left:3px solid #7c3aed}.rg-notif-item.rg-notif-unread:hover{background:rgba(139,92,246,.12)}.rg-notif-item-icon{flex-shrink:0;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.04);margin-top:2px}.rg-notif-item-icon svg{width:16px;height:16px}.rg-notif-item-icon.rg-notif-type-welcome{color:#22c55e}.rg-notif-item-icon.rg-notif-type-info{color:#a5b4fc}.rg-notif-item-icon.rg-notif-type-system{color:#a78bfa}.rg-notif-item-icon.rg-notif-type-reply{color:#3b82f6}.rg-notif-item-icon.rg-notif-type-achievement{color:#f59e0b}.rg-notif-item-icon.rg-notif-type-message{color:#ec4899}.rg-notif-item-icon.rg-notif-type-friend{color:#14b8a6}.rg-notif-item-icon.rg-notif-type-social{color:#ef4444}.rg-notif-item-body{flex:1;min-width:0}.rg-notif-item-msg{font-size:13px;line-height:1.4;color:rgba(255,255,255,.85);word-wrap:break-word}.rg-notif-unread .rg-notif-item-msg{color:#f1f5f9;font-weight:500}.rg-notif-item-meta{font-size:11px;color:rgba(255,255,255,.35);margin-top:4px;display:flex;align-items:center;gap:8px}.rg-notif-global-tag{font-size:10px;padding:1px 6px;border-radius:4px;background:rgba(165,180,252,.12);color:#a5b4fc;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.rg-notif-view-all{display:block!important;text-align:center;padding:12px 16px;font-size:12px;color:#a78bfa;text-decoration:none;border-top:1px solid rgba(255,255,255,.06);transition:all .15s ease}.rg-notif-view-all:hover{color:#c4b5fd;background:rgba(139,92,246,.06)}.rg-mobile-notif-panel{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:3000;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s}.rg-mobile-notif-panel.rg-mobile-notif-active{opacity:1;visibility:visible}.rg-mobile-notif-inner{position:absolute;bottom:0;left:0;right:0;max-height:85vh;background:rgba(14,14,26,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.08);border-radius:16px 16px 0 0;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s ease}.rg-mobile-notif-active .rg-mobile-notif-inner{transform:translateY(0)}.rg-mobile-notif-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.rg-mobile-notif-header .rg-notif-title{font-size:16px}.rg-mobile-notif-close{background:0 0;border:none;color:rgba(255,255,255,.5);cursor:pointer;padding:4px;border-radius:6px}.rg-mobile-notif-close svg{width:20px;height:20px}.rg-mobile-notif-close:hover{color:rgba(255,255,255,.8);background:rgba(255,255,255,.06)}.rg-mobile-notif-actions{padding:8px 20px;display:flex;justify-content:flex-end;border-bottom:1px solid rgba(255,255,255,.04)}.rg-mobile-notif-panel .rg-notif-list{max-height:calc(85vh - 160px);overflow-y:auto}.rg-mobile-notif-panel .rg-notif-item{padding:14px 20px}@media (max-width:900px){.rg-notif-dropdown{display:none}}@media (min-width:901px){.rg-mobile-notif-panel{display:none}}.rg-notif-header-actions{display:flex;gap:8px;align-items:center}.rg-notif-clear-all{background:0 0;border:1px solid rgba(239,68,68,.4);color:#f87171;font-size:11px;padding:2px 8px;border-radius:4px;cursor:pointer;white-space:nowrap;transition:background .2s,border-color .2s}.rg-notif-clear-all:hover{background:rgba(239,68,68,.15);border-color:#f87171}.rg-nav-badge-soon{margin-left:auto;font-size:.65rem;font-weight:600;letter-spacing:.04em;padding:2px 8px;border-radius:10px;background:rgba(88,101,242,.15);color:#818cf8;white-space:nowrap}html body .p-footer.rg-footer-replaced{display:none!important;height:0;overflow:hidden;padding:0;margin:0;border:none}#rg-custom-footer{margin-top:24px;position:relative;clear:both}@media (min-width:768px){#rg-custom-footer{margin-left:300px}}.rg-footer-accent{height:1px;background:rgba(255,255,255,.08)}.rg-footer-main{background:#0e0b18;padding:20px 24px 16px 16px}.rg-footer-brand-row{display:flex;justify-content:space-between;align-items:center;max-width:none;padding-bottom:14px}.rg-footer-brand-left{display:flex;flex-direction:column;gap:2px}.rg-footer-logo-row{display:flex;align-items:center;gap:8px}.rg-footer-logo{width:22px;height:22px;border-radius:4px}.rg-footer-logo-text{font-size:13px;font-weight:800;letter-spacing:.08em;color:#fff}.rg-footer-logo-accent{color:#a78bfa;margin-left:2px}.rg-footer-tagline{font-size:10px;color:rgba(255,255,255,.35);font-weight:500;letter-spacing:.04em;margin:0}.rg-footer-stats-row{display:flex;gap:14px;align-items:center}.rg-footer-stat{display:flex;flex-direction:column;align-items:center;text-align:center}.rg-footer-stat-num{font-size:13px;font-weight:800;color:#a78bfa;line-height:1.2}.rg-footer-stat-label{font-size:9px;color:rgba(255,255,255,.25);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.rg-footer-stat-divider{width:1px;height:18px;background:rgba(255,255,255,.08)}.rg-footer-sep{height:1px;background:rgba(255,255,255,.06);max-width:none;margin:0 0 14px}.rg-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:none}.rg-footer-heading{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.85);margin:0 0 8px 0;padding-bottom:4px;border-bottom:1px solid rgba(167,139,250,.2);display:inline-block}.rg-footer-links{list-style:none;padding:0;margin:0}.rg-footer-links li{margin-bottom:4px}.rg-footer-links a{color:rgba(255,255,255,.45);font-size:11px;text-decoration:none;transition:color .2s ease,padding-left .2s ease;display:inline-block}.rg-footer-links a:hover{color:#a78bfa;padding-left:3px}.rg-footer-bottom{background:#080510;border-top:1px solid rgba(255,255,255,.05);padding:10px 24px 10px 16px}.rg-footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;max-width:none}.rg-footer-copy{font-size:10px;color:rgba(255,255,255,.2)}.rg-footer-legal{display:flex;gap:16px}.rg-footer-legal a{font-size:10px;color:rgba(255,255,255,.3);text-decoration:none;transition:color .2s ease}.rg-footer-legal a:hover{color:#a78bfa}@media (max-width:900px){.rg-footer-grid{grid-template-columns:repeat(2,1fr);gap:16px}.rg-footer-brand-row{flex-direction:column;align-items:flex-start;gap:10px}.rg-footer-main{padding:16px 16px 12px}}@media (max-width:600px){.rg-footer-grid{grid-template-columns:1fr;gap:14px}.rg-footer-bottom-inner{flex-direction:column;gap:6px;text-align:center}.rg-footer-legal{flex-wrap:wrap;justify-content:center;gap:10px}.rg-footer-main{padding:14px 12px 10px}}html body .p-body-sideNav .block[data-widget-id] .block-minorHeader::before,html body .p-body-sideNav .blocks--login .block-minorHeader::before,html body .p-body-sidebar .block[data-widget-definition] .block-minorHeader::before,html body .p-body-sidebar .block[data-widget-id] .block-minorHeader::before,html body .p-body-sidebar .blocks--login .block-minorHeader::before{display:none;content:none}html body .p-body-sidebar .block-minorHeader{background:0 0;color:rgba(255,255,255,.5);font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:14px 16px 10px;border-bottom:1px solid rgba(255,255,255,.06)}html body .p-body-sidebar .block{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:12px;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;margin-bottom:16px;overflow:hidden}html body .p-body-sidebar .block:hover{box-shadow:none;border-color:rgba(255,255,255,.1)}html body .p-body-sidebar .block-container{background:0 0;border:none}html body .p-body-sidebar .blocks--login .block-container{background:0 0}html body .p-body-sidebar .blocks--login .block-outer--register{background:rgba(255,255,255,.03);border-top:1px solid rgba(255,255,255,.06);clip-path:none;margin:0;padding:12px 16px;text-align:center;color:rgba(255,255,255,.5);font-size:13px}html body .p-body-sidebar .blocks--login .block-outer--register a.button{margin-left:8px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.85);border-radius:8px;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px;padding:6px 16px}html body .p-body-sidebar .blocks--login .block-outer--register a.button:hover{background:rgba(167,139,250,.15);border-color:rgba(167,139,250,.3);color:#fff}html body .p-body-sidebar .blocks--login .button--primary{background:#7c3aed;border:none;border-radius:8px;font-weight:600;letter-spacing:.3px;box-shadow:none}html body .p-body-sidebar .blocks--login .button--primary:hover{background:#8b5cf6;box-shadow:0 4px 12px rgba(0,0,0,.3)}html body .p-body-sidebar .block-body{background:0 0}html body .p-body-sidebar .block-row{border-bottom:1px solid rgba(255,255,255,.04);padding:10px 16px;color:rgba(255,255,255,.95)}html body .p-body-sidebar .block-row:last-child{border-bottom:none}html body .p-body-sidebar .block-row:hover{background:rgba(255,255,255,.03)}html body .p-body-sidebar .block-footer{background:rgba(255,255,255,.02);border-top:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.7);padding:8px 16px}html body .p-body-sidebar .block[data-widget-definition=trending_content] .contentRow-main a{color:rgba(255,255,255,.8);font-weight:500;font-size:13px}html body .p-body-sidebar .block[data-widget-definition=trending_content] .contentRow-main a:hover{color:#a5b4fc}html body .p-body-sidebar .block[data-widget-definition=trending_content] .contentRow-minor{color:rgba(255,255,255,.35);font-size:11px}html body .p-body-sidebar .blocks--login input.input{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.9);padding:10px 14px;font-size:13px}html body .p-body-sidebar .blocks--login input.input:focus{border-color:rgba(167,139,250,.5);box-shadow:0 0 0 2px rgba(167,139,250,.15);background:rgba(255,255,255,.08)}html body .p-body-sidebar .blocks--login .formRow-label{color:rgba(255,255,255,.6);font-size:12px;font-weight:500}html body .p-body-sidebar .blocks--login a[href*=lost-password]{color:rgba(255,255,255,.7);font-size:12px}html body .p-body-sidebar .blocks--login a[href*=lost-password]:hover{color:#a78bfa}html body .p-body-sidebar .blocks--login .iconic-label{color:rgba(255,255,255,.9);font-size:12px}html body .p-body-sidebar .block-footer-counter{color:rgba(255,255,255,.35);font-size:11px}
/* Icon upgrade v2 — bigger, bolder */
.rg-nav-icon { width: 18px; height: 18px; }
.rg-nav-icon svg { width: 18px; height: 18px; }
.rg-header-icon-btn svg { width: 20px; height: 20px; }
.rg-dropdown-icon { width: 18px; height: 18px; }
.rg-dropdown-icon svg { width: 18px; height: 18px; }
.rg-mobile-hamburger svg { width: 24px; height: 24px; }
.rg-mobile-close svg { width: 22px; height: 22px; }
/* Force bright white sidebar icons and labels */
.rg-sidebar a[href]{color:rgba(255,255,255,0.9) !important}
.rg-sidebar a[href]:hover{color:#fff !important}
.rg-sidebar .rg-nav-icon svg{opacity:1 !important}
.rg-sidebar .rg-nav-icon svg path{fill-opacity:0.85 !important;stroke:#fff !important}

/* === rg-forum-cards.css === */
.block--category{background:rgba(12,12,22,.92);border:none;border-radius:12px;margin-bottom:24px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.35);transition:border-color .3s ease,box-shadow .3s ease}.block--category:hover{border-color:rgba(139,92,246,.18);box-shadow:0 6px 30px rgba(0,0,0,.4)}.block--category>.block-header{background:rgba(139,92,246,.08);border-bottom:1px solid rgba(139,92,246,.12);padding:16px 22px;font-size:11.5px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#e2e8f0;border-radius:12px 12px 0 0;position:relative;display:flex;align-items:center;gap:12px;cursor:pointer;user-select:none}.block--category>.block-header::before{content:'';width:22px;height:22px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b5cf6' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l7 4v5c0 5.25-3.5 9.74-7 11-3.5-1.26-7-5.75-7-11V6l7-4z'/%3E%3Cpath d='M9.5 11l2 2 3.5-3.5' stroke='%2306b6d4' stroke-width='2'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.7}.block--category>.block-header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:rgba(139,92,246,.3);opacity:1}.block--category>.block-header a{color:#e2e8f0;text-decoration:none;transition:color .2s ease}.block--category>.block-header a:hover{color:#c4b5fd}.block--category>.block-header .block-header-toggle{color:rgba(226,232,240,.4);transition:all .3s ease;margin-left:auto}.block--category>.block-header .block-header-toggle:hover{color:rgba(226,232,240,.8)}.block--category>.block-body{background:0 0;padding:0;max-height:2000px;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease;opacity:1}.block--category.rg-collapsed>.block-body{max-height:0;opacity:0}.block--category.rg-collapsed>.block-header .block-header-toggle{transform:rotate(-90deg)}.node{border-bottom:1px solid rgba(255,255,255,.03);transition:all .25s ease;position:relative}.node:last-child{border-bottom:none}.node:hover{background:rgba(139,92,246,.05);transform:translateX(3px)}.node::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:#8b5cf6;border-radius:0 3px 3px 0;opacity:0;transition:opacity .25s ease}.node:hover::before{opacity:1}.node .node-body{display:flex;align-items:center;padding:14px 20px;gap:14px}.node .node-icon,.node--forum .node-icon,.node--page .node-icon{flex-shrink:0;width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;border-radius:0;box-shadow:none;animation:none;transition:all .25s ease;position:relative}.node:hover .node-icon{background:0 0;border:none;transform:scale(1.08)}.node .node-icon .fa--xf,.node .node-icon i,.node .node-icon svg{font-size:22px;width:22px;height:22px;line-height:22px;color:rgba(167,139,250,.6);fill:none;stroke:rgba(167,139,250,0.6);background:0 0;background-color:transparent;border:none;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.node--unread .node-icon{background:0 0;border:none;box-shadow:none}.node--unread .node-icon i,.node--unread .node-icon svg{color:#a78bfa;fill:none;stroke:#a78bfa}.node--unread .node-icon::after{content:'';position:absolute;top:-2px;right:-2px;width:7px;height:7px;background:#8b5cf6;border-radius:50%;border:2px solid rgba(12,12,22,.95)}.node .node-main{flex:1 1 0;min-width:80px;overflow:hidden}.node .node-title{font-size:14px;font-weight:600;margin:0 0 2px 0;line-height:1.35;overflow-wrap:anywhere;word-break:keep-all;hyphens:none}.node .node-title a{color:rgba(226,232,240,.7);text-decoration:none;transition:color .2s ease}.node--unread .node-title a{color:#e2e8f0}.node .node-title a:hover{color:#c4b5fd}.node .node-description{font-size:12px;color:rgba(148,163,184,.45);line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.node .node-meta{display:none}.node .node-stats{flex-shrink:0;display:flex;align-items:center;gap:4px;max-width:90px}.node .node-stats dl{margin:0;display:inline-flex;align-items:center;gap:3px;padding:2px 7px;background:rgba(139,92,246,.06);border:1px solid rgba(139,92,246,.08);border-radius:12px;transition:all .2s ease}.node:hover .node-stats dl{background:rgba(139,92,246,.1);border-color:rgba(139,92,246,.15)}.node .node-stats dt{display:none}.node .node-stats dd{font-size:11px;font-weight:700;color:rgba(226,232,240,.75);line-height:1;white-space:nowrap}.node .node-extra{flex-shrink:0;display:none}@media (min-width:1000px){.node .node-extra{display:flex;align-items:center;gap:10px;max-width:220px;padding-left:16px;border-left:1px solid rgba(139,92,246,.06)}}.node .node-extra-icon{flex-shrink:0}.node .node-extra-icon .avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;border:2px solid rgba(139,92,246,.15);transition:border-color .2s ease}.node:hover .node-extra-icon .avatar{border-color:rgba(139,92,246,.35)}.node .node-extra-icon .avatar img{width:30px;height:30px;border-radius:50%}.node .node-extra-row{font-size:11px;color:rgba(148,163,184,.55);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.node .node-extra-row a{color:rgba(226,232,240,.75);text-decoration:none;transition:color .2s ease}.node .node-extra-row a:hover{color:#c4b5fd}.node .node-extra-title{font-size:11px;color:rgba(226,232,240,.65);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.node .node-extra-user{font-size:11px;color:rgba(148,163,184,.45)}.rg-heat-bar{position:absolute;bottom:0;left:0;height:2px;border-radius:0 2px 2px 0;transition:width .6s ease-out;opacity:.6}.rg-heat-bar.rg-heat-low{background:rgba(71,85,105,.3)}.rg-heat-bar.rg-heat-medium{background:rgba(139,92,246,.35);opacity:.7}.rg-heat-bar.rg-heat-high{background:rgba(6,182,212,.45);opacity:.8}.rg-heat-bar.rg-heat-hot{background:rgba(6,182,212,.6);opacity:.9}.node .node-subNodeFlatList,.node .node-subNodeMenu{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;padding:0;list-style:none}.node .node-subNodeFlatList .node-subNodeLink,.node .node-subNodeMenu .node-subNodeLink{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;background:rgba(139,92,246,.06);border:none;border-radius:12px;font-size:11px;color:rgba(196,181,253,.7);text-decoration:none;transition:all .2s ease}.node .node-subNodeLink:hover{background:rgba(139,92,246,.12);border-color:rgba(139,92,246,.25);color:#c4b5fd}.node .node-subNodeLink::before{content:'';width:5px;height:5px;background:rgba(139,92,246,.3);border-radius:50%;flex-shrink:0}.node .node-subNodeLink:hover::before{background:rgba(139,92,246,.6)}.node--newIndicator{display:inline-block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:#7c3aed;color:#fff;padding:2px 7px;border-radius:4px;margin-left:6px;vertical-align:middle;border:none}.node--link .node-icon,.node--page .node-icon{background:0 0;border:none}.node--link:hover .node-icon,.node--page:hover .node-icon{background:0 0;border:none}.node--link .node-icon i,.node--link .node-icon svg,.node--page .node-icon i,.node--page .node-icon svg{color:#a5b4fc;fill:#a5b4fc}.node--page.node--unread .node-icon{background:0 0;border:none;box-shadow:none}.node--page.node--unread .node-icon::after{background:#8b5cf6}.node--page::before{background:#818cf8}.rg-welcome-banner{background:rgba(139,92,246,.08);border:1px solid rgba(139,92,246,.15);border-radius:12px;padding:24px;margin-bottom:24px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;position:relative;overflow:hidden}.rg-welcome-banner::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:rgba(139,92,246,.3);opacity:.5}.rg-welcome-banner-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.rg-welcome-banner-icon img{width:48px;height:48px;border-radius:0}.rg-welcome-banner-content{flex:1;min-width:0}.rg-welcome-banner-title{font-size:18px;font-weight:700;color:#e2e8f0;margin:0 0 4px 0;line-height:1.3}.rg-welcome-banner-title span{color:#c4b5fd}.rg-welcome-banner-desc{font-size:13px;color:rgba(148,163,184,.7);margin:0;line-height:1.5}.rg-welcome-banner-actions{display:flex;gap:10px;flex-wrap:wrap}.rg-welcome-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:0;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer}.rg-welcome-btn-primary{background:#7c3aed;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.3)}.rg-welcome-btn-primary:hover{background:#8b5cf6;box-shadow:0 4px 12px rgba(0,0,0,.4);transform:translateY(-1px);color:#fff;text-decoration:none}.rg-welcome-btn-secondary{background:rgba(139,92,246,.08);border:1px solid rgba(139,92,246,.15);color:#c4b5fd}.rg-welcome-btn-secondary:hover{background:rgba(139,92,246,.14);border-color:rgba(139,92,246,.3);color:#e2e8f0;text-decoration:none}.block--forumStatistics{background:rgba(12,12,22,.92);border:none;border-radius:12px;margin-top:24px;box-shadow:0 4px 24px rgba(0,0,0,.35)}.block--forumStatistics .block-header{background:rgba(139,92,246,.08);padding:14px 22px;font-size:11.5px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#e2e8f0;border-radius:12px 12px 0 0;display:flex;align-items:center;gap:10px;position:relative}.block--forumStatistics .block-header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:rgba(139,92,246,.3);opacity:1}.block--forumStatistics .pairs{padding:10px 22px;border-bottom:1px solid rgba(255,255,255,.03)}.block--forumStatistics .pairs:last-child{border-bottom:none}.block--forumStatistics .pairs dt{color:rgba(148,163,184,.55);font-size:13px}.block--forumStatistics .pairs dd{color:#e2e8f0;font-weight:600}.p-body-sidebar .block{background:rgba(12,12,22,.92);border:none;border-radius:12px;margin-bottom:18px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.35)}.p-body-sidebar .block-header{background:rgba(139,92,246,.08);padding:13px 18px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#e2e8f0;border-radius:12px 12px 0 0;position:relative}.p-body-sidebar .block-header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:rgba(139,92,246,.2)}.block--category::after,.block--category::before,.node-icon::before{display:none;content:none;animation:none}@media (max-width:700px){.block--category{border-radius:0;margin-bottom:16px}.block--category>.block-header{padding:14px 16px;font-size:10.5px;letter-spacing:2px;border-radius:0 10px 0 0}.block--category>.block-header::before{width:18px;height:18px}.node{border-bottom:1px solid rgba(255,255,255,.03)}.node:hover{transform:none}.node::before{display:none}.node .node-body{padding:12px 14px;gap:12px;flex-wrap:wrap}.node .node-icon,.node--forum .node-icon,.node--page .node-icon{width:24px;height:24px;min-width:24px;background:0 0;border:none;border-radius:0}.node .node-icon i,.node .node-icon svg{font-size:20px;width:20px;height:20px}.node .node-main{flex:1}.node .node-title{font-size:13.5px}.node .node-description{display:none}.node .node-stats{width:100%;justify-content:flex-start;margin-left:48px;margin-top:-4px}.node .node-stats dl{padding:3px 8px;border-radius:12px}.node .node-stats dd{font-size:11px}.node .node-stats dt i,.node .node-stats dt svg{font-size:10px;width:10px;height:10px}.node--unread .node-icon::after{width:7px;height:7px}}@media (max-width:680px){.rg-welcome-banner{flex-direction:column;padding:20px 18px;gap:14px;text-align:center}.rg-welcome-banner-actions{flex-direction:column;width:100%}.rg-welcome-btn{justify-content:center;padding:12px 20px}}@media (max-width:400px){.node .node-body{padding:10px 12px;gap:10px}.node .node-icon,.node--forum .node-icon,.node--page .node-icon{width:22px;height:22px;min-width:22px;background:0 0;border:none;border-radius:0}.node .node-stats{margin-left:42px}.node .node-title{font-size:13px}}.rg-welcome-banner .rg-welcome-banner-title img.rg-welcome-logo-inline{display:inline-block!important;width:28px!important;height:28px!important;max-width:28px!important;max-height:28px!important;border-radius:6px!important;border:none!important;box-shadow:none!important;vertical-align:middle!important;margin-right:8px!important;margin-top:-2px!important;object-fit:contain!important}.structItem-title,.structItem-title a{text-transform:none}.p-breadcrumbs--container,.p-breadcrumbs--top{background:rgba(15,17,23,.6);border-bottom:1px solid rgba(255,255,255,.04);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.p-breadcrumbs{padding:8px 16px;font-size:.82rem}.p-breadcrumbs a{color:rgba(255,255,255,.45)}.p-breadcrumbs a:hover{color:#a78bfa}.p-breadcrumbs li::after{color:rgba(255,255,255,.2);content:'/';margin:0 6px}.p-breadcrumbs .p-breadcrumb:last-child,.p-breadcrumbs .p-breadcrumb:last-child a{color:rgba(255,255,255,.7);font-weight:500}.block--forumStatistics .block-body{display:grid;grid-template-columns:repeat(2,1fr);gap:0;padding:0}.block--forumStatistics .pairs{padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.04);border-right:1px solid rgba(255,255,255,.04);display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease}.block--forumStatistics .pairs:hover{background:rgba(139,92,246,.04)}.block--forumStatistics .pairs:nth-child(2n){border-right:none}.block--forumStatistics .pairs:nth-last-child(-n+2){border-bottom:none}.block--forumStatistics .pairs dt{color:rgba(148,163,184,.6);font-size:12px;letter-spacing:.03em}.block--forumStatistics .pairs dd{color:#c4b5fd;font-size:15px;font-weight:700}.structItem{padding:10px 16px}.structItem-cell--main{padding:6px 0}.structItem-title{font-size:14.5px;line-height:1.4;margin-bottom:2px}.structItemContainer-group{padding:8px 16px;font-size:10.5px;letter-spacing:1.5px}.structItem-minor{font-size:11.5px;color:rgba(255,255,255,.35);margin-top:2px}.structItem-minor a{color:rgba(255,255,255,.5)}.structItem-cell--meta dl{margin:0;text-align:center}.structItem-cell--meta dt{font-size:10px;letter-spacing:.05em;margin-bottom:1px}.structItem-cell--meta dd{font-size:13px}.message-user{padding:16px 14px;min-width:0;width:140px;text-align:center;background:rgba(255,255,255,.015);border-right:1px solid rgba(255,255,255,.04)}.message-avatar-wrapper .avatar{width:64px;height:64px;border:2px solid rgba(139,92,246,.2)}.message-name{font-size:13px;margin-top:8px}.message-userTitle{font-size:10.5px;letter-spacing:.04em;color:rgba(255,255,255,.35);margin-top:2px}.message-userExtras{font-size:10.5px;margin-top:6px;color:rgba(255,255,255,.25)}.message-userExtras dt{font-size:10px;color:rgba(255,255,255,.2)}.message-userExtras dd{font-size:11px;color:rgba(255,255,255,.4)}.message-content{padding:16px 20px}.message-body{font-size:14px;line-height:1.75}.message-footer{padding:8px 16px}.actionBar-action,.actionBar-set a{font-size:12px;padding:4px 8px;border-radius:4px;color:rgba(255,255,255,.35)}.actionBar-action:hover,.actionBar-set a:hover{color:#a78bfa;background:rgba(139,92,246,.06)}.p-body-sidebar .block-body{padding:6px 0}.p-body-sidebar .contentRow{padding:10px 16px;border-bottom:1px solid rgba(255,255,255,.03)}.p-body-sidebar .contentRow:last-child{border-bottom:none}.p-body-sidebar .contentRow-title{font-size:13px;font-weight:600;line-height:1.35}.p-body-sidebar .contentRow-minor{font-size:11px;margin-top:2px}.p-body-sidebar .contentRow-figure{margin-right:10px}.p-body-sidebar .contentRow-figure .avatar{width:36px;height:36px;border:1.5px solid rgba(139,92,246,.15)}.block--onlineNow .pairs{padding:6px 16px}.block--onlineNow .listPlain{padding:8px 16px;display:flex;flex-wrap:wrap;gap:6px}.block--onlineNow .listPlain li{display:inline}.block--category>.block-header{padding:14px 20px;font-size:11px;letter-spacing:2px;color:rgba(255,255,255,.85);position:relative}.block--category>.block-header a{color:rgba(255,255,255,.85);font-weight:700}.block--category>.block-header a:hover{color:#c4b5fd}.block--category{border-left:2px solid rgba(139,92,246,.25)}.block--category:hover{border-left-color:rgba(139,92,246,.5)}.button.button--primary.button--iconic{background:rgba(139,92,246,.12);border:1px solid rgba(139,92,246,.2);color:#c4b5fd;font-size:12px;font-weight:600;padding:6px 14px;border-radius:6px;letter-spacing:.02em;box-shadow:none;transform:none}.button.button--primary.button--iconic:hover{background:rgba(139,92,246,.2);border-color:rgba(139,92,246,.35);color:#e2e8f0;box-shadow:none;transform:none}.block-outer .button{font-size:11.5px;padding:5px 12px;border-radius:6px;letter-spacing:.02em}.pageNav-page a{min-width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;padding:0 8px}.pageNav-page.pageNav-page--current,.pageNav-page.pageNav-page--current a{background:#7c3aed;border-color:transparent;color:#fff;font-weight:700}.label--primary,.label.label--green{background:rgba(139,92,246,.2);color:#c4b5fd;border:1px solid rgba(139,92,246,.3);font-size:9px;padding:2px 8px;border-radius:10px;font-weight:700;letter-spacing:.5px}.node--unread .node-icon::after{width:8px;height:8px;border-radius:50%;background:#a78bfa;position:absolute;top:-1px;right:-1px;border:1.5px solid rgba(12,12,22,.95);box-shadow:none}.message-attribution{padding:8px 16px;font-size:11.5px}.message-attribution a{color:rgba(255,255,255,.3)}.message-attribution a:hover{color:#a78bfa}.p-title-value{font-size:22px;font-weight:700;letter-spacing:-.01em;line-height:1.3}.p-description{font-size:13px;color:rgba(255,255,255,.45);margin-top:4px}.block--quickReply .block-header{font-size:12px;padding:10px 16px}@media (max-width:700px){.block--forumStatistics .block-body{grid-template-columns:1fr}.block--forumStatistics .pairs{border-right:none;padding:10px 16px}.message-user{width:auto;min-width:auto;padding:10px 14px;border-right:none;border-bottom:1px solid rgba(255,255,255,.04);display:flex;align-items:center;gap:10px;text-align:left}.message-avatar-wrapper .avatar{width:40px;height:40px}.message-userExtras{display:none}.structItem-title{font-size:13.5px}.structItem{padding:8px 12px}.p-breadcrumbs{padding:6px 12px;font-size:.78rem}.block--category{border-left:none}}.block-body .structItem-title,.block-body .structItem-title a,.structItemContainer .structItem-title,.structItemContainer .structItem-title a,html body .p-body .structItem .structItem-title,html body .p-body .structItem .structItem-title a,html body .p-body .structItem-title,html body .p-body .structItem-title a,html body .p-body .structItem-title a:link,html body .p-body .structItem-title a:visited{text-transform:none}html body .p-body .structItem.is-unread .structItem-title a:not(.labelLink):after{background:rgba(139,92,246,.2);color:#c4b5fd;border:1px solid rgba(139,92,246,.3);border-radius:10px;font-size:9px;padding:2px 8px;text-transform:uppercase}html body .p-body .block-outer .button,html body .p-body .p-title-pageAction .button{text-transform:none;font-weight:600;letter-spacing:.02em}html body .p-body .node--newIndicator{background:rgba(139,92,246,.2);color:#c4b5fd;border:1px solid rgba(139,92,246,.3);border-radius:10px;font-size:9px;padding:2px 8px}
/* === rg-style-studio.css === */
@keyframes rg-frame-electric{0%,100%{box-shadow:0 0 5px #a78bfa}50%{box-shadow:0 0 15px #a78bfa,0 0 30px #7c3aed}}@keyframes rg-frame-pulse{0%,100%{box-shadow:0 0 8px rgba(147,51,234,.5)}50%{box-shadow:0 0 20px rgba(147,51,234,.8)}}@keyframes rg-frame-plasma{0%,100%{box-shadow:0 0 10px rgba(192,132,252,.5),0 0 20px rgba(147,51,234,.2);border-color:#c084fc}50%{box-shadow:0 0 15px rgba(34,211,238,.5),0 0 30px rgba(34,211,238,.2);border-color:#a5b4fc}}@keyframes rg-frame-void{0%,100%{box-shadow:0 0 12px rgba(99,102,241,.6),inset 0 0 8px rgba(99,102,241,.3)}50%{box-shadow:0 0 20px rgba(99,102,241,.9),inset 0 0 15px rgba(99,102,241,.5),0 0 40px rgba(99,102,241,.2)}}@keyframes rg-frame-rainbow{0%{border-color:#ef4444;box-shadow:0 0 10px rgba(239,68,68,.5)}16%{border-color:#f97316;box-shadow:0 0 10px rgba(249,115,22,.5)}33%{border-color:#eab308;box-shadow:0 0 10px rgba(234,179,8,.5)}50%{border-color:#22c55e;box-shadow:0 0 10px rgba(34,197,94,.5)}66%{border-color:#3b82f6;box-shadow:0 0 10px rgba(59,130,246,.5)}83%{border-color:#8b5cf6;box-shadow:0 0 10px rgba(139,92,246,.5)}100%{border-color:#ef4444;box-shadow:0 0 10px rgba(239,68,68,.5)}}@keyframes rg-effect-rainbow{0%{color:#ef4444}16%{color:#f97316}33%{color:#eab308}50%{color:#22c55e}66%{color:#3b82f6}83%{color:#8b5cf6}100%{color:#ef4444}}@keyframes rg-effect-pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes rg-effect-glitch{0%,100%{transform:translate(0)}20%{transform:translate(-2px,1px)}40%{transform:translate(2px,-1px)}60%{transform:translate(-1px,-1px)}80%{transform:translate(1px,1px)}}@keyframes rg-effect-neon-flicker{0%,100%,19%,21%,23%,25%,54%,56%{text-shadow:0 0 7px currentColor,0 0 10px currentColor,0 0 21px currentColor}20%,24%,55%{text-shadow:none}}@keyframes rg-glow-animated{0%,100%{text-shadow:0 0 5px currentColor,0 0 10px currentColor}50%{text-shadow:0 0 15px currentColor,0 0 30px currentColor,0 0 45px currentColor}}.message-userTitle[data-user-id="1"],.userTitle[data-user-id="1"]{color:#9ca3af}.memberHeader--normal[data-user-id="1"] .memberHeader-bannerImage,.memberProfileBanner[data-user-id="1"]{background-color:#1e1b4b;min-height:200px}

/* Collapsible section styles v37 */
.rg-sec-clickable {
  cursor: pointer;
  user-select: none;
}

.rg-sec-clickable:hover {
  color: rgba(255,255,255,0.6);
}

.rg-sec-arrow {
  margin-left: auto;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.rg-sec-open .rg-sec-arrow {
  transform: rotate(0deg);
}

.rg-sec-closed .rg-sec-arrow {
  transform: rotate(-90deg);
}

.rg-sec-items {
  overflow: hidden;
  max-height: 500px;
  transition: max-height 0.3s ease, opacity 0.25s ease;
  opacity: 1;
}

.rg-sec-closed .rg-sec-items {
  max-height: 0;
  opacity: 0;
}

.rg-nav-label {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}


/* === rg-prefix-tags.css === */
/* RG Thread Prefix Tags v2 — Ghost pill style (must beat DohTheme compiled LESS) */

html body .label {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  line-height: 1.4 !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

html body .label.label--accent {
  background: rgba(165, 180, 252, 0.15) !important;
  color: #a5b4fc !important;
  border: 1px solid rgba(165, 180, 252, 0.3) !important;
}

html body .label.label--royalBlue {
  background: rgba(59, 130, 246, 0.15) !important;
  color: #60a5fa !important;
  border: 1px solid rgba(59, 130, 246, 0.3) !important;
}

html body .label.label--green {
  background: rgba(34, 197, 94, 0.15) !important;
  color: #4ade80 !important;
  border: 1px solid rgba(34, 197, 94, 0.3) !important;
}

html body .label.label--blue {
  background: rgba(56, 189, 248, 0.15) !important;
  color: #38bdf8 !important;
  border: 1px solid rgba(56, 189, 248, 0.3) !important;
}

html body .label.label--red {
  background: rgba(239, 68, 68, 0.15) !important;
  color: #f87171 !important;
  border: 1px solid rgba(239, 68, 68, 0.3) !important;
}

html body .label.label--orange {
  background: rgba(251, 146, 60, 0.15) !important;
  color: #fb923c !important;
  border: 1px solid rgba(251, 146, 60, 0.3) !important;
}

html body .label.label--purple {
  background: rgba(168, 85, 247, 0.15) !important;
  color: #c084fc !important;
  border: 1px solid rgba(168, 85, 247, 0.3) !important;
}

html body .label.label--olive {
  background: rgba(202, 138, 4, 0.15) !important;
  color: #fbbf24 !important;
  border: 1px solid rgba(202, 138, 4, 0.3) !important;
}

html body .label.label--lightGreen {
  background: rgba(132, 204, 22, 0.15) !important;
  color: #a3e635 !important;
  border: 1px solid rgba(132, 204, 22, 0.3) !important;
}

html body .label.label--primary {
  background: rgba(148, 163, 184, 0.15) !important;
  color: #94a3b8 !important;
  border: 1px solid rgba(148, 163, 184, 0.3) !important;
}

html body .label.label--silver {
  background: rgba(203, 213, 225, 0.15) !important;
  color: #cbd5e1 !important;
  border: 1px solid rgba(203, 213, 225, 0.3) !important;
}

/* Forum list — prefix tags in latest thread preview */
.node-extra .node-extra-row .label {
  font-size: 10px !important;
  padding: 1px 6px !important;
}

/* Thread list view — prefix tags next to thread titles */
.structItem-title .label {
  font-size: 11px !important;
  margin-right: 4px !important;
  position: relative !important;
  top: -1px !important;
}


/* === rg-community-features.css === */
/* rg-community-features.css v3 */

/* === SHARED SIDEBAR SECTION === */
.rg-cf-section { padding: 4px 0 8px; }
.rg-cf-heading {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.4);
    padding: 14px 16px 8px;
}

/* === NEWS TICKER === */
.rg-ticker {
    display: flex;
    align-items: center;
    background: rgba(15,15,30,0.7);
    border-radius: 8px;
    padding: 8px 0;
    margin-bottom: 14px;
    overflow: hidden;
}
.rg-ticker-label {
    flex-shrink: 0;
    padding: 3px 10px;
    margin-left: 10px;
    background: rgba(165,180,252,0.1);
    color: #a5b4fc;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 4px;
}
.rg-ticker-track {
    flex: 1;
    overflow: hidden;
    margin: 0 12px;
}
.rg-ticker-scroll {
    display: flex;
    white-space: nowrap;
    animation: rgTickerScroll 45s linear infinite;
}
.rg-ticker-scroll:hover { animation-play-state: paused; }
.rg-ticker-item {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 13px;
    flex-shrink: 0;
    padding: 0 6px;
    transition: color 0.15s;
}
.rg-ticker-item:hover { color: #a5b4fc; }
.rg-ticker-dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    margin: 0 14px;
    flex-shrink: 0;
    vertical-align: middle;
}
@keyframes rgTickerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* === TRENDING THREADS === */
.rg-trending { margin-bottom: 20px; }
.rg-trending-hdr {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}
.rg-trending-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
}
.rg-trending-card {
    display: block;
    background: rgba(30,30,35,0.9);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    padding: 14px 16px;
    text-decoration: none;
    transition: border-color 0.2s;
}
.rg-trending-card:hover { border-color: rgba(165,180,252,0.25); }
.rg-tc-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rg-tc-meta {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
}

/* === THREAD OF THE MONTH === */
.rg-fotm {
    background: rgba(20,18,32,0.85);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.rg-fotm-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(165,180,252,0.08);
    color: #a5b4fc;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
}
.rg-fotm-link {
    text-decoration: none;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.rg-fotm-title {
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rg-fotm-link:hover .rg-fotm-title { color: #a5b4fc; }
.rg-fotm-meta {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
}

/* === TOP POSTERS (sidebar) === */
.rg-tp-list { display: flex; flex-direction: column; gap: 1px; }
.rg-tp-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.15s;
}
.rg-tp-row:hover { background: rgba(255,255,255,0.04); }
.rg-tp-rank {
    width: 16px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.35);
    flex-shrink: 0;
}
.rg-tp-m1 .rg-tp-rank { color: #fbbf24; }
.rg-tp-m2 .rg-tp-rank { color: #d1d5db; }
.rg-tp-m3 .rg-tp-rank { color: #cd7f32; }
.rg-tp-av {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.rg-tp-name {
    flex: 1;
    font-size: 13px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rg-tp-cnt {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    font-weight: 600;
    background: rgba(255,255,255,0.05);
    padding: 2px 8px;
    border-radius: 10px;
    flex-shrink: 0;
}

/* === NOW PLAYING (sidebar) === */
.rg-np-set {
    display: flex;
    gap: 6px;
    padding: 0 16px;
    margin-bottom: 10px;
}
.rg-np-input {
    flex: 1;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    padding: 6px 10px;
    color: #ffffff;
    font-size: 12px;
    outline: none;
    min-width: 0;
}
.rg-np-input:focus { border-color: rgba(165,180,252,0.35); }
.rg-np-input::placeholder { color: rgba(255,255,255,0.25); }
.rg-np-btn {
    background: rgba(165,180,252,0.12);
    border: 1px solid rgba(165,180,252,0.25);
    color: #a5b4fc;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}
.rg-np-btn:hover { background: rgba(165,180,252,0.2); }
.rg-np-list { display: flex; flex-direction: column; gap: 2px; }
.rg-np-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 16px;
}
.rg-np-av {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.rg-np-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.rg-np-info a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}
.rg-np-info a:hover { color: #a5b4fc; }
.rg-np-game {
    font-size: 11px;
    color: #a5b4fc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* === MOBILE === */
@media (max-width: 768px) {
    .rg-trending-grid { grid-template-columns: 1fr; }
    .rg-fotm {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 12px 14px;
    }
    .rg-ticker { border-radius: 6px; margin-bottom: 10px; padding: 6px 0; }
    .rg-tc-meta { flex-wrap: wrap; gap: 6px; }
}
@media (max-width: 480px) {
    .rg-fotm { padding: 10px 12px; margin-bottom: 10px; }
    .rg-fotm-badge { font-size: 9px; padding: 4px 8px; }
    .rg-fotm-title { font-size: 13px; }
    .rg-ticker-label { font-size: 9px; padding: 3px 8px; }
    .rg-ticker-item { font-size: 12px; }
}

/* Initial letter avatar fallback */
.rg-av-letter{display:inline-flex;align-items:center;justify-content:center;background:#7c3aed;color:#fff;font-weight:700;border-radius:50%;flex-shrink:0}
.rg-tp-av.rg-av-letter{width:28px;height:28px;font-size:12px}
.rg-np-av.rg-av-letter{width:28px;height:28px;font-size:12px}

/* ========================================
   TOP CONTRIBUTOR STRIP (replaces Member of the Week widget)
======================================== */
.rg-top-contributor {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    padding: 10px 16px;
    background: rgba(165,180,252,0.04);
    border: 1px solid rgba(165,180,252,0.08);
    border-radius: 10px;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}
.rg-tc-crown {
    display: flex;
    align-items: center;
    color: #f59e0b;
    flex-shrink: 0;
}
.rg-tc-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-right: 4px;
}
.rg-tc-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.rg-tc-avatar.rg-av-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7c3aed;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}
.rg-tc-name {
    font-weight: 600;
    color: #e2e8f0;
    text-decoration: none;
}
.rg-tc-name:hover {
    color: #a5b4fc;
}
.rg-tc-count {
    margin-left: auto;
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    font-weight: 600;
}

/* Now Playing empty state */
.rg-np-empty {
    color: rgba(255,255,255,0.4);
    font-size: 12px;
    padding: 4px 0 0;
}


/* === rg-forum-cards.css === */
/* rg-forum-cards.css v25 — Works WITH DohTheme table layout
   Only visual polish, NO layout overrides */

/* === RESET bundle's flexbox damage — restore DohTheme table layout === */
.node .node-body {
  display: table-row;
  padding: 0;
  gap: 0;
}
.node .node-main {
  display: table-cell;
  flex: unset;
  min-width: unset;
  overflow: visible;
}
.node .node-icon,
.node--forum .node-icon,
.node--page .node-icon {
  display: table-cell;
  flex-shrink: unset;
  min-width: unset;
  width: auto;
  height: auto;
}
.node .node-stats {
  display: table-cell;
  flex-shrink: unset;
  flex-direction: unset;
  gap: 0;
  max-width: unset;
  width: auto;
}
.node .node-extra {
  display: table-cell;
  flex-shrink: unset;
}

/* Undo bundle's forced hide of node-extra below 1000px */
@media (max-width: 999px) {
  .node .node-extra {
    display: table-cell;
  }
}

/* === Category blocks === */
.block--category {
  background: rgba(14, 14, 24, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}

.block--category > .block-header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 13px 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #a5b4fc;
}

.block--category > .block-header a {
  color: #a5b4fc;
  text-decoration: none;
}

.block--category > .block-header a:hover {
  color: #e2e8f0;
}

/* === Node rows — visual only === */
.node {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  transition: background-color 0.15s ease;
}

.node:last-child {
  border-bottom: none;
}

.node:hover {
  background: rgba(165, 180, 252, 0.03);
}

/* Undo bundle's transform and ::before bar */
.node:hover {
  transform: none;
}
.node::before {
  display: none;
}

/* === Node icon — clean, no boxes === */
.node .node-icon i,
.node .node-icon svg,
.node .node-icon .fa--xf {
  color: rgba(165, 180, 252, 0.5);
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.node--unread .node-icon i,
.node--unread .node-icon svg {
  color: #a5b4fc;
}

/* Undo unread dot from bundle */
.node--unread .node-icon::after {
  display: none;
}

/* === Node title === */
.node .node-title a {
  color: rgba(226, 232, 240, 0.85);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s ease;
}

.node--unread .node-title a {
  color: #e2e8f0;
}

.node .node-title a:hover {
  color: #c4b5fd;
}

/* === Node description === */
.node .node-description {
  color: rgba(148, 163, 184, 0.45);
  font-size: 12px;
}

/* === Node stats === */
.node .node-stats .pairs dt {
  color: rgba(148, 163, 184, 0.35);
  font-size: 11px;
}

.node .node-stats .pairs dd {
  color: rgba(226, 232, 240, 0.65);
  font-weight: 600;
}

/* Undo bundle's pill styling on stats dl */
.node .node-stats dl {
  margin: unset;
  display: unset;
  padding: unset;
  background: none;
  border: none;
  border-radius: unset;
}

/* === Node extra (latest post) === */
.node .node-extra-row a {
  color: rgba(226, 232, 240, 0.65);
  text-decoration: none;
  transition: color 0.15s ease;
}

.node .node-extra-row a:hover {
  color: #c4b5fd;
}

.node .node-extra-icon .avatar {
  border-radius: 50%;
}

/* === Sub-nodes === */
.node .node-subNodeFlatList .node-subNodeLink a,
.node .node-subNodeMenu .node-subNodeLink a {
  color: rgba(196, 181, 253, 0.6);
  font-size: 12px;
  text-decoration: none;
  transition: color 0.15s ease;
}

.node .node-subNodeLink a:hover {
  color: #c4b5fd;
}

/* Undo bundle's pill sub-node styling */
.node .node-subNodeFlatList .node-subNodeLink,
.node .node-subNodeMenu .node-subNodeLink {
  display: unset;
  padding: unset;
  background: none;
  border: none;
  border-radius: unset;
}

.node .node-subNodeLink::before {
  display: none;
}

/* === Forum statistics block === */
.block--forumStatistics {
  background: rgba(14, 14, 24, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin-top: 16px;
  overflow: hidden;
}

.block--forumStatistics .block-header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 13px 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #a5b4fc;
}

.block--forumStatistics .pairs dt {
  color: rgba(148, 163, 184, 0.45);
}

.block--forumStatistics .pairs dd {
  color: #e2e8f0;
  font-weight: 600;
}

/* === Undo bundle's heat bar === */
.rg-heat-bar {
  display: none;
}

/* === Undo bundle's category ::before and ::after === */
.block--category::before,
.block--category::after {
  display: none;
}

/* Remove bundle's shield icon from header */
.block--category > .block-header::before {
  display: none;
}

/* Remove bundle's bottom bar from header */
.block--category > .block-header::after {
  display: none;
}

/* === Tablet fixes === */
@media (max-width: 900px) {
  .block--category {
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .block--category > .block-header {
    padding: 11px 14px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  /* Let DohTheme handle mobile layout naturally */
  .node .node-body {
    display: table-row;
  }

  .node .node-description {
    display: none;
  }

  /* Compact latest thread column on tablet */
  .node .node-extra .node-extra-icon img,
  .node .node-extra .avatar img {
    width: 28px;
    height: 28px;
  }

  .node .node-extra .node-extra-title {
    font-size: 12px;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .node .node-extra .node-extra-date,
  .node .node-extra .node-extra-user {
    font-size: 11px;
  }
}

/* Phone screens - hide latest thread column, simplify layout */
@media (max-width: 480px) {
  .block--category {
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .block--category > .block-header {
    padding: 10px 12px;
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .node .node-stats .pairs dd {
    font-size: 13px;
  }

  .node .node-stats .pairs dt {
    font-size: 9px;
  }

  .node .node-icon,
  .node--forum .node-icon,
  .node--page .node-icon {
    width: 28px;
    min-width: 28px;
    padding: 8px 6px 8px 10px;
  }

  .node .node-icon i,
  .node .node-icon svg,
  .node .node-icon .fa--xf {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }

  .node .node-title a {
    font-size: 13px;
  }

  .node--forum .node-extra-row {
    display: none;
  }
}

/* Very narrow screens (Z Fold cover, iPhone SE) */
@media (max-width: 375px) {
  .block--category > .block-header {
    padding: 10px 12px;
    font-size: 9px;
  }

  .node .node-stats {
    padding: 6px 6px;
    min-width: 32px;
  }

  .node .node-stats .pairs dd {
    font-size: 12px;
  }

  .node .node-title a {
    font-size: 12px;
  }

  .node .node-icon,
  .node--forum .node-icon,
  .node--page .node-icon {
    width: 24px;
    min-width: 24px;
    padding: 6px 4px 6px 8px;
  }

  .node .node-icon i,
  .node .node-icon svg,
  .node .node-icon .fa--xf {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}

/* Hide latest thread column on mobile/tablet */
@media (max-width: 820px) {
  .node .node-extra { display: none; }
  .node .node-main { width: 100%; }
  .node .node-stats { min-width: 50px; text-align: right; padding-right: 8px; }
}


/* === rg-premium.css === */
/* ============================================
   RG Premium CSS v1
   Comprehensive premium polish for all pages
   ============================================ */

/* -------------------------------------------
   1. GLOBAL TRANSITIONS & HOVER EFFECTS
   ------------------------------------------- */
a,
button,
.button,
.button--primary,
.button--link,
input[type="submit"],
.menu-linkRow,
.node-title a,
.node-description a,
.structItem-title a,
.p-navgroup-link,
.tabs-tab {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

/* Card hover lift for interactive cards */
.node--forum .node-body,
.rg-trending-card,
.structItem,
.block--messages .message,
.rg-game-card,
.rg-trainer-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.node--forum .node-body:hover,
.rg-trending-card:hover,
.rg-game-card:hover,
.rg-trainer-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

/* Subtle link hover - slightly brighter */
.p-body a:hover,
.contentRow-title a:hover,
.node-title a:hover {
  opacity: 0.9;
}

/* -------------------------------------------
   2. CONSISTENT CARD DESIGN
   ------------------------------------------- */

/* XF blocks - unified card look */
.block,
.block--category {
  border-radius: 10px;
  overflow: hidden;
}

.block-header {
  letter-spacing: 0.03em;
  font-weight: 600;
}

/* XF sidebar blocks - premium dark cards */
.p-body-sidebar .block {
  background: rgba(30,30,35,0.9);
  border: 1px solid rgba(165,180,252,0.08);
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}

.p-body-sidebar .block-header {
  background: transparent;
  border-bottom: 1px solid rgba(165,180,252,0.08);
  padding: 14px 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a5b4fc;
  font-weight: 700;
}

.p-body-sidebar .block-body {
  padding: 12px 16px;
}

/* Members Online widget polish */
.block--mow .block-body {
  padding: 12px 16px;
}

/* -------------------------------------------
   3. FORUM STATISTICS BOX - PREMIUM
   ------------------------------------------- */
.p-body-main .block--forum-statistics,
.block[data-widget-key="forum_statistics"] {
  background: rgba(30,30,35,0.9);
  border: 1px solid rgba(165,180,252,0.08);
  border-radius: 10px;
  overflow: hidden;
}

.block[data-widget-key="forum_statistics"] .block-header {
  color: #a5b4fc;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  background: transparent;
  border-bottom: 1px solid rgba(165,180,252,0.08);
}

.pairs--justified dt {
  color: rgba(255,255,255,0.6);
}

.pairs--justified dd {
  color: #ffffff;
  font-weight: 600;
}

/* -------------------------------------------
   4. BUTTON CONSISTENCY
   ------------------------------------------- */

/* Primary buttons - clean filled style */
.button--primary,
.button.button--primary {
  background: #7c3aed;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 10px 24px;
  text-transform: none;
}

.button--primary:hover,
.button.button--primary:hover {
  background: #6d28d9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(124,58,237,0.3);
}

.button--primary:active {
  transform: translateY(0);
}

/* Ghost/outline buttons */
.button--link {
  border-radius: 6px;
  padding: 6px 12px;
}

.button--link:hover {
  background: rgba(165,180,252,0.08);
}

/* -------------------------------------------
   5. FORM INPUT POLISH
   ------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="number"],
textarea,
select,
.input {
  background: rgba(20,20,25,0.8);
  border: 1px solid rgba(165,180,252,0.12);
  border-radius: 8px;
  color: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  padding: 10px 14px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
.input:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px rgba(124,58,237,0.15);
  outline: none;
}

/* Search bar fix - remove green spinner look */
.p-header .p-header-content .p-header-searchBar input {
  background: rgba(20,20,25,0.8);
  border: 1px solid rgba(165,180,252,0.12);
  border-radius: 8px;
}

/* -------------------------------------------
   6. TYPOGRAPHY REFINEMENT
   ------------------------------------------- */

/* Section headers - consistent uppercase treatment */
.block-minorHeader,
.block-header {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

/* Thread titles - clean weight */
.structItem-title a {
  font-weight: 600;
}

/* Page titles */
.p-title-value {
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* -------------------------------------------
   7. THREAD PAGE POLISH
   ------------------------------------------- */

/* Post message blocks */
.message--post {
  border-radius: 10px;
  margin-bottom: 12px;
  border: 1px solid rgba(165,180,252,0.06);
  overflow: hidden;
}

/* User info sidebar in posts - tighter */
.message-user {
  padding: 16px 12px;
}

.message-userDetails {
  margin-top: 8px;
}

.message-userName {
  font-weight: 700;
}

.message-userTitle {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.message-userExtras dt {
  color: rgba(255,255,255,0.4);
  font-size: 12px;
}

.message-userExtras dd {
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  font-weight: 600;
}

/* Post body spacing */
.message-body {
  padding: 16px 20px;
}

/* Post footer actions */
.message-footer {
  padding: 8px 20px;
  border-top: 1px solid rgba(165,180,252,0.06);
}

.message-actionBar a {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.02em;
}

.message-actionBar a:hover {
  color: #a5b4fc;
}

/* Share bar */
.shareButtons {
  border-bottom: 1px solid rgba(165,180,252,0.06);
  padding-bottom: 12px;
  margin-bottom: 0;
}

/* Page navigation */
.pageNav-page a,
.pageNav-page.pageNav-page--current {
  border-radius: 6px;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
}

.pageNav-page.pageNav-page--current {
  background: #7c3aed;
  font-weight: 700;
}

/* -------------------------------------------
   8. LOGIN & REGISTER PAGES - PREMIUM
   ------------------------------------------- */

/* Center and contain the forms */
.p-body-main .block--fill {
  max-width: 520px;
  margin: 40px auto;
  background: rgba(30,30,35,0.95);
  border: 1px solid rgba(165,180,252,0.1);
  border-radius: 14px;
  overflow: hidden;
}

.p-body-main .block--fill .block-header {
  display: none;
}

/* Better form row styling */
.formRow {
  padding: 12px 24px;
  border-bottom: none;
}

.formRow-label {
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  font-size: 13px;
}

.formRow .formRow-hint {
  color: rgba(255,255,255,0.35);
  font-size: 12px;
}

/* Register page - wider form */
.p-body-main .block--fill:has(.formRow-label:first-of-type) {
  max-width: 580px;
}

/* -------------------------------------------
   9. XF HELP PAGES POLISH
   ------------------------------------------- */
.p-body-main .helpPage-list {
  background: rgba(30,30,35,0.9);
  border: 1px solid rgba(165,180,252,0.08);
  border-radius: 10px;
  overflow: hidden;
}

.helpPage-list a {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(165,180,252,0.06);
  display: block;
}

.helpPage-list a:last-child {
  border-bottom: none;
}

.helpPage-list a:hover {
  background: rgba(165,180,252,0.05);
}

/* -------------------------------------------
   10. MEMBERS PAGE POLISH
   ------------------------------------------- */
.memberList-member {
  border-radius: 10px;
  border: 1px solid rgba(165,180,252,0.06);
  margin-bottom: 8px;
  overflow: hidden;
}

.memberList-member:hover {
  border-color: rgba(165,180,252,0.12);
  background: rgba(165,180,252,0.03);
}

/* -------------------------------------------
   11. FORUMS PAGE SPECIFIC
   ------------------------------------------- */

/* Hide Member of the Week XF sidebar widget */
.p-body-sidebar .rg-spotlight-card {
  display: none;
}

/* Hide redundant Sign In button in p-header when sidebar has login */
.p-header .p-header-content .p-account--notLoggedIn {
  display: none;
}

/* Forum search bar - cleaner look */
.p-header-searchBar .input {
  background: rgba(20,20,25,0.6);
  border: 1px solid rgba(165,180,252,0.1);
  border-radius: 8px;
}

/* Trending Content widget polish */
.p-body-sidebar .block[data-widget-key="trending_content"] .contentRow {
  padding: 10px 0;
  border-bottom: 1px solid rgba(165,180,252,0.06);
}

.p-body-sidebar .block[data-widget-key="trending_content"] .contentRow:last-child {
  border-bottom: none;
}

/* Top Contributor bar - only show once (hide duplicate at bottom) */
.rg-top-contributor + .p-body-main .rg-top-contributor {
  display: none;
}

/* -------------------------------------------
   12. DASHBOARD FIXES
   ------------------------------------------- */

/* Remove dashed borders from dashboard cards */
.rg-dash .rg-wm-wrap {
  border: 1px solid rgba(165,180,252,0.08);
  border-style: solid;
  border-radius: 12px;
  background: rgba(30,30,35,0.9);
}

/* Dashboard greeting card - clean design */
.rg-dash-greeting,
.rg-greeting-card {
  border: 1px solid rgba(165,180,252,0.1);
  border-style: solid;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(124,58,237,0.08) 0%, rgba(30,30,35,0.95) 100%);
}

/* Activity feed entries */
.rg-activity-entry {
  padding: 12px 0;
  border-bottom: 1px solid rgba(165,180,252,0.06);
}

.rg-activity-entry:last-child {
  border-bottom: none;
}

/* Stat cards in dashboard */
.rg-stat-card {
  border: 1px solid rgba(165,180,252,0.08);
  border-radius: 10px;
  background: rgba(30,30,35,0.9);
  text-align: center;
  padding: 20px 12px;
}

.rg-stat-card .rg-stat-value {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

.rg-stat-card .rg-stat-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
}

/* -------------------------------------------
   13. SCROLLBAR STYLING
   ------------------------------------------- */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(20,20,25,0.5);
}

::-webkit-scrollbar-thumb {
  background: rgba(165,180,252,0.15);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(165,180,252,0.25);
}

/* -------------------------------------------
   14. BREADCRUMB & NAVIGATION POLISH
   ------------------------------------------- */
.p-breadcrumbs a {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}

.p-breadcrumbs a:hover {
  color: #a5b4fc;
}

/* Tab navigation - cleaner active state */
.tabs-tab.is-active {
  border-bottom-color: #7c3aed;
  color: #ffffff;
  font-weight: 600;
}

.tabs-tab {
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}

.tabs-tab:hover {
  color: rgba(255,255,255,0.8);
}

/* -------------------------------------------
   15. ALERT & NOTICE STYLING
   ------------------------------------------- */
.notices .notice {
  border-radius: 10px;
  border: 1px solid rgba(165,180,252,0.1);
  background: rgba(30,30,35,0.95);
}

/* -------------------------------------------
   16. TOOLTIP & OVERLAY POLISH
   ------------------------------------------- */
.tooltip {
  border-radius: 8px;
  background: rgba(20,20,25,0.95);
  border: 1px solid rgba(165,180,252,0.1);
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

.menu {
  border-radius: 10px;
  border: 1px solid rgba(165,180,252,0.1);
  background: rgba(25,25,30,0.98);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  overflow: hidden;
}

.menu-linkRow {
  padding: 10px 16px;
}

.menu-linkRow:hover {
  background: rgba(165,180,252,0.06);
}

/* -------------------------------------------
   17. POST REACTION & LIKE STYLING
   ------------------------------------------- */
.reactionsBar {
  border-radius: 6px;
  padding: 4px 10px;
  background: rgba(165,180,252,0.05);
  border: 1px solid rgba(165,180,252,0.06);
}

/* -------------------------------------------
   18. AVATAR POLISH
   ------------------------------------------- */
.avatar img,
.avatar--s img,
.avatar--m img,
.avatar--l img,
.avatar--xl img {
  border-radius: 50%;
}

/* -------------------------------------------
   19. PAGE TITLE AREA
   ------------------------------------------- */
.p-title {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(165,180,252,0.06);
}

/* -------------------------------------------
   20. FOOTER POLISH
   ------------------------------------------- */
.p-footer {
  border-top: 1px solid rgba(165,180,252,0.08);
}

/* -------------------------------------------
   21. SELECTION COLOR
   ------------------------------------------- */
::selection {
  background: rgba(124,58,237,0.4);
  color: #ffffff;
}

/* -------------------------------------------
   22. XF REACTION/TROPHY PAGES
   ------------------------------------------- */
.memberProfileBanner {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.memberHeader {
  border-radius: 0 0 10px 10px;
  border: 1px solid rgba(165,180,252,0.06);
  border-top: none;
}

/* -------------------------------------------
   23. CONVERSATION / INBOX PAGES
   ------------------------------------------- */
.structItem {
  border-bottom: 1px solid rgba(165,180,252,0.06);
  padding: 14px 0;
}

.structItem:hover {
  background: rgba(165,180,252,0.02);
}

/* -------------------------------------------
   24. WHATS NEW / LATEST ACTIVITY
   ------------------------------------------- */
.block--latestActivity .contentRow,
.block--latestPosts .contentRow,
.block--newProfilePosts .contentRow {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(165,180,252,0.06);
}

/* -------------------------------------------
   25. MOBILE SPECIFIC PREMIUM
   ------------------------------------------- */
@media (max-width: 768px) {
  .block,
  .block--category {
    border-radius: 8px;
  }
  
  .message--post {
    border-radius: 8px;
    margin-bottom: 8px;
  }
  
  .p-body-main .block--fill {
    max-width: 100%;
    margin: 16px auto;
    border-radius: 10px;
  }
  
  .formRow {
    padding: 10px 16px;
  }
}


/* === rg-world-class.css === */
/* ============================================================
   RIVAL GAMING — WORLD-CLASS DESIGN SYSTEM v6
   Strategy: Bold surface contrast + DohTheme-matching selectors
   DohTheme uses rgb(22,24,30) on nearly everything.
   We create VISIBLE depth by using contrasting surface levels.
   ============================================================ */

/* ----------------------------------------------------------
   1. DESIGN TOKENS — More contrast between layers
   ---------------------------------------------------------- */
:root {
  --rg-page-bg: #0e0e14;
  --rg-surface-card: #1a1a24;
  --rg-surface-inset: #141418;
  --rg-surface-elevated: #22222e;
  --rg-surface-hover: #262632;
  --rg-border-subtle: rgba(255, 255, 255, 0.07);
  --rg-border-medium: rgba(255, 255, 255, 0.12);
  --rg-border-accent: rgba(165, 180, 252, 0.4);
  --rg-text-primary: #eaedf0;
  --rg-text-secondary: rgba(255, 255, 255, 0.6);
  --rg-text-muted: rgba(255, 255, 255, 0.35);
  --rg-accent: #a5b4fc;
  --rg-accent-glow: rgba(165, 180, 252, 0.12);
  --rg-radius-sm: 6px;
  --rg-radius-md: 10px;
  --rg-radius-lg: 14px;
  --rg-shadow-card: 0 2px 8px rgba(0,0,0,0.4), 0 1px 3px rgba(0,0,0,0.3);
  --rg-shadow-elevated: 0 8px 24px rgba(0,0,0,0.5), 0 2px 6px rgba(0,0,0,0.3);
  --rg-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ----------------------------------------------------------
   2. PAGE BACKGROUND — Darker base so cards pop
   ---------------------------------------------------------- */
html body .p-body {
  background-color: var(--rg-page-bg);
}

/* ----------------------------------------------------------
   3. GLOBAL POLISH
   ---------------------------------------------------------- */
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html body ::-webkit-scrollbar { width: 8px; }
html body ::-webkit-scrollbar-track { background: var(--rg-page-bg); }
html body ::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.12); border-radius: 4px; }
html body ::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.22); }
html body ::selection { background: rgba(165, 180, 252, 0.35); color: #fff; }

/* ----------------------------------------------------------
   4. BLOCK CONTAINERS — Cards that lift off the page
   DohTheme: .block-container { bg: rgb(22,24,30) } = 0-1-0
   Our selector: html body .p-body .block-container = 0-2-2 (wins)
   ---------------------------------------------------------- */
html body .p-body .block-container {
  background-color: var(--rg-surface-card);
  border: 1px solid var(--rg-border-subtle);
  border-radius: var(--rg-radius-md);
  box-shadow: var(--rg-shadow-card);
}

/* ----------------------------------------------------------
   5. CATEGORY HEADERS — Clear accent treatment
   DohTheme: .p-body .block.block--category .block-header = 0-4-0
   Our selector: html body .p-body .block.block--category .block-header = 0-4-2 (wins)
   ---------------------------------------------------------- */
html body .p-body .block.block--category .block-header {
  background: linear-gradient(135deg, rgba(165, 180, 252, 0.1) 0%, rgba(139, 92, 246, 0.06) 100%);
  border-left: 3px solid var(--rg-accent);
  padding: 14px 20px 14px 16px;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 700;
}

/* Reset generic block-header bg so category one shows through */
html body .p-body .block-header {
  background-color: var(--rg-surface-card);
  font-weight: 700;
}

/* ----------------------------------------------------------
   6. FORUM NODE ROWS — Clean separators + hover
   DohTheme: .node-body:hover { bg: rgba(139,92,246,0.05) } = 0-2-0
   Our selector: html body .p-body .node-body:hover = 0-2-2 (wins)
   ---------------------------------------------------------- */
html body .p-body .node .node-body {
  border-bottom: 1px solid var(--rg-border-subtle);
  transition: background-color var(--rg-transition);
}

html body .p-body .node .node-body:hover {
  background-color: var(--rg-surface-hover);
}

/* Node title — bolder, white */
html body .p-body .node-title a {
  font-weight: 700;
  font-size: 15px;
  color: var(--rg-text-primary);
  transition: color var(--rg-transition);
}

html body .p-body .node-title a:hover {
  color: var(--rg-accent);
}

/* Node meta text */
html body .p-body .node-meta {
  font-size: 11px;
  color: var(--rg-text-muted);
  letter-spacing: 0.3px;
}

/* Node stats — muted labels, bold numbers */
html body .p-body .node-stats dt {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--rg-text-muted);
}

html body .p-body .node-stats dd {
  font-weight: 700;
  color: var(--rg-text-primary);
}

/* ----------------------------------------------------------
   7. THREAD LIST (structItem) — Cleaner rows
   ---------------------------------------------------------- */
html body .p-body .structItem {
  border-bottom: 1px solid var(--rg-border-subtle);
  transition: background-color var(--rg-transition);
}

html body .p-body .structItem:hover {
  background-color: var(--rg-surface-hover);
}

html body .p-body .structItem-title a {
  font-weight: 700;
  font-size: 15px;
  color: var(--rg-text-primary);
  transition: color var(--rg-transition);
}

html body .p-body .structItem-title a:hover {
  color: var(--rg-accent);
}

/* Thread meta — muted small text */
html body .p-body .structItem-minor {
  font-size: 11px;
  color: var(--rg-text-muted);
}

html body .p-body .structItem-cell--meta {
  font-size: 11px;
}

html body .p-body .structItem-cell--meta dt {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 10px;
  color: var(--rg-text-muted);
}

html body .p-body .structItem-cell--meta dd {
  font-weight: 700;
  color: var(--rg-text-primary);
}

/* ----------------------------------------------------------
   8. POST CARDS (messages) — Real card depth
   DohTheme: .message { no specific styling }
   ---------------------------------------------------------- */
html body .p-body .message {
  background-color: var(--rg-surface-card);
  border: 1px solid var(--rg-border-medium);
  border-radius: var(--rg-radius-md);
  box-shadow: var(--rg-shadow-card);
  margin-bottom: 16px;
  overflow: hidden;
}

/* User info sidebar in posts — darker inset */
html body .p-body .message-user {
  background-color: var(--rg-surface-inset);
  border-right: 1px solid var(--rg-border-subtle);
}

/* Username in posts */
html body .p-body .message-name a {
  font-weight: 700;
  font-size: 14px;
}

/* User title below name */
html body .p-body .message .userTitle {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--rg-text-muted);
}

/* User stats in post sidebar */
html body .p-body .message-userExtras dt {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: var(--rg-text-muted);
}

html body .p-body .message-userExtras dd {
  font-weight: 700;
  font-size: 13px;
  color: var(--rg-text-primary);
}

/* Post body — generous line height */
html body .p-body .message-body .bbWrapper {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--rg-text-primary);
}

/* Post action bar */
html body .p-body .message-footer .actionBar-set a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: var(--rg-text-muted);
  transition: color var(--rg-transition);
}

html body .p-body .message-footer .actionBar-set a:hover {
  color: var(--rg-accent);
}

/* Post timestamp */
html body .p-body .message-attribution-main a {
  font-size: 11px;
  color: var(--rg-text-muted);
}

/* ----------------------------------------------------------
   9. THREAD PAGE TITLE — Big, bold, commanding
   ---------------------------------------------------------- */
html body .p-body .p-title-value {
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #fff;
}

/* ----------------------------------------------------------
   10. PAGINATION — Pill style
   DohTheme: .pageNav-page > a { bg: rgb(22,24,30) } = 0-1-1
   ---------------------------------------------------------- */
html body .p-body .pageNav-page > a {
  border-radius: 6px;
  border: 1px solid var(--rg-border-subtle);
  background-color: var(--rg-surface-card);
  font-weight: 600;
  font-size: 13px;
  transition: all var(--rg-transition);
}

html body .p-body .pageNav-page > a:hover {
  background-color: var(--rg-surface-hover);
  border-color: var(--rg-border-medium);
}

html body .p-body .pageNav-page--current > a {
  background-color: var(--rg-accent);
  color: #0e0e14;
  border-color: var(--rg-accent);
  font-weight: 700;
}

html body .p-body .pageNav-jump {
  border-radius: 6px;
  border: 1px solid var(--rg-border-subtle);
  background-color: var(--rg-surface-card);
  transition: all var(--rg-transition);
}

html body .p-body .pageNav-jump:hover {
  background-color: var(--rg-accent);
  color: #0e0e14;
  border-color: var(--rg-accent);
}

/* ----------------------------------------------------------
   11. PRIMARY BUTTONS — Gradient accent
   DohTheme: .button.button--primary { bg: rgb(167,69,217) } = 0-2-0
   Our: html body .button.button--primary = 0-2-2 (wins)
   ---------------------------------------------------------- */
html body .button.button--primary,
html body a.button.button--primary {
  background: linear-gradient(135deg, #a5b4fc 0%, #8b9cf7 100%);
  color: #0e0e14;
  border: none;
  border-radius: var(--rg-radius-sm);
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(165, 180, 252, 0.25);
  transition: all var(--rg-transition);
  text-shadow: none;
}

html body .button.button--primary:hover,
html body a.button.button--primary:hover {
  background: linear-gradient(135deg, #b8c4fd 0%, #a5b4fc 100%);
  box-shadow: 0 4px 16px rgba(165, 180, 252, 0.35);
  transform: translateY(-1px);
}

/* ----------------------------------------------------------
   12. SECONDARY/LINK BUTTONS
   ---------------------------------------------------------- */
html body .p-body .button--link {
  color: var(--rg-accent);
  font-weight: 600;
  transition: color var(--rg-transition);
}

html body .p-body .button--link:hover {
  color: #c4cdfe;
}

/* ----------------------------------------------------------
   13. INPUT FIELDS — Dark inset + focus accent
   ---------------------------------------------------------- */
html body .p-body input[type="text"],
html body .p-body input[type="search"],
html body .p-body input[type="email"],
html body .p-body input[type="password"],
html body .p-body input[type="url"],
html body .p-body textarea,
html body .p-body select {
  background-color: var(--rg-surface-inset);
  border: 1px solid var(--rg-border-medium);
  border-radius: var(--rg-radius-sm);
  color: var(--rg-text-primary);
  transition: border-color var(--rg-transition), box-shadow var(--rg-transition);
}

html body .p-body input[type="text"]:focus,
html body .p-body input[type="search"]:focus,
html body .p-body input[type="email"]:focus,
html body .p-body input[type="password"]:focus,
html body .p-body input[type="url"]:focus,
html body .p-body textarea:focus,
html body .p-body select:focus {
  border-color: var(--rg-accent);
  box-shadow: 0 0 0 3px var(--rg-accent-glow);
  outline: none;
}

/* ----------------------------------------------------------
   14. BREADCRUMBS — Muted links
   ---------------------------------------------------------- */
html body .p-body .p-breadcrumbs a {
  color: var(--rg-text-muted);
  font-size: 12px;
  transition: color var(--rg-transition);
}

html body .p-body .p-breadcrumbs a:hover {
  color: var(--rg-accent);
}

/* ----------------------------------------------------------
   15. TABS — Clean active indicator
   ---------------------------------------------------------- */
html body .p-body .tabs-tab {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: var(--rg-text-secondary);
  transition: color var(--rg-transition);
}

html body .p-body .tabs-tab:hover {
  color: var(--rg-text-primary);
}

html body .p-body .tabs-tab.is-active {
  color: var(--rg-accent);
  border-bottom-color: var(--rg-accent);
}

/* ----------------------------------------------------------
   16. PROFILE PAGE — Stats + tabs
   ---------------------------------------------------------- */
html body .p-body .memberHeader-stats .pairs dt {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--rg-text-muted);
}

html body .p-body .memberHeader-stats .pairs dd {
  font-weight: 700;
  font-size: 18px;
  color: var(--rg-text-primary);
}

html body .p-body .memberHeader-content .userTitle {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--rg-text-secondary);
}

/* ----------------------------------------------------------
   17. ALERTS PAGE — Accent border on unread
   ---------------------------------------------------------- */
html body .p-body .alert.is-unread {
  border-left: 3px solid var(--rg-accent);
  background-color: var(--rg-surface-elevated);
}

html body .p-body .alert {
  transition: background-color var(--rg-transition);
  border-bottom: 1px solid var(--rg-border-subtle);
}

html body .p-body .alert:hover {
  background-color: var(--rg-surface-hover);
}

/* ----------------------------------------------------------
   18. CONVERSATIONS — Clean thread styling
   ---------------------------------------------------------- */
html body .p-body .structItem--conversation.is-unread {
  border-left: 3px solid var(--rg-accent);
  background-color: var(--rg-surface-elevated);
}

/* ----------------------------------------------------------
   19. OVERLAYS / MODALS
   ---------------------------------------------------------- */
html body .overlay-container {
  background-color: var(--rg-surface-card);
  border: 1px solid var(--rg-border-medium);
  border-radius: var(--rg-radius-lg);
  box-shadow: var(--rg-shadow-elevated);
}

/* ----------------------------------------------------------
   20. NOTICE / ERROR BANNERS
   ---------------------------------------------------------- */
html body .p-body .blockMessage--error {
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
  border-radius: var(--rg-radius-sm);
  color: #fca5a5;
}

html body .p-body .blockMessage--important {
  background-color: var(--rg-accent-glow);
  border: 1px solid var(--rg-border-accent);
  border-radius: var(--rg-radius-sm);
}

/* ----------------------------------------------------------
   21. REGISTRATION / AUTH FORMS
   ---------------------------------------------------------- */
html body .p-body .block--registrationForm .block-container {
  background-color: var(--rg-surface-card);
  border: 1px solid var(--rg-border-medium);
  border-radius: var(--rg-radius-lg);
  box-shadow: var(--rg-shadow-elevated);
}

html body .p-body .formRow {
  border-bottom: 1px solid var(--rg-border-subtle);
  padding: 14px 0;
}

html body .p-body .formRow-label {
  font-weight: 600;
  font-size: 13px;
  color: var(--rg-text-primary);
}

/* ----------------------------------------------------------
   22. EDITOR / REPLY BOX
   ---------------------------------------------------------- */
html body .p-body .fr-box {
  background-color: var(--rg-surface-inset);
  border: 1px solid var(--rg-border-medium);
  border-radius: var(--rg-radius-md);
}

html body .p-body .fr-toolbar {
  background-color: var(--rg-surface-card);
  border-bottom: 1px solid var(--rg-border-subtle);
}

/* Quick reply section */
html body .p-body .block--messages + .block {
  background-color: var(--rg-surface-card);
  border: 1px solid var(--rg-border-medium);
  border-radius: var(--rg-radius-md);
}

/* ----------------------------------------------------------
   23. MEMBER LIST — Clean rows
   ---------------------------------------------------------- */
html body .p-body .contentRow {
  border-bottom: 1px solid var(--rg-border-subtle);
  transition: background-color var(--rg-transition);
}

html body .p-body .contentRow:hover {
  background-color: var(--rg-surface-hover);
}

/* ----------------------------------------------------------
   24. SEARCH RESULTS
   ---------------------------------------------------------- */
html body .p-body .block--search .contentRow-title a {
  font-weight: 700;
  font-size: 15px;
  color: var(--rg-text-primary);
}

html body .p-body .block--search .contentRow-snippet {
  color: var(--rg-text-secondary);
  font-size: 13px;
  line-height: 1.6;
}

/* ----------------------------------------------------------
   25. ACCOUNT SETTINGS
   ---------------------------------------------------------- */
html body .p-body .block--account .block-container {
  background-color: var(--rg-surface-card);
  border: 1px solid var(--rg-border-subtle);
  border-radius: var(--rg-radius-md);
}

/* ----------------------------------------------------------
   26. EMPTY STATE MESSAGES
   ---------------------------------------------------------- */
html body .p-body .block-row--none {
  color: var(--rg-text-muted);
  font-style: italic;
  text-align: center;
  padding: 32px 16px;
}

/* ----------------------------------------------------------
   27. WIDGET BLOCKS (sidebar etc)
   ---------------------------------------------------------- */
html body .p-body-sidebar .block {
  border-radius: var(--rg-radius-md);
  overflow: hidden;
}

html body .p-body-sidebar .block-header {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 700;
  color: var(--rg-text-secondary);
}

/* ----------------------------------------------------------
   28. FOCUS RINGS — Accent outline on interactive elements
   ---------------------------------------------------------- */
html body .p-body a:focus-visible,
html body .p-body button:focus-visible,
html body .p-body .button:focus-visible {
  outline: 2px solid var(--rg-accent);
  outline-offset: 2px;
}

/* ----------------------------------------------------------
   29. TOOLTIP STYLING
   ---------------------------------------------------------- */
html body .tooltip-content {
  background-color: var(--rg-surface-elevated);
  border: 1px solid var(--rg-border-medium);
  border-radius: var(--rg-radius-sm);
  box-shadow: var(--rg-shadow-elevated);
  font-size: 12px;
  color: var(--rg-text-primary);
}

/* ----------------------------------------------------------
   30. SHARE PAGE BUTTONS
   ---------------------------------------------------------- */
html body .p-body .shareButtons .shareButtons-button {
  border: 1px solid var(--rg-border-medium);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  color: var(--rg-text-secondary);
  transition: all var(--rg-transition);
}

html body .p-body .shareButtons .shareButtons-button:hover {
  border-color: var(--rg-accent);
  color: var(--rg-accent);
  background-color: var(--rg-accent-glow);
}

/* ----------------------------------------------------------
   31. FOOTER AREA
   ---------------------------------------------------------- */
html body .p-footer {
  border-top: 1px solid var(--rg-border-subtle);
}

/* ----------------------------------------------------------
   32. MOBILE RESPONSIVE — ≤650px
   ---------------------------------------------------------- */
@media (max-width: 650px) {
  html body .p-body .message-user {
    border-right: none;
    border-bottom: 1px solid var(--rg-border-subtle);
  }

  html body .p-body .block.block--category .block-header {
    font-size: 10px;
    padding: 12px 14px 12px 12px;
  }

  html body .p-body .message {
    border-radius: var(--rg-radius-sm);
  }

  html body .p-body .structItem-title a {
    font-size: 14px;
  }
}

/* ----------------------------------------------------------
   33. TABLET — 651-820px
   ---------------------------------------------------------- */
@media (min-width: 651px) and (max-width: 820px) {
  html body .p-body .message {
    border-radius: var(--rg-radius-sm);
    margin-bottom: 12px;
  }
}

/* ----------------------------------------------------------
   34. LINK HOVER ACCENT — Site-wide
   ---------------------------------------------------------- */
html body .p-body .p-body-main a:hover {
  color: var(--rg-accent);
}

/* ----------------------------------------------------------
   35. UNREAD THREAD INDICATORS
   ---------------------------------------------------------- */
html body .p-body .structItem.is-unread .structItem-title a {
  color: #fff;
  font-weight: 800;
}

/* ----------------------------------------------------------
   36. BLOCK FILTER BAR
   ---------------------------------------------------------- */
html body .p-body .block-filterBar {
  background-color: var(--rg-surface-inset);
  border-bottom: 1px solid var(--rg-border-subtle);
  border-radius: var(--rg-radius-md) var(--rg-radius-md) 0 0;
}

/* ----------------------------------------------------------
   37. TAG CLOUD
   ---------------------------------------------------------- */
html body .p-body .tagList-tag {
  background-color: var(--rg-surface-inset);
  border: 1px solid var(--rg-border-subtle);
  border-radius: 20px;
  font-size: 12px;
  color: var(--rg-text-secondary);
  transition: all var(--rg-transition);
}

html body .p-body .tagList-tag:hover {
  border-color: var(--rg-accent);
  color: var(--rg-accent);
}

/* Fix: Search bar should be neutral, not purple */
.rg-header-search-input,
.rg-header-search-input:focus,
.p-header .p-header-content .p-header-searchBar input,
.p-header-searchBar .input,
html body .rg-header-search-input {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  outline: none;
}
.rg-header-search-input:focus,
html body .rg-header-search-input:focus {
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: none;
}


/* === rg-sidebar.css === */
/* RG Sidebar CSS v37 — Premium upgrade */

/* Hide XF default nav */
.p-header,.p-nav,.p-nav-opposite,.p-sectionLinks{display:none}

:root {
  --rg-sidebar-w: 260px;
  --rg-header-h: 56px;
  --rg-bg-dark: #0e0e1a;
  --rg-bg-sidebar: rgba(8,8,16,0.95);
  --rg-bg-header: rgba(25,30,36,0.85);
  --rg-border: rgba(255,255,255,0.07);
  --rg-purple: #7c3aed;
  --rg-purple-light: #a78bfa;
  --rg-text: #f1f5f9;
  --rg-text-muted: rgba(255,255,255,1);
  --rg-text-dim: rgba(124,58,237,0.30);
  --rg-hover: rgba(139,92,246,0.1);
  --rg-active: rgba(139,92,246,0.12);
  --rg-green: #22c55e;
  --rg-red: #ef4444;
}

/* ========================================
   HEADER
======================================== */
.rg-header {
  position: fixed; top: 0; left: var(--rg-sidebar-w); right: 0;
  height: var(--rg-header-h);
  background: var(--rg-bg-header);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rg-border);
  z-index: 1000; display: flex; align-items: center;
}

.rg-header-desktop {
  display: flex; align-items: center; width: 100%; height: 100%;
  padding: 0 24px; gap: 16px;
}
.rg-header-mobile { display: none; }

/* Search */
.rg-header-search { flex: 1; max-width: 320px; position: relative; display: flex; align-items: center; }
.rg-header-search-icon { position: absolute; left: 12px; width: 16px; height: 16px; color: var(--rg-text-dim); pointer-events: none; }
.rg-header-search-icon svg { width: 16px; height: 16px; }
.rg-header-search-input {
  width: 100%; background: rgba(30,35,42,.5);
  border: 1px solid rgba(255,255,255,.06); border-radius: 10px;
  padding: 8px 14px 8px 38px; color: rgba(255,255,255,.85);
  font-size: 13px; outline: 0; transition: border-color .2s, background .2s;
}
.rg-header-search-input:focus {
  border-color: rgba(139,92,246,.4); background: rgba(30,35,42,.8);
}
.rg-header-search-input::placeholder { color: rgba(255,255,255,.4); }

/* Header actions */
.rg-header-actions { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.rg-header-icon-btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  height: 34px; min-height: 34px; padding: 0 10px; border-radius: 8px;
  color: #fff; background: transparent; border: none;
  transition: background .2s ease, transform .15s ease;
  cursor: pointer; text-decoration: none; outline: 0;
  -webkit-tap-highlight-color: transparent;
}
.rg-header-icon-btn:hover {
  background: rgba(255,255,255,.06);
}
.rg-header-icon-btn:active { transform: scale(.95); }
.rg-header-icon-btn svg { fill: none; width: 18px; height: 18px; flex-shrink: 0; }
.rg-header-badge {
  position: absolute; top: 2px; right: 2px;
  min-width: 16px; height: 16px; background: var(--rg-red);
  color: #fff; font-size: 9px; font-weight: 800; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px; line-height: 1;
}

/* User pill */
.rg-header-user-wrap { position: relative; }
.rg-header-user-pill {
  display: flex; align-items: center; gap: 8px;
  padding: 4px 12px 4px 4px;
  background: rgba(30,35,42,.5); border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px; color: #fff; font-size: 13px; font-weight: 600;
  cursor: pointer; transition: background .2s, border-color .2s; white-space: nowrap;
}
.rg-header-user-pill:hover {
  background: rgba(30,35,42,.7); border-color: rgba(139,92,246,.25);
}
.rg-header-avatar {
  width: 28px; height: 28px; border-radius: 50%; background: var(--rg-purple);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: #fff; flex-shrink: 0; overflow: hidden;
}
.rg-header-avatar-img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.rg-header-signin-pill {
  display: flex; align-items: center; gap: 8px; padding: 8px 16px;
  background: var(--rg-purple); border-radius: 8px; color: #fff;
  font-size: 13px; font-weight: 600; text-decoration: none; transition: background .2s;
}
.rg-header-signin-pill:hover { background: #6d28d9; color: #fff; }
.rg-header-signin-icon { width: 16px; height: 16px; }
.rg-header-signin-icon svg { width: 16px; height: 16px; }

/* Dropdown */
.rg-header-dropdown {
  position: absolute; top: calc(100% + 8px); right: 0; width: 220px;
  background: rgba(18,18,28,0.98); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px; padding: 6px; opacity: 0; visibility: hidden;
  transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 1100; box-shadow: 0 12px 40px rgba(0,0,0,.5);
}
.rg-header-dropdown.rg-dropdown-active { opacity: 1; visibility: visible; transform: translateY(0); }
.rg-dropdown-item {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px;
  color: rgba(255,255,255,.85); font-size: 13px; text-decoration: none;
  border-radius: 8px; transition: background .15s;
}
.rg-dropdown-item:hover { background: var(--rg-hover); color: #fff; }
.rg-dropdown-icon { width: 16px; height: 16px; flex-shrink: 0; }
.rg-dropdown-icon svg { width: 16px; height: 16px; }
.rg-dropdown-badge {
  margin-left: auto; min-width: 18px; height: 18px; background: var(--rg-red);
  color: #fff; font-size: 10px; font-weight: 700; border-radius: 9px;
  display: flex; align-items: center; justify-content: center; padding: 0 5px;
}
.rg-dropdown-divider { height: 1px; background: rgba(255,255,255,0.06); margin: 4px 8px; }
.rg-dropdown-logout:hover { color: var(--rg-red); }

/* ========================================
   SIDEBAR
======================================== */
.rg-sidebar {
  position: fixed; top: 0; left: 0;
  width: var(--rg-sidebar-w); height: 100vh;
  background: var(--rg-bg-sidebar);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border-right: 1px solid var(--rg-border);
  z-index: 1001; overflow: hidden;
}

.rg-sidebar-inner {
  display: flex; flex-direction: column; height: 100%;
  overflow-y: auto; scrollbar-width: thin;
  scrollbar-color: rgba(139,92,246,0.2) transparent;
}
.rg-sidebar-inner::-webkit-scrollbar { width: 4px; }
.rg-sidebar-inner::-webkit-scrollbar-track { background: transparent; }
.rg-sidebar-inner::-webkit-scrollbar-thumb { background: rgba(139,92,246,0.2); border-radius: 4px; }
.rg-sidebar-inner::-webkit-scrollbar-thumb:hover { background: rgba(139,92,246,0.35); }

/* Logo area */
.rg-sidebar-logo {
  display: flex; align-items: center; justify-content: center;
  padding: 20px 20px 16px; text-decoration: none;
}
.rg-logo-img { max-width: 170px; height: auto; }

/* User profile card */
.rg-sidebar-user {
  display: flex; align-items: center; gap: 10px;
  margin: 0 14px 12px; padding: 10px 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 10px;
  transition: background .2s;
}
.rg-sidebar-user:hover { background: rgba(255,255,255,0.05); }
.rg-sidebar-avatar { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; }
.rg-sidebar-user-info { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.rg-sidebar-username {
  font-size: 13px; font-weight: 600; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.rg-sidebar-role {
  font-size: 10px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase;
  margin-top: 1px;
}
.rg-role-admin { color: var(--rg-purple-light); }
.rg-sidebar-logout-btn {
  display: flex; align-items: center; padding: 4px;
  border-radius: 6px; transition: background .2s; opacity: 0.5;
}
.rg-sidebar-logout-btn:hover { background: rgba(255,255,255,0.06); opacity: 1; }

/* Login / Join buttons for logged out */
.rg-sidebar-btn-login {
  color: var(--rg-purple-light); font-size: 13px; font-weight: 600; text-decoration: none;
  transition: color .2s;
}
.rg-sidebar-btn-login:hover { color: #fff; }
.rg-sidebar-btn-register {
  background: var(--rg-purple); color: #fff; padding: 6px 14px;
  border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none;
  transition: background .2s;
}
.rg-sidebar-btn-register:hover { background: #6d28d9; }

/* Divider between user and nav */
.rg-sidebar-user + .rg-sidebar-nav {
  border-top: 1px solid rgba(255,255,255,0.04);
  padding-top: 8px;
}

/* ========================================
   NAVIGATION
======================================== */
.rg-sidebar-nav {
  flex: 0 0 auto;
  padding: 0 0 12px;
}

/* Section group */
.rg-sidebar-section {
  margin-bottom: 2px;
}
.rg-sidebar-section:first-child { margin-top: 0; }

/* Section header */
.rg-nav-group-label {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 20px 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.4px;
  color: rgba(255,255,255,0.3); text-transform: uppercase;
  user-select: none;
  transition: color .2s;
}
.rg-sec-clickable { cursor: pointer; }
.rg-sec-clickable:hover { color: rgba(255,255,255,0.55); }

/* Arrow */
.rg-sec-arrow {
  margin-left: auto; flex-shrink: 0;
  transition: transform 0.25s ease;
}
.rg-sec-open .rg-sec-arrow { transform: rotate(0deg); }
.rg-sec-closed .rg-sec-arrow { transform: rotate(-90deg); }

/* Section items */
.rg-sec-items {
  list-style: none; margin: 0; padding: 2px 0;
  overflow: hidden; max-height: 500px;
  transition: max-height 0.3s ease, opacity 0.25s ease;
  opacity: 1;
}
.rg-sec-closed .rg-sec-items { max-height: 0; opacity: 0; }

/* Nav item */
.rg-nav-item {
  display: flex; align-items: center; gap: 10px;
  padding: 7px 20px; margin: 1px 8px;
  border-radius: 8px; text-decoration: none;
  color: rgba(255,255,255,0.65);
  transition: background .15s, color .15s;
  position: relative;
}
.rg-nav-item:hover {
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.9);
}

/* Active state — left accent bar */
.rg-nav-active {
  background: rgba(139,92,246,0.08);
  color: #fff;
}
.rg-nav-active::before {
  content: "";
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 3px; height: 18px;
  background: var(--rg-purple-light);
  border-radius: 0 3px 3px 0;
}

/* Icons */
.rg-nav-icon { width: 18px; height: 18px; display: flex; align-items: center; flex-shrink: 0; }
.rg-nav-icon svg { width: 18px; height: 18px; }
.rg-header-icon-btn svg { width: 20px; height: 20px; }
.rg-dropdown-icon { width: 18px; height: 18px; }
.rg-dropdown-icon svg { width: 18px; height: 18px; }
.rg-mobile-hamburger svg { width: 24px; height: 24px; }
.rg-mobile-close svg { width: 22px; height: 22px; }

/* Force white sidebar link text (beats DohTheme LESS) */
.rg-sidebar a[href] { color: rgba(255,255,255,0.65) !important; }
.rg-sidebar a[href]:hover { color: rgba(255,255,255,0.95) !important; }
.rg-sidebar .rg-nav-active { color: #fff !important; }
.rg-sidebar .rg-nav-icon svg { opacity: 1 !important; }
.rg-sidebar .rg-nav-icon svg path { fill-opacity: 0.85 !important; stroke: #fff !important; }

/* Nav label */
.rg-nav-label {
  font-size: 13px; font-weight: 500; color: inherit;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ========================================
   MOBILE OVERLAY
======================================== */
.rg-mobile-overlay {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6); z-index: 2000;
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.rg-mobile-overlay.rg-overlay-active { opacity: 1; visibility: visible; }
.rg-mobile-sidebar {
  position: absolute; top: 0; left: 0; bottom: 0;
  width: 280px; max-width: 85vw;
  background: rgba(8,8,16,0.98);
  transform: translateX(-100%); transition: transform .3s ease;
  overflow-y: auto;
}
.rg-overlay-active .rg-mobile-sidebar { transform: translateX(0); }
.rg-mobile-sidebar-header {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: nowrap;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.rg-mobile-sidebar-header .rg-sidebar-logo {
  display: inline-flex; flex: 0 1 auto; padding: 0; border-bottom: none;
  justify-content: flex-start;
}
.rg-mobile-sidebar-header .rg-mobile-close {
  flex: 0 0 auto;
}
.rg-mobile-close {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 8px;
  background: transparent; border: none; color: rgba(255,255,255,0.6);
  cursor: pointer; transition: background .2s;
}
.rg-mobile-close:hover { background: rgba(255,255,255,0.06); }
.rg-overlay-logo {
  display: inline-flex; align-items: center;
  text-decoration: none; flex: 0 1 auto;
}
.rg-mobile-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--rg-purple); display: flex;
  align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: #fff;
  overflow: hidden;
}
.rg-mobile-avatar-img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }

/* ========================================
   RESPONSIVE — MOBILE
======================================== */
@media (max-width: 900px) {
  .rg-sidebar { display: none; }
  .rg-header { left: 0; }
  .rg-header-desktop { display: none; }
  .rg-header-mobile {
    display: flex; align-items: center; width: 100%;
    height: 100%; padding: 0 12px; gap: 16px;
  }
  .rg-mobile-hamburger {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; background: transparent;
    border: none; cursor: pointer; border-radius: 8px;
    transition: background .2s;
  }
  .rg-mobile-hamburger:hover { background: rgba(255,255,255,0.06); }
  .rg-mobile-logo { display: flex; align-items: center; flex-shrink: 1; min-width: 0; overflow: hidden; }
  .rg-mobile-logo-img { width: 120px; height: auto; display: block; }
  .rg-header-mobile-actions {
    display: flex; align-items: center; gap: 2px; margin-left: auto; flex-shrink: 0;
  }
  .rg-mobile-avatar-btn { padding: 0 4px; }
}


/* Narrow phones */
@media (max-width: 480px) {
  .rg-mobile-logo-img { width: 100px; }
  .rg-header-mobile { gap: 10px; padding: 0 8px; }
  .rg-header-icon-btn { width: 32px; height: 32px; }
}

/* ========================================
   FOOTER RESTORE (DO NOT REMOVE)
======================================== */
.p-footer { display: block !important; }
.p-body-header { display: none !important; }
.p-featured { display: none !important; }

/* ========================================
   COMMUNITY WIDGET OVERRIDES (sidebar)
======================================== */
.rg-community-widget {
  margin: 8px 14px; padding: 12px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: 10px;
}
.rg-community-widget-title {
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; color: rgba(255,255,255,0.3);
  margin-bottom: 8px;
}


/* Mobile avatar dropdown */
.rg-mobile-avatar-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  background: #1e1e23;
  border: 1px solid rgba(165,180,252,0.15);
  border-radius: 8px;
  min-width: 160px;
  z-index: 3000;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}
.rg-mobile-avatar-dropdown.rg-mad-active { display: block; }
.rg-mad-item {
  display: block;
  padding: 10px 14px;
  color: #e2e8f0;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.15s;
}
.rg-mad-item:hover { background: rgba(165,180,252,0.1); color: #fff; }
.rg-mad-logout { color: #f87171; }
.rg-mad-logout:hover { background: rgba(248,113,113,0.1); color: #f87171; }

/* Tablet: trim content above forum list */
@media (max-width: 900px) {
  .rg-trending { display: none !important; }
  .rg-totm-card { margin-bottom: 8px; }
  .rg-totm-card .rg-totm-excerpt { display: none; }
  .rg-news-ticker { font-size: 12px; padding: 6px 10px; }
  .rg-top-contributor-strip { padding: 6px 12px; font-size: 12px; }
}
@media (max-width: 600px) {
  .rg-totm-card { display: none; }
}

/* Very narrow phones - smaller logo */
@media (max-width: 380px) {
  .rg-mobile-logo img { width: 110px; min-width: 90px; }
  .rg-header-icon-btn { padding: 0 3px; }
}

/* Hide XF sidebar widgets on tablet/mobile — !important needed to beat DohTheme compiled LESS */
@media (max-width: 900px) {
  .p-body-sidebar,
  .p-body-sidebarCol {
    display: none !important;
  }
}

.rg-mobile-logo-svg { max-width: 120px; height: auto; display: block; }
.rg-mobile-sidebar .rg-sidebar-logo { padding: 4px 0; border-bottom: none; }
.rg-mobile-sidebar .rg-sidebar-user { padding: 10px 12px; }
.rg-mobile-sidebar .rg-nav-group-label { padding: 8px 8px 4px; }

