.blacklist-page { min-width: 0; font-size: 13px; }
.blacklist-toolbar, .blacklist-actions, .blacklist-toolbar form, .blacklist-pagination { display: flex; align-items: center; gap: 8px; }
.blacklist-toolbar { justify-content: space-between; flex-wrap: wrap; padding: 0 0 14px; }
.blacklist-actions { flex-wrap: wrap; }
.blacklist-actions label { display: flex; align-items: center; gap: 5px; color: var(--muted); }
.blacklist-toolbar form { flex: 0 1 400px; gap: 0; }
.blacklist-toolbar input, .blacklist-toolbar select { min-height: 34px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 4px; background: white; color: inherit; font: inherit; }
.blacklist-toolbar input { flex: 1; min-width: 80px; }
.blacklist-table-scroll { overflow-x: auto; width: 100%; background: white; }
.blacklist-table { width: 100%; min-width: 690px; table-layout: fixed; border-collapse: collapse; font-size: 12px; }
.blacklist-table th, .blacklist-table td { padding: 13px 10px; border-bottom: 1px solid #e8eeee; text-align: left; overflow-wrap: anywhere; vertical-align: middle; }
.blacklist-table th { color: #52606a; font-weight: 600; background: white; }
.blacklist-table tbody tr:hover { background: #f0f9fd; }
.blacklist-number { width: 6%; }.blacklist-username { width: 16%; }.blacklist-type { width: 8%; }.blacklist-date { width: 19%; }.blacklist-action { width: 14%; }
.blacklist-note { display: flex; align-items: flex-start; gap: 6px; }
.blacklist-note span { white-space: pre-wrap; min-width: 0; }
.blacklist-edit { flex-shrink: 0; border: 1px solid #d5dede; color: #55757d; border-radius: 3px; background: white; cursor: pointer; }
.blacklist-table .mall-button { padding: 4px 8px; min-height: 26px; font-size: 12px; white-space: nowrap; }
.blacklist-table .blacklist-empty { text-align: center; padding: 55px 10px; color: var(--muted); }
.blacklist-pagination { justify-content: space-between; padding: 15px 0; color: var(--muted); }
.blacklist-pagination > div { display: flex; gap: 8px; }
.blacklist-notice { padding: 10px 12px; color: #176348; background: #e9f7ee; border-radius: 4px; }
.blacklist-dialog { width: min(600px, calc(100vw - 32px)); max-height: 90vh; overflow: auto; padding: 0; border: 1px solid #dbe4e5; border-radius: 6px; color: #344b52; box-shadow: 0 12px 45px #12232933; }
.blacklist-dialog::backdrop { background: #12232980; }
.blacklist-dialog header, .blacklist-dialog footer { display: flex; align-items: center; padding: 16px 22px; gap: 10px; }
.blacklist-dialog header { justify-content: space-between; border-bottom: 1px solid var(--line); }
.blacklist-dialog h2 { margin: 0; font-size: 16px; }
.blacklist-dialog header button { border: 0; background: transparent; font-size: 24px; color: #809095; cursor: pointer; }
.blacklist-dialog footer { justify-content: flex-end; border-top: 1px solid var(--line); }
.blacklist-form-body { padding: 24px 32px; }
.blacklist-form-body label { display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: start; gap: 16px; margin-bottom: 16px; font-size: 13px; line-height: 34px; }
.blacklist-form-body input, .blacklist-form-body select, .blacklist-form-body textarea { width: 100%; padding: 8px 10px; min-height: 34px; line-height: 1.5; background: white; border: 1px solid #c8d5d9; border-radius: 4px; font: inherit; color: inherit; }
.blacklist-form-body input[readonly] { background: #f4f7f8; }
.blacklist-form-body textarea { resize: vertical; }
.blacklist-form-body .mall-hint { line-height: 1.7; }
@media (max-width: 700px) { .blacklist-toolbar form { flex-basis: 100%; }.blacklist-form-body { padding: 18px; }.blacklist-form-body label { grid-template-columns: 64px minmax(0, 1fr); gap: 10px; } }
