.sba-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-bottom: 24px;
}
.sba-stat {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 18px 20px;
	text-align: center;
}
.sba-stat-num { font-size: 26px; font-weight: 700; color: #1e1b2e; line-height: 1; margin-bottom: 4px; }
.sba-stat-label { font-size: 11px; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.05em; }
.sba-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; overflow: hidden; margin-bottom: 16px; }
.sba-card-head { padding: 18px 22px 14px; border-bottom: 1px solid #f3f4f6; display: flex; align-items: center; gap: 12px; }
.sba-card-icon { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.sba-card-icon--amber { background: #fef3c7; }
.sba-card-icon--red { background: #fee2e2; }
.sba-card-title { font-size: 14.5px; font-weight: 600; color: #111827; margin: 0 0 2px; }
.sba-card-sub { font-size: 12px; color: #9ca3af; margin: 0; }
.sba-card-body { padding: 18px 22px; }
.sba-toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sba-toggle-text strong { font-size: 13.5px; font-weight: 600; color: #111827; display: block; margin-bottom: 3px; }
.sba-toggle-text span { font-size: 12.5px; color: #6b7280; line-height: 1.55; }
.sba-switch { position: relative; display: inline-block; width: 46px; height: 25px; flex-shrink: 0; }
.sba-switch input { opacity: 0; width: 0; height: 0; }
.sba-slider { position: absolute; inset: 0; background: #d1d5db; border-radius: 999px; cursor: pointer; transition: background 0.2s; }
.sba-slider::before { content: ''; position: absolute; width: 19px; height: 19px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: transform 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,.15); }
.sba-switch input:checked + .sba-slider { background: #8b5cf6; }
.sba-switch input:checked + .sba-slider::before { transform: translateX(21px); }
.sba-notice { display: flex; align-items: flex-start; gap: 9px; background: #fffbeb; border: 1px solid #fde68a; border-radius: 9px; padding: 12px 15px; margin-top: 14px; font-size: 12px; color: #92400e; line-height: 1.55; }
.sba-danger-list { list-style: none; margin: 0; padding: 0; }
.sba-danger-item { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: #374151; padding: 4px 0; }
.sba-danger-dot { width: 5px; height: 5px; border-radius: 50%; background: #ef4444; flex-shrink: 0; }
