/* char counter */
.cc-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:14px}
.cc-stat{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;text-align:center}
.cc-stat b{display:block;font-size:22px;font-variant-numeric:tabular-nums}
.cc-stat span{font-size:12px;color:#6b7280}
.cc-limits td.n{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}
.cc-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;min-width:100px}
.cc-bar i{display:block;height:100%;width:0;background:#6366f1;transition:width .2s}
tr.near .cc-bar i{background:#f59e0b}
tr.over .cc-bar i{background:#ef4444}
tr.over .cc-left{color:#b91c1c;font-weight:700}
.pdf-list{display:flex;flex-direction:column;gap:6px;margin:10px 0}
.pdf-item{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;font-size:14px}
.pdf-item img{width:48px;height:48px;object-fit:cover;border-radius:6px;background:#f1f5f9}.pdf-item>span:nth-child(2){flex:1;word-break:break-all}
.pdf-ctl button{border:1px solid #d1d5db;background:#fff;border-radius:6px;padding:4px 8px;margin-left:4px;cursor:pointer}
