
.pm-comment-actionrow{
  display:flex;
  align-items:center;
  gap:10px;
  margin:6px 0 0;
}
.pm-comment-actionrow .actionbar{
  margin:0 0 0 auto;
}
.pm-comment-actionrow .bc-toggle-inline{
  white-space:nowrap;
  word-break:keep-all;
  display:inline-flex;
  align-items:center;
  gap:3px;
  font-size:14px;
  padding:10px 14px;
  border-radius:12px;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:rgba(18,22,32,.72);
  text-decoration:none;
  cursor:pointer;
}
.pm-comment-actionrow .bc-toggle-inline #bcCountText{
  display:inline-flex;
  align-items:center;
  line-height:1;
  font-size:12px;
}
@media (hover:hover) and (pointer:fine){
.pm-comment-actionrow .bc-toggle-inline:hover{
  border-color:transparent !important;
  background:transparent !important;
  box-shadow:none !important;
  color:rgba(7,10,15,.99);
}
}
@media (min-width: 721px){
.pm-comment-actionrow .bc-toggle-inline{
  font-size:18px;
}
.pm-comment-actionrow .bc-toggle-inline #bcCountText{
  font-size:14px;
}
}

.bc-wrap{
  border:0;
  border-radius:12px;
  background:transparent;
  padding:0;
  margin:1px 0 0;
  max-height:0;
  overflow:hidden;
  opacity:0;
  pointer-events:none;
  transition:max-height .28s ease, opacity .22s ease;
}
.bc-wrap.bc-open{
  max-height:200000px;
  opacity:1;
  pointer-events:auto;
}
.bc-inner{
  padding:12px;
}
.bc-list{display:flex;flex-direction:column;gap:8px}
.bc-empty{font-size:12px;color:rgba(17,20,30,.925);padding:2px}
.bc-item{
  border:1px solid rgba(31,41,55,.23);
  border-radius:10px;
  background:rgba(15,23,42,.055);
  padding:10px 12px;
}
.bc-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap}
.bc-left{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0;overflow:hidden}
.bc-name{font-weight:700;font-size:12px;color:rgba(9,12,18,.98);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex-shrink:1}
.bc-date{font-size:11px;color:rgba(18,21,31,.65);white-space:nowrap;flex-shrink:0}
.bc-actions{display:flex;align-items:center;flex-shrink:0;white-space:nowrap}
.bc-del{
  border:0;
  border-radius:0;
  background:transparent;
  padding:0;
  color:rgba(18,21,31,.65);
  font-size:19px;
  cursor:pointer;
}
@media (hover:hover) and (pointer:fine){
.bc-del:hover{color:rgba(6,9,14,.99)}
}
.bc-body{
  margin-top:8px;
  font-size:12px;
  line-height:1.6;
  color:rgba(10,13,19,.975);
  white-space:pre-wrap;
  word-break:break-word;
}
.bc-form{
  margin-top:10px;
  border:1px solid rgba(31,41,55,.23);
  border-radius:12px;
  background:rgba(15,23,42,.055);
  padding:10px 12px;
}
.bc-form-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:8px}
.bc-field{flex:1;min-width:140px;display:flex;flex-direction:column;gap:6px}
.bc-field input,.bc-field textarea{
  width:100%;
  padding:10px;
  border-radius:10px;
  border:1px solid rgba(31,41,55,.34);
  background:rgb(239,242,246);
  color:rgba(8,11,16,.985);
}
.bc-field textarea{min-height:86px;resize:none}
.bc-field label{font-size:12px;color:rgba(15,18,26,.94)}
.bc-field-captcha{flex:.6}
.bc-field-full{min-width:100%}
.bc-submit{display:flex;justify-content:flex-end;margin-top:8px}
.bc-submit-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 12px;
  border:1px solid rgba(31,41,55,.34);
  border-radius:10px;
  background:rgba(15,23,42,.082);
  color:rgba(9,12,18,.98);
  cursor:pointer;
  font-size:12px;
}
@media (hover:hover) and (pointer:fine){
.bc-submit-btn:hover{background:rgba(15,23,42,.108)}
}
.hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

