.comment-zone{margin:70px 0 0;padding-top:34px;border-top:1px solid rgba(135,219,198,.18);font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif}
.comment-zone-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}
.comment-zone-head span{display:block;margin-bottom:8px;color:#75d9bd;font:7px/1 ui-monospace,monospace;letter-spacing:.18em}
.comment-zone-head h2{margin:0!important;color:#edf9f5!important;font-size:25px!important;line-height:1.2!important}
.comment-zone-head b{color:#78b7a7;font:8px/1 ui-monospace,monospace;letter-spacing:.13em}
.comment-list{display:grid;gap:12px}
.comment-thread{display:grid;gap:8px}
.comment-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;padding:17px;border:1px solid rgba(128,211,189,.15);background:linear-gradient(135deg,rgba(10,31,34,.6),rgba(5,16,22,.45))}
.comment-item.is-reply{margin-left:48px;border-color:rgba(128,211,189,.1);background:rgba(5,19,23,.46)}
.comment-avatar{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(133,225,200,.28);border-radius:50%;background:radial-gradient(circle at 35% 28%,rgba(193,255,237,.8),rgba(57,135,119,.56) 34%,rgba(7,28,31,.9) 72%);color:#f0fff9;font:16px/1 Georgia,serif;box-shadow:0 0 20px rgba(91,214,181,.1)}
.comment-item header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0 0 9px;padding:0;border:0}
.comment-item header a,.comment-item header strong{color:#ccece3;font-size:12px;font-weight:600;text-decoration:none}
.comment-item header strong small{display:block;margin-top:5px;color:#5f8c82;font:7px/1 ui-monospace,monospace;font-weight:400;letter-spacing:.06em}
.comment-item header a:hover{color:#8fe3c9}
.comment-item time{color:#608c83;font:7px/1 ui-monospace,monospace;white-space:nowrap}
.comment-item p{margin:0!important;color:rgba(225,241,236,.73)!important;font-size:13px!important;line-height:1.85!important;white-space:pre-wrap;overflow-wrap:anywhere}
.comment-reply-label{display:block;margin:-2px 0 7px;color:#73b8a7;font-size:9px}
.comment-reply-button{width:auto!important;height:auto!important;margin-top:9px!important;padding:0!important;border:0!important;background:transparent!important;color:#75bbaa!important;font:9px/1 ui-monospace,monospace!important;letter-spacing:.08em}
.comment-reply-button:hover{color:#a4ead7!important}
.comment-empty{padding:30px 20px;border:1px dashed rgba(129,210,189,.14);color:#668f86;text-align:center;font-size:11px}
.comment-form{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 18px;padding:18px;border:1px solid rgba(128,215,191,.18);background:rgba(7,24,28,.58)}
.comment-form label{display:grid;gap:7px;color:#71998f;font:7px/1 ui-monospace,monospace;letter-spacing:.1em}
.comment-form select,.comment-form input,.comment-form textarea{width:100%;border:1px solid rgba(137,213,193,.17);background:rgba(3,13,18,.82);color:#dcefe9;padding:10px 11px;font:11px/1.5 Inter,"PingFang SC",sans-serif;outline:0}
.comment-email-row{display:flex;min-width:0}
.comment-email-row input{min-width:0}
.comment-email-row button{flex:0 0 auto;height:auto;min-width:92px;border-left:0;white-space:nowrap}
.comment-form select:focus,.comment-form input:focus,.comment-form textarea:focus{border-color:rgba(121,227,198,.48)}
.comment-form .comment-content-field{grid-column:1/-1}
.comment-reply-context{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid rgba(125,216,191,.17);background:rgba(76,180,151,.08);color:#8fcab9;font-size:10px}
.comment-reply-context[hidden]{display:none}
.comment-reply-context strong{color:#d5eee7}
.comment-reply-context button{width:auto!important;height:auto!important;padding:0!important;border:0!important;background:transparent!important;color:#75a89c!important}
.comment-form textarea{min-height:104px;resize:vertical}
.comment-form footer{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0;padding:0;border:0}
.comment-form-status{margin:0!important;color:#6f9a91!important;font-size:9px!important;line-height:1.4!important}
.comment-form-status.error{color:#db9c9c!important}
.comment-form button{height:38px;padding:0 17px;border:1px solid rgba(126,226,198,.3);background:rgba(75,183,153,.11);color:#d9f2eb;font-size:10px;cursor:pointer}
.comment-form button:disabled{opacity:.45;cursor:not-allowed}
.planet-content-body .comment-zone{margin-top:28px;padding-top:22px}
.planet-content-body .comment-zone-head{margin-bottom:16px}
.planet-content-body .comment-zone-head h2{font-size:19px!important}
.planet-content-body .comment-item{grid-template-columns:32px minmax(0,1fr);padding:12px}
.planet-content-body .comment-item.is-reply{margin-left:24px}
.planet-content-body .comment-avatar{width:32px;height:32px;font-size:12px}
.planet-content-body .comment-form{grid-template-columns:1fr;padding:13px}
.planet-content-body .comment-form .comment-content-field,.planet-content-body .comment-form footer{grid-column:auto}
.planet-content-body .comment-form footer{align-items:stretch;flex-direction:column}
.planet-content-body .comment-form button{width:100%}
@media(max-width:680px){
  .comment-zone{margin-top:50px}
  .comment-zone-head{align-items:flex-start;flex-direction:column}
  .comment-form{grid-template-columns:1fr;padding:14px}
  .comment-item.is-reply{margin-left:18px}
  .comment-form .comment-content-field,.comment-form footer{grid-column:auto}
  .comment-form footer{align-items:stretch;flex-direction:column}
  .comment-form button{width:100%}
}
