/* 极简补充样式 · Tailwind CDN 覆盖不到的地方 */
html { scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.1) transparent; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.2); }

/* HTMX 加载状态 */
.htmx-request .htmx-indicator { display: inline; }
.htmx-indicator { display: none; }