.bc-reply{margin-left:28px}
.bc-reply-icon{font-size:13px;color:rgba(22,26,37,.83);margin-right:2px}
.bc-secret-icon{font-size:13px;margin-right:2px;color:rgba(20,24,35,.65);filter:grayscale(1)}
.bc-body-secret{font-style:italic;color:rgba(24,28,39,.79)}
.bc-icon-unlock{filter:grayscale(1) brightness(1.35);font-size:12px;color:rgba(10,13,19,.975)}
.bc-view-btn{
  border:0;border-radius:0;background:transparent;padding:0;
  color:rgba(20,24,35,.65);font-size:12px;cursor:pointer;margin-right:8px;line-height:1;
}
@media (hover:hover) and (pointer:fine){
.bc-view-btn:hover{color:rgba(9,12,18,.98)}
.bc-view-btn:hover .bc-icon-unlock{filter:grayscale(1) brightness(1.5)}
}
@media (min-width: 721px){
.bc-icon-unlock{font-size:13px}
.bc-view-btn{font-size:13px}
}
.bc-reply-btn{
  border:0;border-radius:0;background:transparent;padding:0;
  color:rgba(20,24,35,.65);font-size:22px;cursor:pointer;margin-right:8px;line-height:1;
}
@media (hover:hover) and (pointer:fine){
.bc-reply-btn:hover{color:rgba(9,12,18,.98)}
}
.bc-secret-check{
  display:inline-flex;align-items:center;gap:4px;
  font-size:12px;color:rgba(18,21,31,.65);cursor:pointer;white-space:nowrap;flex-shrink:0;
  margin-right:auto;
}
.bc-secret-check input{margin:0;cursor:pointer}

.bc-reply-backdrop{
  position:fixed;inset:0;display:none;align-items:center;justify-content:center;
  padding:18px;background:rgba(0,0,0,.55);z-index:3100;
}
.bc-reply-backdrop.show{display:flex}
.bc-reply-box{
  width:100%;max-width:480px;border-radius:14px;
  border:1px solid rgba(31,41,55,.36);background:#f6f7f9;
  box-shadow:0 14px 40px rgba(15,23,42,.225);overflow:hidden;
}
.bc-reply-hd{padding:14px 16px;border-bottom:1px solid rgba(31,41,55,.23);font-weight:800}
.bc-reply-bd{padding:14px 16px}
.bc-reply-parent-preview{
  font-size:12px;color:rgba(20,24,35,.65);margin-bottom:10px;
  padding:8px 10px;border-radius:8px;background:rgba(15,23,42,.06);
  border:1px solid rgba(31,41,55,.18);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.bc-reply-ft{padding:12px 16px;border-top:1px solid rgba(31,41,55,.23);display:flex;justify-content:flex-end;gap:10px}
.bc-reply-bd .bc-form-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:8px}
.bc-reply-bd .bc-field{flex:1;min-width:120px;display:flex;flex-direction:column;gap:6px}
.bc-reply-bd .bc-field input,.bc-reply-bd .bc-field textarea{
  width:100%;padding:10px;border-radius:10px;
  border:1px solid rgba(31,41,55,.34);background:rgb(239,242,246);color:rgba(8,11,16,.985);
}
.bc-reply-bd .bc-field textarea{min-height:72px;resize:none}
.bc-reply-bd .bc-field-captcha{flex:.6}
.bc-reply-bd .bc-field-full{min-width:100%;margin-bottom:0}
.bc-reply-bd .bc-submit{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}

.bc-pw-backdrop{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(0,0,0,.55);
  z-index:3100;
}
.bc-pw-backdrop.show{display:flex}
.bc-pw-box{
  width:100%;
  max-width:420px;
  border-radius:14px;
  border:1px solid rgba(31,41,55,.36);
  background:#f6f7f9;
  box-shadow:0 14px 40px rgba(15,23,42,.225);
  overflow:hidden;
}
.bc-pw-hd{padding:14px 16px;border-bottom:1px solid rgba(31,41,55,.23);font-weight:800}
.bc-pw-bd{padding:14px 16px}
.bc-pw-help{margin:0 0 10px;font-size:12px;color:rgba(15,18,26,.94)}
.bc-pw-bd input{
  width:100%;
  padding:10px;
  border-radius:10px;
  border:1px solid rgba(31,41,55,.34);
  background:rgb(239,242,246);
  color:rgba(8,11,16,.985);
}
.bc-pw-ft{padding:12px 16px;border-top:1px solid rgba(31,41,55,.23);display:flex;justify-content:flex-end;gap:10px}
.bc-modal-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 12px;
  border:1px solid rgba(31,41,55,.34);
  border-radius:10px;
  background:rgba(15,23,42,.082);
  color:rgba(9,12,18,.98);
  cursor:pointer;
  font-size:12px;
}
@media (hover:hover) and (pointer:fine){
.bc-modal-btn:hover{background:rgba(15,23,42,.108)}
}
