
body.dotg-forums-page{
  margin:0;
  min-height:100vh;
  background:#060408;
  color:#e8dcc8;
  font-family:'Crimson Pro', serif;
  position:relative;
}
.dotg-forums-bg{
  position:fixed;
  inset:0;
  z-index:-4;
  background:
    linear-gradient(to bottom, rgba(5,4,8,.38), rgba(5,4,8,.78)),
    url('assets/panel-forums.jpg') center/cover no-repeat;
  transform:scale(1.035);
}
.dotg-forums-overlay{
  position:fixed;
  inset:0;
  z-index:-3;
  background:
    radial-gradient(circle at 50% 0%, rgba(240,196,90,.12), transparent 26%),
    radial-gradient(circle at 0% 30%, rgba(240,196,90,.06), transparent 22%),
    linear-gradient(to bottom, rgba(6,4,8,.65), rgba(6,4,8,.88) 32%, rgba(6,4,8,.94));
}
.dotg-forums-page::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
}
.dotg-wrap{
  width:min(1240px, calc(100% - 40px));
  margin:0 auto;
}
.dotg-forums-nav{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(8,6,10,.72);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(240,196,90,.14);
  box-shadow:0 8px 30px rgba(0,0,0,.22);
}
.dotg-nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:14px 0;
}
.dotg-brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  min-width:170px;
}
.dotg-brand img{
  width:56px;
  height:56px;
  filter: drop-shadow(0 0 10px rgba(240,196,90,.22));
}
.dotg-brand-title{
  color:#f0c45a;
  font-family:'Cinzel', serif;
  font-size:1.2rem;
  line-height:1;
}
.dotg-brand-sub{
  margin-top:4px;
  color:#c7ab72;
  font-family:'Cinzel', serif;
  font-size:.78rem;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.dotg-nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  flex:1;
  flex-wrap:wrap;
}
.dotg-nav-links a{
  color:#d6c39c;
  text-decoration:none;
  font-family:'Cinzel', serif;
  font-size:.78rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  position:relative;
}
.dotg-nav-links a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-10px;
  height:1px;
  background:linear-gradient(to right, transparent, #f0c45a, transparent);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .18s ease;
}
.dotg-nav-links a:hover,
.dotg-nav-links a.active{
  color:#f0c45a;
}
.dotg-nav-links a:hover::after,
.dotg-nav-links a.active::after{
  transform:scaleX(1);
}
.dotg-nav-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}
.nav-user{
  color:#f0c45a;
  font-family:'Cinzel', serif;
  font-size:.8rem;
  padding-right:4px;
}
.dotg-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 18px;
  border-radius:12px;
  border:1px solid rgba(240,196,90,.18);
  text-decoration:none;
  font-family:'Cinzel', serif;
  font-size:.76rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, background .16s ease;
}
.dotg-btn:hover{
  transform:translateY(-1px);
}
.dotg-btn-primary{
  background:linear-gradient(135deg, #f0c45a, #c9972b);
  color:#060408;
  box-shadow:0 8px 22px rgba(201,151,43,.22);
}
.dotg-btn-primary:hover{
  box-shadow:0 14px 30px rgba(201,151,43,.28);
}
.dotg-btn-secondary{
  color:#f0c45a;
  background:rgba(0,0,0,.2);
}
.dotg-btn-secondary:hover{
  border-color:rgba(240,196,90,.3);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.dotg-forums-main{
  position:relative;
  z-index:1;
  padding-bottom:46px;
}
.dotg-forums-hero,
.dotg-thread-hero{
  padding:92px 0 26px;
}
.dotg-eyebrow{
  color:#f0c45a;
  font-family:'Cinzel', serif;
  font-size:.74rem;
  text-transform:uppercase;
  letter-spacing:.32em;
  margin:0 0 12px;
}
.dotg-forums-hero h1,
.dotg-thread-hero h1{
  margin:0;
  color:#fff8ec;
  font-family:'Cinzel', serif;
  font-size:clamp(2.8rem, 6vw, 5rem);
  line-height:1.02;
  text-shadow:0 8px 40px rgba(0,0,0,.28);
}
.dotg-subcopy{
  margin:16px 0 0;
  max-width:820px;
  color:rgba(232,220,200,.86);
  font-size:1.12rem;
  line-height:1.76;
}
.dotg-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:26px;
}
.dotg-section{
  padding:0 0 28px;
}
.dotg-stats-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}
.dotg-stat-card,
.dotg-panel,
.dotg-card,
.dotg-loading,
.dotg-post,
.dotg-reply-box,
.dotg-thread-summary{
  background:linear-gradient(to bottom, rgba(17,14,20,.82), rgba(12,10,15,.88));
  border:1px solid rgba(240,196,90,.15);
  border-radius:20px;
  backdrop-filter:blur(12px);
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}
.dotg-stat-card{
  padding:18px 22px;
  position:relative;
  overflow:hidden;
}
.dotg-stat-card::before,
.dotg-panel::before,
.dotg-card::before,
.dotg-post::before,
.dotg-reply-box::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:1px;
  background:linear-gradient(to right, transparent, rgba(240,196,90,.5), transparent);
  opacity:.55;
}
.dotg-stat-label{
  color:#f0c45a;
  font-family:'Cinzel', serif;
  font-size:.7rem;
  text-transform:uppercase;
  letter-spacing:.15em;
}
.dotg-stat-value{
  margin-top:8px;
  color:#fff8ec;
  font-family:'Cinzel', serif;
  font-size:1.7rem;
}
.dotg-layout{
  display:grid;
  grid-template-columns:minmax(0, 2fr) 320px;
  gap:20px;
  align-items:start;
}
.dotg-cards{
  display:grid;
  gap:16px;
}
.dotg-card{
  position:relative;
  padding:20px 22px 18px;
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.dotg-card:hover{
  transform:translateY(-2px);
  border-color:rgba(240,196,90,.22);
  box-shadow:0 24px 44px rgba(0,0,0,.34);
}
.dotg-card-title{
  display:inline-block;
  color:#fff8ec;
  font-family:'Cinzel', serif;
  font-size:1.25rem;
  line-height:1.2;
  text-decoration:none;
}
.dotg-card-title:hover{
  color:#f0c45a;
}
.dotg-card-desc{
  margin:10px 0 0;
  color:rgba(232,220,200,.78);
  line-height:1.74;
}
.dotg-card-meta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:14px;
  color:rgba(232,220,200,.62);
  font-size:.94rem;
}
.dotg-badge-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}
.dotg-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(240,196,90,.18);
  color:#f0c45a;
  font-family:'Cinzel', serif;
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  background:rgba(240,196,90,.06);
}
.dotg-panel{
  position:relative;
  padding:18px 20px;
}
.dotg-panel h3{
  margin:0 0 12px;
  color:#fff8ec;
  font-family:'Cinzel', serif;
  font-size:1.08rem;
}
.dotg-sidebar{
  display:grid;
  gap:16px;
}
.dotg-sidebar-link{
  display:block;
  padding:12px 0;
  color:#f0c45a;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.05);
}
.dotg-sidebar-link:last-child{
  border-bottom:none;
}
.dotg-sidebar-link:hover{
  color:#fff8ec;
}
.dotg-muted{
  color:rgba(232,220,200,.72);
}
.dotg-loading{
  padding:22px 24px;
  color:rgba(232,220,200,.76);
}
.dotg-thread-back{
  display:inline-block;
  margin-bottom:18px;
  color:#f0c45a;
  text-decoration:none;
  font-family:'Cinzel', serif;
  font-size:.78rem;
  letter-spacing:.08em;
}
.dotg-thread-back:hover{
  color:#fff8ec;
}
.dotg-thread-meta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:14px;
  color:rgba(232,220,200,.7);
}
.dotg-thread-layout{
  display:grid;
  grid-template-columns:minmax(0, 2fr) 320px;
  gap:20px;
}
.dotg-thread-main{
  display:grid;
  gap:16px;
}
.dotg-thread-summary{
  position:relative;
  padding:16px 20px;
}
.dotg-post{
  position:relative;
  display:grid;
  grid-template-columns:220px minmax(0, 1fr);
  overflow:hidden;
}
.dotg-post-author{
  padding:20px 18px;
  background:rgba(0,0,0,.18);
  border-right:1px solid rgba(255,255,255,.05);
}
.dotg-avatar{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(240,196,90,.12);
  color:#f0c45a;
  border:1px solid rgba(240,196,90,.22);
  font-family:'Cinzel', serif;
  font-size:1.15rem;
}
.dotg-author-name{
  margin-top:10px;
  color:#fff8ec;
  font-family:'Cinzel', serif;
  font-size:1.08rem;
}
.dotg-author-badge{
  margin-top:8px;
  color:#f0c45a;
  font-size:.86rem;
}
.dotg-author-sub{
  margin-top:12px;
  color:rgba(232,220,200,.6);
  font-size:.92rem;
  line-height:1.6;
}
.dotg-post-body{
  min-width:0;
  padding:20px 22px;
}
.dotg-post-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.dotg-post-date{
  color:rgba(232,220,200,.62);
}
.dotg-post-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.dotg-post-actions a{
  color:#f0c45a;
  text-decoration:none;
}
.dotg-post-actions a:hover{
  color:#fff8ec;
}
.dotg-post-content{
  padding-top:14px;
  line-height:1.9;
  color:rgba(232,220,200,.88);
}
.dotg-reply-box{
  position:relative;
  padding:20px 22px;
}
.dotg-reply-box h2{
  margin:0 0 14px;
  color:#fff8ec;
  font-family:'Cinzel', serif;
  font-size:1.45rem;
}
.dotg-field,
.dotg-textarea{
  width:100%;
  box-sizing:border-box;
  border-radius:14px;
  border:1px solid rgba(240,196,90,.14);
  background:rgba(0,0,0,.22);
  color:#e8dcc8;
  padding:.95rem 1rem;
  font:inherit;
  transition:border-color .16s ease, box-shadow .16s ease;
}
.dotg-field:focus,
.dotg-textarea:focus{
  outline:none;
  border-color:rgba(240,196,90,.32);
  box-shadow:0 0 0 3px rgba(240,196,90,.07);
}
.dotg-textarea{
  min-height:220px;
  resize:vertical;
}
.dotg-form-error{
  margin-top:10px;
  color:#ff8d8d;
  min-height:20px;
}
.dotg-form-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:14px;
}
.dotg-label{
  display:block;
  margin:0 0 8px;
  color:#f0c45a;
  font-family:'Cinzel', serif;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.76rem;
}
.dotg-divider{
  height:1px;
  background:linear-gradient(to right, transparent, rgba(240,196,90,.25), transparent);
  margin:6px 0 10px;
}
.dotg-empty{
  padding:24px;
  border-radius:18px;
  border:1px dashed rgba(240,196,90,.18);
  color:rgba(232,220,200,.7);
  background:rgba(0,0,0,.12);
}
@media (max-width:980px){
  .dotg-layout,
  .dotg-thread-layout,
  .dotg-stats-grid{
    grid-template-columns:1fr;
  }
  .dotg-nav-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .dotg-post{
    grid-template-columns:1fr;
  }
  .dotg-post-author{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.05);
  }
}

