@layer vetools {
	.concentration {
		padding-left: 5px;
		font-weight: bold;
	}
	.concentration--sublist {
		padding-left: 1px;
	}

	/* Spell-specific Column Badges & Alignment */
	.spell-badge--level {
		display: inline-block;
		font-size: 11px;
		font-weight: 700;
		padding: 2px 7px;
		border-radius: 6px;
		background: rgba(255, 255, 255, 0.06);
		color: #cbd5e1;
		border: 1px solid rgba(255, 255, 255, 0.08);
	}

	:root:not(.ve-night-mode) .spell-badge--level {
		background: #f1f5f9;
		color: #334155;
		border-color: #e2e8f0;
	}

	.spell-badge--school {
		display: inline-block;
		font-size: 11px;
		font-weight: 600;
		padding: 2px 6px;
		border-radius: 6px;
		background: rgba(255, 255, 255, 0.04);
	}

	:root:not(.ve-night-mode) .spell-badge--school {
		background: rgba(0, 0, 0, 0.04);
	}

	.spell-badge--conc {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 19px;
		height: 19px;
		font-size: 10px;
		font-weight: 800;
		border-radius: 50%;
		background: rgba(245, 158, 11, 0.18);
		color: #f59e0b;
		border: 1px solid rgba(245, 158, 11, 0.35);
	}

	.spell-badge--source {
		display: inline-block;
		font-size: 10.5px;
		font-weight: 600;
		padding: 2px 6px;
		border-radius: 5px;
		background: rgba(255, 255, 255, 0.04);
		color: #94a3b8;
		border: 1px solid rgba(255, 255, 255, 0.06);
	}

	:root:not(.ve-night-mode) .spell-badge--source {
		background: #f8fafc;
		color: #64748b;
		border-color: #e2e8f0;
	}

	.spell-list-col--time {
		font-size: 11.5px;
		color: #94a3b8;
		font-weight: 500;
	}

	:root:not(.ve-night-mode) .spell-list-col--time {
		color: #475569;
	}

	.spell-list-col--range {
		font-size: 11.5px;
		color: #94a3b8;
		font-weight: 500;
	}

	:root:not(.ve-night-mode) .spell-list-col--range {
		color: #475569;
	}
}
