/* Populated personnel record lists: topics, participation, replies and activity. */
.profile-tab-body{background:#0d1217}
.profile-record-section{padding:20px;background:#0d1217}
.profile-record-section+.profile-record-section{border-top:1px solid #303741}
.secondary-record-section{background:#0f141a}
.profile-record-heading{
 display:flex;
 align-items:flex-end;
 justify-content:space-between;
 gap:18px;
 margin-bottom:14px;
 padding-bottom:13px;
 border-bottom:1px solid #2c343d;
}
.profile-record-heading>div:first-child span{display:block;color:#7e8790;font:9px var(--mono);letter-spacing:.14em}
.profile-record-heading h2{margin:4px 0 0;font:600 20px var(--serif);letter-spacing:.04em}
.profile-record-heading>div:last-child{text-align:right}
.profile-record-heading>div:last-child strong{display:block;color:var(--polish-gold-soft);font:600 24px var(--serif)}
.profile-record-heading>div:last-child small{display:block;color:#767f88;font-size:10px}
.profile-record-list{display:grid;gap:9px}
.profile-record-row{
 display:grid;
 grid-template-columns:44px minmax(0,1fr) auto;
 gap:13px;
 align-items:start;
 min-width:0;
 padding:14px;
 border:1px solid #303843;
 background:linear-gradient(145deg,#151b22,#0e1319);
 color:inherit;
 text-decoration:none;
 transition:border-color .16s ease,background .16s ease,transform .16s ease;
}
.profile-record-row:hover,.profile-record-row:focus-visible{
 border-color:#665a3d;
 background:#171d24;
 transform:translateY(-1px);
 outline:none;
}
.profile-record-icon{
 display:grid;
 place-items:center;
 width:42px;
 min-height:42px;
 border:1px solid #4b5560;
 background:#0e141a;
 color:#d7bf7e;
 font:11px var(--mono);
}
.profile-record-main{min-width:0}
.profile-record-main strong{
 display:block;
 color:#ebe6db;
 font-size:14px;
 line-height:1.55;
 overflow-wrap:anywhere;
}
.profile-record-main small{display:block;margin-top:3px;color:#7f8891;font-size:10px;line-height:1.55}
.profile-record-main p{
 margin:8px 0 0;
 color:#aeb4ba;
 font-size:12px;
 line-height:1.75;
 display:-webkit-box;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical;
 overflow:hidden;
}
.profile-record-side{
 display:flex;
 flex-direction:column;
 align-items:flex-end;
 gap:9px;
 min-width:108px;
 color:#717a83;
 text-align:right;
}
.profile-record-side time{font:9px var(--mono);white-space:nowrap}
.profile-record-side b{color:#bba66d;font-size:10px;font-weight:500;white-space:nowrap}
.profile-record-empty{
 padding:26px 20px;
 border:1px dashed #39424c;
 background:#0c1116;
 text-align:center;
}
.profile-record-empty strong{display:block;color:#c7cbd0;font-size:13px}
.profile-record-empty span{display:block;margin-top:6px;color:#747d86;font-size:11px;line-height:1.7}
.profile-tab-panel.profile-tab-loading{opacity:.7}

@media(max-width:700px){
 .profile-record-section{padding:15px}
 .profile-record-heading{display:block}
 .profile-record-heading>div:last-child{display:flex;align-items:center;gap:8px;margin-top:8px;text-align:left}
 .profile-record-heading>div:last-child strong{font-size:19px}
 .profile-record-row{grid-template-columns:38px minmax(0,1fr);gap:11px;padding:12px}
 .profile-record-icon{width:36px;min-height:36px;font-size:10px}
 .profile-record-side{
  grid-column:2;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  min-width:0;
  width:100%;
  text-align:left;
 }
 .profile-record-main strong{font-size:13px}
 .profile-record-main p{font-size:11px;-webkit-line-clamp:3}
}

@media(prefers-reduced-motion:reduce){
 .profile-record-row{transition:none}
 .profile-record-row:hover{transform:none}
}
