/* 平台自定义样式（Tailwind 之外的补充） */
.btn { @apply inline-flex items-center gap-1.5 px-4 py-2 rounded text-sm font-medium transition; }
table.data th { white-space: nowrap; }
input, select, textarea { outline: none; }
input:focus, select:focus, textarea:focus { border-color:#f5a623; box-shadow:0 0 0 2px rgba(245,166,35,.18); }
::-webkit-scrollbar { width:8px; height:8px; }
::-webkit-scrollbar-thumb { background:#cbd5e1; border-radius:4px; }
