.cache-status{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;color:var(--muted);font-size:.67rem}.cache-status form{margin:0}.cache-status button{border:0;border-radius:8px;background:rgba(101,72,216,.09);padding:7px 9px;color:#6048c9;font:inherit;font-weight:800;cursor:pointer}.cache-status button:hover{background:rgba(101,72,216,.15)}
.library-loading{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:30px;text-align:center;color:var(--muted)}.library-loading strong{color:var(--ink)}.library-loading small{max-width:280px}.library-spinner{width:30px;height:30px;border:3px solid rgba(101,72,216,.16);border-top-color:#6548d8;border-radius:50%;animation:library-spin .75s linear infinite}.library-error{color:#9d2933}.library-error button{margin-top:8px;border:0;border-radius:8px;padding:8px 12px;background:#6548d8;color:#fff;font-weight:800;cursor:pointer}@keyframes library-spin{to{transform:rotate(360deg)}}
