/* jwt-debugger.css v1-0 */
.jwt-section{margin-bottom:.8rem;}
.jwt-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted);margin-bottom:.3rem;}
.jwt-pre{background:#f3f4f6;border:1px solid var(--border);padding:.6rem .8rem;font-size:.8rem;font-family:monospace;overflow-x:auto;white-space:pre-wrap;word-break:break-all;margin:0;}
.jwt-status{padding:.5rem .8rem;font-size:.83rem;border:1px solid var(--border);margin-top:.3rem;}
.jwt-status.valid{background:#f0fdf4;border-color:#86efac;color:#15803d;}
.jwt-status.expired{background:#fef2f2;border-color:#fca5a5;color:#dc2626;}
.jwt-status.noexp{background:#f9fafb;}
.status-msg{font-size:.8rem;margin-top:.5rem;color:var(--text-muted);}
.status-msg.error{color:#dc2626;}
