/* WASP classic bulletin board // military forum index */
body[data-page="forum"] .forum-command{min-height:210px;grid-template-columns:125px minmax(0,1fr) auto;gap:30px;padding:34px 38px}
body[data-page="forum"] .forum-command .forum-radar{width:110px;height:110px}
body[data-page="forum"] .forum-command .page-title{font-size:clamp(48px,6vw,78px);line-height:.82}
body[data-page="forum"] .forum-command>div>p:last-child{max-width:650px;font-size:11px;line-height:1.65}

.forum-bulletin{margin:25px 0 34px;border:1px solid #38372e;background:#0c0c0a;box-shadow:0 18px 50px rgba(0,0,0,.28)}
.bulletin-index-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;border-bottom:1px solid #4d461f;background:linear-gradient(90deg,#1d1a0b,#11110d)}
.bulletin-index-head div{display:flex;align-items:center;gap:10px}
.bulletin-index-head i{width:8px;height:8px;background:#ffc800;box-shadow:0 0 13px rgba(255,200,0,.65)}
.bulletin-index-head h2{font:900 22px var(--display);letter-spacing:.035em;margin:0}
.bulletin-index-head span{font:800 8px var(--body);letter-spacing:.14em;color:#8b896f}
.bulletin-section{border-bottom:1px solid #303029}
.bulletin-section:last-child{border-bottom:0}
.bulletin-section-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:12px 18px;background:#171711;border-bottom:1px solid #333229}
.bulletin-section-head h3{font:900 17px var(--display);letter-spacing:.04em;margin:0;color:#ffc800}
.bulletin-section-head p{font-size:9px;color:#77756c;margin:3px 0 0}
.bulletin-section-head span{font:800 7px var(--body);letter-spacing:.12em;color:#8f8d81}
.bulletin-columns,.bulletin-row{display:grid;grid-template-columns:minmax(340px,1fr) 78px 78px minmax(210px,290px);align-items:stretch}
.bulletin-columns{min-height:30px;background:#090908;border-bottom:1px solid #292923;color:#6f6e65;font:800 7px var(--body);letter-spacing:.14em}
.bulletin-columns span{display:flex;align-items:center;padding:0 16px;border-left:1px solid #24241f}
.bulletin-columns span:first-child{border-left:0}
.bulletin-row{min-height:86px;border-bottom:1px solid #292923;background:#10100e;transition:background .18s,border-color .18s}
.bulletin-row:last-child{border-bottom:0}
.bulletin-row:hover{background:#17160f;border-color:#4f4822}
.bulletin-forum{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;align-items:center;padding:14px 18px}
.bulletin-forum>span{width:44px;height:44px;display:grid;place-items:center;border:1px solid #514a26;background:#14130d;color:#ffc800;font:900 19px var(--display)}
.bulletin-forum small{display:block;color:#8b896f;font:800 7px var(--body);letter-spacing:.12em}
.bulletin-forum h4{font:900 20px var(--display);margin:4px 0 2px;color:#f4f2e8}
.bulletin-forum p{font-size:9px;line-height:1.45;color:#7c7a71;margin:0}
.bulletin-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid #292923;color:#76756d;font:800 7px var(--body);letter-spacing:.08em}
.bulletin-stat b{font:900 19px var(--display);color:#e7e4d7;margin-bottom:3px}
.bulletin-latest{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:12px 16px;border-left:1px solid #292923}
.bulletin-latest small{color:#ffc800;font:800 7px var(--body);letter-spacing:.09em}
.bulletin-latest b{font:800 13px var(--display);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:5px 0 3px}
.bulletin-latest span{color:#77756d;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bulletin-empty{color:#5e5d55!important}
.bulletin-locked{display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:center;padding:16px 18px;background:#0b0b0a;border-top:1px solid #252520;color:#57564f}
.bulletin-locked>i{width:44px;height:44px;display:grid;place-items:center;border:1px solid #302f2a;font-style:normal}
.bulletin-locked h4{font:900 17px var(--display);margin:0 0 3px}
.bulletin-locked p{font-size:8px;margin:0}
.bulletin-locked>b{font:800 7px var(--body);letter-spacing:.12em;color:#6b6040}

@media(max-width:1000px){
  .bulletin-columns,.bulletin-row{grid-template-columns:minmax(300px,1fr) 64px 64px minmax(190px,240px)}
}
@media(max-width:760px){
  body[data-page="forum"] .forum-command{display:block;min-height:0;padding:26px 20px}
  body[data-page="forum"] .forum-command .forum-radar{display:none}
  body[data-page="forum"] .forum-command .forum-compose{width:100%;margin-top:22px}
  .bulletin-index-head{align-items:flex-start;flex-direction:column}
  .bulletin-columns{display:none}
  .bulletin-row{grid-template-columns:minmax(0,1fr) minmax(130px,38%)}
  .bulletin-forum{grid-template-columns:40px minmax(0,1fr);padding:13px 12px;gap:10px}
  .bulletin-forum>span{width:38px;height:38px}
  .bulletin-forum h4{font-size:17px}
  .bulletin-forum p{font-size:8px}
  .bulletin-stat{display:none}
  .bulletin-latest{padding:10px;border-left:1px solid #292923}
  .bulletin-latest b{font-size:11px}
  .bulletin-latest span{font-size:7px}
}
@media(max-width:470px){
  .bulletin-row{grid-template-columns:1fr}
  .bulletin-latest{border-left:0;border-top:1px solid #292923;padding-left:62px}
  .bulletin-locked{grid-template-columns:38px 1fr}.bulletin-locked>b{display:none}
}
