.admin-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.admin-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 10px; }
.admin-grid .box { margin: 0; }
.inline { display: inline-block; margin-right: 6px; }
.small { font-size: 12px; }
.error { color: #aa0000; font-weight: bold; }
.notice { border: 1px solid #008000; background: #efffef; padding: 6px; }
.upload-drop { border: 2px dashed #555; padding: 20px; text-align: center; background: #fff; }
.upload-drop.is-dragging { background: #ffffcc; }
.upload-queue progress { display: block; width: 100%; }
select, input[type="number"], input[type="text"], input[type="password"] { max-width: 100%; }

