/* Nightboard 2026 unified visual system
   Extends the Forum Index 2026 language across the member-facing product and ACP. */
:root{
  --nb-canvas:#080d16;
  --nb-canvas-2:#0c1320;
  --nb-surface:#101a2a;
  --nb-surface-2:#142137;
  --nb-surface-3:#182842;
  --nb-line:rgba(148,173,207,.18);
  --nb-line-strong:rgba(111,205,238,.30);
  --nb-ink:#f2eadb;
  --nb-copy:#d6dce7;
  --nb-muted:#97a7bb;
  --nb-dim:#728299;
  --nb-cyan:#61c9ef;
  --nb-cyan-2:#91e3ff;
  --nb-cream:#f2d39a;
  --nb-danger:#ef8a86;
  --nb-good:#7ed8b1;
  --nb-radius:12px;
  --nb-radius-sm:8px;
  --nb-shadow:0 18px 50px rgba(0,0,0,.24);
}
html{background:var(--nb-canvas)}
body{
  color:var(--nb-copy);
  background:
   radial-gradient(900px 440px at 15% -5%,rgba(56,151,199,.10),transparent 64%),
   radial-gradient(760px 400px at 92% 3%,rgba(84,112,178,.08),transparent 65%),
   linear-gradient(180deg,var(--nb-canvas-2),var(--nb-canvas));
}
::selection{background:rgba(97,201,239,.28);color:#fff}

/* Global product shell */
.site-head{background:rgba(7,12,20,.91);border-bottom:1px solid var(--nb-line);box-shadow:0 8px 28px rgba(0,0,0,.18)}
.site-head .top{min-height:72px}
.brand-name{color:var(--nb-ink)}
.brand-name strong{color:var(--nb-cream)}
.brandmark{border-color:var(--nb-cyan);box-shadow:0 0 20px rgba(97,201,239,.13)}
.nav a{color:var(--nb-muted);border-radius:7px}
.nav a:hover{color:var(--nb-ink);background:rgba(255,255,255,.035)}
.nav a.on{color:var(--nb-ink);background:rgba(97,201,239,.07)}
.nav a.on:after{background:var(--nb-cyan)}
.nav-count{background:var(--nb-cyan);color:#07111a}

/* Consistent page hierarchy */
main.shell{padding-top:24px;padding-bottom:46px}
h1,h2,h3,.card-heading,.detail-head strong,.acp-pagehead h1{color:var(--nb-ink)}
h1{letter-spacing:-.02em}
.crumb,.muted,.hint,small{color:var(--nb-muted)}
hr{border:0;border-top:1px solid var(--nb-line)}
a:hover{color:var(--nb-cyan-2)}

/* Shared surfaces: fewer arbitrary cards, one coherent material */
.panel,.box,.card,.auth-card,.agreement-box,.advanced-row,.event-row,.classic-row,.classic-event,
.board-context-card,.check-card,.editorial-rules,.extension-meta,.acp-block,.acp-list,.acp-filter,.acp-quicksearch,
.profile-card,.profile-panel,.message-panel,.conversation-card,.conversation-thread,.search-panel,.member-card{
  border:1px solid var(--nb-line)!important;
  border-radius:var(--nb-radius)!important;
  background:linear-gradient(145deg,rgba(20,32,51,.90),rgba(11,18,31,.94))!important;
  box-shadow:var(--nb-shadow);
}
.panel,.box,.card{overflow:hidden}
.card-heading,.acp-block-head,.context-section-title{
  color:var(--nb-cream)!important;
  border-bottom-color:var(--nb-line)!important;
  background:linear-gradient(90deg,rgba(97,201,239,.055),rgba(255,255,255,.012))!important;
}

/* Buttons / chips / badges */
.btn,button.btn,input[type=submit],button[type=submit]{
  border:1px solid rgba(97,201,239,.26);
  border-radius:8px;
  background:rgba(97,201,239,.08);
  color:var(--nb-cyan-2);
  min-height:38px;
  font-weight:700;
  transition:background .15s,border-color .15s,transform .15s,color .15s;
}
.btn:hover,button.btn:hover,input[type=submit]:hover,button[type=submit]:hover{
  background:rgba(97,201,239,.14);border-color:rgba(97,201,239,.52);color:#fff;transform:translateY(-1px)
}
.btn.primary,.primary.btn,.btn.teal{background:linear-gradient(180deg,#1f88ad,#176d91);border-color:#53c8ef;color:#fff;box-shadow:0 8px 20px rgba(21,111,149,.20)}
.btn.danger,.danger.btn{background:rgba(239,138,134,.08);border-color:rgba(239,138,134,.32);color:#ffaaa6}
.badge,.chip,.role,.trust,.status-pill{border-radius:999px!important;border:1px solid var(--nb-line-strong)!important;background:rgba(97,201,239,.07)!important;color:var(--nb-cyan-2)!important}

/* Forms */
input[type=text],input[type=email],input[type=password],input[type=search],input[type=date],input[type=datetime-local],input[type=number],input[type=url],textarea,select{
  min-height:42px;border:1px solid var(--nb-line)!important;border-radius:8px!important;background:#0b1422!important;color:var(--nb-ink)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.02);outline:none
}
textarea{min-height:130px;line-height:1.55}
input:focus,textarea:focus,select:focus{border-color:rgba(97,201,239,.55)!important;box-shadow:0 0 0 3px rgba(97,201,239,.08)!important}
label{color:var(--nb-copy)}
.editor-hint,.editor-help{color:var(--nb-muted)}

/* Tables and dense lists */
table{border-collapse:separate;border-spacing:0;width:100%}
th{color:var(--nb-muted);background:rgba(255,255,255,.025);font-size:.78rem;text-transform:uppercase;letter-spacing:.045em}
th,td{border-bottom:1px solid var(--nb-line);padding:12px 13px}
tbody tr:hover td{background:rgba(97,201,239,.025)}

/* Board / discussion listing */
.board-layout,.board-layout-social{gap:18px}
.board-context-rail{border-radius:var(--nb-radius)}
.board-context-card{box-shadow:none!important}
.board-context-head{border-bottom:1px solid var(--nb-line)}
.board-context-stats strong,.board-pulse strong{color:var(--nb-cream)}
.discussion-standard,.discussion-row,.thread-row{
  border-color:var(--nb-line)!important;background:linear-gradient(135deg,rgba(19,31,49,.86),rgba(11,18,29,.91))!important
}
.discussion-standard:hover,.discussion-row:hover,.thread-row:hover{background:linear-gradient(135deg,rgba(24,41,61,.94),rgba(12,22,35,.96))!important;border-color:rgba(97,201,239,.29)!important}
.discussion-standard h3 a,.thread-row h3 a{color:var(--nb-ink)}
.discussion-standard h3 a:hover,.thread-row h3 a:hover{color:var(--nb-cyan-2)}
.discussion-filter-tabs,.tabs,.member-tabbar{border-bottom:1px solid var(--nb-line)}
.discussion-filter-tabs a,.tabs a,.member-tabbar a{color:var(--nb-muted)}
.discussion-filter-tabs a.on,.tabs a.on,.member-tabbar a.active{color:var(--nb-cyan-2);border-bottom-color:var(--nb-cyan)}
.pagination a,.pagination span{border-color:var(--nb-line)!important;background:rgba(17,28,45,.82)!important;color:var(--nb-muted)!important}
.pagination .active,.pagination a:hover{color:#fff!important;border-color:rgba(97,201,239,.4)!important;background:rgba(97,201,239,.09)!important}

/* Thread / post reading */
.editorial-thread-head{border:1px solid var(--nb-line);border-radius:var(--nb-radius);background:linear-gradient(145deg,rgba(21,34,54,.86),rgba(9,16,27,.94));box-shadow:var(--nb-shadow)}
.discussion-post{border-radius:var(--nb-radius)!important;border-color:var(--nb-line)!important;background:linear-gradient(145deg,rgba(19,31,49,.94),rgba(9,15,26,.97))!important}
.post-author{background:linear-gradient(180deg,rgba(28,44,68,.90),rgba(14,23,38,.94))!important;border-right-color:var(--nb-line)!important}
.author-identity h3 a{color:var(--nb-cream)!important}
.post-content{color:#e8e4dc!important;font-size:17px!important;line-height:1.72!important}
.postmeta,.post-actions{border-color:var(--nb-line)!important;background:rgba(5,10,18,.25)!important}
.post-number{border-color:rgba(97,201,239,.25)!important;color:var(--nb-cyan-2)!important}
.post-content blockquote{background:rgba(97,201,239,.045)!important;border-left-color:var(--nb-cyan)!important}

/* Search and What's New */
.editorial-page,.search-layout{max-width:1180px;margin-inline:auto}
.editorial-lead{color:var(--nb-muted);font-size:1.05rem}
.search-panel{padding:18px}
.search-result,.advanced-row{border-bottom:1px solid var(--nb-line)!important}
.search-result:last-child,.advanced-row:last-child{border-bottom:0!important}

/* Members / profiles */
.member-grid,.profile-grid{gap:16px}
.member-card,.profile-card{transition:.15s}
.member-card:hover{transform:translateY(-2px);border-color:rgba(97,201,239,.31)!important}
.member-card .avatar,.profile-card .avatar,.account-avatar{box-shadow:0 0 0 3px rgba(97,201,239,.06),0 8px 24px rgba(0,0,0,.24)}
.profile-hero,.profile-header{border:1px solid var(--nb-line)!important;border-radius:var(--nb-radius)!important;background:linear-gradient(135deg,rgba(28,47,71,.94),rgba(10,17,29,.96))!important;box-shadow:var(--nb-shadow)}
.profile-hero h1,.profile-header h1{color:var(--nb-ink)!important}
.profile-stat strong{color:var(--nb-cream)}
.profile-wall-item,.activity-admin-item{border-bottom-color:var(--nb-line)!important}

/* Private messages: forum-native but visually unified */
.messages-shell,.messages-layout{gap:18px}
.message-panel,.conversation-card,.conversation-thread{box-shadow:none!important}
.pm-toolbar,.conversation-toolbar,.message-toolbar{border-color:var(--nb-line)!important;background:rgba(255,255,255,.018)!important}
.conversation-card:hover{border-color:rgba(97,201,239,.32)!important;background:linear-gradient(145deg,rgba(25,42,62,.94),rgba(12,20,34,.96))!important}
.conversation-card.is-unread{box-shadow:inset 3px 0 0 var(--nb-cyan)!important}
.message-bubble,.conversation-message{border-color:var(--nb-line)!important;background:rgba(15,26,43,.78)!important}

/* Calendar / saved / classic feature surfaces */
.classic-calendar-layout,.classic-list,.classic-preferences{gap:16px}
.classic-event,.classic-row,.event-row{box-shadow:none!important}
.classic-event:hover,.classic-row:hover{border-color:rgba(97,201,239,.28)!important}

/* Authentication / reset-password */
.auth-card{max-width:560px;margin:42px auto;padding:28px!important}
.auth-card h1,.auth-card h2{color:var(--nb-cream)}
.auth-switch{border-top:1px solid var(--nb-line);color:var(--nb-muted)}
.agreement-box{box-shadow:none!important;color:var(--nb-muted)}

/* Alerts / notifications */
.alert{border:1px solid var(--nb-line)!important;border-radius:9px!important;background:rgba(18,30,48,.86)!important}
.alert.unread,.alert.is-unread{box-shadow:inset 3px 0 0 var(--nb-cyan)}
.alert-button{border-color:var(--nb-line)!important}

/* ACP: same family, deliberately denser */
body.page-admin{background:linear-gradient(180deg,#09101a,#070b12)}
.acp{--nb-radius:9px;color:var(--nb-copy)}
.acp .acp-block,.acp .acp-list,.acp .acp-filter,.acp .acp-quicksearch{box-shadow:0 10px 30px rgba(0,0,0,.17)!important}
.acp-pagehead{padding-bottom:14px;border-bottom:1px solid var(--nb-line)}
.acp-pagehead h1{font-size:28px}
.acp-block-head{padding:11px 14px!important}
.acp-block-body{padding:14px!important}
.acp-list-row{border-color:var(--nb-line)!important;background:transparent!important}
.acp-list-row:hover{background:rgba(97,201,239,.025)!important}
.acp-icon{background:rgba(97,201,239,.07)!important;color:var(--nb-cyan-2)!important;border-color:rgba(97,201,239,.18)!important}
.acp-notice{border-radius:8px!important;border-color:var(--nb-line)!important;background:rgba(19,31,49,.85)!important}
.acp-notice--warn{border-color:rgba(242,211,154,.26)!important;background:rgba(242,211,154,.045)!important}
.admin-field-grid{gap:14px!important}
.detail-form,.admin-row{border-color:var(--nb-line)!important}

/* Navigation drawers / menus */
.account-menu,.dropdown,.menu,.nav-drawer{border:1px solid var(--nb-line)!important;border-radius:10px!important;background:#0c1625!important;box-shadow:0 18px 45px rgba(0,0,0,.34)!important}
.account-menu a,.dropdown a,.menu a{color:var(--nb-copy)}
.account-menu a:hover,.dropdown a:hover,.menu a:hover{background:rgba(97,201,239,.055);color:#fff}

/* Empty states should feel deliberate rather than broken */
.empty-state,.empty-member-results,.empty-forum{border:1px dashed rgba(148,173,207,.24)!important;border-radius:var(--nb-radius)!important;background:rgba(15,25,40,.45)!important;color:var(--nb-muted)!important}
.empty-forum-mark{color:var(--nb-cyan)}

/* Responsive harmonization */
@media(max-width:900px){
  main.shell{padding-top:18px}
  .discussion-post{grid-template-columns:150px minmax(0,1fr)}
  .post-content{font-size:16.5px!important;padding-inline:22px!important}
}
@media(max-width:700px){
  :root{--nb-radius:10px}
  .panel,.box,.card,.auth-card,.acp-block{box-shadow:0 12px 32px rgba(0,0,0,.17)}
  .discussion-post{display:block}
  .post-author{border-right:0!important;border-bottom:1px solid var(--nb-line)!important}
  .auth-card{margin:18px auto;padding:20px!important}
  th,td{padding:10px 8px}
}

/* Nightboard 2026 — Member identity rail v3 */
.discussion-post{grid-template-columns:294px minmax(0,1fr);border-color:rgba(89,190,218,.22);overflow:hidden;background:linear-gradient(135deg,rgba(10,25,40,.98),rgba(7,18,31,.99));box-shadow:0 18px 50px rgba(0,0,0,.20)}
.post-author{overflow:hidden;background:linear-gradient(180deg,#0c263d 0%,#0a1e31 40%,#091827 100%);border-right:1px solid rgba(103,205,227,.22)}
.post-author:before{display:none}
.post-author-card{position:sticky;top:92px;padding:0 22px 24px;gap:0;isolation:isolate}
.post-author-atmosphere{position:absolute;inset:0 0 auto;height:158px;overflow:hidden;z-index:-1;background:radial-gradient(circle at 62% 21%,rgba(119,219,239,.16),transparent 23%),linear-gradient(180deg,rgba(12,48,76,.90),rgba(8,30,49,.22) 78%,transparent)}
.post-author-atmosphere:before,.post-author-atmosphere:after{content:"";position:absolute;inset:auto -25% 0;height:70px;background:linear-gradient(155deg,transparent 44%,rgba(3,13,24,.70) 45% 57%,transparent 58%);opacity:.65;transform:skewX(-10deg)}
.post-author-atmosphere:after{left:14%;right:-45%;height:52px;opacity:.45;transform:skewX(12deg)}
.post-author-atmosphere span{position:absolute;width:3px;height:3px;border-radius:50%;background:#f4e6bd;left:77%;top:27px;box-shadow:-151px 12px 0 rgba(255,255,255,.55),-92px -8px 0 rgba(255,255,255,.35),31px 34px 0 rgba(255,255,255,.28)}
.post-author-atmosphere i{position:absolute;left:24px;right:24px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(78,216,231,.34),transparent)}
.post-author-avatar.avatar{position:relative;width:112px;height:112px;min-width:112px;margin:52px 0 12px;border:2px solid rgba(87,224,229,.76);box-shadow:0 0 0 7px rgba(13,50,69,.88),0 0 0 8px rgba(85,215,229,.22),0 14px 36px rgba(0,0,0,.48)}
.author-presence-dot{position:absolute;right:2px;bottom:8px;width:19px;height:19px;border-radius:50%;border:4px solid #0a2135;background:#6d7a87;box-shadow:0 0 0 1px rgba(255,255,255,.12)}
.author-presence-dot.is-online{background:#4bd18a;box-shadow:0 0 14px rgba(75,209,138,.55),0 0 0 1px rgba(255,255,255,.12)}
.post-author .author-identity h3{margin:0 0 4px;font-size:29px;line-height:1;color:#f2cb86;text-shadow:0 1px 0 rgba(0,0,0,.45)}
.post-author .author-identity h3 a{color:inherit}
.post-author .role{min-height:0;font-size:12px;letter-spacing:.04em;color:#62d9e8;text-transform:none}
.post-author-tagline{margin:6px 0 0;color:#ddd2c0;font:italic 15px/1.35 var(--serif)}
.post-author .role-badge,.post-author .badge{margin-top:4px}
.post-author-groups{margin:18px 0 0;gap:8px}
.post-author-groups span{padding:7px 11px;border-color:rgba(83,206,225,.28);background:rgba(25,96,122,.13);color:#8bdce8;font-size:9px;letter-spacing:.09em}
.post-author-presence{width:100%;display:flex;align-items:center;gap:10px;margin:18px 0 12px;padding:12px 2px;border-top:1px solid rgba(107,186,211,.15);border-bottom:1px solid rgba(107,186,211,.12);text-align:left}
.post-author-presence>span{width:9px;height:9px;border-radius:50%;background:#798797;box-shadow:0 0 0 4px rgba(121,135,151,.08)}
.post-author-presence.is-online>span{background:#4bd18a;box-shadow:0 0 12px rgba(75,209,138,.4)}
.post-author-presence div{display:grid;gap:2px}.post-author-presence b{font:600 12px/1.2 var(--body);color:#7ee5b2}.post-author-presence.is-away b{color:#bac6d1}.post-author-presence small{font-size:11px;color:#8394a7}
.post-author-stats{width:100%;border:1px solid rgba(103,183,208,.14)!important;border-radius:8px;overflow:hidden;background:rgba(3,14,25,.20);margin:0!important}
.post-author-stats>div{min-height:82px!important;display:flex!important;flex-direction:column;justify-content:center;align-items:center;padding:11px 7px!important;border-color:rgba(103,183,208,.14)!important}
.post-author-stats dt{order:2;margin-top:7px!important;color:#8291a3!important;font-size:10px!important;letter-spacing:.05em!important}
.post-author-stats dd{order:1;color:#f2e5ca!important;font-size:22px!important;line-height:1!important}.post-author-stats>div:nth-child(4) dd{font-size:17px!important;color:#f0c985!important}
.post-author-detail{width:100%;display:grid;grid-template-columns:24px 1fr;gap:8px;margin-top:16px;padding:10px 2px;text-align:left;color:#8092a5}.post-author-detail>span{font-size:18px}.post-author-detail div{display:grid;gap:3px}.post-author-detail small{font-size:10px;text-transform:uppercase;letter-spacing:.08em}.post-author-detail b{color:#c9d2d8;font:500 12px/1.35 var(--body)}
.post-author-actions{width:100%;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(103,183,208,.14)}
.post-author-actions .author-profile-button{grid-column:1/-1;min-height:48px;font-size:12px!important;text-transform:none!important;letter-spacing:0!important;color:#eef5f2!important;background:linear-gradient(90deg,rgba(13,132,168,.70),rgba(22,70,112,.62))!important;border-color:rgba(75,216,235,.48)!important;box-shadow:inset 0 1px rgba(255,255,255,.08)}
.post-author-actions .author-profile-button span{margin-left:auto;font-size:20px;color:#66d8e7}.post-author-actions>a:not(.author-profile-button),.post-author-actions form button{width:100%;min-height:36px;border:0;background:transparent;color:#66d8e7;font:600 11px/1 var(--body);cursor:pointer}.post-author-actions>a:not(.author-profile-button):hover,.post-author-actions form button:hover{color:#fff}
.post-main{background:radial-gradient(circle at 82% 2%,rgba(32,102,128,.08),transparent 30%),linear-gradient(180deg,rgba(7,21,35,.94),rgba(7,19,31,.98))}
.post-reading-area{padding-left:44px;padding-right:44px}.post-content.prose{max-width:880px;font-size:18px;line-height:1.72;color:#ece7dc}.post-header{padding-left:42px;padding-right:28px;background:rgba(2,12,22,.26)}
@media(max-width:980px){.discussion-post{grid-template-columns:220px minmax(0,1fr)}.post-author-card{padding-left:14px;padding-right:14px}.post-author-avatar.avatar{width:88px;height:88px;min-width:88px}.post-author .author-identity h3{font-size:23px}.post-author-groups span{padding:5px 7px}.post-reading-area{padding-left:30px;padding-right:30px}}
@media(max-width:680px){.discussion-post{grid-template-columns:1fr}.post-author-card{position:static;display:grid;grid-template-columns:58px minmax(0,1fr) auto;grid-template-rows:auto auto;padding:12px 14px}.post-author-atmosphere{height:100%;opacity:.35}.post-author-avatar.avatar{width:54px;height:54px;min-width:54px;margin:0;grid-row:1/3;box-shadow:0 0 0 3px rgba(13,50,69,.7)}.author-presence-dot{width:13px;height:13px;border-width:3px;bottom:2px}.post-author .author-identity h3{font-size:18px}.post-author-tagline,.post-author-groups,.post-author-presence,.post-author-stats,.post-author-detail,.post-author-actions{display:none}.post-reading-area{padding-left:18px;padding-right:18px}.post-header{padding-left:14px}}

/* Nightboard canonical 2026 — richer discussion identity */
body.page-thread .thread-content{max-width:1320px;margin-inline:auto}
body.page-thread .discussion-post{grid-template-columns:294px minmax(0,1fr)!important;border-color:rgba(104,181,209,.24)!important;background:linear-gradient(105deg,rgba(9,24,39,.985) 0 294px,rgba(8,19,31,.985) 294px)!important;box-shadow:0 20px 55px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.025)!important;overflow:hidden}
body.page-thread .post-author{border-right:1px solid rgba(104,181,209,.18)!important;background:linear-gradient(180deg,rgba(14,43,67,.55),rgba(8,24,39,.72))!important}
body.page-thread .post-author-card{min-height:100%;padding:0 20px 22px!important}
body.page-thread .post-author-atmosphere{position:relative;height:190px!important;margin:0 -20px -70px!important;background:radial-gradient(circle at 73% 18%,rgba(245,226,180,.42) 0 3px,transparent 4px),radial-gradient(circle at 30% 35%,rgba(122,213,236,.14),transparent 36%),linear-gradient(180deg,rgba(8,39,63,.96),rgba(8,29,47,.2))!important;border-bottom:1px solid rgba(104,181,209,.12);overflow:hidden}
body.page-thread .post-author-atmosphere:before{content:"";position:absolute;left:-6%;right:-6%;bottom:-6px;height:84px;background:linear-gradient(155deg,transparent 28%,rgba(15,62,87,.52) 29% 48%,transparent 49%),linear-gradient(205deg,transparent 34%,rgba(12,50,73,.46) 35% 55%,transparent 56%);opacity:.72}
body.page-thread .post-author-atmosphere:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 28%,rgba(255,255,255,.48) 0 1px,transparent 2px),radial-gradient(circle at 54% 16%,rgba(255,255,255,.42) 0 1px,transparent 2px),radial-gradient(circle at 84% 34%,rgba(255,255,255,.34) 0 1px,transparent 2px);opacity:.7}
body.page-thread .post-author-avatar.avatar{width:122px!important;height:122px!important;min-width:122px!important;margin-top:8px!important;border:1px solid rgba(96,219,238,.78)!important;box-shadow:0 0 0 6px rgba(4,22,35,.85),0 0 0 7px rgba(73,203,226,.24),0 14px 30px rgba(0,0,0,.34)!important}
body.page-thread .author-presence-dot{right:7px!important;bottom:9px!important;width:19px!important;height:19px!important;border:4px solid #081827!important}
body.page-thread .post-author .author-identity{margin-top:18px!important}
body.page-thread .post-author .author-identity h3{font-size:30px!important;letter-spacing:-.02em!important;text-shadow:0 2px 12px rgba(0,0,0,.25)}
body.page-thread .post-author .author-identity h3 a{color:#f2d196!important}
body.page-thread .post-author .author-identity .role{margin-top:4px!important;color:#66d4ea!important;font-size:15px!important}
body.page-thread .post-author-tagline{margin:8px auto 4px!important;max-width:230px;color:#d7d1c8!important;font:italic 14px/1.45 var(--serif)!important}
body.page-thread .post-author-groups{margin-top:15px!important;gap:7px!important;justify-content:center}
body.page-thread .post-author-groups span{padding:6px 11px!important;border-radius:6px!important;background:rgba(10,35,53,.7)!important;border:1px solid rgba(91,190,218,.28)!important;color:#7dd7eb!important;font-size:10px!important;letter-spacing:.09em!important;text-transform:uppercase}
body.page-thread .post-author-presence{width:100%;margin-top:18px!important;padding:13px 10px!important;border-top:1px solid rgba(104,181,209,.12);border-bottom:1px solid rgba(104,181,209,.12);text-align:left}
body.page-thread .post-author-stats{margin-top:16px!important;display:grid!important;grid-template-columns:1fr 1fr!important}
body.page-thread .post-author-stats>div{min-height:92px!important}
body.page-thread .post-author-stats dd{font-family:var(--serif)!important;font-weight:700!important}
body.page-thread .post-author-detail{margin-top:12px!important;padding:13px 8px!important;border-bottom:1px solid rgba(104,181,209,.11)}
body.page-thread .post-author-actions{margin-top:15px!important}
body.page-thread .post-main{background:linear-gradient(180deg,rgba(10,24,38,.94),rgba(7,18,29,.985))!important}
body.page-thread .post-header{min-height:70px!important;padding:0 34px!important;border-bottom:1px solid rgba(104,181,209,.15)!important;background:rgba(255,255,255,.008)!important}
body.page-thread .post-reading-area{padding:38px 42px 30px!important}
body.page-thread .post-content{max-width:790px!important;margin:0 auto!important;color:#eee7dc!important;font:500 18px/1.68 var(--serif)!important;letter-spacing:-.005em}
body.page-thread .post-content p{margin:0 0 1.5em!important}
body.page-thread .post-content h1,body.page-thread .post-content h2,body.page-thread .post-content h3{color:#f1d39e!important;line-height:1.2!important;margin-top:1.7em!important}
body.page-thread .post-content blockquote{border-left:2px solid #5bc8df!important;background:rgba(36,95,120,.10)!important;border-radius:0 8px 8px 0!important;color:#dce8eb!important}
body.page-thread .post-actions{min-height:66px!important;padding:0 34px!important;border-top:1px solid rgba(104,181,209,.15)!important;background:rgba(3,13,22,.28)!important}
body.page-thread .post-primary-actions a,body.page-thread .post-social-actions button,body.page-thread .post-social-actions a{color:#66d5ea!important}
body.page-thread .post-reply-action{padding:8px 13px!important;border:1px solid rgba(84,205,229,.35)!important;border-radius:6px;background:rgba(30,125,157,.12)}
@media(max-width:900px){body.page-thread .discussion-post{grid-template-columns:224px minmax(0,1fr)!important;background:linear-gradient(105deg,rgba(9,24,39,.985) 0 224px,rgba(8,19,31,.985) 224px)!important}body.page-thread .post-author-avatar.avatar{width:94px!important;height:94px!important;min-width:94px!important}body.page-thread .post-reading-area{padding:30px 28px!important}body.page-thread .post-content{font-size:17px!important}}
@media(max-width:680px){body.page-thread .discussion-post{grid-template-columns:1fr!important;background:#091727!important}body.page-thread .post-author{border-right:0!important;border-bottom:1px solid rgba(104,181,209,.16)!important}body.page-thread .post-author-card{padding:12px 14px!important}body.page-thread .post-author-atmosphere{margin:0!important;height:100%!important}body.page-thread .post-reading-area{padding:24px 18px!important}body.page-thread .post-content{font-size:16.5px!important;line-height:1.62!important}body.page-thread .post-header,body.page-thread .post-actions{padding-left:16px!important;padding-right:16px!important}}