.dotg-mini-badge{
  min-width:18px;
  height:18px;
  padding:0 6px;
  border-radius:999px;
  background:linear-gradient(135deg, #f0c45a, #c9972b);
  color:#060408;
  font-family:'Cinzel', serif;
  font-size:.68rem;
  align-items:center;
  justify-content:center;
  margin-left:6px;
}
.dotg-alert-nav-wrap{
  position:relative;
  display:flex;
  align-items:center;
}
.dotg-alert-bell-btn{
  position:relative;
}
.dotg-alert-dropdown{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  width:min(380px, 92vw);
  background:linear-gradient(to bottom, rgba(17,14,20,.96), rgba(12,10,15,.98));
  border:1px solid rgba(240,196,90,.18);
  border-radius:18px;
  box-shadow:0 20px 48px rgba(0,0,0,.38);
  padding:14px;
  z-index:80;
}
.dotg-alert-dropdown-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.dotg-alert-dropdown-head strong{
  color:#fff8ec;
  font-family:'Cinzel', serif;
  font-size:.95rem;
}
.dotg-alert-dropdown-link{
  color:#f0c45a;
  text-decoration:none;
  font-size:.88rem;
}
.dotg-alert-dropdown-list{
  display:grid;
  gap:10px;
  max-height:420px;
  overflow:auto;
}
.dotg-alert-dropdown-item{
  padding:12px 12px 10px;
  border-radius:14px;
  background:rgba(255,255,255,.02);
  border:1px solid rgba(255,255,255,.04);
}
.dotg-alert-dropdown-title{
  display:block;
  color:#fff8ec;
  text-decoration:none;
  font-family:'Cinzel', serif;
  font-size:.96rem;
  line-height:1.3;
}
.dotg-alert-dropdown-title:hover{
  color:#f0c45a;
}
.dotg-alert-dropdown-body{
  margin-top:6px;
  color:rgba(232,220,200,.75);
  font-size:.95rem;
  line-height:1.55;
}
.dotg-alert-dropdown-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:8px;
  color:rgba(232,220,200,.58);
  font-size:.82rem;
}
.dotg-alert-dropdown-mark{
  background:none;
  border:none;
  color:#f0c45a;
  cursor:pointer;
  font:inherit;
}
.dotg-alert-dropdown-empty{
  color:rgba(232,220,200,.7);
  padding:8px 2px;
}
.dotg-alert-unread{
  border-color:rgba(240,196,90,.3);
  box-shadow:0 0 0 1px rgba(240,196,90,.08), 0 18px 40px rgba(0,0,0,.28);
}
.dotg-alert-read{
  opacity:.92;
}
