/* str-count 工具样式 */
.sc-layout{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;}
.sc-input-pane{display:flex;flex-direction:column;background:#fff;border:1px solid #e8ecf2;border-radius:14px;overflow:hidden;min-height:420px;}
.sc-input-pane .sc-ta{flex:1;width:100%;min-height:340px;padding:12px 14px;border:none;border-radius:0;font-size:14px;line-height:1.65;color:#1a1f2e;background:#fff;outline:none;resize:none;box-sizing:border-box;font-family:Consolas,Monaco,Courier New,ui-monospace,monospace;}
.sc-stats-pane{display:flex;flex-direction:column;background:#fafbfe;border:1px solid #e8ecf2;border-radius:14px;overflow:hidden;min-height:420px;margin-left:12px;}
.sc-stats-body{flex:1;padding:16px;overflow:auto;}
.sc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.sc-card{padding:14px 10px;border:1px solid #e8ecf2;border-radius:12px;text-align:center;background:#fff;}
.sc-card-num{font-size:26px;font-weight:700;color:#4e7cf5;line-height:1.2;}
.sc-card-label{font-size:14px;color:#5a6475;margin-top:6px;line-height:1.6;}
.sc-card.accent .sc-card-num{color:#00a870;}
@media(max-width:900px){.sc-layout{grid-template-columns:1fr;}.sc-stats-pane{margin-left:0;margin-top:12px;}.sc-input-pane,.sc-stats-pane{min-height:300px;}.sc-ta{min-height:220px;}.sc-grid{grid-template-columns:repeat(2,1fr);}}