/**
 * 창고관리 — 모듈 전용 미세 조정.
 */

#warehouseTable tbody tr[data-id] { cursor: pointer; }
#warehouseTable tbody tr[data-id]:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 1px rgb(139 149 255 / 0.4);
}

.c-drawer__body section { animation: fade-up 200ms var(--ease) backwards; }

#typeSelector input[type="radio"]:focus-visible + div {
    box-shadow: inset 0 0 0 1px rgb(139 149 255 / 0.4), 0 0 0 3px rgb(139 149 255 / 0.2);
}
